.marquee {
    animation: scrolling var(--marquee-time) linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-width)));
    }
}

.cs-slider {
    flex-basis: 510px;
    overflow: hidden;
    height: 650px;
    max-height: calc(60vh - var(--headerHeight));
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: grab;
    -webkit-mask-image: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsl(0, 0%, 0%) 19%, hsl(0, 0%, 0%) 81%, hsla(0, 0%, 0%, 0) 100%);
    mask-image: linear-gradient(180deg, hsla(0, 0%, 0%, 0) 0%, hsl(0, 0%, 0%) 19%, hsl(0, 0%, 0%) 81%, hsla(0, 0%, 0%, 0) 100%);
}

.cs-slider-box {
    display: flex;
    flex-direction: column;
    gap: 28px;
    touch-action: none;
}

.footer__nav ul {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
}

/* Form */
/*input:focus-visible,
input:focus {
    outline: none !important;
    box-shadow: none !important;
}*/

.yeq__frm_wrapper.yeq__frm-header_wrapper {
    margin-top: 0 !important;
}

.yeq__frm-wrapper {
    background: var(--wp--preset--color--white);
    padding: 1rem 2rem 2rem;
    border-radius: min(0.5rem, 2vw);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.9);
}

.yeq__frm-wrapper h2 {
    color: var(--wp--preset--color--accent);
    border-bottom: 1.5px solid var(--wp--preset--color--contrast-3);
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1rem .2rem;
    text-align: center;
}

.yeq__frm-header_wrapper p.gform_description {
    color: #007f5f;
    text-align: center;
    font-size: 1rem;
    margin-top: .3rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
}

.yeq__frm input,
.yeq__frm textarea,
.yeq__frm select {
    border-radius: min(0.5rem, 2vw) !important;
}

.yeq__frm .gform_fields {
    column-gap: 1rem !important;
    row-gap: 1rem !important;
}


.yeq__frm-header_wrapper p.gform_required_legend {
    display: none;
}

.yeq__frm input.gfield-choice-input {
    border-radius: 50% !important;
}

input#miniorange_otp_token_submit {
    width: 100%;
    max-width: 100%;
    font-size: 0.8rem;
    transition: all .5s ease;
    border-radius: min(0.5rem, 2vw) !important;
    background-color: #007f5f !important;
    box-shadow: 1px 1px 3px 0.5px rgb(0 0 0 / 50%) !important;
}

input.yeq__mo-btn {
    background-color: #007f5f !important;
    box-shadow: 1px 1px 3px 0.5px rgb(0 0 0 / 50%) !important;
    text-align: left !important;
    cursor: pointer !important;
    border-radius: min(0.5rem, 2vw) !important;
    color: #fff !important;
    background-image: url('/wp-content/themes/yescar/assets/img/right-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 90% 50% !important;
    background-size: 0.9rem !important;
    transition: all ease-in-out 0.5s !important;
    padding: 1rem 3rem !important;
    max-width: 100% !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

div#mo_message {
    font-size: 0.8rem;
    padding: 0.5rem 1rem !important;
    line-height: 1rem;
}

.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
    --gf-local-border-color: #007f5f !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    color: #007f5f !important;
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .dial-code {
    color: #181818;
    font-size: 0.9rem;
}

#faq__sec .pt-6:nth-child(2) {
    border-top: 0;
}

@media (max-width:36rem) {
    .footer__nav ul {
        flex-direction: column;
        align-items: center;
    }
}
div.partial_entry_warning {
	display: none;
}

#rFtrigger button.rF-bg-\[\#007F5F\].hover\:rF-bg-\[\#1B4332\].rF-relative.rF-ml-3.rF-float-right.rF-mb-2.rF-mr-2.rF-rounded-md.rF-px-3.rF-py-2.text-md.rF-font-semibold.rF-text-white.rF-ring-1.rF-ring-inset.rF-ring-\[\#007F5F\].focus-visible\:rF-outline-offset-0 {
    display: block;
    margin: 0 auto;
    width: 33.33%;
    text-align: center;
}