@media (max-width: 1000px) {
  .banner-inner {
    padding: 50px;
  }
}

@media (max-width: 850px) {
  .navigation {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .logo-left {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  .header-logo {
    max-height: 75px;
  }

  .scrolled .header-logo {
    max-height: 65px;
  }

  .contact-right {
    width: 100% !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .contact-number {
    font-size: 14px;
    padding: 5px 12px;
  }

  .scrolled .contact-number {
    font-size: 12px;
    padding: 4px 10px;
  }

  .banner-inner {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .form-div {
    width: 100%;
    height: 250px;
  }

  .banner-text {
    width: 80%;
  }
}

@media (max-width:550px) {
  .header-logo{
   height: 45px !important;
  }

  .contact-number,
  .WhatsApp {
    font-size: 11px;
  }
}

/* --------------------- */

@media (max-width: 600px) {
  .banner {
    height: auto;
    margin-top: 55px;
    padding: 20;
  }

  .banner-text h1 {
    font-size: 2.3rem;
  }

  
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  .subheading {
    font-size: 1.3rem;
    padding: 15px;
  }

  p {
    font-size: 0.9rem;
    width: 85%;
    padding-bottom: 30px;
  }

  .footer-inner h1 {
    font-size: 30px;
  }
}

/* info achievement  */

/* Card style */

@media screen and (max-width: 1154px) {
  .info-card {
    padding: 15px;
    width: 25%;
  }

  .give-wings-career-inner {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .info-card {
    flex-direction: row;
    height: 180px;
  }

  .Programs-Offered-inner {
    width: 100%;
    gap: 10px;
  }
}

@media screen and (max-width: 840px) {
  .courses-offerd {
    width: 40%;
  }
}

@media screen and (max-width: 600px) {
  .flex {
    padding: 30px 20px;
  }

  .info-card {
    width: 35%;
    height: 180px;
  }

  .cources-list {
    font-size: 12px;
    padding-left: 15px;
  }

  .courses-offerd:first-child {
    height: 420px !important;
  }

  .courses-offerd {
    width: 90%;
    height: 350px !important;
  }

  .card {
    flex: 1 1 25px;
  }

  .swiper-slide {
    opacity: 0;
  }

  .swiper-slide-active {
    transform: scale(1) !important;
    width: 70vw !important;
    margin-left: -140px !important;
    opacity: 1;
  }

  .swiper-container {
    margin-left: 0 !important;
    height: 545px;
  }

  .Recruiters-logos {
    display: block;
  }

  .logo-slider {
    display: none;
  }

  
}

@media screen and (max-width: 400px) {
  .banner-text h1 {
    font-size: 1.8rem;
  }

  .flex {
    padding: 30px 20px;
  }

  .info-card {
    width: 80%;
    height: 80px;
  }

  .info-card img {
    width: 30%;
  }

  .info-card p {
    width: 55%;
    padding-bottom: 0;
    text-align: left;
  }
}
