@media (min-width:1500px) {
    .banner-content {
        left: 30%;

    }
}

@media (min-width:2500px) {
    .banner-content {
        left: 38%;

    }
}


@media(max-width:992px) {
    .banner-content h2 {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    .banner-content h2 {
        font-size: 20px;
    }

}

@media(min-width:992px) and (max-width:1024px){
    .banner-content {
        height: 65%;
}
}

@media(min-width:768px) and (max-width:992px){
    .banner-content {
        height: 65%;
}
}

@media(min-width:1024px) and (max-width:1200px){
    .banner-content {
        height: 65%;
}
}


@media (max-width: 768px) {
    .banner-content {
        left: 50%;
        width: 50%;
        height: 65%;
    }
}

@media (max-width:576px) {
    .banner-img {
        height: 300px;
        object-fit: cover;

    }

    .banner-content {
        left: 50%;
        width: 85%;
        height: 90%;
    }
}

/* How Bhivani Road Carrier Supports You */




@media (max-width: 1200px) {
    .support-bg {
        background-image: none;
    }
}


@media (min-width: 1600px) {
    .support-bg {
        background-image: none;
    }
}

@media (min-width: 992px) {
    .bhivani-support {
        position: absolute;
        top: 50%;
        left: 40%;

    }


}

@media(max-width:576px) {
    .support-heading {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .support-title {
        font-size: 18px;
    }

    .text-overlay {
        top: 3%;
    }
}

@media(max-width:768px) {
    .support-heading {
        font-size: 25px;
    }
}

@media (max-width:1024px) {
    .support-bg {
        padding-bottom: 0px;
    }
}



@media (max-width: 992px) {

    .trust-bg,
    .trust-right {
        display: none;
    }


    .trust-inner-card {
        background-color: #3C2A98;
        padding: 30px 20px;
        text-align: center;
    }


    .trust-left {
        position: static;
        transform: none;
        width: 100%;
        padding: 20px;
        text-align: left
    }

}

@media(max-width:1200px) {
    .carrier-service-text {
        transform: translate(140%, -195%);
    }
}

@media (min-width:1024px) and (max-width:1200px) {
    .carrier-service-text {
        transform: translate(140%, -228%);
    }
}


@media (max-width: 991.98px) {
    .carrier-service-text {
        position: static !important;
        transform: none !important;
        text-align: center;
        padding: 20px;
    }

    .carrier-service-text h2,
    .carrier-service-text p {
        color: #fff;
        text-align: left;
        /* Optional: Use dark text on light background for mobile */
    }

    .service-section {
        padding-top: 20px;
    }

    /* Optional: Reset margin for images column */
    .carrier-images-col {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .carrier-service-bg-img {
        height: 85%;
        object-fit: cover;
    }

    .carrier-service-img {
        text-align: center;
    }
}

@media(max-width:576px) {
    .speed-img {
        width: 90%;
        object-fit: contain;
    }

    .domestic-img {
        width: 90%;
        object-fit: contain;
    }
}