


.hidden{
    display: none;
}


.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    animation: fadeIn 1s ease-in-out;
    padding: 1rem;
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {
    .container {
        flex-direction: row;
    }
}

/* Image section */
.image-section {
    flex: 0.4;
    overflow: hidden;
}

.image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Content section */
.content-section {
    flex: 0.6;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 2rem 1rem;
}

.content-box {
    width: 100%;
    text-align: center;
    animation: slideUp 1.2s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.logo-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo {
    margin-bottom: 1rem;
    max-width: 100%;
}

.subtitle {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.description {
    max-width: 70%;
}

.greeting,
.description,
.sign-off,
.host,
.address {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.greeting {
    font-size: 1rem;
}

.sign-off {
    margin-bottom: 0.5rem;
}

.host {
    font-weight: bold;
}

.date-box {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    background-color: #ececec;
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    font-weight: bold;
}

@media (min-width: 576px) {
    .date-box {
        flex-direction: row;
        justify-content: center;
    }
}

.date {
    border: 1px solid #ccc;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    white-space: nowrap;
}

.experience-button {
    background-color: var(--button-bg);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.experience-button:hover {
    background-color: #9e8372;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 1rem;
    animation: fadeIn 1.5s ease-in-out;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons i {
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons i:hover {
    transform: scale(1.2);
    color: #B59784;
}

.policy-links {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 1rem;
}

.policy-links a {
    text-decoration: underline;
    color: #666;
    margin: 0 0.25rem;
}

.address {
    font-size: 0.75rem;
    color: #999;
    padding: 0 1rem;
    word-wrap: break-word;
}

.form {
    width: 100%;
}

.form .section > .acf-label {
    background-color: #9e8372;
    color: white;
    padding: 0.7rem 0.8rem;
    display: inline-block;
    vertical-align: middle;
}

.form .section .-border {
    border: none;
}

.form .section .-border .acf-field {
    padding-left: 0;
    padding-right: 0;
}

.acf-fields>.acf-field.acf-field-group{
    border-top:none;
}

.acf-fields>.acf-field{
    border-top: none;
}


.disabled input {
    pointer-events: none;
}

.form input{
    border: none;
    border-radius: 3px;
    background-color: #F9F5F3;
}

.preferences-form {
    text-align: left;
}

.acf-fields>.acf-field{
    padding-top: 5px;
}



.acf-field > .acf-label > label {

    font-family: Freightneo, Calibri, Candara, Arial, sans-serif;
    font-weight: 500;
    font-size: 80%;
    color: var(--color-grey-form-label);

}

input[type="text"] {
    height: 3rem;
    border-radius: 3px;
    background-color: var(--color-grey-input-bg);
}

textarea {
    background-color: var(--color-grey-input-bg);
    border-radius: 3px;
    border: none;
}

.acf-field-group > .acf-label > label {
    font-family: Chamberi,"Times New Roman", Times, serif;
    background-color: var(--color-brown);
    border-radius: 3px;
    width: max-content;
    min-width: 30%;
    padding: 1rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 20px;
}



.acf-fields.-top.-border,
ul.acf-radio-list,
ul.acf-checkbox-list,
.acf-taxonomy-field .categorychecklist-holder,
.acf-taxonomy-field .categorychecklist-holder .acf-checkbox-list.acf-bl {
    border: none;
    padding: 0;
    padding-left: 5px;
}


.acf-checkbox-list,
.acf-radio-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    padding-left: 5px;
}

.acf-checkbox-list > li,
.acf-radio-list > li {
    padding-right: 35px;
    padding-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
}


.guest_name_message .acf-input p{
    overflow: hidden;
    white-space: nowrap;
    color: var(--color-brown);
    font-weight: bold;
    width: 100%;
    margin-top: 0;
}

.guest_name_message .acf-input p:after {
    content: "";
    display: inline-block;
    width: 100%;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid;
}

.acf-field-group[data-name="special_occasion"] > .acf-input {
    width: 70%;
}
.acf-date-picker.acf-input-wrap {
    width: 237px;
}


.preview-box  {
    border: 1px solid var(--color-brown);
    background-color: var(--color-cream);
    margin-left: 37px;
    margin-right: 37px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.preview-box .preview-header {
    font-family: Chamberi,"Times New Roman", Times, serif;
    width: 100%;
    color: var(--color-brown);
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
}

.preview-box .preview-line {
padding-left: 2rem;
}

.error-page, .end-form-box {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.error-page h1, .end-form-box h1 {
    color: var(--color-brown);
}


.form .acf-form-submit {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}

.form .acf-form-submit input.button-primary {
    font-family: Chamberi,"Times New Roman", Times, serif;
    border: solid 1px var(--color-brown);
    color : var(--color-black);
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    background-color: var(--color-grey-input-bg);
    cursor: pointer;

}

.nh-readonly input {
    background-color: var(--color-cream);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.acf-field-radio.is-required > .acf-label,
.acf-field-taxonomy.is-required > .acf-label {
    width: 5px;
    display: inline-block;
    margin: 0;
    margin-top: 8px;
    line-height: 1.5;
    vertical-align: top;

}

.acf-field-radio.is-required > .acf-input,
.acf-field-taxonomy.is-required > .acf-input {
    max-width: calc(100% - 10px);
    display: inline-block;
}

/**
 Hide prev button in first step
 */
.form-step-1 .prev-button{
    display:none;
}

.prev-button{
    margin-right: auto;
}

.current-step-box{
    width: 100%;
    text-align: right;
}