/* ============================================================
   REUSABLE SECTION HEADING — .gandhi-sec-head
   Use this structure across all sections:
   <div class="gandhi-sec-head">
       <span class="gandhi-sec-label">Small Label Text</span>
       <h1/h2/h3 class="gandhi-sec-title">Main Heading</h1/h2/h3>
   </div>
   ============================================================ */

.gandhi-sec-head {
	text-align: center;
	margin-bottom: 30px;
}

.gandhi-sec-label {
	display: block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #C9A84C;
	margin-bottom: 14px;
}

.gandhi-sec-title {
	font-size: 38px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.3;
	margin: 0 0 30px 0;
}

/* ── home-about specific ── */

/* Description text */
.home-about p.desc {
	color: #d0d8d4;
	max-width: 100% !important;
	line-height: 1.8;
}

/* Button: outlined style */
.home-about .cfs-hyperlink {
	background: transparent !important;
	color: #ffffff !important;
	border: 1.5px solid #ffffff !important;
	padding: 13px 28px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
}

.home-about .cfs-hyperlink:hover {
	background: #ffffff !important;
	color: #163830 !important;
}

/* Circle: top-left */
.home-about .img-rotate-1 {
	top: 0;
	bottom: auto;
	margin: 0;
}

/* Circle: bottom-right */
.home-about .img-rotate-2 {
	top: auto;
	bottom: 0;
	margin: 0;
}

/* Dark variant for light bg sections */
.gandhi-sec-title--dark {
	color: #163830;
}

@media (max-width: 768px) {
	.gandhi-sec-title {
		font-size: 26px;
	}

	.home-about p.desc {
		max-width: 90%;
	}
}

/* ============================================================
   SERVICES SECTION — .gandhi-services
   ============================================================ */

.gandhi-services {
	background: #f5f3ee;
}

.gandhi-services-grid {
	display: flex;
	gap: 16px;
	flex-wrap: nowrap;
}

/* ── Card ── */
.gandhi-service-card {
	flex: 1;
	position: relative;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gandhi-service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
	text-decoration: none;
}

/* ── Card Image Area ── */
.gandhi-card-icon {
	height: 26rem;
	overflow: hidden;
	position: relative;
}

.gandhi-card-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.gandhi-service-card:hover .gandhi-card-icon img {
	transform: scale(1.07);
}

/* Strong bottom gradient — title sits above */
.gandhi-card-icon::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(6, 16, 10, 0.92) 0%,
			rgba(6, 16, 10, 0.4) 40%,
			transparent 70%);
	z-index: 1;
	transition: opacity 0.4s ease;
}

/* Gold left border accent — slides in on hover */
.gandhi-service-card::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 0;
	background: #C9A84C;
	z-index: 5;
	transition: height 0.4s ease;
}

.gandhi-service-card:hover::before {
	height: 100%;
}

/* ── Card Body — overlaid on image ── */
.gandhi-card-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 24px 22px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: transparent;
	border-top: none;
}

.gandhi-card-body span {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.4;
	letter-spacing: 0.3px;
}

/* Arrow — circle, bottom right */
.gandhi-card-body>.fa {
	flex-shrink: 0;
	color: #ffffff;
	font-size: 13px;
	border: 1.5px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	line-height: 33px;
	text-align: center;
	display: inline-block;
	transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
	margin-left: 12px;
}

.gandhi-service-card:hover .gandhi-card-body>.fa {
	background: #C9A84C;
	border-color: #C9A84C;
	color: #1a1a1a;
}

/* ── Halal Certified Card ── */
.gandhi-card-halal .gandhi-card-icon img {
	object-fit: cover;	
	background: #1a2a1e;
}

/* ============================================================
   MENU SECTION — .gandhi-menu-section
   ============================================================ */

.gandhi-menu-section {
	position: relative;
	background: url('https://indianrestaurantgandhi.com/wp-content/uploads/2026/04/food-image-blurr.webp') center center / cover no-repeat !important;    background-attachment: fixed !important;  }


/* Dark overlay */
.gandhi-menu-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(6, 10, 8, 0.68);
	z-index: 0;
}

.gandhi-menu-section .container {
	position: relative;
	z-index: 1;
}

/* ── Tab Nav ── */
.gandhi-tab-nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 32px;
}

.gandhi-tab-btn {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.18);
	    color: #efefef;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 9px 18px;
	cursor: pointer;
	border-radius: 2px;
	transition: all 0.22s ease;
	outline: none;
}

.gandhi-tab-btn:hover {
	border-color: #C9A84C;
	color: #C9A84C;
}

.gandhi-tab-btn.active {
	background: #C9A84C;
	border-color: #C9A84C;
	color: #1a1a1a;
}

/* ── Tab Content Wrap — compact centered ── */
.gandhi-tab-content-wrap {
	position: relative;
	min-height: 260px;
	max-width: 820px;
	margin: 0 auto;
}

/* Override absolute positioning — let content flow normally */
.gandhi-tab-content-wrap .tabcontent {
	position: relative !important;
	width: 100% !important;
	margin: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: none !important;
	display: none;
}

.gandhi-tab-content-wrap .tabcontent.active {
	display: block;
}

/* ── Button separator ── */
.gandhi-menu-footer {
	text-align: center;
	margin-top: 0;
	padding-top: 32px;
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/* ── Dish rows — fresh UI ── */

/* Reset old dashed border style */
.gandhi-menu-section .home-menu .dish {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
	padding: 20px 24px !important;
	margin: 0 !important;
	border-radius: 0;
	position: relative;
	transition: background 0.3s ease;
	backdrop-filter: none !important;
}

/* First dish — top border */
.gandhi-menu-section .home-menu .dish:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
}

/* Hover state */
.gandhi-menu-section .home-menu .dish:hover {
	background: rgba(201, 168, 76, 0.05);
}

/* Gold left bar — slides in on hover */
.gandhi-menu-section .home-menu .dish::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #C9A84C;
	transform: scaleY(0);
	transition: transform 0.3s ease;
	transform-origin: bottom;
}

.gandhi-menu-section .home-menu .dish:hover::before {
	transform: scaleY(1);
}

/* Dish name */
.gandhi-menu-section .dish-name {
	width: 28%;
	flex-shrink: 0;
}

.gandhi-menu-section .dish-name .dish-para {
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	transition: color 0.25s ease;
}

.gandhi-menu-section .home-menu .dish:hover .dish-name .dish-para {
	color: #C9A84C;
}

/* Description */
.gandhi-menu-section .dish-dc {
	flex: 1;
	padding: 0 30px;
}

.gandhi-menu-section .dish-dc p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
}

.gandhi-menu-section .dish-dc .para-nl {
	color: rgba(255, 255, 255, 0.8);
}

.gandhi-menu-section .dish-dc .para-en {
	color: rgba(255, 255, 255, 0.8);
	font-style: italic;
}

/* Price */
.gandhi-menu-section .pric {
	flex-shrink: 0;
	text-align: right;
}

.gandhi-menu-section .pric .pric-para {
	background: transparent !important;
	color: #C9A84C;
	font-size: 15px;
	font-weight: 700;
	min-height: unset !important;
	min-width: unset !important;
	padding: 0 !important;
	letter-spacing: 0.5px;
	display: block !important;
}

/* ── View Full Menu Button ── */
.gandhi-btn-outline-gold {
	display: inline-block;
	padding: 11px 32px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #C9A84C;
	border: 1.5px solid #C9A84C;
	background: transparent;
	text-decoration: none;
	transition: all 0.25s ease;
}

.gandhi-btn-outline-gold:hover {
	background: #C9A84C;
	color: #1a1a1a;
	text-decoration: none;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */

/* ── Tablet ── */
@media (max-width: 900px) {

	/* Services cards */
	.gandhi-services-grid {
		flex-wrap: wrap;
		gap: 14px;
	}

	.gandhi-service-card {
		flex: 0 0 calc(50% - 14px);
	}

	.gandhi-card-icon {
		height: 20rem;
	}

	/* Menu dish rows */
	.gandhi-menu-section .dish-name {
		width: 35%;
	}

	.gandhi-menu-section .dish-dc {
		padding: 0 16px;
	}
}

/* ── Mobile ── */
@media (max-width: 640px) {

	/* Banner — reduce padding-top */
	.gandhi-banner {
		padding-top: 80px !important;
		min-height: 360px;
		align-items: flex-end;
		padding-bottom: 40px;
	}

	.gandhi-banner-content {
		padding: 0 20px 20px;
	}

	.gandhi-heading {
		font-size: 26px !important;
	}

	.gandhi-subtext {
		font-size: 13px;
	}

	.gandhi-btns {
		flex-direction: column;
		gap: 10px;
	}

	.gandhi-btn {
		text-align: center;
		padding: 12px 20px;
		font-size: 13px;
	}

	/* Timing bar */
	.gandhi-timing-bar {
		flex-direction: column;
		gap: 4px;
		padding: 12px 16px;
		font-size: 13px;
	}

	.gandhi-timing-sep {
		display: none;
	}

	/* Reviews bar */
	.gandhi-reviews-bar {
		gap: 16px;
		padding: 12px 16px;
	}

	.gandhi-review-divider {
		display: none;
	}

	.gandhi-review-logo {
		height: 18px;
	}

	.gandhi-review-stars {
		height: 13px;
	}

	.gandhi-review-text {
		font-size: 12px;
	}

	/* Services cards */
	.gandhi-service-card {
		flex: 0 0 100%;
	}

	.gandhi-card-icon {
		height: 16rem;
	}

	/* Menu tabs */
	.gandhi-tab-nav {
		gap: 4px;
		margin-bottom: 20px;
	}

	.gandhi-tab-btn {
		padding: 8px 12px;
	}

	/* Menu dish rows — stack on mobile */
	.gandhi-menu-section .home-menu .dish {
		flex-wrap: wrap;
		padding: 14px 16px !important;
		gap: 4px;
		align-items: normal;
	}

	.gandhi-menu-section .pric .pric-para {
		top: 15px;
	}

	.gandhi-menu-section .dish-name {
		width: 70%;
		flex-shrink: 0;
	}

	.gandhi-menu-section .pric {
		width: 30%;
		text-align: right;
	}

	.gandhi-menu-section .dish-dc {
		width: 100%;
		padding: 4px 0 0 0;
	}

	.gandhi-menu-section .dish-dc p {
		font-size: 12px;
	}

	/* Menu footer button */
	.gandhi-tab-content-wrap,
	.gandhi-menu-footer {
		max-width: 100%;
	}

	/* Section heading */
	.gandhi-sec-title {
		font-size: 24px !important;
	}
}

/* ============================================================
   GANDHI BANNER — Home Page
   ============================================================ */

/* Wrapper */
.gandhi-banner-wrap {
	width: 100%;
}

/* ── Main Banner ── */
.gandhi-banner {
	position: relative;
	width: 100%;
	min-height: 480px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	z-index: 1;
	padding-top: 190px;
}

/* Dark overlay on top of image */
.gandhi-banner-overlay {
	position: absolute;
	inset: 0;
	background: rgba(10, 28, 18, 0.372);
	z-index: 0;
}

/* Content sits above overlay */
.gandhi-banner-content {
	position: relative;
	z-index: 2;
	max-width: 820px;
	padding: 60px 60px;
}

/* ── Badge ── */
.gandhi-badge {
	display: inline-block;
	border: 1.5px solid #C9A84C;
	color: #C9A84C;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 5px 14px;
	margin-bottom: 22px;
}

/* ── Heading ── */
.gandhi-heading {
	font-size: 42px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.25;
	margin: 0 0 18px 0;
	display: block;
}

.gandhi-heading .gandhi-gold {
	color: #C9A84C;
}

/* ── Subtext ── */
.gandhi-subtext {
	font-size: 14px;
	color: #d0d8d4;
	line-height: 1.8;
	margin: 0 0 30px 0;
}

/* ── Buttons ── */
.gandhi-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.gandhi-btn {
	display: inline-block;
	padding: 13px 24px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.25s ease;
	cursor: pointer;
}

.gandhi-btn-gold {
	background-color: #C9A84C;
	color: #1a1a1a;
	border: 2px solid #C9A84C;
}

.gandhi-btn-gold:hover {
	background-color: #b8943e;
	border-color: #b8943e;
	color: #1a1a1a;
}

.gandhi-btn-outline {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #ffffff;
}

.gandhi-btn-outline:hover {
	background-color: #ffffff;
	color: #1a1a1a;
}

/* ── Timing Bar ── */
.gandhi-timing-bar {
	width: 100%;
	background-color: #1e3a2f;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 500;
}

.gandhi-timing-bar .fa {
	color: #C9A84C;
	font-size: 16px;
}

.gandhi-timing-item strong {
	color: #C9A84C;
	font-weight: 700;
}

.gandhi-timing-sep {
	color: #5a8a6a;
	font-size: 18px;
}

/* ── Reviews Bar ── */
.gandhi-reviews-bar {
	width: 100%;
	background-color: #f5f5f3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	padding: 16px 20px;
	flex-wrap: wrap;
}

.gandhi-review-item {
	display: flex;
	align-items: center;
	gap: 10px;
}

.gandhi-review-logo {
	height: 22px;
	width: auto;
	/* Remove white background from logo images */
	mix-blend-mode: multiply;
}

.gandhi-review-stars {
	height: 15px;
	width: auto;
	mix-blend-mode: multiply;
}

.gandhi-review-text {
	font-size: 13px;
	color: #555555;
	font-weight: 500;
}

.gandhi-review-divider {
	width: 1px;
	height: 36px;
	background-color: #cccccc;
}

/* banner responsive handled in mobile block above */

/* ============================================================
   GUEST REVIEWS SECTION — SLIDER
   ============================================================ */

.gandhi-guest-reviews {
	background: #f5f3ee;
}

/* Slider wrapper: prev/next + track */
.gandhi-reviews-slider {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gandhi-reviews-track-wrap {
	flex: 1;
	overflow: hidden;
}

.gandhi-reviews-track {
	display: flex;
	gap: 24px;
	transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	will-change: transform;
}

/* ── Review Card ── */
.gandhi-review-card {
	flex: 0 0 calc(33.333% - 16px);
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.gandhi-review-card:hover {
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

/* Top row: stars + platform badge */
.gandhi-rc-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.gandhi-rc-stars {
	font-size: 17px;
	color: #C9A84C;
	letter-spacing: 2px;
}

.gandhi-rc-platform-icon {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 3px 9px;
	border-radius: 20px;
	white-space: nowrap;
}

.gandhi-rc-platform-icon.is-google {
	background: #e8f0fe;
	color: #1a73e8;
}

.gandhi-rc-platform-icon.is-tripadvisor {
	background: #e6f4ea;
	color: #00aa6c;
}

/* Review text */
.gandhi-rc-text {
	font-size: 14px;
	color: #444444;
	line-height: 1.78;
	font-style: italic;
	margin: 0;
	flex: 1;
}

/* Author row */
.gandhi-rc-author {
	display: flex;
	align-items: center;
	gap: 12px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	padding-top: 16px;
	margin-top: auto;
}

.gandhi-rc-avatar {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #163830;
	color: #C9A84C;
	font-size: 15px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-transform: uppercase;
}

.gandhi-rc-name {
	font-size: 14px;
	font-weight: 700;
	color: #1a1a1a;
}

/* Prev / Next buttons */
.gandhi-slider-btn {
	background: #163830;
	color: #C9A84C;
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	line-height: 1;
	padding: 0;
}


.gandhi-slider-btn:hover {
	background: #C9A84C;
	color: #ffffff;
	transform: scale(1.08);
}

/* Dots */
.gandhi-slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.gandhi-slider-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: none;
	background: #c9c4bc;
	cursor: pointer;
	padding: 0;
	transition: background 0.2s ease, transform 0.2s ease;
}

.gandhi-slider-dot.active {
	background: #C9A84C;
	transform: scale(1.3);
}

/* Read all reviews link */
.gandhi-reviews-footer-link {
	text-align: center;
	margin-top: 28px;
}

.gandhi-reviews-footer-link a {
	font-size: 14px;
	color: #163830;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: 500;
	transition: color 0.2s ease;
}

.gandhi-reviews-footer-link a:hover {
	color: #C9A84C;
}

/* ── Responsive ── */
@media (max-width: 900px) {
	.gandhi-review-card {
		flex: 0 0 calc(50% - 12px);
	}
}

@media (max-width: 640px) {
	.gandhi-review-card {
		flex: 0 0 100%;
	}

	.gandhi-slider-btn {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
}

/* ============================================================
   CTA SECTION
   ============================================================ */

.gandhi-cta-section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 110px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.gandhi-cta-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(10, 30, 20, 0.88) 0%, rgba(22, 56, 48, 0.80) 100%);
	z-index: 0;
}

/* Top-right badge */
.gandhi-cta-badge {
	position: absolute;
	top: 28px;
	right: 28px;
	z-index: 2;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #C9A84C;
	border: 1.5px solid #C9A84C;
	padding: 7px 14px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.25);
}

/* Inner content */
.gandhi-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 680px;
	margin: 0 auto;
}

.gandhi-cta-heading {
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 18px;
}

.gandhi-cta-heading::after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	background: #C9A84C;
	margin: 14px auto 0;
	border-radius: 2px;
}

.gandhi-cta-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.75;
	margin: 0 0 36px;
}

.gandhi-cta-btns {
	display: flex;
	gap: 16px;
	justify-content: center;
	flex-wrap: wrap;
}

/* White outlined button (CTA only) */
.gandhi-btn-outline-white {
	background: transparent;
	color: #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.75);
}

.gandhi-btn-outline-white:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: #ffffff;
	color: #ffffff;
}

@media (max-width: 640px) {
	.gandhi-cta-section {
		padding: 80px 20px;
		background-attachment: scroll;
	}

	.gandhi-cta-badge {
		top: 16px;
		right: 16px;
		font-size: 9px;
		padding: 6px 11px;
	}

	.gandhi-cta-btns {
		flex-direction: column;
		align-items: center;
	}
}

/* ============================================================
   FIND US SECTION
   ============================================================ */

.gandhi-findus {
	background: #ffffff;
}

/* 3-column flex row */
.gandhi-findus-grid {
	display: flex;
	gap: 28px;
	align-items: stretch;
}

/* Column wrapper */
.gandhi-findus-col {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Label above each card */
.gandhi-findus-col-label {
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #163830;
}

/* ── Col 1: Info card (ACF opening_timing output) ── */
.gandhi-findus-info {
	background: #163830;
	border-radius: 10px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	gap: 0;
	flex: 1;
}

/* Hide halal image & social icons from ACF output — they go elsewhere */
.gandhi-opening-timing .hl-img,
.gandhi-opening-timing .soc-icon {
	display: none !important;
}

/* op-time wrapper */
.gandhi-opening-timing .op-time {
	display: flex;
	flex-direction: column;
	gap: 0;
	flex: 1;
}

/* Heading (h4 / .h4) */
.gandhi-opening-timing .op-time .h4,
.gandhi-opening-timing .op-time h4 {
	font-size: 10px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 1.4px !important;
	color: #C9A84C !important;
	margin: 0 0 16px !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
}

/* Each timing row */
.gandhi-opening-timing .op-time p {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.85);
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gandhi-opening-timing .op-time p span:last-child {
	color: #C9A84C;
	font-weight: 600;
}

.gandhi-opening-timing .op-time p:last-of-type {
	border-bottom: none;
	margin-bottom: 28px;
}

.gandhi-opening-timing .op-time p.op-address {
	border-bottom: none;
	margin-top: 16px;
	padding-top: 16px;
	color: #ffffff;
	font-size: 13px;
}

.gandhi-opening-timing .op-time p.op-sub {
	font-size: 11px;
	color: #C9A84C;
	padding-top: 2px;
	border-bottom: none;
	margin-bottom: 28px;
}

/* CTA button inside info */
.gandhi-info-cta {
	font-size: 13px;
	padding: 11px 20px;
	border-radius: 4px;
	margin-top: auto;
	display: inline-block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

/* ── Col 2: Map ── */
.gandhi-findus-map {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.gandhi-findus-map iframe {
	display: block;
	width: 100%;
	height: 330px;
	border: none;
}

/* ── Col 3: Gallery ── */
.gandhi-findus-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 10px;
	border-radius: 10px;
	overflow: hidden;
	flex: 1;
}

.gandhi-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	display: block;
	height: 160px;
}

.gandhi-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.gandhi-gallery-overlay {
	position: absolute;
	inset: 0;
	background: rgba(22, 56, 48, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C9A84C;
	font-size: 22px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.gandhi-gallery-item:hover img {
	transform: scale(1.07);
}

.gandhi-gallery-item:hover .gandhi-gallery-overlay {
	opacity: 1;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
	.gandhi-findus-grid {
		flex-wrap: wrap;
	}

	.gandhi-findus-col {
		flex: 0 0 calc(50% - 14px);
	}

	.gandhi-findus-col:first-child {
		flex: 0 0 100%;
	}
}

@media (max-width: 640px) {
	.gandhi-findus-grid {
		flex-direction: column;
	}

	.gandhi-findus-col,
	.gandhi-findus-col:first-child {
		flex: 0 0 100%;
	}

	.gandhi-findus-map iframe {
		height: 260px;
	}

	.gandhi-findus-gallery {
		min-height: 260px;
	}
}

/* ============================================================
   BLOG SECTION
   ============================================================ */

.gandhi-blog {
	background: #ffffff;
}

.gandhi-blog-grid {
	display: flex;
	gap: 24px;
	flex-wrap: wrap; /* Added to allow cards to move to next line */
}

/* ── Blog Card ── */
.gandhi-blog-card {
	flex: 0 0 calc(33.333% - 16px); /* Set to 3 columns on desktop */
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	background: #ffffff;
}

.gandhi-blog-card:hover {
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
	text-decoration: none;
}

/* Thumbnail */
.gandhi-blog-thumb {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: #163830;
}

.gandhi-blog-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.gandhi-blog-card:hover .gandhi-blog-thumb img {
	transform: scale(1.06);
}

.gandhi-blog-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(22, 56, 48, 0.4) 0%, transparent 60%);
}

/* No image fallback */
.gandhi-blog-thumb--no-img {
	display: flex;
	align-items: center;
	justify-content: center;
}

.gandhi-blog-no-img-icon {
	color: rgba(201, 168, 76, 0.5);
	font-size: 36px;
}

/* Body */
.gandhi-blog-body {
	padding: 22px 22px 26px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.gandhi-blog-date {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #C9A84C;
}

.gandhi-blog-title {
	font-size: 16px;
	font-weight: 700;
	color: #163830;
	line-height: 1.4;
	margin: 0;
	transition: color 0.2s ease;
}

.gandhi-blog-card:hover .gandhi-blog-title {
	color: #C9A84C;
}

.gandhi-blog-excerpt {
	font-size: 13px;
	color: #666666;
	line-height: 1.7;
	margin: 0;
	flex: 1;
}

.gandhi-blog-read {
	font-size: 12px;
	font-weight: 700;
	color: #163830;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 6px;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: color 0.2s ease;
}

.gandhi-blog-card:hover .gandhi-blog-read {
	color: #C9A84C;
}

.gandhi-blog-empty {
	color: #888;
	font-size: 14px;
}

@media (max-width: 900px) {
	.gandhi-blog-grid {
		flex-wrap: wrap;
	}

	.gandhi-blog-card {
		flex: 0 0 calc(50% - 12px);
	}
}

@media (max-width: 640px) {
	.gandhi-blog-card {
		flex: 0 0 100%;
	}
}

/* ============================================================
   FAQ SECTION
   ============================================================ */

.gandhi-faq {
	background: #f5f3ee;
}

.gandhi-faq-list {
	max-width: 820px;
	margin: 0 auto;
}

.gandhi-faq-item {
	border-bottom: 1px solid rgba(22, 56, 48, 0.12);
}

.gandhi-faq-item:first-child {
	border-top: 1px solid rgba(22, 56, 48, 0.12);
}

.gandhi-faq-q {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 15px;
	font-weight: 600;
	color: #163830;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease;
	text-transform: none !important;
}

.gandhi-faq-q:hover,
.gandhi-faq-item.is-open .gandhi-faq-q {
	color: #C9A84C;
}

/* +/– circle icon */
.gandhi-faq-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border: 1.5px solid #C9A84C;
	border-radius: 50%;
	position: relative;
	transition: background 0.2s ease;
}

.gandhi-faq-icon::before,
.gandhi-faq-icon::after {
	content: '';
	position: absolute;
	background: #C9A84C;
	border-radius: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.gandhi-faq-icon::before {
	width: 12px;
	height: 1.5px;
}

.gandhi-faq-icon::after {
	width: 1.5px;
	height: 12px;
}

.gandhi-faq-item.is-open .gandhi-faq-icon {
	background: #C9A84C;
}

.gandhi-faq-item.is-open .gandhi-faq-icon::before,
.gandhi-faq-item.is-open .gandhi-faq-icon::after {
	background: #ffffff;
}

.gandhi-faq-item.is-open .gandhi-faq-icon::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg);
}

.gandhi-faq-a {
	padding: 0 0 20px 0;
}

.gandhi-faq-a p {
	font-size: 14px;
	color: #555555;
	line-height: 1.78;
	margin: 0;
	max-width: 680px;
}

@media (max-width: 640px) {
	.gandhi-faq-q {
		font-size: 14px;
		padding: 16px 0;
	}
}

/* ============================================================
   WP Modal Popup — Compact Design (design1) overrides
   Applies to: splash.wmpci-popup-wrp.design1 HTML provided by plugin
   ============================================================ */
.splash.wmpci-popup-wrp.design1 .wmpci-popup-body {
	max-width: 400px;
	width: calc(100% - 24px);
	background: #ffffff;
	padding: 0;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(201, 168, 76, 0.2);
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

/* Hide Default Plugin Styling */
.splash.wmpci-popup-wrp.design1 .wpmci-popup-cnt-inr-wrp h2,
.splash.wmpci-popup-wrp.design1 .wpmci-popup-cnt-inr-wrp h4 {
	display: none !important;
}

.splash.wmpci-popup-wrp.design1 .wmpci-popup-close {
	right: -4px;
	top: -9px;
	width: 28px;
	height: 28px;
	background: rgb(116 116 116);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.splash.wmpci-popup-wrp.design1 .wmpci-popup-close::after {
	content: "\00d7";
	color: #ffffff;
	font-size: 18px;
}

/* --- Special Edition Ultra-Compact --- */
.wmpci-special-offer {
	font-family: inherit;
	text-align: center;
	background: #fff;
	line-height: 1.3;
}

.wmpci-banner-strip {
	background: #163830;
	color: #C9A84C;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding: 6px 0;
	text-transform: uppercase;
}

.wmpci-main-header {
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.wmpci-header-icon {
	font-size: 24px;
	color: #C9A84C;
	margin-bottom: 5px;
}

.wmpci-title {
	font-size: 18px !important;
	font-weight: 800 !important;
	color: #163830 !important;
	margin: 0 !important;
	letter-spacing: -0.2px;
}

.wmpci-subtitle {
	font-size: 13px;
	color: #5a7066 !important;
	margin: 2px 0 0 0 !important;
}

.wmpci-subtitle strong {
	color: #C9A84C;
}

.wmpci-offer-card {
	background: #fdfaf3;
	margin: 0 15px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid rgba(201, 168, 76, 0.12);
}

.wmpci-how-title {
	font-size: 10px;
	font-weight: 800;
	color: #C9A84C;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.wmpci-step-list {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0 !important;
	text-align: left;
}

.wmpci-step-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px !important;
	font-size: 12.5px;
	color: #163830 !important;
	font-weight: 600;
}

.wmpci-step-list li i {
	color: #C9A84C;
	font-size: 12px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	flex-shrink: 0;
}

/* Savings Card (Compact Coupon) */
.wmpci-savings-card {
	background: #163830;
	border-radius: 6px;
	padding: 10px;
	position: relative;
}

.wmpci-savings-tag {
	font-size: 8px;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	margin-bottom: 4px;
}

.wmpci-savings-row {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 2px;
}

.wmpci-savings-highlight {
	color: #C9A84C;
	font-weight: 800;
	font-size: 13px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
}

.wmpci-footer-details {
	margin: 12px 0;
	display: flex;
	justify-content: center;
	gap: 12px;
	font-size: 10.5px;
	color: #5a7066 !important;
	font-weight: 700;
}

.wmpci-footer-details i {
	color: #C9A84C;
}

.wmpci-cta-area {
	padding: 0 15px 20px;
}

.wmpci-cta-text {
	font-size: 11.5px;
	font-weight: 700;
	color: #163830 !important;
	margin-bottom: 10px;
}

.design1 .wmpci-popup-body p {
	margin: 0 !important;
}

.wmpci-btn-luxury {
	display: inline-block;
	background: #fff;
	color: #111 !important;
	padding: 10px 30px;
	font-weight: 500;
	text-decoration: none !important;
	font-size: 13.5px;
	transition: all 0.3s ease;
	border: 1px solid #000;
	box-shadow: 0 6px 20px rgba(201, 168, 76, 0.2);
	margin-top: 10px;
}

.wmpci-btn-luxury br {
	display: none;
}

.wmpci-btn-luxury:hover {
	background: #163830;
	color: #fff !important;
	transform: translateY(-1px);
}

/* Mobile Tweak */
@media (max-width: 640px) {
	.wmpci-footer-details {
		flex-direction: column;
		gap: 3px;
	}

	.wmpci-btn-luxury {
		width: 100%;
	}
}

.wmpci-popup-open,
.wmpci-popup-open body {
	overflow: auto;
}