@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

/* Skip to main content link for accessibility */
.skip-to-main {
    position: absolute;
    top: -40px;
    left: 0;
    background: #c75c18;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 10000;
    font-weight: 600;
    border-radius: 0 0 4px 0;
}

.skip-to-main:focus {
    top: 0;
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* Screen reader only class for accessibility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: inherit;
    margin: inherit;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

/* Focus styles for accessibility */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #c75c18;
    outline-offset: 2px;
}
.container-fluid {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding: 0;
}
/*top header start here*/
.top-header {
    background: #c75c18;
    padding: 10px 10px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
.top-header-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.top-header-left {
    width: 60%;
}
.top-header-right {
    width: 40%;
    text-align: end;
}
.top-header-info-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-self: center;
}
.header-address {
    display: flex;
    width: 38%;
    align-items: center;
}
.header-icon i {
    margin-right: 4px;
    font-size: 14px;
    vertical-align: middle;
    margin-bottom: 1px;
    color: #fff;
    padding-right: 5px;
}
.header-address-info a {
    letter-spacing: 0.7px;
    font-size: 12px;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
}
.header-address.header-number {
    width: 16%;
}
.header-address.header-mail {
    width: 26%;
}
.top-header-social a i {
    font-size: 16px;
    color: #fff;
    padding: 0px 8px;
}

/* menu popup start here */

.pdf-popup-overlay {
    position: fixed !important;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
}

.pdf-popup-box {
    width: 95%;
    max-width: 900px;
    height: 90vh;
    background: white;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.pdf-popup-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-close-btn {
    position: absolute;
    top: -14px;
    right: 12px;
    font-size: 32px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}


/* menu popup end here */
/*main header start here*/
.main-header-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 97px;
    position: relative;
}
nav { float: left; width: 0; height: 0;}
.nav-data {
    position: absolute;
    width: 400px;
    margin: -60px 0 0 -65px;
    padding: 125px 10px 40px;
    background: #000;
    list-style-type: none;
    height: 100vh;
    box-shadow: 0 0 24px rgb(10 10 20 / 24%);
}
.nav-data li { padding: 10px 25px; font-size: 16px;}
.nav-data li a { padding: 0;} /* padding: 25px 50px */
.nav-data .separator { 
	padding: 0;
	border-bottom: 3px solid #e6e7ea; 
	cursor: default; 
	margin: 6px 0;
}
#clickNav {
    display: block;
    position: relative;
    top: -10px;
    left: 50px;
    z-index: 1;
}
#clickNav input { display: block; width: 40px; height: 32px; position: absolute; top: -7px; left: -5px; cursor: pointer; opacity: 0; z-index: 9999; -webkit-touch-callout: none;}
#clickNav input:checked ~ ul { -webkit-transform: none; transform: none;}

#clickNav span { 
	display: block; 
	width: 33px; 
	height: 4px; 
	margin-bottom: 5px; 
	position: relative; 
	background: #fff; 
	border-radius: 3px; 
	z-index: 1;
}
#clickNav span {
-webkit-transform-origin: 4px 0px;
transform-origin: 4px 0px;
transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), 
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
opacity 0.55s ease,
-webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#clickNav span:first-child { 
	-webkit-transform-origin: 0% 0%; 
	transform-origin: 0% 0%;
}
#clickNav span:nth-last-child(2) { 
	-webkit-transform-origin: 0% 100%; 
	transform-origin: 0% 100%;
}

#clickNav input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}

#clickNav input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	-webkit-transform: rotate(0deg) scale(0.2, 0.2);
	transform: rotate(0deg) scale(0.2, 0.2);
}

#clickNav input:checked ~ span:nth-last-child(2) {
	-webkit-transform: rotate(-45deg) translate(0, -1px);
	transform: rotate(-45deg) translate(0, -1px);
}

.nav-data {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
.top-header-social.sidebar-social a {
    text-decoration: none;
}
.top-header-social a {
    text-decoration: none;
}
header {
    background: #000;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease, position 0s;
}

header.sticky {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.main-logo-inner img {
    width: 180px;
    height: 50px;
}
.main-order-inner a {
    padding: 8px 16px;
    font-size: 16px;
    border: 2px solid #fff;
    font-family: 'Playfair Display';
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-weight: 400;
}
.main-order-inner-menu a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
.main-order-inner-order a:hover {
    padding: 8px 16px;
    font-size: 16px;
    border: 2px solid #fff;
    font-family: 'Playfair Display';
    text-decoration: none;
    background: #000;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
    font-weight: 400;
}
.main-order-inner-order a {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
/* Hide Download Menu button by default, show only after 1280px */
.main-order-inner-menu{
    display: none;
}

.main-menu {
    width: 33%;
    order: 1;
}
.main-logo {
    width: 33%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.main-order {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 33%;
    text-align: end;
    padding-right: 30px;
    order: 3;
}
.main-order {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 33%;
    text-align: end;
    padding-right: 30px;
}
/* Hide Order Online button by default, show after 900px */
.main-order-inner-order {
    display: none;
}
.nav-data li {
    padding: 18px 25px;
    font-size: 16px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.2);
}
.nav-data li:last-child {
    border-bottom: none ;
}
.nav-data li a {
    padding: 0;
    padding: 8px 60px 8px 0;
    list-style: none;
    font-size: 18px;
    font-family: 'Playfair Display';
    text-decoration: none;
    width: 100%;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2.8px;
}
.nav-data li a:hover {
    color: #c75c18;
}
.top-header-social.sidebar-social {
    padding-top: 35px;
    padding-left: 20px;
}
/*main header end here*/

/*hero section start here */
.hero-sec {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff; /* Ensures text is visible */
}

/* Video Styling */
.hero-video,
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; /* Keep the video behind everything */
}

/* Overlay Styling */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black with transparency */
    z-index: -1; /* Keep it above the video but behind text */
}

/* Text Styling */
.hero-text {
    position: relative;
    max-width: 600px;
    margin: 0 20px;
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.hero-text p {
    font-size: 1.2rem;
    line-height: 32px;
    padding: 16px 0;
    font-family: 'Poppins';
}
img.hero-image {
    display: none;
}
.hero-text h1 {
font-family: 'Playfair Display';
    font-size: 64px;
    font-weight: 500;
    line-height: 68px;
    text-shadow: 0 0 16px rgb(0 0 0 / 25%);
    max-width: 600px;
    font-style: italic;
}

.hero-text h2 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    transform: rotate(-89deg);
    white-space: nowrap;
    position: absolute;
    left: -197px;
    bottom: 221px;
    letter-spacing: 6px;

}
.hero-text a {
    background: #fff;
    padding: 10px 27px;
    font-size: 16px;
    font-family: 'Poppins';
    text-decoration: none;
    color: #000;
}
.hero-text a:hover {
    background: #000;
    color: #fff;
}

/*hero section end here */

/*about us section start here*/
.sec-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.sec-content {
    width: 48%;
}
.sec-media {
    width: 48%;
}
.sec-inner-content {
    text-align: end;
    padding: 60px 120px;
    position: relative;
}
.sec-inner-content span {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2.4px;
    line-height: 1.7em;
    text-transform: uppercase;
    color: #8fa2a0;
    margin-bottom: 0px;
}
.sec-inner-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    padding: 12px 0px;
}
.sec-inner-content h3 {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 8px;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(50%, 50%);
    position: absolute;
    top: 300px;
    right: 0;
}
.sec-inner-content p {
    color: #3a3a3b;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    margin-bottom: 0px;
}
/*about us section end here*/
/*quality section start here*/
.quality-sec .sec-inner-content {
    text-align: left;
    padding: 60px 120px;
    position: relative;
}
.quality-sec .sec-inner-content h3 {
font-weight: 500;
    font-size: .9em;
    letter-spacing: 8px;
    text-transform: uppercase;
    transform: rotate(-90deg) translate(50%, 50%);
    position: absolute;
    bottom: 0;
    left: -40px;
    right: auto;
}
/*quality section end here*/
/*menu section start here*/
.menu-sec {
padding-top: 34px;
}
.menu-content {
    text-align: center;
    padding: 24px 0px;
}
.menu-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
}
.menu-content p {
    position: relative;
    color: #3a3a3b;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    max-width: 685px;
    margin: 0 auto;
}
.menu-box {
    background: #c75c18;
    padding: 24px;
}
.menu-cards {
    border: 3px solid #cc7d4d;
    padding: 24px 22px 5px 22px;
    margin-bottom: 32px;
}
.menu-cards h2 {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 0px;
    color: #f2f2f2;
    letter-spacing: 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    padding-bottom: 0px;
}
.menu-cards p {
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    
    font-weight: 400;
}
.menu-cards-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}
.menu-cards-details {
    width: 85%;
}
.menu-cards-price {
    width: 12%;
    text-align: end;
}
.menu-cards-details h3 {
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.7em;
    text-transform: none;
    color: #f2f2f2;
    font-weight: 400;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
}
.menu-cards-details p {
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
}
.menu-cards-price p{
    font-size: 16px;
    line-height: 1.7em;
    color: #ebddce;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
}
/*menu section end here*/
/*category menu section start here*/
.category-sec {
    padding: 34px 0px;
}
.menu-cards-row {
    margin-top: 20px;
}
.category-menu-cards {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Ensure category/catering cards in a row keep equal heights */
.menu-cards-row > .col-lg-3,
.menu-cards-row > .col-md-6,
.menu-cards-row > .col-12 {
    display: flex; /* make column a flex container so its child can stretch */
    align-items: stretch;
}

.menu-cards-row .category-menu-cards {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.menu-cards-row .category-menu-cards .category-cards-body {
    flex: 1 1 auto; /* allow the body/content area to grow and fill card height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertically center content inside the card */
}

.menu-content.category-content p {
    width: 100%;
    max-width: 100%;
}
.category-cards-body {
    padding: 48px;
    text-align: center;
}
.category-cards-body span {
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2.4px;
    line-height: 1.7em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
.category-cards-body h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    color: #fff;
    padding-top: 30px;
    position: relative;
}
.category-cards-body p {
    position: relative;
    font-size: 18px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 24px;
    max-width: 685px;
    margin: 0 auto;
    color: #fff;
    padding: 38px 0px;
}
.category-cards-body a {
    padding: 8px 38px;
    border: 2px solid #fff;
    font-family: 'Poppins';
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.category-cards-body a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
.category-menu-cards .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 68%);
    z-index: 1;
}

.category-cards-body {
    position: relative;
    z-index: 2; /* Ensure content appears above the overlay */
}
.category-cards-body h2::after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: -16px;
    left: 92px;
    height: 2px;
    width: 40px;
}
/*category menu section end here*/
/*our team section start here*/
.our-team {
    padding: 20px 0px;
}
.our-team .sec-inner-content {
    text-align: left;
}
.our-team .sec-inner-content h3 {
    top: 390px;
    left: -20px;
    right: auto;
}
/*our team section end here*/
/*our location section start here*/
.our-location-sec .sec-inner-content {
    text-align: left;
}
.our-location-sec .sec-inner-content h3 {
    top: 498px;
    left: -76px;
    right: auto;
}
.our-location-sec .sec-inner-content h2 {
    font-style: italic;
}
.our-location-sec .sec-media {
    height: 100%;
    display: flex;
    align-items: stretch;
}
.our-location-sec .sec-inner-media {
    width: 100%;
    height: 100%;
    display: block;
}
.our-location-sec .location-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.location-cards h4 {
    color: #3a3a3b;
    font-size: 18px;
    letter-spacing: 0.6px;
    font-weight: bold;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    padding-bottom: 6px;
}
.location-cards a {
    color: #3a3a3b;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.location-cards {
    width: 100%;
    max-width: 315px;
    margin-top: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px;
    border-radius: 5px;
}
.location-cards[data-location]:hover {
    background-color: #f5f5f5;
    transform: translateX(5px);
}
.location-cards[data-location].active {
    background-color: #f0f0f0;
    border-left: 4px solid #c75c18;
    padding-left: 15px;
}
.location-cards p {
    padding-top: 8px;
}
.location-img {
    transition: opacity 0.3s ease;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    display: block;
}
.location-mail-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin: 40px 0px 50px 0px;
}
.mail-iocn {
    width: 4%;
}
.location-mail-address a {
    color: #8fa2a0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.view-map-btn a {
    padding: 7px 44px;
    border: 2px solid #000;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
}
.view-map-btn a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
/*our location section end here*/
/*instagram section start here*/
.menu-content.category-content.instagram-content h2 a {
    text-decoration: none;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    color: #000;
}
.instagram-sec {
    padding-top: 70px;
}
/*instagram section end here*/
/*footer start here*/
footer {
    background: #c75c18;
    padding: 50px 0px 70px 0px;
}
.footer-content h2 {
    font-size: 24px;
    line-height: 1.5em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
}
.footer-content p {
    line-height: 1.75em;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    padding-top: 14px;
}
.footer-info-card h2 {
    font-size: 1.34em;
    line-height: 1.5em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding-bottom: 10px;
}
.footer-info-card {
    margin-bottom: 22px;
}
.footer-info-card a {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0px;
    font-size: 14px;
}

.footer-info-card a.phonecall {
    transition: color 0.3s ease;
}

.footer-info-card a.phonecall:hover {
    color: #ebddce;
    text-decoration: underline;
}

.footer-info-card a.whatsapp-link {
    color: white;
    font-weight: 500;
}

.footer-info-card a.whatsapp-link:hover {
    color: #128C7E;
    text-decoration: underline;
}
.footer-info-card p {
    color: #fff;
}
.footer-contact-info {
    padding-left: 62px;
}
.footer-info-card.footer-detials a {
    border: 2px solid;
    padding: 8px 40px;
}
.footer-info-card.footer-detials a:hover {
    background: #fff;
    color: #c75c18;
}
.footer-info-card.footer-detials h2 {
    padding-bottom: 20px;
}
.footer-info-card.footer-hour {
    padding-top: 22px;
}
.footer-info-detials {
    padding-left: 60px;
}
.footer-info-card.footer-detials ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
}
.footer-info-card.footer-detials ul li {
    padding: 0px;
    margin: 0px;
}

.footer-info-card.footer-detials ul li a {
    border: navajowhite;
    font-size: 20px;
    padding-left: 0px;
}
.footer-info-card.footer-detials.footer-social-box a {
    padding-right: 25px;
}
.footer-info-card.footer-detials.footer-social-box a:hover {
    background: transparent;
    color: #fff;
}
.copy-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #272a39;
}
.copy-right-content p {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin-bottom: 0px;
    color: #fff;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.copy-right-content {
    width: 33.33%;
}
.copy-right-logo {
    width: 33.33%;
    text-align: center;
}
.copy-right-dev {
    width: 33.33%;
    text-align: end;
}
.copy-right-logo img{
    width: 100px;
}
.pera{
        font-size: 16px;
    line-height: 1.7em;
    color: #ddb182;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 10px;
}
/*footer end here*/
/*blog page start here*/
.blog-page-sec {
    padding: 60px 0;
}
.blog-page-title h1 {
    font-size: 3.2em;
    text-align: center;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #000;
}
.blog-main-title {
    position: relative;
}
.blog-main-title h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 0px;
    padding: 12px 0px;
    position: relative;
    width: 225px;
}
.blog-main-title h2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c75c18;
    border-radius: 50%;
    right: 0px;
    top: 34px;
}
.lines-one {
    width: 82%;
    height: 1px;
    background: #E5E5E2;
    position: absolute;
    top: 38px;
    right: 0px;
}
.lines-two {
    width: 82%;
    height: 1px;
    background: #E5E5E2;
    position: absolute;
    top: 42px;
    right: 0px;
}
.blog-cards {
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.blog-media img {
    width: 100%;
    height: 300px;
}
.blog-cards h3 a {
    font-size: 24px;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    margin-bottom: 0px;
}
.blog-cards h3 a:hover {
    color: #c75913;
}
.blog-media {
    margin-bottom: 16px;
    overflow: hidden;
}
.blog-media:hover img {
    transform: scale(1.1);
    transition: .5s;
}
.blog-detials-outer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
}
.blog-tags a {
    color: #3a3a3b;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
.blog-tags a:hover {
    color: #c75c18;
}
.blog-cards p {
    color: #3a3a3b;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 26px;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.blog-see-btn {
    padding: 6px 20px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}
.blog-see-btn:hover {
    background: #c75c18;
    color: #fff;
    border: 1px solid #c75c18;
}
/*blog page end here*/
/*blog details start here*/
.blog-detials-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 200px 0px;
    background-attachment: fixed;
}
.hero-overlay {
    width: 100%;
    height: 100%;
    background: #00000085;
    position: absolute;
    z-index: 0;
    top: 0;
}
.blog-detials-hero {
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}
.blog-detials-hero a {
    background: #000;
    padding: 7px 23px;
    text-decoration: none;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
.blog-detials-hero a:hover {
    background: #c75c18;
    color: #fff;
}
.blog-detials-hero h1 {
    font-size: 3.6em;
    line-height: 1.2em;
    color: #fff;
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 30px 0px;
}
.blog-detials-hero p {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.detail-content-box {
    width: 80%;
    margin: 0 auto;
}
.detail-content-box h2 {
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding: 26px 0px;
    margin-bottom: 0px;
    font-size: 28px;
    letter-spacing: 0.6px;
    line-height: 36px;
}
.detail-content-box p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 0px;
    padding-bottom: 21px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 400;
}
.detail-content-box img {
    margin: 0 auto;
    height: 400px;
    width: 100%;
}
.detail-content-box ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
}
.detail-content-box ul li {
    padding-right: 12px;
}
.details-tags ul li a {
    background: #000;
    padding: 7px 23px;
    text-decoration: none;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
    font-style: italic;
}
.details-tags {
    margin: 30px 0px;
}
.blog-main-title.related-post h2 {
    width: 406px;
}

.related-post .lines-one {
    width: 69%;
}
.related-post .lines-two {
    width: 69%;
}
.details-tags ul li a:hover {
    background: #c75c18;
}
.home-blog-sec .blog-main-title h2 {
    width: 350px;
}
.home-blog-sec .lines-one {
    width: 69%;
}
.home-blog-sec .lines-two {
    width: 69%;
}
.more-blogs-btn {
    text-align: center;
    padding: 30px 0px;
}
.more-blogs-btn a {
    padding: 7px 44px;
    border: 2px solid #000;
    text-decoration: none;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #000;
}
.more-blogs-btn a:hover {
    background: #c75c18;
    color: #fff;
    border: 2px solid #c75c18;
}
/*blog details end here*/

/* Image fluid responsive styles */

/* .img-fluid{
    width: 100%;
    height: auto;
} */





@media screen and (max-width: 1440px){
.category-cards-body {
    padding: 35px;
    text-align: center;
}
.container {
    width: 100%;
    max-width: 1180px;
    padding: 0;
}


}
/* Show Order Online button from 901px and above */
@media screen and (min-width: 901px){
.main-order-inner-order {
    display: block;
}
}

/* Show Download Menu button from 1281px and above */
@media screen and (min-width: 1281px){
.main-order-inner-menu {
    display: block;
}
}

@media screen and (max-width: 1280px){
.container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
}
/* Maintain same padding and gaps as 1440px for top-header */
.top-header {
    padding: 10px 10px;
}
.top-header-outer {
    align-items: center;
    justify-content: space-between;
}
.top-header-info-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}
.header-address {
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.header-address:last-child {
    padding-right: 0;
}
.header-icon i {
    padding-right: 5px;
    margin-right: 4px;
}
/* Hide Download Menu button below 1280px */
.main-order-inner-menu {
    display: none;
}
.hero-sec {

    padding-top: 80px;
    padding-bottom: 70px;

}
.home-blog-sec .lines-one {
    width: 67%;
}
.home-blog-sec .lines-two {
    width: 67%;
}
.top-header-right {
    width: 20%;
    text-align: end;
}
.top-header-left {
    width: 80%;
    text-align: start;
}

}
@media screen and (max-width: 1024px){
.container {
    width: 100%;
    max-width: 900px;
    padding: 0;
}

.home-blog-sec .lines-one {
    width: 60%;
}
.home-blog-sec .lines-two {
    width: 60%;
}
.hero-text h2 {
  display: block;
}
/* Download Menu button remains hidden below 1280px */
.main-order-inner-menu{
    display: none;
}
}
@media screen and (max-width: 900px){
.container {
    width: 100%;
    max-width: 820px;
    padding: 0;
}
.hero-sec {

    padding-top: 80px;
    padding-bottom: 70px;

}
.hero-text h2 {
  display: none;
}

.home-blog-sec .lines-one {
    width: 53%;
}
.home-blog-sec .lines-two {
    width: 53%;
}
/* Hide Order Online button below 900px */
.main-order-inner-order {
    display: none;
}
.top-header-right {
    width: 20%;
    text-align: end;
}
.top-header-left {
    width: 80%;
    text-align: start;
}

}


/* Show image only on mobile screens */
@media screen and (max-width: 768px) {
    .container {
    width: 100%;
    max-width: 704px;
    padding: 0;
}
    .hero-video {
        display: none;
    }
    .location-cards
    {
        max-width: 100%;
    }

    .hero-image {
        display: block;
    }
    .hero-text {
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .hero-text h1 {
        font-size: 2rem;
    
    }

    .hero-text p {
        font-size: 1rem;
    }
    img.hero-image {
    display: block;
}
/* Center content on md screen (768px) */
.top-header-outer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.top-header-left {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.top-header-info-outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}
.top-header-right {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.header-address {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 0px;
    margin: 0;
}
.header-address.header-number {
    width: 100%;
}
.header-address.header-mail {
    width: 100%;
}
.header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icon i {
    padding-right: 8px;
    margin-right: 0;
}
.header-address-info {
    text-align: center;
}
.header-address-info a {
    text-align: center;
    display: inline-block;
}
.main-order {
    display: none;
}
.sec-content {
    width: 100%;
}
.sec-media {
    width: 100%;
}
.sec-inner-content {
    text-align: center;
    padding: 20px;
    position: relative;
}
.sec-inner-content h3 {
    display: none;
}
.quality-sec .sec-content {
    width: 100%;
    order: 1;
}
.quality-sec .sec-media {
    width: 100%;
    order: 2;
}
.sec-inner-content p {
    padding-top: 12px;
}
.quality-sec .sec-inner-content {
    text-align: center;
    padding: 20px;
}
.quality-sec .sec-inner-media img {
    padding: 10px;
}
.img-fluid {
padding: 10px;
}
.menu-box {
    padding: 10px;
}
.category-menu-cards {
    margin-bottom: 12px;
    height: 500px;
}
.category-sec {
    padding: 34px 12px;
}
.menu-sec {
    padding: 2px;
}
.menu-cards h2 {
    font-size: 30px;
}
.our-team {
    padding: 20px 10px;
}
.our-location-sec .sec-media {
        order: 2;
        margin-top: 30px;
    }
.our-location-sec .sec-content{
    order: 1;
}
#our-location-sec {
    padding: 10px;
}
footer {
    padding: 20px;
    text-align: center;
}
.footer-contact-info {
    padding-left: 0px;
    padding-top: 24px;
}
.footer-info-detials {
    padding-left: 0px;
    padding-top: 30px;
}
.copy-right-content {
    width: 100%;
    text-align: center;
}
.copy-right-logo {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.copy-right-dev {
    width: 100%;
    text-align: center;
}
.main-logo {
    width: 45%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.main-menu {
    order: 1;
}
.main-order {
    order: 3;
}
.main-header-outer {
    height: 85px;
    position: relative;
}
/*blog page start*/
.blog-page-sec {
    padding: 20px;
}
.lines-one {
    display: none;
}
.lines-two {
    display: none;
}
.blog-cards {
    padding: 9px;
    margin-bottom: 10px;
}
/*blog page end*/
/*blog detials*/
.detail-content-box ul li {
    margin-bottom: 20px;
}
.blog-detials-sec {
    padding: 100px 0px;
}
.blog-detials-hero {
    padding: 0px 33px;
}
.detail-content-box {
    width: 90%;
}
.blog-main-title {
    padding: 0px 22px;
}
.related-post .lines-one {
    display: none;
}
.related-post .lines-two {
    display: none;
}
.menu-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 26px;
    margin-bottom: 0px;
}
.hero-sec {

    padding-top: 60px;
    padding-bottom: 55px;

}

}
/*mobile*/
@media screen and (max-width: 640px) {
    .container {
    width: 100%;
    max-width: 580px;
    padding: 0;
}
.hero-sec {

    padding-top: 50px;
    padding-bottom: 50px;
    height:60vh;

}
.sec-inner-media img
{
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

/* Reduce image height on large screens for specific sections */
@media screen and (min-width: 769px) {
    /* About Us section image - reduced to 28vh (70% of 40vh) */
    .about-us-sec .sec-inner-media img.img-fluid {
        height: 28vh;
        max-height: 28vh;
        width: 100%;
        object-fit: cover;
    }
    
    /* Quality section (Ingredients) image - reduced to 28vh (70% of 40vh) */
    .quality-sec .sec-inner-media img.img-fluid {
        height: 28vh;
        max-height: 28vh;
        width: 100%;
        object-fit: cover;
    }
    
    /* Custom Catering section image - reduced to 28vh (70% of 40vh) */
    .custom-catering-sec .sec-inner-media img.img-fluid {
        height: 28vh;
        max-height: 28vh;
        width: 100%;
        object-fit: cover;
    }
}
.hero-text h1
{
    line-height: 54px;
}
.row {
    --bs-gutter-x: 0 !important;
}
.main-header-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 97px;
    position: relative;
}
}
@media screen and (max-width: 390px) {
    .hero-sec {

        padding-top: 40px;
        padding-bottom: 40px;
    
    }
    .hero-text h1 {
        line-height: 36px;
    }

    .container {
    width: 100%;
    max-width: 328px;
    padding: 0;
}

#clickNav {
    display: block;
    position: relative;
    top: -10px;
    left: 23px;
    z-index: 1;
}
.row {
    --bs-gutter-x: 0 !important;
}
.nav-data {
    position: absolute;
    width: 390px;
    margin: -60px 0 0 -23px;
    padding: 125px 0px 10px;
    background: #000;
    list-style-type: none;
    height: fit-content;
    box-shadow: 0 0 24px rgb(10 10 20 / 24%);
}
.menu-cards {
    border: 3px solid #cc7d4d;
    padding: 24px 36px 5px 22px;
    margin-bottom: 32px;
}

}

/* Gallery section styles */
.gallery-sec {
    padding: 60px 0px;
}
.gallery-content {
    text-align: center;
    padding: 24px 0px;
}
.gallery-row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallery-row .col-lg-3,
.gallery-row .col-md-6,
.gallery-row .col-6 {
    padding: 0;
}
/* Gallery: 4 images per row on large screens (above 1280px) */
@media screen and (min-width: 1281px) {
    .gallery-row .col-lg-3 {
        flex: 0 0 calc(25% - 15px);
        max-width: calc(25% - 15px);
        width: calc(25% - 15px);
    }
    .gallery-row {
        align-items: stretch;
    }
}
/* Gallery: 2 images per row on medium screens (768px - 1280px) */
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .gallery-row .col-md-6 {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .gallery-row {
        align-items: stretch;
    }
}
/* Gallery: 2 images per row on small screens (below 768px) */
@media screen and (max-width: 767px) {
    .gallery-row .col-6 {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
        width: calc(50% - 7.5px);
    }
    .gallery-row {
        align-items: stretch;
        gap: 15px;
    }
}
.gallery-item {
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* Creates square aspect ratio (1:1) - equal height and width */
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}
.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.gallery-image {
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}
/* gallery popup */
.gallery-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    padding: 20px;
}
.gallery-popup-overlay.active {
    display: flex;
}
.gallery-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-popup-img,
.gallery-popup-video {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.gallery-close-btn {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    z-index: 1000000000;
    transition: color 0.3s ease;
    line-height: 1;
}
.gallery-close-btn:hover {
    color: #c75c18;
}

/* Show image only on mobile screens */
@media screen and (max-width: 768px) {
    .gallery-sec {
        padding: 34px 12px;
    }
    .gallery-row {
        gap: 15px;
    }
    .gallery-item {
        margin-bottom: 15px;
    }
    .gallery-close-btn {
        top: 10px;
        right: 20px;
        font-size: 40px;
    }
    .gallery-popup-content {
        max-width: 95%;
        max-height: 85vh;
    }
}

/* Collapsible text styles for small screens */
.collapsible-text-container {
    position: relative;
}

.collapsible-text-content {
    overflow: hidden;
}

.read-more-btn {
    display: none;
    background: none;
    border: none;
    color: #c75c18;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    margin-top: 10px;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a04a14;
}

/* Only show collapsible functionality on small screens */
@media screen and (max-width: 768px) {
    .collapsible-text-content.collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .collapsible-text-content.collapsed p {
        display: inline;
        margin-bottom: 0;
    }
    
    .collapsible-text-content.collapsed p:not(:last-child)::after {
        content: " ";
    }
    
    .collapsible-text-content.expanded {
        display: block;
    }
    
    .collapsible-text-content.expanded p {
        display: block;
        margin-bottom: 15px;
    }
    
    .read-more-btn {
        display: inline-block;
    }
}

/* Collapsible menu sections for small screens */
.menu-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.menu-arrow-icon {
    font-size: 18px;
    color: white;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.menu-section-header.active .menu-arrow-icon {
    transform: rotate(180deg);
}

.menu-section-description {
    margin-top: 8px;
    margin-bottom: 15px;
    font-style: italic;
    color: #666;
}

.menu-items-container {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

/* Only apply collapsible functionality on small screens */
@media screen and (max-width: 768px) {
    .menu-cards {
        padding: 20px 22px 20px 22px;
        margin-bottom: 20px;
    }
    
    .menu-items-container {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
    }
    
    .menu-items-container.expanded {
        max-height: 10000px;
        opacity: 1;
    }
    
    .menu-section-header {
        padding: 10px 0;
        margin-bottom: 10px;
    }
    
    .menu-section-header h2 {
        margin: 0;
        font-size: 20px;
    }
}

/* On larger screens, always show menu items */
@media screen and (min-width: 769px) {
    .menu-items-container {
        max-height: none !important;
        opacity: 1 !important;
        display: block !important;
    }
    
    .menu-arrow-icon {
        display: none;
    }
}

/* FAQs section styles */
.faqs-sec {
    padding: 60px 0;
}

.faqs-content {
    text-align: center;
    margin-bottom: 50px;
}

.faqs-content h2 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}

.faqs-content p {
    font-size: 18px;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.faqs-row {
    margin: 0;
}

.faqs-row .col-lg-6,
.faqs-row .col-md-6 {
    padding: 0 10px;
    margin-bottom: 20px;
}

.faqs-row .col-lg-6 .faq-item,
.faqs-row .col-md-6 .faq-item {
    width: 100%;
}

.faq-item {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    transition: border-color 0.3s ease;
}

.faq-item:hover {
    border-color: #c0c0c0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    user-select: none;
    background: #ffffff;
    transition: background 0.3s ease;
    border-bottom: 1px solid #e0e0e0;
}

.faq-question:hover {
    background: #f8f8f8;
}

.faq-question.active {
    background: #f8f8f8;
    border-bottom-color: #c75c18;
}

.faq-question h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    flex: 1;
    padding-right: 15px;
    line-height: 1.4;
}

.faq-arrow-icon {
    font-size: 16px;
    color: #c75c18;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-question.active .faq-arrow-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #ffffff;
}

.faq-answer.expanded {
    max-height: 500px;
    padding: 20px;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

/* FAQs responsive styles */
@media screen and (max-width: 768px) {
    .faqs-sec {
        padding: 40px 15px;
    }
    
    .faqs-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #000000;
    }
    
    .faqs-content p {
        font-size: 16px;
        color: #000000;
    }
    
    .faqs-row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .faqs-row .col-lg-6,
    .faqs-row .col-md-6,
    .faqs-row .col-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 5px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .faq-item {
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
    }
    
    .faq-question {
        padding: 15px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer.expanded {
        padding: 15px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
}

/* Custom Catering section styles */
.custom-catering-sec {
    padding: 60px 0;
}

.custom-catering-sec .sec-content {
    display: flex;
    align-items: center;
}

.custom-catering-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 100%;
}

.custom-catering-content h2 {
    font-family: Playfair Display, Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    font-size: 38px;
    margin-bottom: 20px;
    padding: 0;
    color: #3a3a3b;
}

.custom-catering-content p {
    color: #3a3a3b;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 27px;
    padding-top: 0;
    margin-bottom: 20px;
}

.custom-catering-content p:last-of-type {
    margin-bottom: 30px;
}

.custom-catering-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    color: #c75c18;
    padding: 12px 24px;
    font-size: 16px;
    font-family: 'Poppins';
    text-decoration: none;
    border: 2px solid #c75c18;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: fit-content;
    font-weight: 500;
}

.custom-catering-btn i {
    font-size: 20px;
    color: #c75c18;
}

.custom-catering-btn span {
    color: #c75c18;
}

/* Show contact number on large screens, hide "Contact us" text */
.custom-catering-btn .contact-number {
    display: inline;
}

.custom-catering-btn .contact-text {
    display: none;
}

/* Show "Contact us" text on small screens, hide contact number */
@media screen and (max-width: 1023px) {
    .custom-catering-btn .contact-number {
        display: none;
    }
    
    .custom-catering-btn .contact-text {
        display: inline;
    }
    
    .custom-catering-btn {
        padding: 12px 20px; /* Adjust padding for icon + text */
    }
}

.custom-catering-btn:hover {
    background: #c75c18;
    color: #fff;
    border-color: #c75c18;
}

.custom-catering-btn:hover i,
.custom-catering-btn:hover span {
    color: #fff;
}

/* Custom Catering responsive styles */
@media screen and (max-width: 1023px) {
    .custom-catering-sec {
        padding: 40px 0;
    }
    
    .custom-catering-sec .sec-outer {
        flex-direction: column;
    }
    
    .custom-catering-sec .sec-content {
        width: 100%;
        order: 2;
    }
    
    .custom-catering-sec .sec-media {
        width: 100%;
        order: 1;
    }
    
    .custom-catering-content {
        text-align: center;
        padding: 20px;
    }
    
    .custom-catering-content h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .custom-catering-content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    
    .custom-catering-content p:last-of-type {
        margin-bottom: 25px;
    }
    
    .custom-catering-btn {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }
}
@media screen and (max-width: 640px) {
    .custom-catering-sec {
        padding-top:40px;
        padding-bottom:0px;
    }}