
/* BCS Final Logo + Red Title Update */
.logo img,
.site-logo img,
.footer-logo img,
.admission-popup-logo,
.popup-brand img,
.popup-logo img{
    object-fit:contain !important;
}

.logo img,
.site-logo img{
    width:390px !important;
    max-width:390px !important;
    height:auto !important;
}

@media(max-width:768px){
    .logo img,
    .site-logo img{
        width:240px !important;
        max-width:240px !important;
        height:auto !important;
    }
}

.footer-logo img,
.footer-logo{
    width:220px !important;
    max-width:220px !important;
    height:auto !important;
}

.admission-popup-logo,
.popup-brand img,
.popup-logo img{
    width:280px !important;
    max-width:280px !important;
    height:auto !important;
}

/* Make Bombay Cambridge School title red in content sections */
.about-content h2,
.about-text h2,
.about h2,
.content-card h2,
.section-title h2,
.school-name,
.school-title{
    color:#d71920 !important;
}


/* === BCS HEADER / LOGO / WHATSAPP FINAL FIX === */
.header{overflow:visible!important;z-index:999!important;}
.nav{height:96px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;overflow:visible!important;}
.logo,.site-logo{flex:0 0 auto!important;display:flex!important;align-items:center!important;min-width:0!important;}
.logo img,.site-logo img{width:390px!important;max-width:390px!important;height:auto!important;max-height:86px!important;object-fit:contain!important;object-position:left center!important;display:block!important;}
.menu,.main-menu{margin-left:auto!important;display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap!important;font-size:15px!important;}
.menu .dropdown,.main-menu .dropdown{position:relative!important;display:inline-flex!important;align-items:center!important;}
.menu .dropdown>a,.main-menu .dropdown>a{display:inline-block!important;line-height:1.25!important;}
.submenu,.dropdown-menu{position:absolute!important;top:100%!important;left:0!important;z-index:10000!important;min-width:220px!important;white-space:normal!important;}
.desktop-enquire{flex:0 0 auto!important;padding:13px 22px!important;white-space:nowrap!important;}
.float-actions{position:fixed!important;right:18px!important;bottom:18px!important;z-index:99999!important;display:flex!important;}
.float-actions a.float-wa,.whatsapp-float{width:64px!important;height:64px!important;border-radius:50%!important;padding:0!important;background:#25D366!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 12px 30px rgba(0,0,0,.22)!important;}
.float-actions a.float-wa img,.whatsapp-float img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;display:block!important;}
@media(max-width:1200px){.logo img,.site-logo img{width:345px!important;max-width:345px!important}.menu,.main-menu{gap:16px!important;font-size:14px!important}.desktop-enquire{padding:12px 18px!important}}
@media(max-width:1000px){.nav{height:92px!important;padding:8px 0!important}.menu,.main-menu,.desktop-enquire{display:none!important}.logo img,.site-logo img{width:300px!important;max-width:300px!important;max-height:76px!important}.mobile-toggle{display:flex!important;margin-left:auto!important}.mobile-menu.open{display:block!important}}
@media(max-width:480px){.logo img,.site-logo img{width:250px!important;max-width:250px!important;max-height:68px!important}.float-actions a.float-wa,.whatsapp-float{width:56px!important;height:56px!important;right:14px!important;bottom:14px!important}}
