        .img-responsive {
            display: block;
            max-width: 100%;
            height: 100%;
            margin: 0 auto;
        }

        #image1 {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        h4 {
            color: #F5FFFA;
        }

        .icon-box-4 {
            text-align: center;
            background-color: #FFF;
            padding: 1rem 1rem;
            position: relative;
            cursor: pointer;
            border-top: 4px solid #3f51b5;
            border-bottom: 4px solid #2c3bab;
            transition: all 0.15s linear;
            border-radius: 18px;
            box-shadow: 0px 0 30px rgb(1 41 112 / 16%);
        }

        .icon-box-4 i {
            font-size: 55px;
            color: #3f51b5;
            margin-bottom: 15px;
            display: block;
        }

        .ocsheading {
            color: #ff3514;
            font-weight: 600;
        }

        .ocspara {
            text-align: justify;
            color: #000;
            font-weight: 500;
            font-size: 16px;
        }

        .wide-tb-100 {
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .heading-main {
            color: #ff3514;
            font-size: 2rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 10px;
        }



        .cbp-caption-zoom .cbp-caption-activeWrap {
            opacity: 0;
            top: 0;
            background-color: #13218dc2;
            -webkit-transition: opacity .4s;
            transition: opacity .4s;
        }

        .alert-primary {
            color: #004085;
            background-color: #cce5ff;
            border-color: #f44336;
        }

        .client-testimonial {
            box-shadow: 0 5px 15px 0 rgb(63 105 181 / 65%);
            padding: 40px 20px;
            border-radius: 8px;
        }

        p {
            text-align: justify;
            color: #000;
            font-weight: 500;
            text-indent: 30px;
            font-size: 16px;
        }

        .galleryimg {
            height: 100px;
            width: 220px;
            padding: 5px;
            /*box-shadow: 0 0 57px 0 rgb(0 0 0 / 14%);*/
            border-radius: 5px;
        }

        /* Extra small devices (phones, 600px and down) */
        @media only screen and (max-width: 600px) {
            .galleryimg {
                /*height: 40px;*/
                margin-top: -20px;
            }
        }

        .card-hover:hover {
            z-index: 1;
            transform: scale(1.05);

        }

        .carousel-caption {
            /* left: 10%; */
            /* Position content on the left */
            text-align: center;
            max-width: 100%;
            /* Limit width for better readability */
        }

        .carousel-caption h2 {
            color: white;
            font-size: 3rem;
            font-weight: bold;
            line-height: 1.2;
        }

        .carousel-caption p {
            color: white;
            font-size: 1.25rem;
            line-height: 1.5;
            text-indent: 0;
        }

        .carousel-inner img {
            max-height: 600px;
            /* Set max image height */
            object-fit: cover;
        }

        @media (max-width: 768px) {
            .carousel-inner img {
                max-height: 630px;
            }
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .carousel-caption {
                /* left: 5%; */
                /* Adjust padding for smaller screens */
                max-width: 100%;
                text-align: center;
                margin-bottom: 10rem;
                /* Use more width on mobile */
            }

            .carousel-caption h2 {
                color: rgb(255, 70, 3);
                font-size: 2rem;
                /* Smaller font for headings on mobile */
                line-height: 1.4;
            }

            .carousel-caption p {
                font-size: 0.8rem;
                /* Adjust paragraph font size */
                line-height: 1.3;
                /* color: w; */
                text-indent: 0;
            }

            /* .carousel-inner img {
            max-height: 400px;
            
        } */
        }

        /* #myCarousel{
            padding: 0px
        }
        @media (max-width: 768px) {
            #myCarousel{
            padding: 2px;
        }
        } */

        .para {
            margin-top: -5px;
            margin-bottom: -1px;
            text-align: center;
            /* font-weight: 1px; */

        }


        /* Dark overlay for ONLY this specific carousel image */
        .carousel-item[data-image="3pl-warehouse"] {
            position: relative;
        }

        .carousel-item[data-image="3pl-warehouse"]::after {
            content: "";
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.35);
            /* adjust darkness here */
            z-index: 2;
        }

        /* Make sure the image stays behind the overlay */
        .carousel-item[data-image="3pl-warehouse"] img {
            width: 100%;
            height: 100vh;
            /* full height */
            object-fit: cover;
            z-index: 1;
            position: relative;
        }

        /* Ensure the text remains above the overlay */
        .carousel-caption {
            z-index: 3;
        }

    #myCarousel .carousel-item {
        position: relative;
    }

    #myCarousel .carousel-item img {
        height: 80vh;
        object-fit: cover;
        object-position: center;
    }

    #myCarousel .carousel-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1;
    }

    #myCarousel .carousel-caption {
        z-index: 2;
        bottom: 22%;
    }

    #myCarousel .carousel-caption h1,
    #myCarousel .carousel-caption h2 {
        font-size: 48px;
        font-weight: 700;
    }

    #myCarousel .carousel-caption p {
        font-size: 18px;
        color: #fff;
    }

    @media (max-width: 768px) {
        #myCarousel .carousel-item img {
            height: 550px;
        }

        #myCarousel .carousel-caption {
            bottom: 15%;
        }

        #myCarousel .carousel-caption h1,
        #myCarousel .carousel-caption h2 {
            font-size: 30px;
        }

        #myCarousel .carousel-caption p {
            font-size: 14px;
        }
    }
