@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* ------------------------------- Typhography ------------------------------ */
body {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 28px;
    color: var(--grey900);
    font-weight: 400;
    text-align: left;
}

b,
strong {
    font-weight: 700;
}

body .entry-content h1,
body h1,
body .entry-content h2,
body h2,
body .entry-content h3,
body h3,
body .entry-content h4,
body h4,
body .entry-content h5,
body h5,
body .entry-content h6,
body h6 {
    color: var(--gray900);
    font-family: 'Roboto';
    font-weight: 700;
}

body .entry-content h1,
body h1 {
    font-size: 48px;
    line-height: 60px;
}

body .entry-content h2,
body h2 {
    font-size: 30px;
    line-height: 38px;
}

body .entry-content h3,
body h3 {
    font-size: 24px;
    line-height: 32px;
}

body .entry-content h4,
body h4 {
    font-size: 20px;
    line-height: 30px;
}

body .entry-content h5,
body h5 {
    font-size: 18px;
    line-height: 28px;
}

body .entry-content h6,
body h6 {
    font-size: 16px;
    line-height: 24px;
}


/* --------------------------------- INPITS --------------------------------- */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    border: 1px solid var(--gray300) !important;
    border-radius: 0px !important;
    height: 44px !important;
    padding: 0 14px !important;
    color: var(--gray500) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    background-color: var(--white);
    font-family: 'Roboto', 'Ray' !important;
    box-shadow: 0 1px 2px rgb(16 24 40 / 5%);
    outline: 2px solid var(--white);
}

textarea {
    padding: 10px 16px !important;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"],
input[type="month"],
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
body select:focus {
    color: var(--gray900) !important;
    border: 1px solid #D4AA57 !important;
    box-shadow: 0 1px 2px rgb(16 24 40 / 5%) !important;
    outline: 4px solid rgb(171 129 44 / 24%) !important;
}

::placeholder {
    color: var(--gray400);
    opacity: 1;
}

::-ms-input-placeholder {
    color: var(--gray400);
    opacity: 1;
}


body .quform-input {
    margin: 0;
}

.quform-error {
    padding: 0;
    margin-top: 6px;
}

.quform-error>.quform-error-inner {
    padding: 0;
    background: none;
    color: var(--error600);
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.quform-has-error input[type="date"],
.quform-has-error input[type="time"],
.quform-has-error input[type="datetime-local"],
.quform-has-error input[type="week"],
.quform-has-error input[type="month"],
.quform-has-error input[type="text"],
.quform-has-error input[type="email"],
.quform-has-error input[type="url"],
.quform-has-error input[type="password"],
.quform-has-error input[type="search"],
.quform-has-error input[type="tel"],
.quform-has-error input[type="number"],
.quform-has-error textarea,
.quform-has-error select {
    border-color: var(--error300) !important;
    padding-right: 38px !important;
}

.quform-has-error input[type="date"]:focus,
.quform-has-error input[type="time"]:focus,
.quform-has-error input[type="datetime-local"]:focus,
.quform-has-error input[type="week"]:focus,
.quform-has-error input[type="month"]:focus,
.quform-has-error input[type="text"]:focus,
.quform-has-error input[type="email"]:focus,
.quform-has-error input[type="url"]:focus,
.quform-has-error input[type="password"]:focus,
.quform-has-error input[type="search"]:focus,
.quform-has-error input[type="tel"]:focus,
.quform-has-error input[type="number"]:focus,
.quform-has-error textarea:focus,
.quform-has-error select:focus {
    outline: 4px solid rgb(240 68 56 / 24%) !important;
}

.quform-has-error .quform-input:before {
    content: "";
    width: 16px;
    height: 16px;
    background: var(--white) url(../icons/alert-circle.svg)no-repeat center;
    position: absolute;
    right: 14px;
    top: 14px;
}

input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"] {
    text-align: left;
}

body .quform-field-textarea {
    height: 154px !important;
}

textarea#comment {
    height: 150px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 42px !important;
    background: url(../icons/chevron-down.svg) calc(100% - 14px) center no-repeat #ffffff;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
}

.quform-has-error select {
    background-position: calc(100% - 38px) center;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label:hover:before {
    outline-color: #98A2B333;
}

input[type="radio"]+label:before {
    content: "";
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid var(--gray300);
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 16px;
    outline: 4px solid var(--white);
    transition: .2s ease-in-out;
}

input[type="radio"]:checked+label:hover:before {
    outline-color: #AB812C3D;
}

input[type="radio"]:checked+label:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--white);
    border-radius: 20px;
    position: absolute;
    top: 9px;
    left: 7px;
}

body input[type="checkbox"] {
    display: none;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required input[type="checkbox"]:before {
    content: "";
    display: inline-block;
    border-radius: 0;
    border: 1px solid var(--gray300);
    height: 20px;
    width: 20px;
    min-width: 20px;
    transition: .2s ease-in-out;
    background: var(--white) url(../icons/check.svg)no-repeat center;
    margin-right: 16px;
    outline: 4px solid var(--white);
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required input[type="checkbox"]:checked:before {
    background: var(--golden600) url(../icons/check.svg)no-repeat center;
    border-color: var(--golden600);
}

body input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    border-radius: 0;
    border: 1px solid var(--gray300);
    height: 20px;
    width: 20px;
    min-width: 20px;
    transition: .2s ease-in-out;
    background: var(--white) url(../icons/check.svg)no-repeat center;
    margin-right: 16px;
    outline: 4px solid var(--white);
}

body input[type="checkbox"]:checked+label:before {
    background: var(--golden600) url(../icons/check.svg)no-repeat center;
    border-color: var(--golden600);
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    display: flex !important;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    gap: 0;
    cursor: pointer;
    color: var(--gray700);
    padding: 0;
    margin: 0 !important;
    position: relative;
}

.woof_list label {
    padding: 0;
}

.woof_checkbox_count,
.woof_radio_count {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray400);
    margin-left: 8px;
}

input[type="checkbox"]+label:hover:before {
    outline-color: #98A2B333;
}


body input[type="checkbox"]:checked+label:hover:before {
    outline-color: #AB812C3D;
}

input[type="radio"]:checked+label:before {
    background: var(--golden600);
    border-color: var(--golden600);
}

.woof_radio_term_reset_visible {
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
}

.widget .woof_redraw_zone ul li {
    position: relative;
    width: fit-content;
}

.woof_radio_term_reset_visible img {
    display: none;
}

.woof_radio_term_reset_visible:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--error500);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    display: block;
    -webkit-mask-image: url(../icons/close.svg);
}

.woof_block_html_items .woof_childs_list {
    padding: 0 0 0 16px !important;
    border-left: 1px solid var(--gray100) !important;
    margin: 16px 0 0 10px !important;
}

/* ------------------------------------ Qform ----------------------------------- */

.quform-button-back-default,
.quform-button-next-default,
.quform-button-submit-default {
    margin: 0 !important;
}

h3.quform-form-title {
    line-height: 36px;
}

.quform-form-title-description {
    margin-bottom: 0;
    order: 1;
}

.quform-spacer {
    padding: 0;
    margin-bottom: 0;
}

.quform-label {
    margin-bottom: 6px;
}

.quform-label>label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: var(--gray700);
}

body .quform-element-submit {
    margin: 32px 0 0 !important;
    width: 100%;
}

body .quform-element-submit>div {
    width: 100%;
}

body button.quform-submit {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--green500);
    border-radius: 0;
    border: 1px solid var(--green500);
    box-shadow: 0 1px 2px rgb(16 24 40 / 5%);
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    font-weight: 400;
    gap: 8px;
}

body button.quform-submit:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--white);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    vertical-align: middle;
    -webkit-mask-image: url(../icons/arrow-right.svg);
    display: none;
}

body button.quform-submit:hover {
    background: var(--green700);
    border-color: var(--green700);
}

.quform-element-row,
.quform-options-columns {
    margin: 0 !important;
    padding: 0;
    display: flex;
    gap: 16px;
}

.quform-element-column,
.quform-options-columns>.quform-option {
    float: unset;
    padding: 0;
}

.quform-element-row:before,
.quform-element-row:after {
    display: none;
}

.quform-element .quform-element-submit>div:not(.quform-loading.quform-loading-position-left) {
    margin: 0;
    display: flex;
}

.quform-loading.quform-loading-position-left {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    backdrop-filter: blur(8px);
    display: none;
    border-radius: 0;
}

.quform-loading-type-spinner-1 .quform-loading-spinner,
.quform-loading-type-spinner-1 .quform-loading-spinner:after {
    border-top-color: var(--white);
}

.quform-success-message {
    background: var(--white);
    border: 1px solid var(--success500) !important;
    color: var(--success600);
    padding: 16px;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    display: flex;
    align-items: center;
    gap: 16px;
}

.quform-success-message-icon {
    display: none;
}

.quform-success-message-has-icon .quform-success-message-content {
    padding: 0;
}

.quform-form-inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
}




.quform-upload-files {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--gray50);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.quform-upload-file {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    width: 100%;
    font-size: 16px;
    line-height: 24px !important;
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: visible;
    color: var(--gray700);
}

.quform-upload-file:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../icons/pdf.svg)no-repeat center;
}

span.quform-upload-file-remove:before {
    content: "";
    transform: none;
    width: 24px;
    height: 24px;
    background: none;
    margin: 0;
    position: unset;
    font-size: 20px;
    background-color: var(--gray700);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(../icons/trash.svg);
}

span.quform-upload-file-remove:after {
    display: none;
}

.quform-upload-file-remove {
    position: unset;
    margin: 0 0 0 auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.quform-upload-file-remove:hover:before {
    background-color: var(--error500);
}


.quform-element.quform-element-row .quform-element {
    width: 100%;
    padding: 0;
}


.quform-element.quform-element-file {
    padding: 24px !important;
    background: var(--golden25);
    position: relative;
}

.quform-element-file .quform-label>label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--green500);
}

.quform-element-file .quform-label>label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.quform-element-file .quform-label {
    margin-bottom: 4px;
}

.quform-element-file p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    padding: 0;
}

.quform-upload-button span {
    display: none;
}

.quform-element-file .quform-sub-label {
    font-size: 14px;
    line-height: 20px;
    color: var(--gray700);
}

.quform-upload-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--golden25);
    border: none;
}

.quform-upload-button:before {
    content: "";
    min-width: 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: var(--gray700);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    vertical-align: middle;
    -webkit-mask-image: url(../icons/upload-cloud-02.svg);
}

.quform-element.quform-element-file .quform-spacer {
    padding-left: 56px;
}

.quform-enhanced-upload .quform-input-file {
    margin: 0;
    width: fit-content !important;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.quform-element-file.quform-has-error .quform-inner {
    display: flex;
    flex-direction: column-reverse;
}

.quform-element-file.quform-has-error {
    border: 1px solid var(--error500);
}

.quform-upload-progress-bar-wrap {
    background: var(--gray25);
}

.quform-upload-progress-bar {
    background: #99701C;
}

.quform-upload-tick {
    margin-right: -16px;
    color: var(--green400);
    font-size: 24px;
}

.quform-success-message:before {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../icons/tick-outline.svg)no-repeat center;
    margin: -7.5px;
    min-width: 35px;
}