:root{
  --bmah-black:#070707;
  --bmah-navy:#071d35;
  --bmah-navy2:#0d2e50;
  --bmah-gold:#ecb42e;
  --bmah-green:#177c45;
  --bmah-red:#b82029;
  --bmah-cream:#f7f1e7;
  --bmah-text:#0d2038;
  --bmah-serif:Georgia,"Times New Roman",serif;
  --bmah-sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html.bmah-menu-open,html.bmah-menu-open body{overflow:hidden}
body.bmah-approved-home{margin:0!important;padding:0!important;background:#fff}
.bmah-site,.bmah-site *{box-sizing:border-box}
.bmah-site{width:100%;overflow:hidden;background:#fff;color:var(--bmah-text);font-family:var(--bmah-sans);line-height:1.5}
.bmah-site a{text-decoration:none;color:inherit}
.bmah-site img{display:block;max-width:100%}
.bmah-wide,.bmah-content{width:min(1320px,calc(100% - 48px));margin-inline:auto}
.bmah-skip{position:fixed;left:15px;top:-90px;z-index:99999;background:#fff;color:#000;padding:10px 14px}.bmah-skip:focus{top:15px}

.bmah-topbar{height:30px;background:var(--bmah-black);color:#fff;font-size:11px;font-weight:700}
.bmah-topbar-inner{height:30px;display:flex;align-items:center;justify-content:space-between}
.bmah-topbar a{color:var(--bmah-gold)}

.bmah-header{position:relative;z-index:80;background:#fff;border-bottom:1px solid #e7e7e7}
.bmah-header-top{min-height:80px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}
.bmah-logo{grid-column:2;display:block;padding:8px 0}
.bmah-logo img{width:190px;height:72px;object-fit:contain;background:#fff}
.bmah-header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:10px}
.bmah-button{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 20px;border:0;border-radius:4px;font-size:13px;font-weight:900;line-height:1.05;text-align:center;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}
.bmah-button:hover{transform:translateY(-2px);filter:brightness(1.03);box-shadow:0 8px 22px rgba(0,0,0,.12)}
.bmah-button-green{background:var(--bmah-green);color:#fff!important}
.bmah-button-red{background:var(--bmah-red);color:#fff!important}
.bmah-button-gold{background:var(--bmah-gold);color:#080808!important}
.bmah-button-outline{background:rgba(0,0,0,.23);border:2px solid rgba(255,255,255,.86);color:#fff!important}
.bmah-button-navy{background:#07192d;color:#fff!important}
.bmah-header-actions .bmah-button-green{min-width:96px;min-height:51px}
.bmah-header-actions .bmah-button-red{min-width:82px;min-height:46px}

.bmah-navigation-wrap{background:#fff}
.bmah-navigation{min-height:50px;display:flex;align-items:center;justify-content:center;gap:31px;font-size:14px;font-weight:800}
.bmah-navigation>a,.bmah-submenu-toggle{display:flex;align-items:center;min-height:48px;background:none;border:0;padding:0;color:#090909;font:inherit;cursor:pointer}
.bmah-navigation>a:hover,.bmah-submenu-toggle:hover{color:#a87800}
.bmah-menu-item-has-children{position:relative;min-height:48px;display:flex;align-items:center}
.bmah-submenu{position:absolute;top:calc(100% - 2px);left:50%;min-width:190px;padding:8px;background:#fff;border-radius:3px;box-shadow:0 12px 28px rgba(0,0,0,.16);transform:translateX(-50%) translateY(8px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}
.bmah-submenu a{display:block;padding:12px 14px;border-radius:2px;font-size:13px}
.bmah-submenu a:hover{background:#f5f1e8;color:#8a6100}
.bmah-menu-item-has-children:hover .bmah-submenu,.bmah-menu-item-has-children:focus-within .bmah-submenu,.bmah-menu-item-has-children.is-open .bmah-submenu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
/* Mobile menu desktop/laptop par completely hidden */
.bmah-menu-toggle{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:hidden !important;
}

.bmah-mobile-actions{
    display:none;
}

.bmah-hero{position:relative;min-height:560px;background-color:#06111d;background-image:var(--bmah-hero);background-repeat:no-repeat;background-size:auto 100%;background-position:right center;display:flex;align-items:center}
.bmah-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,8,16,.98) 0%,rgba(1,8,16,.89) 30%,rgba(1,8,16,.62) 48%,rgba(2,7,12,.12) 72%,rgba(0,0,0,.05) 100%)}
.bmah-hero-content{position:relative;z-index:2;padding-top:20px}
.bmah-hero h1{max-width:590px;margin:0 0 18px;color:#fff;font-family:var(--bmah-serif);font-size:68px;line-height:1.03;letter-spacing:-.035em;text-shadow:0 2px 12px rgba(0,0,0,.25)}
.bmah-hero-values{display:flex;align-items:center;gap:12px;margin:0 0 27px;color:#fff;font-size:23px;font-weight:800}
.bmah-hero-values i{width:8px;height:8px;border-radius:50%;background:var(--bmah-red)}
.bmah-hero-values i:nth-of-type(2){background:var(--bmah-green)}
.bmah-hero-buttons{display:flex;gap:12px;flex-wrap:wrap}
.bmah-hero-buttons .bmah-button{min-height:48px}

.bmah-section{padding:76px 0}
.bmah-purpose{background:#fff;padding-top:56px;padding-bottom:70px}
.bmah-heading-row{display:flex;align-items:center;justify-content:center;gap:22px;margin-bottom:28px}
.bmah-heading-row span{width:56px;height:3px;background:var(--bmah-gold)}
.bmah-heading-row h2{margin:0;color:#14243a;font-family:var(--bmah-serif);font-size:40px;letter-spacing:.035em}
.bmah-purpose-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.bmah-purpose-card{overflow:hidden;background:var(--bmah-cream);border-top:3px solid var(--bmah-gold);box-shadow:0 8px 24px rgba(15,32,51,.06);transition:transform .25s ease,box-shadow .25s ease}
.bmah-purpose-card:hover{transform:translateY(-7px);box-shadow:0 16px 36px rgba(15,32,51,.13)}
.bmah-purpose-card img{width:100%;height:178px;object-fit:cover}
.bmah-purpose-card>div{padding:24px 25px 30px;min-height:238px}
.bmah-purpose-card h3{margin:0 0 15px;color:#111e31;font-family:var(--bmah-serif);font-size:25px;line-height:1.18}
.bmah-purpose-card p{margin:0;color:#172538;font-size:15px;line-height:1.72}

.bmah-rally
{
    background-position: center;
    background-size: cover; 
    background-image:url('../images/rally-bg.png') !important;
    color:#fff;padding:85px 0}
.bmah-rally-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}
.bmah-kicker{margin:0 0 12px;color:var(--bmah-gold);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.bmah-rally h2{margin:0 0 12px;color:#fff;font-family:var(--bmah-serif);font-size:44px;line-height:1.06;letter-spacing:-.02em}
.bmah-rally p:not(.bmah-kicker){margin:0;color:#fff;font-size:14px;line-height:1.65}
.bmah-rally .bmah-button{min-width:170px;min-height:52px}

.bmah-volunteer{padding-top:76px;padding-bottom:76px;background:#fff}
.bmah-centered{text-align:center}
.bmah-volunteer h2{margin:0;color:#14243a;font-family:var(--bmah-serif);font-size:38px;line-height:1.12}
.bmah-volunteer p{max-width:820px;margin:20px auto 22px;color:#314154;font-size:14px}

.bmah-shirts{padding-top:62px;padding-bottom:66px;background:linear-gradient(100deg,#f6efe6,#fff)}
.bmah-shirts-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:54px;align-items:center}
.bmah-shirts-image img{width:100%;max-width:680px;margin:auto}
.bmah-shirts-copy h2{margin:0 0 15px;color:#121e30;font-family:var(--bmah-serif);font-size:36px;line-height:1.12}
.bmah-shirts-copy>p:not(.bmah-kicker){max-width:650px;margin:0 0 22px;color:#334154;font-size:15px;line-height:1.7}

.bmah-footer{background:linear-gradient(125deg,#020b15,#061a2d);color:#fff;padding:58px 0 23px}
.bmah-footer-grid{display:grid;grid-template-columns:1.25fr .8fr .9fr 1.1fr;gap:54px;padding-bottom:39px}
.bmah-footer h3{margin:0 0 17px;color:var(--bmah-gold);font-size:15px}
.bmah-footer a{display:block;margin:4px 0;color:#f0f3f7;font-size:13px;line-height:1.55}
.bmah-footer p{margin:0 0 13px;color:#d7dde4;font-size:13px;line-height:1.6}
.bmah-footer-brand img{width:180px;height:85px;object-fit:contain;object-position:left center;margin-bottom:11px}
.bmah-footer-brand p{max-width:270px}
.bmah-socials{display:flex;gap:10px;margin-top:17px}
.bmah-socials a{width:34px;height:34px;border:1px solid rgba(255,255,255,.65);border-radius:50%;display:grid;place-items:center;font-weight:900}
.bmah-newsletter{display:flex;gap:7px;margin-top:12px}
.bmah-newsletter input{width:100%;min-width:0;height:40px;padding:0 12px;border:0;border-radius:3px;background:#fff;color:#111;font-size:12px}
.bmah-newsletter button{height:40px;padding:0 14px;border:0;border-radius:3px;background:var(--bmah-gold);font-weight:900;cursor:pointer}
.bmah-form-message{margin-bottom:8px;padding:8px 10px;background:rgba(23,124,69,.25);font-size:12px}
.bmah-copyright{padding-top:20px;border-top:1px solid rgba(255,255,255,.14);color:#c6ced7;text-align:center;font-size:10px}

.bmah-reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s ease}
.bmah-reveal.is-visible{opacity:1;transform:none}
.bmah-reveal-child{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease}
.bmah-purpose.is-visible .bmah-reveal-child{opacity:1;transform:none}
.bmah-purpose.is-visible .bmah-reveal-child:nth-child(2){transition-delay:.09s}
.bmah-purpose.is-visible .bmah-reveal-child:nth-child(3){transition-delay:.18s}
.bmah-purpose.is-visible .bmah-reveal-child:nth-child(4){transition-delay:.27s}

@media(max-width:1180px){
  .bmah-navigation{gap:18px;font-size:12px}.bmah-purpose-card>div{padding:20px}.bmah-footer-grid{gap:32px}
}
@media(max-width:767px){
  .bmah-header-top{min-height:76px}.bmah-menu-toggle{
    grid-column:1;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;

    width:45px !important;
    min-width:45px !important;
    max-width:45px !important;

    height:44px !important;
    min-height:44px !important;

    padding:9px !important;
    margin:0 !important;

    border:0 !important;
    border-radius:4px;
    background:var(--bmah-navy) !important;
    box-shadow:none !important;
    overflow:visible !important;
    cursor:pointer;
}
.bmah-menu-toggle span{
    display:block;
    height:2px;
    margin:5px 0;
    background:#fff;
}
.bmah-menu-toggle span{display:block;height:2px;margin:5px 0;background:#fff}.bmah-logo img{width:140px;height:58px}.bmah-header-actions{display:none}.bmah-navigation-wrap{position:fixed;inset:106px 0 0;z-index:90;display:none;background:#fff;overflow:auto}.admin-bar .bmah-navigation-wrap{top:138px}.bmah-navigation-wrap.is-open{display:block}.bmah-navigation{width:100%;min-height:100%;padding:24px;display:flex;align-items:stretch;justify-content:flex-start;flex-direction:column;gap:0;font-size:16px}.bmah-navigation>a,.bmah-submenu-toggle{width:100%;min-height:50px;justify-content:space-between;border-bottom:1px solid #e5e5e5}.bmah-menu-item-has-children{min-height:auto;display:block}.bmah-submenu{position:static;display:none;min-width:0;padding:0 0 0 14px;box-shadow:none;transform:none!important;opacity:1;visibility:visible;pointer-events:auto}.bmah-menu-item-has-children.is-open .bmah-submenu{display:block}.bmah-submenu a{padding:13px;border-bottom:1px solid #eee}.bmah-mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}.bmah-hero{min-height:480px}.bmah-purpose-grid{grid-template-columns:1fr 1fr}.bmah-rally-inner{align-items:flex-start}.bmah-rally h2{font-size:37px}.bmah-shirts-grid{gap:35px}.bmah-footer-grid{grid-template-columns:1fr 1fr}
}


/* ===== BMOSC APP BADGES - HOMEPAGE FIX ===== */

.bmah-home-app-badges .bmah-app-buttons,
.bmah-footer-app-badges .bmah-app-buttons{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:10px !important;
    margin-top:22px !important;
}

/* exact badge size */
.bmah-home-app-badges .bmah-store-badge,
.bmah-footer-app-badges .bmah-store-badge{
    box-sizing:border-box !important;
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;

    width:158px !important;
    min-width:158px !important;
    max-width:158px !important;
    height:50px !important;
    min-height:50px !important;
    max-height:50px !important;

    padding:6px 11px !important;
    margin:0 !important;
    gap:9px !important;

    background:#050505 !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.35) !important;
    border-radius:7px !important;

    text-decoration:none !important;
    line-height:1 !important;
}

/* IMPORTANT - homepage ki generic SVG CSS ko override karega */
.bmah-home-app-badges .bmah-store-badge > svg,
.bmah-footer-app-badges .bmah-store-badge > svg{
    display:block !important;

    width:24px !important;
    min-width:24px !important;
    max-width:24px !important;

    height:24px !important;
    min-height:24px !important;
    max-height:24px !important;

    flex:0 0 24px !important;
    margin:0 !important;
    padding:0 !important;

    fill:#fff !important;
}

/* text wrapper */
.bmah-home-app-badges .bmah-store-badge > span,
.bmah-footer-app-badges .bmah-store-badge > span{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;

    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
}

.bmah-home-app-badges .bmah-store-badge small,
.bmah-footer-app-badges .bmah-store-badge small{
    display:block !important;
    margin:0 0 3px !important;
    padding:0 !important;

    font-size:8px !important;
    line-height:1 !important;
    font-weight:600 !important;
    color:#fff !important;
}

.bmah-home-app-badges .bmah-store-badge strong,
.bmah-footer-app-badges .bmah-store-badge strong{
    display:block !important;
    margin:0 !important;
    padding:0 !important;

    font-size:15px !important;
    line-height:1 !important;
    font-weight:800 !important;
    color:#fff !important;
}

/* footer thora compact */
.bmah-footer-app-badges .bmah-store-badge{
    width:150px !important;
    min-width:150px !important;
    max-width:150px !important;
    height:47px !important;
    min-height:47px !important;
    max-height:47px !important;
}

@media(max-width:500px){
    .bmah-home-app-badges .bmah-app-buttons,
    .bmah-footer-app-badges .bmah-app-buttons{
        gap:8px !important;
    }

    .bmah-home-app-badges .bmah-store-badge{
        width:150px !important;
        min-width:150px !important;
        max-width:150px !important;
    }
}

@media(max-width:650px){
  .bmah-wide,.bmah-content{width:calc(100% - 32px)}.bmah-topbar{height:auto}.bmah-topbar-inner{min-height:32px;height:auto;font-size:9px}.bmah-header-top{grid-template-columns:1fr auto 1fr}.bmah-navigation-wrap{top:108px}.admin-bar .bmah-navigation-wrap{top:154px}.bmah-hero{min-height:470px;background-position:60% center}.bmah-hero-overlay{background:linear-gradient(90deg,rgba(1,8,16,.89),rgba(1,8,16,.55) 70%,rgba(1,8,16,.18))}.bmah-hero h1{font-size:46px}.bmah-hero-values{font-size:17px;gap:8px}.bmah-hero-values i{width:6px;height:6px}.bmah-hero-buttons{gap:8px}.bmah-hero-buttons .bmah-button{flex:1;min-width:135px;padding-inline:12px}.bmah-section{padding:58px 0}.bmah-purpose{padding:54px 0 64px}.bmah-heading-row{gap:13px}.bmah-heading-row span{width:32px}.bmah-heading-row h2{font-size:28px}.bmah-purpose-grid{grid-template-columns:1fr}.bmah-purpose-card img{height:210px}.bmah-purpose-card>div{min-height:0}.bmah-rally{padding:58px 0}.bmah-rally-inner{flex-direction:column}.bmah-rally h2{font-size:34px}.bmah-volunteer h2{font-size:32px}.bmah-shirts-grid{grid-template-columns:1fr;gap:26px}.bmah-shirts-copy{text-align:center}.bmah-shirts-copy h2{font-size:31px}.bmah-footer-grid{grid-template-columns:1fr;gap:32px}.bmah-newsletter{max-width:430px}.bmah-footer-brand img{width:165px}
}
@media(max-width:420px){
  .bmah-logo img{width:125px}.bmah-hero h1{font-size:41px}.bmah-hero-values{flex-wrap:wrap}.bmah-hero-buttons .bmah-button{min-width:120px}.bmah-mobile-actions{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  .bmah-reveal,.bmah-reveal-child{opacity:1!important;transform:none!important;transition:none!important}.bmah-button,.bmah-purpose-card{transition:none!important}
}

@media(min-width:1500px){.bmah-wide,.bmah-content{width:min(1400px,calc(100% - 72px))}.bmah-hero{min-height:590px}.bmah-purpose-card img{height:190px}}


/* App Store / Google Play badges in every inner-page banner */
.bmah-app-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.bmah-store-badge{min-width:170px;height:54px;padding:7px 14px;display:inline-flex;align-items:center;gap:11px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(0,0,0,.82);color:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.18);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.bmah-store-badge:hover{transform:translateY(-2px);background:#000;border-color:rgba(255,255,255,.65)}
.bmah-store-badge.is-disabled{opacity:.92;cursor:default}
.bmah-store-badge.is-disabled:hover{transform:none;background:rgba(0,0,0,.82);border-color:rgba(255,255,255,.3)}
.bmah-store-badge svg{width:28px;height:28px;flex:0 0 28px;fill:#fff}
.bmah-store-badge span{display:flex;flex-direction:column;line-height:1.05}
.bmah-store-badge small{font-size:9px;font-weight:600;letter-spacing:.03em}
.bmah-store-badge strong{margin-top:3px;font-size:18px;font-weight:800;letter-spacing:-.02em}

/* September 2026: clearer desktop hover response for homepage cards. */
@media (hover:hover) and (pointer:fine){
  .bmah-purpose-card{
    cursor:default;
    transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;
  }
  .bmah-purpose-card:hover{
    transform:translateY(-9px);
    box-shadow:0 20px 42px rgba(15,32,51,.17);
    border-top-color:var(--bmah-green);
  }
}

