.ti-hero {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80svh;
    padding: 0 24px;
    margin-bottom: 5svh;
    position: sticky;
    top: 0;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .ti-hero {
            height: 90vh;
            height: 90svh;
        }
}

.ti-hero__wrapper {
    position: relative;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 12px;
    background-image: linear-gradient(120deg, rgba(20, 40, 70, 0.45), rgba(20, 40, 70, 0.25)),
        url('../../../images/blue-sky-with-white-clouds-during-the-day-2026-03-27-00-47-44-utc.webp');
    background-size: cover;
}

.ti-hero__glass {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    padding-bottom: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.ti-hero__content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: clamp(12px, 2vh, 20px);
    padding: clamp(24px, 4vh, 48px);
}

.ti-hero__eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(20px, 2.2vw, 26px);
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.85;
}

.ti-hero__title {
    font-family: 'Abril Fatface', serif;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.1;
    color: #ffffff;
    margin: 0;
}

.ti-hero__text {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(18px, 1.6vw, 20px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: 520px;
}

.ti-hero__doctor {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 58%;
    max-height: 540px;
    width: auto;
    max-width: 90%;
    object-fit: contain;
    object-position: bottom;
    z-index: 2;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .ti-hero__glass {
            justify-content: center;
            align-items: flex-start;
        }

    .ti-hero__content {
            align-items: flex-start;
            text-align: left;
            max-width: 55%;
            padding: clamp(40px, 6vh, 80px);
        }

    .ti-hero__doctor {
            left: auto;
            right: 5%;
            transform: none;
            height: 82%;
            max-height: 700px;
            max-width: 45%;
            object-position: bottom right;
        }
}

@media (max-width: 809px) {
    .ti-hero {
            padding-left: 16px;
            padding-right: 16px;
        }

    .ti-hero__content {
            padding: clamp(20px, 3.5vh, 32px) 24px;
        }

    .ti-hero__doctor {
            height: 52%;
        }
}

.ti-overlap {
    position: relative;
    z-index: 1;
}

.ti-overlap .about-style1-area {
    position: relative;
    z-index: 2;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0 120px 0;
}

.ti-overlap .hero-description-area {
    position: relative;
    z-index: 2;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0 120px 0;
    background: #0154a8 !important;
}
.ti-overlap .hero-description-area .row {
    justify-content: center;
}

.ti-overlap .hero-description-area .about-hero-description-content .inner-content .top-text p {
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
}

.ti-overlap .hero-description-area .about-hero-description-content .bottom-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 24px 0 0 0;
}

.ti-overlap .hero-description-area .about-hero-description-content .inner-content .bottom-box .icon {
    margin: auto 0;
    padding: 0px 10px;
    color:#ffffff;
}

.ti-overlap .hero-description-area .about-hero-description-content .inner-content .bottom-box p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: auto 0;
}

.ti-overlap .hero-description-area .about-hero-description-content .inner-content .bottom-box .icon span::before {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.ti-overlap .about-style1-area .row {
    justify-content: center;
}
