.main-hero{
  background: #004696;
  background: radial-gradient(circle, rgba(0, 70, 150, 1) 35%, rgba(16, 68, 120, 1) 100%);
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-size: cover;
}
.banner-right-bar{
  position: absolute;
  right: 0;
  top: 14%;
}

.banner-right-bar img{
  width: 800px;
}


.banner-heading{
  color: #fff;
  font-size: 3.5rem;
  text-transform: uppercase;
}
.banner-heading span{
  display: block;
  background: linear-gradient(180deg, rgba(0, 140, 255, 1) 0%, rgba(0, 198, 253, 1) 52%, rgba(0, 140, 255, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}

.obj-banner-top {
  position: absolute;
  top: 11%;
  left: 39%;
  animation: moveLeftRight 3s ease-in-out infinite;
}


@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}


.obj-banner-bottom {
  position: absolute;
  left: 10%;
  bottom: 4%;
  animation: moveUpDown 3s ease-in-out infinite;
}


@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0); 
  }
}




.discover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  color: #2f2c7d;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  min-width: 378px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  gap: 15px;
  transition: all 0.4s ease;
}

/* Icon styling */
.discover-btn .icon {
  background: #2f2c7d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  transition: all 0.4s ease;
}

.discover-btn span {
  margin-left: 60px; /* To make space for icon on the left */
  transition: all 0.4s ease;
}

/* Hover effect */
.discover-btn:hover {
  background: #2f2c7d;
  color: #fff;
}

.discover-btn:hover .icon {
  left: calc(100% - 55px); /* Move icon smoothly to the right */
  background: #fff;
}

.discover-btn:hover .icon svg {
  stroke: #2f2c7d;
}

.discover-btn:hover span {
  margin-left: 20px; /* Text shifts slightly left when icon moves */
}



/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .discover-btn {
    min-width: 347px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .discover-btn {
    min-width: 347px;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .discover-btn {
    min-width: 347px;
    font-size: 16px;
  }
}


@media (max-width: 1024px) {
  .main-hero .banner-heading{
      color: #fff;
      font-size: 7.6rem;
      text-transform: uppercase;
  }
  .banner-right-bar {
    right: 0;
    top: 18%;
    width: 600px;
  }
  .banner-right-bar{
    display: none;
  }
}


@media (max-width: 768px) {
  .main-hero{
      width: 100%;
      height: auto;
      padding: 7rem 0px 21rem;
      background-size: revert;
      background-origin: content-box;
  }
  .banner-right-bar {
    position: absolute;
    right: -7px;
    top: 63%;
    width: 332px;
  }
  .main-hero .banner-heading{
      color: #fff;
      font-size: 4rem;
      text-transform: uppercase;
    }
}


/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .main-hero {
    width: 100%;
    height: auto;
    padding: 12rem 0px 21rem;
  }
  .banner-right-bar{
    position: absolute;
    right: -7px;
    top: 58%;
    width: 503px;
  }
  .main-hero .banner-heading{
    font-size: 4rem;
    text-transform: uppercase;
  }
}

@media (max-width: 480px) {
  .main-hero{
      width: 100%;
      height: auto;
      padding: 7rem 0px 21rem;
      background-size: revert;
      background-origin: content-box;
  }
  .banner-right-bar {
    position: absolute;
    right: -7px;
    top: 63%;
    width: 332px;
  }
  .main-hero .banner-heading{
    font-size: 2rem;
    text-transform: uppercase;
  }
}








.section-first-job .first-job-bar{
    width: 100%;
}
.section-first-job .first-job-md{
    width: 100%;
    display: none;
}
.section-first-job .first-job-sm-bar{
    width: 100%;
    display: none;
}


/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
  .section-first-job .first-job-bar{
    width: 100%;
  }
  .section-first-job .first-job-md{
      width: 100%;
      display: none;
  }
  .section-first-job .first-job-sm-bar{
      width: 100%;
      display: none;
  }
}

@media (max-width: 768px) {
  .section-first-job .first-job-bar{
    width: 100%;
    display: none;
  }
  .section-first-job .first-job-md{
      width: 100%;
      display: block;
  }
  .section-first-job .first-job-sm-bar{
      width: 100%;
      display: none;
  }
}

@media (max-width: 480px) {
  .section-first-job .first-job-bar{
    width: 100%;
    display: none;
  }
  .section-first-job .first-job-md{
      width: 100%;
      display: none;
  }
  .section-first-job .first-job-sm-bar{
      width: 100%;
      display: block;
  }
}



.section-job-ready{
  background-color: #F5F4FF;
  padding: 4rem 0;
}

.section-job-ready h2{
    font-size: 3.2rem;
    font-weight: 300;
    color: #2A2181;
}

.section-job-ready h2 span{
  font-weight: 500;
}

/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .section-job-ready h2{
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .section-job-ready h2{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section-job-ready h2{
    font-size: 2rem;
  }
}

.section-job-ready h6{
    color: #2a2181;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 35px 0;
}

.simulation-images{
  background-color: #DFDBFF;
  padding: 15px;
  border-radius: 18px;
  border: 1px solid #BAB3FF;
}




.discover-btn-2 {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #2f2c7d;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  min-width: 380px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  gap: 15px;
  transition: all 0.4s ease;
}

/* Icon styling */
.discover-btn-2 .icon {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  transition: all 0.4s ease;
}

.discover-btn-2 span {
  margin-left: 60px; /* To make space for icon on the left */
  transition: all 0.4s ease;
  font-weight: 400;
}

.discover-btn-2 .icon svg {
    stroke: #2f2c7d;
}

/* Hover effect */
.discover-btn-2:hover {
  background: #2f2c7d;
  color: #fff;
}

.discover-btn-2:hover .icon {
  left: calc(100% - 55px); /* Move icon smoothly to the right */
  background: #fff;
}

.discover-btn-2:hover .icon svg {
  stroke: #2f2c7d;
}

.discover-btn-2:hover span {
  margin-left: 20px; /* Text shifts slightly left when icon moves */
}



/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .discover-btn-2 {
    min-width: 347px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .discover-btn-2 {
    min-width: 347px;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .discover-btn-2 {
    min-width: 347px;
    font-size: 16px;
  }
}


.section-experience{
  background-color: #fff;
  padding: 4rem 0;
}

.section-experience h2{
    font-size: 3.2rem;
    font-weight: 300;
    color: #2A2181;
}

.section-experience h2 span{
  font-weight: 500;
}

/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .section-experience h2{
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .section-experience h2{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section-experience h2{
    font-size: 2rem;
  }
}

.section-experience h6{
    color: #242323;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 35px 0;
}



.section-certifications{
  background-color: #F5F4FF;
  padding: 4rem 0;
}

.section-certifications h2{
    font-size: 3.2rem;
    font-weight: 400;
    color: #2A2181;
}
/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .section-certifications h2{
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .section-certifications h2{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section-certifications h2{
    font-size: 2rem;
  }
}

.section-certifications h2 span{
  font-weight: 500;
}

.section-certifications h6 {
    color: #2a2181;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 35px 0;
}


.section-number{
  padding: 4rem 0;
  background-color: #EFF8FF;
}





.section-outcomes2 {
  padding: 8rem 0 4rem;
  position: relative;
  background-color: #393185;
}

.section-outcomes2 .card-container {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto;
}

.card {
  flex: 1;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
  transition: flex 0.5s ease;
  cursor: pointer;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  /* min-height: 490px; */
}

.card:hover {
  flex: 2;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
}

/* ✅ Play button styling */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 2rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  text-decoration: none;
}

.play-btn:hover {
  background: rgba(38, 0, 255, 0.7);
  transform: translate(-50%, -50%) scale(1.1);
}

/* ✅ Responsive */
@media (max-width: 991px) {
  .section-outcomes2 .card-container {
    flex-wrap: wrap;
    height: auto;
  }

  .card {
    flex: 1 1 calc(50% - 20px);
  }

  .card:hover {
    flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .section-outcomes2 .card-container {
    flex-direction: column;
    gap: 15px;
    height: auto;
  }

  .card {
    width: 100%;
  }
}



.section-courses{
  background-color: #f5f4ff;
  padding: 4rem 0;
}

.section-opportunity{
  padding: 4rem 0;
}

.section-opportunity h2{
    color: #2a2181;
    font-size: 3.5rem;
    font-weight: 300;
}

/* ✅ Responsive Styles */
@media (max-width: 992px) {
  .section-opportunity h2{
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .section-opportunity h2{
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .section-opportunity h2{
    font-size: 2rem;
  }
}

.section-opportunity h2 span{
    font-weight: 400;
}

.section-opportunity h6{
    color: #2a2181;
    font-size: 1.2rem;
    font-weight: 400;
}




.section-courses img{
    width:100%;
}

.btn-landing{
    background: #2f2c7d;
    color:#fff !important;
    border-radius:8px;
    padding: 9px 4px;
}

.btn-landing:hover{
    color:#fff;
    background:#2a1fb0;
}

/* ========== COURSE CONTENT BOX ========== */

.course-box {
    display: none;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.course-box.active{
    display:block;
    animation: fadeUp .5s ease;
}

.course-box h3{
   font-weight: 600;
   margin-bottom: 15px;
}

.course-box ul{
   padding-left: 18px;
}

@keyframes fadeUp{
    from{ transform: translateY(20px); opacity:0;}
    to{ transform: translateY(0); opacity:1;}
}



.curriculum-box{
      background:#fff;
      border-radius:10px;
    }

    .module-row{
      padding:16px 20px;
      border-bottom:1px solid #eee;
      display:flex;
      align-items:center;
      justify-content:space-between;
      cursor:pointer;
    }

    .module-left{
      display:flex;
      align-items:center;
      gap:20px;
    }

    .module-number{
      font-size:28px;
      font-weight:700;
      color:#2f2aa8;
      width:50px;
    }

    .module-title{
      font-weight:600;
      font-size:16px;
    }

    .module-right span{
      background:#d9dcf9;
      padding:5px 12px;
      border-radius:4px;
      font-size:12px;
      margin-right:8px;
      font-weight:600;
    }

    .module-arrow{
      margin-left:10px;
      color:#bbb;
      transition:0.3s;
    }

    .collapsed .module-arrow{
      transform: rotate(0deg);
    }

    .btn-link{
      text-decoration:none !important;
      width:100%;
      color:#222 !important;
    }

    .card{
      border:0;
    }

    .accordion-body{
      padding:20px 60px;
      background:#fcfcff;
      border-top:1px solid #eee;
    }

    .benefit-box{
      text-align: center;
      padding: 15px 0;
      background: #393185;
      margin: 1rem auto;
      color: #fff;
      border-radius: 6px;
    }

    .course-point{
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .course-point li{
      margin-bottom: 0.9rem;
      position: relative;
    }

    .course-point li::after{
      content: '';
      position: absolute;
      left: -17px;
      top: 9px;
      background-color: #393185;
      width: 9px;
      height: 9px;
      border-radius: 50%;
    }
    .course-point li::before{
      content: '';
      position: absolute;
      left: -21px;
      top: 5px;
      background-color: transparent;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 2px solid #393185;
    }
