/*
Theme Name: Tech Savvy Studios
Author: techsavvystudios
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)
*/

.force-overflow {
	float: left;
	height: 300px;
	background: transparent;
	overflow-y: auto;
	margin-bottom: 25px;
	color:#fff;
}

.force-overflow::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

.force-overflow::-webkit-scrollbar {
    width: 10px;
    background-color: #ec3737;
}
span.permonth {
    display: block;
    font-size: 10px;
    line-height: 1;
}
.force-overflow::-webkit-scrollbar-thumb {
    background-image: linear-gradient(120deg, #ec3737 20%, #000 60%);
}


.image-scroll-top {
    position: relative;
    overflow: hidden; /* Hide overflowing content */
    height: 400px; /* 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 7s 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 */
}

.testimonial .elementskit-commentor-content {
    height: 110px;
}
@media screen and (min-width: 1024px) {
  .testimonial .elementskit-commentor-content {
    height: 70px ;
}
}






