:root {
    --primary-color: #535d45;
    --form-font-size: 40px;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.garamond {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.hero {
    border-bottom-left-radius: 200px;
    overflow: hidden;
}

footer#site-footer {
    display: none !important
}

/*
.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #485030;
    z-index: 1;
    opacity: 0.6;
}
*/
/*
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(72, 80, 48, 0.45) 0%,
            rgba(72, 80, 48, 0.55) 20%,
            rgba(72, 80, 48, 0.7) 45%,
            rgba(72, 80, 48, 0.85) 70%,
            #485030 90%,
            #485030 100%);
    z-index: 1;
}
*/
.hero .hero-content {
    position: relative;
    z-index: 2;
    color: white;
}

#cta {
    border-bottom-left-radius: 200px;
    border-top-right-radius: 200px;
}

.line-before p {
    position: relative;
}

.line-before p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 100%;
    background-color: var(--primary-color);
    transform: translateX(-50%);
    z-index: -1;
}

.fw500 {
    font-weight: 500 !important;
}

#contact {
    border-top-right-radius: 200px;
    position: relative;
}

/*
#contact:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(72, 80, 48, 0.45) 0%,
            rgba(72, 80, 48, 0.55) 20%,
            rgba(72, 80, 48, 0.7) 45%,
            rgba(72, 80, 48, 0.85) 70%,
            #485030 90%,
            #485030 100%);
    z-index: 1;
}
    */
.form-text {
    font-size: 32px !important;
    line-height: 40px !important;
    font-style: italic !important;
    text-align: left !important;
    padding-left: 20px;
    font-weight: 400;
    margin: 20px 10px
}

/**
* Form
*/
#eskuvo_form label.elementor-field-label {
    display: none !important;
}

#eskuvo_form .elementor-field-type-textarea {
    position: relative;
}

#eskuvo_form .elementor-field-type-textarea label.elementor-field-label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 25px;
    color: var(--primary-color);
    justify-content: center;
    width: 100%;
    font-size: var(--form-font-size);
    font-style: italic;
    font-weight: 500;
}

#eskuvo_form .elementor-field-type-textarea label.elementor-field-label span {
    font-size: 37px !important;
    text-align: center;
    width: 80%;
    margin: auto !important;
}

#eskuvo_form .elementor-field-type-textarea label.elementor-field-label.hidden {
    display: none !important;
}

#eskuvo_form {
    position: relative;
    z-index: 2;
    color: white;
}

#eskuvo_form input,
#eskuvo_form textarea {
    color: var(--primary-color);
}

#eskuvo_form .elementor-field-group {
    margin-bottom: 20px;
}

#eskuvo_form .elementor-field-label {
    display: none;
}

#eskuvo_form .elementor-field {
    background-color: #FFF;
    border: 1px solid white;
    border-radius: 50px;
    color: var(--primary-color);
    text-align: center;
    padding: 8px 25px;
    font-family: "Cormorant Garamond", serif;
    font-size: var(--form-font-size);
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    font-weight: 500;
}

#eskuvo_form .elementor-field::placeholder {
    color: var(--primary-color);
    opacity: 1;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    font-size: var(--form-font-size);
    line-height: 1;
}

#eskuvo_form textarea::placeholder {
    font-size: 37px !important;
    width: 80% !important;
}

#eskuvo_form textarea.elementor-field {
    border-radius: 30px;
    resize: none;
    font-size: var(--form-font-size);
    padding-top: 80px;
    height: 190px;
    font-weight: 500 !important;
}

#eskuvo_form input,
#eskuvo_form .form-text {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
    line-height: 1.4;
}

#eskuvo_form .elementor-button {
    width: 100%;
    border: 1px solid white;
    border-radius: 50px;
    font-family: "Cormorant Garamond", serif;
    font-size: var(--form-font-size);
    padding: 5px 25px;
    background-color: white;
    color: var(--primary-color);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    line-height: 1;
    font-weight: 500;
}

#eskuvo_form .elementor-button:hover {
    background-color: transparent;
    color: white;
}

/* Radio */
#eskuvo_form .elementor-field-type-radio {
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    color: white;
    margin-bottom: 25px;
}

#eskuvo_form .elementor-field-type-radio .elementor-field-subgroup {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 30px;
    width: 100%;
}

#eskuvo_form .elementor-field-type-radio .elementor-field-option {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex-basis: auto;
}

#eskuvo_form .elementor-field-type-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 26px;
    height: 26px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: #FFF;
    cursor: pointer;
    flex-shrink: 0;
    margin: 0;
}

#eskuvo_form .elementor-field-type-radio input[type="radio"]:checked {
    background-color: var(--primary-color);
}

#eskuvo_form .elementor-field-type-radio label {
    color: white;
    cursor: pointer;
    padding-left: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-style: italic;
}

.elementor-34 .elementor-element.elementor-element-f4ac621 {
    display: none !important
}

/** contact info
**/
.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: calc(50% - 8px);
}

.contact-item img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.contact-item a,
.contact-item span {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 31px !important;
    line-height: 1;
    font-weight: 400 !important;
    font-style: italic !important;
}

.contact-item.email {
    margin-bottom: 40px;
}

html,
body {
    overflow-x: hidden
}

.elementor-message:before {
    display: none !important
}

.elementor-message {
    margin: 10px 0;
    font-size: 30px !important;
    line-height: 1;
    font-family: 'Cormorant Garamond';
    font-style: italic;
    padding-left: 30px;
    font-weight: 400;
}