@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

/* ==========================================
   WORDPRESS THEME OVERRIDES (PAGE SPECIFIC)
   ========================================== */
body.page-id-14983 .site-header,
body.page-id-14983 #masthead,
body.page-id-14983 header.site-header,
body.page-id-14983 .top-header,
body.page-id-14983 .main-header,
body.page-id-14983 .header-area,
body.page-id-14983 .site-footer,
body.page-id-14983 footer.site-footer,
body.page-id-14983 .page-header,
body.page-id-14983 .entry-header,
body.page-id-14983 .breadcrumb,
body.page-id-14983 .breadcrumbs {
  display: none !important;
}

body.page-id-14983,
body.page-id-14983 #page,
body.page-id-14983 .site,
body.page-id-14983 .site-content,
body.page-id-14983 .content-area,
body.page-id-14983 .site-main,
body.page-id-14983 .entry-content,
body.page-id-14983 .page-content,
body.page-id-14983 .ast-container,
body.page-id-14983 .container,
body.page-id-14983 .elementor,
body.page-id-14983 .elementor-section,
body.page-id-14983 .elementor-container,
body.page-id-14983 .elementor-column,
body.page-id-14983 .elementor-widget-wrap,
body.page-id-14983 .elementor-widget-html,
body.page-id-14983 .elementor-widget-container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

html, body {
  overflow-x: hidden !important;
}

/* ==========================================
   SCOPED DESIGN SYSTEM
   ========================================== */
.nwm-wrapper {
  --nwm-teal: #003c40;
  --nwm-teal-dark: #002d31;
  --nwm-teal-deep: #001f22;
  --nwm-gold: #d7a64a;
  --nwm-gold-light: #f1c979;
  --nwm-gold-dark: #b58633;
  --nwm-papyrus: #fbf1dd;
  --nwm-papyrus-light: #fff9ed;
  --nwm-ink: #172323;
  --nwm-muted: #5d6665;
  --nwm-white: #ffffff;
  --nwm-line: rgba(215, 166, 74, 0.45);

  --nwm-serif: 'Cinzel', Georgia, "Times New Roman", serif;
  --nwm-sans: 'Plus Jakarta Sans', Arial, Helvetica, sans-serif;
  --nwm-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  --nwm-shadow-sm: 0 8px 20px rgba(0, 0, 0, 0.08);
  --nwm-glow: 0 0 15px rgba(241, 201, 121, 0.35);
  --nwm-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);

  width: 100vw !important;
  max-width: 100vw !important;
  position: relative !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  background-color: var(--nwm-papyrus);
  background-image:
    radial-gradient(circle at 10% 20%, rgba(215, 166, 74, 0.04) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(215, 166, 74, 0.04) 0%, transparent 40%);
  color: var(--nwm-ink);
  font-family: var(--nwm-sans);
  font-size: 14px;
  line-height: 1.6;
}

.nwm-wrapper * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.nwm-wrapper a {
  text-decoration: none !important;
  color: inherit;
  transition: var(--nwm-transition);
}

.nwm-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nwm-wrapper select,
.nwm-wrapper input,
.nwm-wrapper textarea,
.nwm-wrapper button {
  font-family: var(--nwm-sans);
}

.nwm-grid-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ==========================================
   ANCIENT EGYPTIAN HIEROGLYPHIC SIDEBARS
   ========================================== */
.nwm-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: var(--nwm-teal-deep);
  border-right: 1px solid var(--nwm-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 40px 0;
  color: rgba(215, 166, 74, 0.35);
  font-size: 20px;
  z-index: 10;
  overflow: hidden;
  user-select: none;
}
.nwm-sidebar-left { left: 0; }
.nwm-sidebar-right {
  right: 0;
  left: auto;
  border-right: none;
  border-left: 1px solid var(--nwm-gold);
}
.nwm-sidebar span {
  display: block;
  margin: 10px 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: Arial, sans-serif;
}

@media (min-width: 1300px) {
  .nwm-wrapper { padding-left: 50px; padding-right: 50px; }
}
@media (max-width: 1299px) {
  .nwm-sidebar { display: none; }
}

/* ==========================================
   GLOBAL REUSABLE COMPONENTS
   ========================================== */
.nwm-section-title {
  text-align: center;
  margin-bottom: 28px;
}
.nwm-section-title h2 {
  font-family: var(--nwm-serif);
  color: var(--nwm-teal);
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  line-height: 1.25;
}
.nwm-section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  color: var(--nwm-gold);
}
.nwm-section-divider::before {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(to left, var(--nwm-gold), transparent);
}
.nwm-section-divider::after {
  content: "";
  width: 150px;
  height: 1px;
  background: linear-gradient(to right, var(--nwm-gold), transparent);
}
.nwm-section-divider svg { width: 22px; height: 22px; }

.nwm-bg-teal { background-color: var(--nwm-teal); color: var(--nwm-white); }
.nwm-bg-papyrus { background: linear-gradient(180deg, var(--nwm-papyrus-light) 0%, var(--nwm-papyrus) 100%); }

.nwm-btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.nwm-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: var(--nwm-transition);
  border: 1px solid transparent;
}
.nwm-action-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.nwm-btn-primary {
  background: linear-gradient(135deg, var(--nwm-gold), var(--nwm-gold-light));
  color: #1a1205 !important;
  box-shadow: 0 4px 12px rgba(215, 166, 74, 0.25);
  font-weight: 800;
}
.nwm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(215, 166, 74, 0.4), var(--nwm-glow);
}
.nwm-btn-secondary {
  background: transparent;
  color: var(--nwm-white) !important;
  border-color: rgba(215, 166, 74, 0.65);
}
.nwm-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--nwm-gold-light);
  transform: translateY(-2px);
}
.nwm-btn-outline {
  background: transparent;
  color: var(--nwm-teal) !important;
  border-color: var(--nwm-line);
}
.nwm-btn-outline:hover {
  background: rgba(0, 60, 64, 0.04);
  border-color: var(--nwm-teal);
  transform: translateY(-2px);
}

/* ==========================================
   1. HEADER
   ========================================== */
.nwm-site-header {
  background: var(--nwm-teal-deep);
  border-bottom: 1px solid rgba(215, 166, 74, 0.5);
  height: 68px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.4);
}
.nwm-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 32px;
}
.nwm-header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.nwm-header-logo:hover { opacity: 0.82; }
.nwm-logo-img {
  height: 50px;
  width: auto;
  display: block;
}

/* Book Now Button */
.nwm-header-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--nwm-gold-dark) 0%, var(--nwm-gold-light) 100%);
  color: #1a0f00 !important;
  font-family: var(--nwm-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 26px;
  border-radius: 3px;
  border: none;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(215, 166, 74, 0.3);
  transition: var(--nwm-transition);
  cursor: pointer;
}
.nwm-header-book-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 5px 18px rgba(215, 166, 74, 0.45);
  filter: brightness(1.06);
}
.nwm-header-book-btn:active {
  transform: translateY(0);
}

/* ==========================================
   2. HERO SECTION
   ========================================== */
.nwm-hero-section {
  position: relative;
  min-height: 520px;
  color: var(--nwm-white);
  background:
    linear-gradient(90deg, rgba(0, 31, 34, 0.96) 0%, rgba(0, 43, 47, 0.82) 45%, rgba(0, 43, 47, 0.1) 100%),
    url("https://nilewaystours.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-09_36_37-PM-1.png") center right/cover no-repeat;
  border-bottom: 2px solid var(--nwm-gold);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nwm-hero-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  padding: 40px 24px;
  width: 100%;
}
.nwm-hero-text { max-width: 620px; }
.nwm-hero-text h1 {
  font-family: var(--nwm-serif);
  color: var(--nwm-gold-light);
  font-size: clamp(38px, 5.5vw, 64px);
  line-height: 1.05;
  font-weight: 700;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.nwm-hero-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
  color: var(--nwm-gold);
}
.nwm-hero-divider::after {
  content: "";
  width: 160px;
  height: 1px;
  background: linear-gradient(to right, var(--nwm-gold), transparent);
}
.nwm-hero-divider svg { width: 22px; height: 22px; }
.nwm-hero-text h2 {
  font-family: var(--nwm-serif);
  font-size: clamp(18px, 2.5vw, 22px);
  line-height: 1.4;
  margin-bottom: 16px;
  color: var(--nwm-white);
  font-weight: 600;
}
.nwm-hero-text h2 span {
  color: var(--nwm-gold-light);
  border-bottom: 1.5px solid var(--nwm-gold);
  padding-bottom: 2px;
  display: inline-block;
}
.nwm-hero-text p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 28px;
}

/* ==========================================
   3. QUICK INQUIRY CARD
   ========================================== */
.nwm-form-card {
  background: rgba(0, 43, 47, 0.94);
  border: 2px solid var(--nwm-gold);
  border-radius: 8px;
  padding: 28px 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  max-width: 370px;
  margin-left: auto;
  position: relative;
}
.nwm-form-ornament {
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--nwm-gold-light);
  margin-bottom: 8px;
}
.nwm-form-ornament svg { width: 120px; height: 24px; }
.nwm-form-card h3 {
  font-family: var(--nwm-serif);
  color: var(--nwm-gold-light);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.nwm-form-card > p {
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
.nwm-inquiry-form { display: flex; flex-direction: column; gap: 10px; }
.nwm-input-wrapper { position: relative; width: 100%; }
.nwm-input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--nwm-gold-light);
  opacity: 0.85;
  pointer-events: none;
  width: 15px;
  height: 15px;
}
.nwm-phone-prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--nwm-white);
  font-size: 12px;
  border-right: 1px solid rgba(215, 166, 74, 0.4);
  padding-right: 8px;
  pointer-events: none;
  font-weight: 600;
}
.nwm-flag-icon { width: 16px; height: 11px; object-fit: cover; }
.nwm-chevron-down-sm { width: 8px; height: 8px; }
.nwm-input-field {
  width: 100%;
  background: rgba(0, 31, 34, 0.85);
  border: 1px solid rgba(215, 166, 74, 0.4);
  border-radius: 4px;
  color: var(--nwm-white);
  padding: 11px 12px 11px 36px;
  font-size: 13px;
  outline: none;
  transition: var(--nwm-transition);
}
.nwm-input-field.nwm-phone-input { padding-left: 82px; }
.nwm-input-field:focus {
  border-color: var(--nwm-gold-light);
  box-shadow: 0 0 8px rgba(241, 201, 121, 0.2);
}
.nwm-input-field::placeholder { color: rgba(255, 255, 255, 0.55); }
.nwm-input-field option { background: var(--nwm-teal-dark); color: var(--nwm-white); }
.nwm-inquiry-form button { margin-top: 8px; width: 100%; }
.nwm-form-safe {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}
.nwm-form-safe svg { width: 12px; height: 12px; color: var(--nwm-gold-light); }

/* ==========================================
   4. INFO STRIP
   ========================================== */
.nwm-info-strip {
  background-color: var(--nwm-papyrus-light);
  padding: 28px 0;
  border-bottom: 1px solid var(--nwm-line);
  position: relative;
  overflow: hidden;
}
.nwm-info-strip-decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  color: rgba(215, 166, 74, 0.25);
  pointer-events: none;
}
.nwm-decor-left { left: 24px; }
.nwm-decor-right { right: 24px; transform: translateY(-50%) scaleX(-1); }
@media (max-width: 1100px) { .nwm-info-strip-decor { display: none; } }
.nwm-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nwm-info-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  border-right: 1px solid rgba(215, 166, 74, 0.3);
}
.nwm-info-item:last-child { border-right: none; }
.nwm-info-icon-container {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--nwm-teal);
  border: 1px solid var(--nwm-gold);
  color: var(--nwm-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nwm-info-icon-container svg { width: 22px; height: 22px; }
.nwm-info-text { display: flex; flex-direction: column; }
.nwm-info-label {
  font-family: var(--nwm-serif);
  color: var(--nwm-ink);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
  margin-bottom: 2px;
}
.nwm-info-value { color: var(--nwm-teal); font-size: 15px; font-weight: 850; line-height: 1.2; }
.nwm-info-subtext { color: var(--nwm-muted); font-size: 11px; margin-top: 1px; }

/* ==========================================
   5. TOURS SECTION
   ========================================== */
.nwm-tours-section { padding: 56px 0; }
.nwm-tours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nwm-tour-card {
  background-color: var(--nwm-white);
  border: 1px solid var(--nwm-line);
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 41% 59%;
  box-shadow: var(--nwm-shadow-sm);
  transition: var(--nwm-transition);
}
.nwm-tour-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--nwm-shadow);
  border-color: var(--nwm-gold);
}
.nwm-tour-image-box { position: relative; min-height: 340px; }
.nwm-tour-img-bg {
  width: 100%;
  height: 100%;
  min-height: 340px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: var(--nwm-transition);
}
.nwm-tour-card:hover .nwm-tour-img-bg { transform: scale(1.02); }
.nwm-tour-img-bg.tour7  { background-image: url("itenrary%20pdf/7%20days.png"); }
.nwm-tour-img-bg.tour10 { background-image: url("itenrary%20pdf/10%20days.png"); }
.nwm-tour-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--nwm-teal-deep);
  border: 2px solid var(--nwm-gold);
  border-radius: 4px;
  width: 58px;
  height: 70px;
  color: var(--nwm-gold-light);
  font-family: var(--nwm-serif);
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
.nwm-tour-badge-num { font-size: 28px; font-weight: 700; display: block; }
.nwm-tour-badge-text {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--nwm-white);
  font-family: var(--nwm-sans);
  font-weight: 700;
}
.nwm-tour-details { padding: 20px 24px; display: flex; flex-direction: column; }
.nwm-tour-details h3 {
  font-family: var(--nwm-serif);
  color: var(--nwm-teal);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 4px;
}
.nwm-tour-route {
  color: var(--nwm-muted);
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nwm-tour-price-box {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  margin-bottom: 14px;
  line-height: 1.1;
}
.nwm-price-tier {
  flex: 1 1 110px;
}
.nwm-price-label {
  font-size: 9px;
  text-transform: uppercase;
  color: var(--nwm-muted);
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
}
.nwm-price-value { font-family: var(--nwm-serif); color: var(--nwm-gold-dark); font-size: 20px; font-weight: 800; }
.nwm-price-value span { font-family: var(--nwm-sans); font-size: 11px; color: var(--nwm-muted); font-weight: 400; white-space: nowrap; }
.nwm-tour-highlights { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; flex-grow: 1; }
.nwm-tour-highlights li { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: var(--nwm-ink); line-height: 1.35; }
.nwm-tour-highlights svg { width: 15px; height: 15px; flex-shrink: 0; }
.nwm-tour-details .nwm-action-btn { flex: 1; min-height: 38px; font-size: 11px; padding: 8px 12px; }

/* ==========================================
   6. FIXED DEPARTURE CALENDAR
   ========================================== */
.nwm-calendar-section { padding-bottom: 56px; }
.nwm-calendar-panel {
  background-color: var(--nwm-teal);
  border: 1px solid var(--nwm-gold);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 260px 1fr;
  overflow: hidden;
  box-shadow: var(--nwm-shadow);
}
.nwm-calendar-left {
  padding: 30px;
  background:
    radial-gradient(circle at bottom right, rgba(215, 166, 74, 0.18), transparent 50%),
    var(--nwm-teal-dark);
  border-right: 1px solid rgba(215, 166, 74, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.nwm-calendar-left h3 { font-family: var(--nwm-serif); color: var(--nwm-gold-light); font-size: 24px; font-weight: 700; line-height: 1.15; margin-bottom: 12px; }
.nwm-calendar-left p { color: rgba(255, 255, 255, 0.75); font-size: 12px; line-height: 1.5; margin-bottom: 20px; }
.nwm-calendar-left-decor { color: var(--nwm-gold-light); opacity: 0.35; align-self: flex-start; width: 60px; height: 60px; }
.nwm-calendar-left-decor svg { width: 100%; height: 100%; }
.nwm-calendar-right { display: flex; flex-direction: column; }
.nwm-months-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; padding: 20px; }
.nwm-month-box {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(215, 166, 74, 0.35);
  border-radius: 4px;
  padding: 14px 6px;
  text-align: center;
  transition: var(--nwm-transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nwm-month-box:hover { background-color: rgba(255, 255, 255, 0.07); border-color: var(--nwm-gold-light); }
.nwm-month-header { display: flex; flex-direction: column; align-items: center; }
.nwm-month-box strong { display: block; font-family: var(--nwm-serif); color: var(--nwm-gold-light); font-size: 18px; line-height: 1; }
.nwm-month-box span { display: block; font-size: 10px; color: rgba(255, 255, 255, 0.55); margin-top: 2px; text-transform: uppercase; letter-spacing: 0.5px; }
.nwm-month-divider { height: 1px; background: rgba(215, 166, 74, 0.25); margin: 8px auto; width: 60%; }
.nwm-month-box b { display: block; color: var(--nwm-white); font-size: 12px; font-weight: 700; line-height: 1.3; }
.nwm-calendar-note {
  border-top: 1px solid rgba(215, 166, 74, 0.2);
  padding: 14px;
  text-align: center;
  font-size: 11px;
  color: var(--nwm-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nwm-calendar-note svg { width: 14px; height: 14px; }

/* ==========================================
   7. DESTINATIONS COVERED
   ========================================== */
.nwm-destinations-section { padding: 56px 0; }
.nwm-destinations-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.nwm-destination-card {
  border: 1px solid var(--nwm-line);
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--nwm-white);
  box-shadow: var(--nwm-shadow-sm);
  display: flex;
  flex-direction: column;
  transition: var(--nwm-transition);
}
.nwm-destination-card:hover { transform: translateY(-4px); box-shadow: var(--nwm-shadow); border-color: var(--nwm-gold); }
.nwm-dest-image-box { height: 120px; overflow: hidden; position: relative; }
.nwm-dest-img { width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; transition: var(--nwm-transition); }
.nwm-destination-card:hover .nwm-dest-img { transform: scale(1.05); }
.nwm-dest.d1 .nwm-dest-img { background-image: url("Destinations/cairo.webp"); }
.nwm-dest.d2 .nwm-dest-img { background-image: url("Destinations/Luxor.webp"); }
.nwm-dest.d3 .nwm-dest-img { background-image: url("Destinations/Aswan.webp"); }
.nwm-dest.d4 .nwm-dest-img { background-image: url("Destinations/abu%20simbel.webp"); }
.nwm-dest.d5 .nwm-dest-img { background-image: url("Destinations/hurghada.png"); }
.nwm-dest-name-bar {
  background: linear-gradient(135deg, var(--nwm-gold), var(--nwm-gold-light));
  border-top: 1px solid var(--nwm-line);
  padding: 12px 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-grow: 1;
  justify-content: center;
}
.nwm-dest-icon { width: 20px; height: 20px; color: var(--nwm-teal-deep); opacity: 0.95; }
.nwm-dest-name-bar span { font-family: var(--nwm-serif); color: var(--nwm-teal-deep); font-size: 13px; font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase; }

/* ==========================================
   8. WHY TRAVEL & 9. FOR TRAVEL AGENCIES
   ========================================== */
.nwm-bottom-grid-section { padding-bottom: 56px; }
.nwm-bottom-split-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 24px; }
.nwm-why-travel-panel {
  background-color: var(--nwm-papyrus-light);
  border: 1px solid var(--nwm-line);
  border-radius: 6px;
  padding: 24px;
  box-shadow: var(--nwm-shadow-sm);
  display: flex;
  flex-direction: column;
}
.nwm-why-travel-panel h2 { font-family: var(--nwm-serif); color: var(--nwm-teal); font-size: 22px; margin-bottom: 8px; text-align: center; }
.nwm-why-divider { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; color: var(--nwm-gold); }
.nwm-why-divider::before,
.nwm-why-divider::after { content: ""; width: 60px; height: 1px; background: var(--nwm-line); }
.nwm-why-divider svg { width: 18px; height: 18px; }
.nwm-why-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; flex-grow: 1; }
.nwm-why-card {
  background-color: var(--nwm-white);
  border: 1px solid rgba(215, 166, 74, 0.25);
  border-radius: 4px;
  padding: 16px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--nwm-transition);
}
.nwm-why-card:hover { border-color: var(--nwm-gold); box-shadow: var(--nwm-shadow-sm); }
.nwm-why-icon-box {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--nwm-teal);
  border: 1px solid var(--nwm-gold);
  color: var(--nwm-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.nwm-why-icon-box svg { width: 20px; height: 20px; }
.nwm-why-card strong { display: block; color: var(--nwm-teal); font-size: 11px; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 4px; line-height: 1.2; }
.nwm-why-card span { font-size: 11px; color: var(--nwm-muted); line-height: 1.35; }
.nwm-agency-panel {
  background-color: var(--nwm-teal);
  border: 1px solid var(--nwm-gold);
  border-radius: 6px;
  padding: 28px;
  color: var(--nwm-white);
  box-shadow: var(--nwm-shadow);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
.nwm-agency-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--nwm-gold);
  color: var(--nwm-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--nwm-teal-dark);
}
.nwm-agency-icon-box svg { width: 32px; height: 32px; }
.nwm-agency-content { display: flex; flex-direction: column; width: 100%; }
.nwm-agency-content h2 { font-family: var(--nwm-serif); color: var(--nwm-gold-light); font-size: 22px; margin-bottom: 4px; font-weight: 700; }
.nwm-agency-content > p { color: rgba(255, 255, 255, 0.75); font-size: 12px; margin-bottom: 14px; }
.nwm-agency-list { list-style: none; display: flex; flex-direction: column; gap: 5px; margin-bottom: 18px; }
.nwm-agency-list li { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255, 255, 255, 0.9); }
.nwm-agency-list svg { width: 13px; height: 13px; color: var(--nwm-gold-light); flex-shrink: 0; }
.nwm-agency-content .nwm-action-btn { align-self: flex-end; min-height: 38px; font-size: 11px; padding: 8px 16px; }

/* ==========================================
   10. FAQ SECTION
   ========================================== */
.nwm-faq-section { padding-bottom: 56px; }
.nwm-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.nwm-faq-item {
  background-color: var(--nwm-white);
  border: 1px solid var(--nwm-line);
  border-radius: 4px;
  overflow: hidden;
  height: fit-content;
}
.nwm-faq-item summary {
  padding: 14px 18px;
  color: var(--nwm-teal);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.nwm-faq-item summary::-webkit-details-marker { display: none; }
.nwm-faq-toggle-icon {
  width: 16px;
  height: 16px;
  color: var(--nwm-gold-dark);
  transition: transform 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nwm-faq-toggle-icon::before,
.nwm-faq-toggle-icon::after { content: ""; position: absolute; background-color: currentColor; }
.nwm-faq-toggle-icon::before { width: 12px; height: 2px; }
.nwm-faq-toggle-icon::after { width: 2px; height: 12px; transition: transform 0.2s ease; }
.nwm-faq-item[open] .nwm-faq-toggle-icon::after { transform: rotate(90deg); opacity: 0; }
.nwm-faq-item p { padding: 0 18px 14px; font-size: 12.5px; color: var(--nwm-muted); line-height: 1.5; border-top: 1px dashed rgba(215, 166, 74, 0.15); padding-top: 10px; }

/* ==========================================
   11. FINAL CTA SECTION
   ========================================== */
.nwm-final-cta-section {
  position: relative;
  background-color: var(--nwm-teal);
  border-top: 2px solid var(--nwm-gold);
  border-bottom: 2px solid var(--nwm-gold);
  color: var(--nwm-white);
  padding: 34px 0;
  overflow: hidden;
}
.nwm-final-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(215,166,74,0.12), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(215,166,74,0.12), transparent 30%);
  pointer-events: none;
}
.nwm-final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nwm-final-left { display: flex; align-items: center; gap: 20px; }
.nwm-ankh-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px double var(--nwm-gold);
  color: var(--nwm-gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: var(--nwm-teal-dark);
}
.nwm-ankh-icon-box svg { width: 32px; height: 32px; }
.nwm-final-title h2 { font-family: var(--nwm-serif); color: var(--nwm-gold-light); font-size: clamp(24px, 3.5vw, 30px); font-weight: 700; line-height: 1.15; margin-bottom: 4px; }
.nwm-final-title p { color: rgba(255, 255, 255, 0.75); font-size: 13px; }
.nwm-final-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex-shrink: 0; }
.nwm-final-actions .nwm-action-btn { font-size: 12px; }
.nwm-whatsapp-sublink { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255, 255, 255, 0.85); font-weight: 700; transition: var(--nwm-transition); }
.nwm-whatsapp-sublink svg { width: 14px; height: 14px; color: #25d366; }
.nwm-whatsapp-sublink:hover { color: var(--nwm-gold-light); }

/* ==========================================
   FLOATING WHATSAPP BUTTON
   ========================================== */
.nwm-sticky-wa-btn {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  background-color: #25d366;
  color: var(--nwm-white) !important;
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 800;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: var(--nwm-transition);
}
.nwm-sticky-wa-btn svg { width: 18px; height: 18px; }
.nwm-sticky-wa-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35); background-color: #20ba5a; }

/* ==========================================
   RESPONSIVE MEDIA QUERIES
   ========================================== */
@media (max-width: 1024px) {
  .nwm-hero-container { grid-template-columns: 1.15fr 0.85fr; gap: 30px; }
  .nwm-tours-grid { grid-template-columns: 1fr; gap: 24px; }
  .nwm-tour-card { grid-template-columns: 38% 62%; }
  .nwm-calendar-panel { grid-template-columns: 1fr; }
  .nwm-calendar-left { border-right: none; border-bottom: 1px solid rgba(215, 166, 74, 0.3); padding: 24px; align-items: center; text-align: center; }
  .nwm-calendar-left-decor { align-self: center; }
  .nwm-months-grid { grid-template-columns: repeat(4, 1fr); }
  .nwm-destinations-grid { grid-template-columns: repeat(3, 1fr); }
  .nwm-bottom-split-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nwm-site-header { min-height: 70px; }
  .nwm-header-nav { display: none; }
  .nwm-hero-section {
    background:
      linear-gradient(180deg, rgba(0, 31, 34, 0.98) 0%, rgba(0, 43, 47, 0.9) 60%, rgba(0, 43, 47, 0.6) 100%),
      url("https://nilewaystours.com/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-09_36_37-PM-1.png") center center/cover no-repeat;
  }
  .nwm-hero-container { grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .nwm-hero-text { max-width: 100%; display: flex; flex-direction: column; align-items: center; }
  .nwm-hero-divider { justify-content: center; }
  .nwm-form-card { margin: 0 auto; width: 100%; }
  .nwm-info-grid { grid-template-columns: repeat(2, 1fr); row-gap: 16px; column-gap: 8px; }
  .nwm-info-item { border-right: none; }
  .nwm-tour-card { grid-template-columns: 1fr; }
  .nwm-tour-image-box { min-height: 200px; }
  .nwm-destinations-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .nwm-why-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .nwm-faq-grid { grid-template-columns: 1fr; }
  .nwm-final-cta-inner { flex-direction: column; text-align: center; gap: 20px; }
  .nwm-final-left { flex-direction: column; }
  .nwm-final-actions { align-items: center; width: 100%; }
  .nwm-final-actions .nwm-action-btn { width: 100%; }
}

@media (max-width: 480px) {
  .nwm-info-grid { grid-template-columns: 1fr; }
  .nwm-months-grid { grid-template-columns: repeat(2, 1fr); }
  .nwm-destinations-grid { grid-template-columns: 1fr; }
  .nwm-why-cards-grid { grid-template-columns: 1fr; }
  .nwm-agency-panel { flex-direction: column; align-items: center; text-align: center; }
  .nwm-agency-content .nwm-action-btn { align-self: center; width: 100%; }
  .nwm-agency-list li { justify-content: center; }
  .nwm-sticky-wa-btn { left: 16px; right: 16px; justify-content: center; bottom: 16px; }
}

/* ==========================================
   VISUAL FIXES & OVERRIDES
   ========================================== */
body.page-id-14983 .nwm-header-logo { white-space: nowrap !important; font-size: 26px !important; line-height: 1 !important; }
body.page-id-14983 .nwm-site-header { min-height: 72px !important; }
body.page-id-14983 .nwm-input-field { padding-left: 44px !important; }
body.page-id-14983 .nwm-input-field.nwm-phone-input { padding-left: 92px !important; }
body.page-id-14983 .nwm-input-icon { left: 14px !important; width: 15px !important; height: 15px !important; }
body.page-id-14983 .nwm-hero-section { min-height: 500px !important; }
body.page-id-14983 .nwm-hero-container { padding-top: 34px !important; padding-bottom: 34px !important; }
body.page-id-14983 .nwm-tours-section,
body.page-id-14983 .nwm-destinations-section,
body.page-id-14983 .nwm-bottom-grid-section,
body.page-id-14983 .nwm-faq-section { padding-top: 42px !important; padding-bottom: 42px !important; }
body.page-id-14983 .nwm-calendar-section { padding-bottom: 42px !important; }
body.page-id-14983 .nwm-tour-card { min-height: 260px !important; }
body.page-id-14983 .nwm-tour-image-box { min-height: 260px !important; }
body.page-id-14983 .nwm-final-actions { min-width: 260px !important; }
body.page-id-14983 .nwm-sticky-wa-btn { bottom: 20px !important; right: 20px !important; }

/* Header: logo + Book Now only */
body.page-id-14983 .nwm-nav-links { display: none !important; }
body.page-id-14983 .nwm-header-content { justify-content: space-between !important; gap: 24px !important; }
body.page-id-14983 .nwm-header-logo { white-space: nowrap !important; flex-shrink: 0 !important; margin-right: 0 !important; }
body.page-id-14983 .nwm-header-nav { display: flex !important; justify-content: flex-end !important; flex: 0 0 auto !important; }
body.page-id-14983 .nwm-header-nav .nwm-btn-primary { min-width: 150px !important; min-height: 46px !important; padding: 12px 24px !important; border-radius: 5px !important; }

@media(max-width: 768px) {
  body.page-id-14983 .nwm-header-content { flex-direction: row !important; align-items: center !important; }
  body.page-id-14983 .nwm-header-logo { font-size: 22px !important; }
  body.page-id-14983 .nwm-logo-icon { width: 34px !important; height: 34px !important; }
  body.page-id-14983 .nwm-header-nav .nwm-btn-primary { min-width: auto !important; padding: 11px 16px !important; font-size: 12px !important; }
}

/* Real logo image */
body.page-id-14983 .nwm-site-header { min-height: 78px !important; max-height: 90px !important; overflow: hidden !important; }
body.page-id-14983 .nwm-header-content { display: flex !important; align-items: center !important; justify-content: space-between !important; min-height: 78px !important; }
body.page-id-14983 .nwm-header-logo { display: flex !important; align-items: center !important; height: 70px !important; max-height: 70px !important; overflow: hidden !important; flex-shrink: 0 !important; }
body.page-id-14983 .nwm-header-logo .nwm-real-logo { height: 58px !important; max-height: 58px !important; width: auto !important; max-width: 230px !important; object-fit: contain !important; display: block !important; }
body.page-id-14983 .nwm-logo-icon { display: none !important; }

@media(max-width: 768px) {
  body.page-id-14983 .nwm-header-logo .nwm-real-logo { height: 46px !important; max-height: 46px !important; max-width: 170px !important; }
  body.page-id-14983 .nwm-site-header { min-height: 68px !important; max-height: 76px !important; }
}

/* Gold Logo */
body.page-id-14983 .nwm-header-logo { display: flex !important; align-items: center !important; text-decoration: none !important; flex-shrink: 0 !important; height: 72px !important; overflow: hidden !important; }
body.page-id-14983 .nwm-real-logo { height: 64px !important; width: auto !important; max-width: 280px !important; object-fit: contain !important; display: block !important; }
body.page-id-14983 .nwm-logo-icon,
body.page-id-14983 .nwm-logo-symbol { display: none !important; }
body.page-id-14983 .nwm-site-header { min-height: 82px !important; }

@media(max-width: 768px) {
  body.page-id-14983 .nwm-real-logo { height: 46px !important; max-width: 190px !important; }
  body.page-id-14983 .nwm-header-logo { height: 58px !important; }
  body.page-id-14983 .nwm-site-header { min-height: 68px !important; }
}

/* Gold colour palette match */
body.page-id-14983 .nwm-wrapper {
  --nwm-gold: #d4a437 !important;
  --nwm-gold-light: #f6d47a !important;
  --nwm-gold-dark: #9f721f !important;
  --nwm-line: rgba(212, 164, 55, 0.48) !important;
}
body.page-id-14983 .nwm-hero-text h1,
body.page-id-14983 .nwm-form-card h3,
body.page-id-14983 .nwm-calendar-left h3,
body.page-id-14983 .nwm-final-title h2,
body.page-id-14983 .nwm-agency-content h2,
body.page-id-14983 .nwm-header-logo,
body.page-id-14983 .nwm-logo-symbol { color: #f6d47a !important; }

body.page-id-14983 .nwm-hero-text h2 span,
body.page-id-14983 .nwm-price-value,
body.page-id-14983 .nwm-month-box strong,
body.page-id-14983 .nwm-calendar-note,
body.page-id-14983 .nwm-section-divider,
body.page-id-14983 .nwm-hero-divider,
body.page-id-14983 .nwm-form-ornament,
body.page-id-14983 .nwm-input-icon,
body.page-id-14983 .nwm-form-safe svg,
body.page-id-14983 .nwm-info-icon-container,
body.page-id-14983 .nwm-why-icon-box,
body.page-id-14983 .nwm-agency-icon-box,
body.page-id-14983 .nwm-ankh-icon-box { color: #f6d47a !important; }

body.page-id-14983 .nwm-btn-primary,
body.page-id-14983 .nwm-dest-name-bar { background: linear-gradient(135deg, #b98222 0%, #d4a437 42%, #f6d47a 100%) !important; color: #160f04 !important; border-color: rgba(246, 212, 122, 0.55) !important; }

body.page-id-14983 .nwm-site-header,
body.page-id-14983 .nwm-hero-section,
body.page-id-14983 .nwm-form-card,
body.page-id-14983 .nwm-calendar-panel,
body.page-id-14983 .nwm-tour-card,
body.page-id-14983 .nwm-destination-card,
body.page-id-14983 .nwm-why-travel-panel,
body.page-id-14983 .nwm-agency-panel,
body.page-id-14983 .nwm-faq-item,
body.page-id-14983 .nwm-final-cta-section,
body.page-id-14983 .nwm-sidebar,
body.page-id-14983 .nwm-sidebar-right { border-color: rgba(212, 164, 55, 0.65) !important; }

body.page-id-14983 .nwm-info-icon-container,
body.page-id-14983 .nwm-why-icon-box,
body.page-id-14983 .nwm-agency-icon-box,
body.page-id-14983 .nwm-ankh-icon-box,
body.page-id-14983 .nwm-tour-badge { border-color: #d4a437 !important; }

body.page-id-14983 .nwm-section-divider::before,
body.page-id-14983 .nwm-section-divider::after,
body.page-id-14983 .nwm-hero-divider::after,
body.page-id-14983 .nwm-why-divider::before,
body.page-id-14983 .nwm-why-divider::after,
body.page-id-14983 .nwm-month-divider { background: linear-gradient(90deg, transparent, #d4a437, transparent) !important; }

body.page-id-14983 .nwm-input-field { border-color: rgba(212, 164, 55, 0.55) !important; }
body.page-id-14983 .nwm-input-field:focus { border-color: #f6d47a !important; box-shadow: 0 0 10px rgba(246, 212, 122, 0.28) !important; }

body.page-id-14983 .nwm-action-btn:hover,
body.page-id-14983 .nwm-tour-card:hover,
body.page-id-14983 .nwm-destination-card:hover,
body.page-id-14983 .nwm-why-card:hover { border-color: #f6d47a !important; }
