/* ==========================================================================
   🎯 BRAND STYLING DEFINITIONS & SYSTEM VARIABLES
   ========================================================================== */
:root {
  --green-deep: #062c1e;       /* Primary Premium Forest Green */
  --green-hover: #041f15;
  --gold-accent: #a68554;      /* Luxury Warm Ochre Gold */
  --gold-light: #efebe4;
  --bg-cream: #faf8f5;         /* Soft Off-White Background */
  --bg-white: #ffffff;
  --text-dark: #1f2e26;
  --text-muted: #65756d;
  
  /* Admin Workspace UI Palettes */
  --admin-bg: #f4f6f5;
  --admin-card: #ffffff;
  --admin-border: #ccd5d1;
  --admin-accent: #a68554;
  --danger-red: #d32f2f;
  --danger-hover: #b71c1c;
  
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  --transition: all 0.3s ease;
  --shadow-premium: 0 4px 30px rgba(6, 44, 30, 0.03);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background-color: var(--bg-cream);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
}

.container { max-width: 1320px; margin: 0 auto; padding: 5rem 1.5rem; }
.bg-cream-tint { background-color: #f5f2eb; }

/* Section Header Typography */
.section-badge {
  text-align: center; font-size: 0.85rem; font-weight: 700; color: var(--gold-accent);
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 0.5rem;
}
.section-main-heading {
  text-align: center; font-family: var(--font-serif); font-size: 2.8rem;
  font-weight: 600; color: var(--green-deep); letter-spacing: -0.01em;
}
.leaf-separator { text-align: center; color: var(--green-deep); margin: 0.75rem 0 2.5rem 0; font-size: 1.1rem; }

/* Buttons System */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.75rem; 
  padding: 0.85rem 2rem; font-size: 0.95rem; font-weight: 600; border-radius: 30px; 
  border: none; cursor: pointer; text-decoration: none; transition: var(--transition);
}
.btn-solid-green { background-color: var(--green-deep); color: var(--bg-white); }
.btn-solid-green:hover { background-color: var(--green-hover); transform: translateY(-2px); }
.btn-outline-gold { background-color: transparent; color: var(--gold-accent); border: 1.5px solid var(--gold-accent); }
.btn-outline-gold:hover { background-color: var(--gold-accent); color: var(--bg-white); transform: translateY(-2px); }
.btn-danger { background-color: var(--danger-red); color: white; }
.btn-danger:hover { background-color: var(--danger-hover); transform: translateY(-2px); }
.center-action-btn-wrapper { text-align: center; margin-top: 3.5rem; }

/* ==========================================================================
   🧱 FLOATING HEADER NAVIGATION INTERFACES & PNG LOGO
   ========================================================================== */
header {
  position: fixed; top: 0; left: 0; width: 100%; background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
  z-index: 1000; border-bottom: 1px solid rgba(6, 44, 30, 0.05);
}
.nav-container {
  max-width: 1320px; margin: 0 auto; padding: 0.75rem 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
}

/* PNG Logo Styling */
.logo-wrapper { display: flex; align-items: center; gap: 0.75rem; color: var(--green-deep); }
.logo-img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}

.logo-png-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-main { font-family: var(--font-serif); font-size: 1.6rem; font-weight: 700; letter-spacing: -0.02em; }
.logo-xp { font-size: 0.85rem; font-weight: 800; letter-spacing: 0.15em; color: var(--gold-accent); margin-top: -2px; }
.logo-tag { font-size: 0.6rem; font-weight: 500; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.05em; margin-top: 2px; }

.nav-links { display: flex; list-style: none; gap: 2.25rem; }
.nav-links a {
  text-decoration: none; color: var(--text-dark); font-weight: 500;
  font-size: 0.95rem; transition: var(--transition); padding: 0.5rem 0; position: relative;
}
.nav-links a.active, .nav-links a:hover { color: var(--gold-accent); }
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px;
  background-color: var(--gold-accent); transition: var(--transition);
}
.nav-links a.active::after, .nav-links a:hover::after { width: 100%; }

.nav-wa-btn {
  background-color: var(--green-deep); color: white; padding: 0.7rem 1.5rem;
  border-radius: 30px; font-weight: 600; text-decoration: none; font-size: 0.9rem;
  display: inline-flex; align-items: center; gap: 0.5rem; transition: var(--transition);
}
.nav-wa-btn:hover { background-color: #25d366; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(37,211,102,0.2); }
.menu-toggle { display: none; font-size: 1.4rem; cursor: pointer; color: var(--green-deep); }

/* ==========================================================================
   🏔️ HIGH-QUALITY UNBLURRED MOUNTAIN HERO SECTION
   ========================================================================== */
.hero-section {
  min-height: 90vh; display: flex; flex-direction: column; justify-content: center;
  padding: 8rem 4rem 6rem 4rem; position: relative;
  background: linear-gradient(rgba(6, 44, 30, 0.25), rgba(250, 248, 245, 0.45)),
              url('https://images.unsplash.com/photo-1454496522488-7a8e488e8606?q=80&w=2560&auto=format&fit=crop') center/cover no-repeat;
}
.hero-content { max-width: 650px; z-index: 5; margin-bottom: 2rem; }
.hero-serif-italic { font-family: var(--font-serif); font-size: 4rem; font-style: italic; color: var(--green-deep); display: block; line-height: 1; }
.hero-main-title { font-family: var(--font-sans); font-size: 4.8rem; font-weight: 800; color: var(--green-deep); letter-spacing: -0.04em; line-height: 0.95; margin-bottom: 1.5rem; }
.hero-subtext { font-size: 1.1rem; color: var(--text-dark); line-height: 1.6; margin-bottom: 2.5rem; font-weight: 400; }
.hero-actions { display: flex; gap: 1.25rem; }

/* USP Banner Ribbon */
.usp-ribbon-bar {
  background: var(--bg-white); border-radius: 50px; padding: 1.5rem 3rem;
  box-shadow: 0 10px 40px rgba(6, 44, 30, 0.06); display: flex;
  justify-content: space-between; align-items: center; width: 100%; max-width: 1200px;
  margin: 4rem auto 0 auto; z-index: 10; border: 1px solid var(--gold-light);
}
.usp-item { display: flex; align-items: center; gap: 0.75rem; font-weight: 600; font-size: 0.95rem; color: var(--green-deep); }
.usp-item i { color: var(--gold-accent); font-size: 1.2rem; }

/* ==========================================================================
   🎒 COMPACT & SQUARE-CONSTRAINED PACKAGE CARDS
   ========================================================================== */
.grid-layout-packages { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
  gap: 2rem; 
}

.card {
  background: var(--bg-white); 
  border-radius: 16px; 
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02); 
  border: 1.5px solid #eae6df;
  transition: var(--transition); 
  display: flex; 
  flex-direction: column; 
  position: relative;
  height: 440px; 
}

.card:hover { 
  transform: translateY(-4px); 
  box-shadow: 0 12px 30px rgba(6,44,30,0.08); 
  border-color: var(--gold-accent); 
}

.card-img-wrapper { 
  height: 200px; 
  position: relative; 
  overflow: hidden; 
  background: var(--green-deep); 
  flex-shrink: 0;
}

.card-img-wrapper img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  transition: var(--transition); 
}

.card:hover .card-img-wrapper img { transform: scale(1.04); }

.card-badge-date {
  position: absolute; top: 0.85rem; left: 0.85rem; background: rgba(6, 44, 30, 0.85);
  color: white; padding: 0.35rem 0.85rem; font-size: 0.72rem; font-weight: 600; border-radius: 6px; z-index: 2;
}

.card.completed-card { opacity: 0.8; filter: grayscale(15%); }
.card-badge-completed {
  position: absolute; top: 0.85rem; right: 0.85rem; background: var(--danger-red);
  color: white; padding: 0.35rem 0.85rem; font-size: 0.72rem; font-weight: 700;
  border-radius: 6px; z-index: 2; text-transform: uppercase; letter-spacing: 0.05em;
}

.card-content { 
  padding: 1.25rem; 
  flex-grow: 1; 
  display: flex; 
  flex-direction: column; 
  justify-content: space-between;
}

.card-meta { font-size: 0.78rem; color: var(--gold-accent); font-weight: 600; margin-bottom: 0.2rem; }

.card-content h3 { 
  font-family: var(--font-serif); 
  font-size: 1.35rem; 
  font-weight: 700; 
  color: var(--green-deep); 
  margin-bottom: 0.4rem; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-content p { 
  color: var(--text-muted); 
  font-size: 0.88rem; 
  line-height: 1.45; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25rem;
}

.read-more-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-accent);
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.75rem;
  text-decoration: underline;
  transition: var(--transition);
}

.read-more-link:hover { color: var(--green-deep); }

.card-footer { 
  border-top: 1px dashed #eae6df; 
  padding-top: 0.75rem; 
  margin-top: auto; 
  display: flex; 
  flex-direction: column; 
  gap: 0.5rem; 
}

.card-price { font-size: 1.25rem; font-weight: 700; color: var(--green-deep); }

.card-wa-booking-btn {
  width: 100%; padding: 0.65rem; background-color: var(--green-deep); color: white;
  border: none; border-radius: 8px; font-size: 0.88rem; font-weight: 600; cursor: pointer; display: flex;
  align-items: center; justify-content: center; gap: 0.5rem; text-decoration: none; transition: var(--transition);
}
.card-wa-booking-btn:hover { background-color: #25d366; }

/* Social Share Action Bar */
.share-action-bar { display: flex; align-items: center; gap: 0.5rem; }

.share-btn {
  flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  padding: 0.45rem 0.65rem; font-size: 0.75rem; font-weight: 600; border-radius: 20px;
  border: 1px solid var(--admin-border); background: var(--bg-cream); color: var(--text-dark);
  cursor: pointer; transition: var(--transition); text-decoration: none;
}

.share-btn:hover { background-color: var(--gold-accent); color: white; border-color: var(--gold-accent); }
.share-btn.wa-share:hover { background-color: #25d366; border-color: #25d366; color: white; }
.share-btn.ig-share:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); border-color: transparent; color: white; }

.share-drawer-wrapper {
  margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px dashed #eae6df;
  display: flex; flex-direction: column; gap: 0.75rem; font-size: 0.9rem; font-weight: 600; color: var(--text-muted);
}

/* ==========================================================================
   🖼️ GALLERY TILES
   ========================================================================== */
.gallery-wrapper-context { position: relative; width: 100%; }
.travelers-gallery-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; min-height: 250px; }
.travelers-gallery-row img { width: 100%; height: 250px; object-fit: cover; border-radius: 12px; transition: var(--transition); cursor: pointer; border: 1px solid var(--gold-light); }
.travelers-gallery-row img:hover { transform: scale(1.02); filter: brightness(1.05); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }

.public-upload-trigger { 
  position: absolute; bottom: -20px; right: 15px; background-color: var(--gold-accent); color: var(--bg-white); 
  width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; 
  font-size: 1.3rem; cursor: pointer; box-shadow: 0 8px 20px rgba(166, 133, 84, 0.3); transition: var(--transition); z-index: 10; 
}
.public-upload-trigger:hover { background-color: var(--green-deep); transform: scale(1.08); }

/* ==========================================================================
   🧱 WHY CHOOSE US GRID TILES
   ========================================================================== */
.why-us-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.why-card { background: var(--bg-white); border-radius: 12px; padding: 2rem 1.25rem; text-align: center; border: 1px solid #eae6df; transition: var(--transition); }
.why-card:hover { border-color: var(--gold-accent); background-color: var(--bg-white); transform: translateY(-3px); }
.why-icon { font-size: 2.2rem; color: var(--gold-accent); margin-bottom: 1.25rem; }
.why-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--green-deep); margin-bottom: 0.75rem; }
.why-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; }

/* ==========================================================================
   💬 REVIEWS VIEWPORT
   ========================================================================== */
.reviews-swipe-carousel { width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; padding: 1rem; }
.reviews-swipe-carousel::-webkit-scrollbar { display: none; }
.reviews-swipe-carousel { -ms-overflow-style: none; scrollbar-width: none; }

.testimonials-row-layout { display: flex; gap: 2.5rem; }
.testi-card { flex: 0 0 340px; scroll-snap-align: center; background: var(--bg-white); padding: 2.5rem 2rem; border-radius: 12px; border: 1px solid #eae6df; position: relative; box-shadow: 0 4px 20px rgba(6, 44, 30, 0.02); transition: var(--transition); }
.testi-card:hover { transform: translateY(-5px) !important; box-shadow: 0 12px 30px rgba(6, 44, 30, 0.06); }

.quote-mark { font-family: var(--font-serif); font-size: 4rem; color: rgba(166, 133, 84, 0.15); position: absolute; top: 0.5rem; left: 1.5rem; line-height: 1; }
.testi-text { font-size: 0.98rem; line-height: 1.6; color: var(--text-dark); margin-bottom: 1.5rem; position: relative; z-index: 2; }
.testi-stars { color: #f59e0b; font-size: 0.85rem; margin-bottom: 0.75rem; display: flex; gap: 2px; }
.testi-user { font-size: 1.05rem; font-weight: 600; color: var(--green-deep); }
.testi-loc { color: var(--text-muted); font-size: 0.8rem; font-weight: 500; }
.carousel-dots-indicator { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; }
.carousel-dots-indicator .dot { width: 8px; height: 8px; background: #ccd5d1; border-radius: 50%; cursor: pointer; transition: var(--transition); }
.carousel-dots-indicator .dot.active { background: var(--gold-accent); width: 24px; border-radius: 10px; }

@media (min-width: 769px) {
  .reviews-swipe-carousel { overflow-x: visible; }
  .testimonials-row-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 3.5rem 2rem; padding-top: 2rem; }
  .testi-card { width: auto; }
  .testimonials-row-layout .testi-card:nth-child(odd) { transform: translateY(-25px); }
  .testimonials-row-layout .testi-card:nth-child(even) { transform: translateY(25px); }
}

/* ==========================================================================
   ✨ MODAL CONTAINER & STAR RATING OVERLAYS
   ========================================================================== */
.modal { 
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; 
  background: rgba(6, 44, 30, 0.4); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); 
  display: flex; align-items: center; justify-content: center; z-index: 5000; 
}

#review-form-modal.modal { z-index: 7000 !important; }

.review-modal-box { 
  max-width: 540px !important; padding: 3.5rem 2.5rem 3rem 2.5rem !important; 
  border-radius: 20px !important; border: 1px solid var(--gold-light) !important;
  box-shadow: 0 25px 60px rgba(6, 44, 30, 0.15) !important;
  position: relative;
}

.user-review-form-wrapper h3 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--green-deep); text-align: center; margin-bottom: 1.5rem; }
.user-review-form-wrapper form { display: flex; flex-direction: column; gap: 1.1rem; }

.star-rating-interactive { display: inline-flex; gap: 8px; font-size: 1.5rem; color: #ccd5d1; cursor: pointer; }
.star-rating-interactive .target-star { transition: transform 0.2s ease, color 0.2s ease; }
.star-rating-interactive .target-star:hover { transform: scale(1.15); }
.star-rating-interactive .target-star.glow-active { color: #f59e0b !important; }

.user-review-form-wrapper form input,
.user-review-form-wrapper form textarea {
  width: 100% !important; padding: 0.85rem 1rem !important; border: 1px solid var(--admin-border) !important;
  border-radius: 8px !important; outline: none !important; background-color: #fafbfe !important; transition: var(--transition) !important;
}
.user-review-form-wrapper .rating-select-container { display: flex; align-items: center; gap: 12px; color: var(--text-muted); font-size: 0.95rem; margin: 0.25rem 0; }
.user-review-form-wrapper form input:focus, .user-review-form-wrapper form textarea:focus { border-color: var(--gold-accent) !important; background-color: var(--bg-white) !important; box-shadow: 0 0 0 3px rgba(166, 133, 84, 0.1) !important; }

/* ==========================================================================
   🔔 TOAST ALERT NOTIFICATIONS
   ========================================================================== */
.notification-toast {
  position: fixed; bottom: 30px; right: 30px; background: var(--bg-white);
  border-radius: 14px; border-left: 5px solid var(--gold-accent); padding: 1.25rem 1.5rem;
  box-shadow: 0 15px 45px rgba(6, 44, 30, 0.12); z-index: 6500; max-width: 460px;
  animation: slideToastIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.toast-body-wrapper { display: flex; align-items: center; gap: 1rem; position: relative; }
.toast-icon { font-size: 1.8rem; color: var(--gold-accent); }
.toast-content h4 { font-family: var(--font-serif); font-size: 1.15rem; color: var(--green-deep); margin-bottom: 2px; }
.toast-content p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.4; padding-right: 1.5rem; }
.toast-btn { padding: 0.5rem 1.25rem !important; font-size: 0.82rem !important; border-radius: 6px !important; margin-left: auto; flex-shrink: 0; }

.toast-close-cross { 
  position: absolute; 
  top: -6px; 
  right: -4px; 
  font-size: 1rem; 
  background: transparent;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  color: #a0aec0; 
  transition: var(--transition); 
}
.toast-close-cross:hover { color: var(--danger-red); }

@keyframes slideToastIn { from { transform: translateX(120%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ==========================================================================
   🌊 DYNAMIC WAVE EDITORIAL FOOTER
   ========================================================================== */
footer { background: var(--green-deep); color: var(--bg-white); position: relative; margin-top: 5rem; }
.wave-container-svg { position: absolute; top: -50px; left: 0; width: 100%; height: 50px; overflow: hidden; line-height: 0; }
.wave-container-svg svg { position: relative; display: block; width: calc(100% + 1.3px); height: 50px; }
.wave-path { fill: var(--green-deep); }

.footer-inner-content { max-width: 1320px; margin: 0 auto; padding: 5rem 1.5rem 3.5rem 1.5rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 4rem; }
.logo-wrapper.style-light { color: var(--bg-white); }
.logo-wrapper.style-light .logo-tag { color: rgba(255,255,255,0.5); }
.footer-social-row { display: flex; gap: 1.25rem; margin-top: 1.75rem; }
.footer-social-row a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.06); color: var(--bg-white); display: flex; align-items: center; justify-content: center; text-decoration: none; font-size: 1.1rem; transition: var(--transition); }
.footer-social-row a:hover { background: var(--gold-accent); transform: translateY(-3px); }

.footer-nav-column h4, .footer-contact-column h4 { font-size: 1.05rem; font-weight: 600; color: var(--gold-accent); margin-bottom: 1.5rem; letter-spacing: 0.02em; }
.footer-nav-column ul { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
.footer-nav-column a { color: rgba(255,255,255,0.75); text-decoration: none; transition: var(--transition); font-size: 0.95rem; }
.footer-nav-column a:hover { color: var(--gold-accent); padding-left: 4px; }
.footer-contact-column p { display: flex; align-items: center; gap: 0.85rem; color: rgba(255,255,255,0.75); margin-bottom: 1rem; font-size: 0.95rem; }
.footer-contact-column i { color: var(--gold-accent); }
.footer-bottom-bar { max-width: 1320px; margin: 0 auto; padding: 2rem 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,0.4); font-size: 0.88rem; }

/* ==========================================================================
   🖼️ CENTERED PACKAGE DETAILS MODAL DRAWER
   ========================================================================== */
.details-drawer { 
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  z-index: 2000; 
  display: flex; 
  align-items: center;     
  justify-content: center; 
  padding: 2.5rem 1.5rem;  
}

.drawer-overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background: rgba(6, 44, 30, 0.5); 
  backdrop-filter: blur(8px); 
  -webkit-backdrop-filter: blur(8px);
}

.drawer-content { 
  position: relative; 
  z-index: 5; 
  width: 100%; 
  max-width: 760px; 
  max-height: 85vh; 
  background: var(--bg-white); 
  border-radius: 20px; 
  border: 1px solid var(--gold-light);
  box-shadow: 0 25px 60px rgba(6, 44, 30, 0.2); 
  display: flex; 
  flex-direction: column; 
  overflow: hidden; 
  animation: modalPop 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes modalPop { 
  from { opacity: 0; transform: scale(0.95) translateY(20px); } 
  to { opacity: 1; transform: scale(1) translateY(0); } 
}

/* 🔒 FONT AWESOME CLOSE BUTTONS */
.close-drawer { 
  position: absolute; 
  top: 1.25rem; 
  right: 1.25rem; 
  font-size: 1.1rem; 
  cursor: pointer; 
  z-index: 100; 
  color: var(--bg-white); 
  background: rgba(6, 44, 30, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: 1px solid rgba(255, 255, 255, 0.2);
  user-select: none;
}

.close-drawer:hover {
  background: var(--danger-red);
  color: white;
  border-color: transparent;
  transform: scale(1.05);
}

.close-modal { 
  position: absolute; 
  top: 1.25rem; 
  right: 1.25rem; 
  font-size: 1.2rem; 
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer; 
  color: var(--text-muted); 
  transition: var(--transition); 
  user-select: none;
  z-index: 10;
}

.close-modal:hover { 
  color: var(--danger-red); 
  background-color: rgba(211, 47, 47, 0.08);
  transform: scale(1.05);
}

.drawer-scroll-container { 
  overflow-y: auto; 
  height: 100%; 
  padding-bottom: 2.5rem; 
}

.drawer-gallery-hero { 
  display: flex; 
  overflow-x: auto; 
  scroll-snap-type: x mandatory; 
  background: var(--green-deep); 
  height: 340px; 
}

.drawer-gallery-hero img { 
  flex: 0 0 100%; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  scroll-snap-align: start; 
}

.drawer-body { padding: 2.5rem 2.5rem 1rem 2.5rem; }

.drawer-meta { 
  display: flex; 
  gap: 2rem; 
  color: var(--text-muted); 
  font-weight: 500; 
  margin-bottom: 1rem; 
  font-size: 0.95rem; 
}

.drawer-meta i { color: var(--gold-accent); }

.drawer-body h2 { 
  font-family: var(--font-serif); 
  font-size: 2.2rem; 
  color: var(--green-deep); 
  margin-bottom: 0.5rem; 
}

.price-tag { 
  font-size: 1.6rem; 
  font-weight: 700; 
  color: var(--gold-accent); 
  margin-bottom: 1.5rem; 
}

.details-divider { 
  height: 1px; 
  background: #eae6df; 
  margin-bottom: 1.5rem; 
}

.drawer-body h3 { 
  font-size: 1.05rem; 
  font-weight: 700; 
  text-transform: uppercase; 
  letter-spacing: 0.05em; 
  margin-bottom: 1rem; 
  color: var(--green-deep); 
}

.formatted-text { 
  white-space: pre-line; 
  color: var(--text-dark); 
  font-size: 0.98rem; 
  line-height: 1.7; 
  margin-bottom: 2.5rem; 
}

.whatsapp-booking-cta { 
  width: 100%; 
  padding: 1rem; 
  background: var(--green-deep); 
  color: white; 
  border: none; 
  font-size: 1rem; 
  font-weight: 600; 
  border-radius: 30px; 
  cursor: pointer; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  gap: 0.75rem; 
  transition: var(--transition); 
}

.whatsapp-booking-cta:hover { 
  background-color: #25d366; 
  transform: translateY(-2px); 
  box-shadow: 0 10px 20px rgba(37,211,102,0.2); 
}

.admin-gate { position: fixed; bottom: 30px; left: 30px; color: var(--text-muted); opacity: 0.05; cursor: pointer; z-index: 1500; font-size: 1.2rem; }
.admin-gate:hover { opacity: 0.8; color: var(--gold-accent); }

.hidden { display: none !important; }

/* Admin Controls */
.btn-toggle-status { background-color: var(--gold-accent); color: white; border: none; padding: 0.45rem 0.85rem; border-radius: 6px; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: var(--transition); }
.btn-toggle-status.is-completed { background-color: #4a5568; }
.btn-toggle-status:hover { transform: translateY(-1px); }

.btn-edit { background-color: var(--green-deep); color: white; border: none; padding: 0.45rem 0.85rem; border-radius: 6px; font-size: 0.82rem; font-weight: 600; cursor: pointer; }
.btn-delete { background-color: var(--danger-red); color: white; border: none; padding: 0.45rem 0.85rem; border-radius: 6px; font-size: 0.82rem; font-weight: 600; cursor: pointer; }

/* ==========================================================================
   🔒 ADMINISTRATIVE PANEL STYLING
   ========================================================================== */
.admin-panel { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--admin-bg); z-index: 10000; overflow-y: auto; padding: 2.5rem; box-sizing: border-box; }
.admin-header { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto 2.5rem auto; padding-bottom: 1.5rem; border-bottom: 2px solid var(--admin-border); }
.admin-tabs { display: flex; gap: 0.5rem; max-width: 1280px; margin: 0 auto 2rem auto; border-bottom: 1px solid var(--admin-border); overflow-x: auto; }
.tab-btn { background: none; border: none; padding: 1rem 1.75rem; font-family: var(--font-sans); font-size: 0.95rem; font-weight: 600; color: var(--text-muted); cursor: pointer; position: relative; transition: var(--transition); white-space: nowrap; }
.tab-btn.active { color: var(--green-deep); }
.tab-btn.active::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: var(--admin-accent); border-radius: 3px 3px 0 0; }
.tab-content { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.2fr; gap: 3rem; align-items: start; }
#tab-settings.tab-content { grid-template-columns: 1fr; max-width: 760px; }

.admin-panel .tab-content form input,
.admin-panel .tab-content form input[type="text"],
.admin-panel .tab-content form input[type="email"],
.admin-panel .tab-content form input[type="date"],
.admin-panel .tab-content form textarea,
.admin-panel .tab-content form select {
  font-family: var(--font-sans) !important; font-size: 0.95rem !important; width: 100% !important; padding: 0.85rem 1rem !important;
  border: 1px solid var(--admin-border) !important; border-radius: 8px !important; background-color: #fafbfe !important;
  color: var(--text-dark) !important; transition: var(--transition) !important; outline: none !important; box-sizing: border-box !important; margin: 0 0 0.5rem 0 !important; display: block !important;
}
.admin-panel .tab-content form input:focus, .admin-panel .tab-content form textarea:focus { border-color: var(--green-deep) !important; background-color: var(--bg-white) !important; box-shadow: 0 0 0 3px rgba(6, 44, 30, 0.05) !important; }
.admin-panel .tab-content form textarea { min-height: 120px !important; resize: vertical !important; }
.admin-panel .tab-content form div[style*="grid-template-columns"] { border-radius: 8px; background: rgba(6, 44, 30, 0.02); padding: 1rem; border: 1px dashed var(--admin-border); margin-bottom: 0.5rem; }
.admin-panel .tab-content form input[type="file"] { padding: 0.5rem !important; font-size: 0.88rem !important; color: var(--text-muted) !important; background: rgba(166, 133, 84, 0.05) !important; border: 1px dashed var(--admin-accent) !important; border-radius: 8px !important; cursor: pointer !important; }

#admin-packages-list, #admin-gallery-list { background-color: var(--admin-card); padding: 1.5rem; border-radius: 16px; box-shadow: var(--shadow-premium); border: 1px solid rgba(6, 44, 30, 0.04); max-height: 600px; overflow-y: auto; }
div[style*="background:#fafbfe"] { background-color: #fafbfe !important; border: 1px solid var(--admin-border) !important; border-radius: 10px !important; padding: 1rem 1.25rem !important; margin-bottom: 0.85rem !important; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: var(--transition); }
div[style*="background:#fafbfe"]:hover { background-color: var(--bg-white) !important; border-color: var(--admin-accent) !important; box-shadow: 0 4px 12px rgba(6, 44, 30, 0.03); }
div[style*="background:#fafbfe"] span { font-size: 0.95rem; font-weight: 500; color: var(--text-dark); line-height: 1.4; }
div[style*="background:#fafbfe"] div { display: flex; gap: 0.5rem; flex-shrink: 0; }

.admin-gallery-item { position: relative; border-radius: 12px; overflow: hidden; border: 2px solid var(--admin-border); transition: var(--transition); box-shadow: 0 2px 8px rgba(0,0,0,0.05); width: 120px; height: 120px; }
.admin-gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.admin-gallery-item:hover { border-color: var(--admin-accent); transform: scale(1.02); }
.gal-delete { position: absolute; top: 4px; right: 4px; background-color: rgba(211, 47, 47, 0.9) !important; border-radius: 50% !important; width: 24px !important; height: 24px !important; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; border: none; color: white; cursor: pointer; }

/* ==========================================================================
   🖼️ LIGHTBOX SLIDER SPECIFICATIONS
   ========================================================================== */
.lightbox-frame { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(6, 44, 30, 0.95); z-index: 9000; display: flex; align-items: center; justify-content: center; user-select: none; }
.lightbox-content-container { max-width: 85%; max-height: 80vh; text-align: center; animation: slideUpModal 0.4s ease; }
#lightbox-main-img { max-width: 100%; max-height: 75vh; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
#lightbox-caption { color: var(--gold-light); margin-top: 1rem; font-size: 1.1rem; font-family: var(--font-serif); letter-spacing: 0.05em; }

.lightbox-close { 
  position: absolute; 
  top: 2rem; 
  right: 2.5rem; 
  font-size: 1.2rem; 
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  color: white; 
  cursor: pointer; 
  transition: var(--transition); 
  z-index: 10000;
  user-select: none;
  background: rgba(255, 255, 255, 0.1);
}

.lightbox-close:hover { 
  color: white; 
  background-color: var(--danger-red);
  transform: scale(1.05); 
}

.lightbox-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: white; font-size: 1.5rem; width: 60px; height: 60px; border-radius: 50%; cursor: pointer; transition: var(--transition); display: flex; align-items: center; justify-content: center; }
.lightbox-arrow:hover { background: var(--gold-accent); color: var(--green-deep); }
.left-arrow { left: 3rem; }
.right-arrow { right: 3rem; }

/* ==========================================================================
   📱 MEDIA BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-main-title { font-size: 3.8rem; }
  .usp-ribbon-bar { flex-wrap: wrap; gap: 1.5rem; padding: 2rem; border-radius: 24px; }
  .why-us-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner-content { grid-template-columns: repeat(2, 1fr); gap: 3rem; }
  .admin-panel .tab-content { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 100%; left: 0; width: 100%; background: var(--bg-white); flex-direction: column; gap: 0; max-height: 0; overflow: hidden; transition: max-height 0.4s ease-out; box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
  .nav-links.active { max-height: 350px; padding: 1.5rem 0; }
  .nav-links li { text-align: center; padding: 0.75rem 0; }
  .nav-wa-btn { display: none; }
  .hero-section { padding: 6rem 1.5rem 4rem 1.5rem; text-align: center; justify-content: center; }
  .hero-actions { justify-content: center; flex-direction: column; width: 100%; }
  .hero-main-title { font-size: 3rem; }
  .usp-ribbon-bar { display: none; }
  .travelers-gallery-row { grid-template-columns: 1fr; height: auto; }
  .why-us-grid { grid-template-columns: 1fr; }
  .testimonials-row-layout { gap: 1.5rem; }
  .footer-inner-content { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-bottom-bar { flex-direction: column; gap: 1rem; text-align: center; }
  .details-drawer { padding: 1rem; }
  .drawer-content { max-width: 100%; max-height: 90vh; }
  .drawer-body { padding: 1.75rem 1.25rem; }
  .drawer-gallery-hero { height: 240px; }
  
  .logo-img-wrapper { width: 36px; height: 36px; }
  .close-drawer { top: 0.85rem; right: 0.85rem; width: 34px; height: 34px; font-size: 1rem; }
  .lightbox-arrow { width: 45px; height: 40px; font-size: 1rem; }
  .left-arrow { left: 1rem; } .right-arrow { right: 1rem; }
  .lightbox-close { top: 1rem; right: 1.25rem; font-size: 1.1rem; width: 38px; height: 38px; }
  
  .admin-panel { padding: 1.25rem 1rem; }
  .admin-header { flex-direction: column; gap: 1.25rem; text-align: center; padding-bottom: 1.25rem; }
  .admin-tabs { gap: 0; margin-bottom: 1.5rem; }
  .tab-btn { padding: 0.85rem 1rem; font-size: 0.88rem; }
  .tab-content form, #admin-packages-list, #admin-gallery-list { padding: 1.5rem 1.25rem; border-radius: 12px; }
  div[style*="background:#fafbfe"] { flex-direction: column; align-items: flex-start; gap: 0.85rem !important; }
  div[style*="background:#fafbfe"] div { width: 100%; justify-content: flex-end; }
  .notification-toast { left: 15px; right: 15px; max-width: calc(100% - 30px); bottom: 15px; padding: 1rem; }
  .toast-icon { display: none; }
}

/* ==========================================================================
   🔒 AUTHENTICATOR OVERLAY MODAL
   ========================================================================== */
#auth-modal.modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(6, 44, 30, 0.4); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center; z-index: 12000;
  transition: var(--transition); animation: fadeIn 0.3s ease-out;
}

#auth-modal .modal-content {
  background: var(--bg-white); padding: 3.5rem 2.5rem 3rem 2.5rem; border-radius: 20px;
  width: 90%; max-width: 420px; position: relative; box-shadow: 0 25px 60px rgba(6, 44, 30, 0.15);
  border: 1px solid var(--gold-light); animation: slideUpModal 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

#auth-modal .modal-content h3 { font-family: var(--font-serif); font-size: 2rem; font-weight: 600; color: var(--green-deep); text-align: center; margin-bottom: 2rem; }
#auth-modal #login-form { display: flex; flex-direction: column; gap: 1.25rem; }

#auth-modal #login-form input {
  font-family: var(--font-sans) !important; font-size: 0.95rem !important; width: 100% !important;
  padding: 0.9rem 1.25rem !important; border: 1px solid var(--admin-border) !important; border-radius: 10px !important;
  background-color: #fafbfe !important; color: var(--text-dark) !important; transition: var(--transition) !important; outline: none !important; margin-bottom: 0 !important;
}

#auth-modal #login-form input:focus { border-color: var(--gold-accent) !important; background-color: var(--bg-white) !important; box-shadow: 0 0 0 3px rgba(166, 133, 84, 0.12) !important; }
#auth-modal #login-form .btn-solid-green { width: 100% !important; padding: 1rem !important; font-size: 1rem !important; font-weight: 600 !important; border-radius: 30px !important; background-color: var(--green-deep) !important; color: var(--bg-white) !important; border: none !important; cursor: pointer !important; margin-top: 0.5rem !important; transition: var(--transition) !important; box-shadow: 0 8px 25px rgba(6, 44, 30, 0.1); }
#auth-modal #login-form .btn-solid-green:hover { background-color: var(--green-hover) !important; transform: translateY(-2px) !important; box-shadow: 0 12px 30px rgba(6, 44, 30, 0.18) !important; }

/* ==========================================================================
   ✍️ REVIEW MODAL
   ========================================================================== */
#review-form-modal.modal {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(6, 44, 30, 0.4);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center;
  z-index: 7000 !important; transition: var(--transition); animation: fadeIn 0.3s ease-out;
}

#review-form-modal .review-modal-box {
  background: var(--bg-white); padding: 3.5rem 2.5rem 3rem 2.5rem !important; border-radius: 20px !important;
  width: 90%; max-width: 540px !important; position: relative; box-shadow: 0 25px 60px rgba(6, 44, 30, 0.15) !important;
  border: 1px solid var(--gold-light) !important; animation: slideUpModal 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.user-review-form-wrapper h3 { font-family: var(--font-serif); font-size: 1.8rem; color: var(--green-deep); text-align: center; margin-bottom: 1.5rem; }
.user-review-form-wrapper form { display: flex; flex-direction: column; gap: 1.1rem; }

.user-review-form-wrapper form input,
.user-review-form-wrapper form textarea {
  width: 100% !important; padding: 0.85rem 1rem !important; border: 1px solid var(--admin-border) !important; border-radius: 8px !important; outline: none !important; background-color: #fafbfe !important; color: var(--text-dark) !important; transition: var(--transition) !important; margin-bottom: 0 !important;
}

.user-review-form-wrapper form input:focus,
.user-review-form-wrapper form textarea:focus { border-color: var(--gold-accent) !important; background-color: var(--bg-white) !important; box-shadow: 0 0 0 3px rgba(166, 133, 84, 0.1) !important; }

.user-review-form-wrapper .rating-select-container { display: flex; align-items: center; gap: 12px; color: var(--text-muted); font-size: 0.95rem; margin: 0.25rem 0; }
.star-rating-interactive { display: inline-flex; gap: 8px; font-size: 1.5rem; color: #ccd5d1; cursor: pointer; }
.star-rating-interactive .target-star { transition: transform 0.2s ease, color 0.2s ease; }
.star-rating-interactive .target-star:hover { transform: scale(1.15); }
.star-rating-interactive .target-star.glow-active { color: #f59e0b !important; }

.user-review-form-wrapper form .btn-solid-green { width: 100% !important; padding: 1rem !important; font-size: 1rem !important; font-weight: 600 !important; border-radius: 30px !important; margin-top: 0.5rem; cursor: pointer; }
