/* Gujarat Explorers — utility classes applied via Elementor "CSS Classes" field.
   These cover effects Elementor free can't do natively (gradient text, glass blur). */

/* Gold -> orange gradient text (hero highlight, section accents) */
.ge-gradient-text .elementor-heading-title,
.ge-gradient-text {
	background: linear-gradient(90deg, #ffc112 0%, #ff7d1f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Brand sunset gradient text (purple->magenta->orange) */
.ge-brand-text .elementor-heading-title,
.ge-brand-text {
	background: linear-gradient(90deg, #7a2f9e 0%, #e6007e 50%, #ff7d1f 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

/* Frosted-glass pill (light, on dark hero). Target ONLY the button element
   (not the widget wrapper) so we don't get a double background/border. */
.ge-glass { background: transparent !important; border: 0 !important; }
.ge-glass .elementor-button,
.ge-glass .elementor-button:hover {
	background-color: rgba(255, 255, 255, 0.12) !important;
	background-image: none !important;
	border: 1px solid rgba(255, 255, 255, 0.25) !important;
	color: #fff !important;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	box-shadow: none !important;
}
.ge-glass .elementor-button:hover { background-color: rgba(255, 255, 255, 0.22) !important; }

/* Light segment button (hero search "Places" dropdown) */
.ge-seg .elementor-button,
.ge-seg .elementor-button:hover {
	background-image: none !important;
	background-color: #f5f0fb !important;
	color: #182841 !important;
	box-shadow: none !important;
}

/* ===== Hero background slider (GE Hero Slider widget) ===== */
.ge-hero-sec { position: relative; overflow: hidden; }
/* the widget wrapper becomes the absolute background layer */
.ge-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ge-hero-bg .elementor-widget-container,
.ge-hero-bg .ge-hslider { height: 100%; width: 100%; }
.ge-hero-content { position: relative; z-index: 2; }

/* Swiper structural styles (so slides take full height even if Swiper's own CSS isn't enqueued) */
.ge-hslider { position: relative; overflow: hidden; }
.ge-hslider, .ge-hslider .swiper-wrapper { height: 100%; }
.ge-hslider .swiper-wrapper {
	display: flex; box-sizing: content-box;
	transition-property: transform; position: relative; z-index: 1;
}
.ge-hslider .swiper-slide {
	flex-shrink: 0; width: 100%; height: 100%; position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.ge-hslider-overlay {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(90deg, rgba(8,13,23,0.92) 0%, rgba(10,15,28,0.62) 55%, rgba(13,18,31,0.55) 100%);
}
/* NOW SHOWING badge (top-right, frosted) */
.ge-hslider-badge {
	position: absolute; top: 44px; right: 40px; z-index: 3;
	display: inline-flex; align-items: center; gap: 8px;
	padding: 9px 16px; border-radius: 18px;
	background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	font-family: Inter, sans-serif;
}
.ge-hslider-dot { width: 8px; height: 8px; border-radius: 50%; background: #34d399; flex: 0 0 auto;
	box-shadow: 0 0 0 3px rgba(52,211,153,0.25); }
.ge-hslider-now { font-size: 10px; font-weight: 600; letter-spacing: .5px; color: rgba(255,255,255,0.9); text-transform: uppercase; }
.ge-hslider-cap { font-size: 13px; font-weight: 500; color: #fff; padding-left: 8px; margin-left: 4px;
	border-left: 1px solid rgba(255,255,255,0.25); }
/* pagination dots (bottom-right) */
.ge-hslider .swiper-pagination.ge-hslider-pg {
	position: absolute; bottom: 46px; right: 40px; left: auto; top: auto; width: auto; height: auto;
	z-index: 3; text-align: right; display: flex; gap: 6px; align-items: center;
}
.ge-hslider-pg .swiper-pagination-bullet {
	display: inline-block; width: 8px; height: 4px; border-radius: 2px;
	background: rgba(255,255,255,0.45); opacity: 1; cursor: pointer;
	transition: width .3s, background .3s; margin: 0 !important;
}
.ge-hslider-pg .swiper-pagination-bullet-active { width: 28px; background: #fff; }
@media (max-width: 767px) {
	.ge-hslider-badge { top: 16px; right: 16px; padding: 7px 12px; }
	.ge-hslider-cap { font-size: 12px; }
	.ge-hslider .swiper-pagination.ge-hslider-pg { bottom: 18px; right: 18px; }
}

/* ===== Functional hero search bar (GE Search Bar widget) ===== */
.ge-search {
	display: flex; align-items: center; gap: 12px;
	width: 100%; box-sizing: border-box;
	background: rgba(255,255,255,0.96); border-radius: 18px; padding: 10px;
	box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.ge-search-seg { flex: 0 0 auto; display: flex; }
.ge-search-type {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
	border: 0; outline: none; cursor: pointer;
	height: 58px; padding: 0 40px 0 20px; border-radius: 14px;
	background-color: #f5f0fb;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%235c6678' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 16px center;
	font: 600 15px/1 Inter, sans-serif; color: #182841;
}
.ge-search-input {
	flex: 1 1 auto; min-width: 0;
	border: 0 !important; outline: none !important; box-shadow: none !important;
	-webkit-appearance: none; appearance: none; background: transparent;
	font: 400 16px/1 Inter, sans-serif; color: #182841; padding: 0 8px;
}
.ge-search-input::placeholder { color: #5c6678; opacity: 1; }
.ge-search-input::-webkit-search-cancel-button { -webkit-appearance: none; }
.ge-search-btn {
	flex: 0 0 auto; border: 0; cursor: pointer;
	height: 58px; padding: 0 30px; border-radius: 29px;
	font: 600 15px/1 Inter, sans-serif; color: #fff;
	background-image: linear-gradient(90deg, #7a2f9e 0%, #e6007e 50%, #ff7d1f 100%);
	box-shadow: 0 4px 16px rgba(230,0,126,0.35);
	transition: filter .2s;
}
.ge-search-btn:hover { filter: brightness(1.06); }
@media (max-width: 767px) {
	.ge-search { flex-wrap: wrap; gap: 8px; }
	.ge-search-seg { flex: 1 1 46%; }
	.ge-search-type { width: 100%; }
	.ge-search-input { flex: 1 1 100%; order: 3; height: 44px; padding: 0 14px; background: #f7f7fa; border-radius: 12px; }
	.ge-search-btn { flex: 1 1 46%; padding: 0 16px; }
}

/* ===== Category grid (GE Category Grid widget) — Explore Gujarat ===== */
.ge-catgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ge-cat {
	position: relative; display: flex; align-items: center; gap: 14px;
	background: #fff; border: 1px solid #e5e5f0; border-radius: 20px; overflow: hidden;
	padding: 24px 22px; min-height: 149px; box-sizing: border-box; text-decoration: none;
	box-shadow: 0 8px 18px rgba(15,20,31,0.06); transition: transform .25s, box-shadow .25s;
}
.ge-cat:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(15,20,31,0.12); }
.ge-cat-ic {
	flex: 0 0 auto; width: 54px; height: 54px; border-radius: 14px;
	display: flex; align-items: center; justify-content: center; font-size: 26px;
	background: color-mix(in srgb, var(--ge-accent, #ff7d1f) 13%, transparent);
}
.ge-cat-text { display: flex; flex-direction: column; gap: 4px; flex: 1 1 auto; min-width: 0; }
.ge-cat-title { font: 700 19px/1.2 Inter, sans-serif; color: #182841; }
.ge-cat-sub { font: 400 13px/1.3 Inter, sans-serif; color: #5c6678; }
.ge-cat-arrow { flex: 0 0 auto; font: 700 18px/1 Inter, sans-serif; color: var(--ge-accent, #ff7d1f); transition: transform .25s; }
.ge-cat:hover .ge-cat-arrow { transform: translateX(4px); }
.ge-cat-bar { position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; background: var(--ge-accent, #ff7d1f); }
@media (max-width: 1024px) { .ge-catgrid { gap: 16px; } }

/* Hidden Gems dark gradient (navy -> maroon -> brown) */
.ge-gems-bg.e-con, .ge-gems-bg { background-image: linear-gradient(90deg, #13172e 0%, #3b1128 50%, #63260b 100%) !important; background-color: #13172e !important; }
/* gold "Explore" text on the dark gems cards (override frosted pill) */
.ge-gems-bg .ge-card-explore { background: transparent !important; -webkit-backdrop-filter: none !important; backdrop-filter: none !important; padding: 0 !important; color: #ebbd66 !important; }

/* Spiritual section 3-stop dark gradient (purple -> maroon -> burnt orange) */
.elementor .ge-spiritual-bg.e-con,
.ge-spiritual-bg.e-con,
.ge-spiritual-bg { background-image: linear-gradient(90deg, #1a0f3d 0%, #4d0d38 50%, #752b0d 100%) !important; background-color: #1a0f3d !important; }

/* ===== Latest Blogs (GE Article List widget) ===== */
.ge-blog { display: flex; gap: 28px; align-items: stretch; }
.ge-blog-feat { position: relative; flex: 0 0 56%; min-height: 440px; border-radius: 24px; overflow: hidden; background-size: cover; background-position: center; text-decoration: none; box-shadow: 0 16px 38px rgba(15,10,26,0.2); }
.ge-blog-feat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,10,18,0) 40%, rgba(8,10,18,0.92) 100%); }
.ge-blog-feat-tag { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 6px 14px; border-radius: 14px; background: var(--ge-accent, #ff7d1f); color: #fff; font: 600 11px/1 Inter, sans-serif; }
.ge-blog-feat-body { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; display: flex; flex-direction: column; gap: 8px; }
.ge-blog-feat-title { font: 800 28px/1.15 Inter, sans-serif; color: #fff; }
.ge-blog-feat-ex { font: 400 14.5px/1.5 Inter, sans-serif; color: rgba(255,255,255,0.9); }
.ge-blog-feat-by { font: 500 13px/1 Inter, sans-serif; color: #ffc112; }
.ge-blog-list { flex: 1 1 auto; display: flex; flex-direction: column; gap: 18px; justify-content: space-between; }
.ge-blog-item { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid #eceef3; border-radius: 18px; padding: 14px; text-decoration: none; box-shadow: 0 8px 18px rgba(15,20,31,0.05); transition: transform .2s, box-shadow .2s; flex: 1 1 0; }
.ge-blog-item:hover { transform: translateY(-3px); box-shadow: 0 14px 26px rgba(15,20,31,0.1); }
.ge-blog-thumb { flex: 0 0 132px; align-self: stretch; min-height: 96px; border-radius: 12px; background-size: cover; background-position: center; }
.ge-blog-it-text { display: flex; flex-direction: column; gap: 5px; }
.ge-blog-it-tag { font: 700 10.5px/1 Inter, sans-serif; letter-spacing: .5px; color: var(--ge-accent, #ff7d1f); text-transform: uppercase; }
.ge-blog-it-title { font: 700 16px/1.3 Inter, sans-serif; color: #182841; }
.ge-blog-it-by { font: 400 12px/1 Inter, sans-serif; color: #5c6678; }
@media (max-width: 880px) { .ge-blog { flex-direction: column; } .ge-blog-feat { flex-basis: auto; } }

/* ===== Monetization bundle (Aff Stays / Aff Shop / CTA Cab / WhatsApp FAB) ===== */
.ge-mon { display: flex; flex-direction: column; gap: 28px; width: 100%; }
.ge-aff-card { background: #fff; border-radius: 24px; box-shadow: 0 18px 44px rgba(26,16,54,0.1); padding: 40px 48px; }
.ge-aff-eyebrow { font: 700 12px/1 Inter, sans-serif; letter-spacing: .36px; color: #e6007e; text-transform: uppercase; margin: 0; }
.ge-aff-title { font: 800 28px/1.2 Inter, sans-serif; color: #16213e; margin: 8px 0 0; letter-spacing: -.2px; }
.ge-aff-sub { font: 400 15px/1.5 Inter, sans-serif; color: #3a3a4a; margin: 8px 0 0; max-width: 820px; }
.ge-aff-note { display: flex; gap: 12px; align-items: flex-start; background: #fff7ec; border-radius: 10px; padding: 12px 16px; margin-top: 24px; }
.ge-aff-note i { color: #f47b20; font-style: normal; font-weight: 700; line-height: 1.3; }
.ge-aff-note span { font: 500 12px/1.3 Inter, sans-serif; color: #8a6a3a; }

/* AFF Stays search bar */
.ge-stays-bar { display: flex; align-items: center; background: #f7f4fb; border: 1px solid #e7dff2; border-radius: 16px; padding: 12px 8px; margin-top: 24px; flex-wrap: wrap; gap: 8px; }
.ge-stays-field { display: flex; flex-direction: column; gap: 2px; padding: 4px 22px; flex: 1 1 150px; border-right: 1px solid #e0d6ee; }
.ge-stays-field:last-of-type { border-right: none; }
.ge-stays-field .lbl { font: 700 11px/1 Inter, sans-serif; color: #7a7790; }
.ge-stays-field .val { font: 600 14px/1.2 Inter, sans-serif; color: #16213e; }
.ge-stays-search { background: linear-gradient(90deg,#f47b20,#e6007e); color: #fff !important; -webkit-text-fill-color: #fff; font: 700 15px/1 Inter, sans-serif; border-radius: 12px; padding: 14px 28px; text-decoration: none; white-space: nowrap; margin-left: auto; }
.ge-stays-compare { display: flex; align-items: center; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.ge-stays-compare .lbl { font: 600 13px/1 Inter, sans-serif; color: #7a7790; }
.ge-pill { display: inline-block; background: #fff; border: 1px solid #e3daf0; border-radius: 17px; padding: 8px 16px; font: 700 13px/1 Inter, sans-serif; color: #16213e !important; -webkit-text-fill-color: #16213e; text-decoration: none; box-shadow: 0 4px 12px rgba(26,16,54,0.08); }
.ge-hotels { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 28px; }
.ge-hotel { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 26px rgba(26,16,54,0.1); }
.ge-hotel-top { position: relative; height: 104px; background: linear-gradient(180deg,#7a2f9e,#e6007e); display: flex; align-items: flex-start; justify-content: space-between; padding: 16px; }
.ge-hotel-top .emoji { font-size: 24px; }
.ge-hotel-top .sample { background: rgba(255,255,255,0.92); color: #7a2f9e; font: 700 9px/1 Inter, sans-serif; letter-spacing: .5px; border-radius: 11px; padding: 6px 10px; }
.ge-hotel-body { padding: 14px 16px 16px; }
.ge-hotel-name { font: 700 16px/1.2 Inter, sans-serif; color: #16213e; }
.ge-hotel-rating { font: 600 12px/1 Inter, sans-serif; color: #f47b20; margin: 6px 0 10px; }
.ge-hotel-btn { display: block; text-align: center; background: linear-gradient(90deg,#f47b20,#e6007e); color: #fff !important; -webkit-text-fill-color: #fff; font: 700 12px/1 Inter, sans-serif; border-radius: 15px; padding: 10px; text-decoration: none; }

/* Where-to-stay: clickable affiliate partner cards */
.ge-stays-lead { font: 500 14px/1.5 Inter, sans-serif; color: #5a5a6e; margin: 26px 0 14px; }
.ge-stay-partners { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ge-stay-card { position: relative; display: flex; flex-direction: column; gap: 10px; background: #fff; border: 1px solid #ECE7F3; border-radius: 16px; padding: 24px 20px 20px; text-decoration: none; overflow: hidden; min-height: 150px; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.ge-stay-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; background: var(--brand,#7A2F9E); }
.ge-stay-card:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(20,12,40,.13); border-color: var(--brand,#7A2F9E); }
.ge-stay-card:focus-visible { outline: 2px solid var(--brand,#7A2F9E); outline-offset: 2px; }
.ge-stay-top { display: flex; align-items: center; min-height: 34px; }
.ge-stay-logo { font: 800 21px/1 Inter, sans-serif; letter-spacing: -.02em; color: var(--brand,#7A2F9E); }
.ge-stay-logo-img { max-height: 34px; max-width: 160px; width: auto; height: auto; object-fit: contain; }
.ge-stay-tag { flex: 1; font: 500 14px/1.45 Inter, sans-serif; color: #5a5a6e; }
.ge-stay-cta { font: 800 14.5px/1 Inter, sans-serif; color: var(--brand,#7A2F9E); }
.ge-stay-card:hover .ge-stay-cta { text-decoration: underline; }

/* AFF Shop */
.ge-shop-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 24px; }
.ge-shop-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 26px rgba(26,16,54,0.1); }
.ge-shop-top { background: #f3ecfb; height: 96px; display: flex; align-items: center; justify-content: center; font-size: 34px; overflow: hidden; }
.ge-shop-card.has-img .ge-shop-top { height: 180px; background: #fff; }
.ge-shop-img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 10px; }
.ge-shop-body { padding: 12px 14px 14px; }
.ge-shop-name { font: 700 14.5px/1.2 Inter, sans-serif; color: #16213e; min-height: 36px; }
.ge-shop-price { font: 700 13px/1.3 Inter, sans-serif; color: #f47b20; margin-top: 4px; }
.ge-shop-btn { display: block; text-align: center; background: linear-gradient(90deg,#f90,#ff6a00); color: #fff !important; -webkit-text-fill-color: #fff; font: 700 12px/1 Inter, sans-serif; border-radius: 15px; padding: 9px; margin-top: 10px; text-decoration: none; }

/* CTA Cab */
.ge-cab { position: relative; overflow: hidden; background: linear-gradient(90deg,#1b2a4a,#3a2150); border-radius: 24px; box-shadow: 0 16px 40px rgba(26,16,54,0.14); padding: 30px 40px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.ge-cab-ic { flex: 0 0 64px; height: 64px; border-radius: 32px; background: rgba(255,255,255,0.13); display: flex; align-items: center; justify-content: center; font-size: 30px; }
.ge-cab-text { flex: 1 1 320px; }
.ge-cab-title { font: 800 25px/1.1 Inter, sans-serif; color: #fff; letter-spacing: -.125px; }
.ge-cab-sub { font: 400 14.5px/1.4 Inter, sans-serif; color: rgba(255,255,255,0.82); margin-top: 6px; }
.ge-cab-disc { font: 500 11px/1.3 Inter, sans-serif; color: rgba(255,255,255,0.55); margin-top: 10px; }
.ge-cab-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.ge-cab-book { background: #fff; color: #16213e !important; -webkit-text-fill-color: #16213e; font: 700 14.5px/1 Inter, sans-serif; border-radius: 24px; padding: 16px 22px; text-decoration: none; white-space: nowrap; }
.ge-cab-wa { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff !important; -webkit-text-fill-color: #fff; font: 700 14.5px/1 Inter, sans-serif; border-radius: 24px; padding: 14px 20px; text-decoration: none; white-space: nowrap; }
.ge-cab-wa svg, .ge-wa-fab svg { width: 22px; height: 22px; fill: currentColor; }

/* WhatsApp FAB (site-wide floating) */
.ge-wa-fab { position: fixed; right: 24px; bottom: 24px; z-index: 9999; display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff !important; -webkit-text-fill-color: #fff; font: 700 15px/1 Inter, sans-serif; border-radius: 30px; padding: 0 22px; height: 60px; box-shadow: 0 10px 14px rgba(26,16,54,0.28); text-decoration: none; }
.ge-wa-fab svg { width: 26px; height: 26px; }

@media (max-width: 880px) {
	.ge-hotels { grid-template-columns: 1fr; }
	.ge-stay-partners { grid-template-columns: repeat(2,1fr); }
	.ge-shop-grid { grid-template-columns: repeat(2,1fr); }
	.ge-aff-card { padding: 32px 22px; }
	.ge-stays-field { border-right: none; flex-basis: 130px; }
	.ge-stays-search { margin-left: 0; width: 100%; text-align: center; }
	.ge-wa-fab span { display: none; }
	.ge-wa-fab { padding: 0; width: 60px; justify-content: center; }
}

/* ===================== DISTRICT PAGES ===================== */
/* ===== /districts/ page: Explore Gujarat banner + district card grid ===== */
.ge-gj-hero { background-color:#241b4d; min-height: 360px; position:relative; background-size:cover; background-position:center; background-repeat:no-repeat; }
.ge-gj-hero::before{ content:""; position:absolute; inset:0; z-index:1; pointer-events:none; background: linear-gradient(90deg, rgba(230,0,126,0) 0%, rgba(255,125,31,0.22) 100%), linear-gradient(90deg, #241b4d 0%, #7a2f9e 100%); }
/* blog heroes carry a photo (ge-hero-img): lighten the overlay so it shows through */
.ge-gj-hero.ge-hero-img::before{ background: linear-gradient(90deg, rgba(36,27,77,.90) 0%, rgba(122,47,158,.62) 58%, rgba(255,125,31,.30) 100%); }
.ge-gj-hero > .e-con-inner, .ge-gj-hero > *{ position:relative; z-index:2; }
.ge-gj-crumb { font: 500 13px/1 Inter, sans-serif; color: rgba(255,255,255,0.85); }
.ge-gj-title .elementor-heading-title { color: #fff !important; }
.ge-gj-pills { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; align-items: center; }
.ge-gj-pill { display: inline-block; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.34); border-radius: 999px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); box-shadow: 0 2px 10px rgba(0,0,0,.10); transition: background .16s ease, transform .16s ease; }
.ge-gj-pill:hover { background: rgba(255,255,255,0.24); transform: translateY(-1px); }
.ge-gj-pill .elementor-widget-container { padding: 9px 17px !important; display: flex; align-items: center; }
.ge-gj-pill .elementor-widget-container::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ffd23f; margin-right: 9px; flex: 0 0 auto; }
.ge-gj-pill p { margin: 0 !important; font: 700 13.5px/1.2 Inter, system-ui, sans-serif; color: #fff !important; white-space: nowrap; letter-spacing: .2px; }
@media (max-width:600px){ .ge-gj-pill p { font-size: 12.5px; white-space: normal; } }
.ge-dgrid { display: grid; gap: 24px; }
.ge-dgrid.cols-4 { grid-template-columns: repeat(4,1fr); }
.ge-dgrid.cols-3 { grid-template-columns: repeat(3,1fr); }
.ge-dgrid.cols-5 { grid-template-columns: repeat(5,1fr); }
.ge-dcard { position: relative; display: block; min-height: 358px; border-radius: 22px; overflow: hidden; background: #1a2238 center/cover no-repeat; box-shadow: 0 12px 30px rgba(23,33,56,0.18); text-decoration: none; }
.ge-dcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(11,16,32,0) 45%, rgba(11,16,32,0.15) 55%, rgba(11,16,32,0.86) 100%); }
.ge-dcard-chip { position: absolute; top: 18px; left: 18px; z-index: 2; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); background: rgba(255,255,255,0.16); border-radius: 999px; padding: 7px 14px; font: 600 11px/1 Inter, sans-serif; color: #fff !important; -webkit-text-fill-color: #fff; }
.ge-dcard-tx { position: absolute; left: 20px; right: 20px; bottom: 22px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.ge-dcard-name { font: 700 22px/1.1 Inter, sans-serif; color: #fff !important; -webkit-text-fill-color: #fff; }
.ge-dcard-go { font: 600 14px/1 Inter, sans-serif; color: #ffe8d2 !important; -webkit-text-fill-color: #ffe8d2; }
.ge-dcard:hover { transform: translateY(-4px); transition: transform .2s; }
@media (max-width: 1024px) { .ge-dgrid.cols-4, .ge-dgrid.cols-5 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .ge-dgrid.cols-3, .ge-dgrid.cols-4, .ge-dgrid.cols-5 { grid-template-columns: 1fr; } }

/* section titles render navy (the kit's default heading color is the orange primary) */
.ge-secttl .elementor-heading-title { color: #16213e !important; }
.ge-secttl-w .elementor-heading-title { color: #fff !important; }
/* gradient strip across the top of a section */
.ge-strip { position: relative; }
.ge-strip::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 6px; background: linear-gradient(90deg,#7a2f9e,#e6007e,#ff7d1f); z-index: 2; }
.ge-dp-hero { position: relative; overflow: hidden; }
.ge-dp-hero .ge-dp-hero-bg { position: absolute; inset: 0; z-index: 0; }
.ge-dp-hero .ge-dp-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.ge-dp-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,13,23,0.92) 0%, rgba(10,15,28,0.66) 60%, rgba(13,18,31,0.55) 100%); }
.ge-dp-hero > .e-con-inner, .ge-dp-hero .ge-dp-wrap { position: relative; z-index: 2; }
.ge-dp-crumb { font: 500 13px/1 Inter, sans-serif; color: rgba(255,255,255,0.8); }
.ge-dp-eyebrow .elementor-button, .ge-dp-eyebrow { display: inline-block; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); background: rgba(255,255,255,0.13); border: 1px solid rgba(255,255,255,0.25); border-radius: 16px; padding: 8px 15px; font: 600 12px/1 Inter, sans-serif; letter-spacing: .8px; color: #fff; }
.ge-stat { -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.18); border-radius: 16px; box-shadow: 0 8px 22px rgba(0,0,0,0.2); padding: 16px 15px; }
.ge-stat .lbl { font: 600 10px/1 Inter, sans-serif; letter-spacing: .8px; color: rgba(255,193,18,0.95); text-transform: uppercase; }
.ge-stat .val { font: 700 17px/1.2 Inter, sans-serif; color: #fff; margin-top: 9px; }

/* About + Fast Facts */
.ge-facts { background: #fff; border-radius: 16px; box-shadow: 0 18px 40px rgba(15,20,31,0.08); overflow: hidden; }
.ge-facts-top { height: 5px; background: linear-gradient(90deg,#FF7D1F,#E6007E); }
.ge-facts-in { padding: 24px 28px 28px; }
.ge-facts-h { font: 700 13px/1 Inter, sans-serif; letter-spacing: .6px; color: #FF7D1F; margin: 0 0 6px; text-transform: uppercase; }
.ge-facts-row { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-top: 1px solid #eef0f4; }
.ge-facts-row:first-of-type { border-top: none; }
.ge-facts-row .k { font: 400 14px/1.3 Inter, sans-serif; color: #5c6678; }
.ge-facts-row .v { font: 600 14px/1.3 Inter, sans-serif; color: #182841; text-align: right; }

/* Why Visit reason cards */
.ge-why { background: #fff; border-radius: 16px; box-shadow: 0 10px 26px rgba(15,20,31,0.06); overflow: hidden; position: relative; padding: 24px 22px 26px; }
.ge-why .ic { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 25px; background: linear-gradient(135deg,#fff3e9,#ffe7f2); }
.ge-why h3 { font: 700 18px/1.2 Inter, sans-serif; color: #182841; margin: 18px 0 0; }
.ge-why p { font: 400 13px/1.4 Inter, sans-serif; color: #5c6678; margin: 6px 0 0; }
.ge-why .bar { position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; background: linear-gradient(90deg,#FF7D1F,#E6007E); }
.ge-why--inline { display: flex; align-items: flex-start; gap: 16px; }
.ge-why--inline .ic { flex: 0 0 52px; }
.ge-why--inline h3 { margin: 2px 0 0; }
.ge-dp-grid { display: grid; gap: 24px; }
.ge-dp-grid.cols-4 { grid-template-columns: repeat(4,1fr); }
.ge-dp-grid.cols-3 { grid-template-columns: repeat(3,1fr); }
.ge-dp-grid.cols-2 { grid-template-columns: repeat(2,1fr); }
@media (max-width: 1024px) { .ge-dp-grid.cols-4 { grid-template-columns: repeat(2,1fr); } .ge-dp-grid.cols-3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .ge-dp-grid.cols-4, .ge-dp-grid.cols-3, .ge-dp-grid.cols-2 { grid-template-columns: 1fr; } }

/* district page layout — full-bleed sections + centered 1280 wrap */
.ge-dp-hero, .ge-dp-sec { width: 100vw; margin-left: calc(50% - 50vw); position: relative; }
.ge-dp-wrap { max-width: 1328px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; } /* 1280 content + 2×24 → aligns with boxed sections */
.ge-dp-sec { padding: 84px 0; }
.ge-dp-hero { min-height: 660px; display: flex; align-items: center; }
.ge-dp-hero .ge-dp-wrap { width: 100%; padding-top: 40px; padding-bottom: 40px; }
.ge-dp-crumb { margin: 0 0 16px; }
.ge-dp-h1 { font: 800 82px/1.02 Inter, sans-serif; color: #fff !important; letter-spacing: -1.5px; margin: 18px 0 0; }
.ge-dp-tag { font: 600 20px/1.35 Inter, sans-serif; color: #ffc112; margin: 22px 0 0; max-width: 760px; }
.ge-dp-desc { font: 400 16px/1.6 Inter, sans-serif; color: rgba(255,255,255,0.88); margin: 14px 0 0; max-width: 760px; }
.ge-dp-stats { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; margin-top: 46px; }
.ge-dp-eye { font: 600 13px/1 Inter, sans-serif; letter-spacing: 1.2px; color: #FF7D1F; text-transform: uppercase; margin: 0; }
.ge-dp-title { font: 800 40px/1.1 Inter, sans-serif; letter-spacing: -.5px; margin: 8px 0 0; }
.ge-dp-sub { font: 400 16px/1.5 Inter, sans-serif; color: #5c6678; margin: 12px 0 0; }
.ge-dp-para { font: 400 16px/1.7 Inter, sans-serif; color: #3a4250; margin: 18px 0 0; max-width: 740px; }
.ge-dp-about-grid { display: grid; grid-template-columns: 1fr 480px; gap: 56px; align-items: start; }
.ge-dp-about-text { min-width: 0; }
@media (max-width: 1024px) { .ge-dp-h1 { font-size: 56px; } .ge-dp-stats { grid-template-columns: repeat(3,1fr); } .ge-dp-about-grid { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 767px) { .ge-dp-wrap { padding: 0 15px; } }
@media (max-width: 600px) { .ge-dp-h1 { font-size: 34px; word-break: break-word; } .ge-dp-tag { font-size: 17px; } .ge-dp-stats { grid-template-columns: repeat(2,1fr); gap: 12px; } .ge-dp-sec { padding: 56px 0; } .ge-dp-title { font-size: 28px; } }

/* district: Best Time season cards */
.ge-season { background: #fff; border-radius: 16px; box-shadow: 0 10px 26px rgba(15,20,31,0.06); padding: 24px; border-top: 4px solid #cfd6e0; }
.ge-season--best { border-top-color: #16a34a; } .ge-season--good { border-top-color: #f59e0b; } .ge-season--avoid { border-top-color: #ef4444; }
.ge-season-tag { display: inline-block; font: 700 11px/1 Inter, sans-serif; letter-spacing: .6px; padding: 7px 12px; border-radius: 12px; color: #fff; }
.ge-season--best .ge-season-tag { background: #16a34a; } .ge-season--good .ge-season-tag { background: #f59e0b; } .ge-season--avoid .ge-season-tag { background: #ef4444; }
.ge-season h3 { font: 800 26px/1.1 Inter, sans-serif; color: #182841; margin: 16px 0 2px; }
.ge-season .per { font: 600 15px/1.3 Inter, sans-serif; color: #5c6678; margin-bottom: 16px; }
.ge-season .pt { display: flex; gap: 10px; align-items: center; margin: 9px 0; }
.ge-season .pt i { width: 8px; height: 8px; border-radius: 50%; background: #FF7D1F; flex: 0 0 auto; }
.ge-season .pt span { font: 400 14px/1.3 Inter, sans-serif; color: #3a4250; }
.ge-season .warn { font: 500 13px/1.3 Inter, sans-serif; color: #b4471f; margin-top: 16px; }

/* district: How to Reach mode cards + distances */
.ge-reach { background: #fff; border-radius: 16px; box-shadow: 0 10px 26px rgba(15,20,31,0.06); padding: 28px; position: relative; overflow: hidden; }
.ge-reach-top { position: absolute; left: 0; top: 0; height: 5px; width: 100%; background-image: linear-gradient(90deg,#FF7D1F,#E6007E) !important; background-color: #FF7D1F; }
.ge-reach-ic { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 26px; background: linear-gradient(135deg,#fff3e9,#ffe7f2); }
.ge-reach h3 { font: 700 20px/1.2 Inter, sans-serif; color: #182841; margin: 18px 0 6px; }
.ge-reach p { font: 400 14px/1.55 Inter, sans-serif; color: #5c6678; margin: 0; }
.ge-dist { margin-top: 24px; background: #f4f6fa; border-radius: 14px; padding: 18px 24px; }
.ge-dist .lbl { font: 700 12px/1 Inter, sans-serif; letter-spacing: .5px; color: #7a8294; }
.ge-dist .val { font: 500 14.5px/1.5 Inter, sans-serif; color: #3a4250; margin-top: 8px; }

/* district: Itinerary cards */
.ge-itin { background: #fff; border-radius: 16px; box-shadow: 0 10px 26px rgba(15,20,31,0.06); padding: 24px; }
.ge-itin-b { display: inline-block; font: 700 12px/1 Inter, sans-serif; letter-spacing: .5px; color: #fff !important; -webkit-text-fill-color: #fff; background-image: linear-gradient(90deg,#7a2f9e,#e6007e) !important; background-color: #7a2f9e; padding: 8px 14px; border-radius: 13px; }
.ge-itin h3 { font: 700 21px/1.2 Inter, sans-serif; color: #182841; margin: 18px 0 8px; }
.ge-itin p { font: 400 14px/1.55 Inter, sans-serif; color: #5c6678; margin: 0; }

/* district: Travel Tips numbered */
.ge-steps { gap: 0; }
.ge-step { display: flex; gap: 16px; align-items: flex-start; break-inside: avoid; margin-bottom: 22px; }
.ge-step-n { flex: 0 0 34px; width: 34px; height: 34px; border-radius: 50%; background-image: linear-gradient(to right,#f47b20,#e6007e) !important; background-color: #f47b20; color: #fff !important; -webkit-text-fill-color: #fff; font: 700 14px/34px Inter, sans-serif; text-align: center; }
.ge-step-t { font: 400 14px/1.5 Inter, sans-serif; color: #3a3a4a; }
/* clickable nearby cards */
a.ge-hl-card{text-decoration:none;transition:transform .2s ease, box-shadow .2s ease;}
a.ge-hl-card:hover{transform:translateY(-4px);box-shadow:0 22px 30px rgba(26,16,54,.26);}

/* district: FAQ accordion */
.ge-faq { gap: 0; column-gap: 28px; }
.ge-faq-q { background: #fff; border: 1px solid #eceef3; border-radius: 14px; padding: 20px 24px; margin-bottom: 18px; break-inside: avoid; box-shadow: 0 6px 16px rgba(15,20,31,0.04); }
.ge-faq-q summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.ge-faq-q summary::-webkit-details-marker { display: none; }
.ge-faq-q .q { font: 700 17px/1.3 Inter, sans-serif; color: #182841; }
.ge-faq-q .p { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.ge-faq-q .p::before, .ge-faq-q .p::after { content: ""; position: absolute; background: #FF7D1F; }
.ge-faq-q .p::before { left: 0; top: 10px; width: 22px; height: 2px; }
.ge-faq-q .p::after { left: 10px; top: 0; width: 2px; height: 22px; transition: transform .2s; }
.ge-faq-q[open] .p::after { transform: rotate(90deg); opacity: 0; }
.ge-faq-q .a { font: 400 14.5px/1.6 Inter, sans-serif; color: #5c6678; margin: 14px 0 0; }
@media (max-width: 767px) { .ge-steps, .ge-faq { column-count: 1 !important; } }

/* district: Temples thumb list (2-col) */
.ge-thumbs { display: grid; gap: 0 70px; }
.ge-thumbs.cols-2 { grid-template-columns: repeat(2,1fr); }
.ge-thumbs.cols-1 { grid-template-columns: 1fr; }
.ge-thumb-item { display: flex; gap: 20px; align-items: center; padding: 16px 0; border-bottom: 1px solid #ede3eb; text-decoration: none; }
.ge-thumb-img { flex: 0 0 80px; width: 80px; height: 80px; border-radius: 14px; background: #e7dff0 center/cover no-repeat; }
.ge-thumb-tx { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.ge-thumb-t { font: 700 19px/1.2 Inter, sans-serif; color: #182841; }
.ge-thumb-d { font: 400 13.5px/1.4 Inter, sans-serif; color: #5c6678; }
@media (max-width: 860px) { .ge-thumbs.cols-2 { grid-template-columns: 1fr; gap: 0; } }

/* district: Local Food (feature image + dish columns) */
.ge-food { display: flex; gap: 40px; align-items: stretch; }
.ge-food-feat { position: relative; overflow: hidden; flex: 0 0 460px; min-height: 440px; border-radius: 24px; background: #eee center/cover no-repeat; box-shadow: 0 16px 38px rgba(26,10,26,0.18); }
.ge-food-feat::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(38,15,0,0) 55%, rgba(38,15,0,0.92) 100%); }
.ge-food-feat-tag { position: absolute; top: 24px; left: 24px; z-index: 2; background: rgba(255,125,31,0.95); color: #fff; font: 600 11px/1 Inter, sans-serif; padding: 9px 18px; border-radius: 15px; }
.ge-food-feat-tx { position: absolute; left: 24px; right: 24px; bottom: 26px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.ge-food-feat-t { font: 800 30px/1.1 Inter, sans-serif; color: #fff; }
.ge-food-feat-s { font: 400 14px/1.4 Inter, sans-serif; color: rgba(255,255,255,0.9); }
.ge-food-list { flex: 1 1 auto; min-width: 0; }
.ge-food-h { font: 700 13px/1 Inter, sans-serif; letter-spacing: .6px; color: #182841; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1.5px solid #e7dff0; margin-bottom: 6px; }
.ge-food-cols { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 40px; }
.ge-dish { padding: 11px 0; border-bottom: 1px solid #eee2ec; }
.ge-dish .n { display: block; font: 700 16px/1.2 Inter, sans-serif; color: #182841; }
.ge-dish .d { display: block; font: 400 13px/1.3 Inter, sans-serif; color: #7a7790; margin-top: 3px; }
@media (max-width: 980px) { .ge-food { flex-direction: column; } .ge-food-feat { flex-basis: auto; min-height: 280px; } }
@media (max-width: 600px) { .ge-food-cols { grid-template-columns: 1fr; } }

/* ===== Uniform 15px side gutters on mobile, every top-level section, every page ===== */
@media (max-width: 767px) {
	body .e-con.e-parent,
	.elementor-location-header > .e-con.e-parent,
	.elementor-location-footer > .e-con.e-parent {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	/* boxed inners shouldn't add their own side padding on top of the 15px gutter */
	body .e-con.e-parent > .e-con-inner { padding-left: 0 !important; padding-right: 0 !important; }
}

/* ===== Mobile header (≤1024px): logo left, hamburger right ===== */
@media (max-width: 1024px) {
	header .e-con-inner, header > .e-con > .e-con-inner { flex-wrap: nowrap !important; }
	/* logo zone stays visible, does not collapse */
	.ge-hz-left { flex: 1 1 auto !important; min-width: 0 !important; justify-content: flex-start !important; }
	.ge-hz-left img { width: 150px !important; max-width: 150px !important; height: auto !important; }
	/* hide search + Plan Your Trip on mobile (menu lives in the hamburger) */
	.ge-hz-right { display: none !important; }
	/* nav: shrink to the hamburger only, pinned right */
	.ge-hz-nav { flex: 0 0 auto !important; width: auto !important; margin-left: auto !important; position: relative !important; }
	/* HFE keeps the collapsed menu in-flow (reserving ~347px); take it out of flow
	   so the nav widget is only as wide as the hamburger and the logo keeps its space */
	.ge-hz-nav .hfe-nav-menu__layout-horizontal {
		position: absolute !important; top: 100% !important; right: 0 !important; left: auto !important;
		width: max-content !important; min-width: 220px; max-width: 84vw;
		margin-top: 12px; padding: 6px 0 !important; z-index: 999;
		background: #fff !important; border-radius: 12px;
		box-shadow: 0 14px 30px rgba(0,0,0,0.14);
	}
	.ge-hz-nav .hfe-nav-menu { width: 100% !important; }
	.ge-hz-nav .hfe-nav-menu > li.menu-item { width: 100% !important; }
	.ge-hz-nav .hfe-nav-menu > li.menu-item > a { padding: 11px 22px !important; }
}

/* Hero "NOW SHOWING" badge: move out of the eyebrow's way on mobile */
@media (max-width: 767px) {
	.ge-hslider-badge { top: auto !important; bottom: 16px !important; left: 16px !important; right: auto !important; padding: 7px 12px; }
	.ge-hslider-cap { font-size: 12px; }
}

/* ===== Footer columns: accordion on mobile (≤767px) ===== */
@media (max-width: 767px) {
	.ge-fcol { width: 100% !important; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 0 !important; }
	.ge-fcol > .e-con-inner, .ge-fcol > .e-child { width: 100%; }
	.ge-fcol .elementor-widget-heading { cursor: pointer; position: relative; margin: 0 !important; }
	.ge-fcol .elementor-widget-heading .elementor-widget-container { padding: 0 !important; margin: 0 !important; }
	.ge-fcol .elementor-widget-heading .elementor-heading-title { padding: 16px 0 !important; margin: 0 !important; display: block; }
	.ge-fcol .elementor-widget-heading::after {
		content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
		color: #f47b20; font: 400 22px/1 Inter, sans-serif;
	}
	.ge-fcol.ge-open .elementor-widget-heading::after { content: '\2212'; }
	/* collapse the rule + links until the column is open */
	.ge-fcol .elementor-widget-divider,
	.ge-fcol .elementor-widget-icon-list { display: none; }
	.ge-fcol.ge-open .elementor-widget-divider,
	.ge-fcol.ge-open .elementor-widget-icon-list { display: block; }
	.ge-fcol .elementor-widget-icon-list { padding-bottom: 14px; }
}

/* Navy solid button (e.g. newsletter Subscribe) */
.ge-navy-btn .elementor-button, .ge-navy-btn .elementor-button:hover { background-image: none !important; background-color: #182841 !important; color: #fff !important; }
/* Newsletter input look */
.ge-nl-input { background: rgba(255,255,255,0.96); border-radius: 28px; }
.ge-nl-input .elementor-widget-container { padding: 0 8px; }

/* Ghost button (e.g. "View all 33+") — overrides the global gradient button */
.ge-ghost .elementor-button,
.ge-ghost .elementor-button:hover {
	background-image: none !important;
	background-color: transparent !important;
	color: #182841 !important;
	border: 1.5px solid rgba(24,40,65,0.18) !important;
	box-shadow: none !important;
}
.ge-ghost .elementor-button:hover {
	border-color: #FF7D1F !important; color: #FF7D1F !important;
}

/* ===== Place cards grid (GE Place Cards widget) ===== */
.ge-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.ge-card {
	position: relative; display: block; min-height: 360px; border-radius: 24px;
	overflow: hidden; background-size: cover; background-position: center center;
	box-shadow: 0 14px 30px rgba(15,10,26,0.28); text-decoration: none; color: #fff;
	transition: transform .35s ease, box-shadow .35s ease;
}
.ge-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(15,10,26,0.4); }
.ge-card-gloss {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background: linear-gradient(to bottom, rgba(8,10,20,0.05) 0%, rgba(8,10,20,0.12) 50%, rgba(8,10,20,0.9) 100%);
}
.ge-card-badge {
	position: absolute; top: 20px; left: 20px; z-index: 2;
	padding: 5px 12px; border-radius: 12px;
	background: rgba(255,255,255,0.2); border: 1px solid rgba(255,255,255,0.3);
	-webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	font: 600 9px/1 Inter, sans-serif; letter-spacing: .5px; text-transform: uppercase; color: #fff;
}
.ge-card-body {
	position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2;
	display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
}
.ge-card-title { font: 700 28px/1.1 Inter, sans-serif; color: #fff; }
.ge-card-desc { font: 400 13px/1.45 Inter, sans-serif; color: rgba(255,255,255,0.82); }
.ge-card-explore {
	margin-top: 4px; padding: 6px 16px; border-radius: 14px;
	background: rgba(255,255,255,0.16); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
	font: 600 12px/1 Inter, sans-serif; color: #fff;
	transition: background .2s;
}
.ge-card:hover .ge-card-explore { background: rgba(255,255,255,0.28); }
/* solid accent badge (e.g. food "THE SIGNATURE DISH") */
.ge-card-badge--accent { background: var(--ge-accent, #ff7d1f) !important; border-color: transparent !important; color: #fff !important; font-size: 11px; padding: 7px 14px; }
/* compact cards (e.g. dish grid): smaller title, no CTA */
.ge-cards--compact .ge-card { border-radius: 20px; }
.ge-cards--compact .ge-card-title { font-size: 18px; }
.ge-cards--compact .ge-card-desc { font-size: 12.5px; color: rgba(255,255,255,0.85); }
.ge-cards--compact .ge-card-body { gap: 4px; left: 16px; right: 16px; bottom: 16px; }
@media (max-width: 1024px) { .ge-cards { gap: 18px; } }
@media (max-width: 767px) { .ge-card-title { font-size: 24px; } .ge-cards--compact .ge-card-title { font-size: 18px; } }

/* ===== Place slider / beach cards (GE Place Slider widget) ===== */
.ge-slider { position: relative; }
.ge-slider-sw { overflow: hidden; padding-bottom: 6px; }
.ge-slider .swiper-wrapper { display: flex; box-sizing: content-box; }
.ge-slider .swiper-slide { flex-shrink: 0; height: auto; }
/* nav arrows (top-right, above the cards) */
.ge-slider-nav { position: absolute; top: -66px; right: 0; display: flex; gap: 10px; z-index: 3; }
.ge-slider-prev, .ge-slider-next {
	width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
	border: 1.5px solid rgba(24,40,65,0.18) !important;
	background: #fff !important; background-image: none !important; color: rgba(24,40,65,0.9) !important;
	font-size: 22px; line-height: 1; display: flex; align-items: center; justify-content: center;
	box-shadow: 0 3px 10px rgba(0,0,0,0.06) !important; transition: all .2s; padding: 0 0 2px;
}
.ge-slider-prev:hover, .ge-slider-next:hover { border-color: #FF7D1F !important; color: #FF7D1F !important; background: #fff !important; }
.ge-slider-prev.swiper-button-disabled, .ge-slider-next.swiper-button-disabled { opacity: .4; cursor: default; }
/* beach card */
.ge-bcard {
	display: flex; flex-direction: column; height: 100%;
	background: #fff; border-radius: 24px; overflow: hidden; text-decoration: none;
	box-shadow: 0 12px 28px rgba(15,20,31,0.1); transition: transform .3s, box-shadow .3s;
}
.ge-bcard:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(15,20,31,0.16); }
.ge-bcard-img {
	position: relative; display: block; height: 196px; background-size: cover; background-position: center;
}
.ge-bcard-img::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 76px;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5)); }
.ge-bcard-loc {
	position: absolute; top: 16px; left: 16px; z-index: 2;
	padding: 5px 10px; border-radius: 12px; background: rgba(255,255,255,0.92);
	font: 600 11px/1 Inter, sans-serif; color: var(--ge-accent, #ff7d1f);
}
.ge-bcard-body { display: flex; flex-direction: column; padding: 18px 20px 20px; gap: 8px; flex: 1; }
.ge-bcard-title { font: 700 22px/1.1 Inter, sans-serif; color: #182841; }
.ge-bcard-desc { font: 400 13.5px/1.4 Inter, sans-serif; color: #5c6678; }
.ge-bcard-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.ge-chip {
	padding: 5px 11px; border-radius: 14px; font: 600 11px/1 Inter, sans-serif;
	color: var(--ge-accent, #ff7d1f);
	background: color-mix(in srgb, var(--ge-accent, #ff7d1f) 10%, transparent);
	border: 1px solid color-mix(in srgb, var(--ge-accent, #ff7d1f) 35%, transparent);
}
.ge-bcard-ln { height: 1px; background: #e5ebf2; margin: 10px 0 2px; }
.ge-bcard-lm { margin-top: auto; font: 600 13px/1 Inter, sans-serif; color: var(--ge-accent, #ff7d1f); }
.ge-slider .swiper-pagination.ge-slider-pg { position: static; margin-top: 26px; display: flex; justify-content: flex-start; gap: 12px; }
.ge-slider-pg .swiper-pagination-bullet { display: inline-block; width: 8px; height: 7px; border-radius: 4px; background: rgba(24,40,65,0.3); opacity: 1; margin: 0 !important; transition: width .3s, background .3s; }
.ge-slider-pg .swiper-pagination-bullet-active { width: 24px; background: #FF7D1F; }
@media (max-width: 767px) { .ge-slider-nav { display: none; } }

/* temple card (tall, dark, gold type pill) */
.ge-tcard {
	position: relative; display: block; height: 420px; border-radius: 24px; overflow: hidden;
	background-size: cover; background-position: center; text-decoration: none;
	border: 1px solid rgba(235,189,102,0.35); box-shadow: 0 16px 36px rgba(0,0,0,0.5);
	transition: transform .35s, box-shadow .35s;
}
.ge-tcard:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,0.6); }
.ge-tcard::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%;
	background: linear-gradient(to bottom, rgba(10,5,15,0), rgba(10,5,15,0.94)); z-index: 1; }
.ge-tcard-type {
	position: absolute; top: 15px; left: 15px; z-index: 2; padding: 5px 10px; border-radius: 13px;
	background: rgba(10,5,15,0.6); border: 1px solid rgba(235,189,102,0.5);
	font: 600 11px/1 Inter, sans-serif; color: var(--ge-accent, #ebbd66);
}
.ge-tcard-body { position: absolute; left: 19px; right: 19px; bottom: 20px; z-index: 2; display: flex; flex-direction: column; gap: 8px; }
.ge-tcard-title { font: 700 23px/1.15 Inter, sans-serif; color: #fff; }
.ge-tcard-loc { font: 500 13px/1 Inter, sans-serif; color: var(--ge-accent, #ebbd66); }

/* dark slider variant (Spiritual): translucent-white arrows, gold dots */
.ge-slider--dark .ge-slider-prev, .ge-slider--dark .ge-slider-next {
	background: rgba(255,255,255,0.1) !important; background-image: none !important;
	border: 1.5px solid rgba(255,255,255,0.3) !important; color: rgba(255,255,255,0.9) !important;
	box-shadow: none !important;
}
.ge-slider--dark .ge-slider-prev:hover, .ge-slider--dark .ge-slider-next:hover {
	background: rgba(255,255,255,0.2) !important; border-color: rgba(255,255,255,0.65) !important; color: #fff !important;
}
.ge-slider--dark .ge-slider-pg .swiper-pagination-bullet { background: rgba(255,255,255,0.3); }
.ge-slider--dark .ge-slider-pg .swiper-pagination-bullet-active { background: #EBBD66; }

/* 3-stop brand gradient background (buttons/CTAs that need the full sunset) */
.ge-brand-bg,
.ge-brand-bg .elementor-button {
	background-image: linear-gradient(90deg, #7a2f9e 0%, #e6007e 50%, #ff7d1f 100%) !important;
}

/* ===== Place Detail hero (ge_place_hero) — Figma 543:2 ===== */
.ge-ph-hero{position:relative;width:100vw;left:50%;transform:translateX(-50%);min-height:720px;display:flex;align-items:flex-end;background-size:cover;background-position:center;background-color:#0a0814;}
.ge-ph-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,20,0.55) 0%,rgba(10,8,20,0.28) 42%,rgba(10,8,20,0.72) 72%,rgba(10,8,20,0.96) 100%);}
.ge-ph-wrap{position:relative;z-index:2;max-width:1328px;width:100%;margin:0 auto;padding:0 24px 84px;display:flex;flex-direction:column;align-items:flex-start;}
.ge-ph-crumb{color:rgba(255,255,255,.85);font-size:14px;font-weight:500;letter-spacing:.28px;margin:0 0 18px;}
.ge-ph-badge{display:inline-block;background:rgba(255,255,255,0.16);border:1px solid rgba(255,255,255,0.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:12px;font-weight:700;letter-spacing:0.24px;padding:8px 20px;border-radius:15px;text-transform:uppercase;}
.ge-ph-title{color:#fff!important;font-size:clamp(24px,5.5vw,78px)!important;font-weight:800;line-height:1.05;margin:16px 0 0;letter-spacing:-0.02em;overflow-wrap:break-word;max-width:100%;}
@media(max-width:480px){.ge-ph-title{font-size:32px!important;}}
.ge-ph-sub{color:rgba(255,255,255,.95);font-size:clamp(15px,1.7vw,21px);max-width:720px;margin:16px 0 0;line-height:1.45;}
@media(max-width:1024px){.ge-ph-hero{min-height:520px}}
@media(max-width:767px){.ge-ph-hero{min-height:420px}.ge-ph-wrap{padding:0 15px 40px}.ge-ph-crumb{font-size:12.5px}}

/* ===== Quick Facts card (ge_quickfacts) — Figma 554:22 ===== */
.ge-qf{background:#fff;border-radius:24px;box-shadow:0 24px 60px rgba(26,16,54,.16);padding:40px;margin-top:-72px;position:relative;z-index:5;}
.ge-qf-head{display:flex;flex-direction:column;gap:6px;margin-bottom:26px;}
.ge-qf-eb{color:#e6007e;font-size:12px;font-weight:700;letter-spacing:.36px;text-transform:uppercase;}
.ge-qf-ti{color:#16213e;font-size:26px;font-weight:800;line-height:1.1;letter-spacing:-.26px;}
.ge-qf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px 28px;}
.ge-qf-item{display:flex;gap:12px;align-items:center;}
.ge-qf-ic{font-size:20px;line-height:1;flex:0 0 24px;width:24px;text-align:center;}
.ge-qf-txt{display:flex;flex-direction:column;gap:1px;min-width:0;}
.ge-qf-lbl{color:#7a7790;font-size:10px;font-weight:700;letter-spacing:.15px;text-transform:uppercase;}
.ge-qf-val{color:#16213e;font-size:13.5px;font-weight:600;line-height:1.2;}
@media(max-width:1024px){.ge-qf-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.ge-qf{padding:26px 20px;margin-top:-46px}.ge-qf-grid{grid-template-columns:1fr 1fr;gap:18px 14px}.ge-qf-ti{font-size:22px}}

/* ===== Place Detail: architecture prose + chips ===== */
.ge-archi-tags{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:10px;}
.ge-achip{display:flex;align-items:center;color:#3a3a4a;font-size:13.5px;font-weight:600;white-space:nowrap;}
.ge-achip::before{content:"";flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:#e6007e;margin-right:10px;}
@media(max-width:767px){.ge-archi-tags{grid-template-columns:1fr;}.ge-achip{white-space:normal;}}
/* Numbered list (ge_numlist) — Things to do */
.ge-nl{display:grid;gap:6px 56px;}
.ge-nl.cols-2{grid-template-columns:1fr 1fr;}
.ge-nl-item{display:flex;gap:18px;align-items:flex-start;padding:16px 0;}
.ge-nl-num{flex:0 0 auto;font:800 40px/1 Inter,sans-serif;color:rgba(230,0,126,.32);letter-spacing:-.4px;}
.ge-nl-b h3{margin:2px 0 0;font:700 17px/1.2 Inter,sans-serif;color:#16213e;}
.ge-nl-b p{margin:7px 0 0;font:400 13.5px/1.44 Inter,sans-serif;color:#7a7790;}
@media(max-width:767px){.ge-nl.cols-2{grid-template-columns:1fr;}}

/* ===== Place Detail: History timeline (ge_timeline) ===== */
.ge-tl{display:flex;flex-direction:column;}
.ge-tl-row{display:flex;gap:24px;padding:17px 0;border-bottom:1px solid #E7E2F0;}
.ge-tl-row:last-child{border-bottom:0;}
.ge-tl-y{flex:0 0 96px;color:#e6007e;font-weight:800;font-size:17px;letter-spacing:-.085px;}
.ge-tl-t{margin:0;color:#3a3a4a;font-size:15px;line-height:1.6;}
/* shared figure image (About / History) — Figma rounded-20 + drop shadow + bottom caption */
.ge-figimg{border-radius:20px;min-height:420px;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;overflow:hidden;box-shadow:0 16px 28px rgba(26,16,54,.16);}
.ge-w48{flex:0 0 48%!important;max-width:48%!important;}
.ge-w47{flex:0 0 47%!important;max-width:47%!important;}
@media(max-width:1024px){.ge-w48,.ge-w47{flex-basis:100%!important;max-width:100%!important;}}
.ge-figimg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,20,0) 48%,rgba(10,8,20,.85) 100%);}
.ge-figimg .ge-figcap{position:relative;z-index:2;width:100%;padding:0 24px 22px;}
.ge-figimg .ge-figcap, .ge-figimg .ge-figcap p{color:#fff!important;font-size:14px;font-weight:500;line-height:1.32;margin:0;}
@media(max-width:767px){.ge-figimg{min-height:240px}.ge-tl-y{flex-basis:74px;font-size:16px}}
/* Why Visit cards (detail page) — Figma 560:31 icon-tile cards */
.ge-dp-why .ge-why{border-radius:18px;box-shadow:0 12px 28px rgba(26,16,54,.1);padding:24px;}
.ge-dp-why .ge-why .ic{width:46px;height:46px;border-radius:13px;font-size:22px;background:#fbeef6;}
.ge-dp-why .ge-why h3{font:700 17px/1.2 Inter,sans-serif;color:#16213e;margin:16px 0 0;}
.ge-dp-why .ge-why p{font:400 13.5px/1.44 Inter,sans-serif;color:#7a7790;margin:7px 0 0;}
.ge-dp-why .ge-why .bar{display:none;}

/* ===== Place Detail: Highlights (ge_highlight_cards) ===== */
.ge-hl{display:grid;gap:22px;}
.ge-hl.cols-2{grid-template-columns:repeat(2,1fr);}
.ge-hl.cols-3{grid-template-columns:repeat(3,1fr);}
.ge-hl.cols-4{grid-template-columns:repeat(4,1fr);}
.ge-hl-card{position:relative;border-radius:20px;overflow:hidden;min-height:300px;background:#23314f;background-size:cover;background-position:center;display:flex;align-items:flex-end;box-shadow:0 16px 18px rgba(26,16,54,.16);}
.ge-hl-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,8,20,.05) 0%,rgba(10,8,20,.18) 50%,rgba(10,8,20,.9) 100%);}
.ge-hl-tag{position:absolute;top:16px;left:16px;z-index:2;background:rgba(255,255,255,.92);color:#16213e;font-size:10px;font-weight:700;letter-spacing:1px;padding:5px 12px;border-radius:12px;text-transform:uppercase;}
.ge-hl-b{position:relative;z-index:2;padding:20px;}
.ge-hl-b h3.ge-hl-t{margin:0;color:#fff!important;font-size:18px;font-weight:700;line-height:1.16;}
.ge-hl-s{margin:7px 0 0;color:rgba(255,255,255,.9)!important;font-size:13px;line-height:1.3;}
@media(max-width:1024px){.ge-hl.cols-3,.ge-hl.cols-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.ge-hl.cols-2,.ge-hl.cols-3,.ge-hl.cols-4{grid-template-columns:1fr}.ge-hl-card{min-height:240px}}

/* (hero scrim defined above to exact Figma 554:16 values) */

/* history caption as elementor text widget */
.ge-hist-img .ge-hist-cap{position:relative;z-index:2;width:100%;padding:0 20px 20px;}
.ge-hist-img .ge-hist-cap, .ge-hist-img .ge-hist-cap p{color:#fff!important;font-size:13.5px;line-height:1.5;margin:0;}

/* highlight-card distance pill (top-right) */
.ge-hl-meta{position:absolute;top:16px;right:16px;z-index:2;background:rgba(11,20,53,.62);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-size:11.5px;font-weight:700;padding:6px 11px;border-radius:999px;}

/* ===== Best Time season cards (ge_season_cards) ===== */
.ge-sc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.ge-sc{background:#fff;border:1px solid #ECE7F3;border-top:4px solid #c9ccd6;border-radius:16px;padding:24px;box-shadow:0 10px 30px rgba(24,40,65,.06);}
.ge-sc-best{border-top-color:#16A34A;}
.ge-sc-good{border-top-color:#F59E0B;}
.ge-sc-avoid{border-top-color:#cf011c;}
.ge-sc-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:1px;padding:5px 12px;border-radius:999px;color:#fff;}
.ge-sc-best .ge-sc-tag{background:#16A34A;}
.ge-sc-good .ge-sc-tag{background:#F59E0B;}
.ge-sc-avoid .ge-sc-tag{background:#cf011c;}
.ge-sc-p{display:block;margin-top:14px;font-size:24px;font-weight:800;color:#182841;}
.ge-sc-stars{display:block;margin-top:6px;color:#F5A623;font-size:16px;letter-spacing:2px;}
.ge-sc-t{margin:12px 0 0;color:#5C6678;font-size:14.5px;line-height:1.6;}
.ge-sc-note{margin:22px 0 0;color:#5C6678;font-size:14px;background:rgba(207,1,28,.05);border:1px solid rgba(207,1,28,.14);border-radius:12px;padding:14px 18px;}
@media(max-width:900px){.ge-sc-grid{grid-template-columns:1fr}}

/* ===== Info cards (ge_info_cards) — Planning Essentials / notes ===== */
.ge-ic2{display:grid;gap:22px;}
.ge-ic2.cols-1{grid-template-columns:1fr;}
.ge-ic2.cols-2{grid-template-columns:repeat(2,1fr);}
.ge-ic2.cols-3{grid-template-columns:repeat(3,1fr);}
.ge-ic2-card{background:#fff;border:1px solid #ECE7F3;border-radius:16px;padding:26px 28px;box-shadow:0 10px 30px rgba(24,40,65,.06);}
.ge-ic2-head{display:flex;gap:14px;align-items:center;}
.ge-ic2-ic{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;font-size:22px;background:#F4F0FA;border-radius:12px;}
.ge-ic2-tx{display:flex;flex-direction:column;gap:2px;}
.ge-ic2-l{color:#8A93A4;font-size:11.5px;font-weight:700;letter-spacing:1px;}
.ge-ic2-t{color:#182841;font-size:20px;font-weight:800;line-height:1.15;}
.ge-ic2-list{margin:18px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:11px;}
.ge-ic2-list li{position:relative;padding-left:20px;color:#3A4250;font-size:14.5px;line-height:1.5;}
.ge-ic2-list li::before{content:"";position:absolute;left:0;top:8px;width:7px;height:7px;border-radius:50%;background:#cf011c;}
@media(max-width:900px){.ge-ic2.cols-2,.ge-ic2.cols-3{grid-template-columns:1fr}}

/* ===== Photography Guide dark panel (ge_photo_panel) — Figma 562:31 ===== */
.ge-photo{position:relative;background:#191427;border-radius:24px;box-shadow:0 20px 50px rgba(26,16,54,.2);padding:40px;overflow:hidden;}
.ge-photo-glow{position:absolute;top:-80px;right:-80px;width:440px;height:440px;border-radius:50%;background:linear-gradient(to right,#7a2f9e,#191427);pointer-events:none;z-index:0;}
.ge-photo-eb{position:relative;z-index:2;color:#f7b5da!important;font-size:11px;font-weight:700;letter-spacing:.22px;text-transform:uppercase;margin:0;}
.ge-photo-h{position:relative;z-index:2;color:#fff!important;font-size:27px;font-weight:800;line-height:1.15;letter-spacing:-.135px;margin:10px 0 0;max-width:780px;}
.ge-photo-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:28px;}
.ge-photo-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:19px;}
.ge-photo-ic{font-size:24px;line-height:1;}
.ge-photo-t{color:#fff!important;font-size:16px;font-weight:700;margin:16px 0 0;}
.ge-photo-s{color:rgba(255,255,255,.8)!important;font-size:12.5px;line-height:1.45;margin:8px 0 0;}
@media(max-width:1024px){.ge-photo-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.ge-photo{padding:26px 20px}.ge-photo-grid{grid-template-columns:1fr}.ge-photo-h{font-size:22px}}

/* ===== Nearby Food: dark "Good to know" note card (ge_food_cards) ===== */
.ge-food-note{position:relative;border-radius:20px;overflow:hidden;min-height:300px;padding:22px 20px;display:flex;flex-direction:column;background:linear-gradient(180deg,#291b3c 0%,#181225 55%,#0d0a16 100%);box-shadow:0 16px 36px rgba(26,16,54,.16);}
.ge-food-note-ic{font-size:26px;line-height:1;}
.ge-food-note-eb{display:block;margin-top:16px;color:rgba(255,255,255,.85);font-size:10px;font-weight:700;letter-spacing:.2px;text-transform:uppercase;}
.ge-food-note-t{color:#fff!important;font-size:19px;font-weight:800;line-height:1.12;margin:8px 0 0;}
.ge-food-note-s{color:rgba(255,255,255,.92)!important;font-size:13px;line-height:1.44;margin:auto 0 0;}

/* ===== FAQ "always open" cards (ge_faq layout=open) ===== */
.ge-faq-open{cursor:default;}
.ge-faq-open .q{display:block;font:700 15px/1.3 Inter,sans-serif;color:#16213e;}
.ge-faq-open .a{display:block;margin:9px 0 0;font:400 13px/1.55 Inter,sans-serif;color:#7a7790;}

/* ===== Footer visitor counter row ===== */
.ge-vcount-row{ width:100%; display:flex; justify-content:center; align-items:center; gap:10px;
  padding:14px 20px; border-top:1px solid rgba(255,255,255,.08); }
.ge-vcount{ display:inline-flex; align-items:center; gap:8px; font-size:13px; letter-spacing:.02em;
  color:#aeb6c9; font-family:inherit; }
.ge-vcount-ico{ font-size:15px; line-height:1; filter:grayscale(.1); opacity:.9; }
.ge-vcount-num{ font-weight:800; color:#fff; font-size:14px;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.10);
  padding:2px 10px; border-radius:7px; letter-spacing:.04em; }
.ge-vcount-label{ text-transform:uppercase; font-size:11px; letter-spacing:.12em; color:#8b93a7; }
@media(max-width:480px){ .ge-vcount-row{ padding:12px 15px; } .ge-vcount{ font-size:12px; } }

/* ===== Contact form ===== */
.ge-cf{ display:flex; flex-direction:column; gap:16px; max-width:640px; }
.ge-cf-row{ display:flex; gap:16px; }
.ge-cf-row label{ flex:1; }
.ge-cf label{ display:flex; flex-direction:column; gap:7px; font:600 13px/1.2 Inter,sans-serif; color:#16213e; letter-spacing:.02em; }
.ge-cf input, .ge-cf textarea{ font:400 15px/1.5 Inter,sans-serif; color:#16213e; background:#fff;
  border:1.5px solid #e3e6ef; border-radius:10px; padding:12px 14px; outline:none; transition:border-color .15s; }
.ge-cf input:focus, .ge-cf textarea:focus{ border-color:#cf011c; }
.ge-cf-hp{ position:absolute!important; left:-9999px!important; }
.ge-cf-btn{ align-self:flex-start; font:700 15px/1 Inter,sans-serif; color:#fff; background:#cf011c;
  border:0; border-radius:10px; padding:14px 30px; cursor:pointer; transition:background .15s; }
.ge-cf-btn:hover{ background:#a80116; }
.ge-cf-ok{ background:#e8f6ee; border:1px solid #bfe6cd; color:#1c7a43; padding:14px 18px; border-radius:10px; margin-bottom:18px; font:600 15px/1.4 Inter,sans-serif; }
@media(max-width:560px){ .ge-cf-row{ flex-direction:column; } }
/* ===== Sitemap ===== */
.ge-sitemap{ display:grid; grid-template-columns:repeat(4,1fr); gap:40px 40px; }
.ge-sm-col{ display:flex; flex-direction:column; gap:36px; }
.ge-sm-grp h3{ font:800 14px/1.2 Inter,sans-serif; color:#16213e; letter-spacing:.06em; text-transform:uppercase; margin:0 0 14px; }
.ge-sm-grp ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:9px; }
.ge-sm-grp a{ font:400 15px/1.4 Inter,sans-serif; color:#5c6678; text-decoration:none; transition:color .12s; }
.ge-sm-grp a:hover{ color:#cf011c; }
.ge-sm-note{ font:400 15px/1.5 Inter,sans-serif; color:#5c6678; margin:30px 0 0; }
@media(max-width:900px){ .ge-sitemap{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .ge-sitemap{ grid-template-columns:1fr; } }

/* ===== Site Pages: hero photo credit ===== */
.ge-gj-hero{ position:relative; }
.ge-gj-hero .ge-gj-credit{ position:absolute; right:26px; bottom:14px; z-index:3; }
.ge-gj-hero .ge-gj-credit, .ge-gj-hero .ge-gj-credit p{ margin:0; font:400 12px/1.3 Inter,sans-serif; color:rgba(255,255,255,.72); }

/* ===== Site Pages: region filter tabs ===== */
.ge-sp-tabs{ margin:6px 0 4px; }
.ge-sp-tab, .ge-sp-tab p{ margin:0; font:600 14px/1 Inter,sans-serif; }
.ge-sp-tab{ background:#fff; border:1px solid #E4E0EC; color:#5c6678; border-radius:999px; padding:9px 18px; }
.ge-sp-tab.is-active{ background:#182841; border-color:#182841; color:#fff; }
.ge-place-tabs{ display:flex; flex-wrap:wrap; gap:10px; margin:10px 0 22px; }
.ge-place-tabs .ge-sp-tab{ cursor:pointer; -webkit-appearance:none; appearance:none; transition:background .15s,color .15s,border-color .15s; }
.ge-place-tabs .ge-sp-tab:hover{ border-color:#182841; }

/* ===== Experiences: grouped-by-type sections ===== */
.ge-exp-sections{ display:flex; flex-direction:column; gap:52px; }
.ge-exp-head{ display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:22px; }
.ge-exp-eyebrow{ font:700 12px/1 Inter,sans-serif; letter-spacing:1.4px; color:#E6007E; margin:0 0 9px; }
.ge-exp-title{ font:800 26px/1.2 Inter,sans-serif; color:#16213E; margin:0; letter-spacing:-.01em; }
.ge-exp-title span{ font-weight:500; font-size:16px; color:#7a7790; }
.ge-exp-viewall{ white-space:nowrap; font:700 14px/1 Inter,sans-serif; color:#7A2F9E; text-decoration:none; border:1px solid #E4E0EC; border-radius:999px; padding:11px 18px; transition:background .15s,color .15s,border-color .15s; }
.ge-exp-viewall:hover{ background:#16213E; border-color:#16213E; color:#fff; }
@media(max-width:600px){ .ge-exp-title{ font-size:22px; } .ge-exp-title span{ display:block; font-size:14px; margin-top:5px; } .ge-exp-head{ flex-wrap:wrap; } }

/* ===== Site Pages: callout box ===== */
.ge-sp-callout{ border:1px solid #ECE7F3; box-shadow:0 12px 34px rgba(24,40,65,.06); }
.ge-sp-callout .ge-secttl .elementor-heading-title{ color:#182841!important; }

/* ===== Site Pages: CTA panel ===== */
.ge-sp-cta{ position:relative; overflow:hidden; border-radius:22px;
  background:#182841; background-image:linear-gradient(120deg,#182841 0%,#243a63 62%,#3a2350 100%); box-shadow:0 20px 44px rgba(24,40,65,.22); }
.ge-sp-cta::after{ content:""; position:absolute; right:-90px; top:-90px; width:340px; height:340px; border-radius:50%;
  background:radial-gradient(circle at 30% 30%,rgba(207,1,28,.45),rgba(207,1,28,0) 70%); z-index:0; }
.ge-sp-cta > *{ position:relative; z-index:1; }
.ge-sp-cta .ge-sp-cta-t .elementor-heading-title{ color:#fff!important; }
.ge-sp-cta .ge-sp-cta-s, .ge-sp-cta .ge-sp-cta-s p{ color:rgba(255,255,255,.86)!important; margin:0; }

/* ===== Site Pages: legal / policy card ===== */
.ge-legal-card{ border:1px solid #ECE7F3; box-shadow:0 14px 40px rgba(24,40,65,.06); }
.ge-legal-upd, .ge-legal-upd p{ margin:0; font:700 13px/1 Inter,sans-serif; color:#5c6678;
  background:#F4F1FA; border:1px solid #E4E0EC; border-radius:999px; padding:8px 16px; display:inline-block; }
.ge-legal-intro, .ge-legal-intro p{ margin:0; color:#3a4356; }
.ge-legal-h .elementor-heading-title{ color:#182841!important; margin-top:16px; }
.ge-legal-p, .ge-legal-p p{ margin:0; }
.ge-legal-ulw{ width:100%; }
.ge-legal-ul{ margin:2px 0 0; padding-left:22px; }
.ge-legal-ul li{ font:400 16px/1.7 Inter,sans-serif; color:#3a4356; margin:0 0 8px; }
@media(max-width:767px){ .ge-legal-ul li{ font-size:15px; } }

/* ============ FOOD DETAIL (single-food) — Figma variant overrides ============ */
.single-food .ge-ph-badge{background:#e6007e;border-color:#e6007e;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;}
.single-food .ge-qf-eb{color:#ff7d1f;}
.single-food .ge-qf-ic{display:none;}
.single-food .ge-qf-grid{grid-template-columns:1fr 1fr;gap:22px 30px;}
.single-food .ge-qf{max-width:440px;margin-left:auto;margin-right:0;margin-top:-300px;padding:34px;}
.single-food .ge-food-qf{padding-top:0!important;padding-bottom:0!important;margin-bottom:-40px;}
@media(max-width:1024px){.single-food .ge-qf{max-width:none;margin-left:0;margin-top:-72px;}.single-food .ge-food-qf{margin-bottom:0;}}

/* ---- food v2: uniform bg, pills, hero height ---- */
.single-food .ge-ph-hero{min-height:560px;}
.single-food .ge-food-pills{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;}
.single-food .ge-food-pills .ge-pill{white-space:nowrap;}
.single-food .ge-qf{margin-top:-250px;}
@media(max-width:1024px){.single-food .ge-ph-hero{min-height:460px;}.single-food .ge-qf{margin-top:-72px;}}

/* ---- food v3: kill white gap, raise card, responsive ---- */
.single-food .ge-food-qf{background:#F3ECFB !important;padding-top:0 !important;padding-bottom:0 !important;margin-bottom:0 !important;}
.single-food .ge-qf{margin-top:-330px;}
@media(max-width:1024px){
  .single-food .ge-ph-hero{min-height:440px;}
  .single-food .ge-qf{max-width:none;margin-left:0;margin-right:0;margin-top:-90px;}
  .single-food .ge-qf-grid{grid-template-columns:1fr 1fr;}
}
@media(max-width:767px){
  .single-food .ge-ph-hero{min-height:360px;}
  .single-food .ge-qf{margin-top:-56px;padding:24px;border-radius:18px;}
  .single-food .ge-qf-grid{grid-template-columns:1fr 1fr;gap:16px 16px;}
  .single-food .ge-food-pills{gap:8px;}
}

/* ---- food v4: variations no icon, kill gap, mobile overflow ---- */
body.single-food{background:#F3ECFB;overflow-x:hidden;}
.single-food .ge-why .ic{display:none;}
.single-food .ge-why{padding-top:26px;}
.single-food .ge-qf-val{overflow-wrap:anywhere;}
@media(max-width:767px){
  .single-food .ge-qf-val{font-size:13px;}
  .single-food .ge-ph-sub{overflow-wrap:anywhere;}
}

/* ---- breadcrumb links (place hero, all detail pages) ---- */
.ge-ph-crumb a{color:inherit;text-decoration:none;transition:opacity .15s;}
.ge-ph-crumb a:hover{opacity:.72;text-decoration:underline;}
.ge-ph-crumb-sep{opacity:.55;margin:0 3px;}
.ge-ph-crumb-cur{opacity:.95;}

/* ---- highlight cards as links (food listing) ---- */
a.ge-hl-card{text-decoration:none;color:inherit;cursor:pointer;display:flex;}
a.ge-hl-card *{text-decoration:none;}
a.ge-hl-card{transition:transform .18s ease, box-shadow .18s ease;}
a.ge-hl-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(26,16,54,.22);}

/* ---- global: contain full-bleed hero overflow on mobile (all detail pages) ---- */
html{overflow-x:clip;}
body{overflow-x:clip;max-width:100%;}
.ge-ph-hero{max-width:100vw;}

/* ---- page hero breadcrumb (white, clickable) ---- */
.ge-crumb{color:#fff !important;font-size:14px;font-weight:500;letter-spacing:.28px;margin:0;}
.ge-crumb a{color:rgba(255,255,255,.9) !important;text-decoration:none;transition:opacity .15s;}
.ge-crumb a:hover{opacity:.7;text-decoration:underline;}
.ge-crumb-sep{opacity:.55;margin:0 4px;color:#fff;}
.ge-crumb-cur{color:#fff !important;opacity:.95;}

/* ============ BLOG DETAIL (match Figma) ============ */
.single-post .ge-blog-wrap{background:#F3ECFB;padding:60px 24px 84px;}
.ge-blog-card{max-width:1180px;margin:0 auto;background:#fff;border-radius:22px;box-shadow:0 24px 60px rgba(26,16,54,.10);padding:56px 64px;}
.ge-blog-card>*:first-child{margin-top:0;}
.ge-blog-card p{color:#3A3A4A;font-size:18px;line-height:1.75;margin:0 0 20px;}
.ge-blog-card h2{color:#16213E;font-size:30px;font-weight:800;line-height:1.18;letter-spacing:-.3px;margin:40px 0 16px;}
.ge-blog-card h3{color:#16213E;font-size:22px;font-weight:800;margin:34px 0 12px;}
.ge-blog-img{width:100%;border-radius:16px;margin:16px 0 8px;display:block;object-fit:cover;}
.ge-blog-cap{color:#7A7790;font-size:13.5px;margin:0 0 26px;}
.ge-blog-quote{border-left:4px solid #E6007E;padding:4px 0 4px 26px;margin:28px 0;color:#16213E;font-size:23px;font-weight:600;line-height:1.42;font-style:italic;}
.ge-blog-ul{margin:6px 0 22px;padding:0;list-style:none;}
.ge-blog-ul li{position:relative;padding-left:24px;color:#3A3A4A;font-size:16.5px;line-height:1.6;margin-bottom:11px;}
.ge-blog-ul li::before{content:"";position:absolute;left:2px;top:9px;width:7px;height:7px;border-radius:50%;background:#E6007E;}
.ge-blog-tags{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 0;}
.ge-blog-tags span{background:#FCEBF5;color:#E6007E;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:700;}
.ge-blog-author{display:flex;gap:18px;align-items:flex-start;background:#FFF7EC;border:1px solid #F2E4CF;border-radius:16px;padding:24px 26px;margin:34px 0 0;}
.ge-blog-author .av{flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:#16213E;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;}
.ge-blog-author b{color:#16213E;font-size:17px;display:block;margin-bottom:5px;}
.ge-blog-author p{color:#5C6678;font-size:14.5px;margin:0;line-height:1.55;}
@media(max-width:767px){.ge-blog-card{padding:30px 20px;border-radius:16px;}.ge-blog-card h2{font-size:24px;}.ge-blog-card p{font-size:16.5px;}}

/* ---- Blog More stories ---- */
.single-post .ge-blog-more{background:#fff;padding:14px 24px 84px;}
.ge-blog-more-in{max-width:1180px;margin:0 auto;}
.ge-blog-more-in>h2{color:#16213E;font-size:30px;font-weight:800;letter-spacing:-.3px;margin:0 0 24px;}
.ge-blog-more-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;}
.ge-blog-mcard{display:block;background:#fff;border:1px solid #ECE4F5;border-radius:16px;overflow:hidden;text-decoration:none;box-shadow:0 10px 30px rgba(26,16,54,.06);transition:transform .18s ease,box-shadow .18s ease;}
.ge-blog-mcard:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(26,16,54,.12);}
.ge-blog-mcard img{width:100%;height:184px;object-fit:cover;display:block;}
.ge-blog-mcard .b{padding:16px 18px 20px;}
.ge-blog-mcard .c{color:#E6007E;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;}
.ge-blog-mcard .t{color:#16213E;font-size:17px;font-weight:700;line-height:1.32;margin:7px 0 0;}
@media(max-width:900px){.ge-blog-more-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:600px){.ge-blog-more-grid{grid-template-columns:1fr;}}

/* ============ TRAVEL GUIDE DETAIL ============ */
.single-guide .ge-blog-wrap{background:#F3ECFB;padding:60px 24px 84px;}
.ge-guide-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0 0 30px;}
.ge-guide-facts .f{background:#F7F2FD;border:1px solid #ECE0FA;border-radius:14px;padding:15px 16px;}
.ge-guide-facts .fl{color:#7A2F9E;font-size:11.5px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin:0 0 5px;}
.ge-guide-facts .fv{color:#16213E;font-size:15.5px;font-weight:700;line-height:1.3;margin:0;}
.ge-guide-todo{list-style:none;counter-reset:g;margin:8px 0 22px;padding:0;}
.ge-guide-todo li{position:relative;padding:2px 0 16px 52px;counter-increment:g;}
.ge-guide-todo li::before{content:counter(g);position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#7A2F9E,#E6007E);color:#fff;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;}
.ge-guide-todo li b{display:block;color:#16213E;font-size:18px;font-weight:800;margin:4px 0 4px;}
.ge-guide-todo li span{display:block;color:#3A3A4A;font-size:16px;line-height:1.65;}
.ge-guide-faq{margin:8px 0 0;}
.ge-guide-faq .q{color:#16213E;font-size:17.5px;font-weight:800;margin:18px 0 6px;}
.ge-guide-faq .a{color:#3A3A4A;font-size:16.5px;line-height:1.7;margin:0;}
@media(max-width:900px){.ge-guide-facts{grid-template-columns:1fr 1fr;}}
@media(max-width:520px){.ge-guide-facts{grid-template-columns:1fr;}}

/* ============ CATEGORY (experience) LANDING ============ */
.single-experience .ge-exp-sec{background:#F3ECFB;}
.ge-exp-wrap{padding:56px 24px 84px;}
.ge-exp-in{max-width:1180px;margin:0 auto;}
.ge-exp-lead{max-width:820px;color:#3A3A4A;font-size:18px;line-height:1.7;margin:0 0 16px;}
.ge-exp-grid{margin-top:30px;}

/* category body + grid title */
.ge-exp-body{max-width:900px;margin:26px 0 8px;}
.ge-exp-gridttl{color:#16213E;font-size:26px;font-weight:800;margin:34px 0 20px;}

/* ============ SEARCH RESULTS PAGE ============ */
.ge-search-hero{background:linear-gradient(90deg,#241b4d 0%,#7a2f9e 100%);padding:56px 24px 46px;}
.ge-search-hero-in{max-width:1180px;margin:0 auto;}
.ge-search-eb{color:#ffd23f;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px;}
.ge-search-hero h1{color:#fff;font-size:38px;font-weight:800;line-height:1.15;margin:0 0 8px;}
.ge-search-count{color:rgba(255,255,255,.82);font-size:15px;margin:0 0 22px;}
.ge-search-form2{display:flex;max-width:640px;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 16px 40px rgba(0,0,0,.22);}
.ge-search-form2 input[type=search]{flex:1;border:0;outline:0;padding:16px 18px;font-size:17px;color:#16213E;}
.ge-search-form2 button{border:0;cursor:pointer;padding:0 24px;font-weight:800;color:#fff;background:linear-gradient(135deg,#7A2F9E,#E6007E);}
.ge-search-body{background:#F3ECFB;padding:44px 24px 80px;}
.ge-search-grid{max-width:1180px;margin:0 auto;}
.ge-hl-card--noimg{background:linear-gradient(135deg,#3a2150,#7a2f9e);}
.ge-search-pager{max-width:1180px;margin:36px auto 0;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.ge-search-pager .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 12px;border-radius:10px;background:#fff;color:#16213E;font-weight:700;text-decoration:none;border:1px solid #E3DAF0;}
.ge-search-pager .page-numbers.current{background:linear-gradient(135deg,#7A2F9E,#E6007E);color:#fff;border-color:transparent;}
.ge-search-empty{max-width:680px;margin:0 auto;text-align:center;background:#fff;border-radius:18px;padding:44px 30px;box-shadow:0 16px 44px rgba(26,16,54,.08);}
.ge-search-empty h3{color:#16213E;font-size:24px;font-weight:800;margin:0 0 10px;}
.ge-search-empty p{color:#5C6678;font-size:16px;margin:0 0 20px;}
.ge-search-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.ge-search-links a{background:#F3ECFB;color:#7A2F9E;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:700;text-decoration:none;}
@media(max-width:767px){.ge-search-hero h1{font-size:27px;}}

/* place (destination/food) detail reuses blog card */
.single-destination .ge-blog-wrap, .single-food .ge-blog-wrap{background:#F3ECFB;padding:60px 24px 84px;}

/* ===== Responsive QA fixes (mobile + tablet) ===== */
@media (max-width: 1024px){ .ge-dp-hero{ min-height: 480px; } }
@media (max-width: 767px){ .ge-dp-hero{ min-height: 380px; } }
@media (max-width: 520px){
	.ge-stay-partners, .ge-shop-grid{ grid-template-columns: 1fr; }
	.ge-cab{ padding: 24px 20px; }
	.ge-cab-actions{ width: 100%; }
	.ge-cab-actions .ge-cab-book, .ge-cab-actions .ge-cab-wa{ flex: 1; justify-content: center; text-align: center; }
}
/* never let a full-bleed hero cause sideways scroll on small screens */
@media (max-width: 767px){ html, body{ overflow-x: hidden; } }

/* ============================================================
   HEADER NAV — keep all 8 items on one tidy line on small desktops
   (base desktop keeps its roomy 36px spacing above 1500px)
   ============================================================ */
.elementor-widget-navigation-menu .hfe-nav-menu{ flex-wrap: nowrap; }
.elementor-widget-navigation-menu .hfe-nav-menu > li.menu-item > a.hfe-menu-item{ white-space: nowrap; }
/* laptops / smaller desktops (~1366) — doubled class beats Elementor's inline spacing */
@media (min-width: 1301px) and (max-width: 1500px){
	.elementor-widget-navigation-menu.elementor-widget-navigation-menu .hfe-nav-menu > li.menu-item{ margin: 0 !important; }
	.elementor-widget-navigation-menu.elementor-widget-navigation-menu .hfe-nav-menu > li.menu-item > a.hfe-menu-item{
		font-size: 14px !important; padding-left: 12px !important; padding-right: 12px !important;
	}
	.ge-hdr-plan{ font-size: 13px !important; padding: 9px 16px !important; }
}
/* small desktops / large tablets in landscape (1025–1300) */
@media (min-width: 1025px) and (max-width: 1300px){
	.elementor-widget-navigation-menu.elementor-widget-navigation-menu .hfe-nav-menu > li.menu-item{ margin: 0 !important; }
	.elementor-widget-navigation-menu.elementor-widget-navigation-menu .hfe-nav-menu > li.menu-item > a.hfe-menu-item{
		font-size: 12.5px !important; padding-left: 8px !important; padding-right: 8px !important; letter-spacing: 0;
	}
	.ge-hdr-plan{ font-size: 12px !important; padding: 8px 13px !important; }
	.ge-hdr-search{ margin: 0 4px !important; }
}

/* real <img> layer behind card/hero art (SEO) — text overlays sit above at z-index 1/2 */
.ge-bgimg{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:0;width:100%!important;height:100%!important;max-width:100%!important;min-height:0!important;object-fit:cover;object-position:center;border-radius:inherit;pointer-events:none}.ge-ph-hero,.ge-nearby-hero{overflow:hidden}.ge-thumb-img,.ge-blog-thumb,.ge-bcard-img{position:relative;overflow:hidden}
