/*
Theme Name: GBL Technologies
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: liko

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

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.single-post .elementor-element.elementor-element-2fa9268 {
    background: #000;
}



.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 15s 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 */
}


.tp-project-5-2-thumb.p-relative.not-hide-cursor a {
    pointer-events: none;
}
.pricingloop .elementor-swiper-button {
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    display: none !important;
}
a.dialog-close-button.dialog-lightbox-close-button {
    padding: 10px;
    background: #fff;
    border-radius: 50px;
}
.pricingdetailsnew ul.pakages-custom-list li, .pricingdetailsnew ul.pakages-custom-list li b, .pricingdetailsnew p {color:#fff} 