﻿/* Fonts */

.logo {
    margin-bottom: 2%;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Clarendon Hv BT Heavy';
    src: url('../fonts/Clarendon-Hv-BT.ttf') format('truetype');
    font-weight: 700; /* Heavy fonts typically use font-weight 700 or higher */
    font-style: normal; /* Keep as normal unless it's italic */
}

/* Header Navigation Link Styles */
.nav-link-custom {
    text-decoration: none !important;
    font-family: 'Lato', sans-serif;
    /* Optional font styling */
    transition: color 0.3s ease, text-decoration 0.3s ease !important;
}

/* Hover Effect */
.nav-link-custom:hover {
    text-decoration: underline !important;
    color: white !important;
    /* Hover color */
}

/* Custom CSS for white navbar-toggler-icon */
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2230%22 height=%2220%22 viewBox=%220 0 30 20%22 fill=%22none%22%3E%3Cpath fill=%22%23FFFFFF%22 d=%22M0 2h30v3H0zM0 8h30v3H0zM0 14h30v3H0z%22/%3E%3C/svg%3E') !important;
}

/* Lato Regular */
.lato-regular {
    font-family: 'Lato', sans-serif !important;
    font-weight: normal !important;
    /* 400 */
}

/* Clarendon Hv BT Heavy */
.clarendon-hv-bt-heavy {
    font-family: 'Clarendon Hv BT Heavy', serif !important;
    font-weight: 700 !important; /* Heavy fonts typically use 700 or higher */
    /* 700 */
}

/* Lato Bold */
.lato-bold {
    font-family: 'Lato', sans-serif !important;
    font-weight: bold !important;
    /* 700 */
}

/* Lato Semibold */
.lato-semibold {
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    /* Semibold */
}

/* Lato Medium */
.lato-medium {
    font-family: 'Lato', sans-serif !important;
    font-weight: 500 !important;
    /* Medium */
}

/* Lato Black */
.lato-black {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
    /* Black */
}

/* Lato Extrabold (Black) */
.lato-extrabold {
    font-family: 'Lato', sans-serif !important;
    font-weight: 900 !important;
    /* Extrabold (or Black) */
}

*,
*::after,
*::before {
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
    font-family: 'Lato', sans-serif !important;
    /* Fallback to sans-serif if Lato-Bold is not available */
}

:root {
    --background-color: #FFEFE5;
    --header-color: #6F4E37;
    --box-selection-color: #FFCAA4;
    --orange-color: #D96B1A;
    --header-color1: #6F4E37;
    --box-selection-color1: #AF7D7C;
}

.main-wrapper {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* Hero Section Start */
.contact-us-address {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 400;
}

.contact-us {
    color: #000000;
    font-size: 2rem;
    font-weight: 500;
}

/* Media Query for smaller screens */
@media (max-width: 768px) {

    .btn {
        width: 100%;
        /* Make buttons full-width on smaller screens */
        margin-bottom: 10px;
        /* Add space between buttons */
    }
}

/*-----------------------------------------*/

/* ABOUT PAGE */

.achievement-title {
    color: #d96b1a !important;
    text-align: start !important;
}

.achievement-text {
    color: #000000 !important;
    text-align: start !important;
}

.about-text-intro {
    font-size: 15px !important;
    color: #000000 !important;
    text-align: start !important;
}

.btn-custom-intro {
    color: white;
    padding: 5px 20px;
    background-color: #D96B1A;
    /* Base background color */
    text-transform: uppercase;
    border-radius: inherit;
    font-size: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-custom-intro:hover {
    color: white;
    background-color: #D96B1A;
    /* Ensure hover keeps the background color stable */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow effect */
}

.btn-custom-intro:active {
    color: white !important;
    /* Keep text color stable */
    background-color: #D96B1A !important;
    /* Keep background color stable */
    transform: translateY(2px) !important;
    /* Slight movement for press effect */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    /* Adjust shadow on click */
}

/* FORM POST */

.custom-input {
    border: none !important;
    border-bottom: 2px solid #d96b1a !important;
    outline: none !important;
    background-color: transparent !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.custom-input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.custom-input:focus {
    border-bottom: 2px solid #d96b1a !important;
    box-shadow: none !important;
}

.form-outline {
    margin-bottom: 16px !important;
    text-align: left;
}

.custom-btn {
    background-color: #d96b1a !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    text-align: center !important;
    cursor: pointer !important;
}

.custom-btn:hover {
    background-color: #b55715 !important;
}

.custom-btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

/* Menu PAGE CSS */

.menu-item-img-new {
    height: 80px;
    width: 80px;
    top: 22px;
}

.menu-item-content-new {
    border: 1px solid #ffcaa4;
    transition: background-color 0.4s ease;
    padding: 1rem;
    padding-left: 3.5rem;
    color: #6f4e37 !important;
    font-weight: 400;
}

.menu-item-content-new:hover {
    background-color: #FFCAA4;
    /* Background color on hover */
}

.menu-item-price-new {
    font-weight: 700;
}

/* For Testimonials */

.testimonial-card-bg {
    background: rgba(255, 254, 254, 0.65) !important;
}

.carousel-indicators {
    bottom: -2rem;
    /* Adjust using rem for relative positioning */
    z-index: 1;
}

/* Normal state for carousel indicators */
.indicator-ellipse.normal {
    background: #d9d9d9;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: relative;
    border: none;
}

/* Active state for carousel indicators */
.indicator-ellipse.active {
    background: #d96b1a;
}


/* Duplicated Class for Left-Aligned Content */
.line-heading-container-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Heading Section Styles */
.store-heading-start {
    font-size: 1.5rem;
    color: #d2691e;
    margin: 0 15px;
    /* Adjust spacing between lines and text */
    white-space: nowrap;
    /* Prevent wrapping of the text */
    margin-left: 0;
}

/* CONTACT US & RESERVATION Block Start */

.book-table-section {
    background-image: url(../../sources/images/RS_BG.svg);
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the background image from repeating */
    padding: 20px;
    /* Optional padding for better spacing */
}

.contact-us-section {
    background-image: url(../../sources/images/CN_BG.svg);
    background-size: cover;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the background image */
    background-repeat: no-repeat;
    /* Prevents the background image from repeating */
    padding: 20px;
    /* Optional padding for better spacing */
}


.bg-home-contactus {
    background-image: url(../../sources/images/bannerimage.png);
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image within the container */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    padding: 2rem 2rem 2rem 1rem;
    /* Combines padding for a cleaner look */
    border-radius: 8px;
    /* Optional: Adds rounded corners for a modern design */
}

.separator-line {
    min-width: 150px; /* Default width */
    width: 100%; /* Allow the line to adjust in width based on container */
    margin: 0 auto; /* Center the line */
    border-style: dashed;
    border-color: #000000;
    border-width: 1px 0 0 0;
}

/* Optional: Add custom width for smaller screens */
@media (max-width: 768px) {
    .separator-line {
        min-width: 100px; /* Slightly smaller width for mobile screens */
    }
}

/* Parent container for the heading and lines */
.heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /* Space between lines and heading */
    margin: 20px 0;
    /* Vertical spacing */
}

/* Lines on either side of the heading */
.heading-container .line {
    flex-grow: 1;
    /* Lines will expand to fill available space */
    max-width: 100px;
    /* Reduce the width of the lines */
    height: 2px;
    /* Thickness of the line */
    background-color: #d2691e;
    /* Line color */
}

/* Text for the heading */
.heading-container .heading-text {
    font-weight: 400 !important;
    /* Clean font weight */
    color: #d2691e;
    /* Heading color */
    text-transform: uppercase;
    /* Optional: Transform text to uppercase */
    margin: 0;
    /* Remove default margin */
}

.background-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* Full height */
    background: url('../../sources/images/homepagebanner.png') no-repeat center center/cover;
}

.container {
    padding-right: unset;
    padding-left: unset;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /* Semi-transparent overlay */
    color: white;
    /* Text color */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 600px;
}

.btn-custom {
    color: white;
    padding: 5px 20px;
    background-color: #D96B1A;
    /* Base background color */
    text-transform: uppercase;
    border-radius: inherit;
    font-size: 1rem;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-custom:hover {
    color: white;
    background-color: #D96B1A;
    /* Ensure hover keeps the background color stable */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* Subtle shadow effect */
}

.btn-custom:active {
    color: white !important;
    /* Keep text color stable */
    background-color: #D96B1A !important;
    /* Keep background color stable */
    transform: translateY(2px) !important;
    /* Slight movement for press effect */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    /* Adjust shadow on click */
}

.btn-custom::after {
    content: '';
    display: inline-block;
    background: url('../../sources/icons/home-page-right-icon.svg') no-repeat center;
    width: 16px;
    /* Adjust width */
    height: 16px;
    /* Adjust height */
    margin-left: 5px;
    background-size: contain;
    /* Ensure scaling is proportional */
    transition: transform 0.3s ease;
}

.btn-custom:hover::after {
    transform: translateX(3px);
    /* Adds subtle hover movement */
}

.rectangle-2,
.rectangle-2 * {
    box-sizing: border-box;
}

.rectangle-2 {
    background: #6f4e37;
    position: relative;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.nav-link-custom,
.nav-link-custom * {
    box-sizing: border-box;
}

.nav-link-custom {
    color: #ffffff !important;
    text-align: left !important;
    font-family: "Lato-SemiBold", sans-serif !important;
    font-weight: 600 !important;
    /* text-transform: uppercase !important; */
    position: relative !important;
    font-size: 18px !important;
}

.navbar-custom .navbar-nav .nav-link {
    color: white;
    /* White text for links */
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: white;
    /* Orange color on hover */
}

.navbar-custom .navbar-brand img {
    height: 50px;
    /* Adjust logo size */
}

.navbar-custom .navbar-brand {
    padding: 0;
}

.container-bc {
    background-color: #FFEFE5;
}

/* Line Styles */
.line-4,
.line-4 * {
    box-sizing: border-box;
}

.line-4 {
    border-style: solid;
    border-color: #d96b1a;
    border-width: 2px 0 0 0;
    width: 100px;
    /* Adjust line width */
    height: 0px;
}

/* Container for lines and heading */
.line-heading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /* Space between lines and text */
}

.about-section {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    background-color: #FFEFE5;
}

/* Heading Section Styles */
.store-heading {
    font-size: 1.5rem;
    color: #d2691e;
    margin: 0 15px;
    /* Adjust spacing between lines and text */
    white-space: nowrap;
    /* Prevent wrapping of the text */
}

.about-heading {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.about-text {
    font-size: 1rem;
    color: #555;
    padding-left: 5rem;
    padding-right: 5rem;
}

.box-white {
    background-color: white;
    padding: 2rem;
}

/* Categories Section */

.category-link {
    position: relative !important;
    display: inline-block !important;
    text-decoration: none !important;
    padding: 8px 20px !important;
    overflow: hidden !important;
    border: 2px solid white !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
}

.category-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #D96B1A;
    transition: width 0.3s ease;
    z-index: -1;
}

.category-link:hover {
    color: white !important;
    border-color: #D96B1A !important;
    transform: translateY(-2px) !important;
}

.category-link:hover::before {
    width: 100%;
}

.category-link::after {
    content: url('../../sources/Icons/home-page-right-icon.svg');
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.category-link:hover::after {
    transform: translateX(5px);
}

.category {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.category:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.image-container {
    position: relative;
    display: inline-block;
}

.img-overlay {
    position: absolute;
    top: 20%;
    left: 20%;
    width: auto;
    height: 100%;
}

.menuitem-img {
    height: 80px;
    width: 80px;
    top: 22px;
}

.menuitem-content {
    border: 1px solid #ffcaa4;
    margin-left: 1rem;
    transition: background-color 0.4s ease;
    padding: 2rem;
    padding-left: 4rem;
    color: #6f4e37 !important;
    font-weight: 400;
}

.menuitem-content:hover {
    background-color: #FFCAA4;
    /* Background color on hover */
}

.menuitem-price {
    font-weight: 700;
}

/* Restaurant Menu Card Styles */
.menu-card {
    background: #fff;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(111, 78, 55, 0.1);
    height: 100%;
    border: 2px solid rgba(217, 107, 26, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.menu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(217, 107, 26, 0.15);
}

.menu-section-title {
    color: #D96B1A;
    font-family: 'Clarendon Hv BT Heavy', serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #FFCAA4;
    text-align: center;
}

.menu-item-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

@media (min-width: 768px) {
    .menu-item-list {
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
    }
    .menu-item-list > .col-md-6,
    .menu-item-list > .menu-item-column {
        width: 49%; /* leave a little space for gap, not 50% to avoid overflow */
        max-width: 49%;
    }
}

@media (max-width: 767px) {
    .menu-item-list {
        flex-direction: column;
        gap: 1.5rem;
    }
    .menu-item-list > .col-md-6,
    .menu-item-list > .menu-item-column {
        width: 100%;
        max-width: 100%;
    }
}

.menu-item {
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: rgba(255, 239, 229, 0.5);
}

.menu-item:hover {
    background: rgba(255, 202, 164, 0.2);
    transform: translateX(5px);
}

.menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.menu-item-header h4 {
    color: #6F4E37;
    font-family: 'Clarendon Hv BT Heavy', serif;
    font-size: 1.2rem;
    margin: 0;
}

.menu-item-prices {
    display: flex;
    gap: 0.5rem;
    color: #D96B1A;
    font-weight: 700;
}

.menu-item-prices span {
    background: #fff;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(217, 107, 26, 0.1);
}

.menu-item-description {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    font-style: italic;
    text-align: left;
}

@media (max-width: 767px) {
    .menuitem-content {
        border: 1px solid #ffcaa4;
        margin-left: 1rem;
        padding: 1rem;
        padding-left: 2rem;
    }

    .menuitem-img {
        height: 80px;
        width: 80px;
    }

    .mt-2-custom {
        margin-top: 2rem;
    }

    .bg-home-contactus {
        padding-left: 2rem;
    }
}

.footer-background {
    position: relative;
    background-image: url(../../sources/images/footer.png);
    background-size: cover !important;
    background-position: center !important;
    color: white;
}

.footer-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

.footer-background > * {
    position: relative;
    z-index: 1;
}

.footer-title {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 1rem;
}

.custom-links a {
    text-decoration: none;
    color: white;
}

.custom-links a:hover {
    text-decoration: underline;
    color: #D96B1A;
    /* Hover color */
}

.footer-input {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

/* Style for input field */
.footer-input .form-control {
    border: 2px solid #D96B1A;
    /* Border color */
    background-color: transparent;
    color: white;
    /* Text color inside input */
}

/* Style for placeholder text */
.footer-input .form-control::placeholder {
    color: white;
}

/* Style for focused input field */
.footer-input .form-control:focus {
    border-color: #D96B1A;
    /* Keep the same border color when focused */
    box-shadow: none;
}

/* Button styling */
.footer-input .input-group-append .btn {
    background-color: #D96B1A;
    /* Button color */
    border: 2px solid #D96B1A;
    /* Button border */
}

.footer-input .input-group-append .btn:hover {
    background-color: #c15d0a;
    /* Optional hover effect */
    border-color: #c15d0a;
}

/* Social media icon hover effect */
.social-media-icons img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s;
}

.social-media-icons img:hover {
    transform: scale(1.2);
}

.achievement-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.background-container .lead {
    max-width: 1000px;
    margin: 0 auto;
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .background-container .lead {
        max-width: 90%;
    }
}

/* Header Carousel Styles */
#headerCarousel {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#headerCarousel .banner-slide {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#headerCarousel .slide-1 {
    background-image: url('../../sources/images/homepagebanner4.JPG');
}

#headerCarousel .slide-2 {
    background-image: url('../../sources/images/homepagebanner2.jpg');
}

#headerCarousel .slide-3 {
    background-image: url('../../sources/images/homepagebanner3.JPG');
}

#headerCarousel .slide-4 {
    background-image: url('../../sources/images/homepagebanner1.png');
}

#headerCarousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#headerCarousel.carousel-fade .carousel-item.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}

#headerCarousel .carousel-indicators {
    bottom: 2rem;
    z-index: 2;
}

#headerCarousel .carousel-indicators .indicator-ellipse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    opacity: 1;
}

#headerCarousel .carousel-indicators .indicator-ellipse.active {
    background-color: #fff;
}

#headerCarousel .carousel-control-prev,
#headerCarousel .carousel-control-next {
    z-index: 2;
    width: 5%;
    opacity: 0.7;
}

#headerCarousel .carousel-control-prev:hover,
#headerCarousel .carousel-control-next:hover {
    opacity: 1;
}

#headerCarousel .overlay {
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#headerCarousel .content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

#headerCarousel .lead {
    max-width: 1000px;
    margin: 1.5rem auto;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    #headerCarousel .content {
        max-width: 90%;
    }
    #headerCarousel .lead {
        font-size: 1rem;
    }
}

/* Set #headerCarousel height to 400px on mobile screens */
@media (max-width: 768px) {
  #headerCarousel {
    height: 400px !important;
  }
  #headerCarousel .banner-slide {
    height: 400px !important;
  }
}

/* Reviews Carousel Specific Styles */
#reviewsCarousel {
    padding: 20px 0 50px;
    position: relative;
}

#reviewsCarousel .carousel-inner {
    overflow: visible;
}

#reviewsCarousel .carousel-item {
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #D96B1A;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

#reviewsCarousel:hover .carousel-control-prev,
#reviewsCarousel:hover .carousel-control-next {
    opacity: 0.8;
}

#reviewsCarousel .carousel-control-prev {
    left: -20px;
}

#reviewsCarousel .carousel-control-next {
    right: -20px;
}

#reviewsCarousel .carousel-indicators {
    bottom: -30px;
}

#reviewsCarousel .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFCAA4;
    border: none;
    margin: 0 5px;
}

#reviewsCarousel .carousel-indicators button.active {
    background-color: #D96B1A;
}

@media (max-width: 768px) {
    #reviewsCarousel .carousel-control-prev,
    #reviewsCarousel .carousel-control-next {
        display: none;
    }
}

/* Home Menu List Styles for Customer Favorites section */
.home-menu-list {
  max-width: 500px;
  margin: 0 auto 2rem auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  padding: 2rem 1.5rem 1rem 1.5rem;
}
.home-menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.home-menu-item-row {
  display: flex;
  align-items: center;
  font-size: 1.15rem;
  font-family: 'Lato', Arial, sans-serif;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e0c7b7;
}
.home-menu-item-row:last-child {
  border-bottom: none;
}
.home-item-name {
  flex: 1 1 0;
  font-weight: 600;
  color: #7a4a1a;
  letter-spacing: 0.01em;
  text-align: left;
}
.home-item-dash {
  flex: 0 0 40px;
  text-align: center;
  color: #bfa07a;
  font-size: 1.2em;
  margin: 0 10px;
  letter-spacing: 0.2em;
  min-width: 40px;
}
.home-item-price {
  flex: 0 0 auto;
  font-weight: 700;
  color: #d96b1a;
  letter-spacing: 0.02em;
  text-align: right;
}
@media (max-width: 600px) {
  .home-menu-list {
    padding: 1.2rem 0.5rem 0.5rem 0.5rem;
  }
  .home-menu-item-row {
    font-size: 1rem;
    padding: 0.4rem 0;
  }
  .home-item-dash {
    min-width: 25px;
    margin: 0 5px;
  }
}

/* Overlay for Order Now button on menu banner */
.order-now-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.order-now-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30,23,15,0.45);
  z-index: 1;
  border-radius: 0 0 16px 16px;
}
.order-now-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.order-now-text {
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  font-weight: 600;
  letter-spacing: 0.01em;
}
.menu-header.position-relative {
  position: relative !important;
}
@media (max-width: 600px) {
  .order-now-text {
    font-size: 1rem;
  }
}

/* Menu Banner Styles for overlay and image */
.menu-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (max-width: 768px) {
  .menu-banner {
    height: 180px;
    border-radius: 10px;
  }
  .menu-banner img {
    border-radius: 10px;
  }
}

/* Instagram 'Follow Us' Section Styles */
.instagram-vibe-section {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.insta-gradient-text {
    font-size: 1.25rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fd5, #fca, #f56, #a1c4fd, #c2e9fb, #fd5);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradient-move 3s ease-in-out infinite;
    letter-spacing: 1px;
}
@keyframes gradient-move {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.insta-btn {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(90deg, #fd5, #fca, #f56);
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: 0 2px 12px rgba(253,85,86,0.10);
    transition: background 0.3s, box-shadow 0.3s, transform 0.2s;
    margin-top: 0.7rem;
}
.insta-btn:hover {
    background: linear-gradient(90deg, #f56, #fd5, #fca);
    color: #fff;
    box-shadow: 0 4px 24px rgba(253,85,86,0.18);
    transform: translateY(-2px) scale(1.04);
}
.insta-btn-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    filter: drop-shadow(0 2px 6px rgba(253,85,86,0.12));
}
.instagram-gallery .insta-img-hover {
    border-radius: 16px;
    transition: transform 0.25s, box-shadow 0.25s, filter 0.25s;
    box-shadow: 0 2px 12px rgba(30,23,15,0.10);
}
.instagram-gallery .insta-img-hover:hover {
    transform: scale(1.07) rotate(-2deg);
    box-shadow: 0 8px 32px rgba(253,85,86,0.18);
    filter: brightness(1.08) saturate(1.2);
    z-index: 2;
}
@media (max-width: 768px) {
    .insta-gradient-text {
        font-size: 1rem;
    }
    .insta-btn {
        font-size: 0.95rem;
        padding: 0.4rem 1rem;
    }
    .insta-btn-icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .instagram-gallery .insta-img-hover {
        border-radius: 10px;
    }
}

/* --- Responsive adjustments for menu.html --- */
@media (max-width: 768px) {
  .menu-banner {
    height: 180px;
    border-radius: 10px;
  }
  .menu-banner img {
    border-radius: 10px;
  }
  .menu-header .order-now-text {
    font-size: 1rem;
    text-align: center;
  }
  .btn-custom-menu{
    width: 50%;
  }
  .menu-card {
    padding: 1rem;
    border-radius: 10px;
  }
  .menu-section-title {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
  }
  .menu-item-list {
    flex-direction: column !important;
    gap: 1.2rem;
  }
  .menu-item-list > .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
  .menu-item {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    font-size: 0.95rem;
  }
  .menu-item-header h4 {
    font-size: 1rem;
  }
  .menu-item-prices span {
    font-size: 0.85rem;
    padding: 0.2rem 0.6rem;
  }
  .menu-item-description {
    font-size: 0.85rem;
  }
  .about-section {
    padding: 0.5rem;
  }
  .gallery .row > [class^='col-'] {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .menu-banner {
    height: 235px;
  }
  .menu-header .order-now-text {
    font-size: 0.9rem;
  }
  .menu-section-title {
    font-size: 1rem;
  }
}

/* Make gallery images smaller and more uniform on mobile for menu.html gallery section */
@media (max-width: 768px) {
  .main-company-information .row img.shadow-1-strong {
    max-width: 140px;
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    border-radius: 10px;
  }
  .main-company-information .row > [class^='col-'] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
  }
}

.gallery-img {
    max-width: 240px;
    width: 100%;
    height: 260px;
    display: block;
}

@media (max-width: 768px) {
  .gallery-img {
    max-width: 120px;
  }
}
@media (max-width: 480px) {
  .gallery-img {
    max-width: 90px;
  }
}

/* Remove padding from .achievement-content on mobile devices for the achievement numbers section in aboutus.html */
@media (max-width: 768px) {
  .achievement-content {
    padding: 0 !important;
  }
}
