.button_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(212, 175, 55, 0.9);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_nav:active {
    transform: translateY(-50%) scale(0.95);
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}


/* Home Hero Banner */
#slideshow {
    transition: opacity 0.5s ease-in-out;
}

.home-hero-banner {
    background-color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.home-hero-banner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 2048px; */
    width: 100%;
}

.home-hero-banner-image-column {
    width: 100%;
    /* max-width: 2048px; */
    aspect-ratio: 16 / 9;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-hero-banner-image-column .cuisine-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-banner-text {
    max-width: 1600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}

.home-hero-banner-text p {
    max-width: 1000px;
    text-align: center;
}
.home-hero-banner h1 {
    color: #C2A550;
    margin-bottom: 10px;
}

.home-hero-banner p {
    color: #FFF;
    margin-bottom: 20px;
}

.home-hero-banner .reservation-btn {
    display: flex;
    width: 225px; /*149*/
    height: 40px;
    padding: 7px 19px;
    justify-content: center;
    align-items: center;
    color: #C8A544;
    font-family: Poppins;
    font-size: 20px;
    line-height: normal;
    border-radius: 57px;
    border: 1.425px solid #C8A544;
    background: var(--Maroon---Main, #800000);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.home-hero-banner .reservation-btn:hover {
    background-color: #000;
    color: #C8A544;
}

.homepage-btn {
    display: flex;
    /* width: 149px; */
    height: 40px;
    padding: 7px 104px;
    justify-content: center;
    align-items: center;
    color: black;
    font-family: Poppins;
    font-size: 20px;
    line-height: normal;
    border-radius: 57px;
    border: 1.425px solid #C8A544;
    background: var(--Maroon---Main, #C8A544);
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.homepage-btn:hover {
    background-color: #000;
    color: #C8A544;
}
/* Tablet screens */
@media (min-width: 768px) and (max-width: 1023px) {
    .home-hero-banner .reservation-btn {
        font-size: 20px;
    }

    .home-hero-banner-text {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

/* Mobile screens */
@media (max-width: 767px) {
    .home-hero-banner-text {
        margin-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

}

/* Base styles for hero banner image */
.home-hero-banner-image-column {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

/* Responsive adjustments for different screen resolutions */
@media (min-width: 1440px) {
    .home-hero-banner-image-column {
        height: 100vh;
        max-height: 800px;
    }
}

@media (min-width: 1800px) {
    .home-hero-banner-image-column {
        height: 80vh;
        max-height: 1000px;
    }
}

@media (min-width: 2000px) {
    .home-hero-banner-image-column {
        height: 80vh;
        max-height: 1200px;
    }
}

@media (min-width: 2500px) {
    .home-hero-banner-image-column {
        height: 85vh;
        max-height: 1400px;
    }
}

@media (min-width: 3000px) {
    .home-hero-banner-image-column {
        height: 90vh;
        max-height: 1600px;
    }
}

/* Desktop screens */
@media (min-width: 1024px) {
    .home-hero-banner-container {
        flex-direction: column;
        gap: 40px;
    }
    .home-hero-banner-text {
        text-align: center;
        margin-top: 0;
    }
    .home-hero-banner .reservation-btn {
        font-size: 20.429px;
    }
}

/* Our Story*/
.story-top {
    background-color: #000;
    color: #F6DFDF;
    padding: 50px 10px;
    position: relative;
    overflow: visible;
}

.story-top .story-lamp-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lamp-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lamp {
    width: 423.85px;
    height: 310px;
    margin-bottom: 20px;
}

h1 {
    color: #C8A544;
}

.image-container {
    width: 641px;
    height: 641px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}


.mystory-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    box-sizing: border-box;
}

.story-content {
    background-color: #800000;
    position: relative;
    z-index: 1;
    margin-top: -128px; /* 20% of 641px */
}

.story-text-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 178px 20px 50px;
    color: #FFF;
    position: relative; /* Ensure the button can be positioned relative to this container */
    text-align: center; /* Center-align text by default */
}

.story-text-section {
    width: 1168px;
    margin: 0 auto;
    text-align: justify;
}

.story-text-container h2 {
    color: #C2A550;
    margin-bottom: 20px;
}

.story-text-container p {
    margin-bottom: 20px;
    padding-right: 40px;
}

.about-us-btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 56.192px;
    border: 1.405px solid #C8A544;
    background: #000;
    color: #C8A544;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 20px;
}

.about-us-btn:hover {
    background-color: #C8A544;
    color: #000;
}

@media (max-width: 480px) {
    .story-text-section h2{
        text-align: center;
        margin-left: -30px;
    }
    .about-us-btn{
    width: 65px;
    height: 18px;
    font-size: 14px;
    color: #C8A544;
    font-family: Poppins;
    font-size: 12.496px;
    font-weight: 500;
    }
.story-lamp-container{
    flex-direction: column;
}

}

/* Cuisine section */
.cuisine-section {
    max-width: 1200px;
    margin: 40px auto 40px auto;
    padding: 0 20px;
}

.cuisine-container {
    display: flex;
    background: #C6AF6D;
    overflow: hidden; /* Ensures content stays within the container */
}

/* .cuisine-image-wrapper {
    flex: 1;
    max-width: 50%;
    border: 5px #C2A550 solid;
    box-sizing: border-box;
}

.cuisine-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

.cuisine-image-wrapper {
    height: 700px; 
    overflow: hidden;
}

.cuisine-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border: 5px #C2A550 solid;
    box-sizing: border-box;
}

.cuisine-content {
    flex: 1;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cuisine-title {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
}

.cuisine-description {
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
    max-width: 550px; 
    line-height: 1.6; 
    word-wrap: break-word; 
    margin-left: auto;
    margin-right: auto;
}

.menu-button {
    width: fit-content;
    padding: 10px 25px;
    background: black;
    border-radius: 50px;
    border: 1.28px #C8A544 solid;
    text-decoration: none;
    color: #C8A544;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    align-self: center;
}

.menu-button:hover {
    background-color: #800000;
}

@media (max-width: 480px) {
    .cuisine-image-wrapper {
        width: 100%;
        height: 650px;
        overflow: hidden;
    }
    
}

/* Content Section (Culinary, Image-section, etc.) */
.story-text-section {
    width: 100%;
    padding: 0 20px;
}

.story-text-container {
    padding: 150px 20px 50px;
}

.image-container {
    width: 100%;
    max-width: 641px;
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Content Section Media Queries */
@media (max-width: 1200px) {
    .story-text-section {
        width: 100%;
        padding: 0 20px;
    }

    .story-text-container {
        padding: 150px 20px 50px;
    }

    .image-container {
        width: 100%;
        max-width: 641px;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 768px) {
    .story-text-container {
        padding: 150px 20px 30px;
    }

    .cuisine-section {
        max-width: 1260px;
        margin: 40px auto 20px auto;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .story-text-container {
        padding: 80px 20px 15px 20px;
    }
}

/* My Story Section Media Queries */
@media (max-width: 1200px) {

    .lamp-container {
        margin-bottom: 30px;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .lamp {
        width: 60%;
        height: auto;
        max-width: 423.85px;
    }
    .image-container {
        width: 187px;
        height: 187px;
        flex-shrink: 0;
    }

}

/* Cuisine Section Media Queries */
@media (max-width: 1024px) {
    .cuisine-container {
        flex-direction: column;
    }

    .cuisine-content {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .menu-button {
        font-size: 16px;
        padding: 8px 20px;
    }
    
}

@media (max-width: 480px) {

    .cuisine-content {
        padding: 20px;
    }

    .menu-button {
        font-size: 14px;
        padding: 7px 18px;
    }
}

/* interior-image-container */
.interior-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1240px;
    padding: 20px;
    box-sizing: border-box; 
    margin: 0 auto;
    margin-bottom: 40px;
}

.interior-responsive-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover; /* Ensures the image covers the container, cropping if necessary */
}

@media (max-width: 767px) {
    .interior-image-container {
        width: 100%; /* Full width */
        max-width: 100%; /* Full width */
        padding: 10px; /* Reduce padding for smaller screens */
        box-sizing: border-box; /* Include padding in the width calculation */
        margin: 0 auto; /* Center the container */
        margin-bottom: 10px;
    }

    .interior-responsive-image {
        content: url('/assets/home/interior_mobile.webp');
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }
}

/* Google Maps Comments Script */

@media (max-width: 768px) {
    noscript div {
      padding: 10px;
    }

    noscript div > div {
      width: 90%;
      padding: 15px;
    }

    noscript h2 {
      font-size: 1.2em;
    }

    noscript p {
      font-size: 1em;
    }

    noscript a {
      font-size: 0.9em;
      padding: 8px 16px;
    }
  }

  @media (max-width: 480px) {
    noscript div > div {
      width: 95%;
      padding: 10px;
    }

    noscript h2 {
      font-size: 1em;
    }

    noscript p {
      font-size: 0.9em;
    }

    noscript a {
      font-size: 0.85em;
      padding: 8px 14px;
    }
  }

.M7_featuredPR_section {
    padding: 20px 20px;
    background: #000000;
    max-width: 1400px;
    margin: 0 auto;
}

.M7_featuredPR_container {
    max-width: 1000px;
    margin: 0 auto;
}

.M7_featuredPR_badge {
    color: #C8A544;
    margin-bottom: 20px;
    text-align: center;
}

.M7_featuredPR_logo_container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.M7_featuredPR_logo {
    width: 60px;
    height: 60px;
    opacity: 0.8;
    object-fit: contain;
}

.M7_featuredPR_content {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}

.M7_featuredPR_text_content {
    text-align: center;
}

.M7_featuredPR_image_container {
    position: relative;
    overflow: hidden;
}

.M7_featuredPR_image {
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    /* aspect-ratio: 1 / 1;  */
    border-radius: 8px;
    object-fit: cover;
}

.M7_featuredPR_image:hover {
    transform: scale(1.05);
}

/* Popup Modal Styles */
.M7_popup_overlay {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.M7_popup_content {
    position: relative;
    margin: auto;
    padding: 20px;
    width: 90%;
    max-width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.M7_popup_close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #C8A544;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.M7_popup_close:hover {
    color: #ffffff;
}

.M7_popup_image {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.M7_featuredPR_quote {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

.M7_featuredPR_quote::before {
    content: '"';
    color: #C8A544;
    font-size: 3rem;
    line-height: 0;
    vertical-align: -0.4em;
}

.M7_featuredPR_quote::after {
    content: '"';
    color: #C8A544;
    font-size: 3rem;
    line-height: 0;
    vertical-align: -0.4em;
}

.M7_featuredPR_attribution {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.M7_featuredPR_source {
    color: #C8A544;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.M7_featuredPR_divider {
    width: 1px;
    height: 20px;
    background: rgba(212, 175, 55, 0.3);
}

.M7_featuredPR_date {
    color: #888888;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.M7_featuredPR_link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 400;
}

.M7_featuredPR_link:hover {
    color: #C8A544;
    border-bottom-color: #C8A544;
}

.M7_featuredPR_link::after {
    content: '→';
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.M7_featuredPR_link:hover::after {
    transform: translateX(5px);
}

.M7_featuredPR_decoration {
    margin-top: 40px;
    text-align: center;
}

.M7_featuredPR_ornament {
    color: #C8A544;
    font-size: 1.2rem;
    opacity: 0.4;
    letter-spacing: 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .M7_featuredPR_section {
        padding: 20px 20px;
    }

    .M7_featuredPR_content {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }

    .M7_featuredPR_image_container {
        /* order: -1; */
        max-width: 400px;
        margin: 0 auto;
    }

    .M7_featuredPR_quote {
        margin-bottom: 20px;
    }

    .M7_featuredPR_attribution {
        flex-direction: column;
        gap: 15px;
    }

    .M7_featuredPR_divider {
        width: 20px;
        height: 1px;
    }

    .M7_featuredPR_badge {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .M7_featuredPR_quote {
        font-size: 1.4rem;
    }

    .M7_featuredPR_section {
        padding: 20px 20px;
    }

    .M7_featuredPR_image_container {
        max-width: 100%;
    }
}

/* Subtle Animation */
.M7_featuredPR_content {
    opacity: 0;
    animation: M7_fadeIn 1.2s ease-out 0.3s forwards;
}

@keyframes M7_fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}