<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#hero {
    /* background: url(../assets/images/hero-bg.jpg) no-repeat center/cover fixed; */
    background: url(../assets/images/bg0.jpg) no-repeat left/cover fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 0;
    min-height: 0;
}

#hero .row {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 55% 45%;
    max-width: 1280px;
    width: 100%;
}

.hero-content {
    padding: 2rem min(2rem, 5vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    max-width: 720px;
}

#hero .row img {
    align-self: flex-end;
    width: 100%;
    max-width: 420px;
    object-fit: cover;
}

#fewthings .row {
    max-width: 1280px;
    justify-content: space-evenly;
    gap: 1rem;
}

#fewthings {
    background: #fffff0;
    padding: 3rem 0;
}

.thing {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.thing img {
    height: 60px;
    width: auto;
}


#patients {
    padding: 3rem 0;
}

.patient {
    width: 100%;
    min-height: 240px;
    display: grid;
    grid-template-columns: 9fr 3fr;
    position: relative;
    overflow: hidden;
}

.patient img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
}

.patient .head {
    font-size: 2rem;
}

.patient-content {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    z-index: 2;
}

.btn-trans {
    outline: 2px solid white;
    color: white;
    background: transparent;
    width: fit-content;
    padding: 0.5rem 1rem;
}

#patients .row {
    gap: 0.5rem;
    max-width: 100%;
    max-width: 1440px;
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

#patients .title {
    color: var(--electric-indigo);
}

#features {
    padding: 3rem 0;
}

.feature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%, 200px);
    gap: 1rem;
    text-align: center;
}

.feature .head {
    font-size: 1.2rem;
    color: var(--electric-indigo);
}

.feature .desc {
    font-size: 0.9rem;
    color: black;
}


#features-kids {
    padding: 3rem min(2rem, 5vw);
    background: url(../assets/images/bg1.jpg) no-repeat center/cover;
}

#features-kids .grid2x {
    max-width: 1280px;
    grid-template-columns: 40% 60%;
    gap: min(3rem, 10vw);
    text-align: left !important;
    align-items: center;
    justify-items: center;
}

.kidsloveus {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: linear-gradient(90deg, rgba(255, 87, 87, 0.8), #ffda21d8);
    color: white;
    border-radius: 1rem;
    justify-content: center;
    padding: min(2rem, 5vw);
}

#features-kids .section-title {
    text-align: left;
    width: fit-content;
    color: white;
    padding: 0.5rem 1rem;
    font-weight: 700;
}

#features-kids ul {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#features-kids ul li {
    font-size: 1.2rem;
}

#bookappointment .row {
    background: rgb(47, 44, 80);
    color: white;
    padding: 2rem min(2rem, 5vw);
    border-radius: 0.5rem;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: min(3rem, 5vh);
    padding: min(3rem, 5vw);
    background: url(../assets/images/bg6.jpg) no-repeat center/cover;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#bookappointment img {
    border-radius: 0.5rem;
    height: 100%;
    border: 0.2rem solid white;
}

.book-content h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}

.book-content p {
    color: white;
}

.faq {
    width: min(100%, 720px);
    border-radius: 0.5rem;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    /* background: #f5fffd; */
    background: rgb(255, 235, 221);
    text-align: left;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.question {
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.answer {
    width: 100%;
    height: 0px;
    overflow: hidden;
    font-weight: 300;
    line-height: 24px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.erotate {
    rotate: 180deg;
}

.ashow {
    padding-top: 2rem;
    height: 150px;
}

.expand {
    padding: 0.5rem;
    cursor: pointer;
    width: 40px;
    transition: all 0.5s ease;
}

.faq-img {
    border-radius: 1rem;
}

@media screen and (max-width: 1080px) {
    #patients .row {
        grid-template-columns: 2fr 2fr;
    }

}

@media screen and (max-width: 820px) {
    #hero .row {
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #hero .row img {
        align-self: center;
        justify-self: center;
    }

    #bookappointment .row {
        grid-template-columns: 1fr;
        text-align: center;
        align-items: center;
        justify-items: center;
    }

    .book-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #faq .grid2x {
        grid-template-columns: 1fr;
    }

    #features-kids .grid2x {
        grid-template-columns: 1fr;
    }

    .kidsloveus {
        background: linear-gradient(0deg, rgba(255, 87, 87, 0.8), #ffda21d8);
    }

}

@media screen and (max-width: 680px) {
    #patients .row {
        grid-template-columns: 1fr;
    }

}</pre></body></html>