/* 1400px and below */
@media screen and (max-width: 1400px) {
  .hero-left h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .container, .hero-section, .career-section {
    max-width: 95%;
  }
}

/* 1200px and below */
@media screen and (max-width: 1200px) {
  .main-header {
    padding: 15px 30px;
  }

  .hero-container {
    text-align: center;
  }

  .hero-left, .hero-right {
    width: 100%;
  }

  .stats-card {
    
    margin: 30px auto 0;
  }

  .info-container {
    
    gap: 20px;
    /* padding: 30px; */
  }

  .info-box, .info-card {
    width: 100%;
    text-align: center;
    padding: 30px;
  }

  .image-box, .text-box {
    width: 100%;
    text-align: center;
  }

  .placement-section {
    padding: 40px 30px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .placement-content {
    max-width: 100%;
  }

  .newsletter-container {
    /* flex-direction: column; */
    gap: 20px;
    width: 100%;
  }

  .faq-section {
    flex-direction: column;
    align-items: center;
  }

  .faq-left, .faq-right {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
    .main-header {
    padding: 15px 30px;
  }

 .hero-container {
    
    text-align: center;
  }

  .hero-left, .hero-right {
    /* flex: unset; */
    width: 100%;
    margin: 0 auto;
  }

  .hero-left h1 {
    font-size: 38px;
    line-height: 46px;
    margin: 20px 0;
  }

  .hero-left .subtext {
    font-size: 20px;
  }

  .btn-learn {
    padding: 14px 30px;
  }

  .right-image img {
    width: 380px;
  }

  .stats-card {
    right: 50%;
    transform: translateX(50%);
    bottom: -40px;
    padding: 20px;
  }
}



/* 992px and below */
@media screen and (max-width: 992px) {
  .right-image img {
    width: 95%;
    max-width: 350px;
  }
  .stats-card {
        right: 45%;
        transform: translateX(50%);
        bottom: -185px;
        padding: 20px;
    }
  .nav-header {
    
    gap: 10px;
  }

  .nav-menu ul {
    
    gap: 10px;
  }
 .info-box, .info-card {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
  .btn-apply {
    width: 100%;
    text-align: center;
  }

  .experience-badge {
    display: none;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-btn {
    width: 100%;
  }
.newsletter-container {
    gap: 20px;
    width: 100%;
    }
  .newsletter-form {
    
    gap: 10px;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }

  .course-detail_right_wrap {
    max-width: 100%;
  }

  
}
@media screen and (max-width: 900px) {
      .right-image img {
        width: 85%;
        margin-top: -20%;
        max-width: 350px;
    }
    .stats-card {
        right: 38%;
        transform: translateX(50%);
        bottom: -165px;
        padding: 20px;
    }
    .info-box, .info-card {
        width: 100%;
        text-align: center;
        padding: 20px;
    }
     .info-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    max-width: 1200px;
    padding: 0 40px;
  }

  .info-box,
  .info-card {
    flex: 1;
    padding: 30px 20px;
    border-bottom: none;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
    background: transparent;
  }

  .info-card {
    background: #056ace;
  }

  .info-box:last-child {
    border-right: none;
  }

  .info-item {
    flex-direction: column;
    text-align: center;
  }
  }
/* 768px and below */
@media screen and (max-width: 768px) {
      .right-image img {
        width: 85%;
        margin-top: -20%;
        max-width: 350px;
    }
    .stats-card {
        right: 38%;
        transform: translateX(50%);
        bottom: -220px;
        padding: 20px;
    }

  .top-bar {
    font-size: 15px;
    padding: 15px 0;
  }

  .hero-left h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-left .subtext {
    font-size: 18px;
  }
    .right-image img {
        width: 90%;
        margin-top: -10%;
        max-width: 350px;
    }
        .stats-card {
        right: 40%;
        transform: translateX(50%);
        bottom: -140px;
        padding: 20px;
    }
  .info-bar {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}

.info-container {
  background-color: #007ae9;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: stretch;
  border-radius: 80px;
  width: 90%;
  /* max-width: 320px; */
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Each section inside */
.info-box,
.info-card {
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

.info-card {
  background: #056ace;
}

.info-box:last-child {
  border-bottom: none;
}

.info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  gap: 15px;
}

.info-icon {
  background-color: #2caff3;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-icon i {
  font-size: 24px;
  color: #fff;
}
  .learning-cards,
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .cta-box {
    padding: 30px 20px;
  }

  .footer-section {
    font-size: 15px;
  }

  .newsletter-left {
    border-radius: 0;
    padding: 30px 20px;
    text-align: center;
  }
}
@media screen and (max-width: 714px) {
.hero-left, .hero-right {
    width: 100%;
    margin: 0 auto;
}
.stats-card {
        right: 40%;
        transform: translateX(50%);
        bottom: -140px;
        padding: 10px;
    }
.text h3 {
  
    font-size: 10px;
    color: #1E1E1E;
    display: flex;
    justify-content: center;
}
}
/* 655px and below */
@media screen and (max-width: 655px) {
  .container-info {
  background-color: #007ae9;
 display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  border-radius: 80px;
  padding: 0;
  /* width: 90%; */
  /* max-width: 320px; */
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
}
/* 576px and below */
@media screen and (max-width: 576px) {
  .main-header {
    padding: 10px 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-left h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .btn-learn, .btn-apply {
    padding: 10px 20px;
    font-size: 14px;
  }

  .hero-left .subtext {
    font-size: 16px;
  }

  .right-image img {
    width: 100%;
  }

  .cards,
  .learning-cards {
    grid-template-columns: 1fr;
  }

  .testimonial h2,
  .faq-left h2 {
    font-size: 24px;
  }

  .testimonial-box h3 {
    font-size: 18px;
  }

  .faq-left p {
    font-size: 16px;
  }

  .cta-box h3 {
    font-size: 18px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 12px 30px;
  }

  .newsletter-form input,
  .newsletter-form button {
    padding: 14px 20px;
  }

  .footer-text {
    font-size: 14px;
  }

  .socials {
    text-align: center;
    margin-top: 10px;
  }
}


