/*
Theme Name: American Web Eagle
Author: Design Penta
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.image-scroll-top {
    position: relative;
    overflow: hidden; /* Hide overflowing content */
    height: 300px; /* Set the visible height */
    width: auto; /* Adjust as needed */
	border-radius:10px;
}

.image-scroll-top img {
    position: absolute; /* To move the image */
    top: 0;
    left: 0;
    width: 100%; /* Ensure full width inside container */
    height: auto; /* Maintain aspect ratio */
    transform: translateY(0); /* Start position */
    transition: transform 10s linear; /* Smooth transition */
}

.image-scroll-top:hover img {
    transform: translateY(calc(400px - 100%)); /* Stops when the bottom of the image matches the container's bottom */
}




.testimonials .elementor-swiper-button.elementor-swiper-button-prev {
    position: absolute !important;
    top: 110% !important;
    left: 45% !important;
}

.testimonials {
    position: relative !important;
}

.testimonials .elementor-swiper-button.elementor-swiper-button-next {    
    position: absolute !important;
    top: 110% !important;
    left: 50% !important;
}