/* Gallery Styling */
.gallery-section {
    padding: 60px 0;
}


.category-img {
    width: 100%;
    height: 300px; /* Fixed height for all images */
    overflow: hidden;
    position: relative;
    
}

.imageschange {
    width: 100%;
    height: 650px; /* Fixed height for all images */
    overflow: hidden;
    position: relative;
    
}


/* Image Container Styling */
.image-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}








/* Content Styling */
.content-container {
    padding: 10px;
}


/* Responsive Design */
@media (max-width: 767px) {
    .image-content-gallery .row {
        flex-direction: column-reverse;
    }

    .content-container {
        text-align: start;
    }

    .section-heading {
        font-size: 26px;
    }

    .section-paragraph {
        font-size: 14px;
    }

    .subheading {
        font-size: 16px;
    }
}





@media (max-width: 767.98px) {
        .carousel-inner.custom-height {
            min-height: 250px;
        }
    }
    @media (min-width: 768px) and (max-width: 991.98px) {
        .carousel-inner.custom-height {
            min-height: 300px;
        }
    }
    @media (min-width: 992px) {
        .carousel-inner.custom-height {
            min-height: 400px;
        }
    }

    