/* 	Contact Form */
.wpcf7-spinner{
    display: none;
}
.wpcf7-checkbox input[type="checkbox"]:checked::after{
    color: var(--main-color);
}
.submit-main-wrapper{
    margin-top: 20px;
}
.submit-col input{
    padding: 1vh 2vw;
    background: var(--brown-color);
    border: none;
    color: var(--main-color);
    font-size: 1.5vw;
    line-height: 5vh;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
.submit-col p{
    text-align: center;
}
.right-main-footer{
    max-width: 100%;
}
.check-box .wpcf7-list-item{
    margin: 0 !important; 
}
.wpcf7-select{
    background-color: var(--main-color) !important;
}
input:focus-visible{
    outline: none;
}
.cf7-col input[type="text"],
.cf7-col input[type="tel"],
.cf7-col input[type="email"], .wpcf7-select{
    width: 100% !important;
    border: none;
    border-bottom: 1px solid rgba(242, 249, 255, 0.21) !important;
    padding-bottom: 2vh;
    background: transparent;
    font-size: 1vw;
    color: #EBF6FF;
}
.check-box input{
    position: absolute !important;
    left: 0;
    top: 0;
    height: 1.3vw !important;
    min-width: 1.3vw;
    width: 1.3vw;
    background: var(--ligh-blue-color);
}
.check-box label{
    position: relative;
}
.check-box .wpcf7-list-item-label{
    padding-left: 2.5vw;
    display: flex;
    color: var(--ligh-blue-color);
    font-size: 0.585vw;
}
::placeholder{
    color: var(--ligh-blue-color);
}
.wpcf7-not-valid-tip{
    font-size: 0.7vw !important;
}
.cf7-col p{
    color: var(--brown-color);
    margin-bottom: 39px;
    font-family: var(--font-family-Montserrat);
}
.wpcf7-response-output{
    color: #fff;
    font-size: 0.7vw;
    margin: 0 !important;
    padding: 0 !important;
    /* text-align: right; */
}
.wpcf7-checkbox input[type="checkbox"]:checked::after {
    content: "✔";
    color: var(--main-color);
    font-size: 0.8vw;
    font-weight: bold;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    pointer-events: none;
}
.wpcf7-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0.1vw solid #fff;
    cursor: pointer;
    border-radius: 4px;
    border-radius: 3px;
}

.wpcf7-checkbox input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #fff;
    position: relative;
}
/* CF7 Success Message */
.cf7-success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4vh 2vw;
    animation: fadeInUp 0.5s ease;
}

.success-checkmark {
    width: 80px;
    height: 80px;
    margin-bottom: 3vh;
    animation: scaleIn 0.5s ease;
}

.success-checkmark svg {
    width: 100%;
    height: 100%;
}

.success-checkmark circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: strokeCircle 0.6s ease forwards;
}

.success-checkmark path {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: strokeCheck 0.4s ease forwards 0.4s;
}

.success-title {
    font-family: var(--font-family-narkiss);
    font-size: 2.2vw;
    color: var(--brown-color);
    margin-bottom: 1.5vh;
}

.success-subtitle {
    font-family: var(--font-family-narkiss);
    font-size: 1.4vw;
    color: var(--white-color);
    opacity: 0.9;
}
.form-bottom-text {
    font-family: var(--font-family-Montserrat);
    font-size: 0.585vw;
    margin-bottom: 0;
}
.footer-form-desc{
    max-width: 40vw !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes strokeCircle {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes strokeCheck {
    to {
        stroke-dashoffset: 0;
    }
}

/* 	Contact Form */
.wpcf7 form.invalid .wpcf7-response-output{
    color: #ffb900;
    margin-bottom: 2vh !important;
    text-align: center;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    color: #dc3232;
    margin-bottom: 2vh !important;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    margin-bottom: 2vh !important;
    text-align: center;
}

/* Custom Select Dropdown Arrow */
.wpcf7-select,
.custom-form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='14' viewBox='0 0 24 14' fill='none'%3E%3Cpath d='M2 2L12 12L22 2' stroke='%23EBF6FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 24px 14px;
    padding-right: 50px !important;
    cursor: pointer;
}

.wpcf7-select:focus {
    outline: none;
}

.wpcf7-select option {
    background-color: var(--main-color);
    color: #EBF6FF;
    padding: 10px;
}

@media(max-width: 767px) {
    .wpcf7-select,
    .custom-form-select {
        background-size: 20px 12px;
        padding-right: 40px !important;
        background-position: right 5px center;
    }
    .submit-col input{
        font-size: 5vw;
        line-height: 3vh;
    }
}