.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;
}

/* LOCATIONS */

.hero {
    height: 600px;
}

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

.lone-image {
    display: none;
}

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

.locations .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;
}

.locations .container {
    display: flex;
    flex-direction: column;
}

.locations .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.locations .content .tertiary-btn {
    width: 260px;
}

.locations .content .location-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 33px;
}

.locations .content .location-group .location-item {
    width: 664px;
    height: 680px;
    flex-shrink: 0;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    color: #03424C;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    flex-shrink: 0;
    justify-content: space-between;
    align-content: flex-start;
    color: #000;
}

.locations .content .location-group .location-item h4 {
    color: #03424C;
    font-family: 'Gotham';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    padding: 0;
    margin-top: 13px;
    margin-bottom: 15px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
}

.locations .content .location-group .location-item p {
    color: #000;
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
    width: 55%;
    text-align: left;
}

.locations .content .location-group .location-item:nth-child(odd) {
    background: #03424C;
    color: #ffffff;
    margin-right: 16px;
}

.locations .content .location-group .location-item:nth-child(odd) p {
    color: #fff;
}

.locations .content .location-group .location-item:nth-child(odd) .secondary-btn {
    border-color: #ffff;
    color: #ffff;
}

.locations .content .location-group .location-item:nth-child(odd) h4 {
    color: #FFF;
}

.locations .content .location-group .location-item:after {
    content: '';
    display: block;
    height: 14px;
    width: 100%;
    background-image: url(https://ketchgrillastg.wpenginepowered.com/wp-content/uploads/2025/01/location-bottom.jpg);
    position: absolute;
    bottom: 0;
    left: 0;
}

.locations .location-group .location-item img {
    border-radius: 4px;
    margin: 12px;
    aspect-ratio: 640 / 427;
    width: calc(100% - 24px);
    height: 427px;
    display: block;
}

.locations .location-group .location-item .details {
    text-align: left;
    padding-left: 32px;
    width: 100%;
    flex: inherit;
    margin-bottom: 14px;
    padding-bottom: 17px;
}

.locations .location-group .location-item .details .secondary-btn {
    width: 183px;
    border-color: #0D4E55;
    color: #0D4E55;
}

.locations .location-group .location-item .attributes {
    padding-right: 24px;
}

.locations .location-group .location-item .attributes span.reviews {
    color: #000;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.locations .content .location-group .location-item:nth-child(odd) span.reviews {
    color: #FFF;
}

.locations .location-group .location-item .attributes span.reviews svg {
    margin-left: 10px;
}

/* MAP */

.map {
    display: flex;
    justify-content: center;
    background: #EFF0F2;
    padding-top: 70px;
    position: relative;
}

.map .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;
}

.map .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.map img {
    width: 100%;
    height: auto;
}

.map .map-mobile {
    display: none;
}

@media only screen and (max-width: 1439px) {
    .locations .content .location-group .location-item {
        width: calc(50% - 8px);
    }
}

@media only screen and (max-width: 1000px) {
    .hero {
        padding: 0 16px;
        padding-top: 30px;
        height: 400px;
    }

    .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: 60px;
    }

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

    .map {
        padding-top: 30px;
        height: 529px;
        width: 100%;
    }

    .map img {
        object-fit: cover;
        height: 529px;
    }

    .map .map-desktop {
        display: none;
    }

    .map .map-mobile {
        display: block;
    }

    .locations {
        padding-top: 30px;
        height: ;
    }

    .locations .location-group {
        margin-top: 0;
    }

    .locations .location-group .location-item .details {
        width: 100%;
        padding-left: 13px;
    }

    .locations .location-group .location-item img {
        height: auto;
    }

    .locations .content .location-group .location-item h4 {
        width: 100%;
        font-size: 18px;
        line-height: normal;
        text-transform: capitalize;
    }

    .locations .content .location-group .location-item p {
        width: 90%;
    }
}