.elementor-314 .elementor-element.elementor-element-86859b7{--display:flex;--margin-top:200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-314 .elementor-element.elementor-element-86859b7{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-2cdb632 */.leader-card img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100px !important;
    max-width: 100%;
    border-radius: 50%;
}

.doctors-grid img{
    border-radius: 50%;
}

.doctors-grid img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.leader-info h3 {
    color: white;
    font-size: 1.2rem !important;
}


.about-img {
    border-radius: 20px !important;
}

.anatomy-container{
    max-width: 1450px !important;
}

.doctors {
    padding: 25px 0 !important;
}
    
    .news {
    padding: 25px 0 !important;
}


.about{
    padding: 100px 60px !important;
    
}

@media (max-width: 767px) {
    .about {
        padding: 100px 5px 100px 15px !important;
    }
}



.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { 
    font-size: 2.5rem; 
    margin-bottom: 15px; 
    background: var(--gradient-primary); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

/* =========================================
   1. HERO SECTION CSS
   ========================================= */
.hero-banner { 
    position: relative; width: 100%; height: 590px; 
    overflow: hidden; background: #111; 
}
.hero-slide { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    opacity: 1; visibility: visible; transition: opacity 0.6s ease; overflow: hidden; 
}
.hero-content-wrapper { 
    position: relative; z-index: 3; height: 100%; 
    display: flex; flex-direction: column; justify-content: center; 
}
.hero-content { max-width: 900px; padding: 38px 0 0 0; }
.hero-title { 
    font-size: 56px; font-weight: 800; color: #ffffff; 
    line-height: 1.15; text-transform: uppercase; letter-spacing: 0.3px; margin: 0; 
}
.hero-desc { 
    margin-top: 20px; font-size: 20px; font-weight: 400; 
    line-height: 1.5; color: #f2f2f2; max-width: 640px; 
}
.hero-btns { margin-top: 34px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.hero-btn-primary, .hero-btn-secondary { 
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; 
    padding: 15px 32px; font-family: 'Poppins', sans-serif; font-size: 17px; 
    font-weight: 600; border-radius: 6px; text-decoration: none; 
    transition: all 0.3s;
}
.hero-btn-primary { background: #ffffff; color: #1a1a1a; border: 2px solid #ffffff; }
.hero-btn-secondary { background: transparent; color: #ffffff; border: 2px solid rgba(255,255,255,0.75); }
.hero-btn-primary:hover, .hero-btn-secondary:hover { 
    background: #EB9B42 !important; color: #fff !important; border-color: #EB9B42 !important; 
}

/* Hero Animations (Only Load Fade-in) */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
.hero-title { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards; }
.hero-desc { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards; }
.hero-btns { opacity: 0; animation: fadeInUp 1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards; }

/* =========================================
   2. WHY CHOOSE US (FAMILY) CSS
   ========================================= */
.features { padding: var(--section-pad); position: relative; z-index: 1; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-card {
    background: var(--card-bg); padding: 40px 30px;
    border-radius: var(--radius-lg); text-align: center;
    border: 1px solid var(--border); box-shadow: var(--shadow-sm);
    transition: all 0.4s ease; position: relative; overflow: hidden;
    height: 100%;
}
.feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
    background: var(--gradient-primary); transform: scaleX(0); transition: transform 0.4s ease;
}
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon {
    width: 80px; height: 80px; background: rgba(60, 41, 146, 0.1);
    color: var(--primary); border-radius: 50%; display: flex; align-items: center;
    justify-content: center; font-size: 2.5rem; margin: 0 auto 20px; transition: all 0.4s ease;
}
.feature-card:hover .feature-icon {
    background: var(--primary); color: white; transform: scale(1.1);
}
.feature-card h3 { font-size: 1.25rem; color: var(--text-dark); font-weight: 700; }


.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(0 0 0 / 90%), rgba(0, 0, 0, 0.5)) !important;
}/* End custom CSS */