@media (max-width: 768px) {
    .logo-width {
        width: 245px !important;
    }

    .title-desc {
        padding: 10px;
        padding-top: 55px;
        padding-bottom: 0px;
        text-align: justify;
    }

    .industry-block {
        /* border: 1px solid #000; */
        padding: 0px 20px;
        margin-bottom: 120px;
    }

    .industry-block-last{
        padding: 0px 20px;
        margin-bottom: 80px;
    }

    .app-text{
        text-align: left;
        padding-left: 0px;
    }

    
    .app-image img {
        width: 100%;
        /* border-radius: 8px; */
        object-fit: cover;
        /* border: 1px solid #ddd; */
        padding-right: 0px;
    }


    
    .box_main:hover {
        background-color: #ffffff;
        box-shadow: 0px 0px 0px 0px;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .title-desc p {
        margin-bottom: 0px;
    }

    .about_section {
        margin-top: 55px;
        text-align: justify;
    }

    .contact-up-mt {
        margin-top: 0px;
    }

    .footer .newsletter .btn {
        position: absolute;
        top: 5px;
    }

    .mail_section_1 {
        width: 100%;
        float: left;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    

    .banner-content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .banner-content p {
        font-size: 18px;
    }

    .split-section-2 {
        margin-top: 55px !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        padding: 15px 15px;
        font-size: 16px;
        text-transform: uppercase;
        color: #2b2c2c;
        outline: none;
        transition: .5s;
    }

    .contact_img {
        width: 100%;
        padding-right: 0px;
    }

    .send_bt {
        text-align: center;
        /* Centers the content inside the div */
        margin-top: 20px;
        /* Optional: adds some spacing above the button */
    }
    
    .contact_section_home {
        position: relative;
        height: 300px;
        display: flex; /* Use flexbox */
        flex-direction: column; /* Arrange items vertically */
        justify-content: center; /* Vertically center content */
        align-items: center; /* Horizontally center content */
        text-align: center; /* Center text inside the elements */
        background: url('../Images/main/contact-us.jpg') no-repeat center center;
        background-size: cover;
    }

    .send_bt button {
        display: inline-block;
        /* Ensures proper alignment */
        padding: 10px 20px;
        /* Button padding */
        text-decoration: none;
        /* Removes underline */
    }

    .d-none-mobile {
        display: block;
    }

    p {
        font-weight: 300;
    }

    .experience_div .about_img {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .about_img {
        margin-bottom: 10px;
    }

    .services_section {
        margin-top: 55px;
        text-align: justify;
    }

    .services_taital {
        margin-top: 0px !important;
    }

    .h-350 {
        height: 350px;
    }

    .features_box_main {
        width: 100%;
        background-color: #ffffff;
        height: 80%;
        padding: 14px 22px 140px 20px;
        border-radius: 20px;
        margin-top: 30px;
    }

    .contact_section_home h1 {
        font-size: 35px;
        z-index: 2;
        color: #eaeff1;
    }

    .box_main .development_text {
        display: flex;
        justify-content: center !important;
        text-align: center !important;
        margin-top: 15px;
    }

    .contact_section_home .contact-btn {
        z-index: 2;
        color: #eaeff1;
        text-transform: uppercase;
        border-radius: 30px;
        padding: 15px;
        font-size: 15px;
    }

    .features_img {
        width: 100%;
        border-radius: 30px;
        height: 270px;
    }

    .table_section {
        margin-top: 55px;
    }

    .contact-heading {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .map_main {
        margin-top: 55px;
    }

    .mobile-mt-0 {
        margin-top: 0px;
    }

    .sticky-top {
        padding-left: 7px !important;
        padding-right: 13px !important;
    }

    .image-container {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        min-height: 350px;
    }

    .uniform-height {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .services_section_2 .col-lg-3.col-sm-6 {
        height: 90%;
    }

    .text-content-2 {
        background-color: white;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0rem;
        height: 100%;
        width: 100%;
    }

    .mats-img-div .features_img {
        width: 100%;
        height: 230px;
        border-radius: 30px;
    }

    .text-wrapper-2 {
        max-width: 95%;
        background-color: #2b2c2c;
        text-align: left !important;
    }

    .image-section {
        display: flex;
        justify-content: center;
        margin-top: 32px;
        margin-bottom: 32px;
        width: 100%;
        overflow: hidden;
    }

    .mvsw_taital {
        margin-top: 55px;
    }
    .gap-85 {
        gap: 0px;
    }

    .content-below h2 {
        text-align: center;
    }

    .content-below ul {
        justify-content: justify;
        text-align: justify;
    }

    .image-background {
        height: 260px;
    }

    .image-background-2 {
        height: 260px;
    }

    .contact_section {
        margin-top: 55px;
    }

    .experience_section{
        margin-top: 55px;
    }

    .px-5-mobile {
        padding-left: 7px !important;
        margin-left: 7px !important;
    }

    .navbar-dark .navbar-nav .nav-link-2 {
        position: relative;
        padding: 20px 15px;
        font-size: 16px;
        text-transform: uppercase;
        color: #eaeff1;
        outline: none;
        transition: .5s;
    }

    .pc-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

}

@media (max-width: 424px) {
    .logo-width {
        width: 152px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-content {
        width: 50% !important;
        padding: 10px;
    }
    .footer .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .image-background {
        height: 360px;
    }
    .image-container {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        min-height: 535px;
    }
    .image-background-2 {
        height: 360px;
    }
    .contact_section_2 .col-md-6{
        width: 100%;
    }
    .contact_section_2 .col-md-6:nth-child(1) {
        order: 2 !important;
    }
    .contact_section_2 .col-md-6:nth-child(2) {
        order: 1 !important;
    }
    .experience_div .col-md-6{
        width: 100%;
    }
    .about_section .col-md-6{
        width: 100%;
    }
    .about_section .col-md-6:nth-child(1) {
        order: 2 !important;
    }
    .about_section .col-md-6:nth-child(2) {
        order: 1 !important;
    }
}

@media (max-width: 768px) {
    .contact_img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}

@media (min-width:1024px) {
    .uniform-height {
        height: 55%;
        overflow: hidden;
        max-height: 450px;
    }

    

    .index-banner-content h2 {
        font-size: 55px;
    }

    .index-banner-content p {
        font-size: 21px;
        font-weight: bold;
    }

    .row.d-flex.justify-content-center > div {
        margin: 0 35px; /* Adjust the horizontal spacing */
    }

}

@media (min-width:1400px) {
    .logo-width {
        width: 285px;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        padding: 35px 15px;
        font-size: 16px;
        text-transform: uppercase;
        color: #2b2c2c;
        outline: none;
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link-2 {
        position: relative;
        padding: 35px 15px;
        font-size: 16px;
        text-transform: uppercase;
        color: #eaeff1;
        outline: none;
        transition: .5s;
    }

    .row.d-flex.justify-content-center > div {
        margin: 0 45px; /* Adjust the horizontal spacing */
    }
}

@media (max-width: 768px) {
    .split-section-2 {
        flex-direction: column;
    }

    .text-content,
    .image-content-wrapper {
        width: 100%;
        padding: 10px;
    }

    .image-background-3 {
        height: 200px;
        /* Adjust height for smaller screens */
    }

    .content-below {
        padding: 0px;
    }
}