@font-face {
    font-family: 'CormorantGaramond';
    src: url('../webfonts/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'VastagoGrotesk';
    src: url('../webfonts/VastagoGrotesk-Medium.otf') format('opentype');
    font-weight: 400;
}

.font-vastago {font-family: 'VastagoGrotesk', sans-serif;}
.font-cormorant {font-family: 'CormorantGaramond', serif;}

.bg-maroon{background-color: #98060d;}
.bg-orangegold{background-color: #de9d00;}
.bg-offwhite{background-color: #ece8df;}
.bg-navy{background-color: #1e2333;}

.text-maroon{color: #98060d;}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.nav-item {
    margin-left: 30px;
}
.navbar-nav {
    font-size: small;
}
.navbar-brand { 
    height: 65px !important; 
    width: auto !important; 
}
.navbar-nav.mx-auto {
    margin-right: 10px !important; 
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 0.80rem;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff !important;
    border-bottom: 3px solid #de9d00;
}
.navbar-toggler {border: none;}
.navbar-toggler:focus {box-shadow: none;}

.dropdown-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-menu.bg-maroon {
    background-color: #98060d;
    border-radius: 0;
    padding: 15px 10px;
}
.dropdown-menu .dropdown-item {
    color: #de9d00;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 8px 15px;
    text-transform: uppercase;
}
.dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}


/* Background Utility */
.hero-bg, .HMabout-img, .HMmenu-img, .HMgallery-img, .hero-about, .story-about{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hero-bg, .hero-about { z-index: 1; }
.hero-bg::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 2;
}


/* BUTTONS */
.btn-ginger-maroon {
    background-color: #98060d !important;
    color: #ffffff !important;
    border: none;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-bottom: 80px;
}
.btn-ginger-maroon:hover { background-color: #6b070d !important; }
.btn-ginger-gold {
    background-color: #de9d00 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-radius: 0px !important;
    font-size: 0.85rem;
    border: none;
}
.btn-ginger-gold:hover { background-color: #b88402 !important; }


/*  MENU SECTION HOME */
.HMmenu-subtitle, .HMgallery-subtitle {
    letter-spacing: 2px;
    font-size: 0.75rem;
    color: #98060d !important;
}
.HMmenu-card { 
    height: 480px; 
}
.HMmenu-title { 
    line-height: 1.2; 
    color: #212529; 
}
.HMmenu-desc { 
    font-size: 0.81rem; 
    line-height: 1.6; 
}
.HMmenu-btn { 
    font-size: 0.8rem; 
    letter-spacing: 1px; 
}
.HMmenu-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
    z-index: 2;
}
.HMmenu-link {
    color: #98060d !important;
    font-size: 0.75rem;
    letter-spacing: 1px;
    transition: opacity 0.3s ease;
}
.HMmenu-img { transition: transform 0.5s ease; }
.HMmenu-card:hover .HMmenu-img { transform: scale(1.05); }
.HMmenu-link:hover { opacity: 0.8; }


/* GALLERY SECTION  */
.HMgallery-header-row {
    padding-left: 10% !important;
    padding-right: 10% !important;
    width: 100% !important;
    margin: 0 auto !important;
}
.HMgallery-title {
    line-height: 1.1;
    color: #212529;
    letter-spacing: -0.5px;
}
.HMgallery-card-long, .HMgallery-card-square, .HMgallery-card-tall, .HMgallery-card-long-tall {
    overflow: hidden;
}
.HMgallery-card-long { height: 380px; }
.HMgallery-card-square { height: 300px; }
.HMgallery-card-tall { height: 380px; }
.HMgallery-card-long-tall { height: 680px; }
.HMgallery-img { transition: transform 0.5s ease; }
.HMgallery-img:hover { transform: scale(1.03); }


/* TESTIMONIALS */
.testi-wrapper { 
    padding-left: 60px; 
    padding-right: 60px; 
}
.testi-avatar-box { 
    width: 85px; 
    height: 85px; 
    border-radius: 50%; 
    overflow: hidden; 
}
.testi-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
.testi-name { 
    color: #212529; 
    font-size: 1.05rem; 
}
.testi-source { 
    color: #555555 !important; 
    font-size: 0.8rem; 
}
.testi-text { 
    color: #000000; 
    font-size: 0.85rem; 
    line-height: 1.65; 
    text-align: justify; 
}
.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 1px solid #98060d !important;
    color: #98060d !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: all 0.3s ease;
}
.testi-arrow:hover { 
    background-color: #98060d !important; 
    color: #ffffff !important; 
}
.arrow-left { left: -10px; }
.arrow-right { right: -10px; }



/* FOOTER */
.footer-header-row, .footer-bottom-row {
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.footer-title {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.footer-links a {
    opacity: 0.8;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
}
.footer-links a:hover {opacity: 1;}
.footer-desc {opacity: 0.9;}
.footer-highlight {
    font-size: 1rem;
    letter-spacing: 0.3px;
}
.footer-socials a {
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: inline-block;
}
.footer-socials a:hover {
    opacity: 1;
    transform: translateY(-2px);
}
.footer-copy {
    font-size: 0.75rem;
    letter-spacing: 0.2px;
}
.footer-divider{
    border-top: 1px solid #ffffff !important; 
    opacity: 1 !important; 
    width: 88% !important; 
    margin-left: auto !important; 
    margin-right: auto !important;
}


/* PAGE MENU */
.btn-menu-tab {
    font-family: 'Poppins', sans-serif;
    color: #ffffff !important;
    background: transparent;
    border: 1px solid #de9d00 !important;
    border-radius: 50px !important;
    padding: 10px 40px !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;

}
.btn-menu-tab.active, .btn-menu-tab:hover, .btn-mustard-download:hover {
    background-color: #de9d00 !important; 
    border-color: #de9d00 !important;
    transform: scale(1.03);
}
.menu-item {margin-bottom: 1.8rem;}
.menu-item h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.menu-item span {font-size: 1.3rem;}
.menu-item p {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: lighter;
}
.menu-dot-line {width: 100%; border-bottom: 1.5px dashed rgba(255, 255, 255, 0.8) !important; display: block;}
.btn-mustard-download {
    background-color: #de9d00 !important;
    border: none;
    transition: background-color 0.2s ease, transform 0.2s ease;
}
.strip-available{border-top: 1px solid rgba(234, 179, 8, 0.4); height: 1px;}
.box-available{
    font-size: 12px; 
    letter-spacing: 1px; 
    border: 1px solid rgba(234, 179, 8, 0.5); 
    background-color: transparent; 
    padding: 12px 22px;
    font-weight: 600;
    margin-left: -1px; 
    border-radius: 3px;
}


/* PAGE Bookings */
.booking-text{
    font-size: 13px; 
    color: #2e2e2e;
}
.custom-enquiry-input {
    background-color: #98060d !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 0.6rem 0.75rem;
}
.custom-enquiry-input:focus {
    background-color: #98060d !important;
    box-shadow: 0 0 0 0.25rem rgba(128, 0, 32, 0.25) !important;
}
.btn-maroon-submit {
    background-color: #98060d !important;
    border: none;
    transition: background-color 0.2s ease;
}
.btn-maroon-submit:hover {
    background-color: #98060d !important;
    color: #ffffff !important;
}
.custom-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.custom-popup-box {
    max-width: 580px;
    width: 90%;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
}


/* PAGE Contact US */
.custom-contact-input {
    background-color: #98060d !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 0.8rem 1rem;
}
.custom-contact-input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 14px;
}
.custom-contact-input:focus {
    background-color: #98060d !important;
    box-shadow: 0 0 0 0.25rem rgba(144, 10, 20, 0.2) !important;
}
.social-icon {
    width: 38px;
    height: 38px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #98060d;
    border: 1px solid #98060d;
    border-radius: 50%;
}
.social-icon i {font-size: 18px;}
.contact-form-wrapper { padding-top: 40px;}
.map-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.map-container iframe {
    width: 100%;
    height: 100%;
}


/* CATERING PAGE */
.catering-menu-section .ratio img {
    height: 100%;
    width: 100%;
}
.opacity-90 {opacity: 0.9;}
.catering-navigation-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}
.catering-navigation-slider::-webkit-scrollbar {display: none;}
.catering-navigation-slider:active {cursor: grabbing;}
.catering-navigation-item {width: calc((100% - 3rem) / 3);}


/* ALL PAGE di WhatsOn */
img.news-img{
    height: 430px;
    object-fit: cover;
}
.min-vh-40 {
    min-height: 350px;
}
.object-fit-cover {
    object-fit: cover;
}
.pagination .page-link{
    width:25px;
    height:25px;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50% !important;
    font-size:14px;
    color:#a30000;
    border:1px solid #a30000;
}
.pagination .page-item.active .page-link{
    background:#a30000;
    border-color:#a30000;
    color:#fff;
}
/* promotion */
.text-gold {color: #e5a000 !important;}
.btn-promo-gold {
    background-color: #e5a000 !important;
    border-color: #e5a000 !important;
    color: #fff !important;
}
.btn-promo-gold:hover {
    background-color: #cc8e00 !important;
    border-color: #cc8e00 !important;
    color: #fff !important;
}
.btn-outline-promo-gold {
    background-color: transparent !important;
    border: 1px solid #e5a000 !important;
    color: #ffffff !important;
}
.btn-outline-promo-gold:hover {background-color: #e5a000 !important;}
.max-w-card {max-width: 1000px;}
.divider-slanted {position: relative;}
.divider-slanted::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 0.5px;
    height: 80%;
    background-color: rgba(255, 255, 255, 1);
    transform: rotate(15deg);
}

.community-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
}
.community-slider::-webkit-scrollbar {display: none;}
.community-slider:active {cursor: grabbing;}
.community-item {
    width: calc((100% - 3rem) / 3);
    flex-shrink: 0;
}




@media (max-width: 767.98px) {
    .HMmenu-responsive-padding { padding-left: 15px !important; padding-right: 15px !important; }
    .footer-header-row, .footer-bottom-row { padding-left: 5px !important; padding-right: 5px !important; }
    .HMgallery-header-row { padding-left: 20px !important; padding-right: 20px !important; }
    .HMgallery-card-long, .HMgallery-card-tall, .HMgallery-card-square { height: 250px; }

    .about-desc {font-size: 0.70rem !important; line-height: 1.5;}

    .menu-item h4 {
    font-size: 1rem;
    letter-spacing: 1px;
}

    .mob-gap {gap: 8px !important; }
    .m-nav-item {
        width: calc(50% - 4px); 
        white-space: nowrap !important; 
        font-size: 0.85rem !important; 
        padding: 8px 4px !important; 
    }

    .divider-slanted::after {
        display: none !important;
    }
    
     .catering-navigation-slider {
        gap: 0 !important;
        width: 100% !important;
    }

    .catering-navigation-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        padding: 0 7.5px;
    }

    .bg-maroon { display: flow-root;}
    
    .community-item {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
    
}

#floatWA {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    background-color: #25D366;
    border-radius: 50%;
    /*box-shadow: 1px -1px 49px -8px rgba(0,0,0,1);*/
    padding: 3px 12px;
    margin-top: 62px;
}

/* Utilities */
.min-vh-50 { min-height: 50vh; }
@media (min-width: 992px) {
    .min-vh-lg-100 { min-height: 100vh; }
}

@media (max-width: 991.98px) {
    .navbar {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
     .navbar-nav .nav-link {
        font-size: 13px !important; 
        padding-left: 8px !important;
        padding-right: 8px !important; 
    }
    .navbar-brand {
        margin-right: auto !important;
        position: relative !important;
    }
    .navbar-toggler {
        order: 2; 
    }
    .navbar-collapse {
        flex-basis: 100%;
        order: 3; 
    }
    .HMgallery-card-long, .HMgallery-card-tall, .HMgallery-card-square { height: 300px; }
    .nav-item { margin-left: 0; width: 100%; text-align: center; }
    .navbar-dark .navbar-nav .nav-link { height: auto !important; padding: 12px 0 !important; }
    .navbar-dark .navbar-nav .nav-link:hover, 
    .navbar-dark .navbar-nav .nav-link.active { border: none !important; color: #ffffff !important; }

    .menu-img-box {
        height: 500px !important;
    }

    .menu-navigation .mob-gap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 10px !important;
        width: 100%;
    }

    .btn-menu-tab {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        min-height: 44px;
        padding: 9px 8px !important;
        font-size: 0.78rem;
        line-height: 1.2;
        white-space: normal !important; 
        display: inline-flex;
        align-items: center;
        justify-content: center;

        text-align: center;
        box-sizing: border-box;
    }

    .dropdown-hover > .nav-link.dropdown-toggle::after {
        border-top-width: 8px; 
        border-right-width: 7px; 
        border-left-width: 7px; 
        margin-left: 10px; 
        vertical-align: middle;   
    }

    .catering-navigation-item {width: calc((100% - 1.5rem) / 2);}
    .community-item {width: calc((100% - 1.5rem) / 2);}

}

@media (max-width: 991px) {
    .dropdown-menu {
        background-color: rgba(0, 0, 0, 0.2);
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .custom-container { max-width: 1000px !important; }
    .menu-container { max-width: 1200px !important; }

}

@media (min-width: 1920px) {
    .custom-container { max-width: 1500px !important; }
    .menu-container { max-width: 1800px !important; }
    .nav-item { margin-left: 55px !important; }
    .navbar-brand { 
        height: 110px !important; 
        width: auto !important; }
    .navbar-brand img { 
        height: 100px !important; 
        width: auto !important; 
        object-fit: contain !important; }
    .navbar-dark .navbar-nav .nav-link { 
        font-size: 18px !important; 
        letter-spacing: 1px !important; 
        padding: 15px 0 !important; }
    .navbar .btn-ginger-gold { 
        font-size: 1.1rem !important; 
        padding: 14px 32px !important; }
    .navbar-nav.mx-auto { margin-right: 100px !important; }

    #homepage { min-height: 80vh !important; padding-top: 100px !important; }
    #homepage h1 { font-size: 4.5rem !important; line-height: 1.2 !important; }
    #homepage .lead { font-size: 1.25rem !important; max-width: 750px !important; }
    .btn-ginger-maroon { font-size: 1rem !important; padding: 15px 40px !important; }
    #about-section h2 { font-size: 3rem !important; }
    #about-section p { font-size: 1.15rem !important; }
    .HMmenu-title { font-size: 3.8rem !important; line-height: 1.25 !important; }
    .HMmenu-text-p { font-size: 1.3rem !important; line-height: 1.7 !important; }
    .HMmenu-btn { font-size: 1rem !important; padding: 12px 35px !important; }
    .HMmenu-card { height: 600px; }
    .HMmenu-card h3 { font-size: 1.75rem !important; }
    .HMmenu-link { font-size: 0.95rem !important; }
    .HMgallery-title { font-size: 4rem !important; }
    .HMgallery-card-long, .HMgallery-card-tall { height: 500px; }
    .HMgallery-card-square { height: 400px; }
    .HMgallery-card-long-tall { height: 900px; }

    .about-text-content {max-width: 600px !important; }
    .bg-offwhite .img-chef {min-height: 800px !important;}
    .ttd-chef{height: 100px !important;}
    .about-text-content h2 {
        font-size: 3.5rem !important; 
        line-height: 1.2 !important; 
        margin-bottom: 2rem !important;}
    .about-text-content p {
        font-size: 1.25rem !important; 
        line-height: 1.8 !important; 
        margin-bottom: 1.5rem !important;}
    .about-text-content .font-cormorant.fw-bold {
        font-size: 2rem !important; }
    .story-about {
        padding: 100px 0 !important;
        background-size: cover !important;
        background-position: center !important;
    }
    .backstory-text-content h2 {font-size: 3.8rem !important;}
    .backstory-text-content p {
        font-size: 1.3rem !important;
        line-height: 1.8 !important;
        max-width: 650px !important;}


    .btn-menu-tab {
        font-size: 1.3rem !important;   
        padding: 16px 65px !important; 
    }
    .menu-list-wrapper {max-width: 750px !important;}
    .menu-item h4 {font-size: 1.8rem !important;}
    .menu-item span {font-size: 1.9rem !important;}
    .menu-item p { font-size: 1.15rem !important;}
    .menu-dot-line {margin-bottom: 7px !important;}


    .testi-text { font-size: 1.15rem !important; }
    .testi-name { font-size: 1.4rem !important; }
    .testi-avatar-box { width: 110px; height: 110px; }

    .footer-title { font-size: 1.5rem !important; }
    .footer-links a, .footer-desc, .footer-highlight { font-size: 1rem !important; }
    .footer-header-row, .footer-bottom-row { 
        padding-left: 1px !important; 
        padding-right: 1px !important; }
    .footer-divider { width: 98% !important; }

}