/* Contact Block CSS Start */
.contact--section .wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 30px;
    /* width: 100%; */
    margin-bottom: 30px;
}

.contact--section .wpcf7-form p:last-child {
    margin-bottom: 0;
}

.contact--section .wpcf7-form-control {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #05202E;
    outline: none;
    transition: border-color 0.3s;
    color: #05202E;
}

.contact--section .wpcf7-acceptance,
.contact--section .wpcf7-submit {
    border: none;
}

.contact--section .wpcf7-submit {
    width: fit-content;
    padding: 8px 32px;
    background-color: #f5a623;
    color: #05202E;
    border: none;
    border-radius: 64px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact--section .wpcf7-form-control::placeholder {
    color: #05202E;
}

.contact--section input[type=checkbox] {
    appearance: none;
    height: 18px;
    width: 18px;
    border: 1px solid #05202E;
}

.contact--section input[type=checkbox]:checked {
    background-image: url(../../includes/assets/images/Rectangle_14.svg);
    background-position: center center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.contact--section .wpcf7-list-item {
    margin: 0;
}

.contact--section .wpcf7-acceptance {
    padding: 10px 0;
}

.contact--section .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.contact--section span.wpcf7-list-item-label {
    margin-left: 10px;
    font-size: 16px;
    color: #05202E;
    font-weight: 300;
}

.contact--section span.wpcf7-list-item-label a {
    color: #05202E !important;
    box-shadow: inset 0 -1px 0 #05202E;
    text-decoration: none !important;
}

.contact--section span.wpcf7-list-item-label a:hover {
    color: #E9A23E !important;
    box-shadow: inset 0 -1px 0 #E9A23E;
}

.contact--section .wpcf7-response-output {
    border: none !important;
    color: #dc3232;
    margin: 10px 0 0 !important;
    padding: 0 !important;
}

.contact--section .wpcf7-spinner {
    display: none;
}


.contact--section .section-description {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 875px;
    width: 100%;
}

.wpcf7-submit:hover {
    background-color: #05202E !important;
    color: #f5a623 !important;
}

.country_list option {
    background-color: red;
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: calc(50% - 15px);
}

.wpcf7-form .wpcf7-form-control-wrap[data-name="message"] {
    width: 100%;
}   

.wpcf7-form .wpcf7-form-control-wrap[data-name="sector-note"] {
    width: 100%;
}

[data-id="sector-other"] {
    padding-bottom: 30px;
    width: calc(50% - 15px);
    margin-left: auto;
}
.wpcf7-form-control-wrap[data-name="acceptance-336"] {
    width:100%
}

.wpcf7-form-control-wrap .select2-container .select2-selection--single {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #05202E;
    color: #05202E;
    border-radius: 0;
}

.wpcf7-form-control-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: auto;
    height: 24px;
    width: 24px;
    background-color: #E9A23E;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

.wpcf7-form-control-wrap .select2-dropdown {
    background-color: #F8F3EB;
    border: none;
    padding: 10px 40px 10px 10px;
}

.wpcf7-form-control-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    font-weight: 300;
}

.wpcf7-form-control-wrap .select2-results__options li::before {
    content: none;
}

.wpcf7-form-control-wrap .select2-results__option {
    border-bottom: 0.5px solid #BFC9CF;
    padding: 0px 0px 12px;
    margin-bottom: 18px;
}

.wpcf7-form-control-wrap .select2-results__option:last-child {
    margin-bottom: 0px;
}

.wpcf7-form-control-wrap .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    background-color: transparent;
    color: #05202E;
    font-weight: 500;
}

.wpcf7-form-control-wrap .select2-search__field:focus-visible {
    outline: none;
}

.wpcf7-form-control-wrap ::-webkit-scrollbar {
    display: none;
}

.wpcf7-form-control-wrap .select2-search.select2-search--dropdown .select2-search__field {
    padding: 0 0 12px;
    margin-bottom: 18px;
    border: none;
    background-color: transparent;
    border-bottom: 0.5px solid #BFC9CF;
}

.sector-wrap {
    margin-bottom: 30px;
}

.sector-wrap p {
    gap: 0px !important;
}

/* .wpcf7-form-control-wrap .select2-results__options .select2-results__option:first-child {
    display: none;
} */

.wpcf7-form .wpcf7-form-control-wrap[data-name="sector"] .select2-container--default .select2-results>.select2-results__options {
    max-height: 100%;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green !important;
}

/* Contact Block CSS End */
@media (max-width: 1200px) {
    .contact--section .section-description {
        font-size: 20px;
    }
}

@media (max-width: 426px) {
    .contact--section .wpcf7-form p {
        gap: 20px;
    }

    [data-id="sector-other"] {
        width: 100%;
    }

    .wpcf7-form-control-wrap[data-name="acceptance-336"] .wpcf7-list-item-label {
        width:100%
    }
    
}