﻿:root {
    --emerald: #0F5E4D;
    --emerald-light: #1a7a65;
    --gold: #C9A227;
    --gold-light: #e0b83a;
  }
  * { scroll-behavior: smooth; }
  body { font-family: 'Poppins', sans-serif; }

  /* â”€â”€ Navbar â”€â”€ */
  #navbar { transition: background 0.3s, box-shadow 0.3s; }
  #navbar.scrolled { background: white !important; box-shadow: 0 2px 20px rgba(15,94,77,.12); }
  #navbar.scrolled .nav-link { color: #0F5E4D !important; }
  #navbar.scrolled .logo-text { color: #0F5E4D !important; }
  #navbar.scrolled .nav-dropdown-trigger { color: #0F5E4D !important; }
  #navbar.scrolled #hamburger { color: #111827 !important; }

  .site-logo {
    display: block;
    width: auto;
    object-fit: contain;
  }
  .site-logo--nav {
    height: 2.75rem;
    width: 2.75rem;
    max-width: 2.75rem;
    object-fit: cover;
    object-position: center top;
    border-radius: 0.375rem;
  }
  .site-logo--footer {
    height: 4.5rem;
    max-width: 220px;
  }
  .site-logo--login {
    height: 5rem;
    max-width: 240px;
  }
  .site-logo--admin {
    height: 2.75rem;
    width: auto;
    max-width: 3.5rem;
    border-radius: 0.375rem;
  }

  /* â”€â”€ Nav Dropdown â”€â”€ */
  .nav-dropdown { position: relative; }
  .nav-dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    cursor: default;
  }
  .nav-dropdown-chevron { font-size: 0.65rem; transition: transform 0.25s; }
  .nav-dropdown:hover .nav-dropdown-chevron { transform: rotate(180deg); }
  .nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 240px;
    background: white;
    border-radius: 0.875rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 14px 40px rgba(15,94,77,0.14);
    padding: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    z-index: 100;
  }
  .nav-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -0.75rem;
    left: 0;
    right: 0;
    height: 0.75rem;
  }
  .nav-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .nav-dropdown-link {
    display: block;
    padding: 0.7rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #0F5E4D;
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
  }
  .nav-dropdown-link:hover {
    background: rgba(15,94,77,0.06);
    color: #C9A227;
  }
  .mobile-submenu { padding-left: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
  .mobile-submenu a { font-size: 0.875rem; color: rgba(255,255,255,0.85); }

  /* â”€â”€ Hero Slider â”€â”€ */
  .slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; }
  .slide.active { opacity: 1; }
  .slide-img { width: 100%; height: 100%; object-fit: cover; }
  .hero-overlay { background: linear-gradient(135deg, rgba(15,94,77,0.80) 0%, rgba(0,0,0,0.50) 100%); }

  /* â”€â”€ Countdown â”€â”€ */
  .countdown-box { background: rgba(255,255,255,0.08); backdrop-filter: blur(8px); border: 1px solid rgba(201,162,39,0.35); }

  /* â”€â”€ Cards â”€â”€ */
  .glass-card { background: rgba(255,255,255,0.85); backdrop-filter: blur(10px); border: 1px solid rgba(15,94,77,0.1); }
  .package-card { transition: transform 0.3s, box-shadow 0.3s; cursor: pointer; }
  .package-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(15,94,77,0.18); }
  .package-card.featured { background: linear-gradient(145deg, #0F5E4D, #1a7a65); }
  .package-card.featured:hover { transform: scale(1.04) translateY(-8px); }
  .package-card--inactive { cursor: default; pointer-events: none; opacity: 0.88; }
  .package-card--inactive:hover { transform: none; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
  .package-card.featured.package-card--inactive:hover { transform: scale(1.04); }
  .package-card-btn--inactive {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #9ca3af;
    cursor: not-allowed;
  }
  .package-card.featured .package-card-btn--inactive {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.55);
  }

  .package-card-list-label {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .package-card-lists ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .package-card-icon--exclude {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
  }

  /* â”€â”€ Feature Cards (Why Choose) â”€â”€ */
  .feature-card {
    position: relative;
    background: white;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 4px 24px rgba(15,94,77,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
  }
  .feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--emerald), var(--emerald-light));
    transition: height 0.35s ease;
  }
  .feature-card.gold-accent::before {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
  }
  .feature-card::after {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15,94,77,0.07) 0%, transparent 70%);
    transition: transform 0.35s ease;
    pointer-events: none;
  }
  .feature-card.gold-accent::after {
    background: radial-gradient(circle, rgba(201,162,39,0.1) 0%, transparent 70%);
  }
  .feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(15,94,77,0.14);
    border-color: rgba(15,94,77,0.18);
  }
  .feature-card:hover::before { height: 6px; }
  .feature-card:hover::after { transform: scale(1.3); }
  .feature-icon {
    width: 56px; height: 56px;
    border-radius: 1rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    transition: transform 0.35s ease;
    position: relative;
    z-index: 1;
  }
  .feature-card:hover .feature-icon { transform: scale(1.1) rotate(-3deg); }
  .feature-icon.emerald {
    background: linear-gradient(135deg, rgba(15,94,77,0.14), rgba(15,94,77,0.05));
    box-shadow: 0 4px 14px rgba(15,94,77,0.1);
  }
  .feature-icon.gold {
    background: linear-gradient(135deg, rgba(201,162,39,0.18), rgba(201,162,39,0.06));
    box-shadow: 0 4px 14px rgba(201,162,39,0.12);
  }
  .feature-num {
    position: absolute;
    top: 1.1rem; right: 1.25rem;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(15,94,77,0.07);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
  }
  .feature-card.gold-accent .feature-num { color: rgba(201,162,39,0.12); }

  .pillars-section { border-top: 1px solid rgba(15,94,77,0.06); }
  .pillar-card {
    position: relative;
    background: white;
    border-radius: 1.25rem;
    padding: 2rem 1.75rem 1.75rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 4px 24px rgba(15,94,77,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    height: 100%;
  }
  .pillar-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--emerald), var(--emerald-light));
    transition: height 0.35s ease;
  }
  .pillar-card.gold-accent::before {
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
  }
  .pillar-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(15,94,77,0.12);
    border-color: rgba(15,94,77,0.15);
  }
  .pillar-card:hover::before { height: 6px; }
  .pillar-icon {
    width: 52px; height: 52px;
    border-radius: 1rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1.15rem;
    position: relative;
    z-index: 1;
    transition: transform 0.35s ease;
  }
  .pillar-card:hover .pillar-icon { transform: scale(1.08); }
  .pillar-icon.emerald {
    background: linear-gradient(135deg, rgba(15,94,77,0.14), rgba(15,94,77,0.05));
    box-shadow: 0 4px 14px rgba(15,94,77,0.1);
  }
  .pillar-icon.gold {
    background: linear-gradient(135deg, rgba(201,162,39,0.18), rgba(201,162,39,0.06));
    box-shadow: 0 4px 14px rgba(201,162,39,0.12);
  }
  .pillar-num {
    position: absolute;
    top: 1rem; right: 1.15rem;
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: rgba(15,94,77,0.07);
    line-height: 1;
    pointer-events: none;
  }
  .pillar-card.gold-accent .pillar-num { color: rgba(201,162,39,0.12); }
  .pillar-bullets {
    margin-top: 0.5rem;
    padding-inline-start: 1.1rem;
    list-style: disc;
  }
  .pillar-bullets li + li { margin-top: 0.25rem; }

  .journey-section {
    border-top: none;
  }
  .journey-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1.25rem;
    position: relative;
  }
  @media (min-width: 1024px) {
    .journey-steps {
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
    }
    .journey-steps::before {
      content: '';
      position: absolute;
      top: 1.75rem;
      left: 10%;
      right: 10%;
      height: 2px;
      background: linear-gradient(90deg, rgba(15,94,77,0.15), rgba(201,162,39,0.35), rgba(15,94,77,0.15));
      z-index: 0;
    }
  }
  .journey-step {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: white;
    border: 1px solid rgba(15,94,77,0.08);
    border-radius: 1.25rem;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 20px rgba(15,94,77,0.05);
    transition: transform 0.25s, box-shadow 0.25s;
  }
  @media (min-width: 1024px) {
    .journey-step {
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 1.5rem 1rem 1.35rem;
    }
  }
  .journey-step:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15,94,77,0.1);
  }
  .journey-step-marker {
    flex-shrink: 0;
  }
  .journey-step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    font-family: 'Playfair Display', serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #0F5E4D, #1a7a65);
    border: 3px solid white;
    box-shadow: 0 4px 16px rgba(15,94,77,0.2);
  }
  .journey-step:nth-child(even) .journey-step-num {
    background: linear-gradient(135deg, #C9A227, #dbb84a);
    box-shadow: 0 4px 16px rgba(201,162,39,0.25);
  }
  .journey-step-body { min-width: 0; }
  .journey-step-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0F5E4D;
    line-height: 1.35;
    margin-bottom: 0.45rem;
  }
  .journey-step-desc {
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
  }

  .guide-section {
    background: linear-gradient(180deg, #f4f8f6 0%, #e8f0ec 100%);
    border-top: 1px solid rgba(15,94,77,0.06);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  @media (min-width: 768px) {
    .guide-section {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
  }
  .guide-panel {
    background: white;
    border-radius: 1.75rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 24px 64px rgba(15,94,77,0.1);
    overflow: hidden;
    position: relative;
  }
  .guide-panel::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, #0F5E4D, #C9A227, #0F5E4D);
  }
  .guide-layout {
    display: grid;
    gap: 0;
  }
  @media (min-width: 1024px) {
    .guide-layout { grid-template-columns: 1.05fr 0.95fr; }
  }
  .guide-content {
    padding: 2.75rem 2rem 3rem;
  }
  @media (min-width: 768px) {
    .guide-content { padding: 3.25rem 3rem 3.5rem; }
  }
  .guide-title {
    font-size: clamp(1.875rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #0F5E4D;
    line-height: 1.2;
    max-width: 28rem;
  }
  .guide-intro {
    margin: 1.75rem 0 2rem;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, rgba(15,94,77,0.05), rgba(201,162,39,0.06));
    border-left: 4px solid #C9A227;
    border-radius: 0 1rem 1rem 0;
  }
  .guide-intro p {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #4b5563;
    margin: 0;
  }
  .guide-intro strong {
    color: #0F5E4D;
    font-weight: 600;
  }
  .guide-features {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 640px) {
    .guide-features { grid-template-columns: repeat(2, 1fr); gap: 1.125rem; }
  }
  .guide-feature-card {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem 1.15rem 1.25rem 1.25rem;
    background: #fafbfa;
    border: 1px solid rgba(15,94,77,0.08);
    border-radius: 1rem;
    transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  }
  .guide-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(15,94,77,0.1);
    border-color: rgba(15,94,77,0.15);
    background: white;
  }
  .guide-feature-num {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: rgba(15,94,77,0.08);
    line-height: 1;
  }
  .guide-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.875rem;
    background: linear-gradient(135deg, rgba(15,94,77,0.12), rgba(15,94,77,0.05));
    color: #0F5E4D;
    flex-shrink: 0;
  }
  .guide-feature-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0F5E4D;
    line-height: 1.35;
    margin-bottom: 0.3rem;
    padding-right: 1.5rem;
  }
  .guide-feature-desc {
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #6b7280;
    margin: 0;
  }
  .guide-visual-col {
    background: linear-gradient(160deg, #0F5E4D 0%, #0a4035 100%);
    padding: 2.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .guide-visual-col::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(201,162,39,0.15) 0%, transparent 55%);
    pointer-events: none;
  }
  @media (min-width: 1024px) {
    .guide-visual-col { padding: 3rem 2.5rem; min-height: 100%; }
  }
  .guide-visual {
    position: relative;
    width: 100%;
    max-width: 28rem;
    z-index: 1;
  }
  .guide-visual-frame {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    border: 3px solid rgba(255,255,255,0.15);
  }
  .guide-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center top;
    display: block;
  }

  /* â”€â”€ Text Library Cards â”€â”€ */
  .text-card {
    display: block;
    position: relative;
    background: white;
    border-radius: 1.25rem;
    padding: 1.75rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 4px 20px rgba(15,94,77,0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
  }
  .text-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--emerald), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
  }
  .text-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(15,94,77,0.14);
    border-color: rgba(15,94,77,0.18);
  }
  .text-card:hover::before { transform: scaleX(1); }
  .text-card-icon {
    width: 2.75rem; height: 2.75rem;
    border-radius: 0.75rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, rgba(15,94,77,0.1), rgba(201,162,39,0.08));
  }
  .text-card-preview {
    font-family: 'Amiri', serif;
    font-size: 1.35rem;
    text-align: right;
    direction: rtl;
    line-height: 2;
    color: var(--emerald);
    margin: 0.75rem 0 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .text-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid rgba(15,94,77,0.07);
  }
  .text-card-arrow {
    width: 2rem; height: 2rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.9rem;
    color: var(--gold);
    background: rgba(201,162,39,0.1);
    transition: background 0.3s, color 0.3s, transform 0.3s;
  }
  .text-card:hover .text-card-arrow {
    background: var(--gold);
    color: white;
    transform: translateX(4px);
  }

  /* â”€â”€ Flip Cards â”€â”€ */
  .flip-card { perspective: 1000px; height: 180px; }
  .flip-inner { position: relative; width: 100%; height: 100%; transition: transform 0.6s; transform-style: preserve-3d; }
  .flip-card:hover .flip-inner { transform: rotateY(180deg); }
  .flip-front, .flip-back { position: absolute; width: 100%; height: 100%; backface-visibility: hidden; border-radius: 1rem; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.25rem; }
  .flip-front { background: white; border: 1px solid rgba(15,94,77,0.12); }
  .flip-back { background: linear-gradient(135deg, #0F5E4D, #1a7a65); color: white; transform: rotateY(180deg); }

  /* Gallery Lightbox */
  #lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; align-items: center; justify-content: center; }
  #lightbox.open { display: flex; }
  #lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 0.75rem; }

  /* â”€â”€ FAQ Accordion â”€â”€ */
  .faq-item {
    background: white;
    border-radius: 1.25rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 4px 20px rgba(15,94,77,0.05);
    overflow: hidden;
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
  }
  .faq-item:hover {
    box-shadow: 0 8px 28px rgba(15,94,77,0.1);
    border-color: rgba(15,94,77,0.14);
  }
  .faq-item.open {
    border-color: rgba(201,162,39,0.4);
    box-shadow: 0 12px 40px rgba(15,94,77,0.12);
  }
  .faq-trigger { transition: background 0.3s ease; }
  .faq-item.open .faq-trigger {
    background: linear-gradient(135deg, rgba(15,94,77,0.05), rgba(201,162,39,0.05));
  }
  .faq-q-num {
    flex-shrink: 0;
    width: 2.25rem; height: 2.25rem;
    border-radius: 0.625rem;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--emerald);
    background: rgba(15,94,77,0.08);
    transition: background 0.3s, color 0.3s;
  }
  .faq-item.open .faq-q-num {
    background: var(--emerald);
    color: white;
  }
  .faq-icon-wrap {
    flex-shrink: 0;
    width: 2.25rem; height: 2.25rem;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(201,162,39,0.12);
    transition: background 0.3s;
  }
  .faq-item.open .faq-icon-wrap { background: var(--gold); }
  .faq-icon {
    transition: transform 0.35s ease, color 0.3s;
    color: var(--gold);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .faq-item.open .faq-icon { transform: rotate(45deg); color: white; }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s ease; }
  .faq-answer.open { max-height: 400px; }
  .faq-answer-inner {
    padding: 1rem 1.5rem 1.25rem 4.25rem;
    border-top: 1px solid rgba(15,94,77,0.07);
    color: #6b7280;
    font-size: 0.875rem;
    line-height: 1.7;
  }

  /* â”€â”€ Scroll reveal â”€â”€ */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  /* â”€â”€ Ornament divider â”€â”€ */
  .ornament { display: flex; align-items: center; gap: 1rem; }
  .ornament::before, .ornament::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right, transparent, #C9A227, transparent); }

  /* â”€â”€ Gold underline â”€â”€ */
  .gold-underline { position: relative; }
  .gold-underline::after { content: ''; position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: #C9A227; border-radius: 2px; }

  /* â”€â”€ Section label â”€â”€ */
  .section-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: #C9A227; font-weight: 600; }

  /* â”€â”€ WhatsApp float â”€â”€ */
  #wa-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 999; }

  .wa-float-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }

  .wa-float-btn:hover {
    background: #1ebe57;
    transform: scale(1.08);
    box-shadow: 0 8px 28px rgba(37, 211, 102, 0.55);
  }

  .wa-float-icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .footer-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-radius: 9999px;
    background: #25D366;
    color: white;
    font-size: 0.8125rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
  }
  .footer-wa-btn:hover {
    background: #1ebe57;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37,211,102,0.45);
  }

  /* â”€â”€ Blog pagination â”€â”€ */
  .blog-page { display: none; }
  .blog-page.active { display: grid; }

  /* masonry-style gallery */
  .gallery-grid { columns: 3; column-gap: 0.75rem; }
  .gallery-item { break-inside: avoid; margin-bottom: 0.75rem; overflow: hidden; border-radius: 0.75rem; cursor: pointer; }
  .gallery-item img { width: 100%; display: block; transition: transform 0.4s; }
  .gallery-item:hover img { transform: scale(1.06); }
  @media(max-width: 768px) { .gallery-grid { columns: 2; } }
  @media(max-width: 480px) { .gallery-grid { columns: 1; } }

  /* ── Booking Success ── */
  .booking-success.visible { opacity: 1; transform: translateY(0); }
  .booking-success-card {
    text-align: center;
    background: white;
    border: 1px solid rgba(15,94,77,0.1);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 60px rgba(15,94,77,0.12);
  }
  .booking-success-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15,94,77,0.12), rgba(201,162,39,0.15));
    color: #0F5E4D;
    animation: bookingSuccessPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  }
  .booking-success-details {
    background: rgba(201,162,39,0.08);
    border: 1px solid rgba(201,162,39,0.25);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .booking-success-steps {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .booking-success-steps li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.5;
  }
  .booking-success-steps li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #0F5E4D;
    font-weight: 700;
  }
  .booking-success-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0.875rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .booking-success-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15,94,77,0.15); }
  .booking-success-btn-primary { background: #0F5E4D; color: white; }
  .booking-success-btn-secondary { background: white; color: #0F5E4D; border: 2px solid #0F5E4D; }
  @keyframes bookingSuccessPop {
    from { opacity: 0; transform: scale(0.5); }
    to { opacity: 1; transform: scale(1); }
  }

  /* ── Package Detail Page ── */
  .package-hero {
    padding: 8rem 0 5rem;
    background: linear-gradient(160deg, #0F5E4D 0%, #0a4035 55%, #083028 100%);
    position: relative;
    overflow: hidden;
  }
  .package-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(201,162,39,0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  .package-hero-inner { position: relative; z-index: 1; }
  .package-back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255,255,255,0.65);
    text-decoration: none;
    margin-bottom: 1.75rem;
    transition: color 0.2s;
  }
  .package-back-link:hover { color: #C9A227; }
  .package-hero-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .package-hero-badge {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.15);
  }
  .package-hero-badge--gold {
    background: #C9A227;
    color: #0F5E4D;
    border-color: #C9A227;
  }
  .package-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 1.25rem;
  }
  .package-hero-price {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
  }
  .package-hero-price-label {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    font-weight: 500;
  }
  .package-hero-price-value {
    font-size: clamp(2.25rem, 4vw, 3rem);
    font-weight: 700;
    color: #C9A227;
    line-height: 1;
  }

  .package-body {
    background: #f8faf9;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
  }

  .package-info-card {
    position: relative;
    background: white;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(15,94,77,0.1);
    border: 1px solid rgba(15,94,77,0.06);
    margin-bottom: 3rem;
  }
  .package-info-card-accent {
    height: 4px;
    background: linear-gradient(90deg, #0F5E4D, #C9A227, #0F5E4D);
  }
  .package-info-card-body { padding: 2rem 2.25rem; }
  @media (min-width: 768px) {
    .package-info-card-body { padding: 2.5rem 3rem; }
  }
  .package-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
  }
  .package-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #0F5E4D;
    background: rgba(15,94,77,0.07);
    border: 1px solid rgba(15,94,77,0.1);
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
  }
  .package-info-session {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #0F5E4D;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
  .package-info-intro {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: #4b5563;
    margin-bottom: 1.25rem;
    max-width: 52rem;
  }
  .package-info-urgency {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #92400e;
    background: linear-gradient(135deg, rgba(201,162,39,0.14), rgba(201,162,39,0.06));
    border: 1px solid rgba(201,162,39,0.35);
    border-radius: 0.875rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
  }
  .package-info-urgency svg { flex-shrink: 0; margin-top: 0.1rem; color: #C9A227; }

  .package-section-head {
    text-align: center;
    margin-bottom: 1.75rem;
  }
  .package-section-title {
    font-size: clamp(1.625rem, 3vw, 2.125rem);
    font-weight: 700;
    color: #0F5E4D;
  }

  .package-details-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  @media (min-width: 768px) {
    .package-details-grid { grid-template-columns: 1fr 1fr; }
  }

  .package-block-card {
    background: white;
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
    box-shadow: 0 4px 24px rgba(15,94,77,0.06);
    border: 1px solid rgba(15,94,77,0.06);
    height: 100%;
    transition: box-shadow 0.25s, transform 0.25s;
  }
  .package-block-card:hover {
    box-shadow: 0 8px 32px rgba(15,94,77,0.1);
    transform: translateY(-2px);
  }
  .package-block-header {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(15,94,77,0.08);
  }
  .package-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: rgba(15,94,77,0.08);
    color: #0F5E4D;
    flex-shrink: 0;
  }
  .package-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F5E4D;
    line-height: 1.2;
  }

  .package-inclusion-grid {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  @media (min-width: 768px) {
    .package-inclusion-grid { grid-template-columns: 1fr 1fr; }
  }
  .package-inclusion-card {
    border-radius: 1.25rem;
    padding: 1.75rem 2rem;
    border: 1px solid transparent;
  }
  .package-inclusion-card--yes {
    background: linear-gradient(145deg, rgba(15,94,77,0.04), rgba(15,94,77,0.08));
    border-color: rgba(15,94,77,0.12);
  }
  .package-inclusion-card--no {
    background: linear-gradient(145deg, rgba(220,38,38,0.03), rgba(220,38,38,0.06));
    border-color: rgba(220,38,38,0.12);
  }
  .package-inclusion-heading {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F5E4D;
    margin-bottom: 1.25rem;
  }
  .package-inclusion-card--no .package-inclusion-heading { color: #991b1b; }
  .package-inclusion-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
  }
  .package-inclusion-badge--yes { background: #0F5E4D; color: white; }
  .package-inclusion-badge--no { background: #dc2626; color: white; }

  .package-lines {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
  }
  .package-lines--highlights {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(15,94,77,0.08);
  }
  .package-line-item {
    display: flex;
    gap: 0.875rem;
    align-items: flex-start;
  }
  .package-line-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #374151;
    padding-top: 0.15rem;
  }
  .package-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background: rgba(15,94,77,0.1);
    color: #0F5E4D;
    font-size: 0.6875rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
  .package-check-icon--exclude {
    background: rgba(220,38,38,0.1);
    color: #dc2626;
  }

  .package-gallery {
    margin-bottom: 3rem;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15,94,77,0.14);
    border: 4px solid white;
  }
  .package-gallery-image {
    width: 100%;
    max-height: 32rem;
    object-fit: cover;
    display: block;
  }

  .package-cta {
    border-radius: 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, #0F5E4D 0%, #0a4035 100%);
    box-shadow: 0 20px 60px rgba(15,94,77,0.25);
    position: relative;
    margin-bottom: 1.75rem;
  }
  .package-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(201,162,39,0.2) 0%, transparent 50%);
    pointer-events: none;
  }
  .package-cta-inner {
    position: relative;
    text-align: center;
    padding: 3rem 2rem;
  }
  @media (min-width: 768px) {
    .package-cta-inner { padding: 3.5rem 3rem; }
  }
  .package-cta-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: white;
    margin-bottom: 0.75rem;
  }
  .package-cta-sub {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 2rem;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
  }
  .package-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2.25rem;
    border-radius: 9999px;
    background: #C9A227;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(201,162,39,0.45);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }
  .package-cta-btn:hover {
    background: #e0b83a;
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(201,162,39,0.5);
  }

  /* ── Online Courses Page ── */
  .courses-hero {
    background: linear-gradient(135deg, #0F5E4D, #0a4035);
    text-align: center;
    padding: 8rem 1.5rem 6rem;
  }
  @media (min-width: 768px) {
    .courses-hero { padding: 8.5rem 2rem 7rem; }
  }
  .courses-hero-inner {
    padding: 0 0.5rem;
  }
  .courses-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #0F5E4D;
    background: #C9A227;
    border: 1px solid #C9A227;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    margin-bottom: 1.5rem;
  }
  .courses-hero-title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 1.5rem;
  }
  .courses-hero-sub {
    font-size: 1.0625rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.7);
    max-width: 36rem;
    margin: 0 auto;
    padding-bottom: 0.5rem;
  }
  .courses-main {
    padding: 5.5rem 1.5rem 5rem;
    background: #f9fafb;
  }
  @media (min-width: 768px) {
    .courses-main { padding: 6rem 2rem 5.5rem; }
  }
  .courses-grid {
    display: grid;
    gap: 3.5rem;
    align-items: center;
  }
  @media (min-width: 768px) {
    .courses-grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
  }
  .courses-image-wrap {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(15,94,77,0.12);
  }
  .courses-image {
    width: 100%;
    height: 100%;
    min-height: 22rem;
    object-fit: cover;
    display: block;
  }
  @media (min-width: 768px) {
    .courses-image { min-height: 28rem; }
  }
  .courses-price-card {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: white;
    border-radius: 1rem;
    padding: 1rem 1.35rem;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    text-align: left;
    min-width: 8.5rem;
  }
  .courses-price-label {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-bottom: 0.15rem;
  }
  .courses-price-value {
    font-size: 2rem;
    font-weight: 700;
    color: #0F5E4D;
    line-height: 1;
  }
  .courses-price-unit {
    font-size: 0.8125rem;
    color: #6b7280;
    margin-top: 0.15rem;
  }
  .courses-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 2rem;
  }
  .courses-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .courses-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #374151;
  }
  .courses-feature-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    background: rgba(15,94,77,0.1);
    color: #0F5E4D;
    font-size: 0.6875rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
  .courses-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 2rem;
    border-radius: 9999px;
    background: #C9A227;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(201,162,39,0.4);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  }
  .courses-book-btn:hover {
    background: #e0b83a;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(201,162,39,0.45);
  }
  .courses-note {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: #9ca3af;
  }
  .courses-note-link {
    color: #0F5E4D;
    font-weight: 600;
    text-decoration: none;
  }
  .courses-note-link:hover { text-decoration: underline; }

  .courses-why {
    padding: 5rem 0 6rem;
    background: linear-gradient(180deg, #f8faf9 0%, #eef3f0 100%);
    border-top: 1px solid rgba(15,94,77,0.06);
  }
  .courses-why-head {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem;
  }
  .courses-why-title {
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #0F5E4D;
    margin-bottom: 0.75rem;
  }
  .courses-why-sub {
    font-size: 1rem;
    line-height: 1.7;
    color: #6b7280;
  }
  .courses-why-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
  @media (min-width: 640px) {
    .courses-why-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (min-width: 1024px) {
    .courses-why-grid { grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
  }
  .courses-why-card {
    background: white;
    border-radius: 1.25rem;
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(15,94,77,0.08);
    box-shadow: 0 4px 20px rgba(15,94,77,0.05);
    transition: transform 0.25s, box-shadow 0.25s;
  }
  .courses-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(15,94,77,0.1);
  }
  .courses-why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.875rem;
    background: rgba(15,94,77,0.08);
    color: #0F5E4D;
    margin-bottom: 1.125rem;
  }
  .courses-why-card:nth-child(even) .courses-why-icon {
    background: rgba(201,162,39,0.12);
    color: #a88520;
  }
  .courses-why-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0F5E4D;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  .courses-why-card-text {
    font-size: 0.875rem;
    line-height: 1.65;
    color: #6b7280;
  }

  /* Language switcher */
  .nav-dropdown-link.lang-active {
    color: var(--emerald);
    font-weight: 600;
    background: rgba(15,94,77,0.06);
  }
  #navbar.scrolled .lang-switcher .nav-dropdown-trigger { color: #0F5E4D !important; }

  /* RTL (Arabic) */
  html[dir="rtl"] body.lang-ar {
    font-family: 'Cairo', 'Poppins', sans-serif;
  }
  html[dir="rtl"] .font-display {
    font-family: 'Amiri', 'Playfair Display', serif;
  }
  html[dir="rtl"] .faq-trigger {
    text-align: right;
    flex-direction: row-reverse;
  }
  html[dir="rtl"] .guide-feature-card {
    flex-direction: row-reverse;
    text-align: right;
  }
  html[dir="rtl"] .pillar-card,
  html[dir="rtl"] .feature-card,
  html[dir="rtl"] .journey-step-body {
    text-align: right;
  }
  @media (min-width: 1024px) {
    html[dir="rtl"] .journey-step {
      text-align: center;
    }
  }
  html[dir="rtl"] #prev-slide {
    left: auto;
    right: 1rem;
  }
  html[dir="rtl"] #next-slide {
    right: auto;
    left: 1rem;
  }
  html[dir="rtl"] .text-card:hover .text-card-arrow {
    transform: translateX(-4px);
  }
  html[dir="rtl"] .nav-dropdown-menu {
    left: auto;
    right: 50%;
    transform: translateX(50%) translateY(6px);
  }
  html[dir="rtl"] .nav-dropdown:hover .nav-dropdown-menu {
    transform: translateX(50%) translateY(0);
  }
  html[dir="rtl"] .package-card ul li,
  html[dir="rtl"] .booking-success-steps li {
    text-align: right;
  }
