/*
Theme Name:   Hello Elementor Child
Theme URI:    https://wordpress.org/themes/helloelementor/
Description:  Hello Elementor child theme
Author:       Mukesh Kumar
Author URI:   https://pixxelu.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
#content *{
    line-height: 1.4 !important;
}
body{
     font-family: "Poppins", sans-serif !important;
}
.contact-form button#wpforms-submit-306 {
    background-color: white;
    color: black;
}
.contact-form .elementor-widget-shortcode {
    padding:10px 20px;
}
.counter-section .elementor-counter-title {
    text-align: center;
}
.sign-btn a{
    padding: 0;
}
.btn-primary a {
    background-color: #6200EA;
    border: 1px solid #6200EA;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 11px 11px 11px 11px;
    color: white;
}
.btn-primary a:hover{
    background-color: transparent !important;
    color: #6200EA;
}
button,a{transition: all 0.2s ease-in;}

/* Banner Form Start*/
#content .banner-form {
    border: 1px solid #F5F5F6;
    padding: 20px;
    background-color: white;
    box-shadow: -10px 10px 30px 0px #89898926;
    border-radius: 15px;
		padding: 0;
		overflow: hidden !important;
		gap: 0;
}
#content .banner-form .elementor-heading-title {
    padding: 25px 20px;
    background-color: #E9D5FF;
}
#content .banner-form .gform_wrapper {
    padding-inline: 50px;
}
#content .banner-form .gform_body input:not(#content .banner-form .gform_body input[type="checkbox"]) {
    border: 1px solid #AEAEAE;
    height: 50px;
    border-radius: 10px;
    padding: 20px !important;
	margin: 0;
}
#content .banner-form .gform_footer input[value="Submit"] {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 11px;
    background-color: #6200EA;
    color: white;
    border: 1px solid #6200EA;
    height: 45px;
}
#content .banner-form .gform_footer input[value="Submit"]:hover{
    background-color: transparent;
    color: #6200EA;
}
#content .banner-form .gform_body li.gfield {
    padding: 0 !important;
    margin-top: 15px !important;
    border: 0 !important;
    background: transparent;
}
#content .banner-form .gform_body li.gfield_error .validation_message {
    display: none;
}
#content .banner-form .gform_body li.gfield_error input {
    border: 1px solid #f11414 !important;
}
#content .banner-form .gform_body .gfield_consent_label {
    font-size: 14px;
    color: #6B7280;
}
#content .banner-form .gform_body li.gfield:last-child .ginput_container_consent {
    display: flex;
    align-items: center;
	gap: 8px;
        margin-block: 10px 5px !important;
}
#content .banner-form .gform_body li.gfield:last-child .ginput_container_consent input {
    margin: 0;
    width: 18px;
    accent-color: #6200ea;
}
#content .banner-form .gform_footer.top_label {
    margin: 0;
    padding-top: 5px;
}
#content .banner-form .gform_body li.gfield:last-child {
    margin-top: 5px !important;
}
#content .banner-form form .validation_error {
    display: none;
}
/* Banner Form End */
.why-choose-grid > .elementor-element{
    transition: all 0.2s ease-in;
    background-color: transparent !important;
    border-radius: 16px !important;
}
.why-choose-grid > .elementor-element:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
}


/* Testimonial Slider Start */
.testi-slider .elementor-swiper-button-prev {
    left: -100px !important;
}
.testi-slider .elementor-swiper-button-next {
    right: -100px !important;
    transform: translateY(-50%) rotate(180deg) !important;
}
.testi-slider .elementor-swiper-button svg {
    display: none;
}
.testi-slider .elementor-swiper-button {
    width: 60px;
    height: 60px;
    background-color: #FAF5FF;
    border-radius: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.testi-slider .elementor-swiper-button:hover{
    opacity: 0.7;
}
.testi-slider .elementor-swiper-button::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: url(https://zayda.io/wp-content/uploads/2025/05/fi_3550091.svg) no-repeat;
    background-size: contain;
}
.testi-slider .swiper-pagination {
    bottom: -60px !important;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid #ddd !important;
    background-color: white !important;
    opacity: 1 !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #6200EA !important;
}
/* Testimonial Slider End */

/* FAQ Section Start*/
.faq-section .elementskit-card {
    border: 1px solid #DADADA !important;
    border-radius: 12px !important;
    overflow: hidden;
    background-color: #fff !important;
}
.faq-section .elementskit-card .elementskit-card-body {
    padding-top: 0 !important;
}
.faq-section .elementskit-card-header span.number {
    display: none;
}
/* FAQ Section End*/


/* Contact Us Page */
.contact-us-form .wpforms-field-container .wpforms-field input,.contact-us-form .wpforms-field-container .wpforms-field textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    height: 50px;
}
.contact-us-form .wpforms-field-container .wpforms-field textarea{
    height: 120px;
}
.contact-us-form .wpforms-field-container .wpforms-field .wpforms-field-label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    padding-left: 3px;
}
.contact-us-form .wpforms-field-container .wpforms-field label.wpforms-field-sublabel {
    display: none;
}
.contact-us-form .wpforms-submit-container button {
    width: 100%;
    background-color: #6200ea !important;
    color: white !important;
    border-radius: 8px !important;
    padding-block: 10px !important;
    height: 45px !important;
    border: 1px solid #6200ea !important;
}
.contact-us-form .wpforms-submit-container button:hover {
    color: #6200ea !important;
    background: #fff !important;
}
/* Contact Us Page */

/* Pricing Plan */
.pricing-plan .elemenetskit-toogle-controls-wraper-outer {
    margin-bottom: 30px;
}
.pricing-plan .elemenetskit-toogle-controls-wraper-outer .elemenetskit-toogle-controls-wraper {
    border-radius: 12px !important;
    background-color: #fff;
}
.pricing-plan .elemenetskit-toogle-controls-wraper-outer .elemenetskit-toggle-indicator {
    border-radius: 12px !important;
}
.price-cards .elementskit-pricing-tag {
    background-color: transparent !important;
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
}
.price-cards .elementskit-pricing-tag + .elementskit-pricing-price {
    font-size: 16px !important;
    color: black !important;
    font-weight: 400;
}
.price-cards .elementskit-pricing-tag + .elementskit-pricing-price sup {
    position: relative;
    top: 5px !important;
    font-weight: 600;
    left: 2px;
    font-size: 36px !important;
}
.price-cards .elementskit-pricing-tag + .elementskit-pricing-price span {
    padding-left: 5px;
}
.price-cards .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
    width: 100% !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.price-cards > .e-con-inner > .elementor-element {
    background: white !important;
    box-shadow: 0px 4px 20px 5px #0000001A;
}
.price-cards > .e-con-inner > .elementor-element > .active {
    background-color: #6200EA !important;
    border-radius: 12px;
}
.price-cards > .e-con-inner > .elementor-element > .active *{color: white !important;}
.price-cards > .e-con-inner > .elementor-element > .active .elementskit-pricing-lists li svg {
    filter: invert(1) brightness(10.5);
}
.price-cards .elementskit-pricing-content {
    margin-bottom: 20px !important;
}
.price-cards .active .elementskit-pricing-btn-wraper .elementskit-pricing-btn {
    color: #111111 !important;
}
.price-cards .active .elementskit-pricing-btn-wraper .elementskit-pricing-btn:hover {
    background-color: #6200ea !important;
    border: 1px solid #fff !important;
    color: white !important;
}

/* Pricing Plan */

/* Pricing New */
.price-banner {
    overflow-x: hidden !important;
}
.free-price-box .elementor-image-box-img img {
    width: 30px;
    height: 30px;
}
.free-price-box .elementor-image-box-img {
    padding-top: 10px;
}
/* Pricing New */



@media(min-width: 1024px){
    .mobile-login-btns {
    display: none !important;
}
}
@media(max-width: 1024px){
    .br-md-none br{
        display: none;
    }
        .header-main nav.elementor-nav-menu--dropdown {
        position: fixed;
        left: 0;
        top: 0;
        width: 50%;
        height: 100vh;
        background-color: #000;
        z-index: 999;
        margin: 0 !important;
        padding-top: 10px;
        transform: translateX(-100%) scaleY(1) !important;
        animation: unset !important;
    }
.header-main nav.elementor-nav-menu--dropdown .menu-item a {
        text-align: left;
        justify-content: start !important;
        color: white;
        border-bottom: 1px solid #dddddd1c;
        padding-block: 16px;
    }
    .header-main nav.elementor-nav-menu--dropdown .menu-item a:hover {
    background-color: #ffffff1c;
}
    .header-main .elementor-menu-toggle.elementor-active + nav.elementor-nav-menu--dropdown {
        transform: scaleY(1) !important;
    }

}
@media(max-width: 767px){
    h2{
        font-size: 26px !important;
    }
    .header-main nav.elementor-nav-menu--dropdown {
    width: 80%;
}
.footer-form .elementor-button {
    height: 42px !important;
    border-radius: 8px !important;
}
.footer-form .elementor-field-type-email input {
    height: 46px;
    border-radius: 8px !important;
}
#content h2{
    line-height: 1.2 !important;
}
}