body, .bba-landing {
   font-family: 'Montserrat', sans-serif !important;
}

.elig-v2__sub,
.curriculum__subtitle,
.related-program__subtitle {
   text-align: center !important;
   margin-left: auto !important;
   margin-right: auto !important;
   display: block !important;
   width: 100% !important;
   max-width: 800px !important;
   margin-top: 0 !important;
}

.curriculum {
   padding-top: 40px !important;
   padding-bottom: 20px !important;
}

.curriculum .certifications__heading {
   margin-bottom: 0px !important;
   margin-top: 5px !important;
}

.curriculum__label {
   margin-bottom: 0px !important;
}

/* New GIP Section Styles */
.gip-section {
   background-color: #1c1917;
   padding: 60px 0;
   color: #fff;
   overflow: hidden;
}

.gip-badge {
   display: inline-block;
   padding: 6px 16px;
   background: transparent;
   border: 1px solid #ffc107;
   border-radius: 20px;
   color: #ffc107;
   font-size: 11px;
   font-weight: 700;
   letter-spacing: 1px;
   text-transform: uppercase;
   margin-bottom: 20px;
}

.gip-heading {
   font-size: 42px;
   font-weight: 900;
   line-height: 1.2;
   margin-bottom: 20px;
}

@media (max-width: 768px) {
   .gip-heading {
      font-size: 32px;
   }
}

.gip-desc {
   font-size: 16px;
   line-height: 1.6;
   color: rgba(255, 255, 255, 0.8);
   margin-bottom: 30px;
   max-width: 600px;
}

.gip-locations {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-top: 40px;
   margin-bottom: 35px;
   flex-wrap: wrap;
}

.gip-loc-box:last-child {
   margin-left: 30px;
}

@media (max-width: 768px) {
   .gip-loc-box:last-child {
      margin-left: 0;
   }

   .gip-locations {
      margin-top: 30px;
      gap: 15px;
   }
}

.gip-loc-box {
   border: 1px solid rgba(255, 255, 255, 0.2);
   border-radius: 12px;
   padding: 12px 25px;
   background: rgba(255, 255, 255, 0.03);
}

.gip-loc-box span {
   display: block;
   font-size: 10px;
   text-transform: uppercase;
   opacity: 0.7;
   font-weight: 700;
   margin-bottom: 3px;
}

.gip-loc-box strong {
   font-size: 18px;
   font-weight: 700;
}

.gip-plane-icon {
   opacity: 0.8;
}

.gip-plane-icon img {
   width: 100px !important;
   height: 76px !important;
   object-fit: contain;
}

@media (max-width: 500px) {
   .gip-locations {
      flex-wrap: nowrap !important;
      justify-content: space-between;
      gap: 10px;
   }

   .gip-loc-box {
      padding: 10px;
      flex: 1;
      text-align: center;
   }

   .gip-loc-box strong {
      font-size: 15px;
   }

   .gip-plane-icon {
      display: flex;
      justify-content: center;
      flex-shrink: 0;
   }
}

.gip-packages {
   display: flex;
   gap: 15px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.gip-pack-box {
   flex: 1;
   min-width: 180px;
   border-radius: 15px;
   padding: 20px 25px;
}

.gip-pack-box.pb-yellow {
   background-color: #ffc107;
   color: #000;
}

.gip-pack-box.pb-white {
   background-color: #fff;
   color: #000;
}

.gip-pack-box span {
   display: block;
   font-size: 10px;
   font-weight: 800;
   margin-bottom: 8px;
   letter-spacing: 0.5px;
}

.gip-pack-box strong {
   font-size: 38px;
   font-weight: 900;
   line-height: 1;
}

.gip-features {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 12px;
   margin-top: 20px;
}

@media (max-width: 1200px) {
   .gip-features {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media (max-width: 768px) {
   .gip-section {
      background-color: #1c1917;
   }

   .gip-features {
      grid-template-columns: 1fr;
   }
}

.gip-feature-card {
   background: #fff;
   border-radius: 15px;
   padding: 12px;
   color: #333;
   display: flex;
   align-items: flex-start;
   gap: 5px;
}

.gip-card-content {
   display: flex;
   flex-direction: column;
   gap: 6px;
   text-align: left;
}

.gip-feature-icon {
   background: #fafaf9;
   color: #1c1917;
   width: 48px;
   height: 48px;
   border-radius: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
   padding: 5px 5px 5px 0;
}

.gip-feature-icon svg {
   width: 24px;
   height: 24px;
}

.gip-card-content h4 {
   font-size: 16px;
   font-weight: 800;
   margin-bottom: 0px;
   color: #1c1917;
}

.gip-card-content p {
   font-size: 14px;
   line-height: 1.4;
   margin-bottom: 0;
   color: #555;
}

.gip-poster-wrap {
   position: relative;
   max-width: 420px;
   margin: 0 auto;
}

@media (min-width: 992px) {
   .gip-poster-wrap {
      margin-left: auto;
      margin-right: 0;
   }
}

.gip-poster-wrap img.gip-flyer {
   width: 100%;
   border-radius: 20px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
   transform: rotate(2deg);
   transition: transform 0.3s;
}

.gip-poster-wrap img.gip-flyer:hover {
   transform: rotate(0deg);
}

.gip-tag {
   position: absolute;
   background: #ffc107;
   color: #000;
   font-size: 11px;
   font-weight: 800;
   padding: 8px 15px;
   border-radius: 20px;
   text-transform: uppercase;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
   z-index: 10;
   white-space: nowrap;
}

.gip-tag.tag-1 {
   top: 40px;
   left: -40px;
   transform: rotate(-5deg);
}

.gip-tag.tag-2 {
   bottom: 150px;
   left: -60px;
   transform: rotate(4deg);
}

@media (max-width: 768px) {
   .gip-tag.tag-1 {
      top: 20px;
      left: -10px;
   }

   .gip-tag.tag-2 {
      bottom: 100px;
      left: -10px;
   }
}

/* Hero Banner Overlay */
.banner_pic {
   position: relative;
}

.banner_pic::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.45);
   /* Dark overlay for opacity effect */
   z-index: 1;
}

.banner_txt {
   width: 100%;
   position: absolute;
   bottom: 80px;
   z-index: 2;
}

/* Mobile Responsive Overrides */
@media (max-width: 991.98px) {
   .key-points .orange {
      display: none !important;
   }

   .key-points .red {
      width: 100%;
      min-height: 60px;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 9999;
   }

   .spotlight {
      background: #fff;
   }

   .banner_pic {
      height: 300px !important;
      max-height: 300px !important;
   }

   .banner_pic img {
      height: 100%;
      object-fit: cover;
      object-position: left;
   }

   .banner_txt {
      position: relative !important;
      bottom: 0 !important;
      background: #fff;
      padding: 0 !important;
   }

   .banner_txt .desktop-only-block {
      display: block !important;
      position: absolute;
      top: -160px;
      width: 100%;
      padding: 0 20px !important;
   }

   .banner_txt h1 {
      color: #fff !important;
      font-size: 26px !important;
      text-align: left;
      padding-left: 10px;
      margin-bottom: 0px !important;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9);
   }

   .hero-subtitle {
      padding-left: 10px;
      margin-bottom: 10px !important;
      font-size: 14px !important;
      text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
   }

   .form_wrapper {
      padding-top: 40px;
      padding-bottom: 40px;
   }
}

/* Premium Mobile Stats Grid Styles */
.mobile-stats-section {
   background: #f8f9fa;
   padding: 50px 15px;
   display: none;
}

@media (max-width: 991px) {
   .mobile-stats-section {
      display: block;
      background: linear-gradient(135deg, #ea580c 0%, #1c1917 60%, #0c0a09 100%);
      padding: 40px 20px 45px;
      margin-left: -12px;
      margin-right: -12px;
   }

   .mobile-stats-section .container {
      padding: 0;
   }
}

.stats-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   margin-bottom: 35px;
}

@media (max-width: 991px) {
   .stats-grid {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
   }
}

.stats-grid:last-of-type {
   margin-bottom: 0;
}

.stats-card {
   background: #ffffff;
   text-align: center;
   padding: 24px 12px;
   border-radius: 16px;
   box-shadow: 0 8px 30px rgba(234, 88, 12, 0.05);
   border: 1px solid rgba(234, 88, 12, 0.04);
}

@media (max-width: 991px) {
   .mobile-stats-section .stats-card {
      background: #ffffff;
      border: none;
      border-radius: 14px;
      padding: 22px 14px 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
   }

   .mobile-stats-section .stats-card:active {
      transform: scale(0.97);
   }

   .mobile-stats-section .stats-icon-wrap {
      background: rgba(234, 88, 12, 0.1);
      border: none;
      width: 50px;
      height: 50px;
      margin: 0 auto 14px;
   }

   .mobile-stats-section .stats-icon-wrap svg {
      stroke: #ea580c;
   }

   .mobile-stats-section .stats-card .stats-label {
      color: #1a1a1a;
      font-size: 15px;
      font-weight: 700;
   }

   .mobile-stats-section .stats-card .stats-detail {
      color: #666;
      font-size: 12px;
   }
}

.stats-icon-wrap {
   width: 52px;
   height: 52px;
   background: rgba(244, 176, 5, 0.12);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 16px;
}

.stats-icon-wrap svg {
   stroke: #ea580c;
   width: 26px;
   height: 26px;
}

.stats-card h4 {
   color: #ea580c;
   font-size: 28px;
   font-weight: 800;
   margin-bottom: 4px;
   letter-spacing: -0.5px;
}

.stats-card .stats-label {
   color: #1a1a1a;
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 4px;
   display: block;
   line-height: 1.25;
}

.stats-card .stats-detail {
   color: #777;
   font-size: 13px;
   line-height: 1.4;
   display: block;
   font-weight: 500;
}

/* Placement Highlights Section */
.stats-section {
   background: #ffffff;
}

.stats-section .stats-card {
   background: #fff7ed;
}

.stats-section__heading {
   color: #292524;
}

@media (max-width: 991px) {
   .stats-section {
      background: linear-gradient(135deg, #ea580c 0%, #1c1917 60%, #0c0a09 100%) !important;
      padding: 40px 20px 45px !important;
   }

   .stats-section__heading {
      color: #ffffff !important;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
   }

   .stats-section__heading::after {
      content: '';
      display: block;
      width: 60px;
      height: 3px;
      background: #ffc107;
      margin: 10px auto 0;
      border-radius: 2px;
   }

   .stats-section .stats-card {
      background: #fff7ed;
      border: none;
      border-radius: 14px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
      text-align: center;
   }
}

.stats-divider {
   text-align: center;
   margin: 0 0 30px 0;
   position: relative;
}

.stats-divider span {
   background: #f8f9fa;
   padding: 0 15px;
   color: #ea580c;
   font-size: 13px;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   position: relative;
   z-index: 2;
}

@media (max-width: 991px) {
   .stats-divider {
      margin-bottom: 25px;
   }

   .stats-divider span {
      background: transparent;
      color: #ffffff;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 2px;
      padding: 0;
      display: inline-block;
      padding-bottom: 10px;
      border-bottom: 3px solid #ffc107;
   }

   .stats-divider::after {
      display: none;
   }
}

.stats-divider::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   height: 1px;
   background: rgba(234, 88, 12, 0.15);
   z-index: 1;
}

/* Eligibility Icon Centering */
.elig-v2__num {
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
}

.elig-v2__num svg {
   stroke: #ffffff;
}

/* GIP Image Composition */
.gip-image-wrapper {
   position: relative;
   max-width: 850px;
   height: 440px;
   margin: 0 auto 30px auto;
}

.gip-img-block {
   position: absolute;
   overflow: hidden;
   border-radius: 4px;
}

.gip-img-block.back {
   top: 0;
   right: 0;
   width: 75%;
   height: 300px;
   border: 8px solid #ffc107;
   z-index: 1;
}

.gip-img-block.front {
   bottom: 50px;
   left: 0;
   width: 60%;
   height: 300px;
   border: 8px solid #9c27b0;
   z-index: 2;
}

.gip-img-block img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: top center;
}

.gip-img-badge {
   position: absolute;
   bottom: 15px;
   background: rgba(12, 10, 9, 0.9);
   color: #fff;
   padding: 8px 16px;
   border-radius: 6px;
   z-index: 3;
   font-size: 14px;
   font-weight: 600;
   white-space: nowrap;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.gip-img-block.front .gip-img-badge {
   left: 50%;
   transform: translateX(-50%);
}

.gip-img-block.back .gip-img-badge {
   left: auto;
   right: 20px;
   transform: none;
}

@media (max-width: 768px) {
   .gip-image-wrapper {
      height: 380px;
      width: 85%;
   }

   .gip-img-block.back {
      width: 65%;
      height: 240px;
      right: -10%;
   }

   .gip-img-block.front {
      width: 65%;
      height: 240px;
      left: -10%;
      bottom: 40px;
   }

   .gip-img-badge {
      font-size: 18px;
      padding: 8px 16px;
   }
}

@media (max-width: 576px) {
   .gip-image-wrapper {
      height: 280px;
      width: 80%;
      max-width: 400px;
      margin: 0 auto 30px auto;
   }

   .gip-img-block.back {
      width: 65%;
      height: 180px;
      right: -10%;
   }

   .gip-img-block.front {
      width: 65%;
      height: 180px;
      left: -10%;
      bottom: 30px;
   }

   .gip-img-badge {
      font-size: 15px;
      padding: 6px 12px;
      bottom: 8px;
   }

   .gip-img-block.back .gip-img-badge {
      right: 8px;
   }
}

.gip-desktop-only {
   display: block;
}

.gip-mobile-only {
   display: none;
}

@media (max-width: 991px) {
   .gip-desktop-only {
      display: none !important;
   }

   .gip-mobile-only {
      display: block !important;
   }
}

/* ===== CERTIFICATIONS V2 â€” Marquee Scroll ===== */
.certifications-v2 {
   background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 35%, #fdba74 65%, #ffedd5 100%) !important;
   padding: 60px 0 40px !important;
   overflow: hidden;
   width: 100%;
}

.cert-v2__heading {
   text-align: center;
   font-size: 38px;
   font-weight: 900;
   color: #292524;
   text-transform: uppercase;
   margin-bottom: 40px;
   letter-spacing: 1px;
   padding: 0 20px;
}

.cert-v2__heading span {
   color: #292524;
}

/* Marquee container â€” full width, no overflow */
.cert-v2__marquee {
   width: 100%;
   overflow: hidden;
   position: relative;
}

/* Fade edges for a polished look */
.cert-v2__marquee::before,
.cert-v2__marquee::after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   width: 80px;
   z-index: 2;
   pointer-events: none;
}

.cert-v2__marquee::before {
   left: 0;
   background: linear-gradient(to right, #ffedd5, transparent);
}

.cert-v2__marquee::after {
   right: 0;
   background: linear-gradient(to left, #ffedd5, transparent);
}

/* Scrolling track */
.cert-v2__track {
   display: flex;
   width: max-content;
   animation: certMarquee 30s linear infinite;
}

.cert-v2__track:hover {
   animation-play-state: paused;
}

@keyframes certMarquee {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(-50%);
   }
}

/* Cards */
.cert-v2__card {
   background: rgba(255, 255, 255, 0.7);
   backdrop-filter: blur(8px);
   border: 1px solid rgba(255, 255, 255, 0.85);
   border-radius: 14px;
   padding: 16px 14px 12px;
   margin-right: 18px;
   text-align: center;
   width: 150px;
   min-width: 150px;
   min-height: 160px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
   flex-shrink: 0;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cert-v2__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cert-v2__title {
   font-size: 12px;
   font-weight: 700;
   color: #1a2744;
   line-height: 1.35;
   margin-bottom: 10px;
   min-height: 32px;
   display: flex;
   align-items: center;
   text-align: center;
}

.cert-v2__icon {
   width: 80px;
   height: 80px;
   object-fit: contain;
   border-radius: 6px;
}

.cert-v2__more {
   text-align: center;
   font-size: 20px;
   color: #4a5568;
   font-style: italic;
   margin-top: 5px;
   margin-bottom: 0;
   font-weight: 500;
   padding: 0 20px;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .cert-v2__heading {
      font-size: 28px;
      margin-bottom: 30px;
   }

   .cert-v2__card {
      margin-right: 14px;
   }

   .cert-v2__card {
      width: 130px;
      min-width: 130px;
      min-height: 140px;
      padding: 14px 10px 10px;
   }

   .cert-v2__icon {
      width: 65px;
      height: 65px;
   }

   .cert-v2__title {
      font-size: 11px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .certifications-v2 {
      padding: 35px 0 25px !important;
   }

   .cert-v2__heading {
      font-size: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.5px;
   }

   .cert-v2__track {
      animation-duration: 20s;
   }

   .cert-v2__card {
      margin-right: 10px;
   }

   .cert-v2__card {
      width: 100px;
      min-width: 100px;
      min-height: 110px;
      padding: 10px 8px 8px;
      border-radius: 10px;
   }

   .cert-v2__icon {
      width: 50px;
      height: 50px;
   }

   .cert-v2__title {
      font-size: 9px;
      min-height: 24px;
      margin-bottom: 6px;
   }

   .cert-v2__more {
      font-size: 15px;
      margin-top: 15px;
   }

   .cert-v2__marquee::before,
   .cert-v2__marquee::after {
      width: 30px;
   }
}

/* ===== PARTNER MARQUEE â€” Scrolling Logos ===== */
.partners-marquee-section {
   background: #fff;
}

.partner-marquee {
   width: 100%;
   overflow: hidden;
   position: relative;
}

.partner-marquee::before,
.partner-marquee::after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   width: 80px;
   z-index: 2;
   pointer-events: none;
}

.partner-marquee::before {
   left: 0;
   background: linear-gradient(to right, #fff, transparent);
}

.partner-marquee::after {
   right: 0;
   background: linear-gradient(to left, #fff, transparent);
}

.partner-marquee__track {
   display: flex;
   width: max-content;
   animation: partnerMarquee 40s linear infinite;
   align-items: center;
}

.partner-marquee__track:hover {
   animation-play-state: paused;
}

@keyframes partnerMarquee {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(-50%);
   }
}

.partner-marquee__card {
   flex-shrink: 0;
   width: 130px;
   height: 80px;
   background: #fff;
   border: 1px solid #eee;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px;
   margin-right: 24px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-marquee__card:hover {
   transform: translateY(-4px);
   box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.partner-marquee__card img {
   max-width: 100%;
   max-height: 100%;
   object-fit: contain;
   filter: grayscale(30%);
   transition: filter 0.3s ease;
}

.partner-marquee__card:hover img {
   filter: grayscale(0%);
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .partner-marquee__card {
      margin-right: 18px;
      width: 110px;
      height: 65px;
      padding: 10px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .partner-marquee__track {
      animation-duration: 25s;
   }

   .partner-marquee__card {
      margin-right: 12px;
      width: 85px;
      height: 50px;
      padding: 8px;
      border-radius: 8px;
   }

   .partner-marquee::before,
   .partner-marquee::after {
      width: 30px;
   }
}

/* Override legacy main.min.css partner styles */
.partner-marquee .partner-marquee__card {
   display: flex !important;
   flex-shrink: 0 !important;
   width: 130px !important;
   height: 80px !important;
   visibility: visible !important;
   opacity: 1 !important;
}

.partner-marquee .partner-marquee__card img {
   max-width: 100% !important;
   max-height: 100% !important;
   object-fit: contain !important;
   display: block !important;
}

.partner-marquee__track {
   display: flex !important;
   width: max-content !important;
   min-height: 80px;
}

@media (max-width: 991px) {
   .partner-marquee .partner-marquee__card {
      width: 110px !important;
      height: 65px !important;
   }

   .partner-marquee__track {
      min-height: 65px;
   }
}

@media (max-width: 576px) {
   .partner-marquee .partner-marquee__card {
      width: 85px !important;
      height: 50px !important;
   }

   .partner-marquee__track {
      min-height: 50px;
   }
}

/* ===== FEE & SCHOLARSHIPS â€” 4 Card Grid ===== */
.adb-4cards {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
   margin-top: 40px;
}

.adb-4cards__card {
   background: #ffffff;
   border: 1px solid rgba(0, 0, 0, 0.06);
   border-radius: 16px;
   padding: 30px 20px;
   text-align: center;
   transition: all 0.3s ease;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.adb-4cards__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
   border-color: rgba(244, 176, 5, 0.4);
}

.adb-4cards__icon {
   width: 56px;
   height: 56px;
   border-radius: 50%;
   background: rgba(28, 25, 23, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 18px;
}

.adb-4cards__heading {
   font-size: 15px;
   font-weight: 800;
   color: #1c1917 !important;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   margin-bottom: 6px;
}

.adb-4cards__sub2 {
   font-size: 13px;
   color: #6b7280;
   margin-bottom: 12px;
   font-weight: 500;
}

.adb-4cards__fee {
   font-size: 24px !important;
   font-weight: 700 !important;
   color: #d4940a !important;
   margin-bottom: 8px;
   letter-spacing: -0.5px;
   font-family: 'Inter', 'Segoe UI', sans-serif;
}

.adb-4cards__fee-alt {
   font-size: 22px;
   font-weight: 800;
   color: #292524 !important;
   margin-bottom: 8px;
}

.adb-4cards__sub {
   font-size: 12px;
   color: rgba(255, 255, 255, 0.5);
   line-height: 1.5;
   margin-bottom: 0;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .adb-4cards {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
   }

   .adb-4cards__fee {
      font-size: 24px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .adb-4cards {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 25px;
   }

   .adb-4cards__card {
      padding: 20px 14px;
      border-radius: 12px;
   }

   .adb-4cards__icon {
      width: 44px;
      height: 44px;
      margin-bottom: 12px;
   }

   .adb-4cards__icon svg {
      width: 22px;
      height: 22px;
   }

   .adb-4cards__heading {
      font-size: 12px;
   }

   .adb-4cards__fee {
      font-size: 20px;
   }

   .adb-4cards__fee-alt {
      font-size: 17px;
   }

   .adb-4cards__sub {
      font-size: 10px;
   }

   .adb-4cards__sub2 {
      font-size: 11px;
      margin-bottom: 8px;
   }
}

/* ===== VOICES â€” Testimonial Marquee ===== */
.voices {
   padding: 60px 0 20px;
   background: #fff;
   overflow: hidden;
}

.voices__label {
   display: inline-block;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 2.5px;
   text-transform: uppercase;
   color: #f4b005;
   margin-bottom: 10px;
}

.voices__heading {
   font-size: 36px;
   font-weight: 900;
   color: #292524;
   margin-bottom: 40px;
}

/* Marquee container */
.voices-marquee {
   width: 100%;
   overflow: hidden;
   position: relative;
}

/* Fade edges */
.voices-marquee::before,
.voices-marquee::after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   width: 80px;
   z-index: 2;
   pointer-events: none;
}

.voices-marquee::before {
   left: 0;
   background: linear-gradient(to right, #fff, transparent);
}

.voices-marquee::after {
   right: 0;
   background: linear-gradient(to left, #fff, transparent);
}

/* Scrolling track */
.voices-marquee__track {
   display: flex;
   width: max-content;
   animation: voicesMarquee 35s linear infinite;
   padding: 10px 0 20px;
}

.voices-marquee__track:hover {
   animation-play-state: paused;
}

@keyframes voicesMarquee {
   0% {
      transform: translateX(0);
   }

   100% {
      transform: translateX(-50%);
   }
}

/* Card styling */
.voices-marquee .voices__card {
   height: auto;
   flex-shrink: 0;
   width: 380px;
   background: #ffffff;
   border-radius: 16px;
   padding: 28px 24px 22px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
   border: 1px solid rgba(0, 0, 0, 0.04);
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   margin-right: 24px;
}

.voices-marquee .voices__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 35px rgba(234, 88, 12, 0.12);
}

.voices-marquee .voices__content {
   position: relative;
   margin-bottom: 20px;
}

.voices-marquee .voices__quote-icon {
   font-size: 48px;
   line-height: 1;
   color: rgba(234, 88, 12, 0.1);
   font-family: Georgia, serif;
   position: absolute;
   top: -10px;
   left: -4px;
}

.voices-marquee .voices__text {
   font-size: 14px;
   line-height: 1.7;
   color: #444;
   margin: 0;
   padding-top: 20px;
   font-style: italic;
}

/* Author row with avatar */
.voices-marquee .voices__author {
   display: flex;
   align-items: center;
   gap: 14px;
   border-top: 1px solid rgba(0, 0, 0, 0.06);
   padding-top: 16px;
}

.voices-marquee .voices__avatar {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid #f4b005;
   flex-shrink: 0;
}

.voices-marquee .voices__author-info {
   display: flex;
   flex-direction: column;
}

.voices-marquee .voices__name {
   font-size: 14px;
   font-weight: 700;
   color: #292524;
   line-height: 1.3;
}

.voices-marquee .voices__title {
   font-size: 12px;
   color: #6b7280;
   line-height: 1.4;
   margin-top: 2px;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .voices__heading {
      font-size: 28px;
      margin-bottom: 30px;
   }

   .voices-marquee .voices__card {
      width: 320px;
      padding: 22px 20px 18px;
      margin-right: 18px;
   }

   .voices-marquee .voices__text {
      font-size: 13px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .voices {
      padding: 40px 0 15px;
   }

   .voices__heading {
      font-size: 22px;
      margin-bottom: 24px;
   }

   .voices-marquee .voices__card {
      width: 280px;
      padding: 20px 16px 16px;
      border-radius: 12px;
   }

   .voices-marquee .voices__text {
      font-size: 12px;
      line-height: 1.6;
   }

   .voices-marquee .voices__avatar {
      width: 42px;
      height: 42px;
   }

   .voices-marquee .voices__name {
      font-size: 13px;
   }

   .voices-marquee .voices__title {
      font-size: 11px;
   }

   .voices-marquee__track {
      animation-duration: 25s;
   }

   .voices-marquee .voices__card {
      margin-right: 14px;
   }

   .voices-marquee::before,
   .voices-marquee::after {
      width: 30px;
   }
}

/* ===== ELIGIBILITY V3 â€” 3-Column Card Grid ===== */
.elig-v3 {
   padding: 60px 0;
   background: #ffffff;
}

.elig-v3__heading {
   font-size: 36px;
   font-weight: 900;
   color: #292524;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 8px;
}

.elig-v3__sub {
   font-size: 15px;
   color: #6b7280;
   margin-bottom: 0;
}

.elig-v3__grid {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 24px;
   margin-top: 40px;
}

.elig-v3__card {
   background: #fff7ed;
   border: 1px solid rgba(0, 0, 0, 0.06);
   border-radius: 16px;
   padding: 32px 24px;
   text-align: center;
   transition: all 0.3s ease;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.elig-v3__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 12px 35px rgba(234, 88, 12, 0.1);
   border-color: rgba(234, 88, 12, 0.15);
}

.elig-v3__icon {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: rgba(234, 88, 12, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
}

.elig-v3__title {
   font-size: 17px;
   font-weight: 800;
   color: #292524;
   margin-bottom: 10px;
}

.elig-v3__desc {
   font-size: 14px;
   color: #555;
   line-height: 1.6;
   margin-bottom: 0;
}

.elig-v3__desc strong {
   color: #ea580c;
   font-weight: 700;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .elig-v3__heading {
      font-size: 28px;
   }

   .elig-v3__grid {
      gap: 18px;
      margin-top: 30px;
   }

   .elig-v3__card {
      padding: 24px 18px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .elig-v3 {
      padding: 40px 0;
   }

   .elig-v3__heading {
      font-size: 22px;
   }

   .elig-v3__grid {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-top: 24px;
   }

   .elig-v3__card {
      padding: 24px 20px;
      border-radius: 12px;
   }

   .elig-v3__icon {
      width: 50px;
      height: 50px;
      margin-bottom: 16px;
   }

   .elig-v3__title {
      font-size: 15px;
   }

   .elig-v3__desc {
      font-size: 13px;
   }
}

/* ===== ADMISSION & FEE SPLIT SECTION ===== */
.admission-dark-block {
   padding: 80px 0;
   color: #fff;
}

.adm-split {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: flex-start;
}

.adm-split__title {
   font-size: 32px;
   font-weight: 800;
   margin-bottom: 10px;
   color: #fff;
}

.adm-split__subtitle {
   font-size: 16px;
   opacity: 0.8;
   margin-bottom: 40px;
}

/* ROADMAP (LEFT) */
.adm-roadmap {
   position: relative;
   padding-left: 20px;
}

.adm-roadmap::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 20px;
   width: 2px;
   background: rgba(212, 148, 10, 0.3);
}

.adm-roadmap__step {
   position: relative;
   padding-left: 40px;
   margin-bottom: 30px;
}

.adm-roadmap__step--last {
   margin-bottom: 0;
}

.adm-roadmap__num {
   position: absolute;
   left: -15px;
   top: 0;
   width: 32px;
   height: 32px;
   background-color: #292524;
   color: #f4b005;
   border: 2px solid #d4940a;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: 700;
   font-size: 14px;
   z-index: 2;
}

.adm-roadmap__num--final {
   background-color: #d4940a;
   color: #fff;
}

.adm-roadmap__info h4 {
   font-size: 18px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 5px;
}

.adm-roadmap__info p {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.7);
   margin: 0;
}

/* FEE GRID (RIGHT) */
.adm-fee-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
}

.adm-fee-grid__card {
   background: #fff;
   border-radius: 16px;
   padding: 24px;
   text-align: center;
   color: #1c1917;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
   transition: transform 0.3s ease;
}

.adm-fee-grid__card:hover {
   transform: translateY(-5px);
}

.adm-fee-grid__icon {
   width: 50px;
   height: 50px;
   background: rgba(212, 148, 10, 0.1);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 15px;
}

.adm-fee-grid__heading {
   font-size: 16px;
   font-weight: 800;
   color: #1c1917;
   margin-bottom: 8px;
   line-height: 1.3;
}

.adm-fee-grid__sub {
   font-size: 13px;
   color: #666;
   margin-bottom: 15px;
}

.adm-fee-grid__fee {
   font-size: 32px;
   font-weight: bold !important;
   color: #ea580c;
   margin: 20px 0 0;
   display: block;
   padding: 15px;
   background: #fff7ed;
   border-radius: 8px;
   letter-spacing: 0.5px;
   border: 1px solid rgba(234, 88, 12, 0.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
   .adm-split {
      grid-template-columns: 1fr;
      gap: 50px;
   }
}

@media (max-width: 576px) {
   .adm-fee-grid {
      grid-template-columns: 1fr 1fr;
      gap: 12px;
   }

   .adm-fee-grid__card {
      padding: 16px 10px;
   }

   .adm-fee-grid__fee {
      font-size: 24px;
      padding: 10px;
      margin-top: 15px;
   }

   .adm-fee-grid__heading {
      font-size: 14px;
   }

   .adm-fee-grid__icon {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
   }

   .admission-dark-block {
      padding: 50px 0;
   }
}

/* ===== WHY CHOOSE LEXICON MILE â€” Grid Cards ===== */
.lexicon-adv {
   padding: 60px 0;
   background: #f7f9fc;
}

.lexicon-adv__label {
   display: inline-block;
   font-size: 12px;
   font-weight: 700;
   letter-spacing: 2.5px;
   text-transform: uppercase;
   color: #292524;
   margin-bottom: 10px;
}

.lexicon-adv__heading {
   font-size: 36px;
   font-weight: 900;
   color: #292524;
   margin-bottom: 8px;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.lexicon-adv__grid {
   display: grid;
   grid-template-columns: repeat(5, 1fr);
   gap: 20px;
}

.lexicon-adv__card {
   background: #fff7ed;
   border-radius: 14px;
   padding: 28px 18px 22px;
   text-align: center;
   box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
   border: 1px solid rgba(234, 88, 12, 0.06);
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lexicon-adv__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 30px rgba(234, 88, 12, 0.13);
   border-color: rgba(234, 88, 12, 0.15);
}

.lexicon-adv__icon {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: rgba(41, 37, 36, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 14px;
}

.lexicon-adv__icon svg {
   width: 24px;
   height: 24px;
}

.lexicon-adv__title {
   font-size: 14px;
   font-weight: 800;
   color: #1c1917;
   margin-bottom: 6px;
   line-height: 1.3;
}

.lexicon-adv__desc {
   font-size: 12.5px;
   color: #555;
   line-height: 1.5;
   margin: 0;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .lexicon-adv__heading {
      font-size: 28px;
   }

   .lexicon-adv__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
   }

   .lexicon-adv__card {
      padding: 22px 14px 18px;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .lexicon-adv {
      padding: 40px 0;
      background: linear-gradient(135deg, #ea580c 0%, #1c1917 60%, #0c0a09 100%);
   }

   .lexicon-adv__label {
      color: #ffc107;
   }

   .lexicon-adv__heading {
      font-size: 22px;
      color: #ffffff;
   }

   .lexicon-adv__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
   }

   .lexicon-adv__card {
      padding: 20px 12px 16px;
      border-radius: 12px;
      background: #ffffff;
      border: none;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
   }

   .lexicon-adv__title {
      font-size: 13px;
      color: #1c1917;
   }

   .lexicon-adv__desc {
      font-size: 11.5px;
      color: #555;
   }

   .lexicon-adv__icon {
      width: 44px;
      height: 44px;
      margin-bottom: 10px;
      background: rgba(234, 88, 12, 0.1);
   }

   .lexicon-adv__icon svg {
      width: 20px;
      height: 20px;
      stroke: #ea580c;
   }
}

/* ===== ADMISSION INFORMATION ï¿½ Program Comparison ===== */
.adm-info {
   padding: 80px 0 60px;
   background: #faf8f4;
}

.adm-info__header {
   margin-bottom: 50px;
}

.adm-info__title {
   font-size: 42px;
   font-weight: 900;
   color: #292524;
   margin-bottom: 16px;
}

.adm-info__title span {
   color: #ea580c;
}

.adm-info__subtitle {
   font-size: 15px;
   color: #6b7280;
   max-width: 620px;
   margin: 0 auto;
   text-align: center;
   line-height: 1.7;
}

/* Two-column card layout */
.adm-info__cards {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 30px;
   margin-bottom: 50px;
}

.adm-info__card {
   background: #fff;
   border-radius: 20px;
   border: 1px solid rgba(0, 0, 0, 0.06);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
   overflow: hidden;
   display: flex;
   flex-direction: column;
}

/* Card top section */
.adm-info__card-top {
   padding: 32px 30px 24px;
   border-bottom: 1px solid #f0f0f0;
}

.adm-info__icon-wrap {
   width: 48px;
   height: 48px;
   background: #f0f4fb;
   border-radius: 14px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 18px;
}

.adm-info__badge-row {
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 14px;
}

.adm-info__badge--outline {
   font-size: 10px;
   font-weight: 700;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   color: #ea580c;
   border: 1.5px solid #ea580c;
   border-radius: 20px;
   padding: 5px 14px;
}

.adm-info__program-type {
   font-size: 11px;
   font-weight: 700;
   color: #fff;
   background: #292524;
   padding: 4px 12px;
   border-radius: 6px;
   display: inline-block;
   font-style: normal;
}

.adm-info__program-name h3 {
   font-size: 36px;
   font-weight: 900;
   color: #292524;
   margin: 0 0 6px;
   display: flex;
   align-items: center;
   gap: 12px;
   flex-wrap: wrap;
}

.adm-info__program-name p {
   font-size: 14px;
   color: #6b7280;
   margin: 0;
}

/* Tags */
.adm-info__tag {
   font-size: 11px;
   font-weight: 700;
   padding: 4px 12px;
   border-radius: 6px;
   display: inline-block;
   vertical-align: middle;
}

.adm-info__tag--orange {
   background: #ffedd5;
   color: #ea580c;
}

.adm-info__tag--dark {
   background: #292524;
   color: #fff;
}

/* Feature icons row */
.adm-info__features {
   display: flex;
   gap: 0;
   margin-top: 22px;
   border-top: 1px solid #f0f0f0;
   padding-top: 18px;
}

.adm-info__feature {
   flex: 1;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   gap: 8px;
   padding: 0 8px;
   border-right: 1px solid #f0f0f0;
}

.adm-info__feature:last-child {
   border-right: none;
}

.adm-info__feature span {
   font-size: 12px;
   color: #4a5568;
   line-height: 1.3;
}

/* Card sections (specialisations, eligibility) */
.adm-info__card-section {
   padding: 20px 30px;
   border-bottom: 1px solid #f0f0f0;
}

.adm-info__card-section:last-of-type {
   border-bottom: none;
}

.adm-info__section-label {
   font-size: 11px;
   font-weight: 800;
   letter-spacing: 2px;
   text-transform: uppercase;
   color: #ea580c;
   margin: 0 0 12px;
}

.adm-info__list {
   list-style: none;
   padding: 0;
   margin: 0;
}

.adm-info__list li {
   position: relative;
   padding-left: 16px;
   font-size: 14px;
   color: #333;
   line-height: 1.8;
}

.adm-info__list li::before {
   content: '\2713';
   position: absolute;
   left: 0;
   color: #ea580c;
   font-weight: 700;
}

.adm-info__note {
   font-size: 12px;
   color: #999;
   font-style: italic;
   margin: 8px 0 0;
}

.adm-info__elig-text {
   font-size: 14px;
   color: #333;
   line-height: 1.6;
   margin: 0;
}

/* CTA Button */
.adm-info__cta {
   display: block;
   text-align: center;
   padding: 16px 30px;
   margin: auto 30px 28px;
   background: #292524;
   color: #fff;
   font-size: 14px;
   font-weight: 800;
   letter-spacing: 1.5px;
   text-transform: uppercase;
   border-radius: 50px;
   text-decoration: none;
   transition: background 0.3s ease, transform 0.2s ease;
}

.adm-info__cta:hover {
   background: #ea580c;
   transform: translateY(-2px);
   color: #fff;
   text-decoration: none;
}

/* Bottom Stats Bar */
.adm-info__stats {
   display: flex;
   justify-content: center;
   gap: 60px;
   padding: 35px 40px;
   background: #fff;
   border-radius: 16px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
   border: 1px solid rgba(0, 0, 0, 0.05);
}

.adm-info__stat {
   text-align: center;
}

.adm-info__stat-value {
   display: block;
   font-size: 20px;
   font-weight: 900;
   color: #292524;
   margin-bottom: 4px;
}

.adm-info__stat-label {
   font-size: 12px;
   color: #6b7280;
   text-transform: capitalize;
}

/* Responsive: tablet */
@media (max-width: 991px) {
   .adm-info__title {
      font-size: 32px;
   }

   .adm-info__program-name h3 {
      font-size: 28px;
   }

   .adm-info__stats {
      gap: 30px;
      flex-wrap: wrap;
   }
}

/* Responsive: mobile */
@media (max-width: 576px) {
   .adm-info {
      padding: 50px 0 40px;
   }

   .adm-info__title {
      font-size: 26px;
   }

   .adm-info__cards {
      grid-template-columns: 1fr;
   }

   .adm-info__card-top {
      padding: 24px 20px 18px;
   }

   .adm-info__program-name h3 {
      font-size: 24px;
   }

   .adm-info__card-section {
      padding: 16px 20px;
   }

   .adm-info__cta {
      margin: 16px 20px 22px;
   }

   .adm-info__features {
      flex-wrap: nowrap;
      gap: 0;
   }

   .adm-info__feature {
      flex: 1;
      border-right: 1px solid #f0f0f0;
      padding: 0 6px;
   }

   .adm-info__feature:last-child {
      border-right: none;
   }

   .adm-info__feature span {
      font-size: 10px;
   }

   .adm-info__feature svg {
      width: 16px;
      height: 16px;
   }

   .adm-info__stats {
      flex-direction: column;
      gap: 20px;
      padding: 25px 20px;
   }

   .adm-info__stat-value {
      font-size: 18px;
   }
}

.curriculum-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}

@media (max-width: 991px) {
   .curriculum-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
   }
}

@media (max-width: 576px) {
   .curriculum-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
   }
}



/* Hero Form Adjustments */
.form_wrapper .form_box {
   margin-top: 20px !important;
   width: 360px !important;
   max-width: 100% !important;
   background: #ffffff !important;
   border-radius: 14px !important;
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
   padding: 0 0 20px 0 !important;
   overflow: hidden !important;
}

.form_wrapper .form_box h3 {
   margin: 0 !important;
   padding: 14px 20px !important;
}

@media (max-width: 991px) {
   .form_wrapper .form_box {
      margin-top: 0 !important;
      width: 100% !important;
      max-width: 100% !important;
   }

   .form_wrapper {
      padding-left: 10px !important;
      padding-right: 10px !important;
   }

   .form_wrapper>.d-flex {
      width: 100%;
   }

   .form_wrapper>.d-flex>.m-auto {
      width: 100%;
      margin: 0 !important;
   }
}

/* ===== NEW HEADER STYLES ===== */
.main-header {
   padding: 12px 0;
   background: #fff;
   border-bottom: 1px solid #eaeaea;
}

.logo-link img {
   height: 70px;
   width: auto;
}

/* Desktop Contact Info */
.contact-info-desktop {
   display: none;
   align-items: center;
   gap: 32px;
}

@media (min-width: 992px) {
   .contact-info-desktop {
      display: flex !important;
   }
}

.contact-card {
   display: flex;
   align-items: center;
   gap: 12px;
}

.contact-icon {
   width: 46px;
   height: 46px;
   border-radius: 50%;
   background-color: #f2efe9;
   display: flex;
   align-items: center;
   justify-content: center;
}

.contact-text {
   display: flex;
   flex-direction: column;
}

.contact-label {
   font-size: 14px;
   font-weight: 700;
   color: #111;
   margin-bottom: 4px;
   line-height: 1;
}

.contact-value {
   font-size: 15px;
   font-weight: 500;
   color: #3b5074;
   text-decoration: none;
   line-height: 1;
}

.contact-value:hover {
   color: #ea580c;
}

/* Mobile Call Button */
.mobile-call-btn {
   display: flex;
   align-items: center;
   background: #ea580c;
   color: #ffffff;
   padding: 8px 12px;
   border-radius: 8px;
   text-decoration: none;
   border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
   .mobile-call-btn {
      display: none !important;
   }
}

.mobile-call-btn:hover {
   color: #ffffff;
   background: #032e6b;
}

.mobile-call-btn .call-icon-wrap {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-right: 8px;
}

.mobile-call-btn .call-txt {
   font-size: 10px;
   font-weight: 700;
   text-transform: uppercase;
   line-height: 1;
   display: block;
   margin-bottom: 3px;
   color: rgba(255, 255, 255, 0.9);
}

.mobile-call-btn .call-num {
   font-size: 13px;
   font-weight: 700;
   line-height: 1;
   display: block;
   color: #ffffff;
}

@media (max-width: 576px) {
   .logo-link img {
      height: 50px !important;
   }

   .mobile-call-btn {
      padding: 6px 10px;
   }

   .mobile-call-btn .call-txt {
      font-size: 9px;
   }

   .mobile-call-btn .call-num {
      font-size: 12px;
   }

   .mobile-call-btn .call-icon-wrap svg {
      width: 16px;
      height: 16px;
   }
}

/* ===== ABOUT LEXICON FULL WIDTH SECTION ===== */
.key-points {
   margin-bottom: 0 !important;
   padding-bottom: 0 !important;
}

.about-lexicon-full {
   background: #F7F9FC;
   padding: 80px 0;
   color: #333333;
   position: relative;
   overflow: hidden;
   margin-top: 0 !important;
}

.about-lexicon-full::before {
   content: '';
   position: absolute;
   top: -50%;
   right: -10%;
   width: 600px;
   height: 600px;
   background: radial-gradient(circle, rgba(234, 88, 12, 0.04) 0%, rgba(255, 255, 255, 0) 70%);
   border-radius: 50%;
   z-index: 1;
}

.about-lexicon-full .container {
   position: relative;
   z-index: 2;
}

.about-lexicon-full__left {
   padding-right: 40px;
}

@media (max-width: 991px) {
   .about-lexicon-full__left {
      padding-right: 15px;
      margin-bottom: 30px;
   }
}

.about-lexicon-full__badge {
   display: inline-block;
   background: rgba(234, 88, 12, 0.1);
   color: #ea580c;
   padding: 6px 16px;
   border-radius: 30px;
   font-size: 13px;
   font-weight: 700;
   letter-spacing: 2px;
   text-transform: uppercase;
   margin-bottom: 25px;
   border: 1px solid rgba(234, 88, 12, 0.2);
}

.about-lexicon-full__heading {
   font-size: 42px;
   font-weight: 800;
   color: #292524;
   line-height: 1.2;
   margin-bottom: 30px;
}

@media (max-width: 768px) {
   .about-lexicon-full__heading {
      font-size: 32px;
   }
}


.about-lexicon-full__lead {
   font-size: 18px;
   line-height: 1.8;
   color: #4a5568;
   margin-bottom: 25px;
   font-weight: 400;
}

.about-lexicon-full__lead strong {
   color: #ea580c;
   font-weight: 700;
}

.about-lexicon-full__text {
   font-size: 16px;
   line-height: 1.8;
   color: #4a5568;
   margin-bottom: 0;
}

/* ===== BBA Premium Landing Page Layer ===== */
.bba-landing {
   --brand-blue: #05439c;
   --brand-navy: #07162f;
   --brand-ink: #0f172a;
   --brand-gold: #ffc107;
   --brand-orange: #ea580c;
   --brand-cyan: #13c2d6;
   --surface: #ffffff;
   --surface-soft: #f6f8fb;
   --surface-warm: #fff7ed;
   --line: rgba(15, 23, 42, 0.1);
   --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.1);
   --shadow-strong: 0 28px 80px rgba(7, 22, 47, 0.24);
   color: var(--brand-ink);
   background:
      linear-gradient(180deg, #ffffff 0%, #f8fafc 34%, #ffffff 100%);
   font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
   overflow-x: hidden;
   text-rendering: optimizeLegibility;
}

.bba-landing img {
   max-width: 100%;
}

.bba-landing a,
.bba-landing button {
   -webkit-tap-highlight-color: transparent;
}

.bba-landing .container {
   position: relative;
}

.bba-landing .main-header {
   position: sticky;
   top: 0;
   z-index: 1050;
   padding: 10px 0;
   background: rgba(255, 255, 255, 0.93);
   border-bottom: 1px solid rgba(5, 67, 156, 0.1);
   box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
   backdrop-filter: blur(16px);
}

.bba-landing .logo-link img {
   height: 62px !important;
   transition: transform 0.25s ease;
}

.bba-landing .logo-link:hover img {
   transform: translateY(-1px);
}

.bba-landing .contact-info-desktop {
   gap: 14px;
}

.bba-landing .contact-card {
   gap: 10px;
   min-height: 58px;
   padding: 9px 12px;
   background: rgba(255, 255, 255, 0.72);
   border: 1px solid rgba(5, 67, 156, 0.1);
   border-radius: 8px;
   box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
   transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.bba-landing .contact-card:hover {
   transform: translateY(-2px);
   border-color: rgba(234, 88, 12, 0.24);
   box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.bba-landing .contact-icon {
   width: 38px;
   height: 38px;
   background: linear-gradient(135deg, rgba(5, 67, 156, 0.1), rgba(19, 194, 214, 0.12));
   border-radius: 8px;
}

.bba-landing .contact-label {
   color: var(--brand-ink);
   font-size: 11px;
   letter-spacing: 0.06em;
   text-transform: uppercase;
}

.bba-landing .contact-value {
   color: #334155;
   font-size: 13px;
   font-weight: 700;
}

.bba-landing .mobile-call-btn {
   background: linear-gradient(135deg, var(--brand-blue), #0f5fc7);
   border-radius: 8px;
   box-shadow: 0 12px 28px rgba(5, 67, 156, 0.2);
}

.bba-landing .spotlight {
   background: var(--brand-navy);
}

.bba-landing .banner_wrp {
   padding-bottom: 0;
   min-height: 690px;
   background: var(--brand-navy);
   overflow: hidden;
}

.bba-landing .banner_wrp::before {
   content: "";
   position: absolute;
   inset: 0;
   z-index: 1;
   pointer-events: none;
   background:
      linear-gradient(90deg, rgba(7, 22, 47, 0.34) 0%, rgba(7, 22, 47, 0.08) 44%, rgba(7, 22, 47, 0.72) 73%, rgba(7, 22, 47, 0.96) 100%),
      linear-gradient(180deg, rgba(7, 22, 47, 0.02) 0%, rgba(7, 22, 47, 0.68) 100%);
}

.bba-landing .banner_wrp::after {
   content: "";
   position: absolute;
   inset: auto 0 0 0;
   height: 220px;
   z-index: 1;
   background: linear-gradient(180deg, rgba(7, 22, 47, 0) 0%, rgba(7, 22, 47, 0.84) 100%);
   pointer-events: none;
}

.bba-landing .banner_pic {
   height: 690px;
   max-height: none;
}

.bba-landing .banner_pic::after {
   background:
      linear-gradient(110deg, rgba(7, 22, 47, 0.08) 0%, rgba(7, 22, 47, 0.18) 52%, rgba(7, 22, 47, 0.86) 100%),
      linear-gradient(180deg, rgba(7, 22, 47, 0.02) 0%, rgba(7, 22, 47, 0.58) 100%);
   z-index: 1;
}

.bba-landing .banner_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center center;
   transform: scale(1.015);
   animation: bbaHeroFloat 14s ease-in-out infinite alternate;
}

.bba-landing .banner_txt {
   bottom: 58px;
   z-index: 3;
}

.bba-landing .banner_txt .row {
   align-items: flex-end;
}

.bba-landing .banner_txt .desktop-only-block {
   padding-bottom: 46px !important;
   max-width: 730px;
}

.bba-landing .banner_txt .desktop-only-block::before {
   content: "Admissions Open 2026";
   display: inline-flex;
   align-items: center;
   min-height: 34px;
   padding: 8px 14px;
   margin-bottom: 18px;
   color: #ffffff;
   font-size: 12px;
   font-weight: 900;
   letter-spacing: 0.14em;
   text-transform: uppercase;
   background: rgba(255, 255, 255, 0.1);
   border: 1px solid rgba(255, 255, 255, 0.22);
   border-radius: 8px;
   box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
   backdrop-filter: blur(12px);
}

.bba-landing .banner_txt h1 {
   max-width: 700px;
   color: #ffffff !important;
   font-size: clamp(42px, 4vw, 58px) !important;
   line-height: 1.04 !important;
   font-weight: 950 !important;
   letter-spacing: 0 !important;
   text-shadow: 0 16px 40px rgba(0, 0, 0, 0.38);
}

.bba-landing .banner_txt h1 span {
   color: var(--brand-gold) !important;
   text-shadow: 0 10px 34px rgba(255, 193, 7, 0.2);
}

.bba-landing .banner_txt h1+p {
   max-width: 620px !important;
   margin-top: 24px !important;
   color: rgba(255, 255, 255, 0.9) !important;
   font-size: clamp(16px, 1.55vw, 20px) !important;
   line-height: 1.65 !important;
   font-weight: 500 !important;
}

.bba-landing .banner_txt h1+p+p {
   display: inline-flex;
   width: auto;
   max-width: 100%;
   padding: 10px 13px;
   margin-top: 18px !important;
   color: rgba(255, 255, 255, 0.9) !important;
   background: rgba(19, 194, 214, 0.12);
   border: 1px solid rgba(19, 194, 214, 0.24);
   border-radius: 8px;
   font-size: 12px !important;
   line-height: 1.4;
   letter-spacing: 0.1em !important;
   backdrop-filter: blur(10px);
}

.bba-landing .hero-action-row {
   display: flex;
   flex-wrap: wrap;
   gap: 12px;
   margin-top: 26px;
}

.bba-landing .hero-primary-btn,
.bba-landing .hero-secondary-btn,
.bba-landing .adm-info__cta,
.bba-landing .final-cta a,
.bba-landing .final-cta button {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-height: 50px;
   padding: 14px 24px;
   border-radius: 8px !important;
   font-size: 13px;
   font-weight: 900;
   letter-spacing: 0.08em;
   line-height: 1;
   text-decoration: none;
   text-transform: uppercase;
   transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bba-landing .hero-primary-btn,
.bba-landing .adm-info__cta,
.bba-landing .final-cta a {
   color: #08111f !important;
   background: linear-gradient(135deg, var(--brand-gold), #ffdf6a) !important;
   border: 1px solid rgba(255, 255, 255, 0.18) !important;
   box-shadow: 0 16px 40px rgba(255, 193, 7, 0.26);
}

.bba-landing .hero-secondary-btn,
.bba-landing .final-cta button {
   width: auto;
   color: #ffffff !important;
   background: rgba(255, 255, 255, 0.08) !important;
   border: 1px solid rgba(255, 255, 255, 0.34) !important;
   box-shadow: none !important;
   backdrop-filter: blur(10px);
}

.bba-landing .hero-primary-btn:hover,
.bba-landing .hero-secondary-btn:hover,
.bba-landing .adm-info__cta:hover,
.bba-landing .final-cta a:hover,
.bba-landing .final-cta button:hover {
   transform: translateY(-3px);
   text-decoration: none;
}

.bba-landing .hero-primary-btn:hover,
.bba-landing .adm-info__cta:hover,
.bba-landing .final-cta a:hover {
   box-shadow: 0 22px 48px rgba(255, 193, 7, 0.32);
}

.bba-landing .hero-secondary-btn:hover,
.bba-landing .final-cta button:hover {
   background: rgba(255, 255, 255, 0.16) !important;
   border-color: rgba(255, 255, 255, 0.55) !important;
}

.bba-landing .hero-proof-row {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   margin-top: 18px;
}

.bba-landing .hero-proof-row span {
   padding: 9px 11px;
   color: rgba(255, 255, 255, 0.88);
   font-size: 12px;
   font-weight: 800;
   background: rgba(255, 255, 255, 0.09);
   border: 1px solid rgba(255, 255, 255, 0.14);
   border-radius: 8px;
}

.bba-landing .form_wrapper {
   display: flex;
   justify-content: flex-end;
}

.bba-landing .form_wrapper .h-100 {
   height: 650px !important;
}

.bba-landing .form_wrapper .form_box {
   width: 410px !important;
   margin-top: 0 !important;
   padding: 0 0 18px !important;
   background: rgba(255, 255, 255, 0.96) !important;
   border: 1px solid rgba(255, 255, 255, 0.68);
   border-radius: 8px !important;
   box-shadow: var(--shadow-strong) !important;
   backdrop-filter: blur(18px);
}

.bba-landing .form_wrapper .form_box::before {
   content: "";
   display: block;
   height: 4px;
   background: linear-gradient(90deg, var(--brand-gold), var(--brand-cyan), var(--brand-blue));
}

.bba-landing .form_wrapper .form_box h3 {
   padding: 18px 22px !important;
   margin-bottom: 10px !important;
   color: #ffffff !important;
   background: linear-gradient(135deg, var(--brand-blue), #0b2b62) !important;
   border-radius: 0 !important;
   font-size: 18px;
   letter-spacing: 0.04em;
}

.bba-landing .key-points {
   z-index: 5 !important;
   margin-top: -46px !important;
   margin-bottom: 0 !important;
   background: transparent;
}

.bba-landing .key-points>.container {
   max-width: 1180px;
   padding-right: 12px;
   padding-left: 12px;
   overflow: visible;
}

.bba-landing .key-points>.container>div {
   display: grid !important;
   grid-template-columns: minmax(0, 1fr) 260px !important;
   min-height: 112px !important;
   overflow: hidden !important;
   background: rgba(255, 255, 255, 0.96) !important;
   border: 1px solid rgba(5, 67, 156, 0.12) !important;
   border-radius: 8px !important;
   box-shadow: 0 24px 60px rgba(7, 22, 47, 0.16) !important;
   backdrop-filter: blur(18px);
}

.bba-landing .key-points>.container>div>div:first-child {
   justify-content: stretch !important;
   gap: 0 !important;
   padding: 0 !important;
   background: linear-gradient(135deg, #08214a, var(--brand-blue)) !important;
}

.bba-landing .key-points>.container>div>div:first-child>div {
   position: relative;
   min-height: 112px;
   padding: 22px 20px !important;
   justify-content: flex-start !important;
}

.bba-landing .key-points>.container>div>div:first-child>div::after {
   content: "";
   position: absolute;
   top: 22px;
   right: 0;
   bottom: 22px;
   width: 1px;
   background: rgba(255, 255, 255, 0.14);
}

.bba-landing .key-points>.container>div>div:first-child>div:last-child::after {
   display: none;
}

.bba-landing .key-points svg {
   stroke: var(--brand-gold) !important;
}

.bba-landing .key-points>.container>div>div:last-child {
   width: auto !important;
   min-width: 0 !important;
   background: linear-gradient(135deg, var(--brand-gold), #ffda58) !important;
}

.bba-landing .key-points button {
   color: #08111f !important;
   border-radius: 0 !important;
   box-shadow: none !important;
   line-height: 1.25;
}

.bba-landing .about-lexicon-full,
.bba-landing .elig-v3,
.bba-landing .lexicon-adv,
.bba-landing .adm-info,
.bba-landing .curriculum,
.bba-landing .partners-marquee-section {
   position: relative;
   overflow: hidden;
}

.bba-landing .about-lexicon-full {
   padding-top: 118px !important;
   padding-bottom: 88px !important;
   background:
      linear-gradient(135deg, #ffffff 0%, #f3f7ff 44%, #fff7ed 100%) !important;
}

.bba-landing .about-lexicon-full::before {
   right: -120px;
   top: -180px;
   width: 520px;
   height: 520px;
   background:
      radial-gradient(circle, rgba(19, 194, 214, 0.1) 0%, rgba(19, 194, 214, 0) 66%);
}

.bba-landing .about-lexicon-full::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   height: 1px;
   background: linear-gradient(90deg, transparent, rgba(5, 67, 156, 0.16), transparent);
}

.bba-landing .about-lexicon-full__badge,
.bba-landing .lexicon-adv__label,
.bba-landing .curriculum__label {
   display: inline-flex !important;
   align-items: center;
   min-height: 30px;
   padding: 7px 12px !important;
   color: var(--brand-blue) !important;
   background: rgba(5, 67, 156, 0.08) !important;
   border: 1px solid rgba(5, 67, 156, 0.12) !important;
   border-radius: 8px !important;
   font-size: 11px !important;
   font-weight: 900 !important;
   letter-spacing: 0.13em !important;
}

.bba-landing .about-lexicon-full__heading,
.bba-landing .lexicon-adv__heading,
.bba-landing .adm-info__title,
.bba-landing .elig-v3__heading,
.bba-landing .cert-v2__heading,
.bba-landing .certifications__heading,
.bba-landing .adm-split__title {
   font-family: 'Montserrat', sans-serif !important;
   color: var(--brand-ink) !important;
   font-weight: 950 !important;
   letter-spacing: 0 !important;
}

.bba-landing .about-lexicon-full__heading {
   max-width: 460px;
   font-size: clamp(34px, 4vw, 52px);
   line-height: 1.05;
}

.bba-landing .about-lexicon-full__heading span,
.bba-landing .lexicon-adv__heading span,
.bba-landing .adm-info__title span {
   color: var(--brand-blue) !important;
}

.bba-landing .about-lexicon-full__lead {
   color: #334155;
   font-size: 18px;
   line-height: 1.75;
}

.bba-landing .about-lexicon-full ul {
   gap: 14px !important;
}

.bba-landing .about-lexicon-full li {
   min-height: 58px;
   padding: 14px 16px;
   background: rgba(255, 255, 255, 0.72);
   border: 1px solid rgba(5, 67, 156, 0.1);
   border-radius: 8px;
   box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.bba-landing .gip-section {
   padding: 90px 0 76px;
   background:
      linear-gradient(135deg, #06142d 0%, #0d2b59 54%, #08111f 100%);
}

.bba-landing .gip-section::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
   background-size: 54px 54px;
   mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
   opacity: 0.32;
   pointer-events: none;
}

.bba-landing .gip-heading {
   max-width: 520px;
   font-size: clamp(36px, 4.2vw, 56px);
   line-height: 1.04;
   letter-spacing: 0;
}

.bba-landing .gip-desc {
   max-width: 640px;
   color: rgba(255, 255, 255, 0.82);
   font-size: 17px;
   line-height: 1.8;
}

.bba-landing .gip-image-wrapper {
   height: 470px;
}

.bba-landing .gip-img-block {
   border-radius: 8px;
   box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
   background: #09162c;
}

.bba-landing .gip-img-block.back {
   right: 0;
   width: 76%;
   height: 305px;
   border: 1px solid rgba(255, 255, 255, 0.28);
}

.bba-landing .gip-img-block.front {
   left: 0;
   bottom: 34px;
   width: 66%;
   height: 305px;
   border: 4px solid rgba(255, 193, 7, 0.92);
}

.bba-landing .gip-img-block img {
   filter: saturate(1.06) contrast(1.03);
}

.bba-landing .gip-img-block.back img {
   object-position: left center;
}

.bba-landing .gip-img-block.front img {
   object-position: left center;
}

.bba-landing .gip-img-badge {
   left: 16px !important;
   right: auto !important;
   bottom: 16px;
   transform: none !important;
   color: #08111f;
   background: rgba(255, 193, 7, 0.94);
   border-radius: 8px;
   font-size: 12px;
   font-weight: 900;
   letter-spacing: 0.05em;
   text-transform: uppercase;
}

.bba-landing .gip-features {
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 14px;
   margin-top: 34px;
}

.bba-landing .gip-feature-card,
.bba-landing .lexicon-adv__card,
.bba-landing .elig-v3__card,
.bba-landing .adm-info__card,
.bba-landing .cert-v2__card,
.bba-landing .partner-marquee__card,
.bba-landing .adm-fee-grid__card,
.bba-landing .accordion-item {
   border-radius: 8px !important;
}

.bba-landing .gip-feature-card {
   min-height: 154px;
   padding: 22px 18px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.08);
   border: 1px solid rgba(255, 255, 255, 0.12);
   box-shadow: none;
   backdrop-filter: blur(10px);
   transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bba-landing .gip-feature-card:hover {
   transform: translateY(-5px);
   background: rgba(255, 255, 255, 0.13);
   border-color: rgba(255, 193, 7, 0.34);
}

.bba-landing .gip-feature-icon {
   color: var(--brand-gold);
   background: rgba(255, 193, 7, 0.12);
   border-radius: 8px;
}

.bba-landing .gip-card-content h4 {
   color: #ffffff;
   font-size: 15px;
   line-height: 1.28;
}

.bba-landing .gip-card-content p {
   color: rgba(255, 255, 255, 0.68);
   font-size: 13px;
   line-height: 1.5;
}

.bba-landing .elig-v3,
.bba-landing .adm-info {
   background: #ffffff !important;
}

.bba-landing .elig-v3 {
   padding: 84px 0;
}

.bba-landing .elig-v3__sub,
.bba-landing .adm-info__subtitle,
.bba-landing .curriculum__subtitle,
.bba-landing .elig-v2__sub {
   color: #64748b !important;
   font-size: 16px !important;
   line-height: 1.7 !important;
}

#partners .elig-v3__sub {
   text-align: center !important;
}

.bba-landing .elig-v3__grid {
   gap: 18px;
}

.bba-landing .elig-v3__card {
   position: relative;
   overflow: hidden;
   background: #ffffff !important;
   border: 1px solid rgba(5, 67, 156, 0.1) !important;
   box-shadow: var(--shadow-soft) !important;
}

.bba-landing .curriculum .lexicon-adv__card {
   background: linear-gradient(135deg, #06142d 0%, #0d2b59 80%, #0c3570 100%) !important;
   color: #ffffff !important;
   border: 1px solid rgba(255, 255, 255, 0.1) !important;
   box-shadow: 0 12px 32px rgba(6, 20, 45, 0.25) !important;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bba-landing .curriculum .lexicon-adv__card:hover {
   transform: translateY(-7px);
   box-shadow: 0 20px 48px rgba(6, 20, 45, 0.35) !important;
   border-color: rgba(255, 193, 7, 0.3) !important;
}

.bba-landing .curriculum .lexicon-adv__icon {
   background: rgba(255, 193, 7, 0.12) !important;
}

.bba-landing .curriculum .lexicon-adv__icon svg {
   stroke: #ffc107 !important;
}

.bba-landing .curriculum .lexicon-adv__title {
   color: #ffffff !important;
}

.bba-landing .curriculum .lexicon-adv__desc {
   color: rgba(255, 255, 255, 0.72) !important;
}

.bba-landing .lexicon-adv .lexicon-adv__card {
   background: #ffffff !important;
   color: #0b1c3a !important;
}

.bba-landing .lexicon-adv__card {
   position: relative;
   overflow: hidden;
   border: 1px solid rgba(5, 67, 156, 0.1) !important;
   box-shadow: var(--shadow-soft) !important;
}

.bba-landing .elig-v3__card::before,
.bba-landing .lexicon-adv__card::before,
.bba-landing .adm-info__card::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, var(--brand-blue), var(--brand-cyan), var(--brand-gold));
   transform: scaleX(0);
   transform-origin: left;
   transition: transform 0.3s ease;
}

.bba-landing .elig-v3__card:hover::before,
.bba-landing .lexicon-adv__card:hover::before,
.bba-landing .adm-info__card:hover::before {
   transform: scaleX(1);
}

.bba-landing .elig-v3__card:hover,
.bba-landing .lexicon-adv__card:hover {
   transform: translateY(-7px);
   border-color: rgba(19, 194, 214, 0.28) !important;
   box-shadow: 0 26px 58px rgba(15, 23, 42, 0.13) !important;
}

.bba-landing .elig-v3__icon,
.bba-landing .lexicon-adv__icon,
.bba-landing .adm-info__icon-wrap,
.bba-landing .adm-fee-grid__icon {
   border-radius: 8px !important;
   background: linear-gradient(135deg, rgba(5, 67, 156, 0.08), rgba(19, 194, 214, 0.12)) !important;
}

.bba-landing .elig-v3__icon svg,
.bba-landing .lexicon-adv__icon svg,
.bba-landing .adm-info__icon-wrap svg {
   stroke: var(--brand-blue) !important;
}

.bba-landing .lexicon-adv {
   padding: 86px 0;
   background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.bba-landing .lexicon-adv__grid {
   grid-template-columns: repeat(4, minmax(0, 1fr));
   gap: 16px;
}

.bba-landing .lexicon-adv__card {
   min-height: 210px;
   padding: 26px 20px 22px;
}

/* Match Why Lexicon MILE cards exactly to Our Learning Philosophy cards */
#why-lexicon {
   padding: 86px 0;
   background: linear-gradient(135deg, #06142d 0%, #0d2b59 54%, #08111f 100%) !important;
   position: relative;
   overflow: hidden;
}

#why-lexicon::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
   background-size: 54px 54px;
   mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 76%, transparent 100%);
   opacity: 0.32;
   pointer-events: none;
}

#why-lexicon .lexicon-adv__card {
   background: rgba(255, 255, 255, 0.08) !important;
   border: 1px solid rgba(255, 255, 255, 0.12) !important;
   backdrop-filter: blur(10px);
   color: #ffffff !important;
   box-shadow: none !important;
   transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
   display: grid !important;
   grid-template-columns: 48px 1fr !important;
   grid-template-rows: auto 1fr !important;
   gap: 4px 12px !important;
   text-align: left !important;
   padding: 22px 18px !important;
   min-height: 154px !important;
}

#why-lexicon .lexicon-adv__card:hover {
   background: rgba(255, 255, 255, 0.13) !important;
   border-color: rgba(255, 193, 7, 0.34) !important;
   transform: translateY(-5px);
}

#why-lexicon .lexicon-adv__icon {
   grid-row: 1 / 3 !important;
   grid-column: 1 !important;
   width: 48px !important;
   height: 48px !important;
   display: flex !important;
   align-items: center !important;
   justify-content: center !important;
   border-radius: 8px !important;
   color: var(--brand-gold) !important;
   background: rgba(255, 193, 7, 0.12) !important;
   padding: 0 !important;
   margin: 0 !important;
}

#why-lexicon .lexicon-adv__icon svg {
   stroke: var(--brand-gold) !important;
   width: 24px;
   height: 24px;
}

#why-lexicon .lexicon-adv__title {
   grid-row: 1 !important;
   grid-column: 2 !important;
   color: #ffffff !important;
   margin-bottom: 0 !important;
   font-size: 15px;
   font-weight: 800;
   line-height: 1.28;
   text-align: left !important;
   align-self: end;
}

#why-lexicon .lexicon-adv__desc {
   grid-row: 2 !important;
   grid-column: 2 !important;
   color: rgba(255, 255, 255, 0.68) !important;
   margin-top: 0 !important;
   font-size: 13px;
   line-height: 1.5;
   text-align: left !important;
   align-self: start;
}


/* General styles (applies to Specializations cards which are yellow) */
.bba-landing .lexicon-adv__title {
   color: var(--brand-ink) !important;
   font-size: 15px;
   line-height: 1.3;
}

.bba-landing .lexicon-adv__desc {
   color: #64748b;
   font-size: 13px;
}

.bba-landing .adm-info {
   padding: 88px 0 74px;
   background:
      linear-gradient(180deg, #ffffff 0%, #fff7ed 100%) !important;
}

.bba-landing .adm-info__header {
   margin-bottom: 34px;
}

.bba-landing .adm-info__card {
   position: relative;
   border: 1px solid rgba(5, 67, 156, 0.12) !important;
   box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12) !important;
}

.bba-landing .adm-info__card-top {
   background:
      linear-gradient(135deg, rgba(5, 67, 156, 0.04), rgba(255, 247, 237, 0.76));
}

.bba-landing .adm-info__badge-row {
   gap: 12px;
   flex-wrap: wrap;
}

.bba-landing .adm-info__badge--outline,
.bba-landing .adm-info__program-type,
.bba-landing .adm-info__tag {
   border-radius: 8px !important;
}

.bba-landing .adm-info__program-name h3 {
   color: var(--brand-ink);
   letter-spacing: 0;
}

.bba-landing .adm-info__features {
   border-top-color: rgba(5, 67, 156, 0.12);
}

.bba-landing .adm-info__feature span,
.bba-landing .adm-info__elig-text,
.bba-landing .adm-info__list li {
   color: #475569;
}

.bba-landing .adm-info__list {
   gap: 12px !important;
}

.bba-landing .adm-info__list li {
   padding: 10px 10px 10px 28px;
   background: #f8fafc;
   border: 1px solid rgba(5, 67, 156, 0.08);
   border-radius: 8px;
   line-height: 1.45;
}

.bba-landing .adm-info__list li::before {
   left: 10px;
   top: 10px;
   color: var(--brand-orange);
}

.bba-landing .adm-info__cta {
   max-width: 230px;
   margin: 22px auto 32px;
}

.bba-landing .curriculum {
   padding: 88px 0 !important;
   background:
      linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
}

.bba-landing .curriculum-grid {
   gap: 16px !important;
}

.bba-landing .curriculum-grid .lexicon-adv__card {
   min-height: 220px;
}

.bba-landing .curriculum .certifications__heading {
   font-size: clamp(30px, 3vw, 44px) !important;
}

.bba-landing .certifications-v2 {
   padding: 86px 0 68px !important;
   background:
      linear-gradient(135deg, #07162f 0%, #0c2e64 58%, #0b162d 100%) !important;
}

.bba-landing .cert-v2__heading {
   color: #ffffff !important;
}

.bba-landing .cert-v2__heading span {
   color: var(--brand-gold) !important;
}

.bba-landing .certifications-v2>p {
   color: rgba(255, 255, 255, 0.72) !important;
}

.bba-landing .cert-v2__marquee::before,
.bba-landing .cert-v2__marquee::after {
   background: linear-gradient(90deg, #07162f, rgba(7, 22, 47, 0));
}

.bba-landing .cert-v2__marquee::after {
   background: linear-gradient(270deg, #07162f, rgba(7, 22, 47, 0));
}

.bba-landing .cert-v2__card {
   background: rgba(255, 255, 255, 0.95);
   border: 1px solid rgba(255, 255, 255, 0.16);
   box-shadow: 0 16px 42px rgba(0, 0, 0, 0.22);
}

.bba-landing .partners-marquee-section {
   padding: 74px 0 !important;
   background: #ffffff;
}

.bba-landing .partner-marquee__card {
   min-height: 112px;
   background: #ffffff;
   border: 1px solid rgba(5, 67, 156, 0.1);
   box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.bba-landing .overview {
   padding: 0;
}

.bba-landing .admission-dark-block {
   padding: 90px 0;
   background:
      linear-gradient(135deg, #07162f 0%, #0b2e63 100%) !important;
}

.bba-landing .adm-split {
   gap: 42px;
   align-items: stretch;
}

.bba-landing .adm-split__left,
.bba-landing .adm-split__right {
   display: flex;
   flex-direction: column;
}

.bba-landing .adm-split__title,
.bba-landing .adm-roadmap__info h4 {
   color: #ffffff !important;
}

.bba-landing .adm-split__subtitle,
.bba-landing .adm-roadmap__info p {
   color: rgba(255, 255, 255, 0.72);
}

.bba-landing .adm-roadmap {
   flex: 1;
   padding: 28px;
   background: rgba(255, 255, 255, 0.06);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 8px;
}

.bba-landing .adm-roadmap::before {
   top: 30px;
   bottom: 30px;
   left: 48px;
   background: rgba(255, 193, 7, 0.28);
}

.bba-landing .adm-roadmap__step {
   padding-left: 54px;
}

.bba-landing .adm-roadmap__num {
   left: -2px;
   background: #ffffff;
   color: var(--brand-blue);
   border-color: rgba(255, 193, 7, 0.78);
}

.bba-landing .adm-roadmap__num--final {
   background: var(--brand-gold);
   color: #08111f;
}

.bba-landing .adm-fee-grid__card {
   min-height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   background: rgba(255, 255, 255, 0.96) !important;
   border: 1px solid rgba(255, 255, 255, 0.24) !important;
   box-shadow: 0 20px 52px rgba(0, 0, 0, 0.24);
}

.bba-landing .adm-fee-grid {
   flex: 1;
   align-items: stretch;
}

.bba-landing .adm-fee-grid__card {
   height: 100%;
}

.bba-landing .adm-fee-grid__icon {
   width: 58px;
   height: 58px;
   color: #08111f;
   background: linear-gradient(135deg, var(--brand-gold), #ffdd62) !important;
   box-shadow: 0 14px 34px rgba(255, 193, 7, 0.26);
}

.bba-landing .adm-fee-grid__icon svg {
   stroke: #08111f !important;
}

.bba-landing .adm-fee-grid__fee {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-width: min(100%, 320px);
   margin: 14px auto 0 !important;
   padding: 18px 28px;
   color: #ffffff;
   background:
      linear-gradient(135deg, #07162f 0%, var(--brand-blue) 56%, #0c6aa8 100%);
   border: 1px solid rgba(255, 193, 7, 0.36);
   border-radius: 8px;
   box-shadow: 0 18px 42px rgba(5, 67, 156, 0.22);
   font-size: 36px !important;
   font-weight: 950 !important;
   line-height: 1;
   letter-spacing: 0;
}

.bba-landing .adm-fee-grid__period {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-height: 62px;
   margin-top: 14px;
   margin-left: 8px;
   padding: 18px 20px;
   color: var(--brand-blue);
   background: rgba(5, 67, 156, 0.08);
   border: 1px solid rgba(5, 67, 156, 0.12);
   border-radius: 8px;
   font-size: 12px;
   font-weight: 900;
   letter-spacing: 0.08em;
   line-height: 1;
   text-transform: uppercase;
   vertical-align: top;
}

.bba-landing .adm-fee-grid__period+.adm-fee-grid__sub {
   display: block;
   padding-top: 12px;
   margin-top: 0 !important;
}

.bba-landing #faqAccordion {
   max-width: 900px !important;
   display: grid;
   gap: 14px;
}

.bba-landing #faqAccordion .accordion-item {
   margin-bottom: 0 !important;
   background: #ffffff;
   border: 1px solid rgba(5, 67, 156, 0.1) !important;
   box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
   transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.bba-landing #faqAccordion .accordion-item:has(.accordion-button:not(.collapsed)) {
   border-color: rgba(5, 67, 156, 0.22) !important;
   box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}

.bba-landing #faqAccordion .accordion-header {
   margin: 0;
}

.bba-landing #faqAccordion .accordion-button {
   position: relative;
   display: flex;
   align-items: center;
   gap: 14px;
   width: 100%;
   height: auto !important;
   min-height: 72px;
   padding: 22px 24px !important;
   border: 0;
   background: #ffffff;
   color: var(--brand-ink) !important;
   border-radius: 8px !important;
   box-shadow: none;
   font-size: 16px !important;
   font-weight: 850 !important;
   line-height: 1.35;
   text-align: left;
   text-transform: none;
   transition: color 0.25s ease, background 0.25s ease;
}

.bba-landing #faqAccordion .accordion-button:not(.collapsed) {
   color: var(--brand-blue) !important;
   background:
      linear-gradient(135deg, rgba(5, 67, 156, 0.06), rgba(19, 194, 214, 0.04));
}

.bba-landing #faqAccordion .accordion-button::after {
   content: "+";
   position: static;
   flex: 0 0 34px;
   order: -1;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 34px;
   height: 34px;
   margin: 0;
   color: var(--brand-blue);
   background: rgba(5, 67, 156, 0.08);
   border: 1px solid rgba(5, 67, 156, 0.14);
   border-radius: 50%;
   font-size: 23px;
   font-weight: 700;
   line-height: 1;
   transform: none;
   transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
   background-image: none !important;
}

.bba-landing #faqAccordion .accordion-button:not(.collapsed)::after {
   content: "-";
   color: #08111f;
   background: var(--brand-gold);
   border-color: rgba(255, 193, 7, 0.55);
   transform: rotate(180deg);
}

.bba-landing #faqAccordion .accordion-collapse:not(.show) {
   display: none;
}

.bba-landing #faqAccordion .accordion-body {
   padding: 18px 24px 26px 72px !important;
   color: #64748b !important;
   background: #ffffff;
   font-size: 15px !important;
   line-height: 1.8 !important;
   border-top: 1px solid rgba(5, 67, 156, 0.08);
   margin-top: 0;
}

.bba-landing .final-cta {
   position: relative;
   overflow: hidden;
   padding: 82px 0 !important;
   background:
      linear-gradient(135deg, #07162f 0%, #0b2e63 60%, #08111f 100%) !important;
}

.bba-landing .final-cta::before {
   content: "";
   position: absolute;
   inset: 0;
   background-image:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
   opacity: 0.24;
   pointer-events: none;
}

.bba-landing .final-cta h2 {
   color: #ffffff !important;
   font-size: clamp(28px, 3vw, 44px) !important;
   letter-spacing: 0 !important;
}

.bba-landing .final-cta p {
   color: rgba(255, 255, 255, 0.78) !important;
   text-align: center !important;
   margin-left: auto !important;
   margin-right: auto !important;
}

.bba-landing .site-footer {
   background: #050d1d;
}

.bba-landing .footer-initiative {
   color: var(--brand-gold) !important;
}

.bba-landing .modal-content {
   border: 3px solid #ea580c !important;
   border-radius: 20px !important;
   overflow: hidden;
   box-shadow: 0 30px 90px rgba(15, 23, 42, 0.3);
}

.bba-landing .modal-dialog {
   max-width: 550px !important;
}

.bba-landing .modal-body {
   padding: 0 5px 20px !important;
   overflow-x: hidden !important;
}

.bba-landing .modal .form_box {
   border-radius: 12px !important;
   padding: 0 !important;
   width: 100% !important;
   border: none !important;
}

.bba-landing .modal .npf_wgts {
   width: 100% !important;
   border: none !important;
   border-radius: 8px !important;
}

.bba-landing .modal .npf_wgts iframe {
   width: 100% !important;
}

.bba-landing .reveal-up {
   opacity: 1;
   transform: none;
   animation: bbaFadeLift 0.65s ease both;
   transition: opacity 0.65s ease, transform 0.65s ease;
}

.bba-landing .reveal-up.is-visible {
   opacity: 1;
   transform: translateY(0);
}

@keyframes bbaHeroFloat {
   0% {
      transform: scale(1.015) translate3d(0, 0, 0);
   }

   100% {
      transform: scale(1.045) translate3d(-14px, -6px, 0);
   }
}

@keyframes bbaFadeLift {
   0% {
      opacity: 0;
      transform: translateY(18px);
   }

   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

@media (max-width: 1199px) {
   .bba-landing .contact-info-desktop {
      gap: 10px;
   }

   .bba-landing .contact-card {
      padding: 8px 10px;
   }

   .bba-landing .contact-value {
      font-size: 12px;
   }

   .bba-landing .gip-features,
   .bba-landing .lexicon-adv__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
   }
}

@media (max-width: 991.98px) {
   .bba-landing {
      padding-bottom: 0;
   }

   .bba-landing .main-header {
      position: sticky;
   }

   .bba-landing .banner_wrp {
      min-height: 0;
      background: #ffffff;
   }

   .bba-landing .banner_wrp::before,
   .bba-landing .banner_wrp::after {
      display: none;
   }

   .bba-landing .banner_pic {
      height: 480px !important;
      max-height: 480px !important;
   }

   .bba-landing .banner_pic::after {
      background:
         linear-gradient(180deg, rgba(7, 22, 47, 0.04) 0%, rgba(7, 22, 47, 0.72) 100%),
         linear-gradient(90deg, rgba(7, 22, 47, 0.22) 0%, rgba(7, 22, 47, 0.62) 100%);
   }

   .bba-landing .banner_pic img {
      object-position: 24% center;
      animation: none;
   }

   .bba-landing .banner_txt {
      padding: 0 0 34px !important;
      background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
   }

   .bba-landing .banner_txt .desktop-only-block {
      top: -420px;
      padding: 0 18px !important;
   }

   .bba-landing .banner_txt .desktop-only-block::before {
      min-height: 30px;
      margin-bottom: 14px;
      padding: 7px 10px;
      font-size: 10px;
   }

   .bba-landing .banner_txt h1 {
      max-width: 430px;
      padding-left: 0 !important;
      font-size: clamp(28px, 8vw, 46px) !important;
      line-height: 0.98 !important;
   }

   .bba-landing .banner_txt h1+p {
      max-width: 440px !important;
      font-size: 14px !important;
      line-height: 1.55 !important;
      margin-top: 14px !important;
      text-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
   }

   .bba-landing .banner_txt h1+p+p {
      display: block;
      font-size: 11px !important;
      margin-top: 10px !important;
      padding-left: 10px;
   }

   .bba-landing .hero-action-row {
      gap: 10px;
      margin-top: 16px;
   }

   .bba-landing .hero-primary-btn,
   .bba-landing .hero-secondary-btn {
      min-height: 44px;
      padding: 12px 16px;
      font-size: 11px;
   }

   .bba-landing .hero-proof-row {
      display: none;
   }

   .bba-landing .form_wrapper {
      padding-top: 34px;
      padding-bottom: 0;
      justify-content: center;
   }

   .bba-landing .form_wrapper .form_box {
      width: min(100%, 520px) !important;
      box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14) !important;
   }

   .bba-landing .mobile-stats-section {
      padding: 40px 18px 44px;
      margin-top: 30px;
      background:
         linear-gradient(135deg, #07162f 0%, #0b2e63 100%);
   }

   .bba-landing .stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .bba-landing .key-points {
      display: none;
   }

   .bba-landing .about-lexicon-full {
      padding-top: 66px !important;
      padding-bottom: 60px !important;
   }

   .bba-landing .about-lexicon-full ul {
      grid-template-columns: 1fr !important;
   }

   .bba-landing .gip-section,
   .bba-landing .elig-v3,
   .bba-landing .lexicon-adv,
   .bba-landing .adm-info,
   .bba-landing .curriculum,
   .bba-landing .certifications-v2,
   .bba-landing .partners-marquee-section,
   .bba-landing .admission-dark-block,
   .bba-landing .final-cta {
      padding-top: 64px !important;
      padding-bottom: 56px !important;
   }

   .bba-landing .elig-bba-combined {
      padding-top: 24px !important;
      padding-bottom: 40px !important;
   }

   .bba-landing .gip-image-wrapper {
      height: 360px;
   }

   .bba-landing .gip-img-block.back,
   .bba-landing .gip-img-block.front {
      height: 235px;
   }

   .bba-landing .gip-features,
   .bba-landing .lexicon-adv__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
   }

   .bba-landing .adm-info__cards {
      grid-template-columns: 1fr !important;
   }

   .bba-landing .adm-info__list {
      grid-template-columns: 1fr !important;
   }

   .bba-landing .adm-split {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 575.98px) {
   .bba-landing .logo-link img {
      height: 48px !important;
   }

   .bba-landing .mobile-call-btn {
      max-width: 154px;
   }

   .bba-landing .mobile-call-btn .call-num {
      font-size: 11px;
   }

   .bba-landing .banner_pic {
      height: 460px !important;
      max-height: 460px !important;
   }

   .bba-landing .banner_pic img {
      object-position: 30% center;
   }

   .bba-landing .banner_txt .desktop-only-block {
      top: -410px;
      padding-right: 16px !important;
      padding-left: 16px !important;
   }

   .bba-landing .banner_txt h1 {
      font-size: clamp(24px, 8vw, 36px) !important;
      max-width: 360px;
   }

   .bba-landing .banner_txt h1+p {
      display: none;
   }

   .bba-landing .banner_txt h1+p+p {
      display: block;
      font-size: 11px !important;
      margin-top: 10px !important;
      padding-left: 10px;
   }

   .bba-landing .hero-action-row {
      max-width: 310px;
      gap: 10px;
      margin-top: 16px;
   }

   .bba-landing .hero-primary-btn,
   .bba-landing .hero-secondary-btn {
      flex: 1 1 140px;
      min-width: 0;
      padding-right: 10px;
      padding-left: 10px;
   }

   .bba-landing .form_wrapper {
      padding-top: 26px;
   }

   .bba-landing .form_wrapper .form_box h3 {
      font-size: 15px;
   }

   .bba-landing .gip-features {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
   }

   .bba-landing .lexicon-adv__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
   }

   .bba-landing .lexicon-adv__grid .lexicon-adv__card {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 16px 12px;
      min-height: auto;
   }

   .bba-landing .lexicon-adv__grid .lexicon-adv__icon {
      margin: 0 auto 8px;
   }

   .bba-landing .lexicon-adv__grid .lexicon-adv__title {
      font-size: 13px !important;
   }

   .bba-landing .lexicon-adv__grid .lexicon-adv__desc {
      font-size: 11px !important;
   }

   #why-lexicon .lexicon-adv__card {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
      padding: 16px 12px !important;
      min-height: auto !important;
   }

   #why-lexicon .lexicon-adv__icon {
      grid-row: unset !important;
      grid-column: unset !important;
      margin: 0 auto 8px !important;
   }

   #why-lexicon .lexicon-adv__title {
      grid-row: unset !important;
      grid-column: unset !important;
      font-size: 13px !important;
      text-align: center !important;
      align-self: unset !important;
   }

   #why-lexicon .lexicon-adv__desc {
      grid-row: unset !important;
      grid-column: unset !important;
      font-size: 11px !important;
      text-align: center !important;
      align-self: unset !important;
   }

   .elig-bba-col .mb-4 {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      text-align: center !important;
   }

   .bba-landing .elig-v3__heading,
   .elig-bba-col .elig-v3__heading {
      text-align: center !important;
      width: 100% !important;
      margin-left: auto !important;
      margin-right: auto !important;
      display: block !important;
   }

   .bba-landing .elig-v3__sub,
   .elig-bba-col .elig-v3__sub {
      text-align: center !important;
      width: 100% !important;
      display: block !important;
   }

   .bba-landing .curriculum-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      gap: 12px !important;
   }

   .bba-landing .curriculum-grid .lexicon-adv__card {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 16px 12px;
      min-height: auto;
   }

   .bba-landing .curriculum-grid .lexicon-adv__icon {
      margin: 0 auto 8px;
   }

   .bba-landing .curriculum-grid .lexicon-adv__title {
      font-size: 13px !important;
   }

   .bba-landing .curriculum-grid .lexicon-adv__desc {
      font-size: 11px !important;
   }

   .bba-landing .mobile-stats-section .stats-card,
   .bba-landing .lexicon-adv__card,
   .bba-landing .elig-v3__card,
   .bba-landing .gip-feature-card {
      min-height: auto;
   }

   .bba-landing .gip-feature-card {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 16px 12px;
   }

   .bba-landing .gip-card-content {
      align-items: center;
      text-align: center;
      width: 100%;
   }

   .bba-landing .gip-feature-icon {
      padding: 0;
      margin-bottom: 8px;
   }

   .bba-landing .about-lexicon-full__heading,
   .bba-landing .lexicon-adv__heading,
   .bba-landing .adm-info__title,
   .bba-landing .elig-v3__heading,
   .bba-landing .cert-v2__heading,
   .bba-landing .certifications__heading {
      font-size: 28px !important;
      line-height: 1.12;
   }

   .bba-landing .about-lexicon-full__lead,
   .bba-landing .gip-desc,
   .bba-landing .elig-v3__sub,
   .bba-landing .adm-info__subtitle,
   .bba-landing .curriculum__subtitle,
   .bba-landing .elig-v2__sub {
      font-size: 14px !important;
   }

   .bba-landing .gip-image-wrapper {
      width: 100%;
      height: 292px;
   }

   .bba-landing .gip-img-block.back,
   .bba-landing .gip-img-block.front {
      width: 74%;
      height: 188px;
   }

   .bba-landing .gip-img-block.back {
      right: 0;
   }

   .bba-landing .gip-img-block.front {
      left: 0;
      bottom: 30px;
   }

   .bba-landing .gip-img-badge {
      font-size: 10px;
      padding: 7px 9px;
   }

   .bba-landing .adm-info__card-top,
   .bba-landing .adm-info__card-section {
      padding-right: 18px;
      padding-left: 18px;
   }

   .bba-landing .adm-info__program-name h3 {
      font-size: 25px;
   }

   .bba-landing .adm-roadmap {
      padding: 22px 18px;
   }

   .bba-landing .adm-roadmap::before {
      left: 36px;
   }

   .bba-landing .adm-roadmap__step {
      padding-left: 46px;
   }

   .bba-landing .adm-roadmap__num {
      left: 0;
   }

   .bba-landing .final-cta a,
   .bba-landing .final-cta button {
      width: 100%;
      max-width: 320px;
   }

   .bba-landing #faqAccordion {
      gap: 12px;
   }

   .bba-landing #faqAccordion .accordion-button {
      min-height: 64px;
      gap: 12px;
      padding: 18px !important;
      font-size: 14px !important;
   }

   .bba-landing #faqAccordion .accordion-button::after {
      flex-basis: 30px;
      width: 30px;
      height: 30px;
      font-size: 20px;
   }

   .bba-landing #faqAccordion .accordion-body {
      padding: 16px 18px 22px 60px !important;
      font-size: 13.5px !important;
   }
}

@media (prefers-reduced-motion: reduce) {

   .bba-landing *,
   .bba-landing *::before,
   .bba-landing *::after {
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
      transition-duration: 0.001ms !important;
   }

   .bba-landing .reveal-up {
      opacity: 1;
      transform: none;
   }
}

/* ===== FAQ Section — Montserrat Font & Styling ===== */
.bba-landing #faqAccordion .accordion-button {
   font-family: 'Montserrat', sans-serif !important;
}

.bba-landing #faqAccordion .accordion-body {
   padding-top: 4px !important;
}

.bba-landing .lexicon-adv__heading {
   font-family: 'Montserrat', sans-serif !important;
   color: #ffffff !important;
}

.bba-landing .lexicon-adv__label {
   display: block !important;
   text-align: center;
   margin-bottom: 12px;
   font-size: 16px !important;
   background: none !important;
   border: none !important;
   padding: 0 !important;
   color: #ffc107 !important;
}

/* ===== Eligibility + BBA Advantage — Premium Light Layout ===== */
.elig-bba-combined {
   background: linear-gradient(180deg, #f8faff 0%, #ffffff 50%, #f8faff 100%) !important;
   position: relative;
   overflow: hidden;
}

.elig-bba-combined::before {
   content: "";
   position: absolute;
   inset: 0;
   background:
      radial-gradient(ellipse 600px 400px at 10% 20%, rgba(5, 67, 156, 0.04), transparent),
      radial-gradient(ellipse 500px 350px at 90% 80%, rgba(255, 193, 7, 0.05), transparent);
   pointer-events: none;
}

.elig-bba-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 40px;
   align-items: stretch;
   position: relative;
   z-index: 1;
}

.elig-bba-col {
   width: 100%;
}

.elig-bba-col .elig-v3__heading {
   text-align: center !important;
   color: #0f1f3d !important;
}

.elig-bba-col .elig-v3__sub {
   text-align: center !important;
   color: #64748b !important;
}

@media (min-width: 992px) {
   .elig-bba-col .elig-v3__heading,
   .elig-bba-col .elig-v3__sub {
      text-align: left !important;
   }
}

/* Eligibility cards — dark navy gradient (like Specialization cards) */
.elig-bba-col .elig-v3__card {
   background: linear-gradient(135deg, #06142d 0%, #0d2b59 80%, #0c3570 100%) !important;
   border: 1px solid rgba(255, 255, 255, 0.1) !important;
   box-shadow: 0 12px 32px rgba(6, 20, 45, 0.22) !important;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.elig-bba-col .elig-v3__card:hover {
   transform: translateY(-5px);
   box-shadow: 0 20px 48px rgba(6, 20, 45, 0.32) !important;
   border-color: rgba(255, 193, 7, 0.3) !important;
}

.elig-bba-col .elig-v3__icon {
   background: rgba(255, 193, 7, 0.12) !important;
}

.elig-bba-col .elig-v3__icon svg {
   stroke: #ffc107 !important;
}

.elig-bba-col .elig-v3__title {
   color: #ffffff !important;
}

.elig-bba-col .elig-v3__desc {
   color: rgba(255, 255, 255, 0.72) !important;
}

/* BBA Advantage card — clean white with brand accents */
.elig-bba-col .adm-info__card {
   background: #ffffff !important;
   border: 1px solid rgba(5, 67, 156, 0.1) !important;
   box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1) !important;
   border-radius: 12px !important;
   overflow: hidden;
}

.elig-bba-col .adm-info__card::before {
   content: "" !important;
   display: block !important;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, #05439c, #13c2d6, #ffc107) !important;
   transform: scaleX(1) !important;
}

.elig-bba-col .adm-info__card-top {
   background: linear-gradient(135deg, #f8faff, #f0f4ff) !important;
   border-bottom: 1px solid rgba(5, 67, 156, 0.06);
}

.elig-bba-col .adm-info__icon-wrap {
   background: linear-gradient(135deg, rgba(5, 67, 156, 0.08), rgba(19, 194, 214, 0.12)) !important;
}

.elig-bba-col .adm-info__icon-wrap svg {
   stroke: #05439c !important;
}

.elig-bba-col .adm-info__badge--outline {
   color: #05439c !important;
   border-color: rgba(5, 67, 156, 0.3) !important;
}

.elig-bba-col .adm-info__section-label {
   color: #05439c !important;
}

.elig-bba-col .adm-info__list li {
   color: #4a5568 !important;
}

.elig-bba-col .adm-info__cta {
   background: linear-gradient(135deg, #05439c, #0d5bce) !important;
   color: #ffffff !important;
   border: none !important;
   font-weight: 800 !important;
   box-shadow: 0 8px 24px rgba(5, 67, 156, 0.25) !important;
   transition: all 0.3s ease;
   margin: 10px auto 16px !important;
}

.elig-bba-col .adm-info__cta:hover {
   box-shadow: 0 12px 32px rgba(5, 67, 156, 0.4) !important;
   transform: translateY(-2px);
}

@media (max-width: 991px) {
   .elig-bba-grid {
      grid-template-columns: 1fr;
      gap: 50px;
   }
}

/* Hamburger Menu Styles */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2001;
    margin-left: 15px;
    position: relative;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #05439C;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
}

.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.nav-dropdown {
    position: fixed;
    top: 94px; /* Adjust based on header height */
    right: 0;
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -10px 10px 30px rgba(0,0,0,0.08);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2000;
    padding: 25px 0;
    border-left: 1px solid rgba(0,0,0,0.05);
    height: calc(100vh - 94px);
    overflow-y: auto;
}

.nav-dropdown.active {
    transform: translateX(0);
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.nav-list li:last-child {
    border-bottom: none;
    padding: 20px 30px;
}

.nav-list li a {
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    color: #0f1f3d;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.nav-list li a:not(.nav-apply-btn):hover {
    background: #f8fafc;
    color: #ea580c;
    padding-left: 35px;
}

.nav-apply-btn {
    background: #ffc107 !important;
    color: #0f1f3d !important;
    text-align: center;
    border-radius: 8px;
    padding: 14px !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.nav-apply-btn:hover {
    background: #eab308 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
}

@media (max-width: 991px) {
    .nav-dropdown {
        top: 70px;
        height: calc(100vh - 70px);
    }
    
    .hamburger-menu {
        width: 28px;
        height: 20px;
    }
}

/* Mobile Sticky Download Strip */
.mobile-sticky-download {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #ffc107;
   z-index: 1000;
   display: none; /* hidden on desktop, visible on mobile via d-md-none */
   box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}

.mobile-sticky-download button {
   width: 100%;
   padding: 14px 10px;
   background: transparent;
   border: none;
   color: #0f1f3d;
   font-weight: 800;
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-align: center;
}

.elig-bba-col .adm-info__card-top {
   background: linear-gradient(135deg, #f8faff, #f0f4ff) !important;
   border-bottom: 1px solid rgba(5, 67, 156, 0.06);
}

.elig-bba-col .adm-info__icon-wrap {
   background: linear-gradient(135deg, rgba(5, 67, 156, 0.08), rgba(19, 194, 214, 0.12)) !important;
}

.elig-bba-col .adm-info__icon-wrap svg {
   stroke: #05439c !important;
}

.elig-bba-col .adm-info__badge--outline {
   color: #05439c !important;
   border-color: rgba(5, 67, 156, 0.3) !important;
}

.elig-bba-col .adm-info__section-label {
   color: #05439c !important;
}

.elig-bba-col .adm-info__list li {
   color: #4a5568 !important;
}

.elig-bba-col .adm-info__cta {
   background: linear-gradient(135deg, #05439c, #0d5bce) !important;
   color: #ffffff !important;
   border: none !important;
   font-weight: 800 !important;
   box-shadow: 0 8px 24px rgba(5, 67, 156, 0.25) !important;
   transition: all 0.3s ease;
   margin: 10px auto 16px !important;
}

.elig-bba-col .adm-info__cta:hover {
   box-shadow: 0 12px 32px rgba(5, 67, 156, 0.4) !important;
   transform: translateY(-2px);
}

@media (max-width: 991px) {
   .elig-bba-grid {
      grid-template-columns: 1fr;
      gap: 50px;
   }
}

/* Hamburger Menu Styles */
.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 2001;
    margin-left: 15px;
    position: relative;
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background-color: #05439C;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.hamburger-menu.active span:nth-child(1) {
    transform: translateY(9.5px) rotate(45deg);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(10px);
}

.hamburger-menu.active span:nth-child(3) {
    transform: translateY(-9.5px) rotate(-45deg);
}

.nav-dropdown {
    position: fixed;
    top: 94px; /* Adjust based on header height */
    right: 0;
    width: 100%;
    max-width: 320px;
    background: #ffffff;
    box-shadow: -10px 10px 30px rgba(0,0,0,0.08);
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2000;
    padding: 25px 0;
    border-left: 1px solid rgba(0,0,0,0.05);
    height: calc(100vh - 94px);
    overflow-y: auto;
}

.nav-dropdown.active {
    transform: translateX(0);
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.03);
}

.nav-list li:last-child {
    border-bottom: none;
    padding: 12px 30px;
}

.nav-list li a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #0f1f3d;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.nav-list li a:not(.nav-apply-btn):hover {
    background: #f8fafc;
    color: #ea580c;
    padding-left: 35px;
}

.nav-apply-btn {
    background: #ffc107 !important;
    color: #0f1f3d !important;
    text-align: center;
    border-radius: 8px;
    padding: 14px !important;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.nav-apply-btn:hover {
    background: #eab308 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 193, 7, 0.4);
}

@media (max-width: 991px) {
    .nav-dropdown {
        top: 70px;
        height: calc(100vh - 70px);
    }
    
    .hamburger-menu {
        width: 28px;
        height: 20px;
    }
}

/* Mobile Sticky Download Strip */
.mobile-sticky-download {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background: #ffc107;
   z-index: 1000;
   display: none; /* hidden on desktop, visible on mobile via d-md-none */
   box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
}

.mobile-sticky-download button {
   width: 100%;
   padding: 14px 10px;
   background: transparent;
   border: none;
   color: #0f1f3d;
   font-weight: 800;
   font-size: 16px;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-align: center;
}

@media (max-width: 767.98px) {
   .mobile-sticky-download {
      display: block !important;
   }
   body.bba-landing {
      padding-bottom: 50px;
   }
}

html, body {
   overflow-x: hidden !important;
}

/* Force header to single line on tiny screens */
.main-header .row {
    flex-wrap: nowrap !important;
}

@media (max-width: 400px) {
    .mobile-call-btn .call-icon-wrap {
        display: none !important;
    }
    .mobile-call-btn .call-text-wrap {
        display: flex !important;
        flex-direction: column;
    }
    .mobile-call-btn .call-txt {
        display: none !important;
    }
    .mobile-call-btn .call-num {
        font-size: 11px !important;
        margin: 0 !important;
    }
    .mobile-call-btn {
        padding: 6px 8px !important;
        border-radius: 6px !important;
    }
    .logo-link img {
        max-width: 140px !important;
    }
}
