/* Responsive menu item image width */
.menu-img-responsive {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .menu-img-responsive {
        width: 140px;
        max-width: 140px;
    }
}
/* Yellow outline button for login and other actions */
.btn-yellow {
    border: 2px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
    background: transparent !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.btn-yellow:hover,
.btn-yellow:focus {
    background: var(--color-primary) !important;
    color: #000 !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15);
    border-color: var(--color-primary) !important;
}
body {
    font-family: "Instrument Sans", sans-serif;
}

:root {
    --color-primary: #d4af37;
    --color-secondary: #6c757d;
    --color-success: #34a203;
    --color-danger: #dc3545;
    --color-warning: #ffc107;
    --color-info: #0dcaf0;
    --color-light: #f8f9fa;
    --color-dark: #212529;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-nav {
    background-color: #d5bd0733;
    padding: 0px 40px;
    border-radius: 60px;
}

.top-banner {
    background-color: #000;
    color: white;
}

.top-banner a {
    color: var(--color-success);
}

.hero {
    background-color: #000;
    color: #fff;
}

.address-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 14px 28px;
    gap: 8px;
    max-width: 521px;
    height: 63px;
    background: var(--color-primary);
    border-radius: 10px;
}

.address-input {
    flex: 2;
    background: transparent;
    color: var(--color-dark);
    border: none;
    box-shadow: none;
}
.address-input::placeholder {
    color: #000;
    opacity: 1;
}

.address-input:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.address-btn {
    background: #ffffffb2;
    color: var(--color-primary);
    border-radius: 20px;
    padding: 10px 40px;
    border: none;
}

.address-btn:hover {
    color: #000;
    background: #ffffffb2;
}
/* Custom Tab Pane Section Styles */
.custom-tab-pane-section {
    background: #000 !important;
    backdrop-filter: blur(2px);
    min-height: 142px;
    color: #fff;
}
.custom-tab-pane-section .nav-tabs {
    border-bottom: none !important;
    overflow: hidden;
}
.custom-tab-pane-section .nav-link {
    color: #fff !important;
    background: transparent !important;
    border: none;
    font-weight: 500;
    min-width: 200px;
    text-align: center;
    font-size: 1.2rem;
    padding: 16px 0;
}
.custom-tab-pane-section .nav-link.active {
    backdrop-filter: blur(4px);
    background-color: var(--color-primary) !important;
    color: #fff;
    border-radius: 10px !important;
    /* border-bottom: 2px solid var(--color-primary) !important; */
}

.custom-tab-pane-section .nav-tabs .nav-item {
    width: 100%;
}
.time {
    box-shadow: 0px 2px 20px 0px #0000000d;
    padding: 0px 100px;
    border-radius: 8px;
}

.food-category {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.food-category-list {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 800px;
    padding-bottom: 10px;
    gap: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar for food category */
.food-category-list::-webkit-scrollbar {
    height: 8px;
}
.food-category-list::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 8px;
}
.food-category-list::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 8px;
}

/* Firefox */
.food-category-list {
    scrollbar-color: var(--color-primary) #f8f9fa;
    scrollbar-width: thin;
}

.food-category .nav-item {
    min-width: 200px;
    flex: 0 0 auto;
}
.food-category .nav-link {
    color: #000 !important;
    background: transparent !important;
    border: none;
    font-weight: 500;
    text-align: center;
    font-size: 1.2rem;
    padding: 16px 0;
}

.food-category .nav-link.active {
    backdrop-filter: blur(4px);
    background-color: var(--color-success) !important;
    color: #fff !important;
    border-radius: 10px !important;
    /* border-bottom: 2px solid var(--color-primary) !important; */
}
.card.food {
    border: 1px solid #00000080 !important;
}

.card.food a {
    color: var(--color-primary);
    text-decoration: none;
}

.three-images-section {
    width: 100%;
    padding: 0;
    margin: 0;
}
.three-images-section .three-images-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 400px;
    gap: 0;
}
.three-images-section .three-images-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    min-width: 300px;
    gap: 0;
}
.three-images-section .three-images-bg {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 190px;
    background: url("/assets/images/more-1.jpg") center center/cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 0;
}
.three-images-section .three-images-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem;
}
.three-images-section .three-images-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.three-images-section .three-images-desc {
    font-size: 1.1rem;
    background-color: transparent;
    padding: 5px 25px;
    border: 4px solid #fff;
    color: #fff;
    margin-bottom: 0;
}

.three-images-section .three-images-desc:focus,
.three-images-section .three-images-desc:hover {
    background-color: #fff;
    color: #000;
}

.three-images-section .three-images-bottom {
    width: 100%;
    height: 50%;
    min-height: 190px;
    margin-top: 0;
    display: flex;
    align-items: flex-end;
}
.three-images-section .three-images-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    /* border-radius: 0 0 8px 8px; */
}
.three-images-section .three-images-right {
    flex: 1 1 50%;
    min-width: 300px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.three-images-section .three-images-right img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    /* border-radius: 8px; */
    margin: 0;
}
.about-us-section {
    background-color: #f6f6f6;
}

.about-us-section a {
    text-decoration: none;
    color: #000;
    background-color: var(--color-primary);
    border-radius: 10px;
    padding: 12px 45px;
    border: none;
    text-align: center;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.about-us-section a:hover,
.about-us-section a:focus {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.about-us-section a.active {
    background-color: var(--color-success);
    color: #fff;
    box-shadow: 0 2px 8px rgba(52, 162, 3, 0.12);
}

/* Swiper navigation and pagination custom styles */
.testimonial-section .swiper-button-next,
.testimonial-section .swiper-button-prev {
    color: var(--color-primary);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    width: 44px;
    height: 44px;
    top: 40%;
    transition: background 0.2s, color 0.2s;
}
.testimonial-section .swiper-button-next:hover,
.testimonial-section .swiper-button-prev:hover {
    background: var(--color-primary);
    color: #fff;
}
.testimonial-section .swiper-pagination-bullet {
    background: var(--color-primary);
    opacity: 0.5;
    transition: opacity 0.2s;
}
.testimonial-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-primary);
}

.testimonial-card-shape {
    width: 302px;
    height: 342px;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px #0000001a, 0 0 0 6px var(--color-primary);
    opacity: 1;
    transform: rotate(-7.35deg);
    position: relative;
    background: #fff;
    border-radius: 32px 80px 32px 80px/80px 32px 80px 32px;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimonial-card-shape:hover {
    transform: rotate(0deg) scale(1.04);
    box-shadow: 0px 8px 32px 0px #0000002a, 0 0 0 8px var(--color-primary);
}

.footer-section {
    background: #f6f6f6 !important;
}
footer li a {
    text-decoration: none;
    color: #000;
}
footer ul li {
    list-style: none;
    padding: 5px 0;
    font-weight: 600;
}

.footer-social {
    color: var(--color-success) !important;
    transition: color 0.2s;
}

.footer-social:hover,
.footer-social:focus {
    color: var(--color-primary) !important;
}

.welcome-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
}

.welcome-sub {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.password-toggle {
    color: #000;
    font-size: 1.2rem;
    transition: color 0.2s;
    position: absolute;
    top: 6px;
    right: 16px;
    cursor: pointer;
    z-index: 2;
}

.password-toggle:hover {
    color: #222;
}

input.form-control::placeholder {
    color: #000 !important;
    opacity: 1;
}

input.form-control {
    color: #000 !important;
    padding: 9px;
    caret-color: #000 !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: var(--color-primary) !important;
}

body.login-bg {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url("/assets/images/grilled-chicken.jpg") no-repeat center center fixed;
    background-size: cover;
}

.login-overlay {
    background: #ffffff4d;
    /* border-radius: 16px; */
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
    /* max-width: 420px; */
    /* margin: 3rem 0; */
    backdrop-filter: blur(10px);
    height: 100vh;
}

@media (max-width: 991px) {
    .custom-tab-pane-section .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .three-images-section .three-images-row {
        flex-direction: column;
        min-height: 0;
    }
    .testimonial-card-shape {
        width: 90vw;
        max-width: 350px;
        height: 320px;
    }
    .three-images-section .three-images-left,
    .three-images-section .three-images-right {
        min-width: 0;
        width: 100%;
        height: 200px;
    }
    .three-images-section .three-images-bg,
    .three-images-section .three-images-bottom,
    .three-images-section .three-images-right img {
        height: 200px;
        min-height: 120px;
    }
    .three-images-section .three-images-title {
        font-size: 1.3rem;
    }
    .three-images-section .three-images-desc {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .custom-tab-pane-section .nav-link {
        font-size: 1rem;
        padding: 12px 0;
        min-width: 110px;
    }
    /* .custom-tab-pane-section .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    } */
    .address-form {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 12px;
        height: auto;
        max-width: 100%;
    }
    .address-input {
        margin-bottom: 8px;
        flex: unset;
        width: 100%;
    }
    .address-btn {
        width: 100%;
        padding: 10px 0;
    }

    .three-images-section .three-images-bg,
    .three-images-section .three-images-bottom,
    .three-images-section .three-images-right img {
        height: 120px;
        min-height: 80px;
    }
    .three-images-section .three-images-title {
        font-size: 1rem;
    }
    .three-images-section .three-images-desc {
        font-size: 0.9rem;
    }
    .three-images-section .three-images-overlay {
        padding: 1rem;
    }

    .testimonial-card-shape {
        width: 98vw;
        max-width: 100%;
        height: auto;
        min-height: 260px;
        padding: 1.5rem 0.5rem;
    }
}
