/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.5
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)
*/
html {
    overflow-x: hidden !important;
	scroll-behavior: auto !important;
}
#BannerSection wrapper {
	position: relative;
	width: 60%;
	margin: 0 auto;
}
#BannerSection .clipped-video {
	-webkit-clip-path: url(#text-overlay);
	clip-path: url(#text-overlay);
}

#BannerSection svg {
	display: block;
	position: absolute;
	top: 0;
}
#BannerSection text {
    font-family: var(--e-global-typography-a83bb03-font-family);
    font-size: 120px;
    text-transform: uppercase;
}

#BannerSection .wrapper {
    height: 140px;
}
.org-span {
    color: var(--e-global-color-accent);
}
.text-with-bg {
    background-image: url(/wp-content/uploads/2025/12/bg-beans.webp);
    background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.my-spacer {
    padding: 0 148px;
}

.testimonial-carousel {}

.testimonial-carousel .elementor-testimonial__footer {
    width: 50%;
}

.testimonial-carousel .elementor-testimonial__footer .elementor-testimonial__image {
    flex-shrink: unset !important;
    border-radius: 24px;
    overflow: hidden;
}

.testimonial-carousel .elementor-testimonial__footer .elementor-testimonial__image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    display: block;
}

.testimonial-carousel .elementor-testimonial {
    background-color: var(--e-global-color-b5ced4c);
    align-items: center !important;
    border-radius: 24px;
    padding-right: 27px;
}

.testimonial-carousel .elementor-testimonial .elementor-testimonial__text {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .elementor-testimonial .elementor-testimonial__text:before {
    background-image: url('/wp-content/uploads/2025/12/668d49560d363952ff7c12b5_809D.webp.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 64px;
    height: 42px;
    content: '';
    display: block;
    margin-bottom: 18px;
}

.testimonial-carousel .elementor-testimonial .elementor-testimonial__text:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #1E1305;
    opacity: .12;
    display: block;
    margin-top: 16px;
}

.testimonial-carousel .elementor-swiper-button {
    width: 68px;
    height: 68px;
    background-color: var(--e-global-color-b5ced4c);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -50px !important;
    top: auto !important;
    /* translate: none !important; */
}

.testimonial-carousel .elementor-swiper-button.elementor-swiper-button-next {
    right: calc(50% - 140px) !important;
    transform: rotate(-45deg) !important;
    transform-origin: center !important;
}
.testimonial-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    left: calc(50% - 140px) !important;
    transform: rotate(-45deg) !important;
    transform-origin: center !important;
}
#CoffeeBeans {
    transition: unset !important;
}

.newsletter-form .elementor-field-type-submit {
    flex: 0 0 auto !important;
    width: auto !important;
}

.newsletter-form .elementor-form-fields-wrapper {
    flex-wrap: nowrap !important;
}
.floating-element{
	animation: floating 1s ease-in-out alternate infinite;
}
.testimonial-carousel {}

.testimonial-carousel .swiper-pagination {
    bottom: -30px !important;
}
/* .banner-content {
    flex: auto !important;
} */
.blog-loopitem {}

.blog-loopitem .elementor-widget-theme-post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    /* max-height: 210px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-loopitem .elementor-widget-theme-post-title .elementor-heading-title {
    overflow: hidden;
    display: -webkit-box;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.my-post-content img {
    width: 100%;
}
.elementor-widget-theme-post-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#gt_float_wrapper .gt_options {
    position: absolute;
    background-color: #fff;
    font-size: 16px;
}

#gt_float_wrapper .gt_float_switcher .gt_options a:not(.gt-current) {
    display: flex;
}

@media screen and (max-width: 1639px){
	#BannerSection .wrapper{
		height: 120px;
	}
	#BannerSection text {
		font-size: 100px;
	}
}
@media screen and (max-width: 1239px){
	.testimonial-carousel .elementor-testimonial {
		align-items: unset !important;
	}

	.testimonial-carousel .elementor-testimonial__footer .elementor-testimonial__image {
		height: 100%;
	}
	.testimonial-carousel  .elementor-testimonial__content {
    padding: 20px 0;
}
	#BannerSection text {
    font-size: 96px;
}
}
@media screen and (max-width: 959px){
	.my-spacer {
		padding: 0 98px;
	}
	#BannerSection text {
    font-size: 72px;
    transform: translateY(40px);
}
}
@keyframes floating{
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(20px);
	}
}
@media screen and (max-width: 767px){
	#BannerSection .clipped-video {
		margin-bottom: -50px;
	}

	#BannerSection .wrapper {
		height: auto;
	}
	.my-spacer {
        padding: 0 58px;
    }
	.testimonial-carousel .elementor-testimonial {
    flex-direction: column-reverse !important;
    padding: 0 !important;
}

.testimonial-carousel .elementor-testimonial__footer {
    width: 100%;
    padding: 0 !important;
}

.testimonial-carousel .elementor-testimonial__content {
    padding: 20px;
}
	#BannerSection text {
    font-size: 48px;
    transform: translateY(45px);
}
}
@media screen and (max-width: 479px){
#BannerSection text {
    font-size: 33px;
    transform: translateY(45px);
}
	.my-spacer {
    padding: 0 35px;
}
}