.about-main {
    background: #F5F5F5;
}

.faq-section.about {
    background: #F5F5F5;
}

.about-results-section {
    padding: var(--section-padding) 0;
    background: #F5F5F5;
}

.about-results-wrap {
    max-width: 1220px;
}



.about-results-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
}

.about-results-text {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: var(--fs-body);
    line-height: 1.55;
    margin: 0;
}

.about-results-col .about-results-text+.about-results-text {
    margin-top: 28px;
}

.about-results-text-dropcap::first-letter {
    font-size: 40px;
    font-weight: 600;
    line-height: 0.85;
    margin-right: 2px;
    color: var(--color-text);
}

@media (max-width: 1024px) {
    .about-results-section {
        padding: 46px 0 56px;
    }

    .about-results-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .about-results-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        text-align: center;
    }

    .about-results-col .about-results-text+.about-results-text {
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .about-results-section {
        padding: 36px 0 44px;
    }

    .about-results-text {
        line-height: 1.6;
    }
}

.about-numbers-section {
    background: #F5F5F5;
}

.about-numbers-wrap {
    background: linear-gradient(124.61deg, #001F1A -1.94%, #314E3E 104.28%);
    border-radius: 20px;
    padding: 40px;
}



.about-numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.about-number-card {
    background: #fff;
    box-shadow: 0px 10px 30px 0px #00000005;
    border-radius: 16px;
    min-height: 280px;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.about-number-icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.about-number-value {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-size: clamp(36px, 2.8vw, 52px);
    font-weight: 400;
    line-height: 1;
}

.about-number-label {
    font-family: var(--ff-body);
    color: #000000;
    font-size: clamp(18px, 1.2vw, 28px);
    line-height: 1.2;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 1100px) {
    .about-numbers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .about-numbers-section .heading br {
        display: none;
    }

    .about-numbers-wrap {
        padding: 24px 18px 22px;
    }

    .about-number-card {
        min-height: 190px;
        padding: 26px 14px 18px;
    }

    .about-number-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
    }

    .about-number-label {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .about-numbers-grid {
        grid-template-columns: 1fr;
    }
}

.about-excellence-section {
    padding: var(--section-padding) 0;
}

.about-excellence-wrap {
    max-width: 1260px;
}

.about-excellence-title {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.08;
    text-align: center;
    margin-bottom: 30px;
}

.about-excellence-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.about-excellence-card {
    background: #fff;
    border: 1px solid #CCCCCCB2;
    border-radius: 20px;
    padding: 20px 25px;
    min-height: 184px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0px 10px 40px 0px #00000014;

}

.about-excellence-icon-wrap {
    width: 80px;
    height: 80px;
    min-width: 80px;
    border-radius: 50%;
    background: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-excellence-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.about-excellence-card-title {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}

.about-excellence-card-text {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

@media (max-width: 1024px) {
    .about-excellence-wrap .heading br {
        display: none;
    }

    .about-excellence-card {
        min-height: 168px;
        padding: 18px;
    }

    .about-excellence-icon-wrap {
        width: 66px;
        height: 66px;
        min-width: 66px;
    }

    .about-excellence-icon {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 768px) {
    .about-excellence-section {
        padding-bottom: 56px;
    }

    .about-excellence-grid {
        grid-template-columns: 1fr;
    }

    .about-excellence-title {
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .about-excellence-card {
        align-items: flex-start;
        min-height: auto;
    }

    .about-excellence-icon-wrap {
        width: 58px;
        height: 58px;
        min-width: 58px;
    }

    .about-excellence-icon {
        width: 30px;
        height: 30px;
    }
}

.about-doctors-section {
    padding: var(--section-padding) 0;
    border-top: 1px solid #D0D0D0;
}

.about-doctors-wrap {
    max-width: 1260px;
}

.about-doctors-title {
    font-family: var(--ff-heading);
    font-size: clamp(40px, 4vw, 60px);
    line-height: 1.08;
    font-weight: 400;
    color: var(--color-text);
    text-align: center;
    margin-bottom: 22px;
}

.about-doctors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.about-doctor-card {
    border-radius: 18px;
    box-shadow: none;
    background: white;
    box-shadow: 0px 10px 40px 0px #00000014;
    border: 1px solid #CCCCCCB2;
    padding: 25px;
}

.about-doctor-card::after {
    content: "";
    display: table;
    clear: both;
}

.about-doctor-info {
    min-width: 0;
}

.about-doctor-name {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-size: 30px;
    line-height: 1.08;
    font-weight: 400;
    margin: 0 0 12px;
}

.about-doctor-role {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--color-text);
    border-bottom: 1px solid var(--color-text);
    max-width: 65%;
}

.about-doctor-text {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.about-doctor-points {
    clear: both;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
}

.about-doctor-points li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.35;
}

.about-point-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #bddf32;
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-top: 1px;
}

.about-doctor-image-wrap {
    float: right;
    width: 178px;
    height: 208px;
    border-radius: 12px;
    overflow: hidden;
    background: #d8d8d8;
    margin: 0 0 12px 16px;
}

.about-doctor-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {
    .about-doctor-image-wrap {
        width: 168px;
        height: 196px;
    }
}

@media (max-width: 900px) {
    .about-doctors-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-doctors-section {
        padding-bottom: 56px;
    }

    .about-doctors-title {
        margin-bottom: 16px;
    }

    .about-doctor-image-wrap {
        width: 155px;
        height: 182px;
    }

    .about-doctor-name {
        font-size: 25px;
    }

    .about-doctor-role {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .about-doctor-card {
        padding: 14px;
    }

    .about-doctor-image-wrap {
        float: none;
        width: 100%;
        height: 220px;
        margin: 0 0 14px;
    }
}

.about-awards-section {
    padding: var(--section-padding) 0;
}

.about-awards-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 49%);
    gap: 28px;
    align-items: stretch;
    max-width: 1260px;
}

.about-awards-content {
    padding: 8px 0;
}

.about-awards-block {
    max-width: 620px;
}

.about-awards-heading {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-size: clamp(42px, 3.2vw, 56px);
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 14px;
}

.about-awards-heading-sub {
    margin-top: 0;
}

.about-awards-text {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: clamp(16px, 1vw, 24px);
    line-height: 1.5;
    margin: 0;
}

.about-awards-divider {
    height: 1px;
    background: #d2d2d2;
    margin: 28px 0 24px;
}

.about-awards-image-wrap {
    border-radius: 20px;
    overflow: hidden;
    min-height: 540px;
    background: #d8d8d8;
}

.about-awards-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 1024px) {
    .about-awards-wrap {
        grid-template-columns: 1fr;
    }

    .about-awards-image-wrap {
        min-height: 420px;
    }

    .about-awards-block {
        max-width: 100%;
        text-align: center;
    }

    .heading.nocenter {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .about-awards-section {
        padding-bottom: 56px;
    }

    .about-awards-divider {
        margin: 20px 0;
    }

    .about-awards-image-wrap {
        min-height: 340px;
    }
}

@media (max-width: 480px) {
    .about-awards-image-wrap {
        min-height: 260px;
        border-radius: 14px;
    }
}

.about-why-gallery-section {
    padding-top: var(--section-padding);
    border-top: 1px solid #D0D0D0
}


.about-why-gallery-wrap {
    max-width: 1280px;
}

.about-why-gallery-title {
    font-family: var(--ff-heading);
    color: var(--color-text);
    text-align: center;
    font-size: clamp(42px, 4vw, 62px);
    line-height: 1.06;
    font-weight: 400;
    margin: 0 0 16px;
}

.about-why-gallery-text {
    font-family: var(--ff-body);
    color: var(--color-text);
    font-size: clamp(16px, 1vw, 22px);
    line-height: 1.45;
    text-align: center;
    max-width: 1120px;
    margin: 0 auto 26px;
}

.about-why-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 240px 240px;
    gap: 22px;
}

.about-why-gallery-item {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: #d8d8d8;
}

.about-why-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-why-item-2 {
    grid-column: 1;
    grid-row: 2;
}

.about-why-item-3 {
    grid-column: 2;
    grid-row: 1 / 3;
}

.about-why-item-4 {
    grid-column: 3;
    grid-row: 1;
}

.about-why-item-5 {
    grid-column: 3;
    grid-row: 2;
}

.about-why-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(3px);
}

@media (max-width: 1024px) {
    .about-why-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 250px 250px 250px;
    }

    .about-why-item-3 {
        grid-row: auto;
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .about-why-gallery-section {
        padding-bottom: 56px;
    }

    .about-why-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
    }

    .about-why-gallery-item,
    .about-why-item-3 {
        min-height: 250px;
        grid-column: auto;
        grid-row: auto;
    }

    .about-why-play {
        width: 58px;
        height: 58px;
        font-size: 18px;
    }
}

.about-tech-carousel-section {
    position: relative;
    padding: 80px 0 50px;
    background: var(--color-text);
    margin-top: -5px;
}

.about-tech-carousel-section .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 42px;
    padding-right: 0;
}

.about-tech-carousel-title {
    font-family: var(--ff-heading);
    color: var(--color-white);
    text-align: center;
    font-size: var(--fs-heading);
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 30px;
    margin-top: -150px;
}

.about-tech-carousel {
    width: 100%;
    margin-right: 0;
    padding: 0;
}

.about-tech-card {
    background: var(--color-white);
    border-radius: 20px;
    padding: 22px 20px 12px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-tech-card-title {
    font-family: var(--ff-heading);
    color: var(--color-text);
    font-size: 35px;
    line-height: 1.1;
    font-weight: 400;
    margin: 0 0 20px;
}

.about-tech-card-tag {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 8px;
    background: var(--color-primary);
    color: var(--color-bg-dark);
    font-family: var(--ff-body);
    font-size: var(--fs-small);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 14px;
}

.about-tech-card-image {
    width: 100%;
    height: 290px;
    object-fit: contain;
    object-position: center bottom;
    display: block;
    margin-top: auto;
}

.about-tech-carousel .owl-stage {
    display: flex;
}

.about-tech-carousel .owl-item {
    display: flex;
    padding: 2px 0;
}

.about-tech-carousel .owl-item .about-tech-card {
    width: 100%;
}

.about-tech-carousel-nav,
.about-tech-carousel-nav .owl-nav {
    display: flex !important;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
}

.about-tech-carousel-nav .disabled,
.about-tech-carousel-nav .owl-nav.disabled {
    display: flex !important;
}

.about-tech-carousel-nav .owl-prev,
.about-tech-carousel-nav .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    background: #f2f2f2;
    color: #8d8d8d;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.about-tech-carousel-nav button.owl-next {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-text);
}

.about-tech-carousel-nav button.owl-prev:focus-visible,
.about-tech-carousel-nav button.owl-next:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.about-tech-carousel-nav button.owl-prev i,
.about-tech-carousel-nav button.owl-next i {
    line-height: 1;
}

.about-tech-carousel .owl-dots {
    display: none;
}

@media (max-width: 1024px) {
    /* .about-tech-carousel-section {
        border-top-left-radius: 50% 100px;
        border-top-right-radius: 50% 100px;
    } */
}

@media (max-width: 768px) {
    .about-tech-carousel-title {
        margin-top: -100px;
    }

    .about-tech-carousel-section {
        padding: 64px 0 42px;
    }

    .about-tech-carousel-section .container {
        padding-left: 16px;
    }

    .about-tech-carousel {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
    }

    .about-tech-card {
        min-height: 420px;
        padding: 18px 16px 10px;
    }

    .about-tech-card-image {
        height: 220px;
    }

    .about-tech-card-title {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .about-tech-carousel-title {
        margin-top: -50px;
    }
}

.about-excellence-title,
.about-doctors-title,
.about-awards-heading,
.about-why-gallery-title,
.about-number-value {
    font-size: var(--fs-heading);
}

.about-results-text,
.about-number-label,
.about-awards-text,
.about-why-gallery-text {
    font-size: var(--fs-body);
}