/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

p {
	margin: 0px 0px 20px 0px;
}
p:last-child {
	margin: 0px;
}


.image-gallery-scroll .gallery {
    display: flex;
    align-items: center;
    max-width: max-content;
}
.image-gallery-scroll .gallery figure.gallery-item {
    max-width: max-content;
}
.image-gallery-scroll .gallery figure.gallery-item img {
    max-width: 350px;
    width: max-content;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.image-gallery-scroll .elementor-widget-image-gallery {
    max-width: max-content;
    width: max-content;
}
.image-gallery-scroll .e-con-inner {
    max-width: max-content !important;
    width: max-content !important;
}
.image-gallery-scroll .gallery figure.gallery-item {
    max-width: max-content;
    padding: 0 12px !important;
}
.image-gallery-left .e-con-inner {
    animation: slider-left 70s infinite linear;
	margin-bottom: 24px !important;
}
.image-gallery-right .e-con-inner {
    animation: slider-right 70s infinite linear;
}

@keyframes slider-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes slider-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

.testimonial-slider .elementor-testimonial__content {
    position: relative;
}
.testimonial-slider .elementor-testimonial__content:before, 
.testimonial-slider .elementor-testimonial__content:after {
    content: "";
    width: 100px;
    height: auto;
    display: block;
    aspect-ratio: 1/1;
    background-size: contain !important;
    opacity: 0.3;
}
.testimonial-slider .elementor-testimonial__content:before {
    background: url(https://gray-cobra-907503.hostingersite.com/wp-content/uploads/2025/12/quotation-1.png) no-repeat center center;
    margin: 0 0 0px 5%;
}
.testimonial-slider .elementor-testimonial__content:after {
    background: url(https://gray-cobra-907503.hostingersite.com/wp-content/uploads/2025/12/quotation.png) no-repeat center center;
    margin: 0px 5% -70px auto;
    
}

.internal-ass-heading-col {
    position: sticky;
    top: 25px;
    height: max-content;
}

