/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f9f9f9;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff881e;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff881e;
}

.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;*/
}

.ycvn__frm_wrapper.ycvn__frm-header_wrapper {
    margin-top: 0 !important;
}

.ycvn__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);
}

.ycvn__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;
}

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

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

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


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

.ycvn__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: #f78104 !important;
    box-shadow: 1px 1px 3px 0.2px rgb(0 0 0 / 50%) !important;
}

input.ycvn__mo-btn {
    background-color: #f78104 !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/yescaravan/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: #f78104 !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: #f78104 !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-\[\#F78104\].hover\:rF-bg-\[\#F78104\].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-\[\#F78104\].focus-visible\:rF-outline-offset-0 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 33.33%;
}