.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: #0b1c3a;
   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: #0b1c3a;
   }

   .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: #f4f5f7;
   color: #0b1c3a;
   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: #0b1c3a;
}

.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 .blue {
      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, #05439C 0%, #0b1c3a 60%, #0a1628 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(5, 67, 156, 0.05);
   border: 1px solid rgba(5, 67, 156, 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(5, 67, 156, 0.1);
      border: none;
      width: 50px;
      height: 50px;
      margin: 0 auto 14px;
   }

   .mobile-stats-section .stats-icon-wrap svg {
      stroke: #05439C;
   }

   .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: #05439C;
   width: 26px;
   height: 26px;
}

.stats-card h4 {
   color: #05439C;
   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: #F0F4FF;
}

.stats-section__heading {
   color: #0f1f3d;
}

@media (max-width: 991px) {
   .stats-section {
      background: linear-gradient(135deg, #05439C 0%, #0b1c3a 60%, #0a1628 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: #F0F4FF;
      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: #05439C;
   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(5, 67, 156, 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(5, 10, 31, 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, #d4f0e8 0%, #c8e6f5 35%, #d9dff8 65%, #f0d4e8 100%) !important;
   padding: 60px 0 40px !important;
   overflow: hidden;
   width: 100%;
}

.cert-v2__heading {
   text-align: center;
   font-size: 38px;
   font-weight: 900;
   color: #0f1f3d;
   text-transform: uppercase;
   margin-bottom: 40px;
   letter-spacing: 1px;
   padding: 0 20px;
}

.cert-v2__heading span {
   color: #0f1f3d;
}

/* 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, #d4f0e8, transparent);
}

.cert-v2__marquee::after {
   right: 0;
   background: linear-gradient(to left, #f0d4e8, 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(11, 28, 58, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 18px;
}

.adb-4cards__heading {
   font-size: 15px;
   font-weight: 800;
   color: #0B1C3A !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: #0f1f3d !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: #0f1f3d;
   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(5, 67, 156, 0.12);
}

.voices-marquee .voices__content {
   position: relative;
   margin-bottom: 20px;
}

.voices-marquee .voices__quote-icon {
   font-size: 48px;
   line-height: 1;
   color: rgba(5, 67, 156, 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: #0f1f3d;
   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: #0f1f3d;
   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: #F0F4FF;
   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(5, 67, 156, 0.1);
   border-color: rgba(5, 67, 156, 0.15);
}

.elig-v3__icon {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: rgba(5, 67, 156, 0.08);
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 20px;
}

.elig-v3__title {
   font-size: 17px;
   font-weight: 800;
   color: #0f1f3d;
   margin-bottom: 10px;
}

.elig-v3__desc {
   font-size: 14px;
   color: #555;
   line-height: 1.6;
   margin-bottom: 0;
}

.elig-v3__desc strong {
   color: #05439C;
   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: #0F1F3D;
   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: #0B1C3A;
   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: #0B1C3A;
   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: #05439C;
   margin: 20px 0 0;
   display: block;
   padding: 15px;
   background: #F0F4FF;
   border-radius: 8px;
   letter-spacing: 0.5px;
   border: 1px solid rgba(5, 67, 156, 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: #0F1F3D;
   margin-bottom: 10px;
}

.lexicon-adv__heading {
   font-size: 36px;
   font-weight: 900;
   color: #0f1f3d;
   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: #f0f4ff;
   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(5, 67, 156, 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(5, 67, 156, 0.13);
   border-color: rgba(5, 67, 156, 0.15);
}

.lexicon-adv__icon {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: rgba(15, 31, 61, 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: #0B1C3A;
   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, #05439C 0%, #0b1c3a 60%, #0a1628 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: #0B1C3A;
   }

   .lexicon-adv__desc {
      font-size: 11.5px;
      color: #555;
   }

   .lexicon-adv__icon {
      width: 44px;
      height: 44px;
      margin-bottom: 10px;
      background: rgba(5, 67, 156, 0.1);
   }

   .lexicon-adv__icon svg {
      width: 20px;
      height: 20px;
      stroke: #05439C;
   }
}

/* ===== 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: #0f1f3d;
   margin-bottom: 16px;
}

.adm-info__title span {
   color: #05439C;
}

.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: #05439C;
   border: 1.5px solid #05439C;
   border-radius: 20px;
   padding: 5px 14px;
}

.adm-info__program-type {
   font-size: 11px;
   font-weight: 700;
   color: #fff;
   background: #0f1f3d;
   padding: 4px 12px;
   border-radius: 6px;
   display: inline-block;
   font-style: normal;
}

.adm-info__program-name h3 {
   font-size: 36px;
   font-weight: 900;
   color: #0f1f3d;
   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--blue {
   background: #e8f0fe;
   color: #05439C;
}

.adm-info__tag--navy {
   background: #0f1f3d;
   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: #05439C;
   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: #05439C;
   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: #0f1f3d;
   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: #05439C;
   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: #0f1f3d;
   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: 20px !important;
   overflow: hidden !important;
}

.form_wrapper .form_box h3 {
   margin: -20px -20px 0 -20px !important;
   padding: 14px 20px !important;
}

@media (max-width: 991px) {
   .form_wrapper .form_box {
      margin-top: 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: #05439C;
}

/* Mobile Call Button */
.mobile-call-btn {
   display: flex;
   align-items: center;
   background: #05439C;
   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;
   }
}