.general-footer {
    margin-top: 8px;
    font-weight: 600;
    color: #232323 !important;
    text-align: center;
    padding: 20px;
    bottom: 0;
    width: 100%;
}

.wedding1-footer {
    font-weight: 600;
    /* background: #fff6ef !important; */
    font-weight: bold !important;
    font-family: Playfair Display;
    color: #232323 !important;
    text-align: center;
    padding: 20px;
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #86858559;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
}

.wedding1-overlay {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #86858559;
    font-family: 'Montaga';
    color: #FCF9F7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 90%;
}

.title {
    font-size: 64px;
    color: #FCF9F7;
    margin: 0;
}

.wedding1-title {
    font-size: 100px;
    margin: 0;
}

.subtitle {
    font-size: 40px;
    margin: 0;
}

.wedding1-subtitle {
    font-size: 24px;
    margin: 0;
}

.general-button {
    cursor: pointer;
    color: #fff;
    line-height: 1rem;
    padding: 15px 20px;
    border-radius: 25px;
    width: 122px;
    height: 31px;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    font-size: 16px !important;
}

.menu {
    display: flex;
    justify-content: space-evenly;
    font-size: 22px;
    width: 100%;
    align-items: center;
}


.header-mobile {
    min-height: 120px;
    width: 100%;
    z-index: 1000;
    padding-top: 25px;
}

.header-mb {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.logo-container img {
    max-height: 48px;
    max-width: 200px;
    width: auto;
}

.menu-overlay {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    background-color: #D9D9D9;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 80px 20px 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.menu-overlay.active {
    left: 0;
}

.menu-overlay a {
    display: block;
    padding: 15px 0;
    color: #333;
    text-decoration: none;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.menu-overlay-wedding1 {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100vh;
    transition: all 0.3s ease;
    z-index: 999;
    padding: 80px 20px 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.menu-overlay-wedding1.active {
    left: 0;
}

.menu-overlay-wedding1 a {
    display: block;
    padding: 15px 0;
    color: #585D66;
    font-family: Playfair Display;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

/* This is a really fancy way to do burger menus. */
.burger-menu {
    position: fixed;
    cursor: pointer;
    z-index: 1001;
}

.burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    transition: all 0.3s ease;
}

.burger-menu.active .burger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active .burger-icon span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.header-mobile {
    display: none;
}

.burger-icon {
    cursor: pointer;
}

/* End of Burger */

.grey-background-box {
    /* background-color: #F5F5F5; */
    width: 100%;
    padding: 4rem;
}

.table-rates {
    min-height: .01%;
    overflow-x: auto;
    flex: 0 0 auto;
    width: calc(33.33% - 1rem);
    min-width: 300px;
    margin-bottom: 1rem;
}

.table-insurance {
    min-height: .01%;
    overflow-x: auto;
    flex: 0 0 auto;
    width: 40%;
    min-width: 300px;
    margin-bottom: 1rem;
}

.rooms {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
}

.form-grid-dual {
    display: grid;
    column-gap: 30px;
    max-width: 50%;
    grid-template-columns: 1fr 1fr;
}

#fieldset-expiration {
    display: grid;
    column-gap: 30px;
    max-width: 50%;
    grid-template-columns: 1fr 1fr 1fr;
}

#book {
    cursor: pointer;
    color: #fff;
    line-height: 1rem;
    padding: 15px 20px;
    border-radius: 25px;
    width: auto;
    height: auto;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    font-size: 16px !important;
}

#book[disabled] {
    cursor: not-allowed;
    box-shadow: none;
}

.btn-cancel {
    cursor: pointer;
    color: red;
    line-height: 1rem;
    padding: 15px 20px;
    border-radius: 25px;
    width: auto;
    height: auto;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    font-size: 16px !important;
    background-color: white;
}

body {
    padding: 2px 10px;
    background: #FCF9F7;
}

select {
    padding: 11px !important;
}

.ui-autocomplete-input {
    height: 43px !important;
}

@media only screen and (min-width: 64.01em) and (max-width: 85.375em) {
    .overlay {
        padding: 10px;
    }

    .title {
        font-size: 24px;
    }

    .wedding1-title {
        font-size: 40px;
    }

    .subtitle {
        font-size: 20px;
    }

    .wedding1-subtitle {
        font-size: 24px;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-mb {
        display: flex;
        align-items: center;
        height: 10rem;
    }

    .table-rates {
        width: calc(50% - 1rem);
    }

    .table-insurance {
        width: 100%;
    }

    .form-grid-dual {
        max-width: 100%;
        grid-template-columns: 1fr;
    }

    #fieldset-expiration {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 64em) {
    .title {
        font-size: 18px;
    }

    .wedding1-title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 16px;
    }

    .wedding1-subtitle {
        font-size: 20px;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }

    .header-mb {
        display: flex;
        align-items: center;
        height: 10rem;
    }

    .table-rates {
        width: 100%;
    }

    .table-insurance {
        width: 100%;
    }

    .form-grid-dual {
        max-width: 100%;
        grid-template-columns: 1fr;
    }

    #fieldset-expiration {
        max-width: 100%;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1920px) {
    body {
        padding: 2px 10%;
    }
}