@charset "UTF-8";
/*
 Theme Name:   Desi Dhamaka
 Theme URI:    https://wordpress.com/
 Description:  Twenty Nineteen Child Theme
 Author:       Wordpress
 Author URI:   https://wordpress.com/
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  desidhamaka
*/

.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: linear-gradient(90deg, #E8590C, #C0392B);
  z-index: 9999;
  width: 0%;
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ── Custom Scrollbar ── */
html {
  scrollbar-width: thin;
  scrollbar-color: #E8590C transparent;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
  background: #E8590C;
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover { background: #F4813A; }

/* ── Lenis smooth scroll classes ── */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('fonts/Inter18pt-Light.woff2') format('woff2'),
        url('fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('fonts/Inter18pt-Thin.woff2') format('woff2'),
        url('fonts/Inter18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


:root {
--blue: #1e90ff;
--white: #ffffff;
}

* { box-sizing: border-box; margin: 0; padding: 0; scroll-behavior: smooth; }

:root { --placeholdercolor: currentColor; }

body { background: #FFF8F7; margin: 0; padding: 0; font-family: 'Inter 18pt'; font-weight: 400; }

.clear {clear: both;}

.alignleft,
.alignright,
.aligncenter { margin-bottom: 10px;}

.alignnone {margin-bottom: 10px;}

.alignleft {float: left; margin-right: 15px;margin-top: 0;}

.alignright {float: right;margin-left: 15px;margin-top: 0;}

.aligncenter {display: block; margin: 0 auto 15px auto;}

iframe, img { max-width: 100%; border: none;}

img {border: 0;height: auto;}

a{font-family: inherit;font-size: inherit;line-height: normal;color: inherit;text-decoration: none;transition: 0.5s;}

h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display'; margin: 0px; padding: 0; font-weight: 500; }

p, li, ul, ol, blockquote { font-family: 'Inter 18pt'; font-weight: 400; margin: 0 0 10px 0; padding: 0; }

p { margin: 0 0 20px 0; }

p:empty { display: none; }

ul, li { list-style: none; }

a:visited { color: inherit; }

a:hover { text-decoration: none; }

a, a:hover, input[type="submit"],
button { outline: 0; }

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: none; border-radius: 0 }

input::-webkit-input-placeholder { color: var(--placeholdercolor); }

input::-moz-placeholder {color: var(--placeholdercolor);}

input:-ms-input-placeholder {color: var(--placeholdercolor);}

input:-moz-placeholder { color: var(--placeholdercolor);}

html {scroll-behavior: smooth;}

.container { width: 1200px; margin: 0 auto; }

@media screen and (max-width: 1280px) {
	.container { width: 100%; padding: 0 25px; }
}

@media (min-width: 992px) and (max-width:1199px){
	.container { width: 970px; padding: 0; }
}

@media screen and (max-width: 991px) {
	.container { width: 720px; padding: 0; }
}

@media screen and (max-width: 767px) {
	.container { width: 100%; padding: 0 15px; }
}

.d-none, .hide { display: none !important; }

.fw { float: left; width: 100%; }

.wrapper { float: left; width: 100%; }

.orange-button {
	position: relative;
    overflow: hidden;
    display: inline-block;
	font-family: 'Inter 18pt';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    background-color: #E8590C;
    padding: 12px 24px;
    border-radius: 3px;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.orange-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60px;
	height: 100%;
	background: linear-gradient(
		120deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.5) 50%,
		rgba(255,255,255,0) 100%
	);
	transform: skewX(-25deg);
	transition: all 0.8s ease;
}
.orange-button:hover::before {
	left: 130%;
}

.white-button {
    background: transparent;
    color: #E8590C;
    outline: 1px solid #E8590C;
    outline-offset: -1px;
}
.white-button:hover{
	background: #E8590C;
    color: #ffffff;
}

/* Header Styling Starts */

header.site-header .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.site-header {
	padding: 10px 0;
}

.site-main-logo img {
	width: 100%;
	max-width: 125px;
}

header.site-header ul {
	margin: 0 0 0;
}

header.site-header ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

header.site-header ul li a {
	color: #4a3f34;	
}

header.site-header ul li.current-menu-item a, header.site-header ul li a:hover {
	color: #E8590C;
}

header.site-header .custom-html-widget {
	display: flex;
	align-items: center;
	gap: 10px;
}

body.home .hamburger {
	display: none !important;
}

.hamburger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 32px;  
	height: 32px;
	gap: 4px;
	cursor: pointer;
	border: none;
	background: #f05626;
	padding: 4px;
	border-radius: 4px;
}
.hamburger span {
	display: block;
	width: 22px; height: 2px;
	background: rgba(255,255,255,0.85);
	border-radius: 2px;
	transition: transform .28s ease, opacity .18s ease;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-drawer {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: #1a1410;
	z-index: 999;
	overflow-y: auto;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity .25s ease, transform .25s ease;
	pointer-events: none;
}
.mobile-drawer.open {
	opacity: 1;
	transform: translateY(0);
	pointer-events: all;
}
.mobile-drawer-inner { padding: 75px 20px 40px; }

.mobile-nav-list li {
	border-bottom: 1px solid rgba(255,255,255,0.07);
}
.mobile-nav-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255,255,255,0.78);
	font-size: 16px;
	padding: 14px 0;
	transition: color .15s;
}
.mobile-nav-list li.current-menu-item a,
.mobile-nav-list li a:hover { color: #e8590c; }

.mobile-btns {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px;
}
.mobile-btns .orange-button,
.mobile-btns .white-button {
	width: 100%;
	text-align: center;
	padding: 13px;
	font-size: 14px;
}

.mobile-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mobile-nav-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mobile-nav-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 0;
	text-decoration: none;
	transition: color .15s;
}
.mobile-nav-list li a i {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.25);
}
.mobile-nav-list li.current-menu-item > a,
.mobile-nav-list li a:hover {
	color: #e8590c;
}
.mobile-nav-list li.current-menu-item > a i {
	color: #e8590c;
}

.mobile-nav-list .sub-menu {
	display: none;
}

.drawer-close {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1.5px solid rgba(255, 255, 255, 0.15);
	background: transparent;
	color: rgba(255, 255, 255, 0.75);
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: border-color .18s, color .18s, background .18s;
	right: 20px;
	top: 20px;
	position: absolute;
}
.drawer-close:hover {
	border-color: #e8590c;
	color: #e8590c;
	background: rgba(232, 89, 12, 0.08);
}

.mobile-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 98;
}
.mobile-overlay.open { display: block; }

@media (min-width: 992px) and (max-width: 1199px) {
	/* Nav fits in 970px container — keep visible, just tighten */
	.orange-button { font-size: 12px; padding: 10px 14px; }
	header.site-header ul li {
		display: inline-block;
		margin: 0 4px;
		font-size: 11px;
		letter-spacing: 0.5px;
	}
}

@media screen and (max-width: 991px) {
	.location-widget.header-row,
	.widget_text.header-row { display: none; }
	.hamburger { display: flex; }
	.mobile-drawer { display: block; }
}

@media screen and (max-width: 767px) {
	.site-header .container { height: 62px; }
}

/* Header Styling Ends */

/* Footer Styling Starts */
footer.site-footer {
    background: #1a1410;
    padding: 60px 0;
}

footer.site-footer .container {
    display: flex;
    align-items: start;
    gap: 30px;
    justify-content: space-between;
}

.location-widget.footer-row {
    width: 23%;
}

.footer-logo {
    margin: 0 0 15px;
}

.location-widget.footer-row:nth-child(2) {
    padding-left: 40px;
}

.footer-logo img {
    width: 100%;
    max-width: 140px;
}

.social-icons ul {
    display: flex;
    align-items: center;
    gap: 15px;
	margin: 20px 0 0;
}

.social-icons i {
    font-size: 22px;
}

footer.site-footer h2 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 30px;
    padding: 0 0 10px;
    margin: 0 0 18px;
    position: relative;
    letter-spacing: 0.8px;
}

footer.site-footer h2:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #e8590c;
}

footer.site-footer p {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0 0 10px;
}

footer.site-footer ul li {
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0 0 6px;
}

footer.site-footer ul li a:hover, footer.site-footer p a:hover {
	color: #e8590c;
}

footer.site-footer .legal {
    margin: 0 0 20px;
}

footer.site-footer .directions-button {
    margin: 20px 0 0;
}

.copyrights {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 20px 0 0;
    margin: 30px 0 0;
}

.copyrights img {
    width: 100%;
    max-width: 100px;
    vertical-align: middle;
}

body.home footer.site-footer {
   display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  footer.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .location-widget.footer-row {
    width: calc(25% - 18px);
  }
  .location-widget.footer-row:nth-child(2) {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  footer.site-footer .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
  }
  .location-widget.footer-row {
    width: calc(50% - 10px);
  }
  .location-widget.footer-row:nth-child(2) {
    padding-left: 0;
  }
  .location-widget.footer-row:nth-child(4) {
    width: 100%;
  }
  .copyrights {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
	footer.site-footer {
		padding: 40px 0 30px;
	}
	footer.site-footer .container {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	footer.site-footer h2 {
		font-size: 18px;
		padding: 0 0 8px;
		margin: 0 0 15px; 
	}
	footer.site-footer .legal {
		margin: 0 0 15px;
	}
	.location-widget.footer-row {
		width: 100% !important;
		max-width: 400px;
		margin: auto;
		border: 1px solid rgba(255, 255, 255, 0.2);
		padding: 15px !important;
		border-radius: 16px;
	}
	.location-widget.footer-row:nth-child(2) {
		padding-left: 0;
	}
	.copyrights {
		flex-direction: column;
		gap: 0;
		justify-content: center;
		align-items: center;
	}
}
/* Footer Styling Ends */

/* Front Page Styling Starts */

body.home header.site-header .site-main-logo {
    width: 100%;
    max-width: 120px;
    text-align: center;
    margin: auto;
    padding: 4px 0;
}

.dd-hero.front-page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 80px;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dd-hero.front-page .dd-hero__inner {
  width: 100%;
  max-width: 1140px;
}

.dd-hero.front-page .dd-hero__title {
    font-size: 36px;
    line-height: 48px;
    color: #ffffff;
    margin: 0 0 45px;
}

.dd-hero.front-page .dd-locations {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.dd-hero.front-page .dd-card {
    background: #FFF8F7;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
}

.dd-hero.front-page .dd-card__image {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.dd-hero.front-page .dd-card__title {
    font-size: 24px;
    line-height: 32px;
    color: #101A24;
    margin: 10px 0;
}

.dd-hero.front-page .dd-card__desc {
    font-size: 15px;
    line-height: 24px;
    color: #101A24;
    margin: 0 0 15px;
    min-height: 72px;
}
@media (max-width:1024px){
	.dd-hero.front-page .dd-locations {
    	grid-template-columns: repeat(2, 1fr);
	}
	.dd-hero.front-page .dd-card__title {
   		 font-size: 22px;
    	 line-height: 30px;
	}
	.dd-hero.front-page .dd-hero__title {
    	font-size: 35px;
   		 line-height: 42px;
	}
}
@media (max-width:767px){
	.dd-hero.front-page .dd-locations {
    	grid-template-columns: repeat(1, 1fr);
	}
	.dd-hero.front-page .dd-card__title {
   		font-size: 20px;
    	line-height: 27px
	}
	.dd-hero.front-page .dd-card__desc {
   		 font-size: 14px;
   		 line-height: 21px;
		 min-height: 50px;
	}
     .dd-hero.front-page .dd-hero__title {
    	font-size: 30px;
    	line-height: 37px;
	}
}
/* Front Page Styling Ends */

/* Homepage Styling Starts for all 3 Locations */

.home-hero-section {
	position: relative;
    width: 100%;
    overflow: hidden;
	padding: 120px 0;
}

.hero-bg-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 1.1s cubic-bezier(.4,0,.2,1),
              transform 4s cubic-bezier(.4,0,.2,1);
 			  will-change: opacity, transform;
}
.hero-bg-slide.active  { opacity: 1; transform: scale(1); }
.hero-bg-slide.leaving { opacity: 0; transform: scale(0.97); }
.hero-bg-slide:nth-child(1) { background-color: #2a1005; }
.hero-bg-slide:nth-child(2) { background-color: #1a0505; }
.hero-bg-slide:nth-child(3) { background-color: #051a10; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(13,11,8,0.60) 0%,
    rgba(13,11,8,0.60) 80%,
    rgba(13,11,8,0.60) 100%
  )
}
.hero-vertical-dots {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: background .3s, transform .3s, height .3s;
  display: block;
}
.hero-dot.active {
  background: #e8590c;
  transform: scaleY(1);
  height: 22px;
  border-radius: 3px;
  width: 6px;
}
.home-hero-section .container {
  position: relative;
  z-index: 3;
}

.home-hero-section .slider.south .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(.22,1,.36,1),
              transform 0.7s cubic-bezier(.22,1,.36,1);
  pointer-events: none;
  max-width: 800px;
  margin: auto;
}
.home-hero-section .slider.south .item.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  text-align: center;
}

.home-hero-section .slider.south .item h1 {
    font-size: 54px;
    line-height: 1.05;
    letter-spacing: 0.5px;
    color: #fff;
    margin: 0 0 30px;
}

.home-hero-section .slider.south .item p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
    margin: 0 0 40px;
}

.home-hero-section .slider.south .item .buttons {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 1199px) {
	.home-hero-section {
		padding: 85px 0;
	}
	.home-hero-section .slider.south .item h1 {
		font-size: 46px;
	}
	.home-hero-section .slider.south .item p {
		font-size: 15px;
	}
	.hero-vertical-dots {
		right: 25px;
	}
}

@media screen and (max-width: 991px) {
	.home-hero-section {
		padding: 70px 0;
	}
	.home-hero-section .slider.south .item {
		max-width: 100%;
	}
	.home-hero-section .slider.south .item h1 {
		font-size: 40px;
		line-height: 1.15;
		margin-bottom: 22px;
	}
	.home-hero-section .slider.south .item p {
		font-size: 15px;
		line-height: 1.7;
		margin-bottom: 32px;
	}
	.hero-vertical-dots {
		right: 18px;
		gap: 10px;
	}
	.hero-dot.active {
		height: 18px;
	}
}

@media screen and (max-width: 767px) {
	.home-hero-section {
		min-height: auto;
		padding: 80px 0 80px;
	}
	.home-hero-section .slider.south .item h1 {
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: 0;
		margin-bottom: 18px;
	}
	.home-hero-section .slider.south .item p {
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 28px;
	}
	.home-hero-section .slider.south .item .buttons {
		flex-direction: column;
		gap: 12px;
		width: 100%;
	}
	.hero-vertical-dots {
		right: 12px;
		gap: 8px;
	}
	.hero-dot {
		width: 5px;
		height: 5px;
	}
	.hero-dot.active {
		width: 5px;
		height: 16px;
	}
}

@media screen and (max-width: 480px) {
	.home-hero-section {
		padding: 70px 0 70px;
	}
	.home-hero-section .slider.south .item h1 {
		font-size: 28px;
	}
	.home-hero-section .slider.south .item p {
		font-size: 13px;
		line-height: 1.6;
	}
	.hero-overlay {
		background: linear-gradient(
			180deg,
			rgba(13,11,8,0.72) 0%,
			rgba(13,11,8,0.62) 100%
		);
	}
}

.home-menu-section {
	background: var(--surface);
	padding: 100px 0;
	background: #F5F2ED;
}

.ms-head {
	text-align: center;
	margin: 0 0 35px;
}

.ms-head h4 {
	font-family: 'Inter 18pt';
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #E8590C;
	margin: 0 0 020px;
}

.ms-head h4::before, .ms-head h4::after {
	content: '';
	display: block;
	width: 36px;
	height: 1px;
	background: #E8590C;
	opacity: 0.6;
}
.ms-head h2 {
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.5px;
	color: #1A1410;
	margin: 0 0 20px;
}

.ms-head p {
	font-size: 16px;
	color: #4a3f34;
	line-height: 24px;
	margin: 0;
}

.ms-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	border-radius: 2px;
	padding: 4px;
	width: fit-content;
	margin: auto;
	background: #ffffff;
}

.ms-tab {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6B5C4E;
	padding: 12px 24px;
	border-radius: 1px;
	transition: all 0.25s var(--ease);
	cursor: pointer;
	border: none;
	background: #ffffff;
}

.ms-tab.active {
	background: #E8590C;
	color: #fff;
}

.ms-panel {
	display: none;
	animation: msPanelIn 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ms-panel.active {
	display: block;
}
@keyframes msPanelIn {
	from { opacity: 0; transform: translateY(12px); }
	to   { opacity: 1; transform: translateY(0); }
}

.ms-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 40px 0;
}

.ms-row {
	background: #f5f2ed;
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 22px 20px;
	transition: background 0.22s;
	cursor: default;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}
.ms-row:hover {
	background: #fff;
}

.ms-row-img {
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 10px;
	overflow: hidden;
}
.ms-row-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ms-row-body {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.ms-row-name {
    font-size: 17px;
    font-weight: 600;
    color: #1A1410;
    line-height: 1;
    display: block;
	margin: 0 0 5px;
}
.ms-row-desc {
    font-size: 13px;
    line-height: 18px;
    color: #4a3f34;
    margin: 0;
}

.ms-cta {
	text-align: center;
}
@media screen and (max-width: 991px) {
	.home-menu-section {
		padding: 80px 0;
	}
	.ms-head {
		margin-bottom: 30px;
	}
	.ms-head h4 {
		font-size: 12px;
		gap: 10px;
		margin-bottom: 16px;
	}
	.ms-head h4::before,
	.ms-head h4::after {
		width: 28px;
	}
	.ms-head h2 {
		font-size: 38px;
		line-height: 1.1;
		margin-bottom: 15px;
	}
	.ms-head p {
		font-size: 15px;
		line-height: 24px;
		max-width: 620px;
		margin: auto;
	}
	.ms-tabs {
		flex-wrap: wrap;
		padding: 5px;
	}
	.ms-tab {
		padding: 11px 18px;
		font-size: 11px;
	}
	.ms-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px;
		margin: 35px 0;
	}
	.ms-row {
		padding: 18px;
		border-radius: 14px;
		gap: 14px;
	}
	.ms-row-img {
		width: 85px;
		height: 85px;
		border-radius: 10px;
	}
	.ms-row-name {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 4px;
	}
	.ms-row-desc {
		font-size: 13px;
		line-height: 19px;
	}
}

@media screen and (max-width: 767px) {
	.home-menu-section {
		padding: 60px 0;
	}
	.ms-head {
		margin-bottom: 25px;
	}
	.ms-head h4 {
		font-size: 11px;
		letter-spacing: 1.2px;
		gap: 8px;
		margin-bottom: 14px;
	}
	.ms-head h4::before,
	.ms-head h4::after {
		width: 22px;
	}
	.ms-head h2 {
		font-size: 30px;
		line-height: 1.1;
		margin-bottom: 14px;
	}
	.ms-head p {
		font-size: 14px;
		line-height: 22px;
	}
	.ms-tabs {
		width: 100%;
		padding: 4px;
		gap: 4px;
		overflow-x: auto;
		justify-content: center;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.ms-tabs::-webkit-scrollbar {
		display: none;
	}
	.ms-tab {
		flex-shrink: 0;
		padding: 10px 16px;
		font-size: 10px;
		letter-spacing: 0.08em;
	}
	.ms-list {
		grid-template-columns: 1fr;
		gap: 16px;
		margin: 30px 0;
	}
	.ms-row {
		padding: 16px;
		gap: 14px;
		border-radius: 14px;
		align-items: center;
	}
	.ms-row-img {
		width: 80px;
		height: 80px;
		border-radius: 10px;
	}
	.ms-row-name {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.ms-row-desc {
		font-size: 13px;
		line-height: 19px;
	}
	.ms-cta {
		margin-top: 10px;
	}
}

@media screen and (max-width: 480px) {
	.home-menu-section {
		padding: 50px 0;
	}
	.ms-head h2 {
		font-size: 26px;
	}
	.ms-row {
		padding: 14px;
		gap: 12px;
	}
	.ms-row-img {
		width: 72px;
		height: 72px;
	}
	.ms-row-name {
		font-size: 15px;
	}
	.ms-row-desc {
		font-size: 12px;
		line-height: 18px;
	}
	.ms-tab {
		padding: 9px 14px;
		font-size: 10px;
	}
}

.dish-strip-section {
	overflow: hidden;
	height: 354px;
	display: flex;
	align-items: center;
	position: relative;
}

.dish-strip-track {
	display: flex;
	align-items: center;
	gap: 48px;
	padding: 0 80px;
	will-change: transform;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.dish-strip-item {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	cursor: default;
}

.dish-strip-img {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--border);
	transition:
		transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
		box-shadow 0.4s ease;
}

.dish-strip-img:hover {
	transform: scale(1.08) translateY(-8px);
}

.dish-strip-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.dish-strip-img:hover img {
	transform: scale(1.06);
}

.dish-strip-label {
	font-size: 16px;
	color: #4a3f34;
	white-space: nowrap;
}

.dish-strip-heading {
	font-size: 100px;
	font-weight: 500;
	color: #1A1410;
	line-height: 1;
	white-space: nowrap;
	z-index: 1;
	pointer-events: none;
	user-select: none;
}

@media screen and (max-width: 991px) {
	.dish-strip-section {
		height: 300px;
	}
	.dish-strip-track {
		gap: 36px;
		padding: 0 50px;
	}
	.dish-strip-heading {
		left: 50px;
		font-size: 72px;
	}
	.dish-strip-item:first-child {
		margin-left: 380px !important;
	}
	.dish-strip-item:last-child {
		margin-right: 80px !important;
	}
	.dish-strip-img {
		width: 180px;
		height: 180px;
	}
	.dish-strip-item {
		gap: 16px;
	}
	.dish-strip-label {
		font-size: 15px;
	}
}

@media screen and (max-width: 767px) {
	.dish-strip-section {
		height: 240px;
	}
	.dish-strip-track {
		gap: 24px;
		padding: 0 20px;
	}
	.dish-strip-heading {
		left: 20px;
		font-size: 46px;
		line-height: 0.9;
	}
	.dish-strip-item:first-child {
		margin-left: 240px !important;
	}
	.dish-strip-item:last-child {
		margin-right: 40px !important;
	}
	.dish-strip-img {
		width: 130px;
		height: 130px;
		box-shadow:
			0 14px 32px rgba(0,0,0,0.10),
			0 6px 16px rgba(232,89,12,0.08);
	}
	.dish-strip-item {
		gap: 12px;
	}
	.dish-strip-label {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.dish-strip-section {
		height: 210px;
	}
	.dish-strip-track {
		gap: 18px;
		padding: 0 15px;
	}
	.dish-strip-heading {
		left: 15px;
		font-size: 34px;
	}
	.dish-strip-item:first-child {
		margin-left: 180px !important;
	}
	.dish-strip-item:last-child {
		margin-right: 20px !important;
	}
	.dish-strip-img {
		width: 105px;
		height: 105px;
	}
	.dish-strip-item {
		gap: 10px;
	}
	.dish-strip-label {
		font-size: 12px;
	}
}

.home-about-section {
	background: #F5F2ED;
	padding: 90px 0;
	overflow: hidden;
}
.about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
}
.about-img-stack {
	position: relative;
	padding: 18px 0 50px 18px;
	opacity: 0;
	transform: translateY(80px);
	transition:
		transform 1s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 1s ease;
}
.home-about-section.in-view .about-img-stack {
	opacity: 1;
	transform: translateY(0);
}
.about-gold-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%;
	height: 60%;
	pointer-events: none;
	z-index: 3;
}
.about-gold-frame::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #E8590C;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.about-gold-frame::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #E8590C;
	transform: scaleY(0);
	transform-origin: top center;
	transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.home-about-section.in-view .about-gold-frame::before {
	transform: scaleX(1);
}
.home-about-section.in-view .about-gold-frame::after {
	transform: scaleY(1);
}
.about-img-main {
	position: relative;
	z-index: 1;
	overflow: hidden;
	aspect-ratio: 1;
}
.about-img-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.08);
	transition:
	transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-about-section.in-view .about-img-main img {
	transform: scale(1);
}
.about-img-stack:hover .about-img-main img {
	transform: scale(1.04);
}
.about-img-accent {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55%;
	overflow: hidden;
	border: 6px solid #fff;
	box-shadow: 0 18px 48px rgba(0,0,0,0.12);
	z-index: 3;
	opacity: 0;
	transform: translateY(60px);
	transition:
	transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.2s,
	opacity 1s ease 0.2s;
}
.home-about-section.in-view .about-img-accent {
	opacity: 1;
	transform: translateY(0);
}
.about-img-accent img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}
.about-img-stack:hover .about-img-accent img {
	transform: scale(1.04);
}
.about-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	transform: translateY(70px);
	transition:
	transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
	opacity 1s ease 0.15s;
}
.home-about-section.in-view .about-content {
	opacity: 1;
	transform: translateY(0);
}
.about-content h4 {
	font-family: 'Inter 18pt';
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #E8590C;
	margin: 0 0 18px;
}
.about-content h4::before,
.about-content h4::after {
	content: '';
	width: 36px;
	height: 1px;
	background: #E8590C;
	opacity: 0.6;
}
.about-content h2 {
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.5px;
	color: #1A1410;
	margin: 0 0 24px;
}
.about-content h5 {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 28px;
	color: #4a3f34;
	margin: 0 0 30px;
	padding-left: 22px;
	border-left: 2px solid #E8590C;
}
.about-content p {
	font-size: 15px;
	line-height: 24px;
	color: #4a3f34;
	margin: 0 0 20px;
}
@media screen and (max-width: 991px) {
	.home-about-section {
		padding: 80px 0;
	}
	.about {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.about-img-stack {
		max-width: 620px;
		margin: auto;
		padding: 18px 0 40px 18px;
	}
	.about-content {
		max-width: 720px;
		margin: auto;
	}
	.about-content h2 {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.about-content h5 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 24px;
	}
	.about-content p {
		font-size: 15px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.home-about-section {
		padding: 60px 0;
	}
	.about {
		gap: 45px;
	}
	.about-img-stack {
		padding: 14px 0 0 14px;
	}
	.about-img-accent {
		display: none;
	}
	.about-gold-frame {
		width: 70%;
		height: 70%;
	}
	.about-content h4 {
		font-size: 11px;
		gap: 10px;
		margin-bottom: 14px;
	}
	.about-content h4::before,
	.about-content h4::after {
		width: 24px;
	}
	.about-content h2 {
		font-size: 34px;
		margin-bottom: 18px;
	}
	.about-content h5 {
		font-size: 18px;
		line-height: 30px;
		padding-left: 18px;
		margin-bottom: 22px;
	}
	.about-content p {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 480px) {
	.home-about-section {
		padding: 50px 0;
	}
	.about-content h2 {
		font-size: 28px;
	}
	.about-content h5 {
		font-size: 16px;
		line-height: 20px;
	}
	.about-content p {
		font-size: 13px;
		line-height: 22px;
	}
}

.home-kinetic-section {
    padding: 80px 0 80px;
    background: #f5f2ed;
    overflow: hidden;
    position: relative;
}
.page-id-36 section.home-kinetic-section, .page-id-38 section.home-kinetic-section, .page-id-40 section.home-kinetic-section,
.page-id-58 section.home-kinetic-section, .page-id-60 section.home-kinetic-section, .page-id-76 section.home-kinetic-section,
.page-id-78 section.home-kinetic-section, .page-id-56 section.home-kinetic-section, .page-id-74 section.home-kinetic-section {
    display: none;
}

.kinetic-wrap {
  position: relative;
}

.kinetic-text {
	font-family: 'Playfair Display';
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgb(232 89 12 / 40%);
    white-space: nowrap;
    user-select: none;
    pointer-events: none;
    will-change: transform;
}

.kinetic-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kinetic-center h4 {
	font-family: 'Inter 18pt';
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E8590C;
    margin: 0 0 020px;
}

.kinetic-center h4::before, .kinetic-center h4::after {
	content: '';
    display: block;
    width: 36px;
    height: 1px;
    background: #E8590C;
    opacity: 0.6;
}

.kinetic-center p {
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 18px;
    font-style: italic;
    color: #4a3f34;
    line-height: 32px;
    margin: 0 auto 20px;
}

@media screen and (max-width: 991px) {
	.home-kinetic-section {
		padding: 70px 0;
	}
	.kinetic-text {
		font-size: 110px;
		-webkit-text-stroke: 1px rgb(232 89 12 / 35%);
	}
	.kinetic-center {
		width: 100%;
		padding: 0 30px;
	}
	.kinetic-center h4 {
		font-size: 12px;
		gap: 10px;
		margin-bottom: 16px;
	}
	.kinetic-center h4::before,
	.kinetic-center h4::after {
		width: 28px;
	}
	.kinetic-center p {
		font-size: 17px;
		line-height: 30px;
		max-width: 620px;
	}
}

@media screen and (max-width: 767px) {
	.home-kinetic-section {
		padding: 60px 0;
	}
	.kinetic-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.kinetic-text {
		font-size: 68px;
		line-height: 0.95;
		-webkit-text-stroke: 1px rgb(232 89 12 / 28%);
		text-align: center;
	}
	.kinetic-center {
		width: 100%;
		padding: 0 20px;
	}
	.kinetic-center h4 {
		font-size: 11px;
		gap: 8px;
		margin-bottom: 14px;
		letter-spacing: 1.2px;
	}
	.kinetic-center h4::before,
	.kinetic-center h4::after {
		width: 22px;
	}
	.kinetic-center p {
		font-size: 16px;
		line-height: 28px;
		max-width: 320px;
	}
}
@media screen and (max-width: 480px) {
	.home-kinetic-section {
		padding: 50px 0;
	}
	.kinetic-text {
		font-size: 48px;
		-webkit-text-stroke: 1px rgb(232 89 12 / 24%);
	}
	.kinetic-center {
		padding: 0 15px;
	}
	.kinetic-center p {
		font-size: 15px;
		line-height: 26px;
		max-width: 280px;
	}
}

.home-catering-section,
.home-parties-section {
  padding: 0;
  overflow: hidden;
}
.catering {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.catering-img {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-60px);
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 1s ease;
}
.catering--reverse .catering-img {
  transform: translateX(60px);
}
.home-catering-section.in-view .catering-img,
.home-parties-section.in-view .catering-img {
  opacity: 1;
  transform: translateX(0);
}
.catering-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.08);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-catering-section.in-view .catering-img img,
.home-parties-section.in-view .catering-img img {
  transform: scale(1);
}
.catering-img:hover img {
  transform: scale(1.04);
}

.catering-content {
  background: #F5F2ED;
  padding: 90px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(70px);
  transition:
    transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
    opacity 1s ease 0.15s;
}
.home-catering-section.in-view .catering-content,
.home-parties-section.in-view .catering-content {
  opacity: 1;
  transform: translateY(0);
}

.home-parties-section .catering-content {
  background: #fff;
}
.catering-content::after {
  content: '';
  position: absolute;
  top: -30px;
  right: 30px;
  width: 200px;
  height: 200px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200' fill='none'%3E%3Cpath d='M100 180 C100 180 20 140 20 80 C20 40 55 10 100 10 C145 10 180 40 180 80 C180 140 100 180 100 180Z' stroke='%23E8590C' stroke-width='0.8' stroke-opacity='0.12' fill='none'/%3E%3Cpath d='M100 160 C100 160 40 128 40 80 C40 52 67 28 100 28 C133 28 160 52 160 80 C160 128 100 160 100 160Z' stroke='%23E8590C' stroke-width='0.8' stroke-opacity='0.09' fill='none'/%3E%3Cpath d='M100 10 L100 180' stroke='%23E8590C' stroke-width='0.6' stroke-opacity='0.08' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.catering-content > * {
  position: relative;
  z-index: 1;
  margin: 0;
}
.catering-content .tag,.party-hall-intro .tag {
  font-family: 'Inter 18pt', 'Outfit', sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E8590C;
  margin: 0 0 18px;
}
.catering-content .tag::before,.party-hall-intro .tag::before,
.catering-content .tag::after,.party-hall-intro .tag::after {
  content: '';
  width: 36px;
  height: 1px;
  background: #E8590C;
  opacity: 0.6;
}

.catering-content .display-md,.party-hall-intro h2 {
  font-size: clamp(32px, 3.5vw, 52px);
  line-height: 1.05;
  letter-spacing: 0.5px;
  color: #1A1410;
  margin: 0 0 28px;
}

.catering-content .body-md,.party-hall-intro p {
  font-size: 15px;
  line-height: 24px;
  color: #4a3f34;
  margin: 0 0 20px;
}
.catering-content .body-md:last-of-type {
  margin-bottom: 36px;
}

@media screen and (max-width: 1024px) {
  .catering {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .catering-img {
    min-height: 400px;
    order: -1;     
  }
  .catering-content {
    padding: 70px 50px;
    order: 1;     
  }
}
@media screen and (max-width: 767px) {
  .catering-content {
    padding: 40px 15px;
  }
  .catering-img {
    min-height: 300px;
  }
  .catering-content .display-md {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .catering-content .body-md {
    font-size: 14px;
    line-height: 23px;
  }
  .catering-content .tag {
    font-size: 11px;
    gap: 10px;
  }
  .catering-content .tag::before,
  .catering-content .tag::after {
    width: 24px;
  }
}
@media screen and (max-width: 480px) {
  .catering-content .display-md {
    font-size: 24px;
  }
  .catering-content .body-md {
    font-size: 13px;
    line-height: 22px;
  }
}
/* Homepage Styling Ends for all 3 Locations */

/* Testimonials Page Styling Starts */

.tt-hero {
  background: #F5F2ED;
  padding: 80px 0px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tt-hero__food {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    line-height: 0;
}
.tt-hero__food img {
    display: block;
    width: 280px;
    height: 280px;
    object-fit: contain;
}

.tt-hero__food--tl {
    top: -10px;
    left: -10px;
    transform-origin: top left;
    animation: food-in-tl 2s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}
@keyframes food-in-tl {
    0% {
        opacity: 0;
        transform: translate(-80px, -80px) rotate(-20deg) scale(0.75);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
}

.tt-hero__food--br {
    bottom: -10px;
    right: -10px;
    transform-origin: bottom right;
    animation: food-in-br 2s cubic-bezier(0.22, 1, 0.36, 1) 0.25s both;
}
@keyframes food-in-br {
    0% {
        opacity: 0;
        transform: translate(80px, 80px) rotate(20deg) scale(0.75);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
}

.tt-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  color: #9B8C7E;
  margin-bottom: 36px;
}
.tt-breadcrumb a {
  color: #e8590c;
  text-decoration: none;
  transition: color 0.2s;
}
.tt-breadcrumb span { color: #4a3f34; }

.tt-hero h4 {
    font-family: 'Inter 18pt';
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E8590C;
    margin: 0 0 020px;
}
.tt-hero h4::before,
.tt-hero h4::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: #E8590C;
  opacity: 0.6;
}

.tt-hero_title {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    color: #1A1410;
    margin: 0 0 30px;
}

.tt-hero p, .tt-cta p {
	font-family: var(--font-serif, 'Cormorant Garamond', Georgia, serif);
	font-size: 20px;
	font-style: italic;
	color: #4a3f34;
	line-height: 32px;
	margin: 0 auto 20px;
}

.tt-content {
    padding: 80px 0;
	position: relative;
}

.tt-cta {
    text-align: center;
    padding: 40px 0 0;
    border-top: 1px solid #cabdaf;
    margin: 40px 0 0;
}

.leaf-parallax-section{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.floating-leaf{
    position: absolute;
    pointer-events: none;
    z-index: 0;
    will-change: transform;
    transition: transform 0.1s linear;
    opacity: 0.9;
}

.leaf-1{
    width: 140px;
    top: 80px;
    left: -40px;
}

.leaf-2{
    width: 120px;
    top: 45%;
    right: 20px;
}

.leaf-3 {
    width: 180px;
    bottom: 30%;
    left: -20px;
}

.leaf-parallax-section .container{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1199px){
    .tt-hero{
        padding: 70px 0 55px;
    }
    .tt-hero_title{
        font-size: 64px;
        margin-bottom: 24px;
    }
    .tt-hero p,
    .tt-cta p{
        font-size: 18px;
        line-height: 30px;
        max-width: 760px;
    }
    .tt-content{
        padding: 70px 0;
    }
    .tt-cta{
        padding-top: 35px;
        margin-top: 35px;
    }
    .tt-hero__food img{
        width: 220px;
        height: 220px;
    }
    .tt-hero__food--tl{
        top: -20px;
        left: -30px;
    }
    .tt-hero__food--br{
        bottom: -20px;
        right: -30px;
    }
    .leaf-1{
        width: 110px;
        left: -35px;
    }
    .leaf-2{
        width: 95px;
        right: 10px;
    }
    .leaf-3{
        width: 140px;
        left: -30px;
    }
}

@media screen and (max-width: 991px){
    .tt-hero{
        padding: 60px 0 50px;
    }
    .tt-breadcrumb{
        margin-bottom: 28px;
        gap: 8px;
        font-size: 13px;
        flex-wrap: wrap;
    }
    .tt-hero h4{
        font-size: 12px;
        gap: 10px;
        margin-bottom: 18px;
    }
    .tt-hero h4::before,
    .tt-hero h4::after{
        width: 28px;
    }
    .tt-hero_title{
        font-size: 52px;
        line-height: 1.05;
        margin-bottom: 22px;
    }
    .tt-hero p,
    .tt-cta p{
        font-size: 17px;
        line-height: 28px;
        max-width: 100%;
    }
    .tt-content{
        padding: 60px 0;
    }
    .tt-cta{
        margin-top: 30px;
        padding-top: 30px;
    }
    .tt-hero__food img{
        width: 180px;
        height: 180px;
    }
    .tt-hero__food--tl{
        top: -15px;
        left: -40px;
    }
    .tt-hero__food--br{
        bottom: -15px;
        right: -40px;
    }
    .floating-leaf{
        opacity: 0.7;
    }
    .leaf-1{
        width: 90px;
        top: 70px;
        left: -30px;
    }
    .leaf-2{
        width: 80px;
        right: 10px;
    }
    .leaf-3{
        width: 110px;
        bottom: 20%;
        left: -20px;
    }
}

@media screen and (max-width: 767px){
    .tt-hero{
        padding: 50px 0 45px;
    }
    .tt-breadcrumb{
        margin-bottom: 24px;
        font-size: 12px;
        gap: 6px;
    }
    .tt-hero h4{
        font-size: 11px;
        letter-spacing: 0.8px;
        gap: 8px;
        margin-bottom: 16px;
    }
    .tt-hero h4::before,
    .tt-hero h4::after{
        width: 22px;
    }
    .tt-hero_title{
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 18px;
    }
    .tt-hero p,
    .tt-cta p{
        font-size: 16px;
        line-height: 26px;
    }
    .tt-content{
        padding: 50px 0;
    }
    .tt-cta{
        padding-top: 25px;
        margin-top: 25px;
    }
    .tt-hero__food img{
        width: 120px;
        height: 120px;
    }
    .tt-hero__food--tl{
        top: -10px;
        left: -30px;
    }
    .tt-hero__food--br{
        bottom: -10px;
        right: -30px;
    }
    .floating-leaf{
        opacity: 0.55;
    }
    .leaf-1{
        width: 70px;
        top: 60px;
        left: -20px;
    }
    .leaf-2{
        width: 60px;
        right: 10px;
        top: 32%;
    }
    .leaf-3{
        width: 85px;
        bottom: 18%;
        left: -15px;
    }
}

@media screen and (max-width: 480px){
    .tt-hero{
        padding: 45px 0 40px;
    }
    .tt-breadcrumb{
        margin-bottom: 20px;
    }
    .tt-hero_title{
        font-size: 32px;
    }
    .tt-hero p,
    .tt-cta p{
        font-size: 15px;
        line-height: 24px;
    }
    .tt-content{
        padding: 45px 0;
    }
    .tt-hero__food img{
        width: 90px;
        height: 90px;
    }
    .tt-hero__food--tl{
        left: -20px;
    }
    .tt-hero__food--br{
        right: -20px;
    }
    .leaf-1{
        width: 55px;
        left: -18px;
    }
    .leaf-2{
        width: 50px;
    }
    .leaf-3{
        width: 65px;
        left: -12px;
    }
}
/* Testimonials Page Styling Ends */

/* Menu Page Styling Starts */

.cat-outer {
  background:#fff;
  display: flex; align-items: stretch;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  height:47px;
}
.cat-arrow {
  background: #EA6D27; border: none; cursor: pointer;
  font-size: 18px; color: #fff; 
  min-width: 44px; 
  height:46px;
}
.cat-arrow:hover { background: #fff; color:#EA6D27; }
.cat-wrap { overflow-x: auto; scrollbar-width: none; flex: 1; }
.cat-wrap::-webkit-scrollbar { display: none; }
.cat-tabs { display: flex; padding: 0 8px; }
.cat-tab {
  padding: 14px 18px; border: none; border-bottom: 2.5px solid transparent;
  background: transparent; color: #606060;
  font-size: 14px;
  cursor: pointer; white-space: nowrap;
}
.cat-tab.active { color:#ec383d; border-bottom-color: #ec383d; font-weight: 600; }
.cat-tab:hover:not(.active) { color:#00334D; }

.main { padding: 20px 36px 60px; }
.panel { display: none; }
.panel.active { display: block; animation: fadeUp 0.22s ease; }
@keyframes fadeUp { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }

.section-heading { margin-bottom: 24px; display: flex; align-items: center; gap: 15px; }
.section-heading h2 {
  color: #00334D; white-space: nowrap;
}
.section-heading .accent-line {
  flex: 1; height: 1px;
  background: linear-gradient(90deg, var(--gold) 0%, transparent 100%); opacity: 0.4;
}

.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.menu-card,.fp-card {
  background: #FFF; border-radius:16px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 20px 22px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  overflow: hidden;
}
.menu-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
			 transform: translateY(-2px); border-color:rgba(0,0,0,0.14); }

.card-title-row { display: flex; align-items: flex-start; justify-content: space-between; }
.card-name,.fp-name {
		font-family: "Playfair Display", serif; 
		font-size: 16px !important;
		font-weight: 600 !important; 
		color: #00334D; 
		line-height: 1.4; 
}
.card-price,.fp-price {
  font-family: 'Inter', sans-serif; font-size: 14.5px; font-weight: 700;
  color:#ec383d; white-space: nowrap; flex-shrink: 0;
  background:#fef3ec; padding: 2px 9px; border-radius: 20px;
}
.card-desc,.fp-desc {
  font-size: 13px; color: #606060; 
	line-height: 20px;
  overflow: hidden;
}
.prep-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: #fdf8f0; 
  border: 1px solid rgba(201,148,58,0.25);
  color: #8a5e15; font-size: 11.5px; font-weight: 600;
  padding: 4px 12px; border-radius: 20px; margin-bottom: 20px;
}
.mandi-group {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.mandi-group:hover {
  box-shadow:0 4px 16px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
  transform: translateY(-2px);
}
.mandi-group-header h3{
  padding: 16px 18px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-family: "Playfair Display", serif;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #00334D;
  line-height: 1.4;
}
.mandi-rows {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
.mandi-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  border-right: 1px solid rgba(0,0,0,0.08);
  border-bottom: none;
  gap: 5px;
}
.mandi-row:last-child { border-right: none; }
.mandi-row-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #606060;
}
.mandi-row-price {
  font-size: 13px;
  font-weight: 600;
  color: #ec383d;
  background: none;
}

@media (max-width: 640px) {
  .mandi-row { padding: 12px 8px; }
  .mandi-row-price { font-size: 14px; }
}
.note-badge { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; font-style: italic; }
@media (max-width: 640px) {
  .cards-grid, .fp-grid { grid-template-columns: 1fr; }
  .main { padding: 20px 14px 40px; }
  .section-heading h2 { font-size: 22px; }
  .cat-tab { padding: 12px 14px; font-size: 13px; }
}
.menu-section{
	padding:80px 0px 60px;
}
/* Menu Page Styling Ends */

/* Catering and Parties Pages styling Starts */

.page-template-common-page-template .catering-content{
	background: transparent;
}

@media screen and (max-width: 767px) {
.page-template-common-page-template .catering-content {
        padding: 20px 0 0;
    }
}

/* Catering and Parties Pages styling Ends */

/* Contact Page Styling Starts */

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form-wrap {
  background: #fff;
  border: 1px solid rgba(26,20,16,0.09);
  border-radius: 12px;
  padding: 48px 44px 52px;
  box-shadow: 0 2px 40px rgba(26,20,16,0.06);
}

.contact-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-flex p {
  margin: 0 0 20px;
}
.contact-form > p {
  margin: 0 0 20px;
}

.contact-form-wrap label,
.contact-form-wrap .label-required {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B5C4E;
  margin-bottom: 7px;
}
.label-required::after {
  content: ' *';
  color: #E8590C;
}

.contact-form-wrap .wpcf7-form input[type="text"],
.contact-form-wrap .wpcf7-form input[type="email"],
.contact-form-wrap .wpcf7-form input[type="tel"],
.contact-form-wrap .wpcf7-form textarea {
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  color: #1A1410 !important;
  background: #F5F2ED !important;
  border: 1.5px solid rgba(26,20,16,0.18) !important;
  border-radius: 6px !important;
  padding: 13px 16px !important;
  outline: none !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s !important;
  -webkit-appearance: none;
}
.contact-form-wrap .wpcf7-form input[type="text"]:focus,
.contact-form-wrap .wpcf7-form input[type="email"]:focus,
.contact-form-wrap .wpcf7-form input[type="tel"]:focus,
.contact-form-wrap .wpcf7-form textarea:focus {
  border-color: #E8590C !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(232,89,12,0.09) !important;
}
.contact-form-wrap .wpcf7-form input::placeholder,
.contact-form-wrap .wpcf7-form textarea::placeholder {
  color: #9B8C7E !important;
  font-size: 14px !important;
}
.contact-form-wrap .wpcf7-form textarea {
  height: 130px !important;
  resize: none !important;
}

.customCheckboxWrap {
  margin: 4px 0 24px !important;
}
.customCheckboxWrap .wpcf7-list-item {
  margin: 0 !important;
}
.customCheckboxWrap label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
  cursor: pointer !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #6B5C4E !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
.customCheckboxWrap input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  flex-shrink: 0 !important;
  margin-top: 2px !important;
  accent-color: #E8590C !important;
  cursor: pointer !important;
}
.wpcf7-list-item-label {
  font-size: 13px;
  color: #6B5C4E;
  line-height: 1.6;
}

.contact-form-wrap .wpcf7-form .wpcf7-submit,
.contact-form-wrap .wpcf7-form button[type="submit"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  background: #E8590C !important;
  color: #fff !important;
  border: none !important;
  padding: 17px 40px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s !important;
}
.contact-form-wrap .wpcf7-form .wpcf7-submit:hover,
.contact-form-wrap .wpcf7-form button[type="submit"]:hover {
  background: #F4813A !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 36px rgba(232,89,12,0.22) !important;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
  display: block !important;
}
.wpcf7-response-output {
  font-size: 13px !important;
  padding: 12px 16px !important;
  margin: 16px 0 0 !important;
  border-radius: 6px !important;
}
.wpcf7-mail-sent-ok {
  border-color: #27ae60 !important;
  color: #27ae60 !important;
  background: #f0faf4 !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-aborted {
  border-color: #c0392b !important;
  color: #c0392b !important;
  background: #fdf0f0 !important;
}

.contact-map-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(26,20,16,0.09);
  box-shadow: 0 2px 40px rgba(26,20,16,0.06);
}
.contact-map {
  width: 100%;
  overflow: hidden;
}
.contact-map iframe {
  width: 100%;
  height: 590px;
  border: none;
  display: block;
}
.contact-map-buttons {
  background: #fff;
  padding: 0;
}
.map-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #E8590C;
  color: #fff;
  padding: 18px 32px;
  text-decoration: none;
  transition: background 0.25s;
}
.map-btn:hover {
  background: #F4813A;
}
.map-btn svg {
  flex-shrink: 0;
  fill: #fff;
}
@media (max-width: 1024px) {
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-map iframe {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .contact-flex {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-form-wrap {
    padding: 36px 24px 40px;
  }
  .contact-map iframe {
    height: 280px;
  }
}

/* Contact Page Styling Ends */

/* Online Ordering Page Styling Starts */

.oo-section {
  padding: 80px 0 80px;
}

.oo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.oo-card {
  background: #fff;
  border: 1px solid rgba(26,20,16,0.09);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.3s ease,
              border-color 0.3s ease;
}
.oo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(26,20,16,0.12);
  border-color: rgba(232,89,12,0.25);
}

.oo-card-bar { height: 4px; width: 100%; }
.oo-card--dd       .oo-card-bar { background: linear-gradient(90deg, #E8590C, #F4813A); }
.oo-card--uber     .oo-card-bar { background: linear-gradient(90deg, #06C167, #00a54f); }
.oo-card--doordash .oo-card-bar { background: linear-gradient(90deg, #FF3008, #FF6340); }

.oo-card-logo {
  padding: 20px 30px 20px;
  display: flex;
  align-items: center;
  min-height: 110px;
}
.oo-card-logo img {
  max-width: 180px;
  min-height: 150px;
  object-fit: contain;
  display: block;
}

.oo-card-divider {
  height: 1px;
  background: rgba(26,20,16,0.07);
  margin: 0 28px;
}

.oo-card-body {
  padding: 22px 28px 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.oo-card-type {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9B8C7E;
}
.oo-card-desc {
  font-size: 15px;
  color: #6B5C4E;
  flex: 1;
  margin: 0;
}

.oo-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.oo-pill {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  border-radius: 100px;
  background: #F5F2ED;
  color: #6B5C4E;
  border: 1px solid rgba(26,20,16,0.10);
}
.oo-pill--saffron {
  background: rgba(232,89,12,0.08);
  color: #E8590C;
  border-color: rgba(232,89,12,0.20);
}

.oo-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #E8590C;
  color: #fff;
  padding: 14px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.oo-card-btn:hover {
  background: #F4813A;
  transform: translateY(-1px);
}
.oo-card-btn svg { flex-shrink: 0; }
.oo-note {
  text-align: center;
  margin-top: 48px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  color: #9B8C7E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.oo-note::before,
.oo-note::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: rgba(26,20,16,0.15);
}

@media (max-width: 991px) {
	.oo-section { padding: 60px 0 60px; }	
	.oo-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width:767px) {
  .oo-section { padding: 40px 0 40px; }	
  .oo-grid { grid-template-columns: 1fr; }
}

/* Online Ordering Page Styling Ends */

/* About Page Styling Starts */

.about-page h4.label {
  font-family: 'Inter 18pt';
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E8590C;
  margin-bottom: 10px;
}
.about-page h4.label::before {
  content: '';
  width: 36px;
  height: 1px;
  background: #E8590C;
  opacity: 0.6;
}

.about-page h4.label::after {
  content: '';
  width: 36px;
  height: 1px;
  background: #E8590C;
  opacity: 0.6;
}

.story-section {
  padding: 90px 0px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.story-text h2,
.why-header h2,
.experience-text h2 {
  font-size: 54px;
  line-height: 61px;
  letter-spacing: 0.5px;
  color: #1A1410;
  margin: 0 0 24px;
}

.story-text h2 em,
.why-header h2 em,
.experience-text h2 em {
  color: #e8590c;
  font-style: normal;
}

.story-text p,
.why-header p,
.experience-text p {
  font-size: 15px;
  line-height: 24px;
  color: #4a3f34;
}

.story-images {
  position: relative;
  height: 500px;
}
.img-main {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(0,0,0,0.14);
}
.img-main img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.img-main:hover img,
.img-thumb:hover img { transform: scale(1.04); }
.img-thumb {
  position: absolute;
  bottom: -35px; left: -30px;
  width: 55%;
  height: 33%;
 border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.15);
  border: 4px solid #fff;
}
.img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  
}
.why-section {
  padding: 80px 0px;
}
.why-header {
  text-align: center;
  margin: 0 auto 4rem;
}
.why-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: 300px 260px;
  gap: 14px;
}
.why-tile {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: default;
}
.why-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.why-tile:hover img { transform: scale(1.06); }

.why-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(26,24,20,0.18) 0%, rgba(26,24,20,0.72) 100%);
  transition: opacity 0.3s;
}
.why-tile:hover::after {
  background: linear-gradient(160deg, rgba(26,24,20,0.25) 0%, rgba(26,24,20,0.82) 100%);
}

.why-tile-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.6rem 1.6rem 1.4rem;
  z-index: 2;
  transition: transform 0.3s ease;
}
.why-tile:hover .why-tile-body { transform: translateY(0); }
.why-tile-body h3 {
  font-size: 22px;
  color: #fff;
  line-height: 29px;
  margin-bottom: 10px;
}
.why-tile-body p {
  font-size: 14px;
  color: rgba(255,255,255,0.78);
  line-height: 21px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.3s ease;
}
.why-tile:hover .why-tile-body p {
  max-height: 100px;
  opacity: 1;
}
.why-tile:hover .why-tile-body::before { width: 36px; }

.why-tile--large {
  grid-column: 1;
  grid-row: 1 / 3;
}
.why-tile--wide {
  grid-column: 2 / 4;
  grid-row: 1;
}
.why-tile--sm1 { grid-column: 2; grid-row: 2; }
.why-tile--sm2 { grid-column: 3; grid-row: 2; }

.why-row2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
.why-row2 .why-tile { height: 240px; }

.experience-section {
  background: var(--cream);
  padding: 6rem 0;
}

.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.experience-image {
  width: 550px;
  height: 550px;
}
.experience-image img {
  width: 100%; height: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.experience-image:hover img { transform: scale(1.04); }

.exp-sub {
  font-size: 18px !important;
  font-style: italic;
  line-height: 28px !important;
  color: #4a3f34 !important;
  margin: 0 0 30px;
  padding-left: 15px;
  border-left: 2px solid #E8590C;
  font-family: 'Playfair Display';
}

@media (max-width: 1200px) {
  .story-text h2,
  .why-header h2,
  .experience-text h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .story-grid { gap: 50px; }

  .experience-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}
@media (max-width: 900px) {
	.story-section{
		padding:90px 0px 40px 0px;
	}
  .story-grid,
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .story-text h2,
  .why-header h2,
  .experience-text h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .story-images {
    height: 480px;
    order: -1;
  }
  .img-main img { height: 100%; }
  .img-thumb {
    width: 50%;
    height: 38%;
    bottom: -25px;
    right: 0px;
    left: auto;

  }
  .experience-image {
    aspect-ratio: 16 / 9;
    order: -1;
  }
  .why-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px 260px;
  }
  .why-tile--large { grid-column: 1 / 3; grid-row: 1; }
  .why-tile--wide  { grid-column: 1;     grid-row: 2; }
  .why-tile--sm1   { grid-column: 2;     grid-row: 2; }
  .why-tile--sm2   { grid-column: 1;     grid-row: 3; }

  .why-row2 { grid-template-columns: repeat(2, 1fr); }
  .why-row2 .why-tile:last-child { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  .story-section,
  .why-section,
  .experience-section { padding: 3.5rem 0; }

  .story-text h2,
  .why-header h2,
  .experience-text h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 16px;
  }

  .story-images { height: 300px; }
  .img-thumb { display: none; }

  .experience-image { aspect-ratio: 4 / 3; }

  .why-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 240px);
  }
  .why-tile--large,
  .why-tile--wide,
  .why-tile--sm1,
  .why-tile--sm2 { grid-column: 1; grid-row: auto; }

  .why-row2 { grid-template-columns: 1fr; }
  .why-row2 .why-tile:last-child { grid-column: 1; }

  .why-tile-body p { max-height: 100px; opacity: 1; }

  .exp-sub { font-size: 16px !important; line-height: 24px !important; }
}
/* About Page Styling Ends */

/* Special Offers Page Styling Starts */

.offers-page-content {
  padding: 0;
  position: relative;
  overflow: visible;
}

.offers-slider-section {
  padding: 80px 0 0;
}

.offers-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.offers-slide {
  display: none;
  width: 100%;
  animation: offerFadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes offerFadeIn {
  from {
    opacity: 0;
    transform: scale(1.02);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.offers-slide.active {
  display: block;
}
.offers-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@keyframes offerFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.offers-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}
.offers-slider-nav:hover {
  background: rgba(232,89,12,0.25);
  border-color: #E8590C;
  transform: translateY(-50%) scale(1.08);
}
.offers-slider-nav--prev { left: 24px; }
.offers-slider-nav--next { right: 24px; }

.offers-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.offers-slider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.3s, width 0.3s, border-radius 0.3s;
}
.offers-slider-dot.active {
  background: #E8590C;
  width: 22px;
  border-radius: 3px;
}

.offers-slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255,255,255,0.08);
  z-index: 4;
}
.offers-slider-progress-bar {
  height: 100%;
  background: #E8590C;
  width: 0%;
  transition: width linear;
}

.offers-section {
  padding: 60px 0 100px;
}

.offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.offer-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  min-height: 250px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1),
              box-shadow 0.3s ease;
}
.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(26,20,16,0.22);
}

.offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(0 0 0 / 17%) 0%, rgb(0 0 0 / 11%) 45%, rgb(0 0 0 / 0%) 75%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1;
  border-radius: 20px;
  pointer-events: none;
}

.offer-card-body {
  flex: 1;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
  max-width: 280px;
}

.offer-card-name {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin: 0;
}

.offer-card-line {
  width: 40px;
  height: 2px;
  background: rgba(255,255,255,0.65);
  border-radius: 2px;
  flex-shrink: 0;
}

.offer-card-desc {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,1);
  margin: 0;
  flex: 1;
}

.offer-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter 18pt';
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  transition: gap 0.25s;
  align-self: flex-start;
  text-transform: uppercase;
}
.offer-card-btn:hover {
  gap: 10px;
}
.offer-card-btn svg {
  flex-shrink: 0;
  transition: transform 0.25s;
}
.offer-card-btn:hover svg {
  transform: translateX(3px);
}

@media screen and (max-width: 991px) {
	.offers-slider-section {
		padding: 70px 0 0;
	}
	.offers-slider-nav {
		width: 42px;
		height: 42px;
	}
	.offers-slider-nav--prev {
		left: 15px;
	}
	.offers-slider-nav--next {
		right: 15px;
	}
	.offers-slider-dots {
		bottom: 15px;
	}
	.offers-section {
		padding: 50px 0 80px;
	}
	.offers-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.offer-card {
		min-height: 260px;
	}
	.offer-card-body {
		max-width: 340px;
		padding: 24px;
	}
	.offer-card-name {
		font-size: 22px;
	}
	.offer-card-desc {
		font-size: 13px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 767px) {
	.offers-slider-section {
		padding: 60px 0 0;
	}
	.offers-slider-nav {
		width: 38px;
		height: 38px;
	}
	.offers-slider-nav svg {
		width: 16px;
		height: 16px;
	}
	.offers-slider-nav--prev {
		left: 10px;
	}
	.offers-slider-nav--next {
		right: 10px;
	}
	.offers-slider-dots {
		bottom: 12px;
		gap: 6px;
	}
	.offers-slider-dot {
		width: 5px;
		height: 5px;
	}
	.offers-slider-dot.active {
		width: 18px;
	}
	.offers-section {
		padding: 40px 0 60px;
	}
	.offers-grid {
		gap: 16px;
	}
	.offer-card {
		min-height: 220px;
		border-radius: 16px;
		background-position: center;
	}
	.offer-card::before {
		border-radius: 16px;
		background: linear-gradient(
			90deg,
			rgba(0,0,0,0.55) 0%,
			rgba(0,0,0,0.35) 55%,
			rgba(0,0,0,0.10) 100%
		);
	}
	.offer-card-body {
		max-width: 250px;
		padding: 20px;
		gap: 12px;
	}
	.offer-card-name {
		font-size: 20px;
		line-height: 1.2;
	}
	.offer-card-line {
		width: 32px;
	}
	.offer-card-desc {
		font-size: 12px;
		line-height: 1.55;
	}
	.offer-card-btn {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.offers-slider-section {
		padding: 50px 0 0;
	}
	.offers-slider-nav {
		width: 34px;
		height: 34px;
	}
	.offers-slider-nav--prev {
		left: 8px;
	}
	.offers-slider-nav--next {
		right: 8px;
	}
	.offers-slider-dots {
		bottom: 10px;
	}
	.offer-card {
		min-height: 200px;
		border-radius: 14px;
	}
	.offer-card::before {
		border-radius: 14px;
	}
	.offer-card-body {
		max-width: 220px;
		padding: 18px;
	}
	.offer-card-name {
		font-size: 18px;
	}
	.offer-card-desc {
		font-size: 11px;
		line-height: 1.5;
	}
	.offer-card-btn {
		font-size: 11px;
	}
}
/* Special Offers Page Styling Starts */

/* Detailed page Styling Starts */

.cp-hero {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  padding: 30px 0;
}
.cp-hero__img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  padding:0px 100px;
}

.cp-top__left span,
.cp-bottom__left span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.cp-top__left span {
  color: #ffffff;
}
.cp-top__left span::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #ffffff;
  flex-shrink: 0;
}
.cp-bottom__left span {
  color: #E8590C;
}
.cp-bottom__left span::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #E8590C;
  flex-shrink: 0;
}
.cp-top__left h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  color: #ffffff;
  margin: 0 0 25px;
}
.cp-top__left blockquote,
.cp-top__left p {
  font-size: 14px;
  line-height: 21px;
  color: rgba(255,255,255,0.80);
  border-left: 3px solid rgba(255,255,255,0.4);
  padding-left: 20px;
  margin: 0;
  font-family: 'Inter 18pt', sans-serif;
}

.cp-top__right h3,
.cp-bottom__left h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  color: #1A1410;
  margin: 0 0 18px;
}
.cp-hero__title{
  font-size: 40px;
  font-weight: 400;
  line-height: 47px;
  color: #1A1410;
  margin: 0 0 18px;
  text-align:center;
   padding:60px 60px 0px 60px;
}

.cp-top__right p,
.cp-bottom__left p {
  font-size: 15px;
  line-height: 22px;
  color: #4a3f34;
  margin: 0 0 20px;
  font-family: 'Inter 18pt', sans-serif;
}

.cp-bottom__left h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #1A1410;
  margin: 32px 0 12px;
}

.cp-top__right hr,
.cp-bottom__left hr {
  width: 100%;
  height: 1px;
  background: #d9d0c5;
  border: none;
  margin: 28px 0;
}

.cp-top__right ul,
.cp-bottom__left ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.cp-top__right ul li,
.cp-bottom__left ul li {
  display: list-item;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #4a3f34;
  font-family: 'Inter 18pt', sans-serif;
  position: relative;
  padding:5px 30px;
}
.cp-top__right ul li:last-child,
.cp-bottom__left ul li:last-child {
  border-bottom: none;
}
li strong {
  display: inline; 
  font-weight: 700;
}
.cp-top__right ul li::before,
.cp-bottom__left ul li::before {
  content: '';
  display: inline-flex;
  position:absolute;
  margin-left:-27px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #E8590C;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.5L4.5 9L10 3.5' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.cp-bottom__left ul.cp-tags {
  margin: 0 0 28px;
}
.cp-bottom__left ul.cp-tags li {
  font-size: 14px;
  border-bottom: none;
  padding: 5px 0;
}
.cp-bottom__left ul.cp-tags li::before {
  display: none; 
}

.cp-watermark {
  position: absolute;
  bottom: -30px;
  right: -10px;
  font-family: 'Playfair Display', serif;
  font-size: 280px;
  font-weight: 700;
  color: rgba(255,255,255,0.10);
  line-height: 1;
  user-select: none;
  pointer-events: none;
  z-index: 0;
}

.cp-top,
.cp-bottom {
  width: 100%;
  display: table;
  table-layout: fixed;
  min-height: 600px;
}
.cp-bottom { padding-bottom: 80px; }
.cp-top    { padding-top: 80px; }

.cp-top__left,
.cp-top__right,
.cp-bottom__left,
.cp-bottom__right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.cp-top__left {
  background: #E8590C;
  position: relative;
  overflow: hidden;
  padding: 60px 56px 60px 60px;
}

.cp-top__right {
  background: #F5F2ED;
  padding: 60px 64px 60px 60px;
}

.cp-bottom__left {
  background: #FFF8F7;
  padding: 0 60px;
}

.cp-bottom__right img {
  width: 100%;
  height: 680px;
  min-height: 600px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .cp-top,
  .cp-bottom {
    display: block;
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cp-top__left,
  .cp-top__right,
  .cp-bottom__left,
  .cp-bottom__right {
    display: block;
    width: 100%;
  }

  .cp-top__left  { padding: 48px 32px; }
  .cp-top__right { padding: 48px 32px; }

  .cp-top__left h2,
  .cp-top__right h3,
  .cp-bottom__left h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .cp-watermark { font-size: 180px; }

  .cp-bottom__left { padding: 48px 32px; }

  .cp-bottom__right img { min-height: 360px; }

  .cp-bottom__left h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 600px) {

  .cp-hero { padding: 16px 0; }
  .cp-hero__img { border-radius: 10px; }

  .cp-top__left  { padding: 36px 20px; }
  .cp-top__right { padding: 36px 20px; }

  .cp-top__left h2,
  .cp-top__right h3,
  .cp-bottom__left h2 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 14px;
  }

  .cp-watermark {
    font-size: 120px;
    bottom: -16px;
    right: -6px;
  }

  .cp-top__left blockquote,
  .cp-top__left p {
    font-size: 13px;
    line-height: 20px;
  }

  .cp-bottom__left { padding: 36px 20px; }

  .cp-bottom__right img { min-height: 260px; }

  .cp-bottom__left h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 24px;
  }

  .cp-top__right p,
  .cp-bottom__left p {
    font-size: 14px;
    line-height: 21px;
  }

  .cp-top__right ul li,
  .cp-bottom__left ul li {
    font-size: 14px;
  }

  .cp-top__left span,
  .cp-bottom__left span {
    font-size: 11px;
  }

  .cp-top__right hr,
  .cp-bottom__left hr {
    margin: 20px 0;
  }
}
/* Detailed Page Styling Ends */

/* Legal Pages Styling Starts*/

.legal-pages p,
.legal-pages > .container > *:not(h3):not(h2):not(h1):not(b) {
  font-size: 15px;
  line-height: 1.8;
  color: #6B5C4E;
  margin-bottom: 20px;
  display: block;
}

.legal-pages h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1A1410;
  margin: 40px 0 12px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(232,89,12,0.15);
  position: relative;
}
.legal-pages h3::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #E8590C;
}
.legal-pages h3:first-of-type {
  margin-top: 0;
}
.legal-pages b,
.legal-pages strong {
  font-size: 14px;
  font-weight: 600;
  color: #1A1410;
  display: block;
  margin-top: 8px;
}

.legal-pages a {
  color: #E8590C;
  text-decoration: none;
  border-bottom: 1px solid rgba(232,89,12,0.3);
  transition: border-color 0.2s, color 0.2s;
}
.legal-pages a:hover {
  color: #F4813A;
  border-color: #F4813A;
}

.legal-pages ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.legal-pages ul li {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #6B5C4E;
  padding: 6px 0 6px 28px;
  position: relative;
  border-bottom: 1px solid rgba(26,20,16,0.06);
}
.legal-pages ul li:last-child {
  border-bottom: none;
}

.legal-pages ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 16px;
  height: 16px;
  background-color: #E8590C;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8l3 3 6-6' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .legal-pages {
    padding: 50px 0 70px;
  }
  .legal-pages h3 {
    font-size: 19px;
    margin-top: 32px;
  }
  .legal-pages .container {
    font-size: 14px;
  }
.legal-pages ul li {
    font-size: 14px;
    padding-left: 24px;
  }
  .legal-pages ul li::before {
    width: 14px;
    height: 14px;
    top: 13px;
  }
}

@media (max-width: 480px) {
  .legal-pages h3 {
    font-size: 17px;
    margin-top: 28px;
  }
  .legal-pages .container {
    font-size: 13px;
    line-height: 1.75;
  }
.legal-pages ul li {
    font-size: 13px;
    line-height: 1.75;
  }
}

/* Legal Pages Styling Ends */

/* Popup Styling Starts */

.pum-overlay {
  background: rgba(26,20,16,0.65) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}
.pum-container {
  background: #fff !important;
  border-radius: 20px !important;
  border: none !important;
  box-shadow: 0 32px 80px rgba(26,20,16,0.22) !important;
  padding: 44px 44px 48px !important;
  font-family: 'Outfit', sans-serif !important;
}

.pum-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.5px !important;
  color: #1A1410 !important;
  margin-bottom: 6px !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.pum-content > p:first-of-type {
  font-size: 15px !important;
  color: #6B5C4E !important;
  line-height: 1.6 !important;
  margin-bottom: 28px !important;
}

.pum-close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(26,20,16,0.12) !important;
  background: #F5F2ED !important;
  color: #6B5C4E !important;
  font-size: 18px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: background 0.2s, color 0.2s, border-color 0.2s !important;
  z-index: 10 !important;
  box-shadow: none !important;
}
.pum-close:hover {
  background: #E8590C !important;
  color: #fff !important;
  border-color: #E8590C !important;
}

.reserve-form,
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.reserve-form .contact-flex,
.contact-form .contact-flex {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}

.reserve-form p.form,
.contact-form p.form,
.pum-content .contact-flex p,
.pum-content p.form {
  margin: 0 0 16px !important;
}

.pum-content label,
.pum-content .label-required {
  display: block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  color: #6B5C4E !important;
  margin-bottom: 7px !important;
}
.pum-content .label-required::after {
  content: ' *' !important;
  color: #E8590C !important;
}

.pum-content .wpcf7-form input[type="text"],
.pum-content .wpcf7-form input[type="email"],
.pum-content .wpcf7-form input[type="tel"],
.pum-content .wpcf7-form input[type="number"],
.pum-content .wpcf7-form textarea,
.pum-content .wpcf7-form input[type="date"] {
  font-family: 'Inter 18pt';
  font-size: 14px !important;
  color: #1A1410 !important;
  background: #F5F2ED !important;
  border: 1.5px solid rgba(26,20,16,0.18) !important;
  border-radius: 6px !important;
  padding: 12px 14px !important;
  outline: none !important;
  width: 100% !important;
  box-shadow: none !important;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s !important;
  -webkit-appearance: none !important;
   letter-spacing: 0.2px;
}
.pum-content .wpcf7-form input[type="text"]:focus,
.pum-content .wpcf7-form input[type="email"]:focus,
.pum-content .wpcf7-form input[type="tel"]:focus,
.pum-content .wpcf7-form input[type="number"]:focus,
.pum-content .wpcf7-form textarea:focus {
  border-color: #E8590C !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(232,89,12,0.09) !important;
}
.pum-content .wpcf7-form input::placeholder,
.pum-content .wpcf7-form textarea::placeholder {
  color: #9B8C7E !important;
  font-size: 13px !important;
}
.pum-content .wpcf7-form textarea {
  height: 100px !important;
  resize: none !important;
}

.pum-content .wpcf7-form button[type="submit"], .pum-content .wpcf7-form .wpcf7-submit {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    font-family: "Inter 18pt" !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    background: #E8590C !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 40px !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    transition: background 0.25s, transform 0.2s !important;
    margin-top: 8px !important;
}
.pum-content .wpcf7-form button[type="submit"]:hover,
.pum-content .wpcf7-form .wpcf7-submit:hover {
  background: #F4813A !important;
  transform: translateY(-2px) !important;
}

.pum-content .wpcf7-not-valid-tip {
  font-size: 11px !important;
  color: #c0392b !important;
  margin-top: 4px !important;
  display: block !important;
}
.pum-content .wpcf7-response-output {
  font-size: 13px !important;
  padding: 10px 14px !important;
  margin: 12px 0 0 !important;
  border-radius: 6px !important;
}
.pum-content .wpcf7-mail-sent-ok {
  border-color: #27ae60 !important;
  color: #27ae60 !important;
  background: #f0faf4 !important;
}
.pum-content .wpcf7-mail-sent-ng,
.pum-content .wpcf7-aborted {
  border-color: #c0392b !important;
  color: #c0392b !important;
  background: #fdf0f0 !important;
}

@media screen and (max-width: 991px) {
	.pum-container {
		padding: 36px 30px 40px !important;
		max-width: 700px !important;
	}
	.pum-title {
		font-size: 28px !important;
	}
	.pum-content > p:first-of-type {
		font-size: 14px !important;
		margin-bottom: 24px !important;
	}
}
@media screen and (max-width: 767px) {
	.pum-container {
		width: calc(100% - 30px) !important;
		max-width: none !important;
		padding: 28px 20px 30px !important;
		border-radius: 16px !important;
	}
	.pum-title {
		font-size: 24px !important;
		line-height: 1.15 !important;
		padding-right: 30px;
	}
	.pum-content > p:first-of-type {
		font-size: 14px !important;
		line-height: 1.6 !important;
		margin-bottom: 20px !important;
	}
	.reserve-form .contact-flex,
	.contact-form .contact-flex {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}
	.pum-content .wpcf7-form input[type="text"],
	.pum-content .wpcf7-form input[type="email"],
	.pum-content .wpcf7-form input[type="tel"],
	.pum-content .wpcf7-form input[type="number"],
	.pum-content .wpcf7-form textarea,
	.pum-content .wpcf7-form input[type="date"]  {
		font-size: 14px !important;
		padding: 12px !important;
	}
	.pum-content .wpcf7-form textarea {
		height: 90px !important;
	}
	.pum-content .wpcf7-form button[type="submit"],
	.pum-content .wpcf7-form .wpcf7-submit {
		width: 100% !important;
		padding: 13px 20px !important;
		font-size: 13px !important;
	}
	.pum-close {
		width: 32px !important;
		height: 32px !important;
		top: 10px !important;
		right: 10px !important;
		font-size: 16px !important;
	}
}

@media screen and (max-width: 480px) {
	.pum-container {
		width: calc(100% - 20px) !important;
		padding: 24px 16px 24px !important;
		border-radius: 14px !important;
	}
	.pum-title {
		font-size: 22px !important;
		margin-bottom: 8px !important;
	}
	.pum-content > p:first-of-type {
		font-size: 13px !important;
		margin-bottom: 18px !important;
	}
	.pum-content label,
	.pum-content .label-required {
		font-size: 10px !important;
	}
	.pum-content .wpcf7-form input[type="text"],
	.pum-content .wpcf7-form input[type="email"],
	.pum-content .wpcf7-form input[type="tel"],
	.pum-content .wpcf7-form input[type="number"],
	.pum-content .wpcf7-form textarea,
    .pum-content .wpcf7-form input[type="date"] {
		font-size: 13px !important;
	}
	.pum-content .wpcf7-form textarea {
		height: 80px !important;
	}
}

/* Popup Styling Ends */

/* Party hall Styling starts */
.party-hall-section {
    background: #FFF8F7;
    padding: 64px 0 72px;
}
.party-hall-intro {
    text-align: center;
    margin-bottom: 44px;
}

.party-hall-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.party-hall-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 320px;
    background: #2a180a;
}
.party-hall-card__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}
.party-hall-card:hover .party-hall-card__image {
    transform: scale(1.05);
}
.party-hall-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 18px 22px 20px;
    background: rgba(0,0,0,0.60);
}
.party-hall-card__title {
    font-size: 18px;
    line-height:25px;
    color: #ffffff;
	letter-spacing:0.6px;
    margin: 0 0 5px;
}
.party-hall-card__desc {
    font-size: 14px;
    line-height:21px;
    color: rgba(255,255,255,0.72);
    margin: 0;
}
.party-hall-card__badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #C8511B;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
}
@media (max-width: 767px) {
    .party-hall-grid { grid-template-columns: 1fr; }
	.party-hall-intro p {
          font-size:13px;
			line-height:22px;}
    .party-hall-card { height: 260px; }
    .party-hall-intro h2 { font-size: 24px;
		line-height:33px; }
	.party-hall-card__title{
		font-size:16px;
		line-height:23px;
	}
}
/* Party hall Styling Ends */