.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    float: left;
}

.form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.form-label {
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 16px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #808080;
    transition: 300ms;
}

.form-control,
.select-control {
    width: 100%;
    padding: 16px;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #808080;
}

textarea.form-control {
    max-height: 104px;
}

.wpcf7-form-control:hover {
    color: rgba(0, 0, 0, 0.75);
    border-color: black;
}

.wpcf7-form-control:focus-visible,
.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    outline-color: #6C92C8;
}

.wpcf7-form-control:focus+label.form-label,
.wpcf7-form-control:not(:placeholder-shown)+label.form-label {
    top: -12px;
    left: 12px;
    font-size: 12px;
    line-height: 2;
    padding: 0 4px;
    background: white;
    color: #6C92C8;
    border-radius: 0;
}

.form-submit {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    text-decoration: underline;
    border: none;
    background-color: transparent;
    text-align: left;
    display: inline-block;
    width: fit-content;
    padding: 0 40px 0 0;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11C22.095 12.8965 26 16 26 16C26 16 22.095 19.1035 21 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 16H26' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 32px;
    transition: 300ms;
}

.form-submit:disabled {
    color: #EEEEEE;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C22.095 13.3965 26 16.5 26 16.5C26 16.5 22.095 19.6035 21 21.5' stroke='%23EEEEEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 16.5H26' stroke='%23EEEEEE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-submit:not(:disabled):hover {
    color: var(--soft-blue);
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='33' viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 11.5C22.095 13.3965 26 16.5 26 16.5C26 16.5 22.095 19.6035 21 21.5' stroke='%236C92C8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 16.5H26' stroke='%236C92C8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.wpcf7-response-output {
    border-color: #ffaf00 !important;
    margin: 0 !important;
    padding: 8px !important;
    font-size: 16px;
    display: none;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -14px;
    left: 16px;
    font-size: 10px;
    line-height: 1.4;
    color: #E8373F;
}

.wpcf7-not-valid {
    border-color: #E8373F;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2552_9030)'%3E%3Cpath d='M24 29C24.2833 29 24.5208 28.9042 24.7125 28.7125C24.9042 28.5208 25 28.2833 25 28C25 27.7167 24.9042 27.4792 24.7125 27.2875C24.5208 27.0958 24.2833 27 24 27C23.7167 27 23.4792 27.0958 23.2875 27.2875C23.0958 27.4792 23 27.7167 23 28C23 28.2833 23.0958 28.5208 23.2875 28.7125C23.4792 28.9042 23.7167 29 24 29ZM23 25H25V19H23V25ZM24 34C22.6167 34 21.3167 33.7375 20.1 33.2125C18.8833 32.6875 17.825 31.975 16.925 31.075C16.025 30.175 15.3125 29.1167 14.7875 27.9C14.2625 26.6833 14 25.3833 14 24C14 22.6167 14.2625 21.3167 14.7875 20.1C15.3125 18.8833 16.025 17.825 16.925 16.925C17.825 16.025 18.8833 15.3125 20.1 14.7875C21.3167 14.2625 22.6167 14 24 14C25.3833 14 26.6833 14.2625 27.9 14.7875C29.1167 15.3125 30.175 16.025 31.075 16.925C31.975 17.825 32.6875 18.8833 33.2125 20.1C33.7375 21.3167 34 22.6167 34 24C34 25.3833 33.7375 26.6833 33.2125 27.9C32.6875 29.1167 31.975 30.175 31.075 31.075C30.175 31.975 29.1167 32.6875 27.9 33.2125C26.6833 33.7375 25.3833 34 24 34Z' fill='%23E8373F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2552_9030'%3E%3Crect x='4' y='4' width='40' height='40' rx='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: top 3px right 3px;
    background-repeat: no-repeat;
}

.wpcf7-checkbox_select_dropdown {
    position: relative;
    font-family: inherit;
    font-size: 16px;
    color: #333;
    width: 100%;
}

.wpcf7-checkbox_select_dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 45px 16px 16px;
    border: 1px solid #B3B3B3;
    border-radius: 8px;
    background-color: #fff;
    min-height: 56px;
    transition: 0.3s;
}

.wpcf7-checkbox_select_dropdown .hida {
    color: #888;
    font-size: 16px;
}

.wpcf7-checkbox_select_dropdown .multiSel {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 16px;
}

.wpcf7-checkbox_select_dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fafafa;
    border: 1px solid #ccc;
    box-shadow: 0px 32px 32px -24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    padding: 8px;
    display: none;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 8px;
}

.wpcf7-checkbox_select_dropdown .dropdown-menu ul.mutliSelect {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wpcf7-checkbox_select_dropdown .dropdown-menu ul.mutliSelect {
    scrollbar-width: thin;
    scrollbar-color: #6C92C8 #E4E5E6;
}

/* Chrome, Edge, Safari */
.wpcf7-checkbox_select_dropdown .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.wpcf7-checkbox_select_dropdown .dropdown-menu::-webkit-scrollbar-track {
    background: #E4E5E6;
    border-radius: 8px;
}

.wpcf7-checkbox_select_dropdown .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #6C92C8;
    border-radius: 8px;
    max-height: 60px;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li {
    list-style: none;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li label:hover {
    background-color: white;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li label {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 32px;
    border-radius: 4px;
    position: relative;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li label input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li label .checkbox-mark {
    position: absolute;
    left: 8px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='5.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='21' height='21' rx='5.5' stroke='%23616161'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 22px;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}

.wpcf7-checkbox_select_dropdown .mutliSelect li input[type="checkbox"]:checked+.checkbox-mark {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='6' fill='%23616161'/%3E%3Cpath d='M16.9953 5.88916C17.1271 5.88921 17.2574 5.91566 17.3791 5.96631C17.5009 6.01708 17.6123 6.09133 17.7052 6.18506C17.8066 6.27866 17.8872 6.39264 17.9425 6.51904C17.9979 6.6455 18.0265 6.78236 18.0265 6.92041C18.0264 7.05829 17.9978 7.19449 17.9425 7.3208C17.8872 7.44719 17.8066 7.56119 17.7052 7.65479L9.54507 15.8149C9.4522 15.9086 9.34158 15.9829 9.21987 16.0337C9.09808 16.0844 8.96705 16.1108 8.83511 16.1108C8.70309 16.1108 8.5722 16.0845 8.45034 16.0337C8.32855 15.9829 8.21807 15.9086 8.12514 15.8149L4.2853 11.9751C4.18878 11.8819 4.11126 11.7701 4.05776 11.647C4.00434 11.524 3.97512 11.3914 3.9728 11.2573C3.97053 11.1234 3.99503 10.9904 4.04409 10.8657C4.09329 10.7409 4.16667 10.6263 4.25991 10.5298C4.35313 10.4333 4.465 10.3557 4.58804 10.3022C4.71095 10.2489 4.84371 10.2206 4.97768 10.2183C5.11166 10.216 5.24461 10.2404 5.36929 10.2896C5.49414 10.3388 5.6087 10.4121 5.70522 10.5054L8.83511 13.645L16.2853 6.18506C16.3782 6.0914 16.4887 6.01705 16.6105 5.96631C16.7323 5.91556 16.8633 5.88916 16.9953 5.88916Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-checkbox_select_dropdown .mutliSelect li label:hover input[type="checkbox"]:checked+.checkbox-mark {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='6' fill='black'/%3E%3Cpath d='M16.9953 5.88916C17.1271 5.88921 17.2574 5.91566 17.3791 5.96631C17.5009 6.01708 17.6123 6.09133 17.7052 6.18506C17.8066 6.27866 17.8872 6.39264 17.9425 6.51904C17.9979 6.6455 18.0265 6.78236 18.0265 6.92041C18.0264 7.05829 17.9978 7.19449 17.9425 7.3208C17.8872 7.44719 17.8066 7.56119 17.7052 7.65479L9.54507 15.8149C9.4522 15.9086 9.34158 15.9829 9.21987 16.0337C9.09808 16.0844 8.96705 16.1108 8.83511 16.1108C8.70309 16.1108 8.5722 16.0845 8.45034 16.0337C8.32855 15.9829 8.21807 15.9086 8.12514 15.8149L4.2853 11.9751C4.18878 11.8819 4.11126 11.7701 4.05776 11.647C4.00434 11.524 3.97512 11.3914 3.9728 11.2573C3.97053 11.1234 3.99503 10.9904 4.04409 10.8657C4.09329 10.7409 4.16667 10.6263 4.25991 10.5298C4.35313 10.4333 4.465 10.3557 4.58804 10.3022C4.71095 10.2489 4.84371 10.2206 4.97768 10.2183C5.11166 10.216 5.24461 10.2404 5.36929 10.2896C5.49414 10.3388 5.6087 10.4121 5.70522 10.5054L8.83511 13.645L16.2853 6.18506C16.3782 6.0914 16.4887 6.01705 16.6105 5.96631C16.7323 5.91556 16.8633 5.88916 16.9953 5.88916Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-checkbox_select_dropdown .filter-btn {
    margin: 16px 0 16px 12px;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    text-decoration: underline;
}

.wpcf7-checkbox_select_dropdown .dropdown-toggle::after {
    content: '';
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1059_5513)'%3E%3Cpath d='M24 27.4L18 21.4L19.4 20L24 24.6L28.6 20L30 21.4L24 27.4Z' fill='%2349454F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1059_5513'%3E%3Crect x='4' y='4' width='40' height='40' rx='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    transition: transform 0.3s;
    position: absolute;
    right: 0;
}

.wpcf7-checkbox_select_dropdown .dropdown-toggle.opened::after {
    transform: rotate(180deg);
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    display: flex;
}

.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.wpcf7-list-item-label a {
    font-weight: 600;
    font-style: italic;
    color: var(--soft-blue);
    text-decoration: underline;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    padding-left: 24px;
    cursor: pointer;
}

.wpcf7-list-item .wpcf7-list-item-label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='white'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%23B3B3B3'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}

.wpcf7-list-item input[type="checkbox"]:checked+.wpcf7-list-item-label:after {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' fill='%236C92C8'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='4.5' stroke='%236C92C8'/%3E%3Cpath d='M7.57181 12.6549L4.37339 9.45649L3 10.8299L7.57181 15.4017L17 5.97348L15.6266 4.6001L7.57181 12.6549Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wpcf7-list-item input[type="checkbox"] {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-spinner {
    position: absolute;
}

@media (max-width: 968px) {
    .form-submit {
        margin: 0 auto;
    }
}