/* ================================================================
   BODHIRA SKILLS ACADEMY — Full Redesign v3
   Style: Coursera/Udemy · Bold · Colorful Icons · Deep Shadows
   Palette: #1a56db (cobalt) | #3b82f6 (sky blue) | #C4972A (gold) | #F5F7FF (light)
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap');

/* ── TOKENS ──────────────────────────────────────────────── */
:root {
  --navy:   #1a56db;
  --blue:   #3b82f6;
  --blue2:  #1a56db;

  --gold:   #C4972A;
  --gold2:  #F0BE55;
  --gold3:  #FFF0C0;
  --light:  #F5F7FF;
  --white:  #ffffff;
  --text:   #2d3550;
  --text-strong: #0a1f5c;
  --border: rgba(26,86,219,.12);

  --g-blue: linear-gradient(135deg, #1a56db 0%, #3b82f6 100%);
  --g-navy: linear-gradient(160deg, #1a56db 0%, #3b82f6 100%);
  --g-dark: linear-gradient(160deg, #1239a6 0%, #1a56db 100%);
  --g-gold: linear-gradient(120deg, #C4972A 0%, #F0BE55 50%, #C4972A 100%);

  /* Multicolor icon gradients */
  --g-icon-purple: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  --g-icon-pink:   linear-gradient(135deg, #ec4899 0%, #f472b6 100%);
  --g-icon-orange: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
  --g-icon-green:  linear-gradient(135deg, #10b981 0%, #34d399 100%);
  --g-icon-teal:   linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
  --g-icon-gold:   linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
  --g-icon-red:    linear-gradient(135deg, #ef4444 0%, #f87171 100%);
  --g-icon-blue:   linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);

  --sh-card:  0 8px 32px rgba(26,86,219,.15), 0 2px 8px rgba(0,0,0,.08);
  --sh-hover: 0 24px 56px rgba(26,86,219,.28), 0 8px 16px rgba(0,0,0,.12);
  --sh-deep:  0 20px 50px rgba(15,27,76,.2), 0 8px 16px rgba(15,27,76,.1), 0 4px 8px rgba(15,27,76,.06);
  --sh-gold:  0 8px 28px rgba(196,151,42,.45), 0 2px 8px rgba(0,0,0,.1);
  --sh-glow:  0 0 0 1px rgba(196,151,42,.4), 0 0 32px rgba(196,151,42,.2);

  --theme-blue:     #1a56db;
  --theme-blue-2:   #3b82f6;
  --theme-yellow:   #C4972A;
  --theme-yellow-2: #F0BE55;
  --theme-yellow-3: #C4972A;
  --theme-yellow-4: #C4972A;
  --theme-red:      #1a56db;
  --header:         #1a56db;
  --bg:  #EEF1FA;
  --bg2: #dce3f8;
}

/* ── RESET & GLOBAL ──────────────────────────────────────── */
*,*::before,*::after { box-sizing:border-box; }
body { font-family:'Plus Jakarta Sans',sans-serif; color:var(--text); background:var(--light); overflow-x:hidden; margin:0; font-weight:500; }
h1,h2,h3,h4,h5,h6 { font-family:'Plus Jakarta Sans',sans-serif; color:var(--text-strong); font-weight:800; line-height:1.2; }
a { transition:all .3s cubic-bezier(.4,0,.2,1); text-decoration:none; }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--light); }
::-webkit-scrollbar-thumb { background:var(--blue); border-radius:3px; }

/* ── KEYFRAMES ───────────────────────────────────────────── */
@keyframes bsi-up    { from{opacity:0;transform:translateY(30px)} to{opacity:1;transform:translateY(0)} }
@keyframes bsi-left  { from{opacity:0;transform:translateX(-30px)} to{opacity:1;transform:translateX(0)} }
@keyframes bsi-right { from{opacity:0;transform:translateX(30px)} to{opacity:1;transform:translateX(0)} }
@keyframes bsi-glow  { 0%,100%{box-shadow:0 0 0 0 rgba(196,151,42,0)} 50%{box-shadow:0 0 24px 4px rgba(196,151,42,.3)} }
@keyframes bsi-line  { from{transform:scaleX(0);transform-origin:left} to{transform:scaleX(1);transform-origin:left} }
@keyframes bsi-number{ from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
@keyframes bsi-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
@keyframes bsi-shimmer{ 0%{background-position:-200% center} 100%{background-position:200% center} }
@keyframes bsi-pulse { 0%{transform:scale(1);opacity:.6} 100%{transform:scale(1.8);opacity:0} }
@keyframes bsi-icon-bounce { 0%,100%{transform:translateY(0) scale(1)} 50%{transform:translateY(-4px) scale(1.05)} }
@keyframes bsi-icon-spin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
@keyframes bsi-icon-pulse { 0%,100%{box-shadow:0 8px 20px rgba(0,0,0,.15)} 50%{box-shadow:0 12px 28px rgba(0,0,0,.25)} }
@keyframes bsi-card-rise { from{opacity:0;transform:translateY(40px) scale(.95)} to{opacity:1;transform:translateY(0) scale(1)} }
@keyframes bsi-shimmer-bg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes bsi-shine {
  0% { transform: translateX(-100%) skewX(-15deg); }
  100% { transform: translateX(200%) skewX(-15deg); }
}

/* ── MULTICOLOR ICON BACKGROUNDS ─────────────────────────── */
.bsi-icon-purple { background: var(--g-icon-purple) !important; color: #fff !important; }
.bsi-icon-pink   { background: var(--g-icon-pink)   !important; color: #fff !important; }
.bsi-icon-orange { background: var(--g-icon-orange) !important; color: #fff !important; }
.bsi-icon-green  { background: var(--g-icon-green)  !important; color: #fff !important; }
.bsi-icon-teal   { background: var(--g-icon-teal)   !important; color: #fff !important; }
.bsi-icon-gold   { background: var(--g-icon-gold)   !important; color: #fff !important; }
.bsi-icon-red    { background: var(--g-icon-red)    !important; color: #fff !important; }
.bsi-icon-blue   { background: var(--g-icon-blue)   !important; color: #fff !important; }

.bsi-icon-purple i, .bsi-icon-pink i, .bsi-icon-orange i, .bsi-icon-green i,
.bsi-icon-teal i, .bsi-icon-gold i, .bsi-icon-red i, .bsi-icon-blue i { color: #fff !important; }

/* Colorful icon shadow glows */
.bsi-icon-purple { box-shadow: 0 8px 20px rgba(139,92,246,.4), 0 2px 6px rgba(139,92,246,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-pink   { box-shadow: 0 8px 20px rgba(236,72,153,.4), 0 2px 6px rgba(236,72,153,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-orange { box-shadow: 0 8px 20px rgba(249,115,22,.4), 0 2px 6px rgba(249,115,22,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-green  { box-shadow: 0 8px 20px rgba(16,185,129,.4), 0 2px 6px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-teal   { box-shadow: 0 8px 20px rgba(6,182,212,.4), 0 2px 6px rgba(6,182,212,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-gold   { box-shadow: 0 8px 20px rgba(245,158,11,.4), 0 2px 6px rgba(245,158,11,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-red    { box-shadow: 0 8px 20px rgba(239,68,68,.4), 0 2px 6px rgba(239,68,68,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }
.bsi-icon-blue   { box-shadow: 0 8px 20px rgba(59,130,246,.4), 0 2px 6px rgba(59,130,246,.2), inset 0 1px 0 rgba(255,255,255,.2) !important; }

/* ── SHARED BUTTON STYLES ────────────────────────────────── */
.bsi-btn-primary {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--g-blue); color:#fff !important;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800; font-size:13px; letter-spacing:.6px;
  text-transform:uppercase; padding:13px 30px;
  border-radius:5px; border:none; cursor:pointer;
  box-shadow:0 8px 28px rgba(26,86,219,.4), 0 2px 8px rgba(0,0,0,.12);
  transition:all .3s cubic-bezier(.4,0,.2,1);
  white-space:nowrap;
  position:relative; overflow:hidden;
}
.bsi-btn-primary::before {
  content:''; position:absolute; top:0; left:-100%; width:50%; height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);
  transition:left .6s ease;
}
.bsi-btn-primary:hover::before { left:200%; }
.bsi-btn-primary:hover { transform:translateY(-3px); box-shadow:0 16px 40px rgba(26,86,219,.5), 0 4px 12px rgba(0,0,0,.15); color:#fff !important; }

.bsi-btn-gold {
  display:inline-flex; align-items:center; gap:8px;
  background:var(--g-gold); color:var(--text-strong) !important;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:900; font-size:13px; letter-spacing:.6px;
  text-transform:uppercase; padding:13px 30px;
  border-radius:5px; border:none; cursor:pointer;
  box-shadow:var(--sh-gold);
  transition:all .3s cubic-bezier(.4,0,.2,1);
  white-space:nowrap; position:relative; overflow:hidden;
}
.bsi-btn-gold::before {
  content:''; position:absolute; top:0; left:-100%; width:50%; height:100%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
  transition:left .6s ease;
}
.bsi-btn-gold:hover::before { left:200%; }
.bsi-btn-gold:hover { transform:translateY(-3px); box-shadow:0 12px 32px rgba(196,151,42,.6), 0 4px 12px rgba(0,0,0,.15); color:var(--text-strong) !important; }

.bsi-btn-outline {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:#fff !important;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:800; font-size:13px; letter-spacing:.4px;
  padding:13px 28px; border-radius:5px;
  border:2px solid rgba(255,255,255,.4);
  transition:all .3s; white-space:nowrap;
}
.bsi-btn-outline:hover { border-color:var(--gold2); color:var(--gold2) !important; background:rgba(196,151,42,.1); transform:translateY(-2px); }

.bsi-btn-ghost {
  display:inline-flex; align-items:center; gap:8px;
  background:transparent; color:var(--blue) !important;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-weight:900; font-size:12px; letter-spacing:.8px;
  text-transform:uppercase; padding:10px 20px;
  border-radius:4px; border:2px solid var(--blue);
  transition:all .3s; white-space:nowrap;
}
.bsi-btn-ghost:hover { background:var(--blue); color:#fff !important; transform:translateY(-2px); box-shadow:0 8px 20px rgba(26,86,219,.3); }

/* ── LABEL UTILITY ───────────────────────────────────────── */
.bsi-label {
  display:inline-flex; align-items:center; gap:10px;
  font-size:11px; font-weight:900; letter-spacing:2.5px;
  text-transform:uppercase; color:var(--gold);
  margin-bottom:14px;
}
.bsi-label::before {
  content:''; display:block; width:28px; height:2px;
  background:var(--g-gold); border-radius:1px;
}
.bsi-label.light { color:var(--gold2); }
.bsi-label.light::before { background:linear-gradient(120deg,var(--gold2),var(--gold)); }

/* ================================================================
   HEADER
   ================================================================ */
.header-section-2 { background:var(--white); }
.header-top { background:var(--white); padding:10px 0; border-bottom:1px solid var(--border); position:relative; }
.header-top::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--g-gold); }
.header-top .top-logo { height:76px; display:block; }
.header-top .top-logo img { height:100%; width:auto; object-fit:contain; }

.marquee-section.style-header,
.mycustom-marque.theme-blue-bg { background:var(--navy) !important; border:none !important; padding:0 !important; }
.scrolling-wrap .comm .cmn-textslide { color:rgba(255,255,255,.85) !important; font-size:11px !important; font-weight:700 !important; letter-spacing:.8px; text-transform:uppercase; }
.scrolling-wrap .comm .cmn-textslide i { color:var(--gold2) !important; font-size:10px !important; }

.header-2 { background:var(--white) !important; border-top:none !important; border-bottom:1px solid var(--border) !important; box-shadow:0 4px 24px rgba(15,27,76,.1) !important; }
.header-main { padding:0 !important; }
.header-main .main-menu ul li a { color:#0a1f5c !important; font-weight:800 !important; font-size:12px !important; letter-spacing:.8px; text-transform:uppercase !important; padding:20px 0 !important; position:relative; }
.header-main .main-menu ul li a::after { content:''; position:absolute; bottom:14px; left:0; width:0; height:2px; background:var(--g-gold); transition:width .3s ease; border-radius:1px; }
.header-main .main-menu ul li a:hover::after { width:100%; }
.header-main .main-menu ul li a:hover,.header-main .main-menu ul li:hover>a { color:var(--blue) !important; }
.header-main .main-menu ul li .submenu { border-top:2px solid var(--gold) !important; border-radius:0 0 10px 10px !important; box-shadow:0 20px 56px rgba(15,27,76,.2) !important; padding:16px 20px !important; min-width:220px; }
.header-main .main-menu ul li .submenu li a { font-size:12px !important; color:#0a1f5c !important; text-transform:none !important; letter-spacing:.2px; padding:8px 0 !important; border-bottom:1px solid var(--border); display:block; font-weight:700 !important; transition:padding-left .2s,color .2s; }
.header-main .main-menu ul li .submenu li a::after { display:none !important; }
.header-main .main-menu ul li .submenu li:last-child a { border-bottom:none; }
.header-main .main-menu ul li .submenu li:hover>a { color:var(--blue) !important; padding-left:8px !important; }
.header-right .header-button .theme-btn.yellow-btn { background:var(--g-gold) !important; color:var(--text-strong) !important; font-weight:900 !important; font-size:11px !important; letter-spacing:1px; text-transform:uppercase !important; padding:10px 22px !important; border-radius:4px !important; border:none !important; box-shadow:var(--sh-gold) !important; transition:all .3s !important; }
.header-right .header-button .theme-btn.yellow-btn:hover { transform:translateY(-2px) !important; box-shadow:0 12px 32px rgba(196,151,42,.55) !important; color:var(--text-strong) !important; }
.header-right .header-button .theme-btn.yellow-btn::before,.header-right .header-button .theme-btn.yellow-btn::after { background:var(--navy) !important; }
.back-to-top { background:var(--g-gold) !important; color:var(--text-strong) !important; border-radius:4px !important; width:42px !important; height:42px !important; line-height:42px !important; box-shadow:var(--sh-gold) !important; }
.offcanvas__info { border-left:3px solid var(--gold) !important; }
.offcanvas__wrapper .offcanvas__content .offcanvas__close { background:var(--gold) !important; }
.offcanvas__wrapper .offcanvas__content .offcanvas__close i { color:var(--text-strong) !important; }
.mean-container .mean-nav ul li a { color:#0a1f5c !important; font-weight:800 !important; font-size:13px !important; padding:10px 0 !important; border-bottom:1px solid var(--border) !important; }
.mean-container .mean-nav ul li a:hover { color:var(--blue) !important; }

/* ================================================================
   HERO V2
   ================================================================ */
.bsi-hero-v2 {
  background:var(--navy);
  position:relative;
  overflow:hidden;
}

#jssor_1 { width:100% !important; max-width:100% !important; border-radius:0 !important; box-shadow:none !important; border:none !important; margin:0 !important; }
.jssora093 .c,.jssora093 .a { stroke:var(--gold2) !important; }

.bsi-hero-float {
  position:relative;
  z-index:10;
  margin-top:-80px;
}

.bsi-hero-float-inner {
  background:var(--g-dark);
  border:1px solid rgba(196,151,42,.3);
  border-radius:16px;
  padding:40px 48px;
  display:flex;
  flex-direction:column;
  gap:0;
  position:relative;
  overflow:hidden;
  box-shadow:0 32px 80px rgba(7,17,46,.55), 0 12px 24px rgba(7,17,46,.3);
}

.bsi-hero-float-inner::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--g-gold);
}

.bsi-hero-float-inner::after {
  content:''; position:absolute; inset:0;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:48px 48px; pointer-events:none;
}

.bsi-hero-float-text { position:relative; z-index:1; }

.bsi-hero-tag {
  display:inline-flex; align-items:center; gap:8px;
  font-size:11px; font-weight:900; letter-spacing:1.5px; text-transform:uppercase;
  color:var(--gold2);
  background:rgba(196,151,42,.18);
  border:1px solid rgba(196,151,42,.4);
  padding:6px 14px; border-radius:20px;
  margin-bottom:16px;
  font-family:'Plus Jakarta Sans',sans-serif;
  box-shadow:0 4px 12px rgba(196,151,42,.15);
}

.bsi-hero-float-text h1 {
  font-size:38px !important; font-weight:900 !important;
  color:#ffffff !important; line-height:1.2;
  letter-spacing:-.5px; margin:0 0 10px;
  text-shadow:0 2px 12px rgba(0,0,0,.25);
}
.bsi-hero-float-text h1 span { color:var(--gold2); }

.bsi-hero-float-text p {
  color:rgba(255,255,255,.92); font-size:14px; font-weight:600;
  letter-spacing:.3px; margin:0 0 22px;
}

.bsi-hero-actions { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }

.bsi-hero-float-stats {
display: none;
}

/* ================================================================
   HERO FEATURE GRID — colorful icons
   ================================================================ */
.bsi-hero-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #1546d3 0%, #0c39c6 40%, #1b57ff 100%);
  box-shadow: 0 16px 40px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.1);
}
.bsi-hero-features::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}
.bsi-hero-feat-item {
  display: flex;
  gap: 18px;
  padding: 28px 24px;
  position: relative;
  z-index: 2;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: all .35s cubic-bezier(.4,0,.2,1);
  align-items: flex-start;
}
.bsi-hero-feat-item:nth-child(3n) { border-right: none; }
.bsi-hero-feat-item:nth-child(4),
.bsi-hero-feat-item:nth-child(5),
.bsi-hero-feat-item:nth-child(6) { border-bottom: none; }
.bsi-hero-feat-item:hover { background: rgba(255,255,255,.08); transform: translateY(-2px); }

.bsi-hero-feat-icon {
  min-width: 56px; height: 56px;
  border-radius: 14px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.bsi-hero-feat-icon::before {
  content:''; position:absolute; top:-50%; left:-50%; width:200%; height:200%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.25), transparent);
  transform:rotate(45deg) translateX(-100%);
  transition:transform .6s ease;
}
.bsi-hero-feat-item:hover .bsi-hero-feat-icon::before { transform:rotate(45deg) translateX(100%); }
.bsi-hero-feat-icon i {
  font-size: 22px;
  position: relative; z-index: 1;
}
.bsi-hero-feat-item:hover .bsi-hero-feat-icon {
  transform: scale(1.1) rotate(-5deg);
}

.bsi-hero-feat-text strong {
  display: block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 15px; font-weight: 800;
  color: #ffffff; line-height: 1.3;
  margin-bottom: 6px;
  text-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.bsi-hero-feat-text span {
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,.88);
  line-height: 1.6;
}

/* ── TABLET ───────────────────────────────────────────────── */
@media(max-width: 991px) {
  .bsi-hero-features { grid-template-columns: repeat(3, 1fr); }
  .bsi-hero-feat-item { padding: 22px 18px; gap: 14px; }
  .bsi-hero-feat-text strong { font-size: 13px; }
  .bsi-hero-feat-text span { font-size: 12px; }
}

/* ── MOBILE ───────────────────────────────────────────────── */
@media(max-width: 767px) {
  .bsi-hero-features {
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .bsi-hero-feat-item {
    padding: 16px 12px;
    gap: 10px;
    border-right: 1px solid rgba(255,255,255,.12) !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }

  .bsi-hero-feat-item:nth-child(2n) { border-right: none !important; }
  .bsi-hero-feat-item:nth-child(5),
  .bsi-hero-feat-item:nth-child(6) { border-bottom: none !important; }
  .bsi-hero-feat-item:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.12) !important; }
  .bsi-hero-feat-item:nth-child(3n):nth-child(2n) { border-right: none !important; }
  .bsi-hero-feat-item:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,.12) !important; }

  .bsi-hero-feat-icon {
    min-width: 40px; height: 40px;
    border-radius: 10px;
  }
  .bsi-hero-feat-icon i { font-size: 17px; }
  .bsi-hero-feat-text strong { font-size: 11px; line-height: 1.3; }
  .bsi-hero-feat-text span { font-size: 10px; line-height: 1.5; }
}

/* ── VERY SMALL ───────────────────────────────────────────── */
@media(max-width: 400px) {
  .bsi-hero-features { grid-template-columns: 1fr; }
  .bsi-hero-feat-item {
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }
  .bsi-hero-feat-item:last-child { border-bottom: none !important; }
  .bsi-hero-feat-icon { min-width: 44px; height: 44px; }
  .bsi-hero-feat-icon i { font-size: 18px; }
  .bsi-hero-feat-text strong { font-size: 13px; }
  .bsi-hero-feat-text span { font-size: 11px; }
}

/* ================================================================
   FEATURES BAR — colorful icons
   ================================================================ */
.bsi-features-bar {
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:0;
  position:relative;
  z-index:5;
  box-shadow: 0 4px 20px rgba(0,0,0,.04);
}

.bsi-features-bar-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.bsi-feature-pill {
  display:flex; align-items:center; gap:14px;
  padding:24px 24px;
  border-right:1px solid var(--border);
  transition:all .35s cubic-bezier(.4,0,.2,1);
  position:relative;
}
.bsi-feature-pill:last-child { border-right:none; }
.bsi-feature-pill:hover { background:#f8faff; transform: translateY(-2px); }

.bsi-feature-pill::after {
  content:''; position:absolute; bottom:0; left:0; right:0; height:3px;
  background:var(--g-gold); transform:scaleX(0); transition:transform .4s ease;
  transform-origin:left;
}
.bsi-feature-pill:hover::after { transform:scaleX(1); }

.bsi-feature-pill-icon {
  width:50px; height:50px; border-radius:12px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  font-size:20px;
  transition:all .4s cubic-bezier(.4,0,.2,1);
  position:relative; overflow:hidden;
}
.bsi-feature-pill-icon::before {
  content:''; position:absolute; top:-50%; left:-50%; width:200%; height:200%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);
  transform:rotate(45deg) translateX(-100%);
  transition:transform .6s ease;
}
.bsi-feature-pill:hover .bsi-feature-pill-icon::before { transform:rotate(45deg) translateX(100%); }
.bsi-feature-pill:hover .bsi-feature-pill-icon {
  transform:scale(1.1) rotate(-8deg);
}

.bsi-feature-pill-text strong {
  display:block;
  font-family:'Plus Jakarta Sans',sans-serif;
  font-size:14px; font-weight:900; color:#0a1f5c;
}
.bsi-feature-pill-text span {
  font-size:12px; color:#4b5680; font-weight:600;
}

/* ================================================================
   QUICK ACCESS DASHBOARD — colorful icons + deep shadows
   ================================================================ */
.bsi-quickaccess {
  background:var(--g-dark);
  padding:64px 0 72px;
  position:relative; overflow:hidden;
}
.bsi-quickaccess::before {
  content:''; position:absolute; inset:0;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:48px 48px; pointer-events:none;
}
.bsi-quickaccess::after {
  content:''; position:absolute; top:-120px; right:-120px;
  width:400px; height:400px; border-radius:50%;
  background:radial-gradient(circle,rgba(59,130,246,.35) 0%,transparent 70%);
  pointer-events:none;
}
.bsi-quickaccess .container { position:relative; z-index:1; }

.bsi-quickaccess-head { text-align:center; margin-bottom:44px; }
.bsi-quickaccess-head h2 { color:#ffffff !important; font-size:32px !important; font-weight:900 !important; margin:0; letter-spacing:-.5px; text-shadow:0 2px 12px rgba(0,0,0,.3); }
.bsi-quickaccess-head h2::after {
  content:''; display:block; width:60px; height:3px;
  background:var(--g-gold); border-radius:2px;
  margin:12px auto 0;
}
.bsi-quickaccess-head p { color:rgba(255,255,255,.92); font-size:14px; margin:8px 0 0; font-weight:600; }
.bsi-quickaccess .bsi-label { color:var(--gold2); justify-content:center; }

.bsi-qa-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }

.bsi-qa-card {
  background: linear-gradient(160deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 100%);
  border: 1px solid rgba(196,151,42,.4);
  border-top: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.2);
  border-radius: 14px; padding: 28px 16px 22px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center; gap: 12px; cursor: pointer; text-decoration: none;
  position: relative; overflow: hidden;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  box-shadow:
    0 12px 32px rgba(0,0,0,.3),
    0 4px 8px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 -2px 0 rgba(0,0,0,.15);
  transform: translateY(0);
  backdrop-filter: blur(10px);
}
.bsi-qa-card::before { content:''; position:absolute; inset:0; border-radius:14px; opacity:0; transition:opacity .4s; box-shadow:inset 0 0 0 1px rgba(196,151,42,.6); pointer-events:none; }
.bsi-qa-card:hover::before { opacity:1; }
.bsi-qa-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--g-gold); transform:scaleX(0); transition:transform .4s; transform-origin:left; }
.bsi-qa-card:hover {
  background: linear-gradient(160deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.12) 100%) !important;
  border-color: rgba(196,151,42,.7) !important;
  transform: translateY(-10px);
  box-shadow:
    0 28px 60px rgba(0,0,0,.4),
    0 12px 24px rgba(0,0,0,.25),
    0 0 0 1px rgba(196,151,42,.4),
    inset 0 1px 0 rgba(255,255,255,.25),
    inset 0 -2px 0 rgba(0,0,0,.1) !important;
}
.bsi-qa-card:hover::after { transform:scaleX(1); }

.bsi-qa-icon {
  width:68px; height:68px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  position:relative; transition:all .4s cubic-bezier(.4,0,.2,1); flex-shrink:0;
  font-size: 26px;
}
.bsi-qa-icon::before { content:''; position:absolute; inset:-4px; border-radius:50%; border:2px solid transparent; transition:all .4s; }
.bsi-qa-card:hover .bsi-qa-icon { transform:scale(1.12) rotate(-8deg); }
.bsi-qa-card:hover .bsi-qa-icon::before { border-color:rgba(255,255,255,.3); }

.bsi-qa-label { color:#ffffff; font-size:13px; font-weight:800; line-height:1.35; transition:color .3s; text-shadow:0 1px 4px rgba(0,0,0,.3); }
.bsi-qa-card:hover .bsi-qa-label { color:var(--gold2); }

.bsi-qa-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px; font-weight: 900; letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold2);
  border: 1.5px solid rgba(196,151,42,.6);
  padding: 6px 16px;
  border-radius: 20px;
  background: rgba(196,151,42,.15);
  transition: all .3s;
  box-shadow:
    0 4px 12px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.1);
  min-width: 80px;
  text-align: center;
}
.bsi-qa-card:hover .bsi-qa-chip {
  color: var(--text-strong);
  border-color: var(--gold2);
  background: var(--gold2);
  box-shadow:
    0 8px 20px rgba(196,151,42,.5),
    0 2px 4px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.3);
  transform: translateY(-1px);
}

/* ================================================================
   ABOUT V3 — colorful icons + deeper shadows
   ================================================================ */
.bsi-about-v3 {
  background: #ffffff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  border-top: 3px solid var(--gold);
  border-bottom: 1px solid var(--border);
}
.bsi-about-v3::before {
  content:''; position:absolute;
  top:0; left:0; right:0; height:3px;
  background: var(--g-gold);
}
.bsi-about-v3-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(26,86,219,.12), 0 8px 20px rgba(0,0,0,.06);
  border: 1px solid rgba(26,86,219,.1);
}
.bsi-about-v3-imgs {
  position: relative;
  padding: 40px 36px 40px 36px;
  background: linear-gradient(160deg, #EEF3FF 0%, #dce5ff 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.bsi-about-v3-imgs::after {
  content: '';
  position: absolute;
  right: 0; top: 40px; bottom: 40px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(26,86,219,.15), transparent);
}
.bsi-about-v3-img-main {
  border-radius: 16px;
  overflow: visible;
  box-shadow: 0 40px 80px rgba(26,86,219,.25), 0 12px 24px rgba(0,0,0,.1);
  position: relative;
  z-index: 1;
}
.bsi-about-v3-img-main img {
  border-radius: 16px;
  width: 100%; display: block;
  object-fit: cover;
  transition: transform .6s ease;
}
.bsi-about-v3-imgs:hover .bsi-about-v3-img-main img { transform: scale(1.04); }

.bsi-about-v3-accent-line {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px; border-radius: 0;
  background: var(--g-gold);
  z-index: 2;
}
.bsi-about-v3-badge-tl {
  position: relative;
  top: auto; left: auto;
  transform: none;
  flex: 1;
  min-width: 0;
  background: var(--g-dark);
  border: 1px solid rgba(196,151,42,.4);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
  box-shadow: 0 12px 32px rgba(7,17,46,.4), 0 4px 8px rgba(0,0,0,.15);
  transition: all .3s;
}
.bsi-about-v3-badge-tl:hover, .bsi-about-v3-badge-br:hover { transform:translateY(-3px); }
.bsi-about-v3-badge-tl i,
.bsi-about-v3-badge-br i {
  font-size: 22px; flex-shrink:0;
}
.bsi-about-v3-badge-tl strong,
.bsi-about-v3-badge-br strong {
  display: block; font-size: 18px; font-weight: 900;
  color: #ffffff; line-height: 1;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-shadow:0 1px 4px rgba(0,0,0,.3);
}
.bsi-about-v3-badge-tl span,
.bsi-about-v3-badge-br span {
  font-size: 10px; color: rgba(255,255,255,.85);
  font-weight: 700; letter-spacing: .4px;
  text-transform: uppercase;
}

.bsi-about-v3-badge-br {
  position: relative;
  bottom: auto; right: auto;
  transform: none;
  flex: 1;
  min-width: 0;
  background: var(--g-blue);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  z-index: 3;
  box-shadow: 0 12px 32px rgba(26,86,219,.45), 0 4px 8px rgba(0,0,0,.15);
  transition: all .3s;
}

.bsi-about-v3-divider {
  width: 48px; height: 3px; border-radius: 2px;
  background: var(--g-gold); margin: 16px 0 20px;
}

.bsi-about-v3-content {
  padding: 48px 48px 48px 40px;
}
.bsi-about-v3-content h2 {
  font-size: 28px !important; font-weight: 900 !important;
  color: #0a1f5c !important; letter-spacing: -.5px; margin: 0;
  line-height: 1.25;
}
.bsi-about-v3-content p {
  font-size: 14px; color: #2d3550;
  line-height: 1.85; margin: 0 0 24px; font-weight: 500;
}

.bsi-about-v3-features {
  display: flex; flex-direction: column; gap: 14px;
  margin-bottom: 28px;
}
.bsi-about-v3-feature {
  display: flex; align-items: flex-start; gap: 14px;
  background: #f5f7ff;
  border: 1px solid rgba(26,86,219,.1);
  border-left: 4px solid var(--gold);
  border-radius: 10px;
  padding: 16px;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 12px rgba(26,86,219,.06);
}
.bsi-about-v3-feature:hover {
  box-shadow: 0 12px 28px rgba(26,86,219,.15), 0 4px 8px rgba(0,0,0,.05);
  transform: translateX(6px);
  background: #ffffff;
}
.bsi-about-v3-feature-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.bsi-about-v3-feature:hover .bsi-about-v3-feature-icon { transform: scale(1.1) rotate(-8deg); }
.bsi-about-v3-feature strong {
  display: block; font-size: 14px; font-weight: 900;
  color: #0a1f5c; line-height: 1.3; margin-bottom: 3px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.bsi-about-v3-feature span {
  font-size: 12px; color: #4b5680; font-weight: 600;
}

.bsi-about-v3-badge-tl,
.bsi-about-v3-badge-br {
  align-items: center !important;
  padding: 14px 16px !important;
  height: auto !important;
  min-height: 64px !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.bsi-about-v3-badge-tl strong,
.bsi-about-v3-badge-br strong {
  font-size: 18px !important;
  white-space: nowrap;
}

.bsi-about-v3-badge-tl span,
.bsi-about-v3-badge-br span {
  font-size: 9px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bsi-about-v3-badge-tl i,
.bsi-about-v3-badge-br i {
  font-size: 18px !important;
  flex-shrink: 0;
}

/* ================================================================
   STATS STRIP — with colorful icons
   ================================================================ */
.bsi-stats-strip {
  background:var(--g-dark);
  position:relative;
  overflow:hidden;
  border-top: 3px solid var(--gold);
  box-shadow: inset 0 0 60px rgba(0,0,0,.2);
}
.bsi-stats-strip::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background:var(--g-gold); z-index:2;
}
.bsi-stats-strip::after {
  content:''; position:absolute; inset:0;
  background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:25% 100%; pointer-events:none;
}

.bsi-stats-strip-inner {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  position:relative; z-index:1;
}

.bsi-stats-item {
  padding:48px 32px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,.1);
  transition:all .4s cubic-bezier(.4,0,.2,1);
  position:relative;
}
.bsi-stats-item:last-child { border-right:none; }
.bsi-stats-item:hover { background:rgba(196,151,42,.08); }

.bsi-stats-item::before {
  content:''; position:absolute; top:0; left:20%; right:20%; height:3px;
  background:var(--g-gold); opacity:0; transition:opacity .3s;
}
.bsi-stats-item:hover::before { opacity:1; }

.bsi-stats-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 22px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.bsi-stats-item:hover .bsi-stats-icon {
  transform: scale(1.15) rotate(-8deg);
}

.bsi-stats-item h3 {
  font-family:'Plus Jakarta Sans',sans-serif !important;
  font-size:48px !important; font-weight:900 !important;
  color:var(--gold2) !important;
  text-shadow:0 0 40px rgba(240,190,85,.4), 0 2px 8px rgba(0,0,0,.3);
  letter-spacing:-1.5px; line-height:1; margin:0 0 10px;
  animation:bsi-number .6s ease both;
}
.bsi-stats-item h3 .odometer { color:var(--gold2) !important; }
.odometer { color:var(--gold2) !important; }

.bsi-stats-item p {
  font-size:11px !important; font-weight:800 !important;
  color:rgba(255,255,255,.95) !important;
  letter-spacing:2px; text-transform:uppercase; margin:0;
  text-shadow:0 1px 4px rgba(0,0,0,.3);
}

/* ================================================================
   COURSES V2
   ================================================================ */
.bsi-courses-v2 {
  background:var(--light);
  padding:80px 0 90px;
  position:relative;
}
.bsi-courses-v2 .container { position:relative; z-index:2; }

.bsi-courses-v2-head {
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:20px; flex-wrap:wrap; margin-bottom:36px;
}
.bsi-courses-v2-head h2 { font-size:38px !important; font-weight:900 !important; letter-spacing:-.5px; margin:0; color:#0a1f5c !important; }
.bsi-courses-v2-head p { font-size:14px; color:#2d3550; margin:8px 0 0; font-weight:600; }

.business-courses-main-items { position:relative; }
.business-courses-main-items .business-courses-items { 
  border-radius:14px !important; 
  border:2px solid var(--gold) !important; 
  overflow:hidden; 
  background:var(--white) !important; 
  box-shadow:0 12px 32px rgba(196,151,42,.18), 0 4px 12px rgba(0,0,0,.06) !important; 
  transition:all .4s cubic-bezier(.4,0,.2,1) !important; 
}
.business-courses-main-items:hover .business-courses-items { 
  transform:translateY(-8px); 
  box-shadow:0 24px 56px rgba(196,151,42,.4), 0 8px 16px rgba(0,0,0,.12) !important; 
}
.business-courses-main-items .business-courses-items .courses-image { height:188px !important; overflow:hidden; position:relative; }

.bsi-course-badge {
  position:absolute; top:12px; left:12px; z-index:2;
  font-size:10px; font-weight:900; letter-spacing:1px; text-transform:uppercase;
  color:var(--text-strong); background:var(--g-gold);
  padding:4px 10px; border-radius:3px;
  box-shadow: 0 4px 12px rgba(196,151,42,.4);
}

.business-courses-main-items .business-courses-items .courses-image img { width:100%; height:100%; object-fit:cover; transition:transform .6s; border-radius:0 !important; }
.business-courses-main-items:hover .business-courses-items .courses-image img { transform:scale(1.1); }
.business-courses-main-items .business-courses-items .courses-content { padding:18px 18px 16px !important; border-top:3px solid transparent; transition:border-color .3s; }
.business-courses-main-items:hover .business-courses-items .courses-content { border-top-color:var(--gold); }
.business-courses-main-items .business-courses-items .courses-content h5 a {
  color: #0a1f5c !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  line-height: 1.5;
  display: block;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word;
}
.upper_btn .theme-btn.yellow-btn { background:var(--g-gold) !important; color:var(--text-strong) !important; font-weight:900 !important; font-size:11px !important; letter-spacing:.8px; text-transform:uppercase !important; border-radius:4px !important; border:none !important; padding:10px 16px !important; margin-top:10px !important; display:block !important; text-align:center; transition:all .3s !important; box-shadow:0 4px 12px rgba(196,151,42,.3) !important; }
.upper_btn .theme-btn.yellow-btn:hover { transform:translateY(-2px) !important; box-shadow:var(--sh-gold) !important; }
.upper_btn .theme-btn.yellow-btn::before,.upper_btn .theme-btn.yellow-btn::after { background:var(--navy) !important; }

.swiper-dot.bg-blue .swiper-pagination-bullet { background:var(--blue) !important; opacity:.35; }
.swiper-dot.bg-blue .swiper-pagination-bullet.swiper-pagination-bullet-active { opacity:1; }
.swiper-dot.bg-blue .swiper-pagination-bullet.swiper-pagination-bullet-active::before { border:1.5px solid var(--gold) !important; }

/* ================================================================
   PARTNERS MARQUEE STRIP
   ================================================================ */
.bsi-marquee-strip {
  background:#fff;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:20px 0;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}
.bsi-marquee-strip::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:var(--g-gold); }

.bsi-marquee-label {
  flex-shrink:0;
  font-size:10px; font-weight:900; letter-spacing:2px; text-transform:uppercase;
  color:var(--gold); padding:0 28px 0 24px;
  border-right:1px solid var(--border);
  white-space:nowrap;
  font-family:'Plus Jakarta Sans',sans-serif;
  background:#fff; z-index:2;
}

.bsi-marquee-track-wrap {
  flex:1; overflow:hidden; position:relative;
}

.bsi-marquee-track-wrap::before {
  content:''; position:absolute; left:0; top:0; bottom:0;
  width:80px; z-index:2;
  background:linear-gradient(to right,#fff,transparent);
}
.bsi-marquee-track-wrap::after {
  content:''; position:absolute; right:0; top:0; bottom:0;
  width:80px; z-index:2;
  background:linear-gradient(to left,#fff,transparent);
}

.bsi-marquee-track {
  display:flex; align-items:center; gap:24px;
  will-change:transform;
}

.bsi-marquee-item {
  flex-shrink:0;
  background:var(--light); border:1px solid var(--border);
  border-radius:10px;
  padding: 0 20px !important;
  height: 90px !important;
  min-width: 170px !important;
  display:flex; align-items:center; justify-content:center;
  transition:all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
  overflow: hidden;
}
 
.bsi-marquee-item:hover { 
  border-color:var(--gold); 
  box-shadow: 0 12px 28px rgba(196,151,42,.25), 0 4px 8px rgba(0,0,0,.08); 
  transform: translateY(-3px);
}
.bsi-marquee-item img {
  height: 100% !important;
  max-height: 90px !important;
  max-width: 150px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block !important;
}

/* ================================================================
   WHY CHOOSE V2 — colorful icons + deep shadows
   ================================================================ */
.bsi-why-v2 {
  background: var(--g-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.bsi-why-v2::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background: var(--g-gold);
}
.bsi-why-v2::after {
  content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size: 48px 48px; pointer-events:none;
}
.bsi-why-v2 .container { position:relative; z-index:1; }

.bsi-why-v2-head {
  text-align: center;
  margin-bottom: 48px;
}
.bsi-why-v2-head h2 {
  font-size: 36px !important; font-weight: 900 !important;
  color: #ffffff !important; margin: 0; letter-spacing: -.5px;
  text-shadow:0 2px 12px rgba(0,0,0,.3);
}
.bsi-why-v2-head h2::after {
  content:''; display:block; width:60px; height:3px;
  background:var(--g-gold); border-radius:2px;
  margin:12px auto 0;
}
.bsi-why-v2-head p {
  color: rgba(255,255,255,.92); font-size: 15px; margin: 10px 0 0;
  font-weight: 600;
}

.bsi-why-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.bsi-why-v2-card {
  background: linear-gradient(160deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 100%);
  border: 1px solid rgba(196,151,42,.45);
  border-top: 1px solid rgba(255,255,255,.3);
  border-left: 1px solid rgba(255,255,255,.2);
  border-radius: 14px;
  padding: 30px 22px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  box-shadow:
    0 12px 32px rgba(0,0,0,.3),
    0 4px 8px rgba(0,0,0,.2),
    inset 0 1px 0 rgba(255,255,255,.15),
    inset 0 -2px 0 rgba(0,0,0,.15);
  transform: translateY(0);
  backdrop-filter: blur(10px);
}
.bsi-why-v2-card::before {
  content:''; position:absolute;
  bottom:0; left:0; right:0; height:3px;
  background: var(--g-gold);
  transform: scaleX(0);
  transition: transform .4s ease;
  transform-origin: left;
}
.bsi-why-v2-card:hover {
  background: linear-gradient(160deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,.12) 100%);
  border-color: rgba(196,151,42,.7);
  transform: translateY(-12px);
  box-shadow:
    0 32px 64px rgba(0,0,0,.4),
    0 12px 24px rgba(0,0,0,.25),
    0 0 0 1px rgba(196,151,42,.4),
    0 0 32px rgba(196,151,42,.15),
    inset 0 1px 0 rgba(255,255,255,.25),
    inset 0 -2px 0 rgba(0,0,0,.1);
}
.bsi-why-v2-card:hover::before { transform: scaleX(1); }

.bsi-why-v2-icon {
  width: 72px; height: 72px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
}
.bsi-why-v2-icon::before {
  content:''; position:absolute; top:-50%; left:-50%; width:200%; height:200%;
  background:linear-gradient(120deg, transparent, rgba(255,255,255,.4), transparent);
  transform:rotate(45deg) translateX(-100%);
  transition:transform .6s ease;
}
.bsi-why-v2-card:hover .bsi-why-v2-icon::before { transform:rotate(45deg) translateX(100%); }
.bsi-why-v2-card:hover .bsi-why-v2-icon {
  transform: scale(1.12) rotate(-8deg);
}

.bsi-why-v2-card h4 {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-size: 16px !important; font-weight: 900 !important;
  color: #ffffff !important;
  margin: 0 0 10px;
  text-shadow:0 1px 4px rgba(0,0,0,.3);
}

.bsi-why-v2-card p {
  font-size: 13px; color: rgba(255,255,255,.92);
  line-height: 1.65; margin: 0;
  font-weight: 500;
}

/* ================================================================
   GALLERY V2
   ================================================================ */
.bsi-gallery-v2 { background:var(--white); padding:80px 0; }
.bsi-gallery-v2-head { margin-bottom:36px; }
.bsi-gallery-v2-head h2 { font-size:38px !important; font-weight:900 !important; letter-spacing:-.5px; margin:0; color:#0a1f5c !important; }
.instagram-image { 
  border-radius:12px !important; 
  overflow:hidden !important; 
  border:none !important; 
  box-shadow: 0 12px 32px rgba(26,86,219,.15), 0 4px 8px rgba(0,0,0,.06) !important; 
  transition:all .4s cubic-bezier(.4,0,.2,1) !important; 
  aspect-ratio:4/3; height:auto !important; 
}
.instagram-image img { width:100%; height:100%; object-fit:cover; transition: transform .6s ease; }
.instagram-image:hover img { transform: scale(1.08); }
.instagram-image:hover { transform:translateY(-6px) !important; box-shadow: 0 24px 56px rgba(26,86,219,.3), 0 8px 16px rgba(0,0,0,.12) !important; }
.instagram-image::before { background:linear-gradient(160deg,rgba(15,27,76,.75) 0%,rgba(26,86,219,.6) 100%) !important; border-radius:12px; }
.instagram-image .icon { background:var(--g-gold) !important; color:var(--text-strong) !important; border-radius:50% !important; width:48px !important; height:48px !important; line-height:48px !important; font-size:16px !important; box-shadow:var(--sh-gold) !important; }

/* ================================================================
   FRANCHISE CTA V2
   ================================================================ */
.bsi-franchise-cta-v2 {
  display:grid;
  grid-template-columns:1fr 1fr;
}

.bsi-franchise-cta-v2-left {
  background:#ffffff;
  position:relative; overflow:hidden;
  padding:0;
  border-top:3px solid var(--gold);
}

.bsi-franchise-cta-v2-right {
  background:var(--light);
  border-top:3px solid var(--gold);
  border-left:1px solid var(--border);
  position:relative;
}

.bsi-franchise-cta-v2-content {
  padding:64px 56px;
  position:relative; z-index:1;
}

.bsi-franchise-cta-v2-left .bsi-franchise-cta-v2-content h2 {
  font-size:32px !important; font-weight:900 !important;
  color:#0a1f5c !important; margin:0 0 12px; letter-spacing:-.5px;
}
.bsi-franchise-cta-v2-left .bsi-franchise-cta-v2-content h2 span { color:var(--gold); }
.bsi-franchise-cta-v2-left .bsi-franchise-cta-v2-content p { color:#2d3550; font-size:14px; line-height:1.7; font-weight:500; }
.bsi-franchise-cta-v2-left .bsi-label { color:var(--gold); }
.bsi-franchise-cta-v2-left .bsi-label.light { color:var(--gold); }

.bsi-franchise-cta-v2-right .bsi-franchise-cta-v2-content h2 { font-size:32px !important; font-weight:900 !important; margin:0 0 12px; letter-spacing:-.5px; }
.bsi-franchise-cta-v2-right .bsi-franchise-cta-v2-content p { color:#2d3550; font-size:14px; line-height:1.7; font-weight:500; }

/* ================================================================
   FOOTER
   ================================================================ */
.footer-section { background-color:var(--navy) !important; }
.footer-section::after { background-color:var(--navy) !important; opacity:.96 !important; }
.footer-section::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--g-gold); z-index:3; }
.footer-widget-wrapper { padding:72px 0 48px !important; }
.footer-widget-wrapper .single-footer-widget { margin-top:0 !important; }
.footer-widget-wrapper .single-footer-widget .widget-head { margin-bottom:22px !important; }
.footer-widget-wrapper .single-footer-widget .widget-head h3 { font-size:13px !important; font-weight:900 !important; letter-spacing:2px; text-transform:uppercase !important; color:var(--gold2) !important; padding-bottom:14px; border-bottom:1px solid rgba(196,151,42,.2); margin-bottom:0; }
.footer-widget-wrapper .single-footer-widget .footer-content p { color:rgba(255,255,255,.8) !important; font-size:13px !important; line-height:1.8 !important; font-weight:500; }
.footer-widget-wrapper .single-footer-widget .list-area li { margin-bottom:10px !important; line-height:1 !important; }
.footer-widget-wrapper .single-footer-widget .list-area li a { color:rgba(255,255,255,.8) !important; font-size:13px !important; font-weight:600 !important; padding-left:14px !important; position:relative; transition:color .2s,padding-left .2s !important; }
.footer-widget-wrapper .single-footer-widget .list-area li a::before { content:'' !important; position:absolute; left:0; top:50%; transform:translateY(-50%); width:5px; height:1px; background:var(--gold) !important; transition:width .2s; }
.footer-widget-wrapper .single-footer-widget .list-area li a:hover { color:var(--gold2) !important; padding-left:20px !important; }
.footer-widget-wrapper .single-footer-widget .list-area li a:hover::before { width:10px; }
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon { gap:8px !important; margin-top:18px !important; }
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a { width:36px !important; height:36px !important; line-height:36px !important; border-radius:6px !important; background:rgba(255,255,255,.1) !important; border:1px solid rgba(255,255,255,.15) !important; color:rgba(255,255,255,.85) !important; font-size:13px !important; transition:all .3s !important; }
.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover { background:var(--g-gold) !important; color:var(--text-strong) !important; border-color:transparent !important; transform:translateY(-3px) !important; box-shadow: 0 8px 20px rgba(196,151,42,.4) !important; }
.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li,.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li a { color:rgba(255,255,255,.8) !important; font-size:13px !important; line-height:1.6 !important; font-weight:500; }
.footer-widget-wrapper .single-footer-widget .footer-content .contact-info li a:hover { color:var(--gold2) !important; }
.footer-bottom.style-2 { border-top:1px solid rgba(196,151,42,.15) !important; padding:16px 0 !important; }
.footer-bottom.style-2 p { color:rgba(255,255,255,.6) !important; font-size:12px !important; font-weight:500; }
.footer-bottom.style-2 p a { color:var(--gold2) !important; font-weight:800 !important; }

/* ================================================================
   GLOBAL MISC
   ================================================================ */
.theme-btn { font-family:'Plus Jakarta Sans',sans-serif !important; font-weight:800 !important; border-radius:5px !important; }
.theme-btn.yellow-btn { background:var(--g-gold) !important; color:var(--text-strong) !important; font-weight:900 !important; }
.theme-btn.yellow-btn::before,.theme-btn.yellow-btn::after { background:var(--navy) !important; }
.section-title h6 { font-size:11px !important; font-weight:900 !important; letter-spacing:2.5px !important; text-transform:uppercase !important; color:var(--gold) !important; display:inline-flex; align-items:center; gap:10px; }
.section-title h6::before { content:'' !important; display:block !important; width:28px; height:2px; background:var(--g-gold) !important; background-image:var(--g-gold) !important; border-radius:1px; position:static !important; animation:none !important; }
.section-title h2 { font-weight:900 !important; }
.swiper-button-next,.swiper-button-prev { color:var(--blue) !important; background:var(--white) !important; border-radius:4px !important; width:36px !important; height:36px !important; box-shadow:var(--sh-card) !important; border:1px solid var(--border) !important; }
.swiper-button-next:after,.swiper-button-prev:after { font-size:12px !important; font-weight:900; }
.breadcrumb-wrapper { background:var(--g-blue) !important; }
.breadcrumb-wrapper .page-heading h1 { color:var(--white) !important; }
.breadcrumb-wrapper .page-heading .breadcrumb-items li { color:rgba(255,255,255,.85) !important; }
.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2 { color:var(--gold2) !important; font-weight:800; }
.contact-box-items { border-radius:10px !important; border:1px solid var(--border) !important; box-shadow:var(--sh-card) !important; background:var(--white) !important; transition:all .35s !important; }
.contact-box-items:hover { transform:translateY(-6px) !important; box-shadow:var(--sh-hover) !important; }
.contact-box-items .icon { color:var(--blue) !important; }
.contact-form-items { background:var(--light) !important; border:1px solid var(--border) !important; border-radius:10px !important; }
.contact-form-items .theme-btn { background:var(--g-blue) !important; border-radius:4px !important; font-weight:900 !important; }
.modal-content { border-radius:12px !important; overflow:hidden !important; box-shadow:0 32px 80px rgba(15,27,76,.3) !important; }
.modal-header { background:var(--g-dark) !important; border-bottom:2px solid var(--gold) !important; padding:16px 24px !important; }
.modal-title { color:var(--gold2) !important; font-weight:900 !important; font-size:13px !important; letter-spacing:.8px; text-transform:uppercase; }
.modal-header .btn-close { filter:invert(1) brightness(100%) !important; opacity:.7 !important; }
.partner-form .form-control:focus,.partner-form .form-select:focus { border-color:var(--blue) !important; box-shadow:0 0 0 3px rgba(26,86,219,.1) !important; }
.partner-form .btn-primary { background:var(--g-blue) !important; border:none !important; border-radius:4px !important; font-weight:900 !important; }
.partner-form .btn-primary:hover { background:var(--g-gold) !important; color:var(--text-strong) !important; }
.fixed_part a:nth-child(1) { background:var(--blue) !important; }
.fixed_part a:nth-child(2) { background:var(--gold) !important; color:var(--text-strong) !important; }
.fixed_part a:nth-child(3) { background:#0f9e50 !important; }
.section-bg,.section-bg-2 { background:var(--light) !important; }
.form-control:focus,.form-select:focus { border-color:var(--blue) !important; box-shadow:0 0 0 3px rgba(26,86,219,.1) !important; }
.captcha_link { color:var(--blue); font-weight:700; }
.captcha_link:hover { color:var(--gold); }
.page-nav-wrap ul li .page-numbers.current,.page-nav-wrap ul li .page-numbers:hover { background:var(--g-blue) !important; border-color:var(--blue) !important; }
.courses-details-wrapper .courses-sidebar-area .courses-category-items h5 { background:var(--g-dark) !important; color:var(--gold2) !important; font-weight:900 !important; letter-spacing:1px; font-size:12px !important; text-transform:uppercase !important; }

/* ================================================================
   COURSE CARD HOVER POPUP — Slide-up reveal
   ================================================================ */
.business-courses-main-items {
  position: relative !important;
  height: 100%;
}

.business-courses-items {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}

.business-courses-main-items .business-courses-items .courses-image {
    height: 220px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: height .4s ease !important;
}

.business-courses-main-items .business-courses-items .courses-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform .6s ease !important;
}

.business-courses-main-items:hover .business-courses-items .courses-image img {
    transform: scale(1.1) !important;
}

.business-courses-main-items .business-courses-items .courses-content {
    padding: 16px 16px 14px !important;
    background: #fff !important;
    position: relative;
    z-index: 2;
    border-top: 3px solid var(--gold) !important;
}

.courses-card-items-hover {
    display: none !important;
}

.business-courses-main-items .bsi-card-reveal {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(160deg, #0d1f52 0%, #1a56db 100%) !important;
    border-top: 3px solid var(--gold) !important;
    padding: 24px 20px !important;
    transform: translateY(100%) !important;
    transition: transform .4s cubic-bezier(.4,0,.2,1) !important;
    z-index: 10 !important;
    border-radius: 14px !important;
    box-shadow: 0 -8px 24px rgba(0,0,0,.2);
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow-y: auto !important;
}

.business-courses-main-items:hover .bsi-card-reveal {
    transform: translateY(0) !important;
}

.bsi-card-reveal::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #C4972A, #F0BE55, #C4972A);
}

.bsi-card-reveal-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #F0BE55 !important;
    line-height: 1.4;
    margin: 0 0 10px !important;
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
    text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.bsi-card-reveal-desc {
    font-size: 12px !important;
    color: rgba(255,255,255,.92) !important;
    line-height: 1.65 !important;
    margin: 0 0 16px !important;
    display: block !important;
    max-height: 160px !important;
    overflow: hidden !important;
    font-weight: 500;
}

.bsi-card-reveal-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
}
.bsi-card-reveal-tag {
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    color: rgba(255,255,255,.95) !important;
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.2) !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}
.bsi-card-reveal-tag i { font-size: 8px !important; }

.bsi-card-reveal-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    background: linear-gradient(120deg,#C4972A 0%,#F0BE55 50%,#C4972A 100%) !important;
    color: #0d1f52 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 900 !important;
    font-size: 11px !important;
    letter-spacing: .8px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(196,151,42,.5) !important;
    transition: all .3s !important;
    width: 100% !important;
}
.bsi-card-reveal-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(196,151,42,.7) !important;
    color: #0d1f52 !important;
}

/* Course name */
.business-courses-main-items .business-courses-items .courses-content h5,
.business-courses-main-items .business-courses-items .courses-content h5 a,
.courses-content h5,
.courses-content h5 a {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  display: block !important;
  word-break: break-word !important;
  max-height: none !important;
  height: auto !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
  color: #0a1f5c !important;
  min-height: 40px;
}

/* ================================================================
   PLACEMENT SECTION
   ================================================================ */
.bsi-placement-section {
  background: var(--g-dark);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.bsi-placement-section::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background: var(--g-gold);
}
.bsi-placement-section::after {
  content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 48px 48px; pointer-events:none;
}
.bsi-placement-section .container { position:relative; z-index:1; }

.bsi-placement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bsi-placement-text h2 {
  font-size: 38px !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  line-height: 1.25;
  margin: 0 0 6px;
  letter-spacing: -.5px;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.bsi-placement-text h2 span { color: var(--gold2); }
.bsi-placement-text p {
  font-size: 15px;
  color: rgba(255,255,255,.92);
  line-height: 1.8;
  margin: 20px 0 32px;
  max-width: 480px;
  font-weight: 500;
}

.bsi-placement-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.bsi-placement-stat-pill {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(196,151,42,.4);
  border-radius: 12px;
  padding: 18px 20px 14px;
  text-align: center;
  min-width: 130px;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter: blur(10px);
}
.bsi-placement-stat-pill:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.2);
  background: rgba(255,255,255,.14);
}
.bsi-placement-stat-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  transition: all .35s;
}
.bsi-placement-stat-pill:hover .bsi-placement-stat-icon {
  transform: scale(1.1) rotate(-8deg);
}
.bsi-placement-stat-pill strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: var(--gold2);
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.bsi-placement-stat-pill span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-top: 5px;
  display: block;
}

/* ── PLACEMENT IMAGE ───────────────────── */
.bsi-placement-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bsi-placement-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: visible;
    max-width: 500px;
    width: 100%;
}

.bsi-placement-img-wrap img {
    width: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
    box-shadow: 0 32px 80px rgba(0,0,0,.45), 0 12px 24px rgba(0,0,0,.25);
    border: 3px solid rgba(196,151,42,.35);
    transition: transform .6s ease;
}
.bsi-placement-img-wrap:hover img { transform: scale(1.03); }

.bsi-placement-img-wrap::before {
    content: '';
    position: absolute;
    left: -10px; top: 40px; bottom: 40px;
    width: 4px; border-radius: 2px;
    background: linear-gradient(to bottom, #C4972A, #F0BE55, transparent);
}

.bsi-placement-img-badge {
    position: absolute;
    top: -14px; right: -14px;
    background: linear-gradient(120deg, #C4972A, #F0BE55);
    color: #0F1B4C;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px; font-weight: 900; letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 16px; border-radius: 20px;
    display: flex; align-items: center; gap: 6px;
    box-shadow: 0 8px 24px rgba(196,151,42,.55), 0 2px 8px rgba(0,0,0,.15);
    white-space: nowrap;
    animation: bsi-float 3s ease-in-out infinite;
}
.bsi-placement-img-badge i { font-size: 12px; }

.bsi-placement-img-pill {
    position: absolute;
    bottom: -16px; left: -16px;
    background: linear-gradient(160deg, #1239a6, #1a56db);
    border: 1px solid rgba(196,151,42,.4);
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 0 12px 32px rgba(0,0,0,.4), 0 4px 8px rgba(0,0,0,.2);
    animation: bsi-float 3s ease-in-out infinite;
    animation-delay: 1.5s;
}
.bsi-placement-img-pill strong {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 22px; font-weight: 900;
    color: #F0BE55; line-height: 1;
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.bsi-placement-img-pill span {
    font-size: 10px; font-weight: 800;
    letter-spacing: 1px; text-transform: uppercase;
    color: rgba(255,255,255,.85);
    margin-top: 4px; display: block;
}

/* ================================================================
   CONTACT CTA SECTION — colorful icons + deep shadows
   ================================================================ */
.bsi-contact-cta {
  background: linear-gradient(160deg, #1a3fa8 0%, #2255cc 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.bsi-contact-cta::before {
  content:''; position:absolute; top:0; left:0; right:0; height:3px;
  background: var(--g-gold);
}
.bsi-contact-cta::after {
  content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
                    linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size: 48px 48px; pointer-events:none;
}
.bsi-contact-cta .container { position:relative; z-index:1; }

.bsi-contact-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.bsi-contact-left h2 {
  font-size: 38px !important; font-weight: 900 !important;
  color: #ffffff !important; margin: 0 0 12px; letter-spacing: -.5px;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.bsi-contact-left h2 span { color: var(--gold2); }
.bsi-contact-left > p {
  font-size: 15px; color: rgba(255,255,255,.92);
  line-height: 1.7; margin: 0 0 32px;
  font-weight: 500;
}

.bsi-contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

.bsi-contact-card {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(196,151,42,.4);
  border-top: 2px solid var(--gold2);
  border-radius: 12px;
  padding: 20px 16px;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 12px 32px rgba(0,0,0,.25), 0 4px 8px rgba(0,0,0,.15);
  backdrop-filter: blur(10px);
}
.bsi-contact-card:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,.35), 0 8px 16px rgba(0,0,0,.2);
}

.bsi-contact-card-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(196,151,42,.3);
}
.bsi-contact-card-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
  transition: all .35s;
}
.bsi-contact-card:hover .bsi-contact-card-icon {
  transform: scale(1.1) rotate(-8deg);
}
.bsi-contact-card-head strong {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px; font-weight: 900;
  color: var(--gold2); letter-spacing: .3px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}

.bsi-contact-info-row {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 10px;
}
.bsi-contact-info-row:last-child { margin-bottom: 0; }
.bsi-contact-info-row i {
  font-size: 13px;
  margin-top: 3px; flex-shrink: 0; width: 14px;
}
.bsi-contact-info-row span {
  font-size: 12px; color: rgba(255,255,255,.92);
  font-weight: 600; line-height: 1.5;
}

.bsi-contact-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bsi-chat-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bsi-chat-bubble {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 20px;
  font-size: 13px; font-weight: 700;
  line-height: 1.5;
  max-width: 85%;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 8px 24px rgba(0,0,0,.25), 0 2px 6px rgba(0,0,0,.1);
  animation: bsi-float 4s ease-in-out infinite;
}
.bsi-chat-bubble i { font-size: 14px; flex-shrink: 0; margin-top: 2px; }

.bsi-chat-bubble--left {
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.25);
  color: #ffffff;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.bsi-chat-bubble--right {
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(255,255,255,.3);
  color: #ffffff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
  animation-delay: .5s;
}

.bsi-chat-bubble--gold {
  background: linear-gradient(120deg, rgba(196,151,42,.35), rgba(240,190,85,.25));
  border-color: rgba(196,151,42,.55);
  color: var(--gold2);
  animation-delay: 1s;
  box-shadow: 0 8px 24px rgba(196,151,42,.3);
}

.bsi-contact-float-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bsi-contact-float-stat {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(196,151,42,.4);
  border-radius: 12px;
  padding: 16px 18px 14px;
  text-align: center;
  flex: 1;
  min-width: 80px;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}
.bsi-contact-float-stat:hover {
  background: rgba(255,255,255,.18);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.15);
}
.bsi-contact-float-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  transition: all .35s;
}
.bsi-contact-float-stat:hover .bsi-contact-float-icon {
  transform: scale(1.1) rotate(-8deg);
}
.bsi-contact-float-stat strong {
  display: block;
  font-size: 22px; font-weight: 900;
  color: var(--gold2);
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.bsi-contact-float-stat span {
  font-size: 10px; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-top: 4px; display: block;
}

/* Responsive */
@media(max-width:991px) {
  .bsi-contact-cta-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media(max-width:767px) {
  .bsi-contact-left h2 { font-size: 26px !important; }
  .bsi-contact-cards { grid-template-columns: 1fr; }
  .bsi-chat-bubble { font-size: 12px; padding: 10px 14px; }
}

/* ================================================================
   COURSES SLIDER
   ================================================================ */
.bsi-courses-v2 .swiper.courses-slider-2 {
  position: relative;
  overflow: hidden !important;
  padding: 0 !important;
}

.courses-slider-2 .swiper-wrapper {
  overflow: visible !important;
  align-items: stretch;
}
.courses-slider-2 .swiper-slide {
  height: auto !important;
  overflow: hidden !important;
}

.bsi-courses-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--gold);
  color: var(--text-strong);
  font-size: 14px;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 8px 20px rgba(196,151,42,.3), 0 2px 6px rgba(0,0,0,.08);
  transition: all .35s cubic-bezier(.4,0,.2,1);
  user-select: none;
}
.bsi-courses-arrow:hover {
  background: linear-gradient(120deg,#C4972A,#F0BE55);
  color: var(--text-strong);
  transform: scale(1.12);
  box-shadow: 0 12px 28px rgba(196,151,42,.5), 0 4px 8px rgba(0,0,0,.1);
}
.bsi-courses-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.bsi-courses-slider-outer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bsi-courses-slider-outer .swiper.courses-slider-2 {
  flex: 1;
  min-width: 0;
}

@media(max-width:575px) {
  .bsi-courses-slider-outer { gap: 8px; }
}

@media(max-width:767px) {
  .bsi-courses-arrow { width: 36px; height: 36px; font-size: 12px; }
}

/* ================================================================
   BODHIRA — SHARED PAGE STYLES
   ================================================================ */
.breadcrumb-wrapper {
    background: linear-gradient(160deg, #1239a6 0%, #1a56db 100%) !important;
    padding: 64px 0 !important;
    position: relative; overflow: hidden;
}
.breadcrumb-wrapper::before {
    content: ''; position: absolute;
    bottom: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A);
    z-index: 2;
}
.breadcrumb-wrapper::after {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px; pointer-events: none;
}
.breadcrumb-wrapper .page-heading { position: relative; z-index: 1; padding: 0 !important; }
.breadcrumb-wrapper .page-heading h1 {
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 42px !important; font-weight: 900 !important;
    margin-bottom: 12px; letter-spacing: -.5px;
    text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: rgba(255,255,255,.85) !important; font-size: 13px; font-weight: 600;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a { color: rgba(255,255,255,.85) !important; }
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover { color: #F0BE55 !important; }
.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2 { color: #F0BE55 !important; font-weight: 800; }
.breadcrumb-wrapper .page-heading .breadcrumb-items li:not(:last-child)::before { background: rgba(255,255,255,.3) !important; }

.bsi-divider {
    width: 48px; height: 3px; border-radius: 2px;
    background: linear-gradient(120deg, #C4972A, #F0BE55);
    margin: 16px 0 20px;
}

.bsi-section-head { margin-bottom: 48px; }
.bsi-section-head h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 36px !important; font-weight: 900 !important;
    color: #0a1f5c !important; letter-spacing: -.5px; margin: 0;
}
.bsi-section-head h2 span { color: #1a56db; }
.bsi-section-head p { font-size: 14px; color: #2d3550; margin: 10px 0 0; line-height: 1.7; font-weight: 500; }
.bsi-section-head.light h2 { color: #fff !important; }
.bsi-section-head.light p { color: rgba(255,255,255,.85); }
.bsi-section-head.text-center h2::after {
    content: ''; display: block; width: 60px; height: 3px;
    background: linear-gradient(120deg, #C4972A, #F0BE55);
    border-radius: 2px; margin: 12px auto 0;
}

.bsi-page-body {
    background: #F5F7FF;
    padding: 72px 0 90px;
    position: relative;
}
.bsi-page-body .container { position: relative; z-index: 2; }

.bsi-page-head {
    text-align: center;
    margin-bottom: 52px;
}
.bsi-page-head h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 38px !important; font-weight: 900 !important;
    color: #0a1f5c !important; letter-spacing: -.5px; margin: 0;
}
.bsi-page-head p { font-size: 15px; color: #4b5680; margin: 10px 0 0; font-weight: 600; }

.bsi-btn-navy {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #1239a6, #1a56db);
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900; font-size: 13px; letter-spacing: .6px;
    text-transform: uppercase; padding: 13px 30px;
    border-radius: 5px; border: none; cursor: pointer;
    box-shadow: 0 8px 28px rgba(26,86,219,.4);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-decoration: none; white-space: nowrap;
}
.bsi-btn-navy:hover {
    transform: translateY(-3px); color: #fff !important;
    box-shadow: 0 16px 40px rgba(26,86,219,.55);
}

.bsi-cta-band {
    background: linear-gradient(160deg, #1239a6 0%, #1a56db 100%);
    padding: 52px 0; position: relative; overflow: hidden;
    margin-top: 56px;
}
.bsi-cta-band::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A);
}
.bsi-cta-band::after {
    content: ''; position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px; pointer-events: none;
}
.bsi-cta-inner {
    display: flex; align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; gap: 24px;
    position: relative; z-index: 1;
}
.bsi-cta-text h3 {
    color: #fff !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 26px !important; font-weight: 900 !important;
    margin: 0; letter-spacing: -.3px;
    text-shadow: 0 2px 12px rgba(0,0,0,.3);
}
.bsi-cta-text p { color: rgba(255,255,255,.85); font-size: 14px; margin: 6px 0 0; font-weight: 500; }
.bsi-cta-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.bsi-cta-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A);
    color: #0F1B4C !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900; font-size: 13px; letter-spacing: .8px;
    text-transform: uppercase; padding: 13px 32px; border-radius: 5px;
    box-shadow: 0 8px 28px rgba(196,151,42,.5);
    transition: all .3s;
    text-decoration: none; white-space: nowrap;
}
.bsi-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(196,151,42,.65);
    color: #0F1B4C !important;
}

@media(max-width: 767px) {
    .breadcrumb-wrapper { padding: 44px 0 !important; }
    .breadcrumb-wrapper .page-heading h1 { font-size: 28px !important; }
    .bsi-page-head h2 { font-size: 26px !important; }
    .bsi-section-head h2 { font-size: 24px !important; }
    .bsi-cta-inner { flex-direction: column; align-items: flex-start; }
    .bsi-cta-text h3 { font-size: 20px !important; }
    .bsi-cta-btn, .bsi-btn-navy { width: 100%; justify-content: center; }
}
@media(max-width: 575px) {
    .breadcrumb-wrapper .page-heading h1 { font-size: 24px !important; }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media(max-width:1199px) {
  .bsi-franchise-cta-v2 { grid-template-columns:1fr; }
}

@media(max-width:991px) {
  .bsi-features-bar-grid { grid-template-columns:repeat(2,1fr); }
  .bsi-feature-pill:nth-child(2) { border-right:none; }
  .bsi-feature-pill:nth-child(3) { border-top:1px solid var(--border); }
  .bsi-feature-pill:nth-child(4) { border-top:1px solid var(--border); border-right:none; }
  .bsi-qa-grid { grid-template-columns:repeat(3,1fr); gap:14px; }
  .bsi-stats-strip-inner { grid-template-columns:1fr 1fr; }
  .bsi-stats-item { border-bottom:1px solid rgba(255,255,255,.08); }
  .bsi-courses-v2-head { flex-direction:column; align-items:flex-start; }
  .bsi-why-v2-grid { grid-template-columns:repeat(2,1fr); }
  .bsi-stats-strip-inner[style*="repeat(5"] { grid-template-columns:1fr 1fr !important; }
  .bsi-about-v3-grid { grid-template-columns:1fr; gap:0; }
  .bsi-about-v3-imgs { border-radius:20px 20px 0 0; }
  .bsi-about-v3-content { padding:32px 28px; border-radius:0 0 20px 20px; }
  .bsi-about-v3-accent-line { display:none; }
  .bsi-placement-grid { grid-template-columns:1fr; gap:40px; }
  .bsi-placement-img-wrap { max-width: 380px; }
}

@media(max-width:767px) {
  html, body { overflow-x:hidden !important; max-width:100vw !important; }
  .bsi-hero-v2 { overflow:hidden !important; }
  .bsi-hero-float { margin-top:-20px !important; padding:0 12px !important; }
  .bsi-hero-float-inner { padding:20px 16px 24px !important; border-radius:12px !important; }
  .bsi-hero-tag { font-size:9px !important; padding:4px 10px !important; }
  .bsi-hero-float-text h1 { font-size:20px !important; line-height:1.3 !important; }
  .bsi-hero-float-text p { font-size:11px !important; margin-bottom:16px !important; }
  .bsi-hero-actions { flex-direction:column !important; align-items:stretch !important; gap:8px !important; }
  .bsi-btn-primary, .bsi-btn-outline { justify-content:center !important; width:100% !important; font-size:11px !important; padding:11px 16px !important; }

  .bsi-features-bar-grid { grid-template-columns:1fr !important; }
  .bsi-feature-pill { border-right:none !important; border-bottom:1px solid var(--border) !important; padding:14px 16px !important; }
  .bsi-feature-pill:last-child { border-bottom:none !important; }

  .bsi-quickaccess { padding:40px 0 48px !important; }
  .bsi-quickaccess-head h2 { font-size:22px !important; }
  .bsi-qa-grid { grid-template-columns:repeat(2,1fr) !important; gap:10px !important; }
  .bsi-qa-card { padding:16px 8px 14px !important; gap:8px !important; border-radius:10px !important; }
  .bsi-qa-icon { width:54px !important; height:54px !important; font-size: 22px !important; }
  .bsi-qa-label { font-size:11px !important; }
  .bsi-qa-chip { font-size:8px !important; padding:2px 8px !important; }

  .bsi-stats-strip-inner { grid-template-columns:1fr 1fr !important; }
  .bsi-stats-item { padding:28px 16px !important; border-bottom:1px solid rgba(255,255,255,.08) !important; }
  .bsi-stats-icon { width: 48px !important; height: 48px !important; font-size: 18px !important; }
  .bsi-stats-item h3 { font-size:32px !important; }
  .bsi-stats-item p { font-size:9px !important; letter-spacing:1px !important; }

  .bsi-courses-v2 { padding:48px 0 60px !important; }
  .bsi-courses-v2-head { flex-direction:column !important; align-items:flex-start !important; gap:12px !important; }
  .bsi-courses-v2-head h2 { font-size:24px !important; }
  .bsi-btn-ghost { width:100% !important; justify-content:center !important; }

  .bsi-marquee-label { display:none !important; }
  .bsi-marquee-item { min-width:130px !important; height:76px !important; padding:0 12px !important; }
  .bsi-marquee-item img { height:100% !important; max-height:76px !important; }

  .bsi-franchise-cta-v2 { grid-template-columns:1fr !important; }
  .bsi-franchise-cta-v2-content { padding:36px 20px !important; }
  .bsi-franchise-cta-v2-left .bsi-franchise-cta-v2-content h2,
  .bsi-franchise-cta-v2-right .bsi-franchise-cta-v2-content h2 { font-size:22px !important; }
  .bsi-btn-gold, .bsi-btn-primary { width:100% !important; justify-content:center !important; }

  .fixed_part { display:flex !important; flex-direction:row !important; position:fixed !important; bottom:0 !important; left:0 !important; right:0 !important; top:auto !important; width:100% !important; z-index:9999 !important; border-radius:0 !important; }
  .fixed_part a { flex:1 !important; text-align:center !important; font-size:10px !important; padding:10px 4px !important; flex-direction:column !important; display:flex !important; align-items:center !important; justify-content:center !important; gap:4px !important; writing-mode:horizontal-tb !important; }
  .fixed_part a img { width:18px !important; height:18px !important; }
  body { padding-bottom:60px !important; }

  .header-top { padding:8px 0 !important; }
  .header-top .top-logo { height:56px !important; }

  .footer-widget-wrapper { padding:48px 0 32px !important; }
  .single-footer-widget { margin-bottom:28px !important; }
  .footer-bottom.style-2 { text-align:center !important; }

  #jssor_1 { height:200px !important; }

  .bsi-about-v3 { padding:56px 0; }
  .bsi-about-v3-content h2 { font-size:24px !important; }
  .bsi-about-v3-badge-tl, .bsi-about-v3-badge-br { padding:8px 12px; }
  .bsi-about-v3-badge-tl strong, .bsi-about-v3-badge-br strong { font-size:13px; }

  .bsi-why-v2-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  .bsi-why-v2-card { padding:22px 14px; }
  .bsi-why-v2-icon { width:56px; height:56px; font-size:22px; }
  .bsi-why-v2-card h4 { font-size:13px !important; }

  .bsi-placement-text h2 { font-size:26px !important; }
  .bsi-placement-img-wrap { max-width: 100%; }
  .bsi-placement-img-badge { top: -10px; right: -6px; font-size: 9px; padding: 6px 12px; }
  .bsi-placement-img-pill { bottom: -10px; left: -6px; padding: 10px 14px; }
  .bsi-placement-img-pill strong { font-size: 18px; }
}

@media(max-width:575px) {
  .container { padding-left:16px !important; padding-right:16px !important; }
  .bsi-stats-strip-inner[style*="repeat(5"] { grid-template-columns:1fr 1fr !important; }
}

@media(max-width:480px) {
  .bsi-qa-card { padding:16px 8px; gap:8px; }
  .bsi-qa-label { font-size:11px; }
  .bsi-hero-float-text h1 { font-size:18px !important; }
  .bsi-stats-item h3 { font-size:28px !important; }
}

@media(max-width:380px) {
  .bsi-hero-float-text h1 { font-size:18px !important; }
  .bsi-qa-grid { grid-template-columns:repeat(2,1fr) !important; }
  .bsi-stats-strip-inner { grid-template-columns:1fr 1fr !important; }
  .bsi-stats-item h3 { font-size:32px !important; }
}

/* ================================================================
   QUICK LINKS — separator from footer
   ================================================================ */
.bsi-quick-links-bar {
  border-bottom: 3px solid var(--gold) !important;
}

/* Improve "Govt. Recognized Certification" badge in courses section */
.bsi-courses-v2-head .bsi-hero-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(196, 151, 42, 0.15) !important;
    border-left: 4px solid #C4972A !important;
    border-radius: 0 30px 30px 0 !important;
    padding: 8px 20px 8px 16px !important;
    margin-bottom: 1.2rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 0.75rem !important;
    font-weight: 900 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #8a6a1d !important;
    justify-content: flex-start !important;
    width: auto !important;
    box-shadow: 0 4px 12px rgba(196,151,42,.15);
}

.bsi-courses-v2-head .bsi-hero-tag i {
    color: #C4972A !important;
    font-size: 0.85rem !important;
}

.bsi-courses-v2-head > div {
    text-align: left !important;
}

.bsi-courses-v2-head .bsi-label {
    font-weight: 800 !important;
    color: #1C3B8B !important;
    margin-bottom: 0.5rem !important;
}

/* 3D glass shimmer on QA and Why cards */
.bsi-qa-card .bsi-qa-icon::after,
.bsi-why-v2-card .bsi-why-v2-icon::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,.25), transparent);
  border-radius: inherit;
  pointer-events: none;
}

/* ================================================================
   WHERE OUR STUDENTS GET HIRED — Hiring Partners section
   White section background · Blue card on left · Logo grid on right
   ================================================================ */
.bsi-hired-section {
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.bsi-hired-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(196,151,42,.35), transparent);
}

.bsi-hired-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 32px;
    align-items: stretch;
}

/* ── LEFT — Blue card ────────────────────────────────────── */
.bsi-hired-left { display: flex; }

.bsi-hired-card {
    background: linear-gradient(160deg, #1239a6 0%, #1a56db 60%, #2255cc 100%);
    border-radius: 20px;
    padding: 48px 40px 44px;
    color: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 20px 56px rgba(26,86,219,.3),
        0 8px 16px rgba(15,27,76,.18);
    border: 1px solid rgba(196,151,42,.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Gold top stripe */
.bsi-hired-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A);
    z-index: 2;
}
/* Subtle grid texture */
.bsi-hired-card::after {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 48px 48px;
    pointer-events: none;
}

/* Decorative blurred gold dots */
.bsi-hired-dots {
    position: absolute;
    bottom: -80px; right: -80px;
    width: 280px; height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240,190,85,.25) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.bsi-hired-card .bsi-label {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 900; letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #F0BE55 !important;
    margin-bottom: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    position: relative; z-index: 1;
}
.bsi-hired-card .bsi-label::before {
    content: ''; display: block; width: 28px; height: 2px;
    background: linear-gradient(120deg, #F0BE55, #C4972A);
    border-radius: 1px;
}

.bsi-hired-card h2 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 38px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: -.5px;
    line-height: 1.15;
    margin: 0 0 18px;
    text-shadow: 0 2px 12px rgba(0,0,0,.25);
    position: relative; z-index: 1;
}
.bsi-hired-card h2 span {
    color: #F0BE55;
    display: inline-block;
}

.bsi-hired-card p {
    font-size: 14px;
    color: rgba(255,255,255,.92);
    line-height: 1.8;
    margin: 0 0 28px;
    font-weight: 500;
    position: relative; z-index: 1;
}

/* Yellow "View Jobs" button (matches the screenshot) */
.bsi-hired-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background: linear-gradient(120deg, #F0BE55 0%, #FFD478 50%, #F0BE55 100%);
    color: #0F1B4C !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow:
        0 8px 24px rgba(240,190,85,.45),
        0 2px 6px rgba(0,0,0,.15);
    transition: all .3s cubic-bezier(.4,0,.2,1);
    position: relative; z-index: 1;
    overflow: hidden;
}
.bsi-hired-btn::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 50%; height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.5), transparent);
    transition: left .6s ease;
}
.bsi-hired-btn:hover::before { left: 200%; }
.bsi-hired-btn:hover {
    transform: translateY(-3px);
    color: #0F1B4C !important;
    box-shadow:
        0 14px 32px rgba(240,190,85,.6),
        0 4px 8px rgba(0,0,0,.15);
}

/* ── RIGHT — Vertical looping logo columns ───────────────── */
.bsi-hired-right { display: flex; align-items: stretch; }
 
.bsi-hired-marquee {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
            mask-image: linear-gradient(to bottom, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
 
.bsi-hired-col {
    overflow: hidden;
    position: relative;
}
 
.bsi-hired-col-track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    will-change: transform;
}
 
/* Column moving DOWN (top -> bottom) */
.bsi-hired-col-down { animation: bsi-hired-scroll-down 24s linear infinite; }
/* Column moving UP (bottom -> top) */
.bsi-hired-col-up   { animation: bsi-hired-scroll-up   24s linear infinite; }
 
/* the track holds the list TWICE, so -50% = one full loop */
@keyframes bsi-hired-scroll-down {
    0%   { transform: translateY(-50%); }
    100% { transform: translateY(0); }
}
@keyframes bsi-hired-scroll-up {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
 
/* Pause all columns when hovering the section */
.bsi-hired-marquee:hover .bsi-hired-col-track { animation-play-state: paused; }
 
.bsi-hired-logo {
    background: #ffffff;
    border: 1px solid rgba(26,86,219,.1);
    border-radius: 12px;
    padding: 16px 18px;
    min-height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 16px rgba(26,86,219,.06),
        0 1px 3px rgba(0,0,0,.04);
    transition: all .35s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
/* Gold bottom border that slides in on hover */
.bsi-hired-logo::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.bsi-hired-logo:hover {
    transform: translateY(-4px);
    border-color: rgba(196,151,42,.35);
    box-shadow:
        0 14px 32px rgba(26,86,219,.14),
        0 4px 8px rgba(196,151,42,.15);
}
.bsi-hired-logo:hover::after { transform: scaleX(1); }

.bsi-hired-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(15%);
    opacity: .88;
    transition: filter .35s ease, opacity .35s ease, transform .35s ease;
}
 
.bsi-hired-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.06);
}

/* Empty state */
.bsi-hired-empty {
    background: linear-gradient(160deg, #f7f9ff, #ecf0fb);
    border: 1.5px dashed rgba(26,86,219,.25);
    border-radius: 16px;
    padding: 56px 32px;
    text-align: center;
    width: 100%;
}
.bsi-hired-empty i {
    font-size: 38px;
    color: #C4972A;
    margin-bottom: 14px;
    display: block;
}
.bsi-hired-empty h5 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #0F1B4C !important;
    margin: 0 0 8px;
}
.bsi-hired-empty p {
    font-size: 13px;
    color: #4B5680;
    margin: 0;
    line-height: 1.7;
}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 991px) {
    .bsi-hired-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .bsi-hired-card { padding: 36px 28px 32px; }
    .bsi-hired-card h2 { font-size: 30px !important; }
    .bsi-hired-marquee { height: 400px; }
}
@media (max-width: 767px) {
    .bsi-hired-section { padding: 56px 0; }
    .bsi-hired-card { padding: 30px 22px 26px; border-radius: 16px; }
    .bsi-hired-card h2 { font-size: 24px !important; }
    .bsi-hired-card p { font-size: 13px; margin-bottom: 22px; }
    .bsi-hired-btn { width: 100%; justify-content: center; }
    .bsi-hired-marquee { grid-template-columns: repeat(2, 1fr); gap: 10px; height: 360px; }
    .bsi-hired-logo { padding: 14px 14px; min-height: 100px; }
}
@media (max-width: 400px) {
    .bsi-hired-marquee { grid-template-columns: repeat(2, 1fr); height: 320px; }
    .bsi-hired-logo { min-height: 90px; }
}

/* ================================================================
   DEEP FIRST-ROW ICONS
   Makes the FIRST ROW of colorful icons deeper/darker than the
   second row, in 3 sections:
     1. Hero feature grid   (.bsi-hero-features)   — 3 per row
     2. Quick Access        (.bsi-qa-grid)          — 3 per row
     3. Why Choose Bodhira  (.bsi-why-v2-grid)      — 4 per row
   Append this block to the END of style.css. No HTML changes needed.
   ================================================================ */

/* ── Deep gradient variants (darker stops of each ramp) ───── */
/* These override the standard .bsi-icon-* gradients + glows
   only when applied to a first-row icon.                     */

/* Hero feature grid — first row = items 1,2,3 */
.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-purple,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-purple,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-purple,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-purple,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-purple,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-purple,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-purple,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-purple,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-purple,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-purple {
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%) !important;
    box-shadow: 0 10px 24px rgba(91,33,182,.55), 0 3px 8px rgba(91,33,182,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-pink,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-pink,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-pink,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-pink,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-pink,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-pink,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-pink,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-pink,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-pink,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-pink {
    background: linear-gradient(135deg, #9d174d 0%, #db2777 100%) !important;
    box-shadow: 0 10px 24px rgba(157,23,77,.55), 0 3px 8px rgba(157,23,77,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-orange,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-orange,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-orange,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-orange,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-orange,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-orange,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-orange,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-orange,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-orange,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-orange {
    background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%) !important;
    box-shadow: 0 10px 24px rgba(194,65,12,.55), 0 3px 8px rgba(194,65,12,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-green,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-green,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-green,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-green,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-green,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-green,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-green,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-green,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-green,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-green {
    background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
    box-shadow: 0 10px 24px rgba(4,120,87,.55), 0 3px 8px rgba(4,120,87,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-teal,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-teal,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-teal,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-teal,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-teal,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-teal,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-teal,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-teal,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-teal,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-teal {
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%) !important;
    box-shadow: 0 10px 24px rgba(14,116,144,.55), 0 3px 8px rgba(14,116,144,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-gold,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-gold,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-gold,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-gold,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-gold,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-gold,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-gold,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-gold,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-gold,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-gold {
    background: linear-gradient(135deg, #b45309 0%, #d97706 100%) !important;
    box-shadow: 0 10px 24px rgba(180,83,9,.55), 0 3px 8px rgba(180,83,9,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-red,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-red,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-red,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-red,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-red,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-red,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-red,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-red,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-red,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-red {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    box-shadow: 0 10px 24px rgba(185,28,28,.55), 0 3px 8px rgba(185,28,28,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

.bsi-hero-features .bsi-hero-feat-item:nth-child(1) .bsi-hero-feat-icon.bsi-icon-blue,
.bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-blue,
.bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-blue,
.bsi-qa-grid .bsi-qa-card:nth-child(1) .bsi-qa-icon.bsi-icon-blue,
.bsi-qa-grid .bsi-qa-card:nth-child(2) .bsi-qa-icon.bsi-icon-blue,
.bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-blue,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(1) .bsi-why-v2-icon.bsi-icon-blue,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(2) .bsi-why-v2-icon.bsi-icon-blue,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-blue,
.bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-blue {
    background: linear-gradient(135deg, #1e40af 0%, #2563eb 100%) !important;
    box-shadow: 0 10px 24px rgba(30,64,175,.55), 0 3px 8px rgba(30,64,175,.35),
                inset 0 1px 0 rgba(255,255,255,.25) !important;
}

/* ================================================================
   RESPONSIVE — keep "first row" correct when columns change
   ================================================================ */

/* ── Tablet ≤991px: Why Choose drops to 2 columns ──────────
   First row there = cards 1 & 2 only. Reset cards 3 & 4 back
   to the standard (lighter) gradients.                       */
@media (max-width: 991px) {
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-purple,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-purple {
        background: var(--g-icon-purple) !important;
        box-shadow: 0 8px 20px rgba(139,92,246,.4), 0 2px 6px rgba(139,92,246,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-pink,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-pink {
        background: var(--g-icon-pink) !important;
        box-shadow: 0 8px 20px rgba(236,72,153,.4), 0 2px 6px rgba(236,72,153,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-orange,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-orange {
        background: var(--g-icon-orange) !important;
        box-shadow: 0 8px 20px rgba(249,115,22,.4), 0 2px 6px rgba(249,115,22,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-green,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-green {
        background: var(--g-icon-green) !important;
        box-shadow: 0 8px 20px rgba(16,185,129,.4), 0 2px 6px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-teal,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-teal {
        background: var(--g-icon-teal) !important;
        box-shadow: 0 8px 20px rgba(6,182,212,.4), 0 2px 6px rgba(6,182,212,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-gold,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-gold {
        background: var(--g-icon-gold) !important;
        box-shadow: 0 8px 20px rgba(245,158,11,.4), 0 2px 6px rgba(245,158,11,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-red,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-red {
        background: var(--g-icon-red) !important;
        box-shadow: 0 8px 20px rgba(239,68,68,.4), 0 2px 6px rgba(239,68,68,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-blue,
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(4) .bsi-why-v2-icon.bsi-icon-blue {
        background: var(--g-icon-blue) !important;
        box-shadow: 0 8px 20px rgba(59,130,246,.4), 0 2px 6px rgba(59,130,246,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
    /* On 2-col Why grid, card 3 is now first-row → deepen it.
       Re-applied AFTER the resets above so it wins.            */
    .bsi-why-v2-grid .bsi-why-v2-card:nth-child(3) .bsi-why-v2-icon.bsi-icon-green {
        background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
        box-shadow: 0 10px 24px rgba(4,120,87,.55), 0 3px 8px rgba(4,120,87,.35), inset 0 1px 0 rgba(255,255,255,.25) !important;
    }
}

/* ── Mobile ≤767px: Hero grid & Quick Access drop to 2 cols ──
   First row there = items/cards 1 & 2. Reset item/card 3.     */
@media (max-width: 767px) {
    .bsi-hero-features .bsi-hero-feat-item:nth-child(3) .bsi-hero-feat-icon.bsi-icon-orange,
    .bsi-qa-grid .bsi-qa-card:nth-child(3) .bsi-qa-icon.bsi-icon-orange {
        background: var(--g-icon-orange) !important;
        box-shadow: 0 8px 20px rgba(249,115,22,.4), 0 2px 6px rgba(249,115,22,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
}

/* ── Very small ≤400px: Hero grid drops to 1 col ────────────
   Only item 1 is "first row". Reset items 2 & 3.              */
@media (max-width: 400px) {
    .bsi-hero-features .bsi-hero-feat-item:nth-child(2) .bsi-hero-feat-icon.bsi-icon-green {
        background: var(--g-icon-green) !important;
        box-shadow: 0 8px 20px rgba(16,185,129,.4), 0 2px 6px rgba(16,185,129,.2), inset 0 1px 0 rgba(255,255,255,.2) !important;
    }
}


.bsi-3d-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
    perspective: 1000px;
    z-index: 0;
    overflow: hidden;
}
.bsi-3d-item {
    position: absolute;
    width: 120px;
    height: 120px;
    opacity: .5;
    transform-style: preserve-3d;
    transition: transform .1s linear;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* positions */
.bsi-3d-item.e1 { top: 10%;  left: 4%; }
.bsi-3d-item.e2 { top: 12%;  right: 5%; }
.bsi-3d-item.e3 { bottom: 14%; left: 3%; }
.bsi-3d-item.e4 { bottom: 16%; right: 4%; }
.bsi-3d-item.e5 { top: 46%;  left: 48%; }
 
/* Make the 4 target sections allow the layer behind their content.
   They are already position:relative + overflow:hidden, so we just
   ensure their inner content sits above the floating layer. */
.bsi-about-v3 .container,
.bsi-courses-v2 .container,
.bsi-hired-section .container,
.bsi-franchise-cta-v2-left .bsi-franchise-cta-v2-content {
    position: relative;
    z-index: 2;
}
 
/* On the courses section the floating layer should sit under the
   slider but the slider already has z-index:2 via .container above */
 
/* dim them a touch on small screens so they don't clutter */
@media (max-width: 991px) {
    .bsi-3d-item { width: 90px; height: 90px; opacity: .35; }
    .bsi-3d-item.e5 { display: none; }
}
@media (max-width: 767px) {
    .bsi-3d-item { width: 64px; height: 64px; opacity: .25; }
    .bsi-3d-item.e3, .bsi-3d-item.e4 { display: none; }
}

a.bsi-contact-info-row {
    text-decoration: none;
    color: inherit;
    transition: transform .2s ease, opacity .2s ease;
}
a.bsi-contact-info-row:hover {
    transform: translateX(3px);
    opacity: .85;
}
a.bsi-contact-info-row:hover span {
    text-decoration: underline;
}

/* ================================================================
   SOLID WHITE CARDS — Quick Access + Why Choose Bodhira
   Override the glass/transparent background with solid white.
   ================================================================ */

/* ── QUICK ACCESS CARDS ──────────────────────────── */
.bsi-quickaccess .bsi-qa-card {
    background: #ffffff !important;
    border: 1px solid rgba(26, 86, 219, 0.12) !important;
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.18),
        0 4px 10px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    backdrop-filter: none !important;
}
.bsi-quickaccess .bsi-qa-card:hover {
    background: #ffffff !important;
    border-color: rgba(196, 151, 42, 0.55) !important;
    box-shadow:
        0 24px 50px rgba(0, 0, 0, 0.22),
        0 10px 20px rgba(196, 151, 42, 0.15),
        0 0 0 1px rgba(196, 151, 42, 0.35) !important;
}

/* Text inside Quick Access cards (was white, now needs to be dark) */
.bsi-quickaccess .bsi-qa-card .bsi-qa-label {
    color: #0a1f5c !important;
    text-shadow: none !important;
}
.bsi-quickaccess .bsi-qa-card:hover .bsi-qa-label {
    color: #C4972A !important;
}
.bsi-quickaccess .bsi-qa-card .bsi-qa-chip {
    color: #8a6a1d !important;
    background: rgba(196, 151, 42, 0.15) !important;
    border-color: rgba(196, 151, 42, 0.55) !important;
    box-shadow: 0 2px 6px rgba(196, 151, 42, 0.15) !important;
}
.bsi-quickaccess .bsi-qa-card:hover .bsi-qa-chip {
    color: #0a1f5c !important;
    background: #F0BE55 !important;
    border-color: #F0BE55 !important;
}

/* ── WHY CHOOSE BODHIRA CARDS ────────────────────── */
.bsi-why-v2 .bsi-why-v2-card {
    background: #ffffff !important;
    border: 1px solid rgba(26, 86, 219, 0.12) !important;
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.18),
        0 4px 10px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    backdrop-filter: none !important;
}
.bsi-why-v2 .bsi-why-v2-card:hover {
    background: #ffffff !important;
    border-color: rgba(196, 151, 42, 0.55) !important;
    box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.25),
        0 12px 24px rgba(196, 151, 42, 0.15),
        0 0 0 1px rgba(196, 151, 42, 0.35) !important;
}

/* Text inside Why Choose cards (was white, now needs to be dark) */
.bsi-why-v2 .bsi-why-v2-card h4 {
    color: #0a1f5c !important;
    text-shadow: none !important;
}
.bsi-why-v2 .bsi-why-v2-card p {
    color: #4b5680 !important;
}

/* ================================================================
   SOLID WHITE CARDS — Franchise page
   Bodhira Franchise Model + Benefits of Joining Bodhira
   ================================================================ */

/* ================================================================
   FRANCHISE MODEL CARDS — Polished white look
   ================================================================ */
.bsi-model-section .bsi-model-card {
    background: #ffffff !important;
    border: 1px solid rgba(26, 86, 219, 0.12) !important;
    border-radius: 18px !important;
    padding: 36px 24px 28px !important;
    box-shadow:
        0 14px 36px rgba(15, 27, 76, 0.14),
        0 4px 10px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 1) !important;
    backdrop-filter: none !important;
    transition: all .4s cubic-bezier(.4, 0, .2, 1) !important;
}
.bsi-model-section .bsi-model-card:hover {
    background: #ffffff !important;
    border-color: rgba(196, 151, 42, 0.55) !important;
    transform: translateY(-8px) !important;
    box-shadow:
        0 28px 60px rgba(15, 27, 76, 0.22),
        0 12px 24px rgba(196, 151, 42, 0.18),
        0 0 0 1px rgba(196, 151, 42, 0.35) !important;
}

/* Gold strip across the top (re-enables for white card) */
.bsi-model-section .bsi-model-card::before {
    background: linear-gradient(120deg, #C4972A, #F0BE55, #C4972A) !important;
    transform: scaleX(0.4) !important;
    opacity: .55;
    transition: transform .45s ease, opacity .45s ease !important;
}
.bsi-model-section .bsi-model-card:hover::before {
    transform: scaleX(1) !important;
    opacity: 1;
}

/* The big "01 / 02 / 03 / 04" number — small gold pill in corner */
.bsi-model-section .bsi-model-card .bsi-model-card-num {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    width: auto !important;
    height: auto !important;
    min-width: 36px !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    background: linear-gradient(120deg, #C4972A, #F0BE55) !important;
    border: none !important;
    color: #0a1f5c !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: .8px !important;
    text-align: center !important;
    box-shadow: 0 4px 12px rgba(196, 151, 42, 0.4) !important;
    transition: all .35s ease !important;
}
.bsi-model-card-num {
    display: none;
}
.bsi-model-section .bsi-model-card:hover .bsi-model-card-num {
    transform: scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(196, 151, 42, 0.55) !important;
}

/* The circular icon — light blue tinted with blue icon (matches index design) */
.bsi-model-section .bsi-model-card .bsi-model-icon {
    background: linear-gradient(135deg, #EEF3FF, #DCE5FF) !important;
    border: 1.5px solid rgba(26, 86, 219, 0.15) !important;
    box-shadow:
        0 8px 20px rgba(26, 86, 219, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.7) !important;
    margin: 4px auto 18px !important;
}
.bsi-model-section .bsi-model-card .bsi-model-icon img {
    filter: invert(22%) sepia(80%) saturate(900%) hue-rotate(210deg) !important;
    transition: filter .35s !important;
}
.bsi-model-section .bsi-model-card:hover .bsi-model-icon {
    background: linear-gradient(135deg, #C4972A, #F0BE55) !important;
    border-color: #F0BE55 !important;
    transform: scale(1.08) rotate(-5deg) !important;
    box-shadow:
        0 12px 28px rgba(196, 151, 42, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}
.bsi-model-section .bsi-model-card:hover .bsi-model-icon img {
    filter: brightness(0) invert(8%) sepia(40%) saturate(2500%) hue-rotate(218deg) !important;
}

/* Gold divider line below the icon */
.bsi-model-section .bsi-model-card .bsi-model-card-divider {
    width: 40px !important;
    height: 3px !important;
    background: linear-gradient(120deg, #C4972A, #F0BE55) !important;
    margin: 0 auto 14px !important;
    border-radius: 2px !important;
    transition: width .4s ease !important;
}
.bsi-model-section .bsi-model-card:hover .bsi-model-card-divider {
    width: 72px !important;
}

/* Card heading — dark navy, hover → gold */
.bsi-model-section .bsi-model-card h4 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0a1f5c !important;
    margin-bottom: 12px !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
    transition: color .3s ease !important;
}
.bsi-model-section .bsi-model-card:hover h4 {
    color: #C4972A !important;
}

/* Card description — readable grey */
.bsi-model-section .bsi-model-card .model-description,
.bsi-model-section .bsi-model-card p {
    font-size: 13px !important;
    color: #4b5680 !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-weight: 500 !important;
}