/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.global-btn .elementor-button::after{
    content: "";
position: absolute;
height: 100%;
width: 100%;
background-color:#FFC90E;
left: 0;
top: 0;
transform: translateY(100%);
border-radius: 50%;
z-index: -1;
transition: all 0.5s ease;
opacity: 0;
}


.global-btn .elementor-button{
 z-index: 1;
position: relative;
overflow: hidden;
}

.global-btn .elementor-button:hover:after{
   transform: translateY(0%);
   scale:1.5 1.5;
   opacity: 1;
}

.secondary-btn .elementor-button::after{
    content: "";
position: absolute;
height: 100%;
width: 100%;
background: linear-gradient(180deg, #00bbf9 0%, #0a89af 100%);
 
left: 0;
top: 0;
transform: translateY(100%);
border-radius: 50%;
z-index: -1;
transition: all 0.5s ease;
opacity: 0;
}

.secondary-btn .elementor-button{
 z-index: 1;
position: relative;
overflow: hidden;
}

.secondary-btn .elementor-button:hover:after{
   transform: translateY(0%);
   scale:1.5 1.5;
   opacity: 1;
}



.banner-carousel .elementor-swiper-button-prev{
    display: none !important;
}

.banner-carousel .elementor-swiper-button-next{
    display: none !important;
}

.banner-carousel .swiper-pagination-bullet-active{
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.1);
}

.content-container::after{
    content:"";
    position: absolute;
    right: 0px;
    left: auto;
    top:-50%;
    height: 621px;
    width: 47%;
    border-radius: 50%;
    background:rgba(217, 217, 217, 0.5);
    filter: blur(200px);
    z-index: -1;
    opacity: 0.3;
}

.header-content{
    backdrop-filter: blur(60px) !important;
}

.service-card p{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
}

.global-header{
    width: 100% !important;
}

.global-header::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba( 41, 87, 102, 0.55 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border: 1px solid rgba( 255, 255, 255, 0.18 );
z-index: -1;
transition: all 0.3s;
}

.global-header.elementor-sticky-effects::after{
    height: 100%;
}

.global-header.elementor-sticky--effects .e-con-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
}

.global-header .e-con-inner{
    transition: all 0.3s ;
}

.review-carousel .swiper-wrapper{
    padding-top: 35px !important;
    padding-bottom: 39px !important;
}

.banner-img::after{
    content: "";
    position: absolute;
    width: 71%;
    height: 621px;
    background-color: rgba(217, 217, 217, 0.5);
    left: 50%;
    transform: translateX(-50%);
    top: -70%;
    border-radius: 50%;
    filter: blur(200px);
    z-index: -1;
}






.contact-card:hover .elementor-icon-box-title{
	color:#295766 !important;
}

.contact-page-form input:not([type="submit"]){
    height: 56px !important;
    border: 1px solid rgba(92, 87, 87, 0.2) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 26px !important;
    text-align: left;
    text-transform: capitalize !important;
    
    color: #5b5757 !important;
}

.contact-page-form textarea::placeholder,
.contact-page-form input::placeholder{
    opacity: 1 !important;
}


.contact-page-form textarea{
    resize: none !important;
    height: 132px !important;
    border: 1px solid rgba(92, 87, 87, 0.2) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 13px !important;
    line-height: 26px !important;
    text-align: left;
    text-transform: capitalize !important;
    
    color: #5b5757 !important;
}

.contact-page-form input[type="submit"]{
    background: linear-gradient(180deg, #00bbf9 0%, #0a89af 100%);
    border: none !important;
    font-family: Poppins !important;
    font-style: normal;
    font-weight: 300 !important;
    font-size: 15px !important;
    line-height: 23px !important;
    padding: 12.97px 44px !important;
    border-radius: 10px !important;
}

.contact-page-form .gfield_validation_message{
    margin: 0 !important;
    margin-top: -12px !important;
    margin-left: 10px !important;
    width: fit-content !important;
    background: white !important; 
}

.contact-page-form .gform-theme--foundation{
    --gf-form-gap-y:23px !important;
}

.contact-page-form .gform_validation_errors{
    display: none !important;
}

.contact-page-form input[aria-invalid="true"]{
    border: 1px solid red !important;
}

/* .gfield_description{
    display: none !important;
} */

.contact-page-form .instruction{
    display:none !important;
}

@media screen and (max-width:1024px) {
    .sub-header::before{
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background-image: url("https://dev.wordpress-developer.us/little-smiles-of-brooklyn/wp-content/uploads/2024/12/Mask-group.png");
        left: 0;
        right: auto;
        left: -20px;
        right: auto;
        background-size: contain;
        top: -11px;
    }
}


@media screen and (max-width:767px) {
    .banner-carousel .swiper-pagination-bullet-active {
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.1);
    }

    .my-thumbnail-slider .eae-swiper-button-next{
        background: #fff;
        height: 33.61px;
        width: 33.61px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        right: 0;
    }
    
    .my-thumbnail-slider .eae-swiper-button-prev{
         background: #fff;
        height: 33.61px;
        width: 33.61px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        left: 0;
    }

    .my-thumbnail-slider .eae-thumb-horizontal-bottom{
        margin-top: 11px !important;
    }

    .contact-page-form input:not([type="submit"]){
        height: 38px !important;
        font-size: 12px !important;
        line-height: 26px !important;
    }

    .contact-page-form textarea{
        height: 100px !important;
    }
    .contact-page-form .gform-theme--foundation{
        --gf-form-gap-y:10px !important;
    }
    
    .contact-page-form .gform-footer{
        justify-content: center !important;
    }
    .contact-page-form input[aria-invalid="true"]{
        border: 1px solid red !important;
        height: 50px !important;
    }
  
}