/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.6
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)
*/
#SiteHeader {backdrop-filter: blur(23px);}

.header-menu {}

.header-menu .menu-item {}

.header-menu .menu-item a {
    position: relative;
    z-index: 1;
}

.header-menu .menu-item a:before {
    content: '/';
    background-color: unset !important;
    position: static;
    opacity: 1 !important;
}

.header-menu .menu-item a:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/02/Vector.svg);
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: calc(100% + 5px);
    background-color: unset !important;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1 !important;
}
.sitetitle-span {
    font-family: var(--e-global-typography-secondary-font-family);
}

.elementor-button {
    background-image: url('/wp-content/uploads/2026/02/Group-1597888071.svg');
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-size: contain;
	background-position: center center;
}
.sitetitle-span {
    font-weight: 700;
}
.animated-icon-box{
    position: relative;
    z-index: 1;
}

.animated-icon-box1:before,
.animated-icon-box2:before{
    content: '';
    position: absolute;
	width: 74px;
    height: 74px;
    left: 50%;
    top: -30px;
    translate: -50%;
	animation: 5s rotate linear infinite;
}

.animated-icon-box1:before {
    background-image: url(/wp-content/uploads/2026/02/Vector-2.svg);
}

.animated-icon-box2:before {
    background-image: url(/wp-content/uploads/2026/02/Vector-3.svg);
}
.elementor-button {
    padding: 10px !important;
    width: 200px !important;
    height: 46px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.heading-span{
	font-family: var(--e-global-typography-accent-font-family) !important;
		font-weight: 700 !important;
}
.clipbox {
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
}
#MyTestSlider {
    position: relative;
    z-index: 1;
}

#MyTestSlider:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(/wp-content/uploads/2026/02/Vector-5.svg);
    width: 69px;
    height: 44px;
    right: 100%;
}

#MyTestSlider .elementor-testimonial {}

#MyTestSlider .elementor-testimonial .elementor-testimonial__cite {
    flex-direction: row;
    gap: 4px;
    align-items: center;
}
#MyTestSlider {
    position: relative;
    z-index: 1;
}

#MyTestSlider:before {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(/wp-content/uploads/2026/02/Vector-5.svg);
    width: 69px;
    height: 44px;
    right: 100%;
}

#MyTestSlider .elementor-testimonial {}

#MyTestSlider .elementor-testimonial .elementor-testimonial__cite {
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

#MyTestSlider .elementor-swiper-button {
    left: calc(-100% - -200px);
}

#MyTestSlider .elementor-swiper-button.elementor-swiper-button-next {
    left: calc(-100% - -280px);
    background-image: url(/wp-content/uploads/2026/02/Button-next-slide.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 54px;
    height: 54px;
    opacity: 1;
}

#MyTestSlider .elementor-swiper-button.elementor-swiper-button-prev {
    background-image: url(/wp-content/uploads/2026/02/Button-previous-slide.png);
    background-repeat: no-repeat !important;
    background-size: contain;
    width: 54px;
    height: 54px;
    opacity: 1;
}

#MyTestSlider .elementor-swiper-button svg {
    display: none;
}
#FooterForm {
    -webkit-mask-image: url(/wp-content/uploads/2026/02/68f7ddbbbf16199bfe117b4e_Rectangle2060.webp.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
}
.animated-icon-box .elementor-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.myfluid-box:hover {
    width: 90% !important;
}
.myfluid-box .elementor-widget-text-editor {
    overflow: hidden;
}
.myfluid-box .elementor-widget-text-editor p {
    margin-bottom: -70px;
    transition: .3s .5s ease-in-out;
}
.myfluid-box {
    justify-content: flex-end;
}
.myfluid-box:hover .elementor-widget-text-editor p {
    margin-bottom: 0;
}
.myfluid-box {
    transition: .5s ease-in-out !important;
}
@keyframes rotate{
    0%{
      transform: rotate(0)  
    }
  100%{
    transform: rotate(360deg)  
  }
}



@media screen and (max-width: 1639px){
	#MyTestSlider .elementor-swiper-button {
		left: calc(-100% - -270px);
	}
	#MyTestSlider .elementor-swiper-button.elementor-swiper-button-next {
		left: calc(-100% - -350px);
	}
}