body,
html {
    font-family: 'Playfair Display', serif !important;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    font-family: 'Playfair Display', serif !important;
}

input[type="file"],
input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #e0cabe;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

input[type=submit]:hover {
    background-color: #a77053;
}

main {
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    object-fit: cover;

    margin-bottom: 0;
}

.contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.contact-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.contact-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
}

form {
    max-width: 500px;
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.u-section-1 {
    background-image: none;
}

.u-section-1 .u-sheet-1 {
    min-height: 757px;
}

.u-section-1 .u-layout-wrap-1 {
    margin-top: 0;
    margin-bottom: 50px;
}

.u-section-1 .u-image-1 {
    background-image: url("images/gggg-min.jpg");
    min-height: 707px;
    background-position: 50% 50%;
}

.u-section-1 .u-container-layout-1 {
    padding: 30px;
}

.u-section-1 .u-layout-cell-2 {
    background-image: none;
    min-height: 707px;
}

.u-section-1 .u-container-layout-2 {
    padding: 0;
}

.u-section-1 .u-text-1 {
    margin: 0 30px;
}

.u-section-1 .u-text-2 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 100px auto 0;
}

.u-section-1 .u-text-3 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 30px auto 0;
}

.u-section-1 .u-text-4 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 35px auto 0;
}

.u-section-1 .u-text-5 {
    font-size: 1.125rem;
    font-weight: 300;
    margin: 35px auto 0;
}

.u-section-1 .u-social-icons-1 {
    white-space: nowrap;
    height: 32px;
    width: 248px;
    min-width: 124px;
    margin: 176px 158px 0 auto;
}

.u-section-1 .u-icon-1 {
    height: 100%;
}

.u-section-1 .u-icon-2 {
    height: 0;
}

.u-section-1 .u-icon-3 {
    height: 100%;
}

.u-section-1 .u-icon-4 {
    height: 0;
}

input[type="file"] {
    font-family: inherit;
    background-color: #e0cabe;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

input[type="file"]::file-selector-button {
    background-color: #e0cabe;
    color: white;
    border: none;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

input[type="file"]::file-selector-button:hover {
    background-color: #8c5e42;
}

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #a77053;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#errorMessage {
    display: flex;
    align-items: center;
    background: #ffe6e6;
    color: #900;
    border: 1px solid #f44336;
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 16px;
    animation: slideIn 0.3s ease-out;
}

#errorMessage .icon {
    margin-right: 8px;
    font-size: 1.4em;
}

#errorMessage .text {
    flex: 1;
}

#errorMessage button {
    background: transparent;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #900;
}

.hidden {
    display: none !important;
}

@media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
        min-height: 642px;
    }

    .u-section-1 .u-image-1 {
        min-height: 583px;
    }

    .u-section-1 .u-layout-cell-2 {
        min-height: 583px;
    }

    .u-section-1 .u-text-1 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 515px;
    }

    .u-section-1 .u-image-1 {
        min-height: 447px;
    }

    .u-section-1 .u-layout-cell-2 {
        min-height: 100px;
    }

    .u-section-1 .u-social-icons-1 {
        margin-right: 136px;
    }

    .contact-section {
        padding: 100px 10px 100px 10px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 867px;
    }

    .u-section-1 .u-image-1 {
        min-height: 718px;
    }

    .u-section-1 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-section {
        padding: 100px 10px 100px 10px;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 620px;
    }

    .u-section-1 .u-image-1 {
        min-height: 452px;
    }

    .u-section-1 .u-social-icons-1 {
        margin-right: 92px;
    }

    .contact-section {
        padding: 100px 10px 100px 10px;
    }
}

.u-section-2 .u-sheet-1 {
    min-height: 199px;
}