/* .arf-signup-page:has(.klm-signup-form .form-step.last.email) {
    background: linear-gradient(180deg, #D3EFFF 0%, #FFFFFF 100%);
    margin-top: -20px;
} */
.hom-sec1 .elementor-widget-text-editor a {
    text-decoration: underline;
}

img.step2_emoji{
    width: 50px;
    display: inline;
    position: absolute;
    top: 0px;
}
.welcome-card .feature-icon img {
    display: inline-block;
}
.signup-hdr-rgt a {
    text-decoration: underline !important;
}

.bd-sec4 .arfca-hero-signup-form .arfca-hero-signup-row .arf-input {
    outline: none;
}

.arfca-hero-signup-form .arfca-hero-signup-row .arf-input.arf-error {
    border-color: #FF0000 !important;
    outline: none;
}

.arfca-hero-signup-form #email-error {
    font-size: 13.61px;
    line-height: 150%;
    font-family: "Tahoma", Sans-serif;
}

/* ======= Contact Form CSS Start ===== */
.arf-contact-form .elementor-field-option a {
    text-decoration: underline;
}
.arf-contact-form .elementor-button[type="submit"] {
    width: 340px;
}
.arf-contact-form .contact-us-error {
    text-align: center;
}

.arf-contact-form .custom-email-error {
    display: inline-block;
    background: #FFE4E2;
    padding: 9px 26px 9px 46px;
    border-radius: 15px;
    color: #FF0000;
    background-image: url("/wp-content/uploads/2026/06/close-icon.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    margin: 10px 0 35px;
    font-weight: 400;
    font-family: "Tahoma", Sans-serif;
    font-size: 16px;
}

.arf-contact-form .elementor-select-wrapper .select-caret-down-wrapper {
    display: none;
}

.arf-contact-form .elementor-select-wrapper::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2026/06/arrowdown_black.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}
.arf-contact-form .elementor-field-textual {
    padding: 12px;
}
.arf-contact-form .elementor-mark-required .elementor-field-label:after {
    color: #000000;
}

/* ======= End  Contact Form CSS ===== */

/* Chrome, Edge, Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #000000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* ======= Login Form CSS Start ====== */
.login_from .klm-form input {
    border: 1px solid #cccccc;
    border-radius: 15px;
}

/* ======= End Login Form CSS ====== */

.custom-toast{
    display:inline-block;
    width: 250px;
    position: fixed;
    top: 40px;
    right: 0;
    left:0;
    margin:0 auto;
    background:linear-gradient(131.69deg, rgb(30, 107, 232) 5.15%, rgb(115, 0, 147) 100%);
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    z-index: 999999;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,.2);
    
}

.custom-toast.show{
    opacity: 1;
    transform: translateY(0);
}


/**** ======== dark mode color ======== ****/

@media (prefers-color-scheme: dark) {
    #progressbar .progress {
        background: #8660E7;
    }
    body.dark-mode p > a {
        color: #ffffff !important;
        text-decoration: underline !important;
    }
    body.dark-mode .elementor-social-icon i {
        color: #000000 !important;
    }
    body.dark-mode .toastify p{
        color: #000000 !important;
    }

    .hom-sec1 .elementor-widget-text-editor a {
        color: #ffffff !important;
    }

        
    body.dark-mode input:-webkit-autofill,
    body.dark-mode input:-webkit-autofill:hover,
    body.dark-mode input:-webkit-autofill:focus,
    body.dark-mode textarea:-webkit-autofill,
    body.dark-mode select:-webkit-autofill {
        -webkit-text-fill-color: #fff !important;
        -webkit-box-shadow: 0 0 0px 1000px #222 inset !important;
    }

    .arf-signup-page .klm-signup-form span.country-code {
        color: #fff;
    }
    .arf-signup-page .arf-thankyou-sub.OtpDevice{
        color: #fff;
    }

    /* ======= Contact Form CSS ===== */

    .arf-contact-form  .elementor-field-group .elementor-field:not(.elementor-select-wrapper) {
        background: #222 !important;
        border: 1px solid #666 !important;
        color: #fff !important;
    }
    .arf-contact-form .elementor-field-label, 
    .arf-contact-form .elementor-field-subgroup label, 
    .arf-contact-form .elementor-field-group .elementor-select-wrapper select option {
        color: #fff !important;
    }
    .arf-contact-form .elementor-field-group .elementor-select-wrapper select {
        background: #222 !important;
        border: 1px solid #666 !important;
    }
    .arf-contact-form .elementor-field-option a {
        color: #ffffff !important;
    }
    .arf-contact-form .elementor-mark-required .elementor-field-label:after {
        color: #fff !important;
    }
    .arf-contact-form .elementor-select-wrapper::after {
        background: url('/wp-content/uploads/2026/06/arrowdown_white.svg') no-repeat center;
    }
    .arf-contact-form .elementor-field-group .elementor-select-wrapper select option {
        background: #666666;
        box-shadow: 0px 0px 4px 0px #00000040;
        backdrop-filter: blur(4px);
    }
    .elementor-form select:focus {
        background: #666666;
        box-shadow: 0px 0px 4px 0px #00000040;
        backdrop-filter: blur(4px);
    }

    /* ======= End Contact Form CSS ===== */

    /* ======= Login Form CSS ====== */

    .login_from .klm-form input {
        background: #222222;
        border-color: #666666;
    }
    .login_from .klm-form svg {
        color: #fff;
    }
    
    /* ======= End Login Form CSS ====== */

    body.dark-mode .custom-toast{
        background: #222;
        color: #fff;
    }

    span.elementor-share-btn__icon {
        background: #000 !important;
    }
    span.elementor-share-btn__icon i.fab{
        color:#fff !important;
    }
        
}

@media (max-width: 767px) {
    .hom-sec1 .arfca-hero-signup-form .arfca-hero-signup-row .arf-input{
        flex:auto;
    }

}



