:root {
    --primary-bg: #5E4032;
    --text-color: #F7F4EF;
    --font-main: 'Cinzel', serif;
}

html,
body {
    font-family: var(--font-main);
    color: #333;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding-top: 30px;
}

.main-header {
    background-color: var(--primary-bg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.logo-img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.nav-list-custom .nav-link {
    color: var(--text-color) !important;
    font-family: var(--font-main);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    position: relative;
    transition: color 0.3s ease;
}

.nav-list-custom .nav-link::after {
    content: '';
    position: absolute;
    display: block;
    background-image: url('../images/underline.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 0;
    height: 3px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav-list-custom .nav-link.active::after,
.nav-list-custom .nav-link:hover::after {
    width: 80%;
}

.nav-list-custom .nav-link:hover,
.nav-list-custom .nav-link.active {
    color: var(--text-color) !important;
}

.btn-reserve {
    background-color: var(--text-color);
    color: var(--primary-bg);
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-reserve:hover {
    background-color: #e6e2db;
    transform: translateY(-2px);
    color: var(--primary-bg);
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-indicators {
    position: absolute;
    bottom: 80px;
    left: 8%;
    display: flex;
    gap: 15px;
    z-index: 2;
}

.diamond {
    width: 10px;
    height: 10px;
    background-color: #998773;
    transform: rotate(45deg);
    display: inline-block;
}

.content-wrapper {
    background-color: #F9F7F2;
    position: relative;
    z-index: 10;
}

/* --- About Section --- */
.about-section {
    padding-top: 80px;
    padding-bottom: 150px;
    position: relative;
    background-color: #F7F4EF;
}

.top-border-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(-100% + 2px));
    line-height: 0;
    z-index: 25;
    pointer-events: none;
}

.top-border-decor img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1.01);
    transform-origin: bottom;
}

.section-title {
    font-family: var(--font-main);
    color: #65432A;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #333;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    text-align: justify;
    max-width: 90%;
}

.btn-see-more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #1A1A1A;
    color: #fff;
    padding: 12px 25px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 200px;
    transition: all 0.3s;
}

.btn-see-more:hover {
    background-color: #5E4032;
    color: #fff;
}

.diamond-icon {
    margin-right: 10px;
    font-size: 14px;
}

.arrow-icon {
    margin-left: auto;
}

.arch-bg {
    position: absolute;
    top: auto;
    bottom: -140px;
    left: 50px;
    width: 100%;
    max-width: 350px;
    height: auto;
    display: block;
    z-index: 1;
}

.arch-img {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 350px;
    display: block;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
    margin-top: 0;
    transform: translate(40px, 250px);
}

.grand-opening-section {
    position: relative;
    z-index: 5;
    padding-top: 350px;
    padding-bottom: 100px;
    color: #fff;
    margin-top: -120px;
    background-color: transparent;
    clip-path: none;
}

.grand-opening-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #65432A;
    clip-path: polygon(0 4vw, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
}

.grand-title {
    font-family: 'Cinzel', serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}

.discount-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Cinzel', serif;
    font-size: 28px;
    color: #fff;
}

.discount-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.discount-text::before,
.discount-text::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.decor-line {
    font-size: 30px;
}

.promo-badge {
    background-color: #1A1A1A;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
}

.floating-dishes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.dish {
    position: absolute;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    width: auto;
}

.dish-1 {
    top: 20%;
    left: 0;
    width: 250px;
}

.dish-2 {
    top: -2%;
    left: 20%;
    width: 250px;
}

.dish-3 {
    top: 15%;
    left: 42%;
    transform: translateX(-50%);
    width: 280px;
    z-index: 12;
}

.dish-4 {
    top: 25%;
    left: 70%;
    width: 150px;
}

.dish-5 {
    top: 5%;
    right: 0;
    width: 260px;
}

.signature-section {
    background-color: #F9F7F2;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
    z-index: 10;
}

#signatureRow {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-left: 2px solid #5E4032;
    padding-left: 0;
}

.signature-item {
    flex: 0 0 auto;
    width: 33.33333%;
    display: flex;
    flex-direction: column;
}

.signature-header {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5E4032;
    margin-bottom: 50px;
}

.slider-container {
    position: relative;
    border-top: none;
    border-bottom: none;
    align-items: stretch;
}

.slider-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: #5E4032;
    z-index: 1;
}

.border-col {
    border-right: 2px solid #5E4032;
    border-left: none;
    margin-left: 0;
    position: relative;
    padding-bottom: 100px;
}

.decor-line-long {
    flex-grow: 1;
    height: 2px;
    background-color: #000000;
    max-width: 800px;
}

.star-decor img {
    width: 40px;
    height: auto;
    object-fit: contain;
    display: block;
}

.star-decor {
    margin: 0 -2px;
    display: flex;
    align-items: center;
}

.signature-card {
    position: relative;
    margin-top: 100px;
    margin-bottom: 0;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    height: calc(100% - 100px);
    transition: transform 0.3s ease;
}

.signature-card:hover {
    transform: translateY(-5px);
}

.card-dish-img {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: auto;
    z-index: 5;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.3));
}

.card-dish-img img {
    width: 200px;
    height: 130px;
    object-fit: contain;
}

.card-inner {
    border-radius: 20px;
    overflow: hidden;
    background-color: #EBE5CE;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-top-brown {
    height: 80px;
    background-color: #65432A;
    width: 100%;
    flex-shrink: 0;
}

.card-body-beige {
    padding: 10px 20px 30px;
    text-align: center;
    color: #1A1A1A;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dish-name {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #1A1A1A;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dish-divider {
    width: 100%;
    height: 2px;
    background-color: #5E4032;
    margin: 0 auto 15px;
    opacity: 0.5;
}

.dish-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
    min-height: auto;
}

.btn-order-now {
    margin-top: auto;
    display: inline-block;
    background-color: #1A1A1A;
    color: #fff;
    padding: 10px 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-order-now:hover {
    background-color: #5E4032;
    color: #fff;
    transform: scale(1.05);
}

.btn-slider {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #1A1A1A;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-slider:hover {
    background-color: #5E4032;
}

.btn-slider:active {
    transform: scale(0.9);
}

.warm-hearth-section {
    background-color: #1A1A1A;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    color: #F7F4EF;
}

.hearth-title {
    font-family: var(--font-main);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.hearth-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.hearth-divider img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
}

.hearth-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin: 0 auto;
}

.decor-pill {
    position: absolute;
    top: 50%;
    width: 300px;
    height: 200px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    pointer-events: none;
}

.decor-left {
    left: 0;
    transform: translate(-50%, -50%);
}

.decor-right {
    right: 0;
    transform: translate(50%, -50%);
}

.reservation-section {
    background-color: #65432A;
    padding: 100px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-card {
    background-color: #F7F4EF;
    border-radius: 15px;
    padding: 60px 80px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.reservation-title {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.card-decor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}
.decor-left { left: -20px; }
.decor-right { right: -20px; }
.card-decor img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.booking-group-wrapper {
    display: flex;
    background-color: #F2EFE9;
    border: 1px solid #8C8C8C;
    border-radius: 4px;
    overflow: hidden;
}

.booking-group-wrapper.flex-column {
    flex-direction: column !important; 
    padding: 0;
}

.w-50 {
    width: 50%;
    flex: 0 0 50%;
}

.border-bottom-custom {
    border-bottom: 1px solid #8C8C8C;
}

.border-right-custom {
    border-right: 1px solid #8C8C8C;
}

.booking-item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px;
    position: relative;
    transition: background-color 0.2s;
    height: 60px; 
}

.booking-item:hover {
    background-color: #e8e4dc;
}

.booking-icon {
    position: absolute;
    left: 25px;
    color: #1A1A1A;
    font-size: 18px;
    pointer-events: none;
    z-index: 1;
}

.booking-input-reset {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-left: 60px; 
    padding-right: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

select.booking-input-reset {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235E4032' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 16px;
}

.btn-check-availability {
    display: block;
    width: 100%;
    background-color: #1A1A1A;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    border: none;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-check-availability:hover {
    background-color: #5E4032;
}

.available-times-container {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.time-slot-btn {
    flex: 1 1 calc(20% - 10px);
    background-color: #1A1A1A;
    color: #fff;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px;
    border: none;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    min-width: 80px;
}

.time-slot-btn:hover {
    background-color: #5E4032;
    transform: translateY(-2px);
}

.flatpickr-calendar {
    font-family: 'Bricolage Grotesque', sans-serif;
    border: 1px solid #8C8C8C;
    z-index: 99999 !important; 
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    background: #5E4032 !important;
    border-color: #5E4032 !important;
    color: #fff;
}

.flatpickr-month .flatpickr-prev-month:hover svg,
.flatpickr-month .flatpickr-next-month:hover svg {
    fill: #5E4032 !important;
}

.steps-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

.step-item {
    display: flex;
    align-items: center;
    color: #999;
    font-weight: 600;
    font-size: 14px;
}

.step-circle {
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
}

.step-item.active {
    color: #1A1A1A;
    font-weight: 700;
}

.step-item.active .step-circle {
    background-color: #5E4032;
    border-color: #5E4032;
    color: #fff;
}

/* === STEP 2 === */
.form-control-step2 {
    width: 100%;
    padding: 15px;
    background-color: #F2EFE9;
    border: 1px solid #8C8C8C;
    border-radius: 4px;
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #333;
    font-size: 15px;
    outline: none;
    transition: 0.3s;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-icon {
    font-size: 16px;       
    color: #8C8C8C;       
    margin-right: 8px;    
    min-width: 16px;       
    transition: all 0.2s; 
}

.custom-checkbox-input:checked + label .custom-checkbox-icon::before {
    content: "\f058";     
    font-family: "Font Awesome 6 Free"; 
    font-weight: 900;    
    color: #5E4032;        
}

.custom-checkbox-input:checked + label .custom-checkbox-icon {
    color: #5E4032;
}

.form-control-step2:focus {
    background-color: #fff;
    border-color: #5E4032;
}

.back-link {
    color: #5E4032;
    text-decoration: none;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.back-link:hover {
    text-decoration: underline;
}

.selected-summary {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    color: #1A1A1A;
    background: rgba(94, 64, 50, 0.1);
    padding: 10px;
    border-radius: 4px;
}

.main-footer {
    background-color: #161616;
    color: #fff;
    padding-top: 80px;
    font-size: 14px;
}

.footer-logo img {
    max-width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #F7F4EF;
    line-height: 1.6;
    font-size: 13px;
    max-width: 90%;
}

.btn-footer-reserve {
    display: inline-block;
    background-color: #F7F4EF;
    color: #1A1A1A;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.btn-footer-reserve:hover {
    background-color: #A69177;
    color: #fff;
}

.footer-heading {
    font-family: 'Cinzel', serif;
    color: #988771;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-divider {
    width: 100%;
    height: 2px;
    background-color: #988771;
    margin-bottom: 20px;
    opacity: 0.5;
}

.footer-links li,
.opening-hours li,
.contact-info li {
    font-family: 'Bricolage Grotesque', sans-serif;
    margin-bottom: 12px;
    color: #F7F4EF;
}

.footer-links a {
    color: #F7F4EF;
    text-decoration: none;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    transition: color 0.3s;
    text-transform: uppercase;
}

.footer-links a:hover {
    color: #A69177;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #F7F4EF;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

.contact-info i {
    color: #F7F4EF;
    font-size: 14px;
    margin-top: 3px;
}

.btn-call-now {
    display: inline-block;
    background-color: #F7F4EF;
    color: #1A1A1A;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 20px;
    border-radius: 50px;
    text-decoration: none;
    margin-left: 30px;
    transition: all 0.3s;
}

.btn-call-now:hover {
    background-color: #A69177;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s;
}

.social-link:hover {
    transform: translateY(-3px);
    color: #fff;
}

.social-link.fb {
    background-color: #1877F2;
}

.social-link.tiktok {
    background-color: #000;
    border: 1px solid #333;
}

.social-link.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.happy-hour-info p {
    margin-bottom: 5px;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #F7F4EF;
}

.copyright-bar {
    background-color: #5E4032;
    padding: 10px 0;
    margin-top: 60px;
    font-size: 12px;
    color: #F7F4EF;
    font-family: sans-serif;
}

.menu-page-wrapper {
    background-color: #F7F4EF;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu-banner {
    background-color: #1A1A1A;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    margin-bottom: 0;
}

.banner-divider {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 5;
    pointer-events: none;
}

.menu-page-title {
    font-family: 'Cinzel', serif;
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 2px;
    line-height: 1.3;
}

.menu-section {
    padding: 20px 0 100px;
    background-color: #F7F4EF;
}

/* Header Category */
.category-header {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    margin-top: 40px;
}

.menu-decor-line-long {
    flex-grow: 1;
    height: 2px;
    background-color: #000000;
}

.category-name {
    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 700;
    color: #5E4032;
    margin: 0;
    padding-right: 20px;
    letter-spacing: 1px;
}

.menu-item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: visible;
    margin-top: 0;
    border-radius: 12px;
    background-color: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.menu-item-card:hover {
    transform: translateY(-5px);
}

.card-img-bg {
    background-color: #65432A;
    height: 120px;
    width: 100%;
    position: relative;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: visible;
    z-index: 1;
    flex-shrink: 0;
}

.dish-img {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 220px;
    height: auto;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.4));
    z-index: 10;
    transition: transform 0.3s ease;
}

.menu-item-card:hover .dish-img {
    transform: translateX(-50%) translateY(-10px) scale(1.05);
}

.card-info {
    background-color: #EBE5CE;
    padding: 35px 20px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    z-index: 2;
}

.dish-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #171917;
    line-height: 1.3;
    margin-bottom: 8px;
}

.menu-dish-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 11px;
    color: #210000;
    line-height: 1.5;
    margin-top: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.dish-body {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: auto;
}

.dish-price {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    color: #65432A;
    line-height: 1;
}

.soup-section {
    background-color: #EAE0CE;
}

.soup-section .menu-item-card .card-img-bg {
    background-color: #171917;
}

.main-section {
    background-color: #F7F4EF;
}

.drink-section {
    background-color: #EAE0CE;
}

.drink-section .menu-item-card .card-img-bg {
    background-color: #1A1A1A;
}

.drink-section .dish-img {
    height: 160px;
    max-width: 140px;
    bottom: 0px;
}

.dessert-special-section {
    padding-bottom: 80px;
}

.dessert-layout-wrapper {
    position: relative;
}

.dessert-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: #EAE0CE;
    z-index: 1;
}

.dessert-bg-wave-img {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
}

.dessert-content {
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

.dessert-img {
    max-width: 100%;
    width: 350px;
    height: auto;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.2));
    transform: translate(120px, -20px);
}

.dessert-info-container {
    display: flex;
    align-items: stretch;
    padding-left: 30px;
    height: 100%;
}

.vertical-divider {
    width: 1px;
    height: auto;
    background-color: #171917;
    margin-right: 25px;
    margin-top: 0;
    margin-bottom: 10px;
}

.dessert-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #171917;
    margin-bottom: 10px;
    line-height: 1.2;
}

.dessert-desc {
    font-size: 0.9rem;
    color: #444;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-style: italic;
    margin-bottom: 15px;
    max-width: 300px;
}

.dessert-price {
    font-family: var(--font-main);
    font-size: 2.5rem;
    font-weight: 700;
    color: #5C4033;
    line-height: 1;
}

.contact-section {
    padding: 80px 0;
    background-color: #F7F4EF;
    font-family: sans-serif;
}

.contact-heading {
    font-family: var(--font-main);
    color: #5C4033;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-desc {
    font-family: 'Bricolage Grotesque', sans-serif;
    color: #210000;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D3CBBF;
}

.icon-box {
    width: 40px;
    margin-right: 20px;
    font-size: 1.5rem;
    color: #65432A;
}

.info-text p {
    font-family: 'Bricolage Grotesque', sans-serif;
    margin-bottom: 5px;
    color: #74787C;
    font-size: 0.95rem;
}

.info-title {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #171917;
    margin-bottom: 8px;
}

.happy-hour-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D3CBBF;
    width: 100%;
}

.contact-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.contact-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
    color: #171917;
    margin-right: 0;
    transition: 0.3s;
    border-radius: 50%;
}

.contact-icons a:hover {
    color: #5C4033;
}


.contact-form-box {
    background-color: #EAE0CE;
    padding: 50px;
    border-radius: 12px;
    position: relative;
}

.form-heading {
    font-family: var(--font-main);
    color: #5C4033;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-sub-heading {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-size: 0.95rem;
    color: #210000;
    font-weight: 500;
}

.form-label {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    color: #4A3B32;
    margin-bottom: 8px;
}

.custom-input {
    font-family: 'Bricolage Grotesque', sans-serif;
    background-color: #FFF9F2;
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #333;
}

.custom-input:focus {
    box-shadow: none;
    background-color: #fff;
    outline: 1px solid #5C4033;
}

.custom-input::placeholder {
    color: #AFAFAF;
}

.btn-submit-message {
    background-color: #171917;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.btn-submit-message:hover {
    background-color: #5C4033;
    color: #fff;
    transform: translateY(-2px);
}

.decor-star {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}

.decor-star img {
    width: 100%;
}

.star-left {
    left: -15px;
}

.star-right {
    right: -15px;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content-wrapper {
    position: relative;
    max-width: 900px;
    width: 100%;
    transform: translateY(-20px);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content-wrapper {
    transform: translateY(0);
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: #ccc;
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: #5E4032;
        z-index: 9999;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-top: 80px;
        padding-left: 30px;
        transform: translateY(-100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        visibility: hidden;
    }

    .navbar-collapse.show {
        transform: translateY(0);
        visibility: visible;
    }

    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: #5E4032;
        z-index: 9999;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding-top: 80px;
        padding-left: 30px;
        transform: translateY(-100%);
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        visibility: visible;
    }

    .btn-close-menu {
        position: absolute;
        top: 10px;
        right: 5px;
        background: none;
        border: none;
        font-size: 60px;
        line-height: 1;
        color: #fff;
        z-index: 10000;
        transition: transform 0.3s;
    }

    .btn-close-menu:hover {
        transform: rotate(90deg);
    }

    .nav-list-custom {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .nav-list-custom .nav-item {
        width: 100%;
        text-align: left;
    }

    .nav-list-custom .nav-link {
        color: #ffffff !important;
        font-size: 20px;
        margin-bottom: 0;
        padding: 15px 0;
        display: block;
        font-weight: 400;
        opacity: 0.8;
        transition: opacity 0.3s;
    }

    .nav-list-custom .nav-link.active {
        font-weight: 800 !important;
        opacity: 1;
    }

    .nav-list-custom .nav-link::after,
    .nav-list-custom .nav-link.active::after {
        display: none !important;
        content: none !important;
    }

    .hero-indicators {
        bottom: 26px;
        left: 9%;
        gap: 6px;
    }

    .diamond {
        width: 6px;
        height: 6px;
    }

    .about-section {
        padding-top: 30px;
        padding-bottom: 0 !important;
    }

    .section-title {
        font-size: 30px;
    }

    .about-desc {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .btn-see-more {
        padding: 10px 15px;
        font-size: 12px;
        width: 180px;
    }

    .about-section .col-lg-6 {
        display: flex !important;
        justify-content: center !important;
        align-items: flex-end !important;
        position: relative;
        margin-top: -50px !important;
        padding: 0 !important;
        width: 100% !important;
        min-height: 350px;
        z-index: auto !important;
    }

    .menu-banner {
        padding: 60px 0;
    }

    .menu-page-title {
        font-size: 38px;
    }

    .banner-divider {
        width: 100%;
        bottom: -1px;
    }

    .arch-bg {
        width: 90%;
        max-width: 350px;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto !important;
        z-index: 1;
    }

    .arch-img {
        position: absolute !important;
        z-index: 20;
        left: 55%;
        bottom: 0;
        transform: translate(-50%, 10%) !important;
        width: 65%;
        max-width: 240px;
    }

    .grand-opening-section {
        position: relative;
        z-index: 5 !important;
        margin-top: -80px !important;
        padding-top: 320px;
    }

    .floating-dishes {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 15;
        pointer-events: none;
    }

    .floating-dishes .dish {
        position: absolute !important;
        height: auto;
        filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
    }

    .dish-1 {
        top: 5%;
        left: -30px;
        width: 150px;
        transform: rotate(-15deg);
    }

    .dish-2 {
        top: 14%;
        left: 30%;
        width: 160px;
    }

    .dish-3 {
        top: 30%;
        left: 65%;
        transform: translateX(-60%) rotate(5deg);
        width: 180px;
    }

    .dish-4 {
        top: 30%;
        left: 10%;
        width: 100px;
    }

    .dish-5 {
        bottom: 25%;
        right: 0;
        width: 160px;
    }

    .content-promo {
        position: relative;
        z-index: 16;
        padding-top: 50px;
    }

    .discount-text {
        gap: 10px;
        font-size: 22px;
    }

    .decor-line {
        font-size: 25px;
    }

    .signature-item {
        width: 100% !important;
        flex: 0 0 100% !important;
        border-right: none;
    }

    .btn-slider {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    #signatureRow {
        border-left: none !important;
    }

    .border-col {
        border-right: none !important;
    }

    .signature-slider-window {
        border-left: 2px solid #5E4032;
        border-right: 2px solid #5E4032;
    }

    .warm-hearth-section {
        padding: 40px 0;
    }

    .hearth-title {
        font-size: 36px;
    }

    .decor-pill {
        width: 150px;
        height: 100px;
        top: 65%;
    }

    .dessert-layout-wrapper {
        margin-top: 0;
    }

    .dessert-special-section {
        padding-bottom: 30px;
    }

    .dessert-content .row {
        flex-wrap: nowrap;
        margin: 0;
    }

    .dessert-content .col-md-5 {
        width: 45%;
        flex: 0 0 45%;
        padding: 0;
    }

    .dessert-content .col-md-7 {
        width: 55%;
        flex: 0 0 55%;
        padding: 0;
    }

    .dessert-img {
        width: 150px;
        transform: translate(10px, -10px) !important;
    }

    .dessert-info-container {
        padding-left: 0;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        height: auto;
    }

    .vertical-divider {
        display: block !important;
        margin-right: 10px;
        margin-left: 5px;
        width: 1px;
    }

    .dessert-text {
        padding-right: 10px;
    }

    .dessert-title {
        font-size: 1rem;
        margin-bottom: 2px;
    }

    .dessert-desc {
        font-size: 0.65rem;
        line-height: 1.2;
        margin-bottom: 2px;
    }

    .dessert-price {
        font-size: 1.2rem;
        margin-bottom: 5px;
    }

    .dessert-bg-shape {
        height: 30%;
    }

    .dessert-bg-wave-img {
        bottom: 28%;
    }

    .contact-form-box {
        padding: 25px;
    }

    .form-heading {
        font-size: 1.5rem;
    }

    .reservation-section {
        padding: 30px 0;
    }

    .card-decor img {
        width: 20px;
    }

    .decor-left {
        left: -10px;
    }

    .decor-right {
        right: -30px;
    }

    .reservation-card {
        padding: 20px 10px;
    }

    .reservation-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .steps-header {
        gap: 10px;
        margin-bottom: 15px !important;
    }

    .step-circle {
        width: 20px;
        height: 20px;
        font-size: 10px;
        margin-right: 5px;
    }

    .step-text {
        font-size: 11px;
    }

    .booking-group-wrapper .d-flex.w-100 {
        flex-direction: row !important;
    }

    .booking-group-wrapper .w-50 {
        width: 50% !important;
        flex: 0 0 50% !important;
    }

    .border-right-custom {
        border-right: 1px solid #8C8C8C !important;
        border-bottom: none !important;
    }

    .border-bottom-custom {
        border-bottom: 1px solid #8C8C8C !important;
    }

    .booking-item {
        height: 40px !important;
        padding: 0;
    }

    .booking-icon {
        font-size: 12px !important;
        left: 8px !important;
    }

    .booking-input-reset {
        font-size: 11px !important;
        padding-left: 28px !important;
        padding-right: 2px !important;
    }

    select.booking-input-reset {
        background-size: 8px !important;
        background-position: right 4px center !important;
    }

    .btn-check-availability {
        padding: 10px;
        font-size: 12px !important;
        margin-top: 10px !important;
    }

    .available-times-container {
        gap: 5px !important;
        margin-top: 10px;
    }

    .time-slot-btn {
        padding: 6px 2px !important;
        font-size: 11px !important;
        min-width: 50px !important;
    }

    .form-control-step2 {
        padding: 8px;
        font-size: 12px;
    }

    .selected-summary{
        font-size: 14px;
    }

    .modal-overlay {
        align-items: flex-start !important;
        padding-top: 20px !important;
    }

    .modal-content-wrapper {
        width: 95% !important;
        margin-top: 30px !important;
    }

    .close-modal {
        top: -30px;
        right: 0;
        font-size: 24px;
    }

    .flatpickr-calendar {
        transform: scale(0.85) !important;
        transform-origin: top center !important;
        left: 50% !important;
        margin-left: -164px !important;
        margin-top: -5px !important;
    }

    select.booking-input-reset option {
        font-size: 10px !important; 
        padding: 5px !important;    
    }
    
    select.booking-input-reset:focus {
        font-size: 12px !important;
    }
}