@media only screen and (max-width: 600px) {
 nav {
    position: fixed;
    top: 0;
    right: -250px;
    width: 220px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.15);
    padding: 2rem 1.5rem;
    flex-direction: column;
    transition: right 0.3s ease-in-out;
    z-index: 1003;
  }
  nav.open {
    right: 0;
  }
  nav ul {
    flex-direction: column;
    gap: 1.2rem;
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1004;
  }
  .burger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s;
  }
  .burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .burger.open span:nth-child(2) {
    opacity: 0;
  }
  .burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  .ready_start{
      padding: 1.5rem;
  }
  
  .ready_to_contact{
      flex-direction: column;
      margin-top: 1rem !important;
  }

    .menu_header {
        flex-wrap: wrap;
    }

    .deskOnly {
        display: none;
    }

    .mblOnly {
        display: block;
    }

    .form_content {
        margin-left: unset !important;
    }

    .intro_content p:nth-of-type(1) {
        margin-top: 2rem !important;
    }

    .course_section p {
        padding: unset !important;
    }

    .banner_section {
        flex-direction: column;
        height: auto;
    }

    .course_title {
        padding-left: unset;
    }

    .image-wrapper {
        position: relative;
        top: -6rem;
        left: 0;
        transform: none;
        margin: 0 auto;
        width: 90%;
        max-width: 100%;
    }

    .right_banner {
        background-color: #ffd700;
        padding: 40px 20px;
    }

    .course_title h1 {
        font-size: 2.2rem;
    }

    .course_title p {
        font-size: 1rem;
    }

    .vertical-label {
        position: static;
        writing-mode: horizontal-tb;
        transform: none;
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .banner_section {
        flex-direction: column;
        height: auto;
    }

    .left_side {
        width: 100%;
        height: 100px;
    }

    .content_wrapper {
        width: 100%;
        flex-direction: column;
        padding: 2rem 0;
    }

    .text_content {
        padding-left: 0;
        text-align: center;
    }

    .text_content h1 {
        font-size: 2rem;
        font-weight: 500;
    }

    .text_content p {
        font-size: 1rem;
    }

    .quick_menu .footer_title {
        margin-top: 2rem;
    }

    .civil_sar .panorama-slider .swiper {
        width: 100%;
        height: auto !important;
    }

    .mbl-flex-column {
        display: flex;
        flex-direction: column-reverse;
    }
    
 .flag-img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.call-modal {
  border-radius: 1rem;
}

.call-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 12px;
}

.call-details {
  flex: 1;
  margin-left: 12px;
  text-align: left;
}

.call-details strong {
  font-size: 15px;
  display: block;
}

.call-details a {
  text-decoration: none;
  font-size: 0.9rem;
  color: #555;
}

.call-btn {
  background: #DF2D00;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
}
}