@media (max-width: 1024px) {  /* Tablets */
    .navbar-brand {
        width: 28%;
    }

    .main-p {
        font-size: 18px !important;
    }
    
    #floating-icons {
        right: 10px;
        bottom: 12%;
    }

    .float-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }

    .section-padding-100 {
        padding: 0 0;
    }   

    .footer-logo-width {
        width: 60%;
    }

    .industry-38 {
        font-size: 38px !important;
    }

    .underline{
        margin-top: 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cus-width {
        flex: 0 0 50% !important;  
        max-width: 50% !important;
    }

    .service-box {
        height: 467px !important;
    }

    /* .contact-top-padding {
        padding-top: 9em !important;
    } */
}
@media (min-width: 992px) and (max-width: 1024px) {
    .contact-top-padding {
        padding-top: 9em !important;
    }

    .map-area {
        padding-top: 50px;
    }
}


@media (max-width: 992px) {  /* Tablets */
    .navbar-brand {
        width: 40%;
    }

    .about-chromex {
        padding: 0px 0px 10px 0px;
    }

    .services-first {
        padding-top: 50px !important;
    }

    .partner-section {
        padding-top: 50px !important;
    }
    

    .footer-logo-width {
        width: 80%;
    }

    .footer-padding {
        padding: 50px 0 10px 0;
    }

    .footer-widget-area {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-newsletter-area form {
        flex-direction: column;
        align-items: center;
    }

    .footer-newsletter-area input {
        width: 100%;
    }

    .service-item {
        flex-direction: column;
        text-align: center;
    }

    .service-img {
        width: 100%;
        height: 250px;
    }

    .service-content {
        width: 100%;
        padding: 20px;
    }

    .service-content h2 {
        font-size: 1.5rem;
    }

    .header-area .main-menu .nav-item .nav-link {
        text-align: center;
    }
    
    .home-service-box {
        height: 300px;
    }

    .features-content {
        margin-bottom: 0px;
    }

    .industry-38 {
        font-size: 35px !important;
    }

    .services-h5 {
        /* font-size: 16px !important; */
        font-size: 1em!important;
    }

    .about-chr {
        font-size: 1.7em!important;
    }

    .services-p {
        font-size: 0.8em !important;
        /* font-size: 13px !important; */
    }

    .contact-form {
        margin-bottom: 50px !important;
    }

    .contact-top-padding {
        padding-top: 0em !important;
    }

    .partner-h5 {
        font-size: 1.5em!important;
    }

    .partner-p {
        font-size: 1.1em !important;
    }

    .service-item {
        max-width: 100%;
        overflow: hidden;
    }
    
    .image-wrapper {
        width: 100%;
        overflow-x: auto;  /* X-axis पर scrollable बनाता है */
        white-space: nowrap; /* Images को wrap होने से रोकता है */
    }
    
    .service-img {
        max-width: none; /* Default width हटाकर actual width रहने दें */
        width: 100%; /* Default width */
    }

    .image-concept{ 
        width: 90%;
    }
    
    @media (max-width: 495px) {
        .image-wrapper {
            display: block;
            overflow-x: auto; /* Horizontal scroll enable */
            white-space: nowrap;
        }
    
        .service-img {
            width: auto; /* Image अपनी original width रखेगी */
            max-width: none;
        }
    }
    
}