
.column_clients_slider .slick-slide img {
    width: 100% !important;
}
#carousel-container {
            overflow: hidden; /* Hides images outside the current view */
            width: 100%;
        }

        #carousel-track {
            display: flex;
            transition: transform 0.5s ease-in-out; /* Smooth sliding animation */
            /* Ensure the track is wide enough to hold all slides side-by-side */
            width: fit-content;
        }

        .carousel-slide {
            flex-shrink: 0; /* Prevents slides from shrinking */
            width: 100%; /* Initially set to 100% of the container width (will be adjusted in JS) */
        }

        /* Responsive styling for larger screens */
        @media (min-width: 768px) {
            .carousel-slide {
                width: 33.3333%; /* Show 3 slides on medium screens and up */
            }
        }

        /* Ensure images fill the slide container */
        .carousel-slide img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }
.shadow-lg {
    --tw-shadow: none !important;
    --tw-shadow-colored: none !important;
    box-shadow: none !important;
}
.subscribeNow .gfield_description {color:#fff !important;}
.subscribeNow input[type="email"] {
    background-color: transparent !important;
    color: #fff !important;
}
.subscribeNow h2 {color: #fff !important;}
.subscribeNow .gform_validation_errors {    
    border-color: #fff !important;
    margin-bottom: 20px !important;
}
.subscribeNow .gform_fields {column-gap: 0 !important;}
input[type="submit"]:hover {background-color:#2d8cff !important;}
input[type="submit"] {background-color:#4b1aff !important;}