@media (max-width: 768px) {
  .testimonial-card {
    width: 100%;
    min-width: unset;
    flex-direction: column;
  }

  .card-content-wrapper {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .student-photo {
    width: 50%;
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .testimonial-text {
    margin-top: 20px;
  }

  .header-wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 40px 20px 0;
  }

  .header-content-left h2 {
    text-align: center;
    padding-right: 0;
    font-size: 2em;
  }

  .header-content-right p {
    text-align: center;
    padding-left: 0;
    font-size: 1.1em;
  }
}


/*testimonial over*/



@media (max-width: 1024px) {
.center p.main-text {
    font-size: 18px; /* Smaller size for mobile */
  }
.center p span,
  .center p font {
    font-size: 27px !important;
  }
  .right {
    max-width: 250px;
    padding: 20px;
  }

  /*.chef-img {*/
  /*  height: auto;*/
  /*  max-height: 100%;*/
  /*  width: 100%;*/
  /*}*/
   .course-content {
    flex-direction: column;
    /* text-align: center; */
  }

  .side-button {
    display: none;
  }  
}

@media (max-width: 768px) {
  .container_top {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    /*padding: 20px;*/
  }

.bottom-info p {
   margin-right: 10px;
}


  .left {
    justify-content: center;
    align-items: center;
    display: none;
  }
    .chef-img {
    display: none;
  }

  

  .center {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .center p.main-text {
    font-size: 24px;
  }

  .placement,
  .international {
    font-size: 1rem;
    
  }
  .achievements-subtitle {
  font-size: 1.1rem;
  color: #1c2c5c;
  
  max-width: 100%;
  flex: 1;
  margin: 0;
}

  .right {
    max-width: 100%;
    width: 310px;
    padding: 20px;
  }
  .course-card_course {
    flex-direction: column;
    
  }

  .course-right_course {
    margin-top: 30px;
  }
  

  .tabs_course {
    flex-direction: column;
  }
   .achievements-header {
    flex-direction: column;
    text-align: center;
  }

  .achievements-title,
  .achievements-subtitle {
    flex: 1 1 100%;
    
  }

      .achievement-card {
        padding: 20px 14px;
      }

      .achievement-icon svg {
        width: 40px;
        height: 40px;
      }
      .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-title_course {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: rgb(2, 2, 55) ;
  text-align: center;
}
.apply-btn_course {
    width: 70%;
    margin: 20px auto 0;
    padding: 12px;
    font-size: 14px;
    text-align: center;
  }



    .course-card_course {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    padding: 10px;
  }

  .course-left_course,
  .course-right_course {
    width: 100% !important;
    padding: -19px !important;
  }

  .course-left_course h3 {
    font-size: 18px;
    font-weight: bold;
  }

  .course-left_course b,
  .course-right_course b {
    display: block;
    margin-top: 10px;
    font-size: 15px;
  }

  .course-left_course p,
  .course-right_course li,
  .course-left_course div {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
  }

  .career-list_course {
    padding-left: 0;
    list-style-position: inside;
  }

  .apply-btn_course {
    font-size: 14px;
    padding: 8px 20px;
    margin-left: 60px;
    margin-top: 10px;
    background-color: #dd2007;
    color: #fff;
    border: none;
    border-radius: 5px;
  }


  .course-left_course p,
  .course-left_course p span {
    font-size: 12px !important;
    line-height: 1.6 !important;
    word-break: break-word;
    /* text-align: ; */
    margin: 0px 0;
  }

  .course-left_course h3 {
    font-size: 18px;
    text-align: center;
  }

  .course-left_course b {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}



@media (min-width: 1440px) {
  .center p.main-text {
    font-size: 48px;
    max-width: 1000px;
    margin: 0 auto;
  }
  
    /* Apply Now Side Button */
  .apply-now-side {
    right: 0; /* Keep it close to the edge */
    padding: 15px 35px; /* Adjust padding */
    font-size: 20px; /* Adjust font size */
    top: 50%; /* Center vertically */
    transform: translateY(-50%) rotate(-90deg); /* Re-center after rotation */
  }


  .placement,
  .international {
    font-size: 1.4rem;
  }

  .right {
    max-width: 375px;
    padding: 31px;
  }

  .right input,
  .right select,
  .right button {
    padding: 14px;
    font-size: 16px;
  }

  .chef-img {
   height: 90vh;
    object-fit: cover;
    transition: transform 0.3s ease;
    margin: 0;
  }
}

@media (min-width: 1600px) {
  .right {
    max-width: 410px;
    padding: 15px;
    font-size: 15px;
  }

  .right input,
  .right select,
  .right button {
    padding: 16px;
    font-size: 18px;
  }

  .center p.main-text {
    font-size: 52px;
    max-width: 1200px;
  }

  .placement,
  .international {
    font-size: 1.6rem;
  }
}
@media (min-width: 1920px) {
  .right {
    max-width: 400px;
    padding: 60px;
  }

  .center p.main-text {
    font-size: 56px;
  }

  .chef-img {
    height: 95vh;
  }
}




@media (max-width: 480px) {
.tagline h1 {
    font-size: 21px;
    text-align: center;
  }

  .center p.main-text {
    font-size: 20px;
  }

  .right input,
  .right select,
  .right button {
    font-size: 14px;
    padding: 10px;
  }
  /* .logo-swiper {
    display: block !important;
  } */

  .placement,
  .international {
    font-size: 0.9rem;
  }
  .achievements-grid {
    grid-template-columns: 1fr;
  }
  .container {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    padding: 20px;
  }
 

}
