
@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section {
    padding: 75px 0;
  }

  .about_section .img-box::before {
    width: calc(100% - 45px);
    height: calc(100% - 45px);
  }
}

@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;
    padding: 0 25px 25px 0;
  }

  .contact_section {
    padding-bottom: 0;
  }

  .contact_section .heading_container {
    padding-left: 15px;
  }

  .contact_section .map_container {
    margin-top: 45px;
  }

  .contact_section .form_container {
    padding: 0;
    margin: 0;
  }

}

@media (max-width: 576px) {
  .header_section .header_bottom {
    background: linear-gradient(120deg, #b59410 125px,  rgb(0, 0, 0) 125px);
    padding: 15px 0;
  }

  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .client_section .box {
    flex-direction: column;
    align-items: flex-start;
  }

  .client_section .box .client_id {
    margin-right: 0;
    margin-bottom: 15px;
    flex-direction: row;
  }

  .client_section .box .client_id h5 {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .container1 {
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items */
      gap: 30px; /* Reduce space between sections */
  }

  .text-section {
      width: 100%;
      text-align: center;
      padding: 0 15px;
  }

  .text-section h1 {
      font-size: 28px; /* Reduce size */
      margin-bottom: 40px;
  }

  .text-section h2 {
      font-size: 20px;
      margin-bottom: 30px;
  }

  .text-section p {
      font-size: 14px;
      line-height: 1.5;
  }

  .text-section a {
      width: 100%;
      max-width: 300px; /* Reduce button size */
      height: auto;
      padding: 10px 0;
      font-size: 18px;
  }

  .container2 {
      flex-direction: column;
      align-items: center;
      width: 90%;
      max-width: 500px; /* Reduce image section width */
      padding: 15px;
      background-color: #333;
  }

  .small-images {
      flex-direction: row; /* Arrange images horizontally */
      gap: 5px;
      justify-content: center;
      width: 100%;
  }

  .small-images img {
      width: 24%; /* Keep images equally spaced */
      flex: none;
  }

  .large-image {
      width: 100%;
      max-width: 350px;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
  }

  .large-image img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }
}
/* ===============================
   TABLET (≤ 992px)
   =============================== */
   @media (max-width: 992px) {
    .team-slide {
      flex: 0 0 50%;
    }
  
    .team-card img {
      height: 360px;
    }
  
    .team-desc {
      padding: 0 15px;
    }
  }
  
  /* ===============================
     MOBILE (≤ 576px)
     =============================== */
  @media (max-width: 576px) {
    .team-slide {
      flex: 0 0 100%;
    }
  
    .team-card img {
      height: 300px;
    }
  
    .team-info {
      padding: 6px 22px;
      font-size: 14px;
    }
  
    .team-info small {
      font-size: 12px;
    }
  
    .team-nav {
      margin-top: 25px;
      left: -5px;
    }
  
    .nav-btn {
      padding: 6px 14px;
      font-size: 14px;
    }
  }
  

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1024px) {
  #customCarousel1 .carousel-item:first-child .detail-box {
    left: -120px;
  }
}
@media (max-width: 768px) {
  #customCarousel1 .carousel-item:first-child .detail-box {
    left: 0;
    text-align: left;
  }
}
@media (max-width: 480px) {
  #customCarousel1 .carousel-item:first-child .detail-box {
    left: 0;
    text-align: left;
  }
}


/* Media Query for Responsive Design */
@media (max-width: 768px) {
  .content-image-container {
      flex-direction: column;
      align-items: flex-start;
  }
  
  .popup-content {
    width: 90%;
    padding: 20px;
    font-size: 14px;
}

.container1{
  top: 10px;
}

.close-btn {
    font-size: 20px;
    top: 5px;
    right: 5px;
}

.profile-popup {
    align-items: flex-start; /* Adjust alignment for smaller screens */
    padding-top: 20px;
}
.section1 h3{
  font-size: 15px;
}
}


/* Media Queries */
@media (max-width: 1114px){
  .header-banner{
    top: 100px;
    left: 0px;
    width: 100%;
  }
  .values-commitments{
    top: 100px;
  }
}
@media (max-width: 768px) {
  .header-banner{
    top: 2px;
    left: 0px;
    width: 100%;
  }
  .banner-content {
    flex-direction: column;
    text-align: center;
  }

  .text h2 {
      font-size: 1.2rem;
  }

  .values-commitments {
      flex-direction: column;
      top: 2px;
  }

  .section {
      margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .header-banner{
    top: 2px;
    left: 0px;
    width: 100%;
  }
  
  .text h2 {
      font-size: 1rem;
  }

  .cta .visit-us {
      font-size: 0.9rem;
      padding: 8px 15px;
  }
}


/* ============================= */
/* 📱 TABLET & MOBILE RESPONSIVE */
/* ============================= */

@media (max-width: 992px) {

  .feature-row {
    flex-direction: column;
    text-align: center;
    margin-bottom: 80px;
  }

  /* Remove reverse effect on smaller screens */
  .feature-row.reverse {
    flex-direction: column;
  }

  .feature-image,
  .feature-content {
    width: 100%;
  }

  .feature-image::after {
    top: 15px;
    left: 15px;
  }

  .feature-content h2 {
    font-size: 26px;
  }

  .feature-content p {
    font-size: 15px;
  }

  .btn {
    padding: 12px 28px;
  }

}


/* ============================= */
/* 📱 SMALL MOBILE DEVICES */
/* ============================= */

@media (max-width: 576px) {

  .feature-section {
    padding: 60px 15px;
  }

  .feature-row {
    gap: 30px;
    margin-bottom: 60px;
  }

  .feature-content h2 {
    font-size: 22px;
  }

  .feature-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .feature-image::after {
    top: 10px;
    left: 10px;
  }

}



/* ========================= */
/* 📱 TABLET RESPONSIVE */
/* ========================= */
@media (max-width: 992px) {

  .content-section {
    padding: 50px 20px;
  }

  .content-section h2 {
    font-size: 2em;
    text-align: left;
  }

  .content-section h3 {
    font-size: 1.5em;
    text-align: left;
  }

  .content-section p {
    font-size: 1em;
    text-align: left;
  }

  .text-image {
    flex-direction: column;
  }

  .text-image .text,
  .text-image .image {
    flex: 1 1 100%;
    text-align: center;
    padding: 15px;
  }

  .text-image .text {
    text-align: center;
  }

  .link-button {
    width: 200px;
  }

}


/* ========================= */
/* 📱 MOBILE RESPONSIVE */
/* ========================= */
@media (max-width: 576px) {

  .content-section {
    padding: 40px 15px;
  }

  .content-section h2 {
    font-size: 1.6em;
  }

  .content-section h3 {
    font-size: 1.3em;
  }

  .content-section p {
    font-size: 0.95em;
    line-height: 1.6;
  }

  .text-image {
    gap: 20px;
  }

  .link-button {
    width: 100%;
    max-width: 250px;
  }

}

