/* ========================= 
    RESPONSIVE DESIGN
========================== */
@media (max-width: 3500px)
{
    .banquet-hero{padding: 150px 0;}
}
@media (max-width: 1366px)
{
    .hpWebheader .container{max-width: 100vw;}
    .nav-link {margin: 0 7px;}
    .banquet-hero{padding: 10px 0;}

}

@media (max-width: 1271px)
{
    .nav-link{margin: 0 5px;}
    .logo-img{width: 170px;}
}

@media (max-width: 1200px)
{    
    .logo-img{width: 110px;}
    .stat-card{flex: 0 1 80px;}
    #navbar_top .container{display: flex;align-items: baseline;}
    .sticky .logo-img{width: 120px;}
}

@media (max-width: 1200px)
{
    .nav-link{margin: 0px;}
}

/* ===== Desktop (1200px+) ===== */
@media (min-width: 1200px) {
    .hero-section .hpcontent {
        padding: 20rem 0 4rem;
    }

    .hp-webheader {
        gap: 20px;
    }
}

/* ===== Large Desktop (992px - 1199px) ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .title-header .titleheading {
        font-size: 2.5rem;
    }

    .hero-title {
        font-size: 3.5rem;
    }

    .hp-webheader {
        gap: 15px;
    }

    .menu-item img {
        width: 120px;
        height: 120px;
    }
}

/* ===== Tablets (768px - 991px) ===== */
@media (max-width: 991px) {

    /* Navigation */
    .hp-webheader {
        flex-wrap: wrap;
        gap: 15px;
    }

    .hp-logo {
        margin-bottom: -80px;
        order: 2;
    }
    .hero-section{margin-top: -20px;}
    .bg-light{background-color: #fff!important;}    
    .collapse.navbar-collapse{margin-top: 0px;}
    .navbar-toggler{position: absolute;top: 10px;right: 10px;}
    .navbar.navbar-expand-lg .container{display: flex;flex-wrap: wrap;}
    .navbar.navbar-expand-lg .container div:nth-child(1){order:2}
    .navbar.navbar-expand-lg .container div:nth-child(2){order:1}
    .navbar.navbar-expand-lg .container div:nth-child(3){order:3}
    .navbar-nav.mr-auto{flex-direction: column-reverse;padding-top: 20px;}
    .navbar-nav .nav-link{border-bottom: 1px solid #ccc;padding-left: 25px !important;}
    .sticky .logo-img{margin-bottom: 0px;}
    .pad-991{padding: 40px;}
    .part-service-box{text-align: center;}
    .cake-img{top: -100px;}
    .image-circle{width: 100%;margin-bottom: 50px;text-align: center;}
    .chaf-section::before{background-size: 150px;}
    .restaurant-section{margin-top: 0px;}
    .image-circle img{height: 300px;width: auto;}
    .gallery-item{margin-bottom: 20px;}
    .franchise-section img{margin-top: 30px;}    
    .inquiry-popup .modal{top: 0;}
    .reverse{flex-direction: column-reverse;}
    #restaurant-carousel, #mezzanine-carousel{margin-bottom: 20px;}

    .hp-leftmenu,
    .hp-rightmenu {
        order: 1;
        width: 100%;
    }

    .hp-leftmenu ul,
    .hp-rightmenu ul {
        justify-content: center;
        gap: 5px;
        flex-wrap: wrap;
    }

    .hp-webheader ul li a.hplink {
        font-size: 14px;
    }

    .hp-bookbtn {
        order: 3;
        width: 100%;
        text-align: center;
        margin-top: 1rem;
    }

    /* Hero */
    .hero-section .hpcontent {
        padding: 15rem 0 2rem;
    }

    .hero-title {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    /* Experiences Section */
    .venue-container {
        gap: 8px;
    }

    .venue-card {
        height: 300px;
    }

    .venue-card.active {
        height: 350px;
    }

    .venue-card.active .venue-content {
        padding: 15px;
    }

    .venue-label {
        font-size: 35px;
    }

    .venue-card h3.title {
        font-size: 35px;
    }

    /* Title Header */
    .title-header .titleheading {
        font-size: 2rem;
    }

    .title-header .para {
        font-size: 1rem;
    }

    /* About Section */
    .hpaboutname {
        font-size: 50px;
        letter-spacing: 10px;
    }

    .hpboldtext {
        font-size: 1.5rem;
    }

    .hpchefimg {
        padding-left: 0;
        margin-top: 2rem;
    }

    /* Services Section */
    .services-section .hpinnercontent {
        width: 40%;
        left: 0;
        transform: translate(10%, -50%);
    }

    .services-section .hpleftimg::before {
        min-height: 350px;
    }

    /* Menu Section */
    .menu-item {
        flex-direction: column;
        text-align: center;
        border-left: none;
        border-top: 4px solid var(--primary);
        padding-top: 1rem;
    }

    .menu-item img {
        width: 140px;
        height: 140px;
        margin-bottom: 1rem;
        margin-left: 0;
    }

    .ms-3 {
        margin-left: 0 !important;
    }

    /* CTA Section */
    .cta-section {
        padding-block: 3rem;
    }

    .cta-section .hptitle {
        font-size: 2.5rem;
    }

    .cta-section .hpmediumtitle {
        font-size: 1.3rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
    }

    .gallery-hero .hero-title {
        font-size: 2.5rem;
    }

    .gallery-hero .hero-subtitle {
        font-size: 1.1rem;
    }

    .gallery-filters {
        gap: 0.75rem;
    }

    .filter-btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }
    .banquet-hero {
        padding: 5rem 2rem;
        min-height: 300px;
    }

    .banquet-hero .hero-title {
        font-size: 2.5rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 1.2rem;
    }

    .stats-container {
        gap: 2rem;
    }

    .stat-circle {
        width: 200px;
        height: 200px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .banquet-gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .gallery-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 2rem;
    }

    .bakery-cafe, .about-section, .testimonials-section {padding: 40px 0;}
    .testimonials-section{margin: 40px 0;}
    .testi-box{padding: 20px;}
    .about-time-section{margin: 20px 0;}
    .logo-img{width: 110px;margin-bottom: -35px}
    .sticky .logo-img{width: 80px;margin-bottom: -15px}
    .hpbtngrp a + a{margin-left: 0px;}
    .image-circle img{margin-left: 0px;margin-bottom: -20px;}
    .inquiry-popup .modal-header,.inquiry-popup .modal-body{padding: 10px;}
    .inquiry-popup .modal-title{line-height: normal;}
    .inquiry-popup label{margin-bottom: 0px;}
    .inquiry-popup input{font-size: 14px;}
    .zigzg-box img{width: 100%;}
    .zigzg-box h3{margin-top: 10px;}

     /* Experiences */
    .venue-container {
        flex-direction: column;
        gap: 10px;
    }
    .venue-card {
        height: 250px !important;
        flex: unset !important;
        width: 100%;
    }
    .venue-label {
        writing-mode: horizontal-tb;
        font-size: 1.5rem;
    }
    .venue-card h3.title {
        font-size: 1.5rem;
    }
    .venue-label{transform: rotate(0deg);margin: 20px;}
    .venue-label{margin: 0px;padding: 20px;}
}

/* ===== Small Tablets (640px - 767px) ===== */
@media (min-width: 640px) and (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    /* Navigation */
    .hp-leftmenu ul,
    .hp-rightmenu ul {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }

    .hp-webheader ul li a.hplink {
        font-size: 12px;
    }

    /* Hero */
    .hero-section .hpcontent {
        padding: 10rem 0 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    
    /* Title Header */
    .title-header .titleheading {
        font-size: 1.8rem;
    }

    .title-header .para {
        font-size: 0.9rem;
    }

    /* About Section */
    .hpaboutname {
        font-size: 2rem;
        letter-spacing: 5px;
    }

    /* Services */
    .services-section .hpinnercontent {
        width: 50%;
        transform: translate(5%, -50%);
    }

    .services-section .hpleftimg::before {
        min-height: 280px;
    }

    .service-icon {
        font-size: 2rem;
    }

    /* Menu */
    .menu-item img {
        width: 100px;
        height: 100px;
    }

    /* CTA */
    .cta-section {
        padding-block: 2rem;
    }

    .cta-section .hptitle {
        font-size: 2rem;
    }

    .cta-section .hpmediumtitle {
        font-size: 1rem;
    }

    /* Awards */
    .awards-section .col-md-3 {
        flex: 0 0 50%;
    }

    /* Footer */
    .footer-section {
        padding-block: 6rem 1rem 0 1rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .gallery-hero {
        padding: 4rem 0;
        min-height: 250px;
    }

    .gallery-hero .hero-title {
        font-size: 2rem;
    }

    .gallery-hero .hero-subtitle {
        font-size: 1rem;
    }

    .gallery-filters {
        gap: 0.5rem;
    }

    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.85rem;
    }

    .gallery-caption {
        padding: 1rem;
    }

    .gallery-caption h5 {
        font-size: 1rem;
    }

    .gallery-caption p {
        font-size: 0.8rem;
    }

    .overlay-content i {
        font-size: 2rem;
    }
    banquet-hero {
        padding: 3rem 1.5rem;
        min-height: 250px;
    }

    .banquet-hero .hero-title {
        font-size: 2rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 1rem;
    }

    .hero-buttons {
        gap: 1rem;
    }

    .stats-container {
        gap: 1.5rem;
    }

    .stat-circle {
        width: 180px;
        height: 180px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    .banquet-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
    .banquet-hero {
        padding: 3rem 1.5rem;
        min-height: 250px;
    }

    .banquet-hero .hero-title {
        font-size: 2rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 1rem;
    }

    .hero-buttons {
        gap: 1rem;
    }

    .stats-container {
        gap: 1.5rem;
    }

    .stat-circle {
        width: 180px;
        height: 180px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 1rem;
    }

    .banquet-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 60px;
        height: 60px;
    }

    .feature-icon i {
        font-size: 1.5rem;
    }

    .section-title {
        font-size: 1.8rem;
    }
}


@media (max-width: 767px) {
    .gallery-flex{flex-wrap: wrap;}
    .gallery-flex .mmt-1{margin-top: 10px;}
    .gallery-flex .mmt-2{margin-top: 10px;}
    .gallery-flex .mmt-3{margin-top: 10px;}
    .gallery-flex .mmt-4{margin-top: 10px;}
    .gallery-flex .mmt-5{margin-top: 10px;}
    .gallery-flex .mmt-6{margin-top: 10px;}
    .gallery-flex .mmt-7{margin-top: 10px;}
    .gallery-flex .mmt-8{margin-top: 10px;}
    .stats-container{justify-content: center;}
    .feature-box .feature-icon{min-width: 50px;}
    .chaf-section::before{bottom: -150px;}    
    
}

/* ===== Mobile Phones (480px - 639px) ===== */
@media (max-width: 639px) {
    .container {
        padding: 0 12px;
    }

    /* Navigation */
    .hpWebheader {
        /* position: relative; */
        margin-bottom: 0;
    }

    .hp-webheader {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-bottom: 1rem;
    }

    .hp-logo {
        margin-bottom: 0;
        order: -1;
    }

    .hp-leftmenu,
    .hp-rightmenu {
        order: unset;
        width: 100%;
    }

    .hp-leftmenu ul,
    .hp-rightmenu ul {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .hp-webheader ul li a.hplink {
        font-size: 11px;
        display: block;
        padding: 5px 0;
    }

    .hp-bookbtn {
        width: 100%;
        text-align: center;
        margin-top: 1rem;
        font-size: 0.85rem;
    }

    .hpbooklink,
    .pipe {
        font-size: 0.85rem;
    }

    /* Hero */
    .hero-section .hpcontent {
        padding: 8rem 0 1.5rem;
    }

    .hero-title {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .hero-subtitle {
        font-size: 0.85rem;
        margin-bottom: 1.5rem;
    }

    .button-group {
        flex-direction: column;
    }

    .button-group a {
        width: 100%;
    }

    /* Experiences Section */
    .experiences-section {
        margin-top: 0;
        padding-top: 2rem;
    }

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

    .venue-card {
        height: 200px !important;
        flex: unset !important;
        width: 100%;
    }

    .venue-card.active {
        height: 250px !important;
    }

    .venue-label {
        writing-mode: horizontal-tb;
        font-size: 1.2rem;
    }

    .venue-card h3.title {
        font-size: 1.2rem;
    }

    .venue-content p {
        font-size: 0.85rem;
    }

    /* Title Header */
    .title-header .titleheading {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .title-header .para {
        font-size: 0.85rem;
    }

    /* About Section */
    .hpaboutwrap {
        padding-top: 0;
    }

    .hpaboutname {
        font-size: 1.5rem;
        letter-spacing: 3px;
        margin-bottom: 1rem;
    }

    .hpaboutname sup {
        font-size: 8px;
        top: -2em;
    }

    .hpboldtext {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .hpboldtext+p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .hpbtngrp {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hpbtngrp a {
        flex: 1;
        min-width: 120px;
        text-align: center;
    }

    .hpchefimg {
        max-width: 200px;
        margin: 1.5rem auto 0;
    }

    /* Services Section */
    .services-section .hpinnercontent {
        width: 70%;
        transform: translate(0%, -50%);
        left: 50%;
        z-index: 0;
    }

    .services-section .hpleftimg::before {
        min-height: 250px;
        transform: translate(-50%, 0%);
    }

    .services-section .hpheadtitle {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .services-section .col-md-3 {
        flex: 0 0 50%;
    }

    .service-icon {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .hpiconbox h5.hptitle {
        font-size: 0.75rem;
    }

    /* Menu Section */
    .menu-section {
        padding: 2rem 0;
    }

    .menu-item {
        flex-direction: column;
        text-align: center;
        border: none;
        border-top: 3px solid var(--primary);
        padding-top: 1rem;
        margin-block: 1rem;
    }

    .menu-item img {
        width: 100%;
        max-width: 100px;
        height: auto;
        margin-bottom: 0.5rem;
        border-radius: 15px;
    }

    .menu-item .ms-3 {
        margin-left: 0 !important;
    }

    .menu-item h5,
    .menu-item p {
        font-size: 0.85rem;
    }

    /* CTA Section */
    .cta-section {
        padding-block: 2rem;
    }

    .cta-section .hptitle {
        font-size: 1.3rem;
        margin-block: 0.5rem;
    }

    .cta-section .hpmediumtitle {
        font-size: 0.9rem;
        margin-block: 0.75rem;
    }

    .cta-icon {
        max-width: 50px;
        margin-bottom: 1rem;
    }

    /* Mobile App Section */
    .mobileapp-section {
        padding-block: 2rem;
    }

    .mobileapp-section .hpwrapper {
        padding-block: 2rem;
        background-attachment: scroll;
    }

    .mobileapp-section .hpleftside {
        position: relative;
        left: auto;
        top: auto;
        margin-bottom: 1.5rem;
    }

    .mobileapp-section .hpleftside img {
        max-width: 120px;
        margin: 0 auto;
        display: block;
    }

    .hpappstore {
        gap: 1rem;
        justify-content: center;
    }

    .hpappstore a img {
        max-width: 120px;
    }

    /* Awards */
    .awards-section {
        padding: 2rem 0 8rem;
    }

    .awards-section .col-md-3 {
        flex: 0 0 100%;
        margin-bottom: 1rem;
    }

    .awards-section .hpcerti {
        height: auto;
        /* max-height: 200px; */
    }

    .awards-section .hpcertiname {
        font-size: 0.75rem;
        bottom: 5px;
        padding: 3px 5px;
    }

    .awards-section .footer-logo {
        max-width: 170px;
    }

    /* Footer */
    .footer-section {
        padding-block: 2rem 1rem;
    }

    .footer-section h4 {
        font-size: 1rem;
    }

    .footer-section h6 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .footer-section p {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .map-container {
        height: 200px;
    }

    .map-container iframe {
        height: 200px;
    }

    .hpcopyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .hpcopyright p {
        font-size: 0.75rem;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .gallery-hero {
        padding: 3rem 0;
        min-height: 200px;
    }

    .gallery-hero .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .gallery-hero .hero-subtitle {
        font-size: 0.9rem;
    }

    .gallery-section {
        padding: 2rem 0;
    }

    .gallery-header {
        margin-bottom: 2rem;
    }

    .titleheading {
        font-size: 1.5rem;
    }

    .gallery-filters {
        gap: 0.4rem;
        margin-top: 1rem;
    }

    .filter-btn {
        padding: 0.4rem 0.85rem;
        font-size: 0.75rem;
        border-width: 1.5px;
    }

    .gallery-caption {
        padding: 0.75rem;
    }

    .gallery-caption h5 {
        font-size: 0.9rem;
        margin-bottom: 0.3rem;
    }

    .gallery-caption p {
        font-size: 0.75rem;
    }

    .overlay-content i {
        font-size: 1.5rem;
    }
    .banquet-hero {
        padding: 2.5rem 1rem;
        min-height: 200px;
    }

    .banquet-hero .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .hero-buttons {
        gap: 0.75rem;
    }

    .hero-buttons a {
        font-size: 0.9rem;
        padding: 0.6rem 1.2rem;
    }

    .banquet-about {
        padding: 2rem 0;
    }

    .about-header {
        margin-bottom: 2rem;
    }

    .section-subtitle {
        font-size: 0.85rem;
    }

    .section-title {
        font-size: 1.4rem;
        margin-bottom: 0.75rem;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .stats-container {
        gap: 1rem;
        margin-top: 2rem;        
    }

    .stat-circle {
        width: 150px;
        height: 150px;
    }

    .stat-number {
        font-size: 1.5rem;
    }

    .stat-label {
        font-size: 0.85rem;
    }

    .banquet-gallery {
        padding: 2rem 0;
    }

    .banquet-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .overlay-content i {
        font-size: 1.5rem;
    }

    .banquet-features {
        padding: 2rem 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .feature-card {
        padding: 1.25rem;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 1rem;
    }

    .feature-icon i {
        font-size: 1.3rem;
    }

    .feature-title {
        font-size: 1.1rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }
    .d-flex.gap-3 .btn-outline.ml-3{margin-left: 0px!important;margin-top: 10px;}
}

@media screen and (max-width: 575px)
{
    .gallery-flex img{max-width: 150px;}    
    .feature-box{padding: 25px 0;}
    .feature-box .feature-icon {margin: 0px 20px 0px 0px;}    
    .justy{text-align: justify;}
    .inquiry-popup .modal-content{width: 90%;margin: 20px auto 0 auto;}
}

/* ===== Extra Small Phones (Up to 480px) ===== */
@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .gallery-flex img{max-width: 100px;}

    /* Navigation */
    .hp-webheader ul li a.hplink {
        font-size: 10px;
        padding: 3px 5px;
    }

    .hp-bookbtn {
        font-size: 0.75rem;
        padding: 5px 10px;
    }

    .hpbooklink,
    .pipe {
        font-size: 0.75rem;
    }

    /* Hero */
    .hero-section .hpcontent {
        padding: 12rem 0 1rem;
    }

    .hero-title {
        font-size: 1.2rem;
        line-height: 1.1;
        margin-bottom: 0.5rem;
    }

    .hero-subtitle {
        font-size: 0.75rem;
        margin-bottom: 1rem;
    }

    .btn-fill,.btn-fill-white,
    .btn-outline {
        padding: 5px 15px;
        font-size: 0.75rem;
        margin:0;
    }

    /* Experiences */
    .venue-card {
        height: 180px !important;
    }

    .venue-card.active {
        height: 220px !important;
    }

    .venue-label,
    .venue-card h3.title {
        font-size: 1rem;
        margin-top: 12rem;
    }

    /* Titles */
    .title-header .titleheading {
        font-size: 1.3rem;
        letter-spacing: 1px;
    }

    .title-header .para {
        font-size: 0.8rem;
        line-height: 1.4;
    }

    /* About */
    .hpaboutname {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .hpboldtext {
        font-size: 1rem;
    }

    /* Services */
    .services-section .col-md-3 {
        flex: 0 0 100%;
        margin-bottom: 0.75rem;
    }

    .hpicon {
        max-width: 40px;
    }

    /* Menu */
    .menu-item {
        margin-block: 0.75rem;
    }

    .menu-item img {
        max-width: 80px;
    }

    /* CTA */
    .cta-section .hptitle {
        font-size: 1.1rem;
    }

    .cta-section .hpmediumtitle {
        font-size: 0.8rem;
    }

    /* Awards */
    .awards-section {
        padding: 1.5rem 0 6rem;
    }

    /* Footer */
    .footer-section {
        padding-block: 1.5rem 0.75rem;
    }

    .footer-section h4 {
        font-size: 0.9rem;
    }

    .hpcopyright {
        border-top: 1px solid #ba954f;
        margin-top: 1rem;
        padding-top: 1rem;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .gallery-hero {
        padding: 2rem 0;
        min-height: 180px;
    }

    .gallery-hero .hero-title {
        font-size: 1.3rem;
        margin-bottom: 0.3rem;
    }

    .gallery-hero .hero-subtitle {
        font-size: 0.85rem;
    }

    .gallery-filters {
        gap: 0.3rem;
    }

    .filter-btn {
        padding: 0.35rem 0.75rem;
        font-size: 0.7rem;
    }

    .gallery-caption {
        padding: 0.6rem;
    }

    .gallery-caption h5 {
        font-size: 0.85rem;
    }

    .gallery-caption p {
        font-size: 0.7rem;
    }

    .overlay-content i {
        font-size: 1.3rem;
    }
    .banquet-hero {
        padding: 2rem 0.75rem;
        min-height: 180px;
    }

    .banquet-hero .hero-title {
        font-size: 1.3rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 0.8rem;
    }

    .stats-container {
        gap: 0.75rem;
    }

    .stat-circle {
        width: 130px;
        height: 130px;
    }

    .stat-number {
        font-size: 1.3rem;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .banquet-gallery-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card {
        padding: 1rem;
    }

    .feature-title {
        font-size: 1rem;
    }
    .awards-section .footer-logo{max-width: 120px;}
}

@media (max-width: 411px) {
    .chaf-section::before {
        background-size: 120px;
        bottom: -120px;
    }
}

/* ===== Landscape Mode ===== */
@media (orientation: landscape) and (max-height: 600px) {
    /* .hero-section .hpcontent {
        padding: 6rem 0 1rem;
    } */

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .gallery-hero {
        padding: 2rem 0;
        min-height: 150px;
    }

    .gallery-hero .hero-title {
        font-size: 1.3rem;
    }

    .gallery-hero .hero-subtitle {
        font-size: 0.8rem;
    }
    .banquet-hero {
        padding: 2rem 1rem;
        min-height: 120px;
    }

    .banquet-hero .hero-title {
        font-size: 2rem;
    }

    .banquet-hero .hero-subtitle {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
    }
}

/* ===== Print Styles ===== */
@media print {

    .hpWebheader,
    .footer-section,
    .btn-fill,.btn-fill-white,
    .btn-outline {
        display: none;
    }
}