@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .hero_area {
        height: auto;
    }

    .custom_nav-container .nav_search-btn {
        background-position: center;
        margin-top: 10px;
    }

    .slider_section {
        padding-top: 45px;
        padding-bottom: 75px;
    }

    .info_items {
        width: 100%;
    }
    .banner {
        height: 40vh; /* Adjust height for tablets */
      }
    
      .banner h1 {
        font-size: 3rem; /* Reduce font size for tablets */
      }
}

@media (max-width: 768px) {
    .contact_section .form_container {
        padding: 45px 0;
    }

    .info_items {
        flex-direction: column;
        align-items: center;
    }

    .contact_section .heading_container {
        justify-content: center;
    }

    .contact_section .heading_container h2::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact_section button {
        margin: 45px auto 0 auto;
    }

    .banner {
        height: 35vh; /* Adjust height for smaller devices */
      }
    
      .banner h1 {
        font-size: 2.5rem; /* Reduce font size for smaller devices */
      }
}


@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }

    .banner {
        height: 30vh; /* Adjust height for small devices */
      }
    
      .banner h1 {
        font-size: 2rem; /* Reduce font size for small devices */
      }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
    .slider_section .detail-box h1 {
        letter-spacing: .3rem;
    }
    .banner {
        height: 25vh; /* Adjust height for extra small devices */
      }
    
      .banner h1 {
        font-size: 1.5rem; /* Reduce font size for extra small devices */
      }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 768px) {
    .us_container .box .img-box-detail {
        flex-direction: column;
        text-align: center;
    }

    .web-detail-box {
        margin-left: 0;
        padding-top: 50px;
       
    }
    .web-detail-box h5 {
        text-align: center;
    }
    .web-detail-box p {
        text-align: center;
    }
}