.elementor-9162 .elementor-element.elementor-element-2b50538{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:-1%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-9162 .elementor-element.elementor-element-2b50538:not(.elementor-motion-effects-element-type-background), .elementor-9162 .elementor-element.elementor-element-2b50538 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0FBF9;}.elementor-9162 .elementor-element.elementor-element-0771a2f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:5%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9162 .elementor-element.elementor-element-c699944{width:100%;max-width:100%;text-align:center;}.elementor-9162 .elementor-element.elementor-element-c699944 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:56px;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9162 .elementor-element.elementor-element-7b390bb{text-align:center;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;color:#4F6470;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-9162 .elementor-element.elementor-element-6b8768f > .elementor-widget-container{margin:0% 0% -10% 0%;}.elementor-9162 .elementor-element.elementor-element-cd9edea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-9162 .elementor-element.elementor-element-2b50538{--margin-top:-1%;--margin-bottom:-1%;--margin-left:-1%;--margin-right:-1%;}}/* Start custom CSS for html, class: .elementor-element-902284a *//* --- Homepage-specific styles using common.css variables --- */
        
        /* Hero Section */
        .hero-section {
            background: linear-gradient(140deg, var(--navy) 0%, var(--navy-lt) 55%, #1a6e7a 100%);
            color: #fff; 
            padding: 100px 5vw 90px; 
            position: relative; 
            overflow: hidden;
            text-align: center;
        }

        .hero-section::before {
            content: ''; position: absolute; inset: 0;
            background: radial-gradient(circle at 20% 80%, rgba(36,188,189,0.1) 0%, transparent 50%);
        }

        .hero-section h1 {
            font-size: clamp(2.2rem, 4.5vw, 3.5rem);
            font-weight: 400; line-height: 1.2;
            margin-bottom: 1.5rem;
            position: relative; z-index: 1;
        }

        .hero-section h1 span { color: var(--teal); }

        .hero-section p {
            font-size: 1.1rem; color: rgba(255,255,255,.85);
            line-height: 1.8; margin-bottom: 2rem;
            max-width: 800px; margin-left: auto; margin-right: auto;
            position: relative; z-index: 1;
        }

        .hero-image-wrapper {
            position: relative;
            max-width: 1120px; margin: 0 auto;
            position: relative; z-index: 1;
        }

        .hero-img {
            width: 100%;
            height: 400px;
            border-radius: var(--r-lg);
            box-shadow: var(--sh-md);
            object-fit: cover;
            background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
            display: flex; align-items: center; justify-content: center;
            font-size: 2rem; color: #666;
        }

        .google-badge {
            position: absolute;
            top: 40px;
            right: 40px;
            background: var(--white);
            padding: 15px 20px;
            border-radius: var(--r-md);
            box-shadow: var(--sh-md);
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .google-logo { 
            width: 80px; 
            margin-bottom: 5px;
            background: #4285F4;
            color: white;
            padding: 10px;
            border-radius: var(--r-sm);
            font-weight: bold;
            font-size: 14px;
        }
        .stars { color: #FBBC05; font-size: 14px; }

        /* Services Section */
        .services-section { padding: 88px 5vw; }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
            max-width: 1120px;
            margin: 2rem auto 0;
        }

        .service-card {
            background: var(--white);
            border-radius: var(--r-lg);
            box-shadow: var(--sh-sm);
            transition: transform .3s, box-shadow .3s;
            border: 1px solid var(--border);
            overflow: hidden;
        }


        .service-card:hover {
            transform: translateY(-5px); 
            box-shadow: var(--sh-md);
        }

        .service-img { 
            border-radius: var(--r-md); 
            margin-bottom: 1.5rem; 
            width: 100%; 
            height: 200px; 
            object-fit: cover;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            display: flex; align-items: center; justify-content: center;
            font-size: 3rem; color: #666;
        }
        
        .service-card h3 { 
            font-size: 1.18rem; 
            font-weight: 600; 
            margin-bottom: 1rem; 
            padding: 0 1.5rem;
        }
        
        .service-card p { 
            font-size: .9rem; 
            color: var(--gray); 
            margin-bottom: 1.5rem;
            line-height: 1.7;
            padding: 0 1.5rem;
        }
        
        .learn-more { 
            color: var(--teal); 
            font-weight: 600; 
            text-decoration: none; 
            display: flex; 
            align-items: center; 
            gap: .5rem;
            padding: 0 1.5rem 1.5rem;
            transition: color .2s;
        }

        .learn-more:hover {
            color: var(--teal-dk);
        }

        .cta-card {
            background: var(--off);
            border-radius: var(--r-lg);
            padding: 2.5rem;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 300px;
        }

        .view-all-btn {
            background: var(--teal);
            color: var(--white);
            padding: .82rem 1.9rem;
            border-radius: 50px;
            border: none;
            font-weight: 700;
            font-size: .95rem;
            cursor: pointer;
            margin-top: 1.5rem;
            transition: transform .22s, box-shadow .22s;
            box-shadow: 0 4px 20px rgba(36,188,189,.38);
        }

       .view-all-btn:hover {
        color: var(--white);
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(36,188,189,.45);
}

        /* Why Choose Us Section */
       /* Ensure the grid handles 4 cards well */
.wcu-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Slightly wider text area for the cards */
    gap: 3rem;
    align-items: flex-start; /* Align to top so cards and image start together */
}

.feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    border: 1px solid #eef2f3;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateX(10px);
    border-color: var(--teal);
}

.feature-card-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 12px;
    background: #f0fafa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-card-icon img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.feature-card-text h4 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0a2533;
}

.feature-card-text p {
    margin: 4px 0 0 0;
    font-size: 0.9rem;
    color: #6c757d;
    line-height: 1.4;
}

/* Make image sticky so it stays visible while scrolling through 4 cards */
.wcu-image-container {
    position: sticky;
    top: 100px;
}

.wcu-main-img {
    width: 100%;
    height: 650px; /* Increased height to match the 4-card stack */
    object-fit: cover;
    border-radius: 30px;
}

/* Mobile Fix */
@media (max-width: 960px) {
    .wcu-grid {
        grid-template-columns: 1fr;
    }
    .wcu-image-container {
        position: static;
        height: auto;
    }
    .wcu-main-img {
        height: 350px;
    }
}

        /* Philosophy Section */
        .philosophy-section  {
            background: var(--navy);
            padding: 44px 5vw;
            position: relative;
            color: var(--white);
            overflow: hidden;
        }
        /* Philosophy Section */
        .wcu-section  {
            padding: 44px 5vw;
            position: relative;
            color: var(--white);
            overflow: hidden;
        }
        .watermark {
            position: absolute;
            top: 0px;
            right: 0px;
            font-size: 160px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.03);
            z-index: 1;
        }

        .philo-grid { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
            gap: 2rem; 
            position: relative; 
            z-index: 2; 
            max-width: 1120px;
            margin: 2rem auto 0;
        }
        
        .philo-card { 
            background: rgba(255, 255, 255, 0.05); 
            padding: 2.5rem; 
            border-radius: var(--r-lg); 
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: transform .3s, box-shadow .3s;
        }
        
        .philo-card:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-5px);
        }
        
        .philo-num { 
            font-size: 3rem; 
            font-weight: 700; 
            color: var(--teal); 
            margin-bottom: 1.5rem; 
        }
        
        .philo-tag { 
            display: inline-block; 
            padding: .5rem 1rem; 
            background: rgba(36, 188, 189, 0.15); 
            color: var(--teal); 
            border-radius: 50px; 
            font-size: .76rem; 
            font-weight: 700; 
            text-transform: uppercase; 
            margin-top: 1.25rem; 
        }

        /* Experts Section */
        .experts-section { 
            padding: 44px 5vw; 
            text-align: center; 
        }
        
        .experts-grid { 
            display: grid; 
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
            gap: 2rem; 
            margin: 2rem auto 2.5rem; 
            text-align: left;
            max-width: 1120px;
        }
        
        .expert-card { 
            border: 1px solid var(--border); 
            border-radius: var(--r-lg); 
            overflow: hidden;
            transition: transform .3s, box-shadow .3s;
            background: var(--white);
        }
        
        .expert-card:hover {
            box-shadow: var(--sh-md);
            transform: translateY(-5px);
        }
        
        .expert-info { padding: 1.5rem; }
        
        .expert-role { 
            color: var(--teal); 
            font-size: .76rem; 
            font-weight: 600; 
            margin-bottom: .625rem; 
            display: block; 
            text-transform: uppercase;
            letter-spacing: .05em;
        }

        /* Footer Section */
        .footer-section { 
            padding: 44px 5vw; 
        }
        
        .footer-grid { 
            display: grid; 
            grid-template-columns: 1.5fr 1fr; 
            gap: 2rem;
            align-items: stretch;
            max-width: 1120px;
            margin: 0 auto;
        }
        
        .map-box { 
            border-radius: var(--r-lg); 
            overflow: hidden; 
            height: 400px; 
            border: 1px solid var(--border);
            background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
        }
        
        .hours-box { 
            background: var(--teal); 
            border-radius: var(--r-lg); 
            padding: 3rem 2.5rem; 
            color: var(--white);
            display: flex;
            flex-direction: column;
            justify-content: center;
            height: 400px;
        }
        
        .hours-row { 
            display: flex; 
            justify-content: space-between; 
            padding: .75rem 0; 
        }
        .hours-list p {
        margin: 8px 0;
        text-align: center;
        }
        .hours-box h2 {
            color: #ffffff;
            text-align: center;
        }

        /* Responsive Design */
        @media (max-width: 960px) {
            .services-grid { grid-template-columns: repeat(2, 1fr); }
            .wcu-grid, .philo-grid, .experts-grid, .footer-grid { 
                grid-template-columns: 1fr; 
                gap: 2rem;
                align-items: stretch;
            }
            
            .google-badge { 
                display: none; 
            }
            
            .clinic-img {
                height: 300px;
            }
            
            .map-box {
                height: 300px;
            }
            
            .hours-box {
                padding: 2rem;
                height: 300px;
            }
        }

        @media (max-width: 640px) {
            .services-grid { grid-template-columns: 1fr; }
            .hero-section {
                padding: 70px 5vw 60px;
            }
            
            .hero-img {
                height: 250px;
            }
            
            .services-section, .wcu-section, .philosophy-section, .experts-section, .footer-section {
                padding: 60px 5vw;
            }
            
            .service-card, .philo-card {
                padding: 1.5rem;
            }
            
            .feature-item {
                padding: 1rem;
            }
            
            .cta-card {
                padding: 2rem 1.5rem;
                min-height: 250px;
            }
            
            .map-box, .hours-box {
                height: auto;
                min-height: 250px;
            }
        }
        
      /* ── Team + Testimonials Section ── */
.team-testimonials-section {
    padding: 44px 5vw;
}

.tt-team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}

.tt-slider-outer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.tt-slider-viewport {
    flex: 1;
    overflow: hidden;
    padding-bottom: 8px;
    padding-top: 8px;
}

.tt-slider-track {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    align-items: stretch;
}

.tt-review-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--r-lg);
    padding: 1.75rem;
    flex: 0 0 calc(33.333% - 1rem);
    min-width: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .3s, box-shadow .3s;
}

.tt-review-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh-md);
}

.tt-stars {
    color: #FBBC05;
    font-size: 1rem;
    margin-bottom: .75rem;
    letter-spacing: 2px;
}

.tt-review-text {
    font-size: .92rem;
    color: var(--gray);
    line-height: 1.75;
    margin-bottom: 1.25rem;
    font-style: italic;
    flex: 1;
}

.tt-reviewer {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: auto;
}

.tt-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--teal);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.tt-reviewer strong {
    display: block;
    font-size: .9rem;
    color: var(--navy);
}

.tt-reviewer span {
    font-size: .8rem;
    color: var(--gray);
}

.tt-arrow {
    flex-shrink: 0;
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white);
    border: 1px solid var(--border);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--sh-sm);
    transition: background .2s, color .2s, border-color .2s;
    color: var(--navy);
    position: static;
    aspect-ratio: 1 / 1;
    line-height: 1;
    padding: 0;
}

.tt-arrow:hover {
    background: var(--teal);
    color: #fff;
    border-color: var(--teal);
}

.tt-dots {
    display: flex;
    justify-content: center;
    gap: .5rem;
    margin-top: 1.5rem;
}

.tt-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .3s, transform .3s;
}

.tt-dot.active {
    background: var(--teal);
    transform: scale(1.35);
}

@media (max-width: 960px) {
    .tt-team-grid { grid-template-columns: 1fr; }
    .tt-review-card { flex: 0 0 calc(50% - .75rem); }
}

@media (max-width: 640px) {
    .team-testimonials-section { padding: 60px 5vw; }
    .tt-team-grid { gap: 2rem; }
    .tt-review-card { flex: 0 0 100%; }
}/* End custom CSS */