/*
Theme Name: Design Ggenious
Author: Design Ggenious
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)
*/
.gform-body.gform_body .gfield {
    margin: 0 !important;
}
@media only screen and (max-width: 640px) {
    .gform_wrapper .gfield.gf_list_3col_mob .gfield_checkbox, .gform_wrapper .gfield.gf_list_3col_mob .gfield_radio {
        -ms-grid-columns: (1fr) [ 3 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}
.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: #F5F5F5;
}
span.permonth {
    display: block;
    font-size: 10px;
    line-height: 1;
}
.force-overflow::-webkit-scrollbar-thumb
{background-image: linear-gradient(120deg, var( --e-global-color-d49ac81 ) 20%, var( --e-global-color-332724a ) 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 ;
}
}

.flicker-1 img {
	-webkit-animation: bounce-top 3s ease-in-out 2s infinite both;
	        animation: bounce-top 3s ease-in-out 2s infinite both;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}