/*
Theme Name: NexaUmrah
Theme URI: https://leksastudio.com/
Author: Leksa Studio
Author URI: https://leksastudio.com/
Description: Premium Umrah, Hajj, and halal travel catalogue theme.
Version: 1.0.9
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: nexaumrah
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: umrah, hajj, travel, islamic, block-styles
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700&display=swap');

:root {
	--nexa-umrah-primary: #0f6a3d;
	--nexa-umrah-primary-dark: #0a4d2b;
	--nexa-umrah-gold: #d4af37;
	--nexa-umrah-text: #1f2937;
	--nexa-umrah-muted: #6b7280;
}

* { box-sizing: border-box; }
body { margin: 0; color: var(--nexa-umrah-text); background: #fff; font-family: var(--nexa-umrah-font, "Plus Jakarta Sans", Inter, ui-sans-serif, system-ui, sans-serif); font-size:var(--nexa-umrah-base-size,16px); line-height: 1.6; }h1,h2,h3,h4,h5,h6{font-weight:var(--nexa-umrah-heading-weight,800)}
a { color: var(--nexa-umrah-primary); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 6px var(--nexa-umrah-primary-dark); }
.nexa-umrah-archive { max-width: 1180px; margin: 0 auto; padding: 48px 20px; }
.nexa-umrah-archive__header { margin-bottom: 24px; }
.nexa-umrah-search-form { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 20px; margin-bottom: 24px; background: #f7faf8; border-radius: 14px; }
.nexa-umrah-search-form label, .nexa-umrah-sort label { display: grid; gap: 6px; font-weight: 600; }
.nexa-umrah-search-form select, .nexa-umrah-search-form input, .nexa-umrah-sort select, .nexa-umrah-search-form button { width: 100%; min-height: 44px; padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; }
.nexa-umrah-search-form button { align-self: end; color: #fff; background: var(--nexa-umrah-primary); border-color: var(--nexa-umrah-primary); font-weight: 700; cursor: pointer; }
.nexa-umrah-sort { display: flex; justify-content: flex-end; gap: 10px; margin-bottom: 20px; }
.nexa-umrah-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.nexa-umrah-card { overflow: hidden; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgb(15 106 61 / 7%); }
.nexa-umrah-card__image { position: relative; display: block; aspect-ratio: 4 / 3; background: #edf4ef; }
.nexa-umrah-card__image img { width: 100%; height: 100%; object-fit: cover; }
.nexa-umrah-card__placeholder { display: grid; height: 100%; place-items: center; color: var(--nexa-umrah-primary); font-weight: 700; }
.nexa-umrah-card__content { padding: 20px; }
.nexa-umrah-card__eyebrow { color: var(--nexa-umrah-primary); font-size: .875rem; font-weight: 700; }
.nexa-umrah-card__title { margin: 8px 0; font-size: 1.25rem; }
.nexa-umrah-card__title a { color: inherit; text-decoration: none; }
.nexa-umrah-card__price { margin-top: 16px; font-size: 1.25rem; font-weight: 800; }
.nexa-umrah-price-old { margin-right: 4px; color: var(--nexa-umrah-muted); font-size: .9rem; font-weight: 400; }
.nexa-umrah-price-suffix { color: var(--nexa-umrah-muted); font-weight: 500; }
.nexa-umrah-seat { margin-top: 14px; }
.nexa-umrah-seat__track { height: 8px; overflow: hidden; border-radius: 99px; background: #e5e7eb; box-shadow: var(--nexa-shadow-inset-subtle); }
.nexa-umrah-seat__track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0f6a3d, #0d5c35, #0a7c6e); transition: width var(--nexa-transition-smooth); box-shadow: inset 0 -1px 2px rgb(0 0 0 / 8%); }
.nexa-umrah-seat small { color: var(--nexa-umrah-muted); font-size: .82rem; }
@media (max-width: 800px) { .nexa-umrah-search-form, .nexa-umrah-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .nexa-umrah-search-form, .nexa-umrah-grid { grid-template-columns: 1fr; } .nexa-umrah-sort { justify-content: flex-start; } }
.nexa-umrah-container { width: min(var(--nexa-umrah-container,1180px), calc(100% - 40px)); margin-inline: auto; }
.nexa-umrah-header { z-index:90;border-bottom: 1px solid #e5e7eb; background: var(--nexa-umrah-header-background,#fff); }.nexa-umrah-header--sticky{position:sticky;top:0}.nexa-umrah-header__actions{display:flex;align-items:center;gap:18px}.nexa-umrah-header__phone{color:var(--nexa-umrah-text);font-weight:700;text-decoration:none;white-space:nowrap}.nexa-umrah-header__cta{padding:10px 16px;border-radius:8px;color:#fff;background:var(--nexa-umrah-primary);font-weight:800;text-decoration:none;white-space:nowrap}
.nexa-umrah-header .nexa-umrah-container { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 24px; }
.nexa-umrah-brand, .nexa-umrah-brand a { color: var(--nexa-umrah-primary); font-size: 1.25rem; font-weight: 800; line-height: 1.15; text-decoration: none; }.nexa-umrah-brand img { display: block; max-height: 56px; width: auto; }
.nexa-umrah-header ul { display: flex; gap: 20px; margin: 0; padding: 0; list-style: none; }
.nexa-umrah-primary-nav a { color: var(--nexa-umrah-text); font-weight: 600; text-decoration: none; display: block;}.nexa-umrah-menu-toggle { display: none; min-width: 44px; min-height: 44px; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; font-size: 1.25rem; cursor: pointer; }
.nexa-umrah-hero { padding: 88px 0; color: #fff; background-image: linear-gradient(90deg, rgb(6 48 29 / 94%) 0%, rgb(6 48 29 / 82%) 46%, rgb(6 48 29 / 25%) 100%), var(--nexa-umrah-hero-image); background-position: center; background-size: cover; }
.nexa-umrah-hero h1 { max-width: 720px; margin: 8px 0 16px; font-size: clamp(2rem, 5vw, 4rem); line-height: 1.08; }
.nexa-umrah-hero > .nexa-umrah-container > p:not(.nexa-umrah-kicker) { max-width: 620px; font-size: 1.15rem; }
.nexa-umrah-hero .nexa-umrah-search-form { margin-top: 32px; color: var(--nexa-umrah-text); }
.nexa-umrah-kicker { margin: 0; color: #89670c; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nexa-umrah-section { padding-block: 64px; }
.nexa-umrah-section--tinted { background: #f7faf8; }
.nexa-umrah-section__heading { margin-bottom: 24px; }
.nexa-umrah-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nexa-umrah-benefits > div, .nexa-umrah-trust-box, .nexa-umrah-price-box { padding: 24px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; }
.nexa-umrah-benefits span { color: var(--nexa-umrah-primary); font-size: 1.5rem; font-weight: 900; }
.nexa-umrah-footer { margin-top: 64px; padding: 40px 0 24px; color: #fff; background: var(--nexa-umrah-footer-background, var(--nexa-umrah-primary-dark)); }.nexa-umrah-footer__top{display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,2fr);gap:40px}.nexa-umrah-footer__widgets{display:grid;gap:28px}.nexa-umrah-footer__widgets--1{grid-template-columns:1fr}.nexa-umrah-footer__widgets--2{grid-template-columns:repeat(2,minmax(0,1fr))}.nexa-umrah-footer__widgets--3{grid-template-columns:repeat(3,minmax(0,1fr))}.nexa-umrah-footer__widgets--4{grid-template-columns:repeat(4,minmax(0,1fr))}.nexa-umrah-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:32px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.nexa-umrah-footer__bottom ul{display:flex;flex-wrap:wrap;gap:16px;margin:0;padding:0;list-style:none}.nexa-umrah-footer a{color:#fff}.nexa-umrah-footer-widget__title{color:#fff;font-size:1rem}.nexa-umrah-footer-widget ul{margin:0;padding:0;list-style:none}.nexa-umrah-footer-widget li+li{margin-top:8px}
.nexa-umrah-single { padding-block: 48px; }
.nexa-umrah-single__header { margin-bottom: 32px; }
.nexa-umrah-single__header h1 { margin: 8px 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.nexa-umrah-single__layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
.nexa-umrah-single__image { margin: 0 0 24px; }.nexa-umrah-single__image img { display: block; width: 100%; border-radius: 14px; }
.nexa-umrah-single__sidebar { position: sticky; top: 20px; display: grid; gap: 16px; }
.nexa-umrah-price-box { font-size: 1.4rem; }
.nexa-umrah-button { display: block; margin-top: 20px; padding: 14px 18px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #0f6a3d 0%, #073f24 100%); font-weight: 800; text-align: center; text-decoration: none; box-shadow: 0 8px 18px rgb(15 106 61 / 18%); transition: transform var(--nexa-transition-base), box-shadow var(--nexa-transition-base), background var(--nexa-transition-base); }
.nexa-umrah-public-lifecycle{display:inline-block;padding:6px 10px;border-radius:999px;background:#e7f3ff;color:#135e96;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.nexa-umrah-card__image .nexa-umrah-public-lifecycle{position:absolute;top:12px;left:12px;z-index:1;box-shadow:0 2px 8px rgba(0,0,0,.14)}.nexa-umrah-public-lifecycle--departing_soon{background:#fff1c7;color:#764d00}.nexa-umrah-public-lifecycle--sold_out,.nexa-umrah-public-lifecycle--past{background:#8a2424;color:#fff}.nexa-umrah-public-lifecycle--unscheduled{background:#f0f0f1;color:#50575e}.nexa-umrah-single__header>.nexa-umrah-public-lifecycle{margin-bottom:10px}.nexa-umrah-cta-unavailable{margin:20px 0 0;padding:12px 14px;border-radius:8px;background:#fce8e8;color:#8a2424;font-size:.95rem;font-weight:800;text-align:center}
.nexa-umrah-trust-box h2 { margin-top: 0; font-size: 1.1rem; }.nexa-umrah-disclaimer { color: var(--nexa-umrah-muted); font-size: .9rem; }
.nexa-umrah-countdown { display: inline-block; padding: 8px 12px; border-radius: 99px; color: var(--nexa-umrah-primary-dark); background: #edf7ef; font-weight: 700; }
.nexa-umrah-itinerary { border-left: 2px solid #dce9df; }.nexa-umrah-itinerary__item { position: relative; display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding: 0 0 24px 24px; }.nexa-umrah-itinerary__item::before { position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--nexa-umrah-primary); content: ''; }.nexa-umrah-itinerary__item h3 { margin-top: 0; }.nexa-umrah-prose { white-space: normal; line-height: 1.8; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }.screen-reader-text:focus { z-index: 100000; width: auto; height: auto; padding: 12px; clip: auto; color: #fff; background: #000; }
.nexa-umrah-gallery__thumbs { display: flex; gap: 10px;margin-top: 12px; }.nexa-umrah-gallery__thumbs img { width: 80px; height: 60px; object-fit: cover; border-radius: 6px; }
.nexa-umrah-hotel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.nexa-umrah-hotel-grid > div { padding: 18px; border-radius: 10px; background: #f7faf8; }.nexa-umrah-hotel-grid h3 { margin-top: 0; }.nexa-umrah-grid--related { grid-template-columns: repeat(3, 1fr); }
.nexa-umrah-legal-card { max-width: 680px; margin-top: 32px; padding: 24px; border: 1px solid #dce9df; border-radius: 14px; background: #f7faf8; }.nexa-umrah-mobile-cta { display: none; }
.nexa-umrah-video-section { margin-top: 32px; }.nexa-umrah-video-section iframe { max-width: 100%; }
.nexa-umrah-entry { max-width: 820px; padding-block: 24px; border-bottom: 1px solid #e5e7eb; }.nexa-umrah-entry img { max-width: 100%; height: auto; border-radius: 12px; }.nexa-umrah-entry__title a { color: inherit; text-decoration: none; }.nexa-umrah-not-found { min-height: 55vh; display: grid; align-content: center; justify-items: start; }
.nexa-umrah-blog-layout--sidebar{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:48px}.nexa-umrah-blog-sidebar{padding-top:24px}.nexa-umrah-blog-widget{padding:20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.nexa-umrah-blog-widget+.nexa-umrah-blog-widget{margin-top:20px}.nexa-umrah-blog-widget h2{margin-top:0;font-size:1.1rem}.nexa-umrah-blog-widget ul{margin:0;padding-left:20px}
.nexa-umrah-benefits { grid-template-columns: repeat(4, 1fr); }.nexa-umrah-testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }.nexa-umrah-testimonials blockquote { margin: 0; padding: 24px; border: 1px solid #e5e7eb; border-radius: 14px; background: #fff; }.nexa-umrah-testimonials cite { color: var(--nexa-umrah-primary); font-style: normal; font-weight: 800; }.nexa-umrah-faq { max-width: 860px; }.nexa-umrah-faq details { padding: 16px 0; border-bottom: 1px solid #d1d5db; }.nexa-umrah-faq summary { cursor: pointer; font-weight: 800; }.nexa-umrah-home-cta { padding: 48px 0; color: #fff; background: var(--nexa-umrah-primary-dark); }.nexa-umrah-home-cta .nexa-umrah-container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }.nexa-umrah-home-cta .nexa-umrah-button { margin: 0; white-space: nowrap; }
.nexa-umrah-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--nexa-umrah-muted); font-size: .9rem; }.nexa-umrah-breadcrumbs a { color: inherit; }.nexa-umrah-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }.nexa-umrah-specs div { padding: 16px; border-radius: 10px; background: #f7faf8; }.nexa-umrah-specs dt { color: var(--nexa-umrah-muted); font-size: .8rem; font-weight: 700; }.nexa-umrah-specs dd { margin: 6px 0 0; font-weight: 800; }.nexa-umrah-tabs { margin-top: 36px; }.nexa-umrah-tabs__nav { display: flex; gap: 8px; overflow-x: auto; border-bottom: 1px solid #d1d5db; }.nexa-umrah-tabs__nav button { padding: 12px 16px; border: 0; border-bottom: 3px solid transparent; background: transparent; cursor: pointer; font-weight: 800; white-space: nowrap; }.nexa-umrah-tabs__nav button[aria-selected="true"] { color: var(--nexa-umrah-primary); border-bottom-color: var(--nexa-umrah-primary); }.nexa-umrah-tabs [role="tabpanel"] { padding: 24px 0; }.nexa-umrah-tabs:not(.nexa-tabs-ready) [role="tabpanel"] { display: block; }.nexa-umrah-social { display: flex; flex-wrap: wrap; gap: 16px; }.nexa-umrah-social a { color: #fff; }.nexa-umrah-footer__logo { display: block; width: min(260px, 100%); height: auto; margin-bottom: 16px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 800px) { .nexa-umrah-benefits, .nexa-umrah-testimonials { grid-template-columns: 1fr 1fr; }.nexa-umrah-single__layout,.nexa-umrah-blog-layout--sidebar,.nexa-umrah-footer__top { grid-template-columns: 1fr; }.nexa-umrah-footer__widgets{grid-template-columns:repeat(2,minmax(0,1fr))}.nexa-umrah-single__sidebar { position: static; }.nexa-umrah-home-cta .nexa-umrah-container { align-items: flex-start; flex-direction: column; } }
@media (max-width: 700px) { .nexa-umrah-header .nexa-umrah-container { position: relative; }.nexa-umrah-menu-toggle { display: inline-grid; place-items: center; }.nexa-umrah-header__phone,.nexa-umrah-header__cta{display:none}.nexa-umrah-primary-nav { position: absolute; z-index: 100; top: calc(100% - 1px); right: 0; left: 0; display: none; padding: 16px 20px; border-block: 1px solid #e5e7eb; background: var(--nexa-umrah-header-background,#fff); box-shadow: 0 12px 24px rgb(0 0 0 / 10%); }.nexa-umrah-primary-nav.is-open { display: block; }.nexa-umrah-primary-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }.nexa-umrah-primary-nav a { display: block; padding: 10px 0; } }
@media (max-width: 560px) { .nexa-umrah-hotel-grid, .nexa-umrah-grid--related, .nexa-umrah-benefits, .nexa-umrah-testimonials, .nexa-umrah-specs,.nexa-umrah-footer__widgets { grid-template-columns: 1fr; }.nexa-umrah-footer__bottom{align-items:flex-start;flex-direction:column} .nexa-umrah-mobile-cta { position: fixed; z-index: 9999; right: 0; bottom: 0; left: 0; display: block; padding: 10px 16px; border-top: 1px solid #d1d5db; background: #fff; }.nexa-umrah-mobile-cta a { display: block; padding: 13px 16px; border-radius: 8px; color: #fff; background: #0f7a3f; font-weight: 800; text-align: center; text-decoration: none; } }

/* Premium frontend refinement. */
:root {
	--nexa-umrah-surface: #fff;
	--nexa-umrah-surface-soft: #f4f8f5;
	--nexa-umrah-border: #dfe9e2;
	--nexa-umrah-shadow-sm: 0 10px 30px rgb(9 67 39 / 8%);
	--nexa-umrah-shadow-lg: 0 24px 70px rgb(5 51 29 / 16%);
	--nexa-umrah-radius-sm: 10px;
	--nexa-umrah-radius-md: 18px;
	--nexa-umrah-radius-lg: 26px;
	
	/* === MODERN GRADIENT SYSTEM === */
	/* Primary green gradients */
	--nexa-gradient-primary-soft: linear-gradient(135deg, #0f6a3d 0%, #0d5c35 50%, #0a4d2b 100%);
	--nexa-gradient-primary-bold: linear-gradient(135deg, #0f6a3d 0%, #073f24 100%);
	--nexa-gradient-primary-to-teal: linear-gradient(135deg, #0f6a3d 0%, #0a7c6e 100%);
	
	/* Accent & premium gradients */
	--nexa-gradient-gold-accent: linear-gradient(135deg, #d4af37 0%, #c9a529 100%);
	--nexa-gradient-primary-to-gold: linear-gradient(90deg, #0f6a3d 0%, #d4af37 100%);
	--nexa-gradient-gold-overlay: linear-gradient(180deg, transparent 0%, rgba(212, 175, 55, 0.15) 50%, rgba(212, 175, 55, 0.25) 100%);
	
	/* Neutral & background gradients */
	--nexa-gradient-surface: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
	--nexa-gradient-surface-soft: linear-gradient(180deg, #f4f8f5 0%, #f0f4f1 100%);
	--nexa-gradient-surface-muted: linear-gradient(135deg, #e8f0eb 0%, #e0e8e3 100%);
	
	/* === LAYERED DEPTH SYSTEM === */
	/* Shadow hierarchy for premium layering */
	--nexa-shadow-depth-1: 0 4px 10px rgb(9 67 39 / 6%);
	--nexa-shadow-depth-2: 0 8px 20px rgb(9 67 39 / 9%);
	--nexa-shadow-depth-3: 0 12px 32px rgb(9 67 39 / 12%);
	--nexa-shadow-depth-4: 0 18px 48px rgb(9 67 39 / 15%);
	--nexa-shadow-depth-5: 0 28px 64px rgb(9 67 39 / 18%);
	
	/* Hover elevation shadows */
	--nexa-shadow-hover-lift: 0 16px 40px rgb(9 67 39 / 14%);
	--nexa-shadow-hover-elevated: 0 24px 56px rgb(9 67 39 / 18%);
	
	/* Inset/neumorphic shadows */
	--nexa-shadow-inset-subtle: inset 0 1px 2px rgb(255 255 255 / 80%), inset 0 -1px 3px rgb(9 67 39 / 5%);
	--nexa-shadow-inset-deep: inset 0 2px 4px rgb(9 67 39 / 8%);
	
	/* === ENHANCED TYPOGRAPHY VARIABLES === */
	--nexa-font-scale-xs: 0.75rem;
	--nexa-font-scale-sm: 0.875rem;
	--nexa-font-scale-base: 1rem;
	--nexa-font-scale-lg: 1.25rem;
	--nexa-font-scale-xl: 1.5rem;
	--nexa-font-scale-2xl: 2rem;
	
	--nexa-font-weight-light: 300;
	--nexa-font-weight-normal: 400;
	--nexa-font-weight-medium: 500;
	--nexa-font-weight-semibold: 600;
	--nexa-font-weight-bold: 700;
	--nexa-font-weight-extrabold: 800;
	--nexa-font-weight-black: 900;
	
	--nexa-letter-spacing-tight: -0.025em;
	--nexa-letter-spacing-normal: 0;
	--nexa-letter-spacing-wide: 0.06em;
	--nexa-letter-spacing-wider: 0.16em;
	
	/* === TRANSITION & ANIMATION UTILITIES === */
	--nexa-transition-fast: 0.15s cubic-bezier(0.2, 0, 0.38, 0.9);
	--nexa-transition-base: 0.25s cubic-bezier(0.2, 0, 0.38, 0.9);
	--nexa-transition-slow: 0.35s cubic-bezier(0.2, 0, 0.38, 0.9);
	--nexa-transition-smooth: 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	
	--nexa-easing-in-out: cubic-bezier(0.2, 0, 0.38, 0.9);
	--nexa-easing-out: cubic-bezier(0.33, 0.66, 0.66, 1);
	--nexa-easing-elastic: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* === ANIMATION KEYFRAMES === */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

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

@keyframes slideInDown {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes cardLift {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-8px);
	}
}

@keyframes shimmer {
	0% {
		background-position: -1000px 0;
	}
	100% {
		background-position: 1000px 0;
	}
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; background: #fbfcfb; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; animation: fadeIn 0.6s ease-out forwards; }
body::selection { color: #fff; background: var(--nexa-umrah-primary); }
h1, h2, h3, h4, h5, h6 { color: #15251c; line-height: 1.18; letter-spacing: -.025em; }
p { margin-block: 0 1.1em; }
img { max-width: 100%; }

.nexa-umrah-container { width: min(var(--nexa-umrah-container, 1180px), calc(100% - 48px)); }
.nexa-umrah-header { position: relative; border-bottom-color: rgb(15 106 61 / 10%); box-shadow: 0 1px 0 rgb(255 255 255 / 70%); }
.nexa-umrah-header--sticky { position: sticky; top: 0; z-index: 90; backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgb(8 55 32 / 7%); }
.nexa-umrah-header .nexa-umrah-container { min-height: 78px; }
.nexa-umrah-brand img { max-height: 52px; }
.nexa-umrah-primary-nav a { position: relative; padding-block: 26px; transition: color var(--nexa-transition-fast), letter-spacing var(--nexa-transition-base); }
.nexa-umrah-primary-nav a::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; border-radius: 2px; background: var(--nexa-umrah-gold); content: ''; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nexa-umrah-primary-nav a:hover, .nexa-umrah-primary-nav .current-menu-item > a { color: var(--nexa-umrah-primary); }
.nexa-umrah-primary-nav a:hover::after, .nexa-umrah-primary-nav .current-menu-item > a::after { transform: scaleX(1); transform-origin: left; }
.nexa-umrah-primary-nav .menu-item-has-children { position: relative; }
.nexa-umrah-primary-nav .menu-item-has-children > a { display: inline-flex; align-items: center; padding-bottom: 26px; }
.nexa-umrah-primary-nav .sub-menu { position: absolute; z-index: 20; top: calc(100% + 2px); left: 0; min-width: 210px; display: block; visibility: hidden; padding: 10px; border: 1px solid var(--nexa-umrah-border); border-radius: 12px; background: #fff; box-shadow: 0 12px 32px rgb(0 0 0 / 12%); opacity: 0; transform: translateY(12px); transition: opacity var(--nexa-transition-fast), transform var(--nexa-transition-fast), visibility var(--nexa-transition-fast); }
.nexa-umrah-primary-nav .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; white-space: nowrap; }
.nexa-umrah-primary-nav .sub-menu a::after { display: none; }
.nexa-umrah-primary-nav .sub-menu a:hover { background: var(--nexa-umrah-surface-soft); }
.nexa-umrah-primary-nav .menu-item-has-children:hover > .sub-menu, .nexa-umrah-primary-nav .menu-item-has-children:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nexa-umrah-header__cta, .nexa-umrah-search-form button, .nexa-umrah-button { transition: transform var(--nexa-transition-base), box-shadow var(--nexa-transition-base), background var(--nexa-transition-base); }
.nexa-umrah-header__cta { padding: 11px 18px; border: 0; border-radius: 12px; background: linear-gradient(135deg, #0f6a3d, #073f24); box-shadow: 0 8px 20px rgb(15 106 61 / 20%); }
.nexa-umrah-header__cta:hover, .nexa-umrah-search-form button:hover, .nexa-umrah-button:hover { color: #fff; transform: translateY(-3px); box-shadow: var(--nexa-shadow-hover-elevated); background: linear-gradient(135deg, #0d5c35, #062f1c); }

.nexa-umrah-hero { position: relative; isolation: isolate; min-height: 680px; display: grid; align-items: center; padding: 76px 0 88px; background-image: linear-gradient(135deg, rgb(2 35 18 / 98%) 0%, rgb(4 43 25 / 88%) 45%, rgb(5 57 32 / 22%) 100%), var(--nexa-umrah-hero-image); background-position: center; background-size: cover; background-attachment: fixed; }
.nexa-umrah-hero::after { position: absolute; z-index: -1; right: -120px; bottom: -220px; width: 520px; height: 520px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; box-shadow: 0 0 0 70px rgb(255 255 255 / 4%), 0 0 0 140px rgb(255 255 255 / 2%), 0 0 60px 60px rgb(212 175 55 / 3%); content: ''; }
.nexa-umrah-hero h1 { max-width: 760px; margin: 12px 0 18px; color: #fff; font-size: clamp(2.65rem, 5vw, 4.35rem); line-height: 1.02; text-wrap: balance; font-weight: 850; letter-spacing: -0.03em; text-shadow: 0 4px 12px rgb(0 0 0 / 20%); }
.nexa-umrah-hero > .nexa-umrah-container > p:not(.nexa-umrah-kicker) { max-width: 680px; margin-bottom: 0; color: rgb(255 255 255 / 90%); font-size: clamp(1.05rem, 1.8vw, 1.2rem); line-height: 1.6; letter-spacing: 0.02em; font-weight: 450; }
.nexa-umrah-kicker { letter-spacing: .16em; }
.nexa-umrah-hero .nexa-umrah-search-form { margin-top: 34px; }
.nexa-umrah-hero .nexa-umrah-kicker { color: #f2cd50; }

.nexa-umrah-search-form { gap: 14px 12px; padding: 24px; border: 1px solid rgb(255 255 255 / 55%); border-radius: var(--nexa-umrah-radius-md); background: linear-gradient(180deg, rgb(255 255 255 / 97%) 0%, rgb(255 255 255 / 94%)); box-shadow: var(--nexa-shadow-depth-4); backdrop-filter: blur(8px); }
.nexa-umrah-search-form label, .nexa-umrah-sort label { color: #17251d; font-size: .92rem; font-weight: 750; letter-spacing: 0.025em; }
.nexa-umrah-search-form select, .nexa-umrah-search-form input, .nexa-umrah-sort select { min-height: 48px; border: 2px solid #ccd9d0; border-radius: var(--nexa-umrah-radius-sm); color: #17251d; background-color: #fff; font-size: .95rem; transition: border-color var(--nexa-transition-base), box-shadow var(--nexa-transition-base), background var(--nexa-transition-base); }
.nexa-umrah-search-form select:hover, .nexa-umrah-search-form input:hover, .nexa-umrah-sort select:hover { border-color: #0f6a3d; background: linear-gradient(180deg, #fff, #f8fbf9); }
.nexa-umrah-search-form select:focus, .nexa-umrah-search-form input:focus, .nexa-umrah-sort select:focus { border-color: var(--nexa-umrah-primary); background: linear-gradient(180deg, #fff, #f4f8f5); box-shadow: 0 0 0 6px rgb(15 106 61 / 12%); outline: 0; }
.nexa-umrah-search-form button { min-height: 48px; border: 0; border-radius: var(--nexa-umrah-radius-sm); background: linear-gradient(135deg, #0f6a3d, #073f24); color: #fff; font-weight: 700; box-shadow: 0 8px 18px rgb(15 106 61 / 18%); cursor: pointer; }

.nexa-umrah-section { padding-block: clamp(64px, 8vw, 96px); }
.nexa-umrah-section--tinted { background: linear-gradient(180deg, #f3f8f4, #f8fbf9); }
.nexa-umrah-section__heading { max-width: 720px; margin-bottom: 34px; }
.nexa-umrah-section__heading h2 { margin: 10px 0 0; font-size: clamp(1.8rem, 3vw, 2.55rem); }

.nexa-umrah-grid { gap: 28px; }
.nexa-umrah-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid #e5e7eb; border-color: var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%); box-shadow: var(--nexa-shadow-depth-2); transition: border-color var(--nexa-transition-base), box-shadow var(--nexa-transition-base), transform var(--nexa-transition-base), background var(--nexa-transition-smooth); }
.nexa-umrah-card:hover { border-color: rgb(15 106 61 / 32%); background: linear-gradient(180deg, #fafcfb 0%, #f5f9f7 100%); box-shadow: var(--nexa-shadow-hover-elevated); transform: translateY(-8px); }
.nexa-umrah-card__image { aspect-ratio: 16 / 10; overflow: hidden; position: relative; }
.nexa-umrah-card__image::after { position: absolute; right: 0; bottom: 0; left: 0; height: 48%; background: linear-gradient(transparent, rgb(4 43 25 / 28%)); content: ''; pointer-events: none; }
.nexa-umrah-card__image img { transition: transform var(--nexa-transition-smooth); }
.nexa-umrah-card:hover .nexa-umrah-card__image img { transform: scale(1.045); }
.nexa-umrah-card__content { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.nexa-umrah-card__eyebrow { min-height: 1.4em; margin-bottom: 7px; color: #397153; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 750; }
.nexa-umrah-card__title { margin: 0 0 10px; font-size: 1.28rem; line-height: 1.3; font-weight: 750; }
.nexa-umrah-card__title a { color: inherit; transition: color var(--nexa-transition-base); }
.nexa-umrah-card__title a:hover { color: var(--nexa-umrah-primary); }
.nexa-umrah-card__content > p:not(.nexa-umrah-card__eyebrow) { color: var(--nexa-umrah-muted); }
.nexa-umrah-card__price { margin-top: auto; padding-top: 18px; padding-bottom: 4px; border-top: 2px solid #edf1ee; color: #123c26; font-size: 1.32rem; font-weight: 850; background: linear-gradient(90deg, #0f6a3d, #0d5c35); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nexa-umrah-seat__track { background: #e7eee9; }
.nexa-umrah-seat small { display: block; margin-top: 7px; }
.nexa-umrah-card__image .nexa-umrah-public-lifecycle { top: 14px; left: 14px; border: 1px solid rgb(255 255 255 / 65%); box-shadow: 0 8px 20px rgb(0 0 0 / 14%); }

.nexa-umrah-archive { max-width: 1228px; min-height: 58vh; padding: 68px 24px 80px; animation: fadeIn 0.7s ease-out 0.1s both; }
.nexa-umrah-archive__header { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 30px; animation: slideInDown 0.6s ease-out 0.2s both; }
.nexa-umrah-archive__header h1 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.3rem); }
.nexa-umrah-archive__header p { margin: 0 0 7px; color: var(--nexa-umrah-muted); }
.nexa-umrah-archive > .nexa-umrah-search-form { border-color: var(--nexa-umrah-border); background: #f3f7f4; box-shadow: none; }
.nexa-umrah-sort { align-items: center; margin: 0 0 28px; }
.nexa-umrah-sort label { display: flex; align-items: center; gap: 12px; }
.nexa-umrah-sort select { min-width: 230px; }
.nexa-umrah-empty { min-height: 210px; display: grid; place-items: center; margin: 0; padding: 44px; border: 1px dashed #b9cec0; border-radius: var(--nexa-umrah-radius-md); color: #4b6355; background: linear-gradient(135deg, #f5f9f6, #fff); text-align: center; }
.nexa-umrah-empty--home { grid-column: 1 / -1; width: 100%; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--nexa-umrah-border); border-radius: 9px; color: var(--nexa-umrah-text); background: #fff; text-decoration: none; }
.page-numbers.current, .page-numbers:hover { color: #fff; border-color: var(--nexa-umrah-primary); background: var(--nexa-umrah-primary); }

.nexa-umrah-benefits > div, .nexa-umrah-trust-box, .nexa-umrah-price-box, .nexa-umrah-testimonials blockquote, .nexa-umrah-blog-widget { border-color: var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); box-shadow: var(--nexa-umrah-shadow-sm); transition: transform var(--nexa-transition-base), box-shadow var(--nexa-transition-base), border-color var(--nexa-transition-base); }
.nexa-umrah-benefits > div { position: relative; overflow: hidden; padding: 28px; animation: fadeInUp 0.6s ease-out both; }
.nexa-umrah-benefits > div:nth-child(2) { animation-delay: 0.1s; }
.nexa-umrah-benefits > div:nth-child(3) { animation-delay: 0.2s; }
.nexa-umrah-benefits > div:nth-child(4) { animation-delay: 0.3s; }
.nexa-umrah-benefits > div::after { position: absolute; right: -35px; bottom: -50px; width: 110px; height: 110px; border-radius: 50%; background: rgb(15 106 61 / 5%); content: ''; }
.nexa-umrah-benefits span { width: 46px; height: 46px; display: inline-grid; place-items: center; border: 1px solid rgb(15 106 61 / 14%); border-radius: 50%; background: #edf7f0; font-size: 1.15rem; box-shadow: inset 0 0 0 5px #f8fbf9; }
.nexa-umrah-benefits h2 { margin: 20px 0 10px; font-size: 1.18rem; }
.nexa-umrah-benefits p { position: relative; z-index: 1; margin-bottom: 0; color: var(--nexa-umrah-muted); font-size: .96rem; }
.nexa-umrah-testimonials blockquote { position: relative; overflow: hidden; padding: 34px 30px 28px; animation: fadeInUp 0.6s ease-out both; }
.nexa-umrah-testimonials blockquote:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgb(9 67 39 / 12%); }
.nexa-umrah-testimonials blockquote::before { position: absolute; top: -10px; right: 18px; color: rgb(15 106 61 / 8%); font-family: Georgia, serif; font-size: 7rem; line-height: 1; content: '“'; }
.nexa-umrah-testimonials blockquote p { position: relative; min-height: 4.8em; color: #3d5045; font-size: 1.03rem; }
.nexa-umrah-faq details { padding: 0; border: 1px solid var(--nexa-umrah-border); border-radius: 12px; background: #fff; box-shadow: 0 6px 18px rgb(9 67 39 / 5%); transition: box-shadow var(--nexa-transition-base), border-color var(--nexa-transition-base); }
.nexa-umrah-faq details[open] { box-shadow: 0 12px 24px rgb(9 67 39 / 10%); border-color: rgb(15 106 61 / 20%); }
.nexa-umrah-faq details + details { margin-top: 12px; }
.nexa-umrah-faq summary { position: relative; padding: 19px 52px 19px 22px; list-style: none; }
.nexa-umrah-faq summary::-webkit-details-marker { display: none; }
.nexa-umrah-faq summary::after { position: absolute; top: 50%; right: 21px; color: var(--nexa-umrah-primary); font-size: 1.25rem; content: '+'; transform: translateY(-50%); }
.nexa-umrah-faq details[open] summary::after { content: '−'; }
.nexa-umrah-faq details > p { margin: 0; padding: 0 22px 20px; color: var(--nexa-umrah-muted); }

.nexa-umrah-single { padding-block: 58px 80px; }
.nexa-umrah-single__header { max-width: 900px; }
.nexa-umrah-single__image img { border-radius: var(--nexa-umrah-radius-md); box-shadow: var(--nexa-umrah-shadow-sm); }
.nexa-umrah-single__sidebar { top: 100px; }
.nexa-umrah-price-box { padding: 26px; }
.nexa-umrah-button { border-radius: var(--nexa-umrah-radius-sm); }
.nexa-umrah-specs div, .nexa-umrah-hotel-grid > div { border: 1px solid #e3ece6; border-radius: 12px; background: #f5f9f6; }
.nexa-umrah-tabs__nav { scrollbar-width: thin; }
.nexa-umrah-tabs__nav button { color: #526158; }

.nexa-umrah-entry { padding-block: 32px; }
.nexa-umrah-entry__title { font-size: clamp(1.45rem, 3vw, 2rem); }
.nexa-umrah-not-found { min-height: 60vh; }
.nexa-umrah-home-cta { position: relative; overflow: hidden; padding: 64px 0; background: linear-gradient(115deg, #073d24, #0b5832); }
.nexa-umrah-home-cta h2 { color: #fff; }
.nexa-umrah-home-cta .nexa-umrah-button { color: #102d1d; background: var(--nexa-umrah-gold, #d4af37); box-shadow: 0 8px 20px rgb(0 0 0 / 22%); }
.nexa-umrah-home-cta .nexa-umrah-button:hover { color: #102d1d; background: #f0d36a; }

.nexa-umrah-footer { margin-top: 0; padding: 58px 0 26px; background: var(--nexa-umrah-footer-background, #0b4f31); }
.nexa-umrah-footer__top { gap: 64px; }
.nexa-umrah-footer__brand { max-width: 430px; }
.nexa-umrah-footer__tagline { color: #f4d979; font-weight: 700; }
.nexa-umrah-footer p { color: rgb(255 255 255 / 74%); }
.nexa-umrah-footer__bottom { margin-top: 40px; padding-top: 24px; }
.nexa-umrah-footer__bottom p { margin: 0; }
.nexa-umrah-social a { text-underline-offset: 4px; }

@media (max-width: 800px) {
	.nexa-umrah-container { width: min(var(--nexa-umrah-container, 1180px), calc(100% - 36px)); }
	.nexa-umrah-hero { min-height: auto; padding: 68px 0 76px; }
	.nexa-umrah-hero h1 { max-width: 620px; }
	.nexa-umrah-archive__header { align-items: flex-start; flex-direction: column; gap: 8px; }
	.nexa-umrah-sort, .nexa-umrah-sort label { align-items: stretch; }
	.nexa-umrah-sort label { width: 100%; flex-direction: column; }
	.nexa-umrah-sort select { min-width: 0; width: 100%; }
}

@media (max-width: 700px) {
	.nexa-umrah-header .nexa-umrah-container { min-height: 72px; }
	.nexa-umrah-menu-toggle { border-color: #cbd8cf; border-radius: 11px; }
	.nexa-umrah-primary-nav { right: -18px; left: -18px; padding: 12px 22px 20px; border-bottom-color: var(--nexa-umrah-border); box-shadow: 0 22px 40px rgb(7 56 32 / 14%); }
	.nexa-umrah-primary-nav a { padding: 12px 4px; }
	.nexa-umrah-primary-nav a::after { display: none; }
	.nexa-umrah-primary-nav .sub-menu { position: static; visibility: visible; min-width: 0; padding: 0 0 0 16px; border: 0; box-shadow: none; opacity: 1; transform: none; }
	.nexa-umrah-primary-nav .sub-menu a { color: var(--nexa-umrah-muted); white-space: normal; }
}

@media (max-width: 560px) {
	.nexa-umrah-container { width: calc(100% - 32px); }
	.nexa-umrah-hero { padding: 62px 0 28px; background-image: linear-gradient(180deg, rgb(4 43 25 / 95%) 0%, rgb(5 57 32 / 78%) 55%, rgb(5 57 32 / 38%) 100%), var(--nexa-umrah-hero-image); background-position: 58% center; }
	.nexa-umrah-hero::after { display: none; }
	.nexa-umrah-hero h1 { margin-top: 10px; font-size: clamp(2.15rem, 11vw, 3rem); line-height: 1.04; }
	.nexa-umrah-hero > .nexa-umrah-container > p:not(.nexa-umrah-kicker) { font-size: 1.04rem; line-height: 1.65; }
	.nexa-umrah-hero .nexa-umrah-search-form { margin: 30px -4px 0; }
	.nexa-umrah-search-form { gap: 15px; padding: 20px; border-radius: 16px; }
	.nexa-umrah-search-form select, .nexa-umrah-search-form input, .nexa-umrah-search-form button { min-height: 50px; }
	.nexa-umrah-section { padding-block: 60px; }
	.nexa-umrah-archive { padding: 48px 16px 64px; }
	.nexa-umrah-archive__header { padding-inline: 4px; }
	.nexa-umrah-archive > .nexa-umrah-search-form { padding: 18px; }
	.nexa-umrah-empty { min-height: 180px; padding: 32px 22px; }
	.nexa-umrah-card__content { padding: 21px; }
	.nexa-umrah-footer { padding-top: 48px; }
	.nexa-umrah-mobile-cta { padding-bottom: max(10px, env(safe-area-inset-bottom)); box-shadow: 0 -12px 30px rgb(6 48 29 / 12%); }
}

/* Editorial layouts and inner-page visual language. */
.nexa-umrah-page-header { position: relative; max-width: 850px; margin-bottom: 48px; padding-bottom: 28px; }
.nexa-umrah-page-header::after { position: absolute; bottom: 0; left: 0; width: 72px; height: 4px; border-radius: 4px; background: linear-gradient(90deg, var(--nexa-umrah-primary), var(--nexa-umrah-gold)); content: ''; }
.nexa-umrah-page-header h1 { margin: 8px 0 10px; font-size: clamp(2.35rem, 5vw, 4.25rem); line-height: 1.04; text-wrap: balance; }
.nexa-umrah-page-header__description, .nexa-umrah-page-header > div { max-width: 680px; color: var(--nexa-umrah-muted); font-size: 1.08rem; }
.nexa-umrah-page-header__description p { margin-bottom: 0; }

.nexa-umrah-blog-index { min-height: 62vh; padding-top: 72px; padding-bottom: 96px; }
.nexa-umrah-blog-layout--fullwidth { max-width: 980px; }
.nexa-umrah-entry { max-width: none; display: grid; grid-template-columns: minmax(220px, 38%) minmax(0, 1fr); gap: 32px; align-items: center; margin-bottom: 28px; padding: 0; border: 1px solid var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); background: #fff; box-shadow: var(--nexa-shadow-depth-2); transition: border-color var(--nexa-transition-base), box-shadow var(--nexa-transition-base), transform var(--nexa-transition-base); animation: fadeInUp 0.6s ease-out both; }
.nexa-umrah-entry:hover { border-color: rgb(15 106 61 / 28%); box-shadow: 0 18px 44px rgb(9 67 39 / 12%); transform: translateY(-3px); }
.nexa-umrah-entry__media { min-height: 100%; display: block; overflow: hidden; aspect-ratio: 4 / 3; border-radius: var(--nexa-umrah-radius-md) 0 0 var(--nexa-umrah-radius-md); background: var(--nexa-umrah-surface-soft); }
.nexa-umrah-entry__media img { width: 100%; height: 100%; display: block; border-radius: 0; object-fit: cover; transition: transform var(--nexa-transition-smooth); }
.nexa-umrah-entry:hover .nexa-umrah-entry__media img { transform: scale(1.035); }
.nexa-umrah-entry__body { padding: 30px 32px 30px 0; }
.nexa-umrah-entry:not(:has(.nexa-umrah-entry__media)) .nexa-umrah-entry__body { grid-column: 1 / -1; padding: 32px; }
.nexa-umrah-entry__meta { margin: 0 0 10px; color: #577061; font-size: .78rem; font-weight: 750; letter-spacing: .055em; text-transform: uppercase; }
.nexa-umrah-entry__meta a { color: inherit; text-decoration: none; }
.nexa-umrah-entry__title { margin: 0 0 12px; font-size: clamp(1.45rem, 2.7vw, 2.05rem); line-height: 1.2; }
.nexa-umrah-entry__excerpt { color: var(--nexa-umrah-muted); }
.nexa-umrah-entry__excerpt p:last-child { margin-bottom: 0; }
.nexa-umrah-entry__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--nexa-umrah-border); color: var(--nexa-umrah-muted); font-size: .8rem; }
.nexa-umrah-entry__footer a { font-weight: 800; text-decoration: none; }

.nexa-umrah-blog-sidebar { padding-top: 0; }
.nexa-umrah-blog-widget { padding: 26px; }
.nexa-umrah-blog-widget h2 { padding-bottom: 12px; border-bottom: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-blog-widget li + li { margin-top: 10px; }
.nexa-umrah-blog-widget a { color: #33493c; text-decoration: none; }
.nexa-umrah-blog-widget a:hover { color: var(--nexa-umrah-primary); }
.nexa-umrah-blog-categories { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.nexa-umrah-blog-categories li { display: flex; justify-content: space-between; gap: 12px; color: var(--nexa-umrah-muted); font-size: .86rem; }
.nexa-umrah-blog-recent { display: grid; }
.nexa-umrah-blog-recent > a { display: grid; grid-template-columns: 58px 1fr; gap: 11px; padding: 12px 0; border-bottom: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-blog-recent > a:last-child { padding-bottom: 0; border-bottom: 0; }
.nexa-umrah-blog-recent img { width: 58px; height: 52px; border-radius: 8px; object-fit: cover; }
.nexa-umrah-blog-recent span { display: grid; align-content: center; gap: 3px; }
.nexa-umrah-blog-recent strong { font-size: .8rem; line-height: 1.35; }
.nexa-umrah-blog-recent time { color: var(--nexa-umrah-muted); font-size: .7rem; }
.nexa-umrah-blog-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.nexa-umrah-blog-tags a { padding: 6px 9px; border: 1px solid var(--nexa-umrah-border); border-radius: 7px; font-size: .72rem; }
.nexa-umrah-blog-load-more { display: grid; justify-items: center; margin-top: 40px; }
.nexa-umrah-blog-load-more .nexa-umrah-button { min-width: 190px; }
.nexa-umrah-blog-load-more [aria-busy="true"] { cursor: wait; opacity: .72; }
.nexa-umrah-blog-widget .search-form { display: flex; gap: 8px; }
.nexa-umrah-blog-widget .search-field, .nexa-umrah-empty--search .search-field { min-width: 0; min-height: 46px; padding: 10px 12px; border: 1px solid #ccd9d0; border-radius: 9px; }
.nexa-umrah-blog-widget .search-submit, .nexa-umrah-empty--search .search-submit { min-height: 46px; padding: 10px 15px; border: 0; border-radius: 9px; color: #fff; background: var(--nexa-umrah-primary); font-weight: 750; cursor: pointer; }

.nexa-umrah-document { max-width: 990px; min-height: 62vh; padding-top: 76px; padding-bottom: 100px; }
.nexa-umrah-document__article { padding: clamp(28px, 6vw, 68px); border: 1px solid var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-lg); background: #fff; box-shadow: 0 22px 65px rgb(9 67 39 / 9%); }
.nexa-umrah-document__article .nexa-umrah-page-header { max-width: 760px; }
.nexa-umrah-document__article--post .nexa-umrah-page-header h1 { max-width: 720px; font-size: clamp(2.25rem, 4.3vw, 3.65rem); line-height: 1.08; }
.nexa-umrah-document__featured { overflow: hidden; aspect-ratio: 16 / 9; max-height: 520px; margin: -8px 0 42px; border-radius: var(--nexa-umrah-radius-md); background: var(--nexa-umrah-surface-soft); }
.nexa-umrah-document__featured img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nexa-umrah-content { color: #35473c; font-size: clamp(1rem, .96rem + .18vw, 1.075rem); line-height: 1.82; }
.nexa-umrah-content > * { max-width: 760px; }
.nexa-umrah-content > .alignwide { max-width: 920px; }
.nexa-umrah-content > .alignfull { max-width: none; }
.nexa-umrah-content h2 { margin: 2em 0 .65em; font-size: clamp(1.6rem, 3vw, 2.15rem); }
.nexa-umrah-content h3 { margin: 1.7em 0 .55em; font-size: 1.35rem; }
.nexa-umrah-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nexa-umrah-content blockquote { margin: 32px 0; padding: 20px 26px; border-left: 4px solid var(--nexa-umrah-gold); border-radius: 0 12px 12px 0; color: #274534; background: var(--nexa-umrah-surface-soft); font-size: 1.12rem; }
.nexa-umrah-content ul, .nexa-umrah-content ol { padding-left: 1.3em; }
.nexa-umrah-content li + li { margin-top: .45em; }
.nexa-umrah-content table { width: 100%; border-collapse: collapse; }
.nexa-umrah-content th, .nexa-umrah-content td { padding: 13px 15px; border: 1px solid var(--nexa-umrah-border); text-align: left; }
.nexa-umrah-content th { background: var(--nexa-umrah-surface-soft); }

.nexa-umrah-archive__header > div { max-width: 760px; }
.nexa-umrah-archive__header > p { max-width: 480px; line-height: 1.7; }
.nexa-umrah-archive__header .nexa-umrah-kicker { margin-bottom: 9px; color: var(--nexa-umrah-primary); }
.nexa-umrah-archive__header .nexa-umrah-kicker + h1 { margin: 0; }
.nexa-umrah-grid > .nexa-umrah-empty { grid-column: 1 / -1; }

.nexa-umrah-single__header { position: relative; margin-bottom: 38px; padding: 30px 34px; border: 1px solid var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); background: linear-gradient(125deg, #f2f8f4, #fff 72%); }
.nexa-umrah-single__header::after { position: absolute; top: 0; bottom: 0; left: 0; width: 5px; border-radius: var(--nexa-umrah-radius-md) 0 0 var(--nexa-umrah-radius-md); background: linear-gradient(var(--nexa-umrah-primary), var(--nexa-umrah-gold)); content: ''; }
.nexa-umrah-single__header > p:last-child { margin-bottom: 0; color: var(--nexa-umrah-muted); }
.nexa-umrah-gallery { margin-bottom: 30px; }
.nexa-umrah-single__image { overflow: hidden; aspect-ratio: 16 / 9; background: var(--nexa-umrah-surface-soft); }
.nexa-umrah-single__image img { width: 100%; height: 100%; object-fit: cover; }
.nexa-umrah-gallery__thumb { padding: 0; border: 2px solid transparent; border-radius: 11px; background: transparent; cursor: pointer; transition: border-color .2s ease, transform .2s ease; }
.nexa-umrah-gallery__thumb:hover { transform: translateY(-2px); }
.nexa-umrah-gallery__thumb.is-active { border-color: var(--nexa-umrah-primary); }
.nexa-umrah-gallery__thumb img { width: 92px; height: 68px; display: block; border: 2px solid #fff; border-radius: 8px; box-shadow: 0 4px 14px rgb(9 67 39 / 12%); object-fit: cover; }
.nexa-umrah-gallery__thumb:focus-visible { outline: 3px solid rgb(15 106 61 / 28%); outline-offset: 3px; }
.nexa-umrah-single__main > .nexa-umrah-seat { margin: 24px 0 30px; padding: 18px 20px; border: 1px solid var(--nexa-umrah-border); border-radius: 12px; background: #fff; }
.nexa-umrah-specs { gap: 14px; }
.nexa-umrah-specs div { position: relative; overflow: hidden; padding: 19px; }
.nexa-umrah-specs div::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: rgb(15 106 61 / 38%); content: ''; }
.nexa-umrah-tabs { overflow: hidden; margin: 46px 0; border: 1px solid var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); background: #fff; box-shadow: var(--nexa-umrah-shadow-sm); }
.nexa-umrah-tabs__nav { padding: 0 14px; background: #f4f8f5; }
.nexa-umrah-tabs [role="tabpanel"] { padding: 28px 32px 34px; }
.nexa-umrah-tabs [role="tabpanel"] > h2 { margin-top: 0; }
.nexa-umrah-itinerary { margin-left: 7px; }
.nexa-umrah-itinerary__day { color: var(--nexa-umrah-primary); font-size: .83rem; font-weight: 800; text-transform: uppercase; }
.nexa-umrah-price-box { position: relative; overflow: hidden; background: linear-gradient(145deg, #fff, #f4f9f5); }
.nexa-umrah-price-box::before { position: absolute; top: 0; right: 0; left: 0; height: 5px; background: linear-gradient(90deg, var(--nexa-umrah-primary), var(--nexa-umrah-gold)); content: ''; }
.nexa-umrah-price-box > p { margin: 0 0 5px; color: var(--nexa-umrah-muted); font-size: .84rem; font-weight: 700; text-transform: uppercase; }
.nexa-umrah-trust-box { background: #fff; }
.nexa-umrah-trust-box h2 { padding-bottom: 12px; border-bottom: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-single__main > section:last-child { margin-top: 56px; }
.nexa-umrah-single__main > section:last-child > h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }

/* Premium package-detail conversion layout. */
.nexa-umrah-single__intro { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 30px; align-items: stretch; margin-bottom: 38px; }
.nexa-umrah-single__intro .nexa-umrah-gallery { display: grid; grid-template-rows: auto auto; gap: 12px; min-width: 0; margin: 0; }
.nexa-umrah-single__intro .nexa-umrah-single__image { width: 100%; max-width: 100%; height: auto; max-height: 510px; min-height: 430px; margin: 0; aspect-ratio: 4 / 3; border-radius: 24px; overflow: hidden; }
.nexa-umrah-single__intro .nexa-umrah-single__image img { display: block; width: 100%; height: 100%; max-width: 100%; object-fit: cover; box-shadow: none; }
.nexa-umrah-single__summary { display: flex; flex-direction: column; gap: 18px; }
.nexa-umrah-single__summary .nexa-umrah-single__header { position: relative; flex: 1; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; width: 100%; max-width: 100%; margin: 0; padding: 34px; }
.nexa-umrah-single__summary .nexa-umrah-single__header h1 { max-width: 15ch; margin: 14px 0 12px; font-size: clamp(2.15rem, 3vw, 3rem); line-height: 1.08; text-wrap: balance; overflow-wrap: anywhere; }
.nexa-umrah-single__summary .nexa-umrah-single__header .nexa-umrah-kicker { margin-top: 16px; }
.nexa-umrah-single__summary .nexa-umrah-countdown { margin: 18px 0 0; }
.nexa-umrah-single__layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 32px; }
.nexa-umrah-single__sidebar { display: grid; align-content: start; gap: 20px; }
.nexa-umrah-single__sidebar .nexa-umrah-price-box { padding: 28px; box-shadow: 0 18px 48px rgb(9 67 39 / 13%); }
.nexa-umrah-single__sidebar .nexa-umrah-price-box > div { color: #102d1d; font-size: 1.42rem; font-weight: 800; line-height: 1.25; }
.nexa-umrah-single__sidebar .nexa-umrah-button { padding: 15px 14px; font-size: .94rem; line-height: 1.4; }
.nexa-umrah-single__sidebar .nexa-umrah-trust-box { position: relative; overflow: hidden; padding: 28px; }
.nexa-umrah-single__sidebar .nexa-umrah-trust-box::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--nexa-umrah-primary), var(--nexa-umrah-gold)); content: ''; }
.nexa-umrah-single__main > .nexa-umrah-seat { margin-top: 0; }
.nexa-umrah-single__main .nexa-umrah-content { padding: 8px 4px; }
.nexa-umrah-tabs__nav { display: flex; gap: 8px; padding: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.nexa-umrah-tabs__nav button { flex: 1 1 0; min-width: 0; }
.nexa-umrah-gallery__thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(72px, 0fr)); gap: 10px; width: 100%; }
.nexa-umrah-gallery__thumb { width: 100%; }
.nexa-umrah-single__sidebar .nexa-umrah-price-box > div,
.nexa-umrah-single__sidebar .nexa-umrah-price,
.nexa-umrah-single__sidebar .nexa-umrah-price-old,
.nexa-umrah-single__sidebar .nexa-umrah-price-suffix { overflow-wrap: anywhere; }

@media (max-width: 960px) {
	.nexa-umrah-single__intro { grid-template-columns: 1fr 1fr; gap: 22px; }
	.nexa-umrah-single__intro .nexa-umrah-single__image { min-height: 390px; }
	.nexa-umrah-single__layout { grid-template-columns: 1fr; }
	.nexa-umrah-single__sidebar { position: static; order: -1; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr); align-items: start; }
	.nexa-umrah-single__summary .nexa-umrah-single__header { padding: 28px 26px; }
	.nexa-umrah-single__summary .nexa-umrah-single__header h1 { max-width: 100%; }
}

.nexa-umrah-legal-card { padding: 30px; border-color: var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); box-shadow: var(--nexa-umrah-shadow-sm); }
.nexa-umrah-not-found { position: relative; max-width: 820px; min-height: 68vh; }
.nexa-umrah-not-found::after { position: absolute; z-index: -1; right: 3%; width: clamp(180px, 30vw, 320px); height: clamp(180px, 30vw, 320px); border: 1px solid rgb(15 106 61 / 12%); border-radius: 50%; box-shadow: 0 0 0 35px rgb(15 106 61 / 4%), 0 0 0 70px rgb(212 175 55 / 3%); content: ''; }
.nexa-umrah-not-found h1 { max-width: 600px; margin: 10px 0; font-size: clamp(2.7rem, 7vw, 5rem); }
.nexa-umrah-not-found > p:not(.nexa-umrah-kicker) { max-width: 520px; color: var(--nexa-umrah-muted); font-size: 1.1rem; }
.nexa-umrah-not-found .nexa-umrah-button { width: auto; display: inline-block; }

@media (max-width: 900px) {
	.nexa-umrah-entry { grid-template-columns: minmax(200px, 34%) minmax(0, 1fr); gap: 24px; }
	.nexa-umrah-entry__body { padding: 25px 26px 25px 0; }
}

@media (max-width: 700px) {
	.nexa-umrah-blog-index, .nexa-umrah-document { padding-top: 52px; padding-bottom: 72px; }
	.nexa-umrah-page-header { margin-bottom: 36px; }
	.nexa-umrah-page-header h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
	.nexa-umrah-entry { grid-template-columns: 1fr; gap: 0; }
	.nexa-umrah-entry__media { aspect-ratio: 16 / 9; border-radius: var(--nexa-umrah-radius-md) var(--nexa-umrah-radius-md) 0 0; }
	.nexa-umrah-entry__media img { min-height: 0; }
	.nexa-umrah-entry__body, .nexa-umrah-entry:not(:has(.nexa-umrah-entry__media)) .nexa-umrah-entry__body { padding: 24px; }
	.nexa-umrah-document__article { border-radius: 18px; }
	.nexa-umrah-single__header { padding: 25px 24px; }
	.nexa-umrah-tabs [role="tabpanel"] { padding: 24px 22px 28px; }
	.nexa-umrah-not-found::after { right: -70px; opacity: .65; }
	.nexa-umrah-single { padding-top: 38px; }
	.nexa-umrah-breadcrumbs { margin-bottom: 20px; font-size: .82rem; }
	.nexa-umrah-single__intro { grid-template-columns: 1fr; gap: 16px; }
	.nexa-umrah-single__intro .nexa-umrah-gallery { order: 1; }
	.nexa-umrah-single__intro .nexa-umrah-single__image { max-height: none; min-height: 0; aspect-ratio: 16 / 10; border-radius: 18px; }
	.nexa-umrah-single__summary { order: 2; }
	.nexa-umrah-single__summary .nexa-umrah-single__header { min-height: 0; padding: 27px 24px; }
	.nexa-umrah-single__summary .nexa-umrah-single__header h1 { font-size: clamp(2rem, 10vw, 2.7rem); }
	.nexa-umrah-single__layout { gap: 24px; }
	.nexa-umrah-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nexa-umrah-specs div { padding: 16px 14px; }
	.nexa-umrah-specs dd { font-size: .9rem; overflow-wrap: anywhere; }
	.nexa-umrah-single__sidebar { grid-template-columns: 1fr; order: -1; }
	.nexa-umrah-single__sidebar .nexa-umrah-price-box { padding: 25px 23px; }
	.nexa-umrah-document__featured { margin-bottom: 30px; border-radius: 14px; }
	.nexa-umrah-document__article--post .nexa-umrah-page-header h1 { font-size: clamp(2rem, 9.5vw, 2.75rem); }
	.nexa-umrah-single__sidebar .nexa-umrah-button { width: 100%; }
	.nexa-umrah-single__sidebar .nexa-umrah-trust-box { padding: 22px 20px; }
}

/* Refined heading scale for a calmer editorial hierarchy. */
.nexa-umrah-hero h1 { font-size: clamp(2.35rem, 4.4vw, 3.7rem); line-height: 1.07; }
.nexa-umrah-page-header h1 { font-size: clamp(2.1rem, 4.2vw, 3.45rem); line-height: 1.08; }
.nexa-umrah-archive__header h1 { font-size: clamp(2rem, 3.6vw, 2.9rem); }
.nexa-umrah-single__summary .nexa-umrah-single__header h1 { font-size: clamp(2rem, 2.7vw, 2.7rem); line-height: 1.1; }
.nexa-umrah-document__article--post .nexa-umrah-page-header h1 { font-size: clamp(2.1rem, 3.8vw, 3.2rem); line-height: 1.1; }
.nexa-umrah-section__heading h2 { font-size: clamp(1.7rem, 2.6vw, 2.3rem); }
.nexa-umrah-content h2 { font-size: clamp(1.5rem, 2.4vw, 1.95rem); line-height: 1.22; }
.nexa-umrah-content h3 { font-size: clamp(1.25rem, 1.8vw, 1.45rem); line-height: 1.28; }
.nexa-umrah-content h4 { font-size: 1.17rem; line-height: 1.35; }
.nexa-umrah-content h5 { font-size: 1.05rem; line-height: 1.4; }
.nexa-umrah-content h6 { font-size: .95rem; line-height: 1.45; letter-spacing: .01em; }
.nexa-umrah-single__main > section:last-child > h2 { font-size: clamp(1.55rem, 2.5vw, 2rem); }
.nexa-umrah-not-found h1 { font-size: clamp(2.35rem, 6vw, 4.25rem); }
.nexa-umrah-blog-index .nexa-umrah-page-header { margin-bottom: 40px; }
.nexa-umrah-blog-index .nexa-umrah-page-header h1 { font-size: clamp(2rem, 3.5vw, 3rem); }
.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry { grid-template-columns: minmax(250px, 38%) minmax(0, 1fr); align-items: stretch; }
.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry__media { width: 100%; min-width: 0; min-height: 250px; aspect-ratio: auto; }
.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry__title { font-size: clamp(1.35rem, 1.8vw, 1.7rem); line-height: 1.22; }

@media (max-width: 700px) {
	.nexa-umrah-hero h1 { font-size: clamp(2rem, 9.5vw, 2.65rem); }
	.nexa-umrah-page-header h1, .nexa-umrah-document__article--post .nexa-umrah-page-header h1 { font-size: clamp(1.9rem, 8.5vw, 2.45rem); }
	.nexa-umrah-single__summary .nexa-umrah-single__header h1 { font-size: clamp(1.85rem, 8.5vw, 2.35rem); }
	.nexa-umrah-content h2 { font-size: clamp(1.42rem, 6.5vw, 1.75rem); }
	.nexa-umrah-blog-index .nexa-umrah-page-header { margin-bottom: 34px; }
	.nexa-umrah-blog-index .nexa-umrah-page-header h1 { font-size: clamp(1.9rem, 8vw, 2.3rem); }
	.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry { grid-template-columns: 1fr; }
	.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry__media { min-height: 0; aspect-ratio: 16 / 9; }
	.nexa-umrah-blog-layout--sidebar .nexa-umrah-entry__title { font-size: clamp(1.3rem, 6.5vw, 1.55rem); }
}

/* Premium single-article experience. */
.nexa-umrah-article-breadcrumbs { max-width: 900px; margin: 0 auto 22px; }
.nexa-umrah-article-header { max-width: 790px !important; margin-bottom: 38px; }
.nexa-umrah-article-header .nexa-umrah-kicker { display: inline-flex; align-items: center; min-height: 30px; margin-bottom: 15px; padding: 5px 11px; border: 1px solid rgb(212 175 55 / 35%); border-radius: 999px; color: #765b0b; background: #fff8dc; letter-spacing: .08em; }
.nexa-umrah-article-header h1 { letter-spacing: -.035em; text-wrap: balance; }
.nexa-umrah-article-header .nexa-umrah-kicker a { color: inherit; text-decoration: none; }
.nexa-umrah-article-byline { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.nexa-umrah-article-byline__avatar { width: 42px; height: 42px; display: grid; flex: 0 0 42px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--nexa-umrah-primary), var(--nexa-umrah-primary-dark)); font-size: 1rem; font-weight: 800; }
.nexa-umrah-article-byline > span:last-child { display: grid; gap: 2px; }
.nexa-umrah-article-byline strong { color: #20362a; font-size: .9rem; }
.nexa-umrah-article-byline small { color: var(--nexa-umrah-muted); font-size: .78rem; }
.nexa-umrah-article-content { max-width: 760px; }
.nexa-umrah-article-content > * { max-width: 100%; }
.nexa-umrah-article-content > p:first-child { color: #263f31; font-size: 1.16em; line-height: 1.78; }
.nexa-umrah-article-content > p:first-child strong:first-child { color: var(--nexa-umrah-primary-dark); letter-spacing: .025em; }
.nexa-umrah-article-content h2, .nexa-umrah-article-content h3 { color: #183426; letter-spacing: -.02em; }
.nexa-umrah-article-content h2 { margin-top: 2.2em; }
.nexa-umrah-article-content h3 { margin-top: 1.8em; }
.nexa-umrah-article-content blockquote { border-left-width: 5px; border-left-color: var(--nexa-umrah-gold); background: linear-gradient(135deg, #fffdf2, var(--nexa-umrah-surface-soft)); box-shadow: 0 10px 26px rgb(9 67 39 / 5%); }
.nexa-umrah-article-content figure { margin: 32px 0; }
.nexa-umrah-article-content figure img { width: 100%; height: auto; border-radius: 14px; box-shadow: 0 14px 35px rgb(9 67 39 / 10%); }
.nexa-umrah-article-footer { max-width: 760px; display: grid; gap: 22px; margin-top: 46px; padding-top: 25px; border-top: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.nexa-umrah-article-tags a { padding: 7px 10px; border: 1px solid var(--nexa-umrah-border); border-radius: 999px; color: var(--nexa-umrah-primary); background: var(--nexa-umrah-surface-soft); font-size: .75rem; font-weight: 700; text-decoration: none; }
.nexa-umrah-article-share { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.nexa-umrah-article-share > span { margin-right: 4px; color: #233c2d; font-size: .82rem; font-weight: 800; }
.nexa-umrah-article-share a, .nexa-umrah-article-share button { min-height: 37px; padding: 8px 13px; border: 1px solid var(--nexa-umrah-border); border-radius: 999px; color: #284636; background: #fff; font: inherit; font-size: .75rem; font-weight: 750; text-decoration: none; cursor: pointer; box-shadow: 0 3px 10px rgb(9 67 39 / 4%); }
.nexa-umrah-article-share a:hover, .nexa-umrah-article-share button:hover { border-color: var(--nexa-umrah-primary); color: var(--nexa-umrah-primary); }
.nexa-umrah-document__article--post .post-navigation { max-width: 760px; margin-top: 34px; padding-top: 30px; border-top: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-document__article--post .post-navigation .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.nexa-umrah-document__article--post .post-navigation a { min-height: 92px; display: grid; align-content: center; gap: 4px; padding: 16px 18px; border: 1px solid var(--nexa-umrah-border); border-radius: 12px; color: #183426; background: var(--nexa-umrah-surface-soft); text-decoration: none; }
.nexa-umrah-document__article--post .post-navigation .nav-next { text-align: right; }
.nexa-umrah-document__article--post .post-navigation span { color: var(--nexa-umrah-muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.nexa-umrah-document__article--post .post-navigation strong { font-size: .88rem; line-height: 1.4; }
.nexa-umrah-article-related { margin-top: 70px; }
.nexa-umrah-article-related .nexa-umrah-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.nexa-umrah-article-related .nexa-umrah-section__heading h2 { margin: 5px 0 0; }
.nexa-umrah-article-related .nexa-umrah-section__heading > a { color: var(--nexa-umrah-primary); font-size: .85rem; font-weight: 800; text-decoration: none; }
.nexa-umrah-article-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.nexa-umrah-article-related__grid > article { overflow: hidden; border: 1px solid var(--nexa-umrah-border); border-radius: var(--nexa-umrah-radius-md); background: #fff; box-shadow: var(--nexa-umrah-shadow-sm); }
.nexa-umrah-article-related__grid > article { display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.nexa-umrah-article-related__grid > article:hover { transform: translateY(-4px); box-shadow: var(--nexa-umrah-shadow-lg); }
.nexa-umrah-article-related__image { display: block; overflow: hidden; aspect-ratio: 16 / 10; background: var(--nexa-umrah-surface-soft); }
.nexa-umrah-article-related__image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.nexa-umrah-article-related__grid > article:hover img { transform: scale(1.035); }
.nexa-umrah-article-related__grid > article > div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.nexa-umrah-article-related__grid h3 { margin: 7px 0 17px; font-size: 1.05rem; line-height: 1.35; }
.nexa-umrah-article-related__grid h3 a { color: inherit; text-decoration: none; }
.nexa-umrah-article-related__link { color: var(--nexa-umrah-primary); font-size: .78rem; font-weight: 800; text-decoration: none; }

@media (max-width: 700px) {
	.nexa-umrah-article-breadcrumbs { margin-bottom: 18px; overflow: hidden; white-space: nowrap; }
	.nexa-umrah-article-breadcrumbs span[aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
	.nexa-umrah-article-header { margin-bottom: 28px; }
	.nexa-umrah-document__article--post .nexa-umrah-article-header h1 { font-size: clamp(1.85rem, 7.8vw, 2.2rem); line-height: 1.08; }
	.nexa-umrah-article-byline { margin-top: 20px; }
	.nexa-umrah-article-footer { margin-top: 34px; }
	.nexa-umrah-article-share > span { width: 100%; }
	.nexa-umrah-document__article--post .post-navigation .nav-links { grid-template-columns: 1fr; }
	.nexa-umrah-document__article--post .post-navigation .nav-next { text-align: left; }
	.nexa-umrah-article-related { margin-top: 52px; }
	.nexa-umrah-article-related .nexa-umrah-section__heading { align-items: flex-start; flex-direction: column; gap: 10px; }
	.nexa-umrah-article-related__grid { grid-template-columns: 1fr; }
}

/* Search, sorting, pagination, and package-detail refinements. */
.nexa-umrah-benefits__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.nexa-umrah-benefits > div { transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.nexa-umrah-benefits > div:hover { border-color: rgb(15 106 61 / 25%); box-shadow: 0 18px 42px rgb(9 67 39 / 10%); transform: translateY(-4px); }

.nexa-umrah-search-form { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 14px; padding: 28px; }
.nexa-umrah-search-form__field { min-width: 0; }
.nexa-umrah-search-form__field > span { color: #385044; font-size: .76rem; letter-spacing: .025em; }
.nexa-umrah-search-form select, .nexa-umrah-sort select { appearance: none; padding-right: 46px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23354f41' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; background-size: 17px; }
.nexa-umrah-search-form select, .nexa-umrah-search-form input { padding-left: 14px; font-size: .88rem; }
.nexa-umrah-search-form input::placeholder { color: #809087; opacity: 1; }
.nexa-umrah-search-form button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 18px; }
.nexa-umrah-search-form button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nexa-umrah-archive > .nexa-umrah-search-form { margin-bottom: 24px; border-color: #dbe7df; background: linear-gradient(145deg, #f2f7f3, #fbfdfb); box-shadow: 0 12px 35px rgb(9 67 39 / 6%); }

.nexa-umrah-archive-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; padding: 14px 16px 14px 20px; border: 1px solid var(--nexa-umrah-border); border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgb(9 67 39 / 5%); }
.nexa-umrah-archive-toolbar > p { margin: 0; color: var(--nexa-umrah-muted); font-size: .82rem; }
.nexa-umrah-sort { display: flex; align-items: center; gap: 12px; margin: 0; }
.nexa-umrah-sort label { display: inline-flex; align-items: center; gap: 7px; color: #385044; font-size: .78rem; white-space: nowrap; }
.nexa-umrah-sort label svg { width: 18px; height: 18px; fill: none; stroke: var(--nexa-umrah-primary); stroke-width: 1.8; stroke-linecap: round; }
.nexa-umrah-sort select { min-width: 220px; min-height: 44px; padding-left: 13px; border: 1px solid #d5e1d9; border-radius: 9px; font-size: .84rem; font-weight: 700; }
.nexa-umrah-sort noscript button { min-height: 44px; padding: 9px 13px; border: 0; border-radius: 8px; color: #fff; background: var(--nexa-umrah-primary); font-weight: 700; }

.navigation.pagination { display: flex; justify-content: center; margin-top: 50px; }
.navigation.pagination .nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px; border: 1px solid var(--nexa-umrah-border); border-radius: 14px; background: #f8fbf9; box-shadow: 0 10px 28px rgb(9 67 39 / 6%); }
.navigation.pagination .page-numbers { min-width: 42px; min-height: 42px; padding: 0 11px; border-color: transparent; border-radius: 9px; color: #385044; background: transparent; font-size: .82rem; font-weight: 750; }
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next { padding-inline: 15px; background: #fff; box-shadow: 0 3px 12px rgb(9 67 39 / 6%); }
.navigation.pagination .page-numbers.current { color: #fff; background: var(--nexa-umrah-primary); box-shadow: 0 7px 16px rgb(15 106 61 / 22%); }
.navigation.pagination a.page-numbers:hover { color: var(--nexa-umrah-primary); border-color: rgb(15 106 61 / 15%); background: #edf7f0; }
.nexa-umrah-package-load-more { display: grid; justify-items: center; gap: 8px; margin-top: 48px; }
.nexa-umrah-package-load-more .nexa-umrah-button { min-width: 240px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 22px; border-radius: 11px; }
.nexa-umrah-package-load-more svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.nexa-umrah-package-load-more [aria-busy="true"] { cursor: wait; opacity: .72; }
.nexa-umrah-package-load-more [aria-busy="true"] svg { animation: nexa-umrah-load-spin .8s linear infinite; }
.nexa-umrah-card--loaded { animation: nexa-umrah-card-reveal .45s ease both; }
@keyframes nexa-umrah-card-reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nexa-umrah-load-spin { to { transform: rotate(180deg); } }

.nexa-umrah-single > article { position: relative; }
.nexa-umrah-single__intro { padding-bottom: 8px; }
.nexa-umrah-single__intro .nexa-umrah-single__image { border: 1px solid rgb(15 106 61 / 10%); box-shadow: 0 20px 50px rgb(9 67 39 / 11%); }
.nexa-umrah-single__summary .nexa-umrah-single__header { overflow: hidden; border-color: #dbe7df; box-shadow: 0 14px 38px rgb(9 67 39 / 7%); }
.nexa-umrah-single__summary .nexa-umrah-single__header::before { position: absolute; right: -55px; bottom: -70px; width: 180px; height: 180px; border-radius: 50%; background: rgb(15 106 61 / 4%); content: ''; }
.nexa-umrah-single__layout { align-items: start; }
.nexa-umrah-single__main { min-width: 0; }
.nexa-umrah-single__sidebar { top: 96px; }
.nexa-umrah-single__sidebar .nexa-umrah-price-box { border-color: #d7e5dc; border-radius: 16px; background: linear-gradient(145deg, #fff, #f1f8f3); }
.nexa-umrah-single__sidebar .nexa-umrah-price-box > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 7px; margin-top: 8px; }
.nexa-umrah-single__sidebar .nexa-umrah-price-old { width: 100%; color: #748079; font-size: .75rem; }
.nexa-umrah-single__sidebar .nexa-umrah-price { font-size: 1.45rem; letter-spacing: -.025em; }
.nexa-umrah-single__sidebar .nexa-umrah-price-suffix { color: var(--nexa-umrah-muted); font-size: .78rem; font-weight: 650; }
.nexa-umrah-single__sidebar .nexa-umrah-button { margin-top: 22px; box-shadow: 0 10px 24px rgb(15 106 61 / 20%); }
.nexa-umrah-single__sidebar .nexa-umrah-trust-box { border-radius: 16px; }
.nexa-umrah-single__main > .nexa-umrah-seat { box-shadow: 0 8px 24px rgb(9 67 39 / 5%); }
.nexa-umrah-specs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.nexa-umrah-specs div { min-height: 94px; display: grid; align-content: center; }
.nexa-umrah-specs dt { color: #607268; font-size: .72rem; letter-spacing: .025em; }
.nexa-umrah-specs dd { margin-top: 7px; color: #193629; font-weight: 800; }
.nexa-umrah-single__main .nexa-umrah-content { max-width: 820px; margin-top: 34px; padding: 0; }
.nexa-umrah-single__intro .nexa-umrah-gallery { position: relative; }
.nexa-umrah-single__intro .nexa-umrah-single__image { position: relative; isolation: isolate; }
.nexa-umrah-single__intro .nexa-umrah-single__image::after { position: absolute; right: 0; bottom: 0; left: 0; height: 32%; background: linear-gradient(0deg, rgb(3 35 20 / 32%), transparent); content: ''; pointer-events: none; }
.nexa-umrah-single__intro .nexa-umrah-gallery__thumbs { position: relative; z-index: 1; margin-top: -30px; padding: 0 18px 0 0; }
.nexa-umrah-single__intro .nexa-umrah-gallery__thumb { border-color: rgb(255 255 255 / 75%); background: #fff; box-shadow: 0 8px 20px rgb(9 67 39 / 14%); }
.nexa-umrah-single__intro .nexa-umrah-gallery__thumb.is-active { border-color: var(--nexa-umrah-gold); transform: translateY(-3px); }
.nexa-umrah-single__intro .nexa-umrah-gallery__thumb img { width: 78px; height: 58px; border: 0; border-radius: 8px; box-shadow: none; }
.nexa-umrah-tabs { margin-top: 42px; box-shadow: 0 14px 38px rgb(9 67 39 / 7%); }
.nexa-umrah-tabs__nav { display: flex; gap: 3px; padding: 8px; overflow-x: auto; }
.nexa-umrah-tabs__nav button { flex: 1 0 auto; min-height: 44px; padding: 10px 14px; border-radius: 8px; }
.nexa-umrah-tabs__nav button[aria-selected="true"] { color: #fff; border-color: var(--nexa-umrah-primary); background: var(--nexa-umrah-primary); box-shadow: 0 6px 14px rgb(15 106 61 / 18%); }
.nexa-umrah-tabs [role="tabpanel"] { background: #fff; }
.nexa-umrah-hotel-grid > div { padding: 22px; }
.nexa-umrah-itinerary__item { padding-bottom: 30px; }
.nexa-umrah-itinerary__item > div { padding: 0 0 18px; border-bottom: 1px solid var(--nexa-umrah-border); }
.nexa-umrah-itinerary__item h3 { margin-bottom: 5px; color: #193629; }
.nexa-umrah-itinerary__item p { margin: 0; color: var(--nexa-umrah-muted); }
.nexa-umrah-single__sidebar .nexa-umrah-price-box > p { letter-spacing: .08em; }
.nexa-umrah-single__sidebar .nexa-umrah-price { color: var(--nexa-umrah-primary-dark); font-size: clamp(1.55rem, 2vw, 1.8rem); }
.nexa-umrah-single__sidebar .nexa-umrah-button { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #102d1d; background: var(--nexa-umrah-gold, #d4af37); box-shadow: 0 12px 26px rgb(120 89 8 / 20%); }
.nexa-umrah-single__sidebar .nexa-umrah-button:hover { color: #102d1d; background: #f0d36a; }
.nexa-umrah-single__sidebar .nexa-umrah-trust-box { border-color: #dbe7df; box-shadow: 0 10px 28px rgb(9 67 39 / 6%); }

@media (max-width: 800px) {
	.nexa-umrah-search-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nexa-umrah-archive-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
	.nexa-umrah-sort { width: 100%; }
	.nexa-umrah-sort label { width: auto; flex-direction: row; }
	.nexa-umrah-sort select { min-width: 0; flex: 1; }
	.nexa-umrah-single__sidebar { grid-template-columns: minmax(0, 1.08fr) minmax(260px, .92fr); }
}

@media (max-width: 560px) {
	.nexa-umrah-search-form { grid-template-columns: 1fr; padding: 20px; }
	.nexa-umrah-search-form select, .nexa-umrah-search-form input { min-height: 50px; }
	.nexa-umrah-archive-toolbar { padding: 16px; }
	.nexa-umrah-sort { align-items: stretch; flex-direction: column; }
	.nexa-umrah-sort label { width: 100%; }
	.navigation.pagination .nav-links { max-width: 100%; gap: 4px; padding: 6px; }
	.navigation.pagination .page-numbers { min-width: 38px; min-height: 38px; padding-inline: 8px; }
	.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next { font-size: 0; }
	.navigation.pagination .page-numbers.prev span, .navigation.pagination .page-numbers.next span { font-size: .9rem; }
	.nexa-umrah-package-load-more .nexa-umrah-button { width: 100%; }
	.nexa-umrah-single__sidebar { grid-template-columns: 1fr; }
	.nexa-umrah-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.nexa-umrah-tabs__nav { justify-content: flex-start; }
	.nexa-umrah-tabs__nav button { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
	.nexa-umrah-card--loaded, .nexa-umrah-package-load-more [aria-busy="true"] svg { animation: none; }
}

/* Final mobile and conversion polish. */
.nexa-umrah-card__image img { transition: transform .5s ease; }
.nexa-umrah-card:hover .nexa-umrah-card__image img { transform: scale(1.06); }
.nexa-umrah-mobile-cta a { border-radius: var(--radius-pill); box-shadow: 0 6px 18px rgb(15 106 61 / 18%); }
@media (max-width: 560px) { body:has(.nexa-umrah-mobile-cta) { padding-bottom: 78px; } .nexa-umrah-mobile-cta { padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); } }
/* Premium frontend system: keep markup and data contracts unchanged. */
:root { --primary:#0f6a3d; --primary-dark:#15803d; --primary-light:#dcfce7; --secondary:#d4af37; --text:#0f172a; --muted:#64748b; --border:#e2e8f0; --bg-soft:#f8fafc; --radius:16px; --radius-pill:9999px; --radius-sm:12px; --shadow-soft:0 4px 24px rgb(0 0 0 / 6%); --shadow-medium:0 12px 32px rgb(0 0 0 / 12%); --shadow-large:0 20px 48px rgb(0 0 0 / 16%); --font-heading:"Plus Jakarta Sans",sans-serif; --font-body:Inter,sans-serif; }
body { color:var(--text); font-family:var(--font-body); -webkit-font-smoothing:antialiased; }
h1,h2,h3,h4,h5,h6 { color:var(--text); font-family:var(--font-heading); letter-spacing:-.02em; }
.nexa-umrah-card,.nexa-umrah-benefits>div,.nexa-umrah-trust-box,.nexa-umrah-price-box { border-radius:var(--radius); box-shadow:var(--shadow-soft); }
.nexa-umrah-card { transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease; }
.nexa-umrah-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-medium); border-color:transparent; }
.nexa-umrah-button,.nexa-umrah-header__cta { border-radius:var(--radius-pill); font-family:var(--font-heading); }
@media(max-width:640px) { .nexa-umrah-container { width:calc(100% - 32px); } .nexa-umrah-grid { gap:16px; } }
@media(max-width:320px) { .nexa-umrah-container { width:calc(100% - 24px); } }
.nexa-umrah-hero h1, .nexa-umrah-hero h2 { color:#fff; }
.nexa-umrah-hero { padding:64px 0 72px; background-image:radial-gradient(circle at 10% 20%,rgb(15 106 61 / 14%),transparent 28%),linear-gradient(135deg,#f8fbf9,#fff); color:var(--text); }
.nexa-umrah-hero > .nexa-umrah-container { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr); gap:64px; align-items:center; }
.nexa-umrah-hero__copy { min-width:0; }
.nexa-umrah-hero__media { position:relative; min-height:520px; overflow:hidden; border-radius:24px; background:linear-gradient(145deg,rgb(15 106 61 / 28%),rgb(7 63 36 / 34%)),var(--nexa-umrah-hero-image); background-position:center; background-size:cover; box-shadow:var(--shadow-large); }
.nexa-umrah-hero__media::after { position:absolute; right:-90px; bottom:-110px; width:300px; height:300px; border:1px solid rgb(255 255 255 / 28%); border-radius:50%; box-shadow:0 0 0 45px rgb(255 255 255 / 7%),0 0 0 90px rgb(255 255 255 / 5%); content:''; }
.nexa-umrah-hero__media::before { position:absolute; right:24px; bottom:24px; z-index:1; width:190px; height:76px; border:1px solid rgb(255 255 255 / 28%); border-radius:16px; background:rgb(3 52 29 / 72%); box-shadow:0 12px 28px rgb(0 0 0 / 18%); content:'Pilihan perjalanan\A terpercaya'; white-space:pre; color:#fff; font-size:13px; font-weight:700; line-height:1.5; padding:16px; }
.nexa-umrah-hero__badge { display:inline-flex; margin-bottom:28px; padding:8px 14px; border:1px solid rgb(15 106 61 / 20%); border-radius:999px; color:#0f6a3d; background:#dcfce7; font-size:12px; font-weight:700; }
.nexa-umrah-hero h1 { color:var(--text); font-size:clamp(36px,5vw,48px); }
.nexa-umrah-hero > .nexa-umrah-container > p:not(.nexa-umrah-kicker):not(.nexa-umrah-hero__badge) { color:var(--muted); }
.nexa-umrah-section__heading--center { max-width:600px; margin-inline:auto; text-align:center; } .nexa-umrah-section__heading--center p:last-child { color:var(--muted); }
.nexa-umrah-grid { gap:32px; } .nexa-umrah-benefits > div { transition:transform .25s ease,box-shadow .25s ease; } .nexa-umrah-benefits > div:hover { transform:translateY(-4px); box-shadow:var(--shadow-medium); }
.nexa-umrah-home-cta { position:relative; overflow:hidden; background:#0f6a3d; text-align:center; } .nexa-umrah-home-cta::before { position:absolute; inset:0; opacity:.1; background-image:radial-gradient(#fff 1px,transparent 1px); background-size:16px 16px; content:''; } .nexa-umrah-home-cta .nexa-umrah-container { position:relative; justify-content:center; align-items:center; text-align:center; } .nexa-umrah-home-cta h2 { font-size:36px; }
@media(max-width:800px) { .nexa-umrah-hero { padding:48px 0 56px; } .nexa-umrah-hero > .nexa-umrah-container { grid-template-columns:1fr; gap:28px; } .nexa-umrah-hero__media { min-height:360px; } .nexa-umrah-grid { gap:20px; } }
.nexa-umrah-top-bar { padding:8px 0; color:#cbd5e1; background:#0f172a; font-size:12px; }
.nexa-umrah-top-bar .nexa-umrah-container { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.nexa-umrah-top-bar span,.nexa-umrah-top-bar a { margin-right:16px; color:inherit; text-decoration:none; }
.nexa-umrah-top-bar svg { display:inline-block; width:16px; height:16px; vertical-align:middle; fill:none; stroke:currentColor; stroke-width:2; }
.nexa-umrah-home-cta .nexa-umrah-container { align-items:center; justify-content:space-between; text-align:left; } .nexa-umrah-home-cta h2 { margin:0; } .nexa-umrah-home-cta p { max-width:600px; }
.nexa-umrah-single__layout { grid-template-columns:minmax(0,7fr) minmax(280px,3fr); gap:40px; align-items:start; } .nexa-umrah-single__sidebar { position:sticky; top:100px; } .nexa-umrah-single__image { aspect-ratio:16 / 10; border-radius:16px; box-shadow:var(--shadow-medium); } .nexa-umrah-gallery__thumbs { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-top:14px; } .nexa-umrah-gallery__thumb img { width:100%; height:76px; border-radius:12px; } .nexa-umrah-gallery__thumb.is-active { border-width:2px; box-shadow:0 0 0 2px rgb(15 106 61 / 12%); }
.nexa-umrah-single__header h1 { font-size:clamp(2rem,4vw,2.5rem); } .nexa-umrah-single__header > p:not(.nexa-umrah-kicker):not(.nexa-umrah-countdown) { color:var(--muted); font-size:14px; } .nexa-umrah-single__main .nexa-umrah-content { max-width:none; color:#334155; font-size:16px; line-height:1.8; } .nexa-umrah-single__main .nexa-umrah-content h2 { margin-top:32px; font-size:24px; }
.nexa-umrah-single__sidebar .nexa-umrah-price-box { padding:24px; border-radius:16px; background:#fff; box-shadow:var(--shadow-soft); } .nexa-umrah-single__sidebar .nexa-umrah-button { min-height:52px; display:flex; align-items:center; justify-content:center; gap:8px; font-size:16px; } .nexa-umrah-single__sidebar .nexa-umrah-button--secondary { color:var(--nexa-umrah-primary); border:1px solid var(--nexa-umrah-border); background:#fff; box-shadow:none; }
@media(max-width:800px) { .nexa-umrah-single__layout { grid-template-columns:1fr; gap:24px; } .nexa-umrah-single__sidebar { position:static; } .nexa-umrah-gallery__thumbs { grid-template-columns:repeat(5,minmax(64px,1fr)); overflow-x:auto; } .nexa-umrah-gallery__thumb img { height:62px; } }
.nexa-archive-layout { display:grid; grid-template-columns:300px minmax(0,1fr); gap:32px; align-items:start; } .nexa-archive-sidebar { position:sticky; top:100px; } .nexa-filter-panel { padding:20px; border:1px solid var(--border); border-radius:16px; background:#fff; box-shadow:var(--shadow-soft); } .nexa-filter-panel h2 { margin:0 0 16px; font-size:14px; letter-spacing:.05em; text-transform:uppercase; } .nexa-filter-panel .nexa-umrah-search-form { grid-template-columns:1fr; padding:0; border:0; background:transparent; } .nexa-archive-results .nexa-umrah-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:32px; } .nexa-filter-toggle { display:none; }
.nexa-archive-sidebar .nexa-filter-panel .nexa-umrah-search-form { margin:0; border:0; border-radius:0; background:transparent !important; box-shadow:none !important; backdrop-filter:none; }
.nexa-archive-sidebar .nexa-umrah-search-form__field { min-width:0; }
.nexa-archive-results .nexa-umrah-card { min-width:0; box-shadow:var(--shadow-soft); transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.nexa-archive-results .nexa-umrah-card:hover { transform:translateY(-5px); border-color:transparent; box-shadow:var(--shadow-medium); }
.nexa-archive-results .nexa-umrah-card__image { aspect-ratio:16 / 10; }
.nexa-archive-results .nexa-umrah-card__content { min-height:230px; padding:22px; }
.nexa-archive-results .nexa-umrah-card__title { min-height:2.6em; }
.nexa-archive-results .nexa-umrah-card__price { margin-top:auto; }
@media(max-width:1100px) { .nexa-archive-layout { grid-template-columns:260px minmax(0,1fr); } .nexa-archive-results .nexa-umrah-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; } }
@media(max-width:700px) { .nexa-archive-layout { display:block; } .nexa-archive-sidebar { position:static; } .nexa-filter-toggle { display:flex; width:100%; align-items:center; justify-content:center; gap:8px; margin-bottom:16px; padding:13px 18px; border:1px solid var(--border); border-radius:999px; color:var(--text); background:#fff; font-weight:700; } .nexa-filter-panel { display:none; } .nexa-filter-panel.is-open { position:fixed; z-index:100; right:0; bottom:0; left:0; display:block; max-height:85vh; overflow:auto; border-radius:20px 20px 0 0; box-shadow:var(--shadow-large); } .nexa-archive-results .nexa-umrah-grid { grid-template-columns:1fr; gap:16px; } }
@media(max-width:800px) { .nexa-umrah-home-cta .nexa-umrah-container { align-items:flex-start; text-align:left; } }
.nexa-umrah-top-bar__cta { padding:4px 12px; border-radius:999px; color:#fff !important; background:#f59e0b; }
.nexa-umrah-header { position:sticky; top:0; background:rgb(255 255 255 / 90%); backdrop-filter:blur(14px); transition:box-shadow .25s ease, padding .25s ease; }
.nexa-umrah-header.is-scrolled { box-shadow:var(--shadow-soft); }
.nexa-umrah-menu-overlay { position:fixed; z-index:80; inset:0; background:rgb(0 0 0 / 50%); }
.nexa-umrah-menu-toggle span[aria-hidden="true"] { display:grid; gap:4px; }
.nexa-umrah-menu-toggle i { display:block; width:20px; height:2px; background:currentColor; transition:transform .2s ease, opacity .2s ease; }
.nexa-umrah-menu-toggle[aria-expanded="true"] i:nth-child(1) { transform:translateY(6px) rotate(45deg); }
.nexa-umrah-menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity:0; }
.nexa-umrah-menu-toggle[aria-expanded="true"] i:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
@media(max-width:700px) { .nexa-umrah-top-bar { display:none; } .nexa-umrah-primary-nav.is-open { position:fixed; z-index:90; top:0; right:0; bottom:0; left:auto; width:min(300px,85vw); padding:5rem 1.25rem 1.25rem; border:0; border-radius:0; box-shadow:var(--shadow-large); } .nexa-umrah-menu-overlay:not([hidden]) { display:block; } }
.nexa-umrah-footer{position:relative;overflow:hidden;padding:80px 0 24px;color:#cbd5e1;background:#0f172a}.nexa-umrah-footer:before{position:absolute;inset:0;opacity:.06;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:18px 18px;content:''}.nexa-umrah-footer .nexa-umrah-container{position:relative}.nexa-umrah-footer__top{display:grid;grid-template-columns:1.25fr repeat(2,minmax(0,1fr)) 1fr;gap:40px}.nexa-umrah-footer__brand{max-width:300px}.nexa-umrah-footer__logo{width:min(220px,100%);margin-bottom:18px}.nexa-umrah-footer p,.nexa-umrah-footer__address{color:#94a3b8;font-size:14px;line-height:1.7}.nexa-umrah-footer__tagline{margin:0 0 10px;color:#cbd5e1!important}.nexa-umrah-footer__map{display:inline-block;margin-top:8px;color:#cbd5e1!important;font-size:13px}.nexa-umrah-social{display:flex;gap:10px;margin-top:22px}.nexa-umrah-social a{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#cbd5e1!important;background:rgb(255 255 255 / .1);font-size:12px;font-weight:800;text-decoration:none}.nexa-umrah-social a:hover{color:#fff!important;background:var(--nexa-umrah-primary,#0f7a3f)}.nexa-umrah-footer__widgets{display:contents}.nexa-umrah-footer__widgets>div{min-width:0}.nexa-umrah-footer .widget-title,.nexa-umrah-footer__contact h2{margin:0 0 16px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.nexa-umrah-footer .widget ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.nexa-umrah-footer .widget li,.nexa-umrah-footer .widget a{color:#94a3b8;font-size:14px;text-decoration:none}.nexa-umrah-footer .widget a:hover{color:#fff}.nexa-umrah-footer__contact>a{color:#cbd5e1;font-size:14px}.nexa-umrah-footer__newsletter{display:flex;align-items:center;margin-top:18px;padding:4px;border:1px solid rgb(255 255 255 / .14);border-radius:999px;background:rgb(255 255 255 / .06)}.nexa-umrah-footer__newsletter input{min-width:0;width:100%;border:0;outline:0;padding:9px 12px;color:#fff;background:transparent;font-size:13px}.nexa-umrah-footer__newsletter input::placeholder{color:#94a3b8}.nexa-umrah-footer__newsletter button{width:34px;height:34px;border:0;border-radius:50%;color:#fff;background:var(--nexa-umrah-primary,#0f7a3f);font-size:18px;cursor:pointer}.nexa-umrah-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:64px;padding-top:24px;border-top:1px solid rgb(255 255 255 / .1)}.nexa-umrah-footer__bottom p{margin:0;font-size:13px}.nexa-umrah-footer__bottom ul{display:flex;gap:16px;margin:0;padding:0;list-style:none}.nexa-umrah-footer__bottom a{color:#94a3b8;font-size:13px;text-decoration:none}@media(max-width:900px){.nexa-umrah-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}.nexa-umrah-footer__brand{max-width:none}}@media(max-width:560px){.nexa-umrah-footer{padding-top:56px}.nexa-umrah-footer__top{grid-template-columns:1fr;gap:32px}.nexa-umrah-footer__bottom{align-items:flex-start;flex-direction:column;margin-top:40px}}
.nexa-umrah-footer--premium{padding:80px 0 24px;background:#0f172a}.nexa-umrah-footer--premium .nexa-umrah-footer__top{grid-template-columns:1.25fr repeat(2,minmax(0,1fr)) 1fr;gap:40px}.nexa-umrah-footer--premium .nexa-umrah-footer__widgets{display:contents}.nexa-umrah-footer--premium .nexa-umrah-footer__bottom{margin-top:64px;padding-top:24px;border-top-color:rgb(255 255 255 / .1)}
@media(max-width:900px){.nexa-umrah-footer--premium .nexa-umrah-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.nexa-umrah-footer--premium{padding-top:56px}.nexa-umrah-footer--premium .nexa-umrah-footer__top{grid-template-columns:1fr;gap:32px}}
.nexa-umrah-footer.nexa-umrah-footer--premium{background:var(--nexa-umrah-footer-background,#0f172a)}
.nexa-umrah-footer.nexa-umrah-footer--premium{background:var(--nexa-umrah-footer-background)}
footer.nexa-umrah-footer.nexa-umrah-footer--premium{background:var(--nexa-umrah-footer-background)}
.nexa-umrah-single__intro .nexa-umrah-gallery .nexa-umrah-gallery__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;margin-top:-30px;padding-right:18px}
.nexa-umrah-single__intro .nexa-umrah-gallery .nexa-umrah-gallery__thumb{display:block;width:100%;aspect-ratio:4/3;overflow:hidden;padding:0;border-width:2px;border-radius:12px;background:#fff;line-height:0}
.nexa-umrah-single__intro .nexa-umrah-gallery .nexa-umrah-gallery__thumb img{display:block;width:100%;height:100%;border:0;border-radius:9px;box-shadow:none;object-fit:cover}
html{scroll-behavior:smooth}.nexa-umrah-card,.nexa-umrah-benefits>div,.nexa-umrah-testimonials blockquote,.nexa-umrah-button,.nexa-umrah-search-form button,.nexa-umrah-gallery__thumb{transition:all .3s ease}.nexa-umrah-card:hover,.nexa-umrah-benefits>div:hover{transform:translateY(-4px)}.nexa-umrah-search-form input:focus,.nexa-umrah-search-form select:focus,.nexa-umrah-footer__newsletter input:focus{border-color:var(--nexa-umrah-primary);box-shadow:0 0 0 4px rgb(15 106 61 / 12%);outline:0}.nexa-umrah-card img,.nexa-umrah-gallery__thumb img{object-fit:cover}
/* Premium QA normalization: keep legacy components aligned with the design tokens. */
:root{--nexa-qa-border:#e2e8f0;--nexa-qa-shadow:0 8px 24px rgb(15 23 42 / 7%)}
.nexa-umrah-card,.nexa-umrah-benefits>div,.nexa-umrah-testimonials blockquote,.nexa-umrah-price-box,.nexa-umrah-search-form,.nexa-umrah-archive-toolbar{border-color:var(--nexa-qa-border)}
.nexa-umrah-card,.nexa-umrah-benefits>div,.nexa-umrah-testimonials blockquote,.nexa-umrah-price-box{box-shadow:var(--nexa-qa-shadow)}
.nexa-umrah-button,.nexa-umrah-header__cta,.nexa-umrah-search-form button{border-radius:12px}
.nexa-umrah-button--pill{border-radius:9999px}
@media(min-width:801px){.nexa-umrah-home-section,.nexa-umrah-home-values,.nexa-umrah-home-cta{padding-block:80px}}
@media(max-width:800px){.nexa-umrah-home-section,.nexa-umrah-home-values,.nexa-umrah-home-cta{padding-block:48px}}
