@media (max-width: 1300px) {}

@media (max-width: 1200px) {
.offering-container {
    margin-left: 30px;
    margin-right: 30px;
}
    .offering {
        width: 48%;
    }
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .hero_area {
    background: linear-gradient(130deg, #ffffff, #ffffff);
  }

  .hero_area .hero_bg_box {
    display: none;
  }

.slider_section .detail-box h2 {
    margin-top: 300px;
	 background-color: rgba(240, 240, 240, 0.35);
}

.slider_section .detail-box .btn-box {
  margin-top: 0px;
}

.slider_section .detail-box .btn-box .btn3 {
  font-size: 14px; 
  padding: 8px 15px; 
}

  .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;
  }


}

@media screen and (max-width: 768px) {
	  .about_section .row {
    flex-direction: column;
	gap: 30px; 
  }

   .about_section .img-box {
    max-width: 80%;
    margin: 0 auto; /* Centers the image horizontally */
    margin-bottom: 20px;
    display: flex; /* Enables flexbox for vertical centering */
    justify-content: center; /* Centers the image horizontally */
    align-items: center; /* Centers the image vertically */
  }
  .about_section .img-box img {
    width: 100%; /* Ensures the image takes up the full container width */
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .about_section .about-content {
    padding: 0 20px;
  }

  .about_section .detail-box {
    margin-bottom: 30px; /* Adds space between the Vision and Goal sections */
  }
  
	 .floatingBtn {
            right: 20px;
            top: 85vh;
            width: 60px;
            height: 60px;
            font-size: 30px;
            padding: 10px;
            }
}

@media (max-width: 768px) {  
  .offering-container {
    margin-left: 10px;
    margin-right: 10px;
}
    .offering {
        width: 100%;
    }
	
 .service_section .box .img-box {
    width: 100px;  
    height: 100px; 
  }
    .footer_section .container .row {
    flex-direction: column;
    align-items: center; 
    text-align: center;
  }

  .footer_section .col-md-6 {
    width: 100%;
    text-align: center;
  }

  .footer_section .detail-box .right-align {
    text-align: center; 
  }
}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }


  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }
}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}