.highlight-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--Rusty-Red, #B85C4E);
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.secondary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #FFF;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.tertiary-btn {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #03424C;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding-left: 48px;
    padding-right: 48px;
    z-index: 1;
}

/* RESERVATION FORM */

.hero {
    height: 600px;
}

.lone-image {
    display: none;
}

.reservation-form {
    background: #EFF0F2;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 84px 0 94px 0;
}

.reservation-form .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.reservation-form .container {
    display: flex;
    flex-direction: column;
}

.container {
    position: inherit!important;
    height:  inherit!important;
    max-width: inherit!important;
    margin: inherit!important;
    background-color: inherit!important;
    border-radius: inherit!important;
    border: inherit!important;
}

.reservation-form .reservation-table {
    display: flex;
    background: #3F646D;
    padding: 50px 136px;
    border-radius: 8px;
    justify-content: center;
    gap: 150px;
}

.reservation-form .reservation-table .content,
.reservation-form .reservation-table .form {
    width: calc(50% - 50px);
}

.reservation-form .reservation-table .spacer {
    width: 50px;
}

.reservation-form .container h3 {
    color: #03424C;
    font-family: 'TrendSlabOne', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}

.reservation-form .container p.subheading {
    color: #03424C;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-bottom: 25px;
}

.reservation-form .container p {
    color: var(--Fathrom-Blue, #03424C);
    text-align: center;
    font-family: 'Gotham', sans-serif;;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%; /* 19.2px */
    text-align: center;
    margin-bottom: 50px;
}

.reservation-form .reservation-table .item h4 {
    color: #ffffff;
    font: normal normal 300 34px / 100% "SofiaRough", sans-serif;
    text-align: center;
}

/* RICH TEXT */

.rich-text {
    background: #03424C;
    padding: 100px;
    display: flex;
    justify-content: center;
    position: relative;
}

.rich-text .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/newsletter-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
}

.rich-text .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent!important;
}

.rich-text h2 {
    color: #FFF;
    text-align: center;
    font-family: 'TrendSlabOne', serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    margin-bottom: 0;
}

.rich-text p {
    color: #FFF;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    margin-top: 36px;
    width: 820px;
    text-align: center;
}

.rich-text p.subheading {
    font-weight: 400;
}

.rich-text .buttons {
    display: flex;
    margin-top: 40px;
}

.rich-text .buttons .btn {
    color: #03424C;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    display: flex;
    width: 206px;
    height: 59px;
    padding: 20px 35px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    margin: 0 20px;
}

.rich-text .buttons .btn:hover {
    text-decoration: none;
}

.rich-text .buttons .btn.pl-btn {
    background: #CAD9DA;
}

.rich-text .buttons .btn.pp-btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

/* EVENTS */
.events {
    background: #EFF0F2;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 100px  0;
}

.events .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.events h3 {
    color: #03424C;
    text-align: center;
    font-family: 'TrendSlabOne', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.events .event-items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.events .event-items .event-item {
    width: calc(25% - 12px);
    border-radius: 8px;
    background: #DCE8E6;
    display: flex;
    padding: 32px 58px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.events .event-items .event-item h5 {
    color: #03424C;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.events .event-items .event-item p {
    color: #000;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
}

.events .tertiary-btn {
    width: 310px;
    display: block;
    margin: auto;
}

/* SCHEDULER */
.scheduler {
    background: #EFF0F2;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 100px  0;
}

.scheduler .bg {
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/bg-1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.scheduler h4 {
    color: #03424C;
    text-align: left;
    font-family: 'TrendSlabOne', serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
}

.scheduler .scheduler-form {

}

.scheduler .scheduler-form form p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.scheduler .scheduler-form .event-type-field,
.scheduler .scheduler-form .time-field,
.scheduler .scheduler-form .date-field,
.scheduler .scheduler-form .guests-field {
    width: 100%;
    display: flex;
    height: 60px;
    padding: 19px 20px;
    align-items: center;
    gap: 10px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    display: block;
}

.scheduler .scheduler-form .requests-field {
    display: flex;
    height: 171px;
    padding: 22px 20px;
    align-items: flex-start;
    gap: 10px;
    border: 1px solid #DCDCDC;
    background: #FFF;
}

.scheduler .scheduler-form [data-name="event-type"],
.scheduler .scheduler-form [data-name="time"],
.scheduler .scheduler-form [data-name="schedule-date"],
.scheduler .scheduler-form [data-name="guests-count"] {
    width: calc(50% - 8px);
}

.scheduler .scheduler-form [data-name="requests"] {
    width: 100%;
}

.scheduler .scheduler-form .event-type-field::placeholder,
.scheduler .scheduler-form .time-field::placeholder,
.scheduler .scheduler-form .date-field::placeholder,
.scheduler .scheduler-form .guests-field::placeholder,
.scheduler .scheduler-form .requests-field::placeholder {
    color: #777;
}

.scheduler .scheduler-form [type="submit"] {
    display: flex;
    height: 59px;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #03424C;
    color: #FFF;
    font-family: "SofiaRough", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    border: none;
}

.scheduler .scheduler-form {
    color: #000;
    text-align: center;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.ot-dtp-picker.ot-standard {
    width: 284px!important;
}

@media only screen and (max-width: 1000px) {
    .hero {
        padding: 0 16px;
        padding-top: 100px;
        height: auto!important;
    }

    .hero #bg {
        display: none;
    }

    .hero h2 {
        color: #03424C;
        text-align: center;
        font-size: 36px;
        font-style: normal;
        font-weight: 300;
        line-height: 100%;
    }

    .hero p {
        color: #03424C;
        text-align: center;
        font-family: 'Gotham', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .lone-image {
        display: block;
        padding-top: 15px;
    }

    .lone-image img {
        width: 100%;
        height: auto;
    }

    .reservation-form {
        padding-top: 45px;
        padding-bottom: 0;
        width: 100vw;
        margin: 0;
        border-radius: 0;
    }

    .reservation-form .container {
        width: 100%;
        padding: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .reservation-form .container h3 {
        margin-bottom: 30px;
    }

    .reservation-form .reservation-table {
        padding: 60px 24px;
        border-radius: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .reservation-form .reservation-table .content, .reservation-form .reservation-table .form {
        width: 100%;
    }

    .reservation-form .reservation-table .content h4,
    .reservation-form .reservation-table .content p {
        text-align: center;
    }

    .reservation-form .reservation-table .content p {
        margin-bottom: 32px;
    }

    .rich-text {
        padding: 60px 24px;
    }

    .rich-text .container {
        margin: 0;
    }

    .rich-text h2 {
        text-align: center;
        font-size: 36px;
        line-height: 100%;
        margin-bottom: 24px;
    }

    .rich-text p {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .rich-text .buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .events {

    }

    .events .event-items {
        flex-direction: column;
    }

    .events .event-items .event-item {
        width: 100%;
        margin-bottom: 8px;
    }

    .events .event-items .event-item:last-child {
        margin-bottom: 0;
    }

    .scheduler {
        padding-top: 0;
    }

    .scheduler h4 {
        text-align: center;
    }

    .scheduler .scheduler-form form p {
        flex-direction: column;
    }

    .scheduler .scheduler-form [data-name="event-type"],
    .scheduler .scheduler-form [data-name="time"],
    .scheduler .scheduler-form [data-name="schedule-date"],
    .scheduler .scheduler-form [data-name="guests-count"] {
        width: 100%;
        margin-bottom: 0;
    }


    .scheduler .scheduler-form [type="submit"] {
        width: 145px;
        margin: auto;
    }
}

@media only screen and (max-width: 400px) {
    .events .tertiary-btn {
        width: 100%;
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}