@charset "UTF-8";

/*----------------------------------------------------------------------------------- 
------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Page Banner CSS
    # About Page CSS
    # Service Page CSS
    # Service Details Page CSS
    # Team Page CSS
    # Team Details Page CSS
    # Pricing Page CSS
    # Faq Page CSS
    # Testimonial Page CSS
    # Blog Grid Page CSS
    # Blog Details Page CSS
    # Contact Page CSS
    # 404 Page CSS

-------------------------------------------------------    */
.theme-btn.style-one:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}

/* Page Banner CSS */
.page-banner {
    background-color: #F1FCF9;
    padding: 100px 0 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1199.98px) {
    .page-banner {
        padding: 120px 0 80px;
    }
}

.page-banner .shape {
    position: absolute;
    z-index: -1;
}

@media screen and (max-width: 1199.98px) {
    .page-banner .shape {
        display: none;
    }
}

.page-banner .shape.shape-one {
    top: 30px;
    left: -200px;
}

.page-banner .shape.shape-one span {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: rgba(14, 12, 10, 0.03);
}

.page-banner .shape.shape-two {
    bottom: -70px;
    left: -200px;
}

.page-banner .shape.shape-two span {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: rgba(14, 12, 10, 0.03);
}

.page-banner .shape.shape-three {
    top: -300px;
    right: -350px;
}

.page-banner .shape.shape-three span {
    width: 650px;
    height: 650px;
    border-radius: 50%;
    border: 85px solid rgba(14, 12, 10, 0.03);
}

.page-banner .page-content h1 {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1199.98px) {
    .page-banner .page-content h1 {
        font-size: 36px;
        line-height: 50px;
    }
}

.page-banner .page-content ul {
    border: 1px solid var(--border-color);
    border-radius: 30px;
    display: inline-block;
    padding: 5px 20px;
}

.page-banner .page-content ul li {
    display: inline-block;
    color: var(--primary-color);
}

.page-banner .page-content ul li:nth-child(2) {
    margin-left: 5px;
    margin-right: 5px;
}

.page-banner .page-content ul li a {
    color: var(--heading-color);
}

/* About Page CSS */
.pkbera-about-sec .pkbera-image img {
    border-radius: 10px;
}

.pkbera-about-sec .text-counter-box {
    padding-left: 70px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-about-sec .text-counter-box {
        padding-left: 0;
    }
}

.pkbera-about-sec .text-counter-box p {
    margin-bottom: 20px;
}

.pkbera-about-sec .text-counter-box .check-list {
    margin-bottom: 45px;
}

.pkbera-about-sec .text-counter-box .check-list li {
    color: var(--heading-color);
    font-weight: 500;
}

.pkbera-about-sec .text-counter-box .check-list li:not(:last-child) {
    margin-bottom: 20px;
}

.pkbera-about-sec .text-counter-box .pkbera-year-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 30px;
}

.pkbera-about-sec .text-counter-box .pkbera-year-box .number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100px;
    margin-right: 20px;
}

.pkbera-about-sec .text-counter-box .pkbera-year-box .content {
    max-width: 150px;
}

.pkbera-about-sec .text-counter-box .pkbera-year-box .content span {
    color: var(--heading-color);
}

.pkbera-about-sec .text-counter-box .pkbera-year-box.bg_one {
    background-color: #E7E0FF;
}

.pkbera-about-sec .text-counter-box .pkbera-year-box.bg_two {
    background-color: #FFD0CC;
}

.about-work-sec {
    background-color: var(--gray-light-color);
}

.pkbera-work-sec .pkbera-image img {
    border-radius: 10px;
}

.pkbera-work-sec .pkbera-content-box {
    padding-left: 80px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-work-sec .pkbera-content-box {
        padding-left: 0;
    }
}

.pkbera-work-sec .pkbera-content-box .pkbera-work-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 767.98px) {
    .pkbera-work-sec .pkbera-content-box .pkbera-work-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pkbera-work-sec .pkbera-content-box .pkbera-work-box .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: var(--text-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .pkbera-work-sec .pkbera-content-box .pkbera-work-box .icon {
        margin-bottom: 25px;
    }
}

.pkbera-work-sec .pkbera-content-box .pkbera-work-box .content h4 {
    margin-bottom: 20px;
}

.pkbera-choose-sec .pkbera-content-box {
    padding-left: 70px;
}

@media (max-width: 1650px) {
    .pkbera-choose-sec .pkbera-content-box {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1199.98px) {
    .pkbera-choose-sec .pkbera-content-box {
        padding-left: 0;
    }
}

.pkbera-choose-sec .pkbera-content-box .check-list.style-one li {
    font-size: 18px;
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-weight: 700;
}

.pkbera-choose-sec .pkbera-content-box .check-list.style-one li:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-choose-sec .pkbera-content-box .check-list.style-one li {
        font-size: 14px;
    }
}

@media screen and (max-width: 991.98px) {
    .pkbera-choose-sec .pkbera-content-box .check-list.style-one li {
        font-size: 14px;
    }
}

.pkbera-choose-sec .pkbera-image img {
    border-radius: 10px;
}

.pkbera-choose-box {
    border: 1px solid var(--border-color);
    padding: 40px 30px 30px;
    border-radius: 10px;
}

.pkbera-choose-box .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 30px;
    background-color: var(--primary-color);
    color: var(--white-color);
    margin-bottom: 25px;
}

.pkbera-choose-box .content h4 {
    margin-bottom: 20px;
}

/*  Team CSS  */
.pkbera-team-item:hover .member-image .hover-overlay {
    visibility: visible;
    opacity: 1;
}

.pkbera-team-item:hover .member-image .social-box {
    bottom: 30px;
}

.pkbera-team-item .member-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.pkbera-team-item .member-image img {
    border-radius: 10px;
    width: 100%;
}

.pkbera-team-item .member-image .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(64.97%, rgba(5, 27, 46, 0)), to(#051B2E));
    background: linear-gradient(180deg, rgba(5, 27, 46, 0) 64.97%, #051B2E 100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.pkbera-team-item .member-image .social-box {
    position: absolute;
    bottom: -50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pkbera-team-item .member-image .social-box a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    margin-left: 5px;
    margin-right: 5px;
}

.pkbera-team-item .member-image .social-box a:hover {
    background-color: var(--white-color);
    color: var(--heading-color);
    border-color: transparent;
}

.pkbera-team-item .member-info {
    padding-top: 25px;
}

.pkbera-team-item .member-info h4 {
    margin-bottom: 5px;
}

.pkbera-faq-sec .pkbera-image-box .pkbera-image img {
    border-radius: 10px;
}

.pkbera-faq-sec .pkbera-image-box .pkbera-info-area {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--gray-light-color);
    border-radius: 10px;
}

.pkbera-faq-sec .pkbera-image-box .pkbera-info-area .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.pkbera-faq-sec .pkbera-image-box .pkbera-info-area .info span {
    color: var(--text-color);
}

.pkbera-faq-sec .pkbera-image-box .pkbera-info-area .info h4 {
    color: var(--heading-color);
}

@media (max-width: 767.98px) {
    .pkbera-faq-sec .pkbera-image-box .pkbera-info-area .info h4 {
        font-size: 20px;
    }
}

.pkbera-faq-sec .pkbera-content-box {
    padding-left: 70px;
}

@media (max-width: 1650px) {
    .pkbera-faq-sec .pkbera-content-box {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1199.98px) {
    .pkbera-faq-sec .pkbera-content-box {
        padding-left: 0;
    }
}

.about-faq-sec {
    background-color: var(--gray-light-color);
}

.about-faq-sec .pkbera-image-box .pkbera-info-area {
    background-color: var(--primary-color);
}

.about-faq-sec .pkbera-image-box .pkbera-info-area .icon {
    background-color: var(--white-color);
    color: var(--heading-color);
}

.about-faq-sec .pkbera-image-box .pkbera-info-area .info span {
    color: var(--white-color);
}

.about-faq-sec .pkbera-image-box .pkbera-info-area .info h4 {
    color: var(--white-color);
}

.accordion-card {
    border-radius: 14px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    padding: 15px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-card .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.accordion-card .accordion-header .accordion-title:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Solid */
    font-size: 22px;
    color: var(--primary-color);
    margin-left: auto;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
    content: "\f107";
    color: var(--secondary-color);
}

.accordion-card .accordion-content {
    padding-top: 20px;
}

.pkbera-testimonial-sec .pkbera-image {
    padding-left: 85px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-testimonial-sec .pkbera-image {
        padding-left: 0;
    }
}

.pkbera-testimonial-sec .pkbera-image img {
    border-radius: 10px;
}

.pkbera-testimonial-item {
    background-color: var(--gray-light-color);
    padding: 25px 30px;
    border-radius: 10px;
}

.pkbera-testimonial-item .testimonial-content .ratings {
    margin-bottom: 20px;
}

.pkbera-testimonial-item .testimonial-content .ratings i {
    color: var(--primary-color);
}

.pkbera-testimonial-item .testimonial-content h4 {
    font-style: italic;
    margin-bottom: 30px;
}

.pkbera-testimonial-item .testimonial-content .pkbera-author-box {
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

.pkbera-author-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pkbera-author-box .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px;
}

.pkbera-author-box .author-thumbnail img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.pkbera-author-box .author-info h5 {
    margin-bottom: 10px;
}

/* Service Page CSS */
.pkbera-service-box {
    border: 1px solid var(--border-color);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.pkbera-service-box .category-btn {
    position: absolute;
    top: 50px;
    right: 30px;
    padding: 12px 24px;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-family: var(--heading-font);
    background-color: #F1F3FC;
    color: var(--heading-color);
}

.pkbera-service-box .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--white-color);
    font-size: 30px;
    margin-bottom: 25px;
}

.pkbera-service-box .content h4 {
    margin-bottom: 15px;
}

.pkbera-service-box .content p {
    margin-bottom: 25px;
}

.pkbera-pricing-item {
    background-color: var(--white-color);
    padding: 40px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 991.98px) {
    .pkbera-pricing-item {
        padding: 40px 30px;
    }
}

.pkbera-pricing-item:hover {
    background-color: var(--primary-color);
}

.pkbera-pricing-item:hover .pricing-plan h4 {
    color: var(--white-color);
}

.pkbera-pricing-item:hover .pricing-plan h4 i {
    background-color: var(--white-color);
    color: var(--heading-color);
}

.pkbera-pricing-item:hover .pricing-header h2 {
    color: var(--white-color);
}

.pkbera-pricing-item:hover .pricing-header p {
    color: var(--white-color);
}

.pkbera-pricing-item:hover .pricing-body .check-list.style-one li {
    color: var(--white-color);
}

.pkbera-pricing-item:hover .pricing-body .check-list.style-one li i {
    color: var(--white-color);
}

.pkbera-pricing-item:hover .pricing-body .pricing-button .theme-btn.style-two {
    background-color: var(--white-color);
    color: var(--heading-color);
    border-color: transparent;
}

.pkbera-pricing-item .offer {
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: var(--heading-color);
    color: var(--white-color);
    font: 500 16px var(--heading-font);
    padding: 6px 20px;
    border-radius: 40px;
}

.pkbera-pricing-item .pricing-plan {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.pkbera-pricing-item .pricing-plan h4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pkbera-pricing-item .pricing-plan h4 i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--heading-color);
    color: var(--white-color);
    font-size: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pkbera-pricing-item .pricing-header {
    margin-bottom: 30px;
}

.pkbera-pricing-item .pricing-header h2 .duration {
    font-size: 16px;
    font-weight: 500;
}

.pkbera-pricing-item .pricing-body .check-list.style-one li:not(:last-child) {
    margin-bottom: 25px;
}



.pkbera-pricing-item .pricing-body .pricing-button {
    margin-bottom: 30px;
}

.pkbera-pricing-item .pricing-body .pricing-button .theme-btn {
    width: 100%;
}

.pkbera-pricing-item .pricing-body .pricing-button .theme-btn.style-two {
    background-color: transparent;
}

.pkbera-pricing-item .pricing-body .pricing-button .theme-btn.style-two:hover {
    background-color: var(--white-color);
    color: var(--heading-color);
    border-color: transparent;
}

/* Service Details Page CSS */
.pkbera-service-details-sec .pkbera-service-item .service-content h3.title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
}

.pkbera-service-details-sec .pkbera-service-item .service-content p {
    margin-bottom: 30px;
}

.pkbera-service-details-sec .pkbera-service-item .service-content .pkbera-image img {
    width: 100%;
    border-radius: 10px;
}

.pkbera-service-details-sec .pkbera-service-item .service-content .pkbera-content-box h4 {
    margin-bottom: 20px;
}

.pkbera-service-details-sec .pkbera-service-item .service-content .pkbera-content-box .check-list.style-one li {
    font: 700 18px var(--heading-font);
    color: var(--heading-color);
}

.pkbera-service-details-sec .pkbera-service-item .service-content h3 {
    margin-bottom: 20px;
}

.pkbera-service-details-sec .faqs-area h3 {
    margin-bottom: 20px;
}

.pkbera-service-details-sec .faqs-area p {
    margin-bottom: 30px;
}

.pkbera-service-details-sec .faqs-area .accordion-box.accordion-active {
    background-color: var(--primary-color);
}

.pkbera-service-details-sec .faqs-area .accordion-box.accordion-active .accordion-title {
    color: var(--white-color);
}

.pkbera-service-details-sec .faqs-area .accordion-box.accordion-active .accordion-content p {
    color: var(--white-color);
}

.pkbera-service-details-sec .faqs-area .accordion-box .accordion-content {
    padding: 20px 0 10px;
}

.pkbera-service-details-sec .faqs-area .accordion-box .accordion-content p {
    margin-bottom: 0;
}

/* Team Page CSS */
.pkbera-team-item-two:hover .member-image .social-box {
    bottom: 0;
}

.pkbera-team-item-two .member-image {
    position: relative;
    overflow: hidden;
}

.pkbera-team-item-two .member-image img {
    width: 100%;
}

.pkbera-team-item-two .member-image .social-box {
    position: absolute;
    bottom: -50%;
    left: 0;
    background-color: var(--primary-color);
    padding: 10px 17px;
    border-radius: 0 10px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.pkbera-team-item-two .member-image .social-box a {
    display: block;
    color: var(--white-color);
}

.pkbera-team-item-two .member-image .social-box a:not(:last-child) {
    margin-bottom: 10px;
}

.pkbera-team-item-two .member-info {
    padding-top: 25px;
}

.pkbera-team-item-two .member-info h4 {
    margin-bottom: 5px;
}

/* Team Details Page CSS */
.team-details-wrapper .member-info-wrap {
    padding-left: 100px;
}

@media screen and (max-width: 1199.98px) {
    .team-details-wrapper .member-info-wrap {
        padding-left: 0;
    }
}

.team-details-wrapper .member-info-wrap h4 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 15px;
}

.team-details-wrapper .member-info-wrap .position {
    margin-bottom: 15px;
}

.team-details-wrapper .member-info-wrap p {
    margin-bottom: 30px;
}

.team-details-wrapper .team-details-info {
    margin-top: 40px;
    margin-bottom: 65px;
}

.team-details-wrapper .team-details-info h3 {
    margin-bottom: 20px;
}

.team-details-wrapper .team-details-info p {
    margin-bottom: 40px;
}

.team-details-wrapper .team-details-info .pkbera-image img {
    border-radius: 10px;
}

.team-details-wrapper .team-details-info .check-list.style-one li {
    font: 500 18px var(--heading-color);
    color: var(--heading-color);
}

.team-details-wrapper .team-details-info .check-list.style-one li:not(:last-child) {
    margin-bottom: 20px;
}

.team-details-wrapper .pkbera-skill-area h3 {
    margin-bottom: 20px;
}

.team-details-wrapper .pkbera-skill-area p {
    margin-bottom: 30px;
}

.team-details-wrapper .pkbera-client-area h3 {
    margin-bottom: 20px;
}

.pkbera-skill-item .progress-title h4 {
    margin-bottom: 20px;
}

.pkbera-skill-item .progress-title h4 span {
    float: right;
}

.pkbera-skill-item .progress {
    height: 10px;
    background-color: #E5E9F9;
}

.pkbera-skill-item .progress .progress-bar {
    background-color: var(--primary-color);
}

.pkbera-client-item {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Pricing Page CSS */
.pkbera-cta-sec .cta-wrapper {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 65px 80px 45px;
}

@media screen and (max-width: 991.98px) {
    .pkbera-cta-sec .cta-wrapper {
        padding: 65px 30px 45px;
    }
}

.pkbera-cta-sec .cta-wrapper .pkbera-button {
    float: right;
}

@media screen and (max-width: 991.98px) {
    .pkbera-cta-sec .cta-wrapper .pkbera-button {
        float: none;
    }
}

.pkbera-cta-sec .cta-wrapper .pkbera-button .theme-btn.style-one {
    background-color: var(--white-color);
    color: var(--heading-color);
}

.pkbera-cta-sec .cta-wrapper .pkbera-button .theme-btn.style-one:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}

/* Faq Page CSS */
.accordion-box {
    border-radius: 14px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    padding: 15px 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-box .accordion-header .accordion-title {
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.accordion-box .accordion-header .accordion-title:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Solid */
    font-size: 22px;
    color: var(--primary-color);
    margin-left: auto;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.accordion-box .accordion-header .accordion-title[aria-expanded=true]:after {
    content: "\f107";
    color: var(--secondary-color);
}

.accordion-box .accordion-content {
    padding-top: 20px;
}

.accordion-item.accordion-active {
    background-color: #F1FCF9;
}

/* Testimonial Page CSS */
.testimonial-slider {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 991.98px) {
    .testimonial-slider {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.testimonial-slider .slick-slide {
    margin-left: 15px;
    margin-right: 15px;
}

@media screen and (max-width: 991.98px) {
    .testimonial-slider .slick-slide {
        margin-left: 12px;
        margin-right: 12px;
    }
}

.pkbera-testimonial-item-two {
    border: 1px solid var(--border-color);
    padding: 35px 40px 40px;
    border-radius: 10px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-testimonial-item-two {
        padding: 35px 30px 40px;
    }
}

.pkbera-testimonial-item-two .testimonial-content .rating-quote-item {
    margin-bottom: 29px;
}

.pkbera-testimonial-item-two .testimonial-content .rating-quote-item .ratings i {
    color: #FFC813;
}

.pkbera-testimonial-item-two .testimonial-content .rating-quote-item .quote i {
    font-size: 40px;
    color: #C4C6CC;
}

.pkbera-testimonial-item-two .testimonial-content p {
    margin-bottom: 25px;
}

/* Blog Grid Page CSS */
.pkbera-post-item .post-thumbnail img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.pkbera-post-item .post-content {
    padding: 30px;
    border-top: none;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--border-color);
}

.pkbera-post-item .post-content .post-meta span {
    margin-bottom: 10px;
}

.pkbera-post-item .post-content .post-meta span:not(:last-child) {
    margin-right: 8px;
}

.pkbera-post-item .post-content .post-meta span a {
    padding: 9px 24px;
    line-height: 1;
    font-weight: 500;
    font-family: var(--heading-font);
    color: var(--heading-color);
    border: 1px solid var(--border-color);
    border-radius: 50px;
}

.pkbera-post-item .post-content .title {
    margin-bottom: 25px;
}

@media (max-width: 1650px) {
    .pkbera-post-item .post-content .title {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .pkbera-post-item .post-content .title {
        font-size: 20px;
        line-height: 30px;
    }
}

.pkbera-post-item .post-content .title:hover {
    color: var(--primary-color);
}

/* Blog Details Page CSS */
.blog-details-wrapper .blog-post-item .post-thumbnail {
    margin-bottom: 30px;
}

.blog-details-wrapper .blog-post-item .post-thumbnail img {
    border-radius: 10px;
}

.blog-details-wrapper .blog-post-item .post-content .post-meta {
    margin-bottom: 20px;
}

.blog-details-wrapper .blog-post-item .post-content .post-meta span {
    margin-bottom: 10px;
}

.blog-details-wrapper .blog-post-item .post-content .post-meta span:not(:last-child) {
    margin-right: 20px;
}

.blog-details-wrapper .blog-post-item .post-content .post-meta span i {
    margin-right: 10px;
}

.blog-details-wrapper .blog-post-item .post-content .post-meta span img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-details-wrapper .blog-post-item .post-content h3.title {
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 65px;
}

@media screen and (max-width: 1199.98px) {
    .blog-details-wrapper .blog-post-item .post-content h3.title {
        font-size: 32px;
        line-height: 45px;
    }
}

.blog-details-wrapper .blog-post-item .post-content h3 {
    margin-bottom: 25px;
}

@media screen and (max-width: 1199.98px) {
    .blog-details-wrapper .blog-post-item .post-content h3 {
        font-size: 24px;
        line-height: 35px;
    }
}

.blog-details-wrapper .blog-post-item .post-content p {
    margin-bottom: 25px;
}

.blog-details-wrapper .blog-post-item .post-content .pkbera-image img {
    width: 100%;
    border-radius: 10px;
}

.blog-details-wrapper .blog-post-item .post-content blockquote {
    position: relative;
    background-color: var(--gray-light-color);
    border-radius: 20px;
    text-align: center;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.blog-details-wrapper .blog-post-item .post-content blockquote .icon {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199.98px) {
    .blog-details-wrapper .blog-post-item .post-content blockquote .content h4 {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-details-wrapper .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media screen and (max-width: 991.98px) {
    .blog-details-wrapper .entry-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.blog-details-wrapper .entry-footer span {
    color: var(--heading-color);
    margin-right: 15px;
    font: 500 20px var(--heading-font);
}

@media screen and (max-width: 991.98px) {
    .blog-details-wrapper .entry-footer .tag-links {
        margin-bottom: 30px;
    }
}

.blog-details-wrapper .entry-footer .tag-links a {
    padding: 6px 20px;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    margin-right: 5px;
    line-height: 21px;
    font-size: 16px;
    color: var(--heading-color);
}

.blog-details-wrapper .entry-footer .tag-links a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-details-wrapper .entry-footer .social-share a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 13px;
    border: 1px solid var(--border-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog-details-wrapper .entry-footer .social-share a:not(:last-child) {
    margin-right: 5px;
}

.blog-details-wrapper .entry-footer .social-share a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-details-wrapper .comments-area h3.comments-title {
    margin-bottom: 30px;
}

.blog-details-wrapper .comments-area .comments-list .comment {
    position: relative;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px;
    background-color: var(--white-color);
    margin-bottom: 30px;
}

.blog-details-wrapper .comments-area .comments-list .comment:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
}

@media (max-width: 767.98px) {
    .blog-details-wrapper .comments-area .comments-list .comment {
        padding: 30px 15px;
    }
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 85px;
    height: 85px;
    margin-right: 30px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-avatar img {
    border-radius: 50%;
    width: 100%;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content span.author-name {
    display: block;
    text-transform: capitalize;
    color: var(--heading-color);
    font: 700 24px var(--heading-font);
    margin-bottom: 15px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content span.author-name span {
    margin-top: 8px;
    font: 400 16px var(--body-font);
    color: var(--text-color);
    display: block;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content p {
    margin-bottom: 10px;
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply {
    position: absolute;
    top: 25px;
    right: 30px;
    color: var(--primary-color);
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply:hover {
    color: var(--primary-color);
}

.blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px;
}

@media screen and (max-width: 1199.98px) {
    .blog-details-wrapper .comments-area .comments-list .comment .comment-content .reply {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 30px;
    }
}

.blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
    margin-left: 50px;
    border-bottom: 1px solid var(--border-color);
}

@media screen and (max-width: 1199.98px) {
    .blog-details-wrapper .comments-area .comments-list .comment-reply .comment {
        margin-left: 0;
    }
}

.blog-details-wrapper .comments-form h3 {
    margin-bottom: 30px;
}

.blog-details-wrapper .comments-form .contact-form label {
    font: 500 16px var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 10px;
}

.blog-details-wrapper .comments-form .contact-form .form_control {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .form_control::-webkit-input-placeholder {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .form_control::-moz-placeholder {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .form_control:-ms-input-placeholder {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .form_control::-ms-input-placeholder {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .form_control::placeholder {
    color: var(--text-color);
}

.blog-details-wrapper .comments-form .contact-form .theme-btn {
    width: auto;
}

.blog-details-wrapper .comments-form .contact-form .theme-btn.style-one {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.blog-details-wrapper .comments-form .contact-form .theme-btn.style-one:hover {
    background-color: var(--heading-color);
    color: var(--white-color);
}

.sidebar-widget {
    border-radius: 10px;
    padding: 30px;
    border: 1px solid var(--border-color);
}

.sidebar-widget .widget-title {
    margin-bottom: 10px;
}

.sidebar-widget.sidebar-search-widget .widget-content .form_control {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 9px 20px;
}

.sidebar-widget.sidebar-search-widget .widget-content .search-btn {
    background-color: transparent;
    position: absolute;
    top: 12px;
    right: 20px;
}

.sidebar-widget.sidebar-categories-widget .widget-title {
    margin-bottom: 20px;
}

.sidebar-widget.sidebar-categories-widget .widget-content ul li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-widget.sidebar-categories-widget .widget-content ul li a {
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-widget.sidebar-categories-widget .widget-content ul li a i {
    font-size: 18px;
}

.sidebar-widget.sidebar-categories-widget .widget-content ul li a:hover {
    color: var(--primary-color);
}

.sidebar-widget.sidebar-post-widget .post-thumbnail-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-widget.sidebar-post-widget .post-thumbnail-content:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.sidebar-widget.sidebar-post-widget .post-thumbnail-content img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
    line-height: 26px;
}

@media (max-width: 1650px) {
    .sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date h6 {
        font-size: 16px;
    }
}

.sidebar-widget.sidebar-post-widget .post-thumbnail-content .post-title-date span {
    padding: 6px 16px;
    line-height: 1;
    border: 1px solid var(--border-color);
    color: var(--heading-color);
    border-radius: 40px;
}

.sidebar-widget.sidebar-tag-widget .widget-content a {
    border-radius: 50px;
    background-color: #F1F3FC;
    padding: 10px 16px;
    line-height: 1;
    font-size: 500;
    font-family: var(--heading-font);
    margin-bottom: 10px;
    color: var(--heading-color);
}

.sidebar-widget.sidebar-tag-widget .widget-content a:not(:last-child) {
    margin-right: 5px;
}

.sidebar-widget.sidebar-support-widget {
    background-color: var(--primary-color);
}

.sidebar-widget.sidebar-support-widget .widget-title {
    color: var(--white-color);
}

.sidebar-widget.sidebar-support-widget .support-box {
    border: none;
    background-color: #617ADA;
    border-radius: 10px;
    padding: 15px 20px;
}

.sidebar-widget.sidebar-support-widget .support-box h4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white-color);
}

.sidebar-widget.sidebar-support-widget .support-box h4 i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--primary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
}

.sidebar-widget.sidebar-social-widget {
    border: none;
    background-color: #0E0C0A;
}

.sidebar-widget.sidebar-social-widget .widget-title {
    color: var(--white-color);
}

.sidebar-widget.sidebar-social-widget .social-box a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--white-color);
}

.sidebar-widget.sidebar-social-widget .social-box a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: transparent;
}

.sidebar-widget.sidebar-social-widget .social-box a:not(:last-child) {
    margin-right: 5px;
}

/* Contact Page CSS */
.pkbera-cn-info {
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-cn-info {
        padding: 40px 30px;
    }
}

.pkbera-cn-info .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--heading-color);
    font-size: 30px;
    margin-bottom: 35px;
}

@media screen and (max-width: 1199.98px) {
    .pkbera-cn-info .content h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

.pkbera-cn-info .content span {
    font-size: 24px;
    font-family: var(--heading-font);
    color: var(--text-color);
    margin-bottom: 10px;
}

.pkbera-cn-info.bg_one {
    background-color: #FAF9FF;
}

.pkbera-cn-info.bg_one .icon {
    background-color: #E7E0FF;
}

.pkbera-cn-info.bg_two {
    background-color: #FFFBF3;
}

.pkbera-cn-info.bg_two .icon {
    background-color: #FFEBC2;
}

.pkbera-cn-info.bg_three {
    background-color: #FFF6F5;
}

.pkbera-cn-info.bg_three .icon {
    background-color: #FFD0CC;
}

.pkbera-contact-sec .pkbera-image img {
    border-radius: 10px;
}

.pkbera-contact-sec .contact-wrapper {
    background-color: var(--primary-color);
    padding: 50px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .pkbera-contact-sec .contact-wrapper {
        padding: 40px 30px;
    }
}

.pkbera-contact-sec .contact-wrapper h3 {
    color: var(--white-color);
    margin-bottom: 25px;
}

@media (max-width: 767.98px) {
    .pkbera-contact-sec .contact-wrapper h3 {
        font-size: 22px;
        line-height: 35px;
    }
}

.contact-form .nice-select,
.contact-form .form_control {
    padding: 9px 30px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: transparent;
    color: var(--white-color);
}

.contact-form .nice-select::-webkit-input-placeholder,
.contact-form .form_control::-webkit-input-placeholder {
    color: var(--white-color);
}

.contact-form .nice-select::-moz-placeholder,
.contact-form .form_control::-moz-placeholder {
    color: var(--white-color);
}

.contact-form .nice-select:-ms-input-placeholder,
.contact-form .form_control:-ms-input-placeholder {
    color: var(--white-color);
}

.contact-form .nice-select::-ms-input-placeholder,
.contact-form .form_control::-ms-input-placeholder {
    color: var(--white-color);
}

.contact-form .nice-select::placeholder,
.contact-form .form_control::placeholder {
    color: var(--white-color);
}

.contact-form .nice-select {
    line-height: 30px;
}

.contact-form .nice-select:after {
    position: absolute;
    top: 10px;
    right: 30px;
}

.contact-form .nice-select .list {
    color: var(--heading-color);
}

.contact-form .theme-btn {
    width: 100%;
    background-color: var(--white-color);
    color: var(--heading-color);
}

.pkbera-map-sec .map-box iframe {
    height: 500px;
}

/* 404 Page CSS */
.pkbera-error-sec .error-content img {
    margin-bottom: 60px;
}

.pkbera-error-sec .error-content h2 {
    margin-bottom: 20px;
}

.pkbera-error-sec .error-content p {
    max-width: 470px;
    margin: 0 auto 40px;
}

/* Gorgeous About Us Redesign */
.gorgeous-about-sec {
    position: relative;
    overflow: hidden;
    background-color: #fcfcfc;
}

.gorgeous-image-box {
    position: relative;
    padding-right: 50px;
    padding-bottom: 50px;
    z-index: 1;
}

.gorgeous-main-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.gorgeous-overlap-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    border-radius: 20px;
    border: 10px solid #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.gorgeous-experience-badge {
    position: absolute;
    top: 50px;
    left: -30px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #1a967a 100%);
    padding: 20px 30px;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 10px 20px rgba(32, 179, 142, 0.3);
    animation: float 3s ease-in-out infinite;
    z-index: 2;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.gorgeous-experience-badge h2 {
    font-size: 36px;
    margin-right: 15px;
    margin-bottom: 0;
    color: #fff;
}

.gorgeous-experience-badge span {
    font-size: 16px;
    line-height: 1.3;
    max-width: 100px;
}

@media (max-width: 991.98px) {
    .gorgeous-experience-badge {
        left: 20px;
        top: 20px;
    }
}

.gorgeous-content-box .sub-title {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(32, 179, 142, 0.1);
    color: var(--primary-color);
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.gorgeous-content-box h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
}

@media (max-width: 991.98px) {
    .gorgeous-content-box h2 {
        font-size: 32px;
    }
}

.gorgeous-content-box p.lead-text {
    font-size: 18px;
    color: var(--heading-color);
    margin-bottom: 20px;
    font-weight: 500;
}

.gorgeous-content-box p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.gorgeous-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .gorgeous-features-grid {
        grid-template-columns: 1fr;
    }
}

.gorgeous-feature-item {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.gorgeous-feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gorgeous-feature-item .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgba(32, 179, 142, 0.1);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.gorgeous-feature-item h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.gorgeous-cta-box {
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    .gorgeous-cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.gorgeous-cta-box .theme-btn {
    margin-right: 30px;
    box-shadow: 0 10px 20px rgba(32, 179, 142, 0.2);
    transition: all 0.3s;
}

.gorgeous-cta-box .theme-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(32, 179, 142, 0.3);
}

@media (max-width: 575.98px) {
    .gorgeous-cta-box .theme-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.gorgeous-happy-patients {
    display: flex;
    align-items: center;
}

.gorgeous-happy-patients .avatars {
    display: flex;
}

.gorgeous-happy-patients .avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -15px;
    object-fit: cover;
}

.gorgeous-happy-patients .avatars img:first-child {
    margin-left: 0;
}

.gorgeous-happy-patients .text {
    margin-left: 15px;
}

.gorgeous-happy-patients .text span {
    display: block;
    font-weight: 700;
    color: var(--heading-color);
    font-size: 18px;
}

.gorgeous-happy-patients .text small {
    font-size: 14px;
    color: var(--text-color);
}

/* Gallery Section CSS */
.gallery-section {
    background-color: var(--white-color);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery-item .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-item .gallery-img img {
    transition: transform 0.5s ease;
    border-radius: 10px;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.1);
}

.gallery-item .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
}

.gallery-item .gallery-overlay a {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-overlay a {
    transform: translateY(0);
}

.gallery-item .gallery-overlay a:hover {
    background-color: var(--heading-color);
}