/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.1
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)
*/
.heading-span{
	color: var(--e-global-color-e9758a0);
}
.heading-span2{
	color: var(--e-global-color-accent);
}

.sec-btn .elementor-button-icon svg {
    width: 56px;
}

.sec-btn .elementor-button-content-wrapper {
    align-items: center;
}

.custom-iconbox .elementor-icon-box-description {
    margin-left: -40px !important;
}

.custom-iconbox .elementor-icon {
    margin-top: 4px;
}
.custom-carousel {}

.custom-carousel .elementor-testimonial__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

.custom-carousel .elementor-testimonial__content .elementor-testimonial__text:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url('/wp-content/uploads/2025/05/stars.webp');
    width: 140px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -40px;
    left: 0;
}

.custom-carousel .elementor-swiper-button {
	top: 30px !important;
    right: 0 !important;
    left: auto !important;
}

.custom-carousel .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/05/prev.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 65px !important;
    width: 56px;
    height: 56px;
}

.custom-carousel .elementor-swiper-button svg {
    display: none;
}

.custom-carousel .elementor-swiper-button.elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2025/05/next.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    width: 56px;
    height: 56px;
}

#ContentBox1,
#ContentBox2,
#Statements .content-box{
    position: relative;
    z-index: 1;
    overflow: hidden !important;
}

#ContentBox1::before,
#Statements .content-box::before{
    content: '';
    width: 20px;
    height: 250px;
    background-color: var(--e-global-color-accent);
    right: 0px;
    top: -60px;
    position: absolute;
    left: auto;
    transform: rotate(-49deg);
    border-radius: 0;
}
#ContentBox1::after,
#Statements .content-box::after{
    content: '';
    width: 20px;
    height: 250px;
    background-color: var(--e-global-color-accent);
    right: 50px;
    top: -60px;
    position: absolute;
    left: auto;
    transform: rotate(-49deg);
    border-radius: 0;
}
#ContentBox2::before {
    content: '';
    width: 20px;
    height: 250px;
    background-color: var(--e-global-color-accent);
    right: 0px;
    top: -60px;
    position: absolute;
    left: auto;
    transform: rotate(-49deg);
    border-radius: 0;
}
#ContentBox2::after {
    content: '';
    width: 20px;
    height: 250px;
    background-color: var(--e-global-color-accent);
    right: 50px;
    top: -60px;
    position: absolute;
    left: auto;
    transform: rotate(-49deg);
    border-radius: 0;
}
.content-box .elementor-icon-wrapper .elementor-icon {
    animation: rotate 1s ease-in-out infinite alternate;
}

.newsletter-form .elementor-field-group {
    padding: 0 !important;
    margin: 0 !important;
    flex-wrap: nowrap !important;
}

.newsletter-form .elementor-field-group .elementor-field-type-submit {}

.newsletter-form .elementor-field-type-submit {
    width: auto !important;
    height: 100%;
}

.newsletter-form .elementor-form-fields-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    flex-wrap: nowrap !important;
    gap: 20px;
    padding: 5px !important;
    align-items: center;
}
@keyframes rotate{
    0%{
        transform: rotateY(0deg);
    }
    100%{
        transform: rotateY(180deg);
    }
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}