












.hero-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  perspective: 1000px;
}



.hero-card {
  width: clamp(180px, 24vw, 320px);
  height: clamp(260px, 30vw, 400px);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.4s ease;
}

.hero-card:nth-child(odd) {
  transform: rotateY(6deg);
}

.hero-card:nth-child(even) {
  transform: rotateY(-6deg);
}

.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(12px, 2vw, 20px);
  background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.85));
}

.hero-overlay h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-company-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-pill {
  background: #fff;
  gap: 20px;
  border-radius: 999px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-pill span {
  font-size: 12px;
  color: #444;
  font-weight: 500;
}

.hero-company {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-company img {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.hero-salary {
  background: #8be03f;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 0 0 10px 10px;
}



.hero-marquee::before,
.hero-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: clamp(50px, 8vw, 140px);
  height: 100%;
  z-index: 3;
}

.hero-marquee::before {
  left: -10px;
  background: linear-gradient(to right, #0f2b5d, transparent);
}

.hero-marquee::after {
  right: -10px;
  background: linear-gradient(to left, #051532, transparent);
}




.partner-left {
  display: flex;
  align-items: center;
  gap: 0;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  place-items: center;
}

.partner-row {
  display: contents;
}
.partner-label {
  font-size: 16px;
  font-weight: 600;
  color: #4b5563;
  margin-right: 20px;
  white-space: nowrap;
}
.rating-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 200px;
  height: 72px;
  padding: 0 20px;
  border: 0.5px solid #51c0e0;
  border-radius: 15px;
  background: radial-gradient(
    circle at center,
    rgb(240, 236, 236) 0%,
    rgba(239, 242, 244, 0.95) 32%,
    rgba(115, 166, 255, 0.28) 68%,
    rgba(133, 156, 223, 0.38) 100%
  );
  box-shadow: inset 0 0 20px rgba(0, 67, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.rating-score {
  font-size: 28px;
  font-weight: 600;
  color: #111827;
}


.logo-divider {
  display: flex;
  justify-content: center;
}

.partner-logo {
  height: 47px;
  width: auto;
  object-fit: contain;
}

.partner-right {
  display: flex;
  align-items: center;
  gap: 14px;
}


.rating-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rating-img {
  height: 18px;
  width: auto;
  object-fit: contain;
}

.stars {
  display: flex;
  gap: 2px;
}

.stars img {
  width: 14px;
  height: 14px;
}






.stats-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #66bb46;
  color: #fff;
  padding: 7px 24px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

.stats-title h2 {
  margin: auto;
  color: #003da5;
  width: 83%;
  font-size: 42px;
}

.stats-description {
  margin: 18px auto 50px;
  color: #565656;
  font-weight: 600;
  width: 90%;
  font-size: 16px;
  line-height: 1.7;
}


.stats-grid {
  max-width: 65%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}


.stats-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(
    to right,
    rgba(215, 232, 207, 0.3),
    #d7e8cf 15%,
    #d7e8cf 85%,
    rgba(215, 232, 207, 0.3)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.stat-card {
  background: #fff;
  padding: 42px 20px;
}

.stat-card:not(:last-child) {
  border-right: 2px solid #d7e8cf;
}


.stat-number {
  font-family: "Instrument Sans", sans-serif;
  font-size: 58px;
  font-weight: 700;
  color: #0055d4;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #012667, #0f3b84, #0460ff, #77aaf0);
  /* background: linear-gradient(90deg, #012667,#0F3B84,#346bf7, #006aff ); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.stat-label {
  background: linear-gradient(90deg, #012667, #0f3b84, #0460ff, #77aaf0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 18px;
}


/* ----- CRITICAL :: MAX-WIDTH  (down: 2560 -> 480) ----- */

/* -- <= 2560px -- */
@media (max-width: 2560px) {
  .partner-label{font-size: 19px}
}

/* -- <= 1920px -- */
@media (max-width: 1920px) {
  .partner-label{font-size: 17px}
}

/* -- <= 1440px -- */
@media (max-width: 1440px) {
  .partner-label{font-size: 16px}
  .rating-card{min-width: 200px;height: 72px;padding:0 15px;}
}




@media (max-width: 1280px) {
  .partner-label{font-size: 15px}
  .rating-card{min-width: 158px;height: 57px;padding:0 10px;}
  .rating-score {font-size: 22px;font-weight:600;}
}
@media (max-width: 1280px) {
  .stats-title h2 {
      font-size: 35px;
    }
}
@media (max-width: 1280px) {
  .stat-number {
      font-size: 45px;
    }
}

/* -- <= 1200px -- */
@media (max-width: 1200px) and (min-width: 600px) {
  .hero-content h1 {
      font-size: 46px;
    }
}
@media (max-width: 1200px) {






    .hero-marquee {
      width: 100%;
    }
}
@media (max-width: 1200px) and (min-width: 1025px) {


    .partner-right {
      flex-wrap: wrap;
    }
}

/* -- <= 1024px -- */
@media (max-width: 1024px) {


    .partner-left {
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .partner-label {
      text-align: center;
    }

    .partner-logos {
      justify-items: center;
    }
}
@media (max-width: 1024px) {
  .stats-grid {
      max-width: 80%;
    }
}

/* -- <= 900px -- */
@media (max-width: 900px) {
  .stats-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .stat-card:nth-child(1),
    .stat-card:nth-child(2) {
      border-bottom: 1px solid #d7e8cf;
    }

    .stat-card:nth-child(2) {
      border-right: none;
    }
}

/* -- <= 768px -- */
@media (max-width: 768px) {
  .hero-marquee::after {
      right: -8px;
    }

    .hero-card:nth-child(odd),
    .hero-card:nth-child(even) {
      transform: none;
    }

    .hero-overlay h4 {
      font-size: 13px;
      margin-bottom: 6px;
    }

    .hero-pill {
      padding: 6px 10px;
      gap: 10px;
    }

    .hero-pill span {
      font-size: 10px;
    }

    .hero-company img {
      height: 16px;
    }

    .hero-salary {
      font-size: 10px;
      padding: 4px 10px;
    }





}
@media (max-width: 768px) {
  .partner-bar {
      padding: 16px;
    }

    .partner-left {
      flex-wrap: wrap;
      gap: 6px;
    }

    .partner-logos {
      gap: 6px;
      width: 100%;
      justify-items: center;
    }

    .partner-row {
      display: contents;
    }

    .partner-right {
      width: 100%;
    }

    .rating-card {
      min-width: 170px;
      flex: 1;
    }

    .rating-score {
      font-size: 24px;
    }
}
@media (max-width: 768px) {
  .stats-title h2 {
      font-size: 32px;
    }
    .stats-description {
      font-size: 15px;
    }
}

/* -- <= 600px -- */
@media (max-width: 600px) {



    .stats-grid {
      max-width: 90%;
      grid-template-columns: repeat(2, 1fr);
    }

    .stat-card {
      border-bottom: 1px solid #d7e8cf;
    }

    .stat-card:nth-child(1),
    .stat-card:nth-child(3) {
      border-right: 2px solid #d7e8cf;
      border-bottom: 1px solid #d7e8cf;
    }

    .stat-card:nth-child(2),
    .stat-card:nth-child(4) {
      border-right: none !important;
    }

    .stat-card:nth-child(3),
    .stat-card:nth-child(4) {
      border-bottom: none;
    }

    .stat-number {
      font-size: 42px;
    }
}

/* -- <= 576px -- */
@media (max-width: 576px) {
  .stats-description {
      font-size: 16px;
      margin-bottom: 30px;
    }
}
@media (max-width: 576px) {




  .partner-left {
      flex-wrap: wrap;
      gap: 10px 4px;
      width: 100%;
    }

  .partner-label {
      font-size: 15px;
      margin-right: 0;
      width: 100%;
      white-space: nowrap;
    }

  .partner-logos {
      gap: 6px;
      width: 100%;
      justify-items: center;
      margin-bottom: 10px;
    }

  .partner-row {
      display: contents;
    }

  .partner-logo {
      height: 38px;
    }

  .partner-right {
      gap: 6px;
      flex-wrap: nowrap;
    }

  .rating-card {
      flex: 1;
      min-width: 100px;
      height: 52px;
      padding: 0 10px;
      gap: 4px;
    }

  .rating-info {
      gap: 2px;
    }

  .rating-img {
      height: 20px;
    }

  .stars img {
      width: 11px;
      height: 11px;
    }

  .rating-score {
      font-size: 20px;
    }

  .stat-number {
      font-size: 36px;
    }

  .stat-label {
      font-size: 14px;
    }

  .stat-card {
      padding: 24px 12px;
    }
}

/* -- <= 560px -- */
@media (max-width: 560px) {
  .stats-title h2{
      font-size: 30px;
    }
}

/* -- <= 480px -- */
@media (max-width: 480px) {
  .hero-overlay h4 {
      font-size: 11px;
    }

    .hero-pill {
      padding: 4px 8px;
    }




}
@media (max-width: 480px) {
  .stats-title h2 {
      font-size: 26px;
      width: 92%;
    }
    .stats-description {
      font-size: 16px;width: 81%;
    }
}

/* ----- CRITICAL :: MIN-WIDTH  (up: 1280 -> 2560) ----- */

/* -- >= 1280px -- */
@media (min-width: 1280px) {
  .hero {
      min-height: 580px;
    }
}
@media (min-width: 1280px) {
  .stats-title {
      font-size: 40px;
    }
}

/* -- >= 1440px -- */
@media (min-width: 1440px) {


    .hero {
      min-height: 620px;
    }
}

/* -- >= 1920px -- */
@media (min-width: 1920px) {


    .hero {
      height: 720px;
    }
    .hero-overlay h4 {
      font-size: 18px;
    }

}
@media (min-width: 1920px) {
  .rating-score {
      font-size: 34px;
    }
}
@media (min-width: 1920px) {
  .stats-badge {
      font-size: 22px;
    }
    .stats-title {
      font-size: 48px;
    }
    .stats-description {
      font-size: 18px;
    }
    .stat-number {
      font-size: 68px;
    }
    .stat-label {
      font-size: 22px;
    }
}

/* -- >= 2560px -- */
@media (min-width: 2560px) {
  .hero-content h1 {
      font-size: 72px;
    }
    .hero-content p {
      font-size: 22px;
    }
    .hero {
      min-height: 800px;
    }
    .hero-overlay h4 {
      font-size: 22px;
    }
    .hero-badge {
      width: 560px;
      font-size: 22px;
      max-width: none;
    }
}
@media (min-width: 2560px) {
  .rating-score {
      font-size: 40px;
    }
}
@media (min-width: 2560px) {
  .stats-badge {
      font-size: 26px;
    }
    .stats-title {
      font-size: 58px;
    }
    .stats-description {
      font-size: 20px;
    }
    .stat-number {
      font-size: 80px;
    }
    .stat-label {
      font-size: 26px;
    }
}


/* ==========================================================================
   BLOCK 2 — REST OF PAGE
   ========================================================================== */

/* PLACEMENT NETWORK */
.section {
  background:
    radial-gradient(circle at center, rgba(0, 110, 255, 0.18), transparent 45%),
    radial-gradient(
      circle at center bottom,
      rgba(0, 61, 165, 0.4),
      transparent 60%
    ),
    linear-gradient(180deg, #00184d 0%, #003da5 100%);
  padding: 80px 0;
  overflow: hidden;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}

.heading h3 {
  color: #66bb46;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.heading p {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
}

.placement-marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.placement-marquee-wrapper:hover .track {
  animation-play-state: paused;
}

.marquee {
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
}

.track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.track-group {
  display: flex;
  flex-shrink: 0;
  gap: 14px;
  padding-right: 14px;
}

.row1 {
  animation: scrollLeft 40s linear infinite;
}

.row2 {
  animation: scrollRight 40s linear infinite;
}

.row3 {
  animation: scrollLeft 40s linear infinite;
}

.logo {
    
  width: 200px;
  height: 75px;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;    
    

  font-size: 26px;
  font-weight: 700;
  color: #333;

  margin: 0 7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.logo img {
  width: 150px;
  height: 50px;
  object-fit: contain;

  
}

.row1 {
  animation: marqueeLeft 40s linear infinite;
}


/* ROW 2 - RIGHT */
.row2 {
  animation: marqueeRight 46s linear infinite;
}


/* ROW 3 - LEFT */
.row3 {
  animation: marqueeLeft 42s linear infinite;
}


/* MOVE LEFT */
@keyframes marqueeLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* MOVE RIGHT */
@keyframes marqueeRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}


/* OPTIONAL - PAUSE WHEN USER HOVERS */
.marquee:hover .track {
  animation-play-state: paused;
}


/* MOBILE */
@media (max-width: 599px) {

  .marquee {
    margin-bottom: 9px;
  }

  .track-group {
    gap: 10px;
    padding-right: 10px;
  }

  .logo {
    width: 145px;
    height: 60px;
    border-radius: 10px;
  }

  .logo img {
    max-width: 82%;
    max-height: 42px;
  }

  .row1 {
    animation-duration: 60s;
  }

  .row2 {
    animation-duration: 60s;
  }

  .row3 {
    animation-duration: 60s;
  }
}




.cards {
  display: none;
}

.card {
  border: 1px solid transparent;
  border-radius: 18px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: 0.3s;
  position: relative;
}

.card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 19px;
  padding: 1px;
  background: linear-gradient(
    to bottom,
    rgba(95, 160, 255, 0.5),
    transparent 70%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-6px);
  border-color: #66bb46;
}

.icon {
  margin: auto;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.card h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 16px;
}

.card p {
  margin-top: 12px;
  color: #a9c0ff;
  font-size: 13px;
  line-height: 1.6;
}

.cta {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.cta button {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  background: #66bb46;
  border: 1.5px solid #76e84b;
  box-shadow: 0 0 25px 0 #66bb4691;
}


/* WHY CHOOSE AWDIZ */
.choose-section {
  padding: 60px 16px;
  background: #fff;
}

.choose-container {
  max-width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.choose-title {
  color: #003da5;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

.choose-subtitle {
  color: #111827;
  line-height: 1.8;
  margin-bottom: 35px;
  font-size: 16px;
}

.choose-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.choose-feature {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: #fff;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.3s;
}

.choose-feature:hover {
  background: #f2f8f1;
  border-left: 4px solid #66bb46;
  transform: translateX(6px);
  box-shadow: 0 10px 25px rgba(102, 187, 70, 0.08);
}

.choose-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  transition: 0.3s;
}

.choose-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.choose-feature:hover .choose-icon {
  background: #e7f5e1;
}

.choose-content h3 {
  font-size: 18px;
  color: #111827;
  margin-bottom: 6px;
}

.choose-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

.choose-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-image-box {
  width: 100%;
  max-width: 600px;
  height: 640px;
  border-radius: 50% 50% 15% 15% / 40% 40% 15% 15%;
  background:
    radial-gradient(circle at center, rgba(0, 162, 255, 0.25), transparent 45%),
    linear-gradient(180deg, #001b57, #003da5);
  position: relative;
}

.choose-image-clip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.choose-image-clip img,
.choose-image-clip video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-floating {
  position: absolute;
  width: 120px;
  background: #fff;
  padding: 14px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  animation: float 4s ease-in-out infinite;
  gap: 10px;
}

.choose-card-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-card-icon img {
  width: 50%;
  height: 50%;
  object-fit: contain;
  padding: 6px;
  border: 1px solid var(--green);
  border-radius: 10px;
}

.choose-floating h4 {
  font-size: 28px;
  color: #66bb46;
}

.choose-floating span {
  display: block;
  font-size: 13px;
  color: #6b7280;
}

.choose-card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  top: 10%;
  left: -5%;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(102, 187, 70, 0.25);
}

.choose-card-bottom {
   display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  right: -5%;
  bottom: 10%;
  z-index: 3;
  box-shadow: 0 15px 40px rgba(102, 187, 70, 0.25);
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}


/* CAREER PATHS SECTION */

.career-paths {
  background: #fff;
}
.career-paths .section {
  max-width: 80%;
  margin: auto;
  background: #fff;
  overflow: visible;
  padding: 80px 0;
}
.career-paths .top {
  text-align: center;
  margin-bottom: 24px;
}
.career-paths .top .tag {
  color: #66bb46;
  font-weight: 700;
  font-size: 14px;
}
.career-paths .top h3 {
  color: #0c46b3;
  margin: 10px 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.career-paths .top p {
  margin-top: 8px;
  color: #565656;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.7;
}

.career-paths .tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.career-paths .tab {
  padding: 12px 22px;
  border: 1px solid #a8bdf0;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.career-paths .tab:hover {
  background: #eef3ff;
}
.career-paths .tab.active {
  background: #0c46b3;
  color: #fff;
}
.career-paths .sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-paths .course {
  background: #fff;
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 14px 40px 14px 14px;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.career-paths .course:hover {
  border-color: #d7def1;
}
.career-paths .course.active {
  border-color: #2f66d0;
}
.career-paths .course::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #999;
  transition: transform 0.3s;
}
.career-paths .course.active::after {
  transform: translateY(-50%) rotate(180deg);
  border-top-color: #2f66d0;
}


.career-paths .course-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f1f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.career-paths .course.active .course-icon-wrap {
  background: #2f66d0;
}
.career-paths .course-icon {
  width: 36px;
  height: 36px;
  display: block;
}
.career-paths .course.active .course-icon {
  filter: brightness(0) invert(1);
}
.career-paths .course h4 {
  font-size: 18px;
}
.career-paths .course p {
  font-size: 12px;
  color: #666;
}
.career-paths .card {
  background: #fff;
  border: 2px solid #2f66d0;
  border-radius: 24px;
  overflow: hidden;
  display: none;
}
.career-paths .card.active {
  display: block;
}
.career-paths .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}
.career-paths .content {
  padding: 24px;
  min-width: 0;
}
.career-paths .badge {
  display: block;
  width: fit-content;
  background: #66bb46;
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}
.career-paths .title {
  color: #0c46b3;
  margin: 16px 0;
  overflow-wrap: break-word;
  text-align: left;
  font-size: 28px;
  overflow: hidden;
}
.career-paths .stats {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.career-paths .stat {
  background: #dfeafb;
  padding: 18px;
  flex: 1;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  text-align: left;
}
.career-paths .stat-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-bottom: 2px;
}
.career-paths .stat small {
  color: #5f6778;
  font-size: 13px;
}
.career-paths .learn li {
  margin: 8px 0;
  color: #444;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
  align-items: start;
  text-align: left;
}
.career-paths .tick-icon {
  width: 18px;
  height: 18px;
}
.career-paths .btns {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.career-paths .btn {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.career-paths .btn.green {
  background: #66bb46;
  color: #fff;
  border: none;
}
.career-paths .btn-icon {
  width: 16px;
  height: 16px;
}
.career-paths .image-wrap {
  position: relative;
  overflow: hidden;
}
.career-paths .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.career-paths .image-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.95) 15%,
    rgba(255, 255, 255, 0.5) 40%,
    transparent 60%
  );
  z-index: 1;
}
.career-paths .outcome {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 18, 70, 0.85);
  color: #fff;
  padding: 16px;
  border-radius: 14px;
  z-index: 2;
  text-align: left;
}
.career-paths .bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d7def1;
}
.career-paths .bottom div {
  padding: 16px;
  text-align: center;
}
.career-paths .bottom strong {
  display: block;
  color: #0c46b3;
  font-size: 28px;
}
.career-paths .panel {
  display: none;
}
.career-paths .panel.active {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 18px;
}


/* LEAD FORM BANNER */
/* TOP CAREER PATHS CARDS (from inline) */
.tc-section {
  width: 100%;
  margin: auto;
  padding: 80px 0px 0px 0px;
}

.tc-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.tc-section .section-header h4 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
}

.tc-section .section-header p {
  max-width: 80%;
  margin: auto;
  color: white;
  line-height: 1.7;
  font-size: 16px;
}

.tc-grid {
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
  z-index: 1;
}

/* Blue glow layer */
.tc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0043ff00 50%, #45618a 100%);
  pointer-events: none;
}

/* Top spotlight */
.tc-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: 50%;
  top: -180px;
  transform: translateX(-50%);


  filter: blur(50px);
  pointer-events: none;
}

.tc-card:hover {
  transform: translateY(-8px);
}

.tc-card-img {
  position: relative;
  height: 192px;
  overflow: hidden;
}

.tc-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    transparent 100%
  );
}

.tc-card:hover img {
  transform: scale(1.04);
}


.tc-tag {
position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  background: #8cff5e;
  color: #0d2900;
  padding: 8px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  opacity: 80%;
}

.tc-body {
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  z-index: 5;
  gap: 14px;
}

.tc-body h5 {
  font-size: 21px;
  color: #fff;
  line-height: 1.4;
}

.tc-body p {
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}


.tc-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tc-body-line {
  width: 100%;
  height: 1px;
  background: #6678A9;
}

.tc-duration {
  color: #89B5FF;
  font-weight: 600;
}

.tc-btn {
display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px;
  border-radius: 40px;
  font-weight: 700;
  margin-top: auto;
  transition: 0.3s;
}


.tc-btn:hover {
  background: rgba(118, 232, 75, 0.1);
  border-color: #76e84b;
}

.tc-bottom {
  margin-top: auto;
}

.tc-view {
  text-align: center;
  margin: 40px 0 120px 0;
}


/* JOURNEY / PROCESS SECTION (from inline) */
.journey-wrapper {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}

.top-glow {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 400px;
  background: radial-gradient(
    ellipse,
    #5cc933 0%,
    rgba(92, 201, 51, 0.55) 30%,
    rgba(92, 201, 51, 0.15) 55%,
    transparent 75%
  );
  filter: blur(50px);
  z-index: 1;
  pointer-events: none;
}

.journey-content {
  position: relative;
  z-index: 2;
  padding: 80px;
  border-radius: 100px 100px 0 0;
  background: linear-gradient(
    180deg,
    #00338b 0%,
    #00266f 35%,
    #00184d 70%,
    #00184d 100%
  );
}

.journey-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7cff5b, transparent);
  z-index: 3;
  border-radius: 24px 24px 0 0;
  pointer-events: none;
}

.journey-hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.journey-hero-text small {
  color: #7eff57;
  font-weight: 600;
  font-size:15px;
}

.journey-hero-text h5 {
  margin: 12px 0 20px;
  font-size: clamp(24px, 3.5vw, 64px);
  font-weight: 800;
  color: #fff;
}

.journey-hero-text p {
  color: #d9e5ff;
  line-height: 1.8;
  max-width: 520px;
  font-weight: 600;
  font-size: 16px;
}

.journey-hero-text .sub {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.journey-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  background: #66bb46;
  border: 1.5px solid #76e84b;
  box-shadow: 0 0 25px 0 #66bb4691;
  color: #ffff;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.3s;
}


.journey-btn:hover {
  transform: translateY(-3px);
}

.journey-hero-image img {
width: 90%;
  display: block;
  border-radius: 24px;
  margin: auto;
}


  
 
  

.section-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 70px;
}

.section-title span {
color: var(--green);
  font-weight: 700;
  letter-spacing: .4px;
  font-size: 15px;
  margin-bottom: 8px;
  color: #66bb46;
}

.section-title h5 {
  margin-top: 12px;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}

/* PROCESS CARDS GRID */
.process-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
  width: 98%;
  margin: 50px auto;
}

.process-card-item {
  background: linear-gradient(180deg, #00338b 0%, #00266f 35%, #00184d 100%);
  min-height: 360px;
  padding: 25px;
  border-radius: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    border-color 0.3s ease,
    box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 10px;
}

.process-card-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #7cff5b, transparent);
  z-index: 3;
  pointer-events: none;
}

.process-card-item:hover {
  transform: translateY(-10px);
  border-color: #66bb46;
  box-shadow: 0 15px 40px rgba(102, 187, 70, 0.2);
}

.process-card-number {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.process-card-icon {
  width: 109px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-cards-grid h3 {
  color: #111936;
  font-size: 16px;
  font-weight: 600;
}

.process-card-item h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}


.process-card-item p {
  color: #aeacac;
  font-size: 14px;
  line-height: 22px;
}

.process-card-item ul {
margin-top: auto;
  list-style: none;
  cursor: pointer;
}

.process-card-item li {
font-size: 14px;
  margin: 7px 0;
  color: #cbcaca;
}

.process-card-item li:before {
  content: "●";
  margin-right: 10px;
  color: var(--green);
}

/* card color variants */
.process-cards-grid .blue .process-card-number {
  background: #4d8aff;
  color: #fff;
}

.process-cards-grid .green .process-card-number {
  background: #66bb46;
  color: #fff;
}

.process-cards-grid .purple .process-card-number {
  background: #a78bfa;
  color: #fff;
}

.process-cards-grid .orange .process-card-number {
  background: #fb923c;
  color: #fff;
}


/* .assurance {

  position: relative;
  z-index: 2;
  margin-top: 40px;
  text-align: center;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(90deg, #003DA5  0%, #66BB46 50%, #003DA5 100%  ),
  linear-gradient(90deg, #003DA5  0%, #66BB46 50%, #003DA5 100%  );

}
.assurance h3 {
  font-size: 26px;
  color: #fff; 
}
.assurance p {
  margin-top: 8px;
  color: #d6e2ff;
} */

.assurance {
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: calc(100% - 32px);
  min-height: 79px;
  margin: 40px auto 0;
  text-align: center;
  padding: 14px 20px 12px;
  overflow: hidden;
  border-radius: 0;

  background: linear-gradient(
    90deg,
    rgba(0, 61, 165, 0) 0%,
    rgba(97, 243, 44, 0.42) 55%,
    rgba(0, 61, 165, 0) 100%
  );
}

.assurance h5 {
  color: #fff;
  font-size: 18px;
}

.assurance::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(4, 26, 63, 0) 0%,
    rgba(86, 252, 36, 0.85) 60%,
    rgba(4, 26, 63, 0) 100%
  );
  opacity: 0.75;
}

.assurance::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(4, 26, 63, 0) 0%,
    rgba(82, 129, 65, 0.85) 60%,
    rgba(4, 26, 63, 0) 100%
  );
  opacity: 0.75;
}

.assurance h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
}

.assurance p {
  position: relative;
  z-index: 2;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
}

.bottom-btn {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 30px;
}


/* STUDENT CAREER TRANSFORMATIONS */
.student-section {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  background: #021a4a;
}

.student-title {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

.student-marquee {
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}

.student-track {
  display: flex;
  gap: 16px;
  width: max-content;
}

.student-track.left {
  animation: scrollLeft 40s linear infinite;
}

.student-track.right {
  animation: scrollRight 40s linear infinite;
}

.student-marquee:hover .student-track {
  animation-play-state: paused;
}

.student-card {
  width: 260px;
  height: 168px;

  position: relative;
  overflow: hidden;

  border-radius: 18px;

  background: linear-gradient(
        to top,
        #04193C,#00338B
    );
  flex-shrink: 0;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  display: flex;
}

.student-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;

  background: linear-gradient(90deg, transparent, #7cff5b, transparent);

  z-index: 5;
}

.student-card-content {
  flex: 0 0 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  
}

.name {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.role {
  color: #fff;
  font-size: 16px;
  max-width: 150px;
}

.company-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
}

.at {
  color: #d7e0f5;
  font-size: 12px;
  display: block;
  text-align: center;
}

.company {
  width: 110px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company img {
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.student-img-wrap {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  flex: 0 0 40%;
}

.student-img-wrap .student-img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 120px;
  z-index: 5;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, #021a4a, transparent);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, #021a4a, transparent);
}

.student-features {
  max-width: 80%;
  margin: 50px auto 0;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.student-feature {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.student-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(121, 214, 74, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #79d64a;
  font-size: 24px;
}

.student-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.student-feature h4 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
}

.student-feature p {
  color: #9eb0d0;
  font-size: 15px;
}


/* ========== TESTIMONIAL CAROUSEL (from test.html) ========== */
.carousel-wrapper {
  width: 100%;
  max-width: 100%;
  height: 580px;
  position: relative;
  background: #021a4a;
  overflow: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 900px;
  height: 380px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
  transition:
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.6s ease,
    filter 0.6s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-card {
  display: flex;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.t-card-left {
  width: 38%;
  position: relative;
}

.t-card-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
}

.t-card-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote {
  font-size: 15px;
  line-height: 1.8;
  color: #344054;
  max-width: 95%;
}

.placement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 0 0;
  gap: 12px;
}

.placement > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.placement span {
  font-size: 14px;
  color: #667085;
  font-weight: 700;
}

.placement h2 {
  font-size: 32px;
  color: #101828;
  margin: 4px 0 0;
  text-align: center;
}

.placement img {
  margin-top: 6px;
  max-width: 140px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.overlay h3 {
  font-size: 22px;
  margin-bottom: 6px;
}

.overlay p {
  font-size: 14px;
  opacity: 0.9;
}

.play-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn img {
  width: 48px;
  height: 48px;
}

.nav img {
  width: 60px;
  height: 60px;
}

.slide.active {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 1;
  filter: blur(0);
  z-index: 10;
}

.slide.prev {
  transform: translate(-150%, -50%) scale(0.75);
  opacity: 0.4;
  filter: blur(4px);
  z-index: 5;
}

.slide.next {
  transform: translate(50%, -50%) scale(0.75);
  opacity: 0.4;
  filter: blur(4px);
  z-index: 5;
}

.slide.hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}

.modal-video {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}

.no-transition,
.no-transition::before,
.no-transition::after {
  transition: none !important;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  font-size: 24px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav.prev-btn {
  left: calc(50% - 486px - 30px);
  background: #0056d2;
}

.nav.next-btn {
  left: calc(50% + 486px - 30px);
  background: #0056d2;
}

.dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 20;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #fff;
  width: 30px;
  border-radius: 5px;
}


/* ===== Student Life Section ===== */
#student-life {
  padding: 60px 20px 40px;
  text-align: center;
  background: #ffffff;
}

#student-life .section-container {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.header-wrap {
  width: 998px;
  max-width: 100%;
  min-height: 186px;
  margin: 0 auto;
}

#student-life h5 {
  color: #003da5;
  letter-spacing: -0.5px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

#student-life .section-desc {
  font-size: clamp(14px, 1.6vw, 16px);
  color: #3b485e;
  line-height: 1.7;
}

#student-life .tabs {
  height: 44px;
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  margin: auto;
}

#student-life .tab-btn {
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: #dce5f6;
  color: #555555;
  position: relative;
  transition: color 0.2s ease;
  outline: none;
}

#student-life .tab-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  transition: background 0.2s ease;
}

#student-life .tab-btn:hover::after,
#student-life .tab-btn.active::after {
  background: #66bb46;
}

#student-life .tab-btn.active {
  color: #111111;
  font-weight: 700;
}

#student-life .tab-btn:hover {
  color: #111111;
}

#student-life .tab-content {
  display: none;
}

#student-life .tab-content.active {
  display: block;
}

.student-gallery {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 10px;
  width: 80%;
  margin: 0 auto;
  align-items: start;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gallery-card {
  overflow: hidden;
  background: #dddddd;
  border-radius: 10px;
}

.gallery-card img,
.gallery-card-bottom-middle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-card-tall {
  height: 334px;
}

.gallery-card-middle {
  height: 263px;
}

.gallery-card-bottom {
  height: 234px;
}

.gallery-card-bottom-middle {
  height: 305px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.gallery-card-bottom-middle .cm-img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  background: #dddddd;
}


/* ===== Gallery Modal ===== */
.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-modal.show {
    display: flex;
}

.gallery-modal-content {
    max-width: 75vw;
    max-height: 85vh;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: 3px solid #fff;
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.gallery-modal-close:hover {
    color: #ccc;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 30px;
    padding: 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.2s;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.4);
}

.gallery-prev { left: 20px; }
.gallery-next { right: 20px; }


/* ===== Career Hero Section ===== */
.ch-hero {
  background: #f2f4fb;
  overflow: hidden;
}

.ch-stage {
  position: relative;
  width: 95%;
  margin-inline: auto;
  padding: 36px 0 40px;
}

.ch-inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}

.ch-title {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(26px, 4.5vw, 32px);
  line-height: 1.2;
  letter-spacing: -.02em;
  color: #0f172a;
}

.ch-blue {
  color: #2563eb;
}

.ch-green {
  color: #22c55e;
}

.ch-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #22c55e;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(34, 197, 94, .32);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.ch-cta:hover {
  background: #16a34a;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(34, 197, 94, .4);
}

.ch-cta-arrow {
  display: none;
}

.ch-cta:hover .ch-cta-arrow {
  transform: translateX(4px);
}

.ch-envelope-wrap {
  position: relative;
  margin: 24px auto 0;
  width: 64%;
  max-width: 240px;
}

.ch-envelope {
display: block;
  width: 80%;
  height: auto;
  filter: drop-shadow(0 20px 34px rgba(99, 102, 241, .16));
  margin: auto;
}

.ch-arrow {
  position: absolute;
  width: 130px;
  height: auto;
  top: -10px;
  pointer-events: none;
}

.ch-arrow-right {
  left: calc(100% - 40px);
}

.ch-arrow-left {
  right: calc(100% - 40px);
  transform: scaleX(-1);
}

.ch-cards {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 95%;
  margin: 20px auto;
}

.ch-card {
background: #fff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05);
}

.ch-avatar {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--soft);
}

.ch-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  display: block;
  padding: 1%;
}

.ch-badge {
  position: absolute;
  top: 30px;
right: -20px;
width: 34px;
height: 34px;
  border-radius: 50%;
  background: var(--ring);
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(15, 23, 42, .15);
}

.ch-role {
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #0f172a;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  line-height: 1;
}

.ch-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ring);
  display: inline-block;
}


@keyframes chFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}


/* ===== FAQ Book Career Section (from test.html) ===== */
#faq-book-career {
  width: 100%;
  background: #ffffff;
}

.faq-book-career-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 40px;
  align-items: start;
  background: #ffffff;
}

.faq-book-career-left {
  padding-top: 12px;
}

.faq-book-career-left h5 {
  color: #003da5;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

.faq-book-career-left p {
  font-size: 14px;
  line-height: 1.5;
  color: #3b485e;
  margin-bottom: 28px;
  max-width: 320px;
}

.faq-book-career-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 189px;
  height: 52px;
  padding: 8px 24px;
  border-radius: 999px;
  background: #003da5;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 61, 165, 0.18);
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
  margin-top: 20px;
}

.faq-book-career-btn:hover {
  background: #003da5;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(111, 234, 66, 0.28);
}

.faq-book-career-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.faq-item {
  border-bottom: 1px solid #e9fdff;
  transition: background 0.2s ease;
  border-radius: 5px;
}

.faq-item.active {
  background: #f5f5f2;
}

.faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 56px 1fr 24px;
  align-items: center;
  gap: 24px;
  background: transparent;
  border: none;
  padding: 18px 14px;
  text-align: left;
  cursor: pointer;
}

.faq-number {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  color: #66bb46;
  letter-spacing: 0.02em;
}

.faq-title {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #003da5;
  padding-right: 14px;
}

.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 24px;
  line-height: 1;
  color: #66bb46;
  transition: transform 0.2s ease;
  font-weight: 300;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 56px 24px 94px;
  color: #5d6778;
  font-size: 14px;
  line-height: 1.65;
  max-width: 760px;
}

.faq-item.active .faq-answer {
  display: block;
}


/* === AWARDS & RECOGNITION === */

.awards-section {
  padding: 80px 0;
  background: #fff;
}

.awards-section .container {
  position: relative;
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

.awards-section .heading {
  text-align: center;
  margin-bottom: 50px;
}

.awards-section .heading h5 {
  color: #0a4bb8;
  margin-bottom: 16px;
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

.awards-section .heading p {
  max-width: 1000px;
  margin: auto;
  color: #6b7280;
  line-height: 1.7;
  font-size: 16px;
}

.awards-section .slider-wrapper {
  overflow: hidden;
}

.awards-section .slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 5px;
}

.awards-section .slider::-webkit-scrollbar {
  display: none;
}

.awards-section .award-card {
  flex: 0 0 calc(25% - 15px);


  background: #f1fdff;
  border: 1px solid #d8eaf2;

  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;

  transition: 0.3s ease;
}

.awards-section .award-card:hover {
  transform: translateY(-5px);
}

.awards-section .award-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.awards-section .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.awards-section .card-body a {
  margin-top: auto;
}

.awards-section .award {
  display: flex;
  align-items: center;
  gap: 12px;
}

.awards-section .award-logo {
  height: 45px;
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 700;
  color: #0a4bb8;
  font-size: 12px;
}

.awards-section .award-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.awards-section .award-info span {
  display: block;
  color: #6b7280;
  font-size: 12px;
}

.awards-section .award-info strong {
  color: #0a4bb8;
  font-size: 14px;
}

.awards-section .divider {
  height: 2px;
  background: #a4e3fd;
  margin: 18px 0;
}

.awards-section .award-card h6 {
  color: #374151;
  margin-bottom: 12px;
  font-size: clamp(16px, 1.042vw, 20px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.awards-section .award-card p {
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 16px;
  font-size: 14px;
}

.awards-section .award-card a {
  color: #69c145;
  text-decoration: none;
  font-weight: 600;
}

.awards-section .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.awards-section .arrow svg {
  filter: brightness(1) invert(1);
}

.nav.prev-btn svg,
.nav.next-btn svg {
  filter: brightness(0) invert(1);
}

.awards-section .prev {
  left: 5px;
}

.awards-section .next {
  right: 5px;
}

.awards-section .progress {
  width: 120px;
  height: 8px;

  background: #d9e1e8;

  margin: 40px auto 0;

  border-radius: 999px;
  overflow: hidden;
}

.awards-section .progress-bar {
  width: 40%;
  height: 100%;
  background: #69c145;
  border-radius: 999px;
}

.awards-section .promise {
  text-align: center;
  margin-top: 25px;

  font-size: 22px;
  font-weight: 700;

  color: #69c145;
}


.cert-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
}

.cert-modal.show {
    display: flex;
}




.cert-modal-content {
    max-width: 78vw;
    max-height: 85vh;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: 3px solid #fff;
}

.cert-modal-close {
    position: absolute;
    top: 4%;
    right: 9%;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 599px) {
  .cert-modal-content {
    max-width: 95%;
  }

  .cert-modal-close {
    position: absolute;
    top: 33%;
    right: 5%;
  }
}

.cert-modal-close:hover {
    color: #ccc;
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.gallery-modal.show {
    display: flex;
}

.gallery-modal-content {
    max-width: 75vw;
    max-height: 85vh;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    border: 3px solid #fff;
}

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.gallery-modal-close:hover {
    color: #ccc;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: none;
    font-size: 30px;
    padding: 16px 20px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background 0.2s;
}

.gallery-nav:hover {
    background: rgba(255, 255, 255, 0.4);
}

.gallery-prev {
    left: 20px;
}

.gallery-next {
    right: 20px;
}


.choose-path-wrapper {
	width: 100%;
	height: 100%;
	background: var(--white);
}

.awdiz {
	--blue: #1b46c9;
	--blue-d: #12308f;
	--navy: #0d1f4d;
	--green: #4fa842;
	--green-d: #438f38;
	--ink: #14213d;
	--muted: #5b6b85;
	--line: #d7e2f7;
	--line-2: #e6eefb;
	--tint: #eef4fe;
	--tint-2: #f4f8ff;
	--white: #fff;
	--shadow: 0 10px 30px rgba(20, 45, 110, .08);
	font-family: "Instrument Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
color: var(--ink);
	-webkit-font-smoothing: antialiased;
}

.awdiz-inner {
	max-width: 95%;
	margin: 0 auto;
	padding: 48px 0px 60px;
}

.awdiz .awz-tabpanels {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0px;
	height: 550px;
}


/* heading */

.awdiz .awz-head {
	text-align: center;
	margin-bottom: 30px;
}

.awdiz .awz-eyebrow {
	color: var(--green);
	font-weight: 700;
	letter-spacing: .4px;
	font-size: 15px;
	margin-bottom: 8px;
}

.awdiz .awz-title {
	color: var(--blue);
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -.5px;
}

.awdiz .awz-sub {
	margin-top: 14px;
  max-width: 90%;
  margin-inline: auto;
  color: #565656;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
}


/* tabs */

.awdiz .awz-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-bottom: 26px;
	width: 95%;
}

.awdiz .awz-tab {
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	color: var(--blue);
	background: var(--white);
	border: 1.5px solid var(--line);
	border-radius: 999px;
	padding: 0 20px;
	cursor: pointer;
	white-space: nowrap;
	transition: background .18s, color .18s, border-color .18s, box-shadow .18s;
	height: 38px;
}

.awdiz .awz-tab:hover {
	border-color: var(--blue);
}

.awdiz .awz-tab.active {
	background: var(--blue);
	color: #fff;
	border-color: var(--blue);
	box-shadow: 0 6px 16px rgba(27, 70, 201, .28);
	font-weight: 600;
}


/* tab panels */

.awdiz .awz-tabpanel {
	display: none;
}

.awdiz .awz-tabpanel.active {
	display: block;
}


/* ---- DESKTOP layout (single source, display:contents grid) ---- */

.awdiz .awz-courses {
	display: grid;
	grid-template-columns: 300px 1fr;
	grid-template-rows: auto auto auto auto 1fr;
	/* 4 course heads + flexible spacer */
	column-gap: 20px;
	row-gap: 12px;
	align-content: start;
	height: 550px;
}

.awdiz .awz-course {
	display: contents;
}


/* course head = left-rail card on desktop */

.awdiz .awz-course-head {
	grid-column: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	text-align: left;
	font: inherit;
	background: var(--white);
	border: 1px solid var(--line-2);
	border-radius: 14px;
	padding: 16px;
	cursor: pointer;
	transition: border-color .18s, box-shadow .18s, background .18s;
}

.awdiz .awz-course-head:hover {
	border-color: var(--line);
}

.awdiz .awz-course.active .awz-course-head {
	border-color: var(--blue);
	background: var(--tint-2);
	
}

.awdiz .awz-rail-ic {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	color: var(--blue);
	background: #eaf0fb;
}

.awdiz .awz-rail-ic svg {
	width: 22px;
	height: 22px;
}

.awdiz .awz-course.active .awz-rail-ic {
	background: var(--blue);
	color: #fff;
}

.awdiz .awz-rail-tx {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.awdiz .awz-rail-t {
	font-weight: 700;
	font-size: 14px;
	color: var(--ink);
}

.awdiz .awz-rail-s {
	font-size: 13px;
	color: var(--muted);
	font-weight: 500;
}

.awdiz .awz-chev {
	display: none;
}


/* course details = right panel card on desktop */

.awdiz .awz-course-details {
	grid-column: 2;
	grid-row: 1 / -1;
	align-self: start;
	display: none;
	border-radius: 20px;
	background: var(--white);
	box-shadow: var(--shadow);
	overflow: hidden;
	max-height: none;
	max-height: 550px;
}

.awdiz .awz-course.active .awz-course-details {
	display: block;
	animation: awzFade .25s ease;
	border: 1px solid var(--blue);
}

@keyframes awzFade {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}


/* details internal layout */

.awdiz .awz-detail-grid {
	display: grid;
	grid-template-columns: 1fr 48%;
}

.awdiz .awz-detail-main {
	padding: 28px 4px 29px 26px;
}

.awdiz .awz-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11.5px;
	font-weight: 700;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: #fff;
	background: var(--green);
	padding: 7px 14px;
	border-radius: 999px;
}

.awdiz .awz-badge svg {
	width: 14px;
	height: 14px;
}

.awdiz .awz-ctitle {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.12;
	color: var(--blue);
	margin: 16px 0 22px;
}

.awdiz .awz-metastrip {
	display: flex;
	gap: 14px;
	margin-bottom: 22px;
	flex-wrap: wrap;
}

.awdiz .awz-meta {
flex: 1 1 120px;
  background: #DEF;
  border-radius: 12px;
  padding: 6px 16px;
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
}

.awdiz .awz-meta-ic {
	color: var(--blue);
}

.awdiz .awz-meta-ic svg {
	width: 20px;
	height: 20px;
}

.awdiz .awz-meta-v {
  font-size: 18px;
	font-weight: 700;
	color: var(--ink);
	margin-top: 2px;
}

.awdiz .awz-meta-l {
	font-size: 11px;
	color: var(--muted);
	text-transform: uppercase;
	font-weight: 500;
	
}

.awdiz .awz-learn-h {
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #2a3a5c;
	margin-bottom: 14px;
}

.awdiz .awz-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}


.awdiz .awz-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	color: #334063;
}

.awdiz .awz-tick {
	flex: 0 0 auto;
	color: var(--green);
	margin-top: 1px;
}

.awdiz .awz-tick svg {
	width: 18px;
	height: 18px;
}

.awdiz .awz-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.awdiz .awz-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font: inherit;
	font-size: 14.5px;
	font-weight: 600;
	padding: 12px 20px;
	border-radius: 10px;
	cursor: pointer;
	text-decoration: none;
	transition: background .18s, box-shadow .18s, border-color .18s, color .18s;
}

.awdiz .awz-ic-sm svg {
	width: 17px;
	height: 17px;
}

.awdiz .awz-btn-ghost {
	color: var(--ink);
	background: #fff;
	border: 1.5px solid var(--line);
}

.awdiz .awz-btn-ghost:hover {
	border-color: var(--blue);
	color: var(--blue);
}

.awdiz .awz-btn-green {
	color: #fff;
	background: var(--green);
	border: 1.5px solid var(--green);
}

.awdiz .awz-btn-green:hover {
	background: var(--green-d);
	box-shadow: 0 8px 18px rgba(79, 168, 66, .3);
}


/* media column: student image + outcome overlay */

.awdiz .awz-detail-media {
	position: relative;
	min-height: 100%;
	background: linear-gradient(150deg, #20408f, #0d1f4d 70%);
	/* fallback shown until image loads */
}

.awdiz .awz-detail-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, #fff 0%, transparent 5%);
	pointer-events: none;
	z-index: 1;
}

.awdiz .awz-hero {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.awdiz .awz-outcome {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 18px;
	background: rgba(11, 26, 66, .82);
	backdrop-filter: blur(2px);
	border-radius: 12px;
	padding: 16px 18px;
	z-index: 2;
}

.awdiz .awz-outcome-k {
	color: #8fb4ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.awdiz .awz-outcome-t {
	color: #fff;
	font-size: 14.5px;
	line-height: 1.5;
}

.awdiz .awz-outcome-t b {
	font-weight: 700;
}


/* stats bar inside each course, spanning full details width */

.awdiz .awz-statsbar {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1.5px solid var(--line-2);
	/* footer divider, not a full box */
	padding: 22px 30px;
	background: linear-gradient(180deg, #fff, #f6faff);
	/* remove: margin-top, border, border-radius from the last change */
}

.awdiz .awz-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	text-align: center;
}

.awdiz .awz-stat-n {
	font-size: 23px;
	font-weight: 700;
	color: var(--blue);
}

.awdiz .awz-stat-l {
	font-size: 12px;
	color: var(--muted);
	text-transform: uppercase;
	font-weight: 500;
}


/* =======================================================================
   MOBILE & MD  (<= 1199px) — sticky tabs + single-open accordion
   ======================================================================= */


/* a11y */

.awdiz button:focus-visible,
.awdiz a:focus-visible {
	outline: 2.5px solid var(--blue);
	outline-offset: 2px;
	border-radius: 8px;
}


/* ----- REST :: MAX-WIDTH  (down: 1280 -> 480) ----- */

/* -- <= 1280px -- */
@media (max-width: 1280px) {
  .heading h3 {
      font-size: 30px;
    }

  .heading p {
      font-size: 14px;
    }
}
@media (max-width: 1280px) {
  .choose-title {
      font-size: 38px;
    }

  .choose-subtitle {
      font-size: 15px;
    }

  .choose-content h3 {
      font-size: 17px;
    }

  .choose-content p {
      font-size: 13px;
    }

  .choose-floating h4 {
      font-size: 24px;
    }
}
@media (max-width: 1280px) {
  .choose-image-box {
      height: 560px;
      max-width: 520px;
    }
}
@media (max-width: 1280px) {
  .career-paths .top h3 {
      font-size: 38px;
    }

  .career-paths .top p {
      font-size: 16px;
    }

  .career-paths .course h4 {
      font-size: 18px;
    }

  .career-paths .course p {
      font-size: 12px;
    }

  .career-paths .title {
      font-size: 26px;
    }
}
@media (max-width: 1280px) {
  .tc-body h5 {
      font-size: 16px;
    }

  .tc-section .section-header h4 {
      font-size: 36px;
    }
}
@media (max-width: 1280px) {
  .process-cards-grid {
      width: 100%;
    }

  .section-title h5 {
      font-size: 38px;
    }

  .journey-hero-text h5 {
      font-size: 42px;
    }

  .journey-hero-text p {
      font-size: 16px;
    }

  .process-cards-grid h3 {
      font-size: 14px;
    }

  .process-card-item h3 {
      font-size: 16px;
    }

  .process-card-item p {
      font-size: 14px;
    }

  .assurance h3 {
      font-size: 24px;
    }

  .assurance h5 {
      font-size: 17px;
    }

  .assurance p {
      font-size: 16px;
    }
}
@media (max-width: 1280px) {
  .student-title {
      font-size: 38px;
    }

  .student-feature h4 {
      font-size: 18px;
    }

  .student-feature p {
      font-size: 14px;
    }
}
@media (max-width: 1280px) {
  .quote {
      font-size: 13px;
    }

  .placement h2 {
      font-size: 22px;
    }

  .overlay h3 {
      font-size: 18px;
    }

  .overlay p {
      font-size: 12px;
    }
}
@media (max-width: 1280px) {
  #student-life h5 { font-size: 38px; }

  #student-life .section-desc { font-size: 15px; }
}
@media (max-width: 1280px) {
  .faq-book-career-left h5 {
      font-size: 36px;
    }

  .faq-book-career-left p {
      font-size: 14px;
    }
}
@media (max-width: 1280px) {
  .awards-section .heading h5 {
      font-size: 38px;
    }

  .awards-section .heading p {
      font-size: 16px;
    }

  .awards-section .award-card p {
      font-size: 13px;
    }
}

/* -- <= 1200px -- */
@media (max-width: 1200px) {
  .cards {
      grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1200px) {
  .slide {
      width: 700px;
      height: 320px;
    }

  .slide.active {
      transform: translate(-50%, -50%) scale(1);
    }

  .slide.prev {
      transform: translate(-145%, -50%) scale(0.7);
    }

  .slide.next {
      transform: translate(45%, -50%) scale(0.7);
    }

  .nav.prev-btn {
      left: calc(50% - 350px - 25px);
    }

  .nav.next-btn {
      left: calc(50% + 350px - 25px);
    }
}
@media (max-width: 1200px) {
  .awards-section .award-card {
      flex: 0 0 calc(44.444% - 12px);
      min-width: 0;
    }
}

/* -- <= 1199px -- */
@media (max-width: 1199px) {
  .process-cards-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 25px;
    }
}
@media (max-width: 1199px) {
  .awdiz-inner {
  		padding: 26px 0 40px;
  		max-width: 100%;
  	}

  .awdiz .awz-title {
  		font-size: 28px;
  	}

  .awdiz .awz-sub {
  		font-size: 15px;
  	}

  .awdiz .awz-head {
  		padding: 0 14px;
  		margin-bottom: 18px;
  	}

  /* sticky tab strip, bound to the section; releases when section scrolls past */
  	.awdiz .awz-tabs {
  		position: sticky;
  		top: 0;
  		z-index: 30;
  		justify-content: flex-start;
  		flex-wrap: nowrap;
  		overflow-x: auto;
  		gap: 9px;
  		margin: 0;
  		padding: 12px 14px;
  		background: #fff;
  		border-bottom: 1px solid var(--line-2);
  		box-shadow: 0 6px 12px -8px rgba(20, 45, 110, .25);
  		scrollbar-width: none;
  		width: 100%;
  	}

  .awdiz .awz-tabs::-webkit-scrollbar {
  		display: none;
  	}

  .awdiz .awz-tab {
  		flex: 0 0 auto;
  		padding: 9px 16px;
  		font-size: 13.5px;
  	}

  .awdiz .awz-tabpanels {
  		padding: 14px;
  		background: var(--blue);
  		max-width: none;
  		height: 100%;
  	}

  /* undo desktop grid -> stacked accordion cards */
  	.awdiz .awz-courses {
  		display: block;
  		height: 100%;
  	}

  .awdiz .awz-course {
  		display: block;
  		margin-bottom: 12px;
  	}

  .awdiz .awz-course-head {
  		border: 1px solid var(--line-2);
  		border-radius: 14px;
  		background: white;
  		padding: 15px;
  		margin-bottom: 4px;
  		transition: border-color .2s, box-shadow .2s, border-radius .2s;
  	}

  .awdiz .awz-course.active .awz-course-head {
  		border-radius: 14px 14px 0 0;
  		border-color: var(--blue);
  		background: #DEF;
  	}

  .awdiz .awz-course-head .awz-rail-tx {
  		flex: 1 1 auto;
  	}

  .awdiz .awz-chev {
  		display: block;
  		flex: 0 0 auto;
  		color: var(--blue);
  		transition: transform .25s ease;
  	}

  .awdiz .awz-chev svg {
  		width: 22px;
  		height: 22px;
  		display: block;
  	}

  .awdiz .awz-course.active .awz-chev {
  		transform: rotate(180deg);
  	}

  /* details animate open; visible by default (progressive enhancement, JS refines) */
  	.awdiz .awz-course-details {
  		display: block;
  		border-top: 0;
  		border-radius: 0 0 14px 14px;
  		box-shadow: none;
  		max-height: 0;
  		overflow: hidden;
  		transition: max-height .3s ease, border-color .2s;
  	}

  .awdiz .awz-course.active .awz-course-details {
  		border-color: var(--blue);
  		max-height: 2600px;
  	}

  .awdiz .awz-detail-grid {
  		display: block;
  	}

  .awdiz .awz-detail-main {
  		padding: 16px;
  	}

  .awdiz .awz-ctitle {
  		font-size: 22px;
  		margin: 12px 0 16px;
  	}

  .awdiz .awz-metastrip {
  		gap: 10px;
  	}

  .awdiz .awz-meta {
  		flex: 1 1 90px;
  		padding: 12px;
  	}

  .awdiz .awz-meta-v {
    font-size: 16px;
  	}

  .awdiz .awz-actions {
  	flex-wrap: nowrap;
  	}

  .awdiz .awz-btn {
  		justify-content: center;width: 50%;
      padding: 10px 10px;
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
  	}

  /* student image as a banner on mobile, outcome overlaid at its base */
  	.awdiz .awz-detail-media {
  		margin: 0 16px 16px;
  		height: 190px;
  		border-radius: 14px;
  		overflow: hidden;
  	}

  .awdiz .awz-hero {
  		border-radius: 14px;
  	}

  .awdiz .awz-outcome {
  		left: 12px;
  		right: 12px;
  		bottom: 12px;
  		padding: 14px 16px;
  	}

  .awdiz .awz-statsbar {
  		grid-template-columns: repeat(2, 1fr);
  		row-gap: 18px;
  		padding: 18px 16px;
  		background: var(--tint-2);
  		border-top: 1.5px solid var(--line-2);
  	}
}

/* -- <= 1100px -- */
@media (max-width: 1100px) {
  .faq-book-career-wrap {
      grid-template-columns: 1fr;
      gap: 34px;
    }

  .faq-book-career-left p {
      max-width: 100%;
    }
}

/* -- <= 1024px -- */
@media (max-width: 1024px) {
  .choose-container {
      grid-template-columns: 1fr;
    }

  .choose-visual {
      margin-top: 30px;
    }
}
@media (max-width: 1024px) {
  .tc-card:hover {
      transform: none;
    }

  .tc-card:hover img {
      transform: none;
    }
}
@media (max-width: 1024px) {
  .tc-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 16px;
      padding-bottom: 10px;
    }

  .tc-grid::-webkit-scrollbar {
      display: none;
    }

  .tc-card {
      scroll-snap-align: start;
      flex: 0 0 calc(100% / 2.25);
    }
}
@media (max-width: 1024px) {
  .journey-content {
      padding: 40px 30px;
      border-radius: 40px 40px 0 0;
    }

  .journey-hero {
      grid-template-columns: 1fr;
    }
}
@media (max-width: 1024px) {
  .slide {
      width: 750px;
      height: 400px;
    }

  .slide.active {
      transform: translate(-50%, -50%) scale(1);
    }

  .nav.prev-btn {
      left: calc(50% - 375px - 25px);
    }

  .nav.next-btn {
      left: calc(50% + 375px - 25px);
    }
}
@media (max-width: 1024px) {
  .awdiz .awz-detail-media {
      height: 350px;
    }
}

/* -- <= 1000px -- */
@media (max-width: 1000px) {
  .career-paths .section {
      max-width: 90%;
    }

  .career-paths .tabs {
      position: sticky;
      top: 0;
      z-index: 300;
      width: 100vw;
      box-sizing: border-box;
      background: #fff;
      padding: 12px max(16px, 5vw);
      margin: 12px calc(50% - 50vw) 24px;
    }

  .career-paths .panel.active {
      grid-template-columns: 1fr;
    }

  .career-paths .inner {
      grid-template-columns: 1fr;
    }

  .career-paths .title {
      font-size: 24px;
    }

  .career-paths .top h3 {
      font-size: 36px;
    }
}
@media (max-width: 1000px) and (min-width: 561px) {
  .student-gallery {
      display: flex;
      flex-direction: column;
      gap: 10px;
      width: 100%;
      margin: 0 auto;
    }

  .gallery-col {
      display: flex;
      flex-direction: row;
      gap: 10px;
      width: 100%;
    }

  .gallery-col:nth-child(1) {
      display: flex;
      flex-direction: row;
      gap: 10px;
      width: 100%;
    }

  .gallery-col:nth-child(1) .gallery-card {
      flex: 1;
      height: 284px;
    }

  .gallery-col:nth-child(1) .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .gallery-col:nth-child(2) {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
    }

  .gallery-col:nth-child(2) .gallery-card-middle {
      height: 305px;
    }

  .gallery-col:nth-child(2) .gallery-card-bottom-middle {
      grid-column: span 2;
      height: 305px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }

  .gallery-col:nth-child(2) .gallery-card-bottom-middle .cm-img {
      height: 305px;
      object-fit: cover;
      border-radius: 10px;
    }

  .gallery-col:nth-child(3) {
      display: flex;
      flex-direction: row;
      gap: 10px;
    }

  .gallery-col:nth-child(3) .gallery-card {
      flex: 1;
      height: 284px;
    }

  .gallery-col:nth-child(3) .gallery-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

  .gallery-card-tall,
    .gallery-card-middle,
    .gallery-card-bottom,
    .gallery-card-bottom-middle {
      width: 100%;
    }

  .gallery-card-tall { height: 320px; }

  .gallery-card-middle { height: 260px; }

  .gallery-card-bottom { height: 230px; }

  .gallery-card-bottom-middle { height: auto; }
}

/* -- <= 900px -- */
@media (max-width: 900px) {
  .student-features {
      grid-template-columns: repeat(2, 1fr);
      padding: 0 16px;
      gap: 14px;
    }

  .student-feature h4 {
      font-size: 18px;
    }

  .student-feature p {
      font-size: 14px;
    }
}

/* -- <= 768px -- */
@media (max-width: 768px) {
  .cards {
      grid-template-columns: repeat(2, 1fr);
    }

  .logo {
      width: 130px;
      height: 48px;
    }

  .logo img {
      width: 110px;
      height: 36px;
    }

  .heading h3 {
      font-size: 26px;
    }

  .heading p {
      font-size: 14px;
    }

  .card p {
      font-size: 12px;
    }
}
@media (max-width: 768px) {
  .choose-image-box {
      height: 500px;
    }

  .choose-floating {
      width: 104px;
    }

  .choose-floating h4 {
      font-size: 22px;
    }

  .choose-title {
      font-size: 34px;
    }

  .choose-subtitle {
      font-size: 15px;
    }

  .choose-content p {
      font-size: 13px;
    }

  .choose-content h3 {
      font-size: 18px;
    }
}
@media (max-width: 768px) {
  .career-paths .section {
      max-width: 90%;
    }

  .career-paths .tabs {
      flex-wrap: nowrap;
      overflow-x: auto;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }

  .career-paths .tabs::-webkit-scrollbar {
      display: none;
    }

  .career-paths .tab {
      flex-shrink: 0;
    }

  .career-paths .sidebar {
      padding-bottom: 16px;
    }

  .career-paths .panel.active {
      justify-items: center;
    }

  .career-paths .card.active {
      width: 100%;
    }

  .career-paths .content {
      padding: 16px;
    }

  .career-paths .stats {
      flex-direction: column;
    }

  .career-paths .bottom {
      grid-template-columns: repeat(2, 1fr);
    }

  .career-paths .title {
      font-size: 22px;
    }

  .career-paths .btns {
      flex-direction: column;
    }

  .career-paths .btn {
      justify-content: center;
    }

  .career-paths .top p {
      font-size: 15px;
    }

  .career-paths .course p {
      font-size: 11px;
    }

  .career-paths .top h3 {
      font-size: 32px;
    }

  .career-paths .course h4 {
      font-size: 16px;
    }
}
@media (max-width: 768px) {
  .tc-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      gap: 16px;
      padding-bottom: 10px;
    }

  .tc-grid::-webkit-scrollbar {
      display: none;
    }

  .tc-card {
      scroll-snap-align: start;
      flex: 0 0 66%;
      min-width: 75%;
    }

  .tc-card-img {
      height: 150px;
    }

  .tc-section .section-header h4 {
      font-size: 32px;
    }

  .tc-section .section-header p {
      font-size: 15px;
    }

  .tc-body h5 {
      font-size: 18px;
    }

  .tc-body p {
      font-size: 13px;
    }
}
@media (max-width: 768px) {
  .journey-content {
      padding: 30px 20px;
      border-radius: 30px;
    }

  .journey-hero-text p {
      font-size: 15px;
    }

  .journey-hero-text h5 {
      font-size: 38px;
    }

  .section-title h5 {
      font-size: 32px;
    }

  .process-cards-grid h3 {
      font-size: 14px;
    }

  .process-card-item h3 {
      font-size: 14px;
    }

  .process-card-item p {
      font-size: 12px;
    }

  .assurance h3 {
      font-size: 22px;
    }

  .assurance h5 {
      font-size: 16px;
    }

  .assurance p {
      font-size: 15px;
    }
}
@media (max-width: 768px) {
  .student-section {
      padding: 50px 0;
    }

  .student-title {
      padding: 0 15px;
      margin-bottom: 30px;
      font-size: 32px;
    }

  .student-card {
      width: 242px;
      height: 168px;
      border-radius: 14px;
    }

  .role {
      font-size: 14px;
      max-width: 120px;
    }

  .student-features {
      grid-template-columns: 1fr;
      padding: 0 16px;
      gap: 12px;
    }

  .student-feature {
      padding: 16px;
    }

  .student-feature h4 {
      font-size: 16px;
    }

  .student-feature p {
      font-size: 13px;
    }

  .fade-left,
    .fade-right {
      width: 50px;
    }
}
@media (max-width: 768px) {
  .carousel-wrapper {
      overflow: hidden;
      height: 680px;
    }

  .nav.prev-btn,
    .nav.next-btn {
      display: none;
    }

  .slide {
      width: 92%;
      height: 580px;
    }

  .slide.prev {
      transform: translate(-120%, -50%) scale(0.7);
    }

  .slide.next {
      transform: translate(20%, -50%) scale(0.7);
    }

  .t-card {
      flex-direction: column;
    }

  .t-card-left {
      width: 100%;
      height: 50%;
      flex-shrink: 0;
    }

  .t-card-left img {
      border-radius: 20px 20px 0 0;
    }



  .t-card-right {
      padding: 14px;
      flex: 1;
      min-height: 0;
    }

  .quote {
      font-size: 12px;
      line-height: 1.5;
    }

  .placement span {
      font-size: 11px;
    }

  .placement h2 {
      font-size: 20px;
    }

  .placement img {
      height: 30px;
    }

  .overlay h3 {
      font-size: 16px;
    }

  .overlay p {
      font-size: 11px;
    }

  .slide.prev,
    .slide.next {
      opacity: 0;
    }

  .nav {
      width: 45px;
      height: 45px;
    }

  .nav.prev-btn {
      left: 10px;
    }

  .nav.next-btn {
      left: auto;
      right: 10px;
    }
}
@media (max-width: 768px) {
  #student-life h5 { font-size: 34px; }

  #student-life .section-desc { font-size: 15px; }
}
@media (max-width: 768px) {
  #faq-book-career {
      padding: 40px 14px 60px;
    }

  .faq-question {
      grid-template-columns: 42px 1fr 20px;
      gap: 14px;
      padding: 16px 10px;
    }

  .faq-number {
      font-size: 20px;
    }

  .faq-title {
      font-size: 14px;
      padding-right: 8px;
    }

  .faq-answer {
      padding: 0 18px 18px 56px;
      font-size: 13px;
    }

  .faq-book-career-btn {
      width: 100%;
      justify-content: center;
    }

  .faq-book-career-left h5 {
      font-size: 32px;
    }

  .faq-book-career-left p {
      font-size: 13px;
    }
}
@media (max-width: 768px) {
  .awards-section .heading h5 {
      font-size: 32px;
    }

  .awards-section .heading p {
      font-size: 15px;
    }

  .awards-section .award-card p {
      font-size: 13px;
    }

  .awards-section .promise {
      font-size: 20px;
    }
}

/* -- <= 767px -- */
@media (max-width: 767px) {
  .process-cards-grid {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 20px;
      padding: 0 10px;
      scrollbar-width: none;
    }

  .process-cards-grid::-webkit-scrollbar {
      display: none;
    }

  .process-cards-grid .process-card-item {
      flex: 0 0 80%;
      scroll-snap-align: start;
      min-height: auto;
      padding: 20px;
      opacity: 1;
      transform: none;
    }

  .process-cards-grid .process-card-icon {
      width: 60px;
      height: 60px;
      font-size: 28px;
    }

  .process-cards-grid h3 {
      font-size: 15px;
    }

  .process-card-item p {
      font-size: 12px;
    }

  .process-card-item li {
      font-size: 11px;
    }

  .process-cards-grid .process-card-number {
      width: 35px;
      height: 35px;
      font-size: 12px;
    }

  .journey-hero-text .sub {

    font-size: 15px;

  }
}

/* -- <= 600px -- */
@media (max-width: 600px) {
  .awards-section .slider {
      scroll-snap-type: x mandatory;
    }

  .awards-section .award-card {
      flex: 0 0 80%;
      min-width: 0;
      scroll-snap-align: start;
    }

  .awards-section .arrow {
      display: none;
    }

  .awards-section .promise {
      font-size: 18px;
    }
}

/* -- <= 599px -- */
@media (max-width: 599px) {
  .journey-btn {
      display: flex;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
    }
}
@media (max-width: 599px) {
  .journey-hero-image img{
      width: 100%;
    }
}
@media (max-width: 599px) {
  .awdiz .awz-list {
  		gap: 2px;
  	}
}

/* -- <= 576px -- */
@media (max-width: 576px) {


  .section {
      padding: 50px 0;
    }

  .heading p {
      font-size: 16px;
    }

  .marquee {
      margin: 15px 0;
    }

  .logo {
      width: 145px;
      height: 48px;
    }

  .logo img {
      width: 135px;
      height: 35px;
    }

  .cards {
      gap: 6px;
      margin-top: 30px;
    }

  .card {
      padding: 20px 14px;
    }

  .card h3 {
      font-size: 14px;
    }

  .icon {
      width: 42px;
      height: 42px;
    }

  .cta button {
      padding: 14px 36px;
      font-size: 14px;
    }

  .choose-section {
      padding: 50px 3px;
    }

  .choose-container {
      gap: 40px;max-width: 90%;
    }

  .choose-title {
      font-size: 34px;
    }

  .choose-subtitle {
      font-size: 14px;
      margin-bottom: 24px;
    }

  .choose-feature {
      padding: 14px;
    }

  .choose-image-box {
      height: 360px;
      max-width: 100%;
    }

  .choose-floating {
      width: 88px;
    padding: 8px 12px; border-radius: 10px;
    }

  .choose-floating h4 {
      font-size: 18px;
    }

  .choose-card-icon {
      width: 40px;
      height: 40px;
    }

  .choose-card-icon img {
      width: 100%;
      height: 100%;
      padding: 7px;
    }

  .choose-card-top {
      top: -10px;
      left: 0;
    }

  .choose-card-bottom {
      right: 0;
      bottom: -10px;
    }

  .choose-content p {
      font-size: 13px;
    }
}

/* -- <= 560px -- */
@media (max-width: 560px) {
  #student-life { padding: 45px 14px 40px; }

  .student-gallery { grid-template-columns: 1fr; width: 100%; }

  .gallery-card-tall,
    .gallery-card-middle,
    .gallery-card-bottom { height: 230px; }

  .gallery-card-bottom-middle { height: auto; grid-template-columns: 1fr; }

  .gallery-card-bottom-middle .cm-img { height: 230px; }

  #student-life .tab-btn { padding: 10px 24px; font-size: 14px; }

  #student-life h5 { font-size: 32px; }

  #student-life .section-desc { font-size: 14px; }
}
@media (max-width: 560px) {
  .gallery-nav { font-size: 20px; padding: 12px 14px; }

  .gallery-prev { left: 10px; }

  .gallery-next { right: 10px; }
}
@media (max-width: 560px) {
  .gallery-nav {
          font-size: 20px;
          padding: 12px 14px;
      }

  .gallery-prev {
          left: 10px;
      }

  .gallery-next {
          right: 10px;
      }
}

/* -- <= 500px -- */
@media (max-width: 500px) {
  .cards {
      grid-template-columns: 1fr;
      justify-items: center;
    }

  .card {
      width: 90%;
    }

  .heading h3 {
      font-size: 22px;
    }

  .heading p {
      font-size: 13px;
    }

  .card p {
      font-size: 11px;
    }
}

/* -- <= 480px -- */
@media (max-width: 480px) {
  .heading h3 {
      font-size: 26px;
    }

  .heading p {
      font-size: 16px;
    }

  .card p {
      font-size: 10px;
    }
}
@media (max-width: 480px) {
  .choose-title {
      font-size: 26px;
    }

  .choose-subtitle {
      font-size: 16px;line-height: 1.6;
    }

  .choose-content p {
      font-size: 14px;
    }

  .choose-content h3 {
      font-size: 16px;
    }

  .choose-floating h4 {
      font-size: 16px;
    }

  .choose-container{
    max-width: 90%;}
}
@media (max-width: 480px) {
  .career-paths .title {
      font-size: 18px;
    }

  .career-paths .top p {
      font-size: 14px;
    }

  .career-paths .course p {
      font-size: 10px;
    }

  .career-paths .top h3 {
      font-size: 26px;
    }

  .career-paths .course h4 {
      font-size: 14px;
    }
}
@media (max-width: 480px) {
  .tc-section .section-header h4 {
      font-size: 26px;
    }

  .tc-section .section-header p {
      font-size: 14px;max-width: 90%;
    }

  .tc-body h5 {
      font-size: 15px;
    }

  .tc-body p {
      font-size: 12px;
    }
}
@media (max-width: 480px) {
  .journey-content {
      padding: 20px 14px;
      border-radius: 20px;
    }

  .journey-hero-text p {
      font-size: 14px;
    }

  .journey-hero-text h5 {
      font-size: 32px;
    }

  .section-title h5 {
      font-size: 26px;
    }

  .process-cards-grid h3 {
      font-size: 13px;
    }

  .process-card-item p {
      font-size: 14px;
      line-height: 1.6;
      color: #cbcaca;
      margin-bottom: 0;
    }

  .process-card-item h3 {
      font-size: 16px;
    }

  .assurance h3 {
      font-size: 20px;
    }

  .assurance h5 {
      font-size: 15px;
    }

  .assurance p {
      font-size: 14px;
    }
}
@media (max-width: 480px) {
  .student-section {
      padding: 35px 0;
    }

  .student-title {
      margin-bottom: 22px;
      font-size: 26px;
    }

  .student-card {
      width: 220px;
      height: 130px;
      border-radius: 12px;
    }

  .name {
      font-size: 12px;
    }

  .role {
      font-size: 12px;
      max-width: 90px;
    }

  .at {
      font-size: 10px;
    }

  .company {
      width: 70px;
      height: 28px;
    }

  .company img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
    }

  .student-marquee {
      margin-bottom: 12px;
    }

  .student-features {
      gap: 20px;
    padding: 0;
    }

  .student-feature {
      padding: 12px;
      gap: 10px;
    }

  .student-feature h4 {
      font-size: 14px;
    }

  .student-feature p {
      font-size: 14px;
    }

  .student-icon {
      width: 34px;
      height: 34px;
      font-size: 16px;
    }

  .student-icon img {
      width: 20px;
      height: 20px;
    }

  .student-feature h4 {
      font-size: 13px;
    }



  .fade-left,
    .fade-right {
      width: 30px;
    }
}
@media (max-width: 480px) {
  .quote {
      font-size: 14px;
    }

  .placement span {
      font-size: 10px;
    }

  .placement h2 {
      font-size: 18px;
    }

  .overlay h3 {
      font-size: 14px;
    }

  .overlay p {
      font-size: 10px;
    }
}
@media (max-width: 480px) {
  #student-life h5 { font-size: 26px; }

  #student-life .section-desc { font-size: 13px; }
}
@media (max-width: 480px) {
  #faq-book-career {
      padding: 30px 12px 50px;
    }

  .faq-question {
      grid-template-columns: 32px 1fr 18px;
      gap: 10px;
      padding: 14px 8px;
    }

  .faq-number {
      font-size: 16px;
    }

  .faq-title {
      font-size: 13px;
    }

  .faq-answer {
      padding: 0 12px 14px 42px;
      font-size: 12px;
    }

  .faq-book-career-btn {
      min-width: unset;
      height: 44px;
      font-size: 14px;
    }

  .faq-book-career-left h5 {
      font-size: 26px;
    }

  .faq-book-career-left p {
      font-size: 12px;
    }
}
@media (max-width: 480px) {
  .awards-section .heading h5 {
      font-size: 26px;
    }

  .awards-section .heading p {
      font-size: 14px;
    }

  .awards-section .award-card p {
      font-size: 12px;
    }

  .awards-section .promise {
      font-size: 16px;
    }
}
@media (max-width: 480px) {
  .awdiz .awz-title {font-size: 34px;width: 79%; margin: auto}

  .awdiz .awz-sub{font-size: 16px;max-width: 95%;}
}

/* ----- REST :: MIN-WIDTH  (up: 1001 -> 2560) ----- */

/* -- >= 1001px -- */
@media (min-width: 1001px) {
  .career-paths .course::after {
      display: none;
    }
}

/* -- >= 1025px -- */
@media (min-width: 1025px) {
  .ch-stage {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: clamp(760px, 46vw, 1000px);
      padding: 40px 0;
      background-image:
        radial-gradient(circle, #d7dee9 1.4px, transparent 1.5px),
        radial-gradient(circle, #d7dee9 1.4px, transparent 1.5px);
      background-size: 80px 64px, 80px 64px;
      background-position: 28px 28px, calc(100% - 100px) calc(100% - 100px);
      background-repeat: no-repeat;
      width: 100%;
    }

  .ch-inner {
      width: 60%;
      max-width: 60%;
      margin: 0;
      padding: 0 16px;
    }

  .ch-envelope { width: 100%; }

  .ch-title {
      font-size: clamp(38px, 3.8vw, 56px);
      line-height: 1.15;
      margin-bottom: 28px;
    }

  .ch-cta {
      font-size: clamp(15px, 1.2vw, 18px);
      padding: 14px 28px;
      border-radius: 14px;
    }

  .ch-cta-arrow { display: block; }

  .ch-envelope-wrap {
      width: 42%;
      max-width: 340px;
      margin-top: 34px;
    }

  .ch-arrow {
      width: clamp(150px, 17vw, 244px);
      top: -30px;
    }

  .ch-arrow-right { margin-left: -32px; }

  .ch-arrow-left { margin-right: -14px; }

  .ch-cards {
      display: block;
      position: absolute;
      inset: 0;
      max-width: none;
      padding: 0;
      margin: 0;
      pointer-events: none;
    }

  .ch-card {
      position: absolute;
      background: transparent;
      border-radius: 0;
      padding: 0;
      gap: 12px;
      box-shadow: none;
      pointer-events: auto;
      will-change: transform;
    }

  .ch-avatar {
      width: clamp(100px, 9.5vw, 140px);
      height: clamp(100px, 9.5vw, 140px);
      border: 3px solid var(--ring);
      padding: 4px;
      box-sizing: border-box;
    }

  .ch-avatar img { object-position: center; }

  .ch-badge {
      top: auto;
      bottom: 10%;
      right: -2%;
      width: 32px;
      height: 32px;
    }

  .ch-role {
      background: #fff;
      padding: 9px 16px;
      border-radius: 999px;
      box-shadow: 0 6px 18px rgba(15, 23, 42, .08);
      font-size: 14px;
      white-space: nowrap;
    }

  .ch-c1 { top: 9%; left: 13%; }

  .ch-c2 { top: 8%; right: 12%; }

  .ch-c3 { top: 41%; left: 7%; }

  .ch-c4 { top: 43%; right: 7%; }

  .ch-c5 { bottom: 6%; left: 17%; }

  .ch-c6 { bottom: 5%; right: 14%; }

  .ch-float-a { animation: chFloat 5s ease-in-out infinite; }

  .ch-float-b { animation: chFloat 6.5s ease-in-out infinite .8s; }

  .ch-float-c { animation: chFloat 5.8s ease-in-out infinite 1.6s; }
}

/* -- >= 1330px -- */
@media (min-width: 1330px) {
  .ch-stage {
      width: 90%;
      margin: auto;
    }
}

/* -- >= 1440px -- */
@media (min-width: 1440px) {
  .heading h3 {
      font-size: 34px;
    }

  .heading p {
      font-size: 16px;
    }

  .card p {
      font-size: 13px;
    }
}
@media (min-width: 1440px) {
  .choose-title {
      font-size: 44px;
    }

  .choose-content h3 {
      font-size: 20px;
    }

  .choose-floating h4 {
      font-size: 30px;
    }

  .choose-content p {
      font-size: 15px;
    }

  .choose-subtitle {
      font-size: 16px;
    }

  .choose-image-box {
      height: 600px;
      max-width: 560px;
    }

  .choose-visual {
      justify-content: end;
    }
}
@media (min-width: 1440px) {
  .career-paths .title {
      font-size: 30px;
    }

  .career-paths .course h4 {
      font-size: 19px;
    }

  .career-paths .top p {
      font-size: 17px;
    }

  .career-paths .course p {
      font-size: 13px;
    }

  .career-paths .top h3 {
      font-size: 46px;
    }
}
@media (min-width: 1440px) {
  .tc-body h5 {
      font-size: 20px;
    }

  .tc-section .section-header h4 {
      font-size: 46px;
    }

  .tc-section .section-header p {
      font-size: 17px;
    }

  .tc-body p {
      font-size: 15px;
    }
}
@media (min-width: 1440px) {
  .student-title {
      font-size: 46px;
    }

  .student-feature h4 {
      font-size: 22px;
    }

  .student-feature p {
      font-size: 16px;
    }
}
@media (min-width: 1440px) {
  .section-title h5 {
      font-size: 46px;
    }

  .journey-hero-text h5 {
      font-size: 48px; width: 75%;
    }

  .journey-hero-text p {
      font-size: 17px;
    }

  .process-cards-grid h3 {
      font-size: 16px;
    }

  .process-card-item h3 {
      font-size: 17px;
    }

  .process-card-item p {
      font-size: 15px;
    }

  .assurance h3 {
      font-size: 28px;
    }

  .assurance h5 {
      font-size: 20px;
    }

  .assurance p {
      font-size: 17px;
    }

  .quote {
      font-size: 14px;
    }

  .placement h2 {
      font-size: 26px;
    }

  .overlay h3 {
      font-size: 20px;
    }

  .overlay p {
      font-size: 13px;
    }
}
@media (min-width: 1440px) {
  .faq-book-career-left h5 {
      font-size: 46px;
    }

  .faq-book-career-left p {
      font-size: 15px;
    }
}
@media (min-width: 1440px) {
  .awards-section .heading h5 {
      font-size: 46px;
    }

  .awards-section .heading p {
      font-size: 17px;
    }

  .awards-section .award-card p {
      font-size: 15px;
    }

  .awards-section .promise {
      font-size: 24px;
    }
}

/* -- >= 1800px -- */
@media (min-width: 1800px) {
  .awdiz .awz-tabpanels {
      max-width: 90%;
    }
}

/* -- >= 1920px -- */
@media (min-width: 1920px) {
  .logo {
      font-size: 32px;
    }

  .icon {
      font-size: 28px;
    }

  .cta button {
      font-size: 18px;
    }

  .heading h3 {
      font-size: 38px;
    }

  .heading p {
      font-size: 16px;
    }

  .card p {
      font-size: 14px;
    }
}
@media (min-width: 1920px) {
  .choose-content h3 {
      font-size: 22px;
    }

  .choose-floating h4 {
      font-size: 34px;
    }

  .choose-content p {
      font-size: 16px;
    }

  .choose-title {
      font-size: 52px;
    }

  .choose-subtitle {
      font-size: 17px;
    }

  .choose-image-box {
      height: 700px;
      max-width: 680px;
    }
}
@media (min-width: 1920px) {
  .career-paths .title {
      font-size: 34px;
    }

  .career-paths .course h4 {
      font-size: 20px;
    }

  .career-paths .bottom strong {
      font-size: 34px;
    }

  .career-paths .top p {
      font-size: 17px;
    }

  .career-paths .course p {
      font-size: 13px;
    }

  .career-paths .top h3 {
      font-size: 52px;
    }
}
@media (min-width: 1920px) {
  .tc-body h5 {
      font-size: 24px;
    }

  .tc-section .section-header h4 {
      font-size: 52px;
    }

  .tc-section .section-header p {
      font-size: 18px;
    }

  .tc-body p {
      font-size: 16px;
    }

  .journey-hero-text small{font-size: 20px;}
}
@media (min-width: 1920px) {
  .process-cards-grid h3 {
      font-size: 18px;
    }
}
@media (min-width: 1920px) {
  .process-cards-grid h3 {
      font-size: 18px;
    }

  .process-card-item p {
      font-size: 16px;
    }

  .process-card-item li {
      font-size: 15px;
    }

  .assurance h3 {
      font-size: 32px;
    }

  .section-title h5 {
      font-size: 52px;
    }

  .journey-hero-text h5 {
      font-size: 64px;
    }

  .journey-hero-text p {
      font-size: 18px;
    }

  .process-card-item h3 {
      font-size: 18px;
    }

  .assurance h5 {
      font-size: 22px;
    }

  .assurance p {
      font-size: 18px;
    }
}
@media (min-width: 1920px) {
  .student-feature h4 {
      font-size: 24px;
    }

  .student-feature p {
      font-size: 17px;
    }

  .student-icon {
      font-size: 28px;
    }

  .student-title {
      font-size: 52px;
    }
}
@media (min-width: 1920px) {
  .process-cards-grid h3 {
      font-size: 18px;
    }

  .placement span {
      font-size: 16px;
    }

  .placement h2 {
      font-size: 38px;
    }

  .overlay h3 {
      font-size: 28px;
    }

  .overlay p {
      font-size: 16px;
    }

  .quote {
      font-size: 16px;
    }

  .journey-hero-text h5 {
      font-size: 58px; width: 75%;
    }
}
@media (min-width: 1920px) {
  #student-life .tab-btn { font-size: 18px; }

  #student-life h5 { font-size: 52px; }

  #student-life .section-desc { font-size: 17px; }
}
@media (min-width: 1920px) {
  .faq-number {
      font-size: 28px;
    }

  .faq-title {
      font-size: 18px;
    }

  .faq-answer {
      font-size: 16px;
    }

  .faq-book-career-btn {
      font-size: 18px;
      min-width: 220px;
      height: 60px;
    }

  .faq-book-career-left h5 {
      font-size: 52px;
    }

  .faq-book-career-left p {
      font-size: 16px;
    }
}
@media (min-width: 1920px) {
  .awards-section .promise {
      font-size: 26px;
    }

  .awards-section .heading h5 {
      font-size: 52px;
    }

  .awards-section .heading p {
      font-size: 18px;
    }

  .awards-section .award-card p {
      font-size: 16px;
    }
}

/* -- >= 2560px -- */
@media (min-width: 2560px) {
  .logo {
      font-size: 36px;
    }

  .icon {
      font-size: 32px;
    }

  .cta button {
      font-size: 20px;
    }

  .heading h3 {
      font-size: 42px;
    }

  .heading p {
      font-size: 17px;
    }

  .card p {
      font-size: 15px;
    }
}
@media (min-width: 2560px) {
  .choose-content h3 {
      font-size: 26px;
    }

  .choose-floating h4 {
      font-size: 40px;
    }

  .choose-content p {
      font-size: 18px;
    }

  .choose-title {
      font-size: 58px;
    }

  .choose-subtitle {
      font-size: 18px;
    }

  .choose-image-box {
      height: 780px;
      max-width: 760px;
    }
}
@media (min-width: 2560px) {
  .career-paths .title {
      font-size: 42px;
    }

  .career-paths .bottom strong {
      font-size: 40px;
    }

  .career-paths .top p {
      font-size: 18px;
    }

  .career-paths .course p {
      font-size: 14px;
    }

  .career-paths .top h3 {
      font-size: 58px;
    }

  .career-paths .course h4 {
      font-size: 22px;
    }
}
@media (min-width: 2560px) {
  .tc-body h5 {
      font-size: 31px;
    }

  .tc-section .section-header h4 {
      font-size: 60px;
    }

  .tc-section .section-header p {
      font-size: 20px;
    }

  .tc-body p {
      font-size: 18px;
    }
}
@media (min-width: 2560px) {
  .process-cards-grid h3 {
      font-size: 20px;
    }

  .process-card-item p {
      font-size: 16px;
    }

  .assurance h3 {
      font-size: 36px;
    }

  .section-title h5 {
      font-size: 58px;
    }

  .journey-hero-text h5 {
      font-size: 72px;
    }

  .journey-hero-text p {
      font-size: 20px;
    }

  .process-card-item h3 {
      font-size: 20px;
    }

  .assurance h5 {
      font-size: 24px;
    }

  .assurance p {
      font-size: 20px;
    }
}
@media (min-width: 2560px) {
  .student-feature h4 {
      font-size: 28px;
    }

  .student-feature p {
      font-size: 18px;
    }

  .student-title {
      font-size: 58px;
    }
}
@media (min-width: 2560px) {
  .quote {
      font-size: 20px;
    }

  .placement span {
      font-size: 18px;
    }

  .placement h2 {
      font-size: 42px;
    }

  .overlay h3 {
      font-size: 32px;
    }

  .overlay p {
      font-size: 18px;
    }
}
@media (min-width: 2560px) {
  #student-life .tab-btn { font-size: 20px; }

  #student-life h5 { font-size: 58px; }

  #student-life .section-desc { font-size: 18px; }
}
@media (min-width: 2560px) {
  .faq-number {
      font-size: 32px;
    }

  .faq-title {
      font-size: 22px;
    }

  .faq-answer {
      font-size: 18px;
    }

  .faq-book-career-btn {
      font-size: 20px;
      min-width: 260px;
      height: 66px;
    }

  .faq-book-career-left h5 {
      font-size: 58px;
    }

  .faq-book-career-left p {
      font-size: 18px;
    }
}
@media (min-width: 2560px) {
  .awards-section .promise {
      font-size: 32px;
    }

  .awards-section .heading h5 {
      font-size: 58px;
    }

  .awards-section .heading p {
      font-size: 20px;
    }

  .awards-section .award-card p {
      font-size: 18px;
    }
}


/* ==========================================================================
   BLOCK 3 — ACCESSIBILITY
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {
  .ch-float-a,
    .ch-float-b,
    .ch-float-c {
      animation: none !important;
    }
}
@media (prefers-reduced-motion:reduce) {
  .awdiz * {
  		transition: none !important;
  		animation: none !important;
  	}
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}