/* ---------- Root & Reset ---------- */
:root{
  --bg:#fff;
  --sand:#faf7f3;
  --ink:#0b223d;
  --text:#16324f;
  --muted:#5b6c80;
  --line:#e6eef7;
  --gold:#f7c64b;
  --gold-2:#d9a93a;
  --card:#fff;
  --shadow:0 14px 36px rgba(13,38,59,.08);
  --radius:18px;
  --maxw:1200px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Poppins,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--text);
  background:var(--sand);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  padding-top: 70px; /* space for fixed navbar */
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

/* ---------- Layout helpers ---------- */
.container{width:min(var(--maxw),92%);margin:0 auto}
.muted{color:var(--muted)}
.pill{
  display:inline-flex;align-items:center;gap:.35rem;
  padding:.24rem .6rem;border-radius:999px;border:1px solid var(--line);
  font-size:.85rem;color:var(--muted);background:#fff;
}

/* ---------- Buttons (NO animations) ---------- */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.7rem 1rem;border-radius:999px;font-weight:600;
  border:1px solid transparent;cursor:pointer;user-select:none;
  transition:none !important; /* requirement: no animations on buttons */
  text-align: center;
}
.btn.primary{
  background:linear-gradient(135deg,var(--gold),var(--gold-2));
  color:#1a243a;border:none;box-shadow:var(--shadow);
}
.btn.ghost{background:#fff;border:1px solid var(--line);color:var(--text)}

/* icons inside buttons */
.btn i{font-size:.95rem}

/* ---------- Navbar ---------- */

  .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88));
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(140%) blur(6px);

}
.nav-inner{
  display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;
}
.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;color:#0b122c}
.brand img{width:36px;height:36px;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:.8rem}
.nav-links a{padding:.45rem .6rem;border-radius:9px;color:var(--muted);font-weight:600}
.nav-links a.active,.nav-links a:hover{background:#f6efe6;color:#0b122c}
/* .menu{display:none} */
/* Hide hamburger by default (desktop) */
.menu {
  display: none;
  font-size: 1.3rem;
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
}

/* Mobile view */
@media (max-width: 820px) {
  .menu {
    display: inline-flex; /* show hamburger */
    align-items: center;
    justify-content: center;
  }

  /* Hide nav links by default on mobile */
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 0.9rem;
    background: rgba(255, 255, 255, 0.85); /* semi-transparent */
    backdrop-filter: blur(8px) saturate(160%);
    -webkit-backdrop-filter: blur(8px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: 1rem;
    position: absolute;
    top: 60px; /* just below navbar */
    right: 16px;
    width: 220px;
    z-index: 100;
  }

  /* Show when open */
  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    color: var(--ink);
    font-weight: 600;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background 0.2s ease;
  }

  .nav-links a:hover {
    background: rgba(255, 255, 255, 0.6);
    color: var(--gold-2);
  }
}


/* ---------- Hero ---------- */
.hero{padding:28px 0 44px}
.hero-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center}
.eyebrow{font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.82rem}
.title{
  font-family:"Playfair Display",serif;
  font-size:clamp(1.9rem,3.6vw,3rem);line-height:1.06;margin:.25rem 0 .6rem;color:#0b122c
}
.title span{background:linear-gradient(90deg,#fce8a8,#ffe49a);padding:0 .3rem;border-radius:.4rem}
.subtitle{color:var(--muted);max-width:56ch}

/* Hero media card */
.hero-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);overflow:hidden}
.hero-card .media{position:relative}
.hero-card img{height:420px;object-fit:cover;width:100%}
.hero-card .badge{display:flex;gap:.5rem;flex-wrap:wrap;padding:.6rem;border-top:1px solid var(--line);background:#fff}

/* ---------- Search Card ---------- */
.search-card{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);padding:12px}
.search-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr .8fr auto;gap:.6rem;align-items:end}
.field{display:grid;gap:.25rem}
.field label{font-size:.85rem;color:var(--muted)}
.input{
  display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--line);
  border-radius:12px;padding:.6rem
}
.input input,.input select,.input textarea{border:0;outline:0;background:transparent;width:100%;font:inherit;color:var(--ink)}
.input:focus-within{outline:2px solid rgba(247,198,75,.18)}

/* ---------- Destinations ---------- */
section{padding:56px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}
.section-head h3{margin:0;color:#0b122c;font-size:1.5rem}
.dest-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tile{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}
.tile img{height:220px;width:100%;object-fit:cover}
.cap{
  position:absolute;left:10px;right:10px;bottom:10px;background:rgba(255,255,255,.95);
  padding:.42rem .6rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center
}

/* ---------- Why Us ---------- */
.why .features{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.feature{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:var(--shadow)}
.feature .icon{font-size:1.4rem}

/* ---------- Packages (Swiper) ---------- */
.filterbar{display:flex;gap:.6rem;align-items:center}
.filterbar input{
  width:min(380px,100%);padding:.65rem .8rem;border-radius:12px;border:1px solid var(--line);background:#fff
}
.swiper.pack{padding-bottom:28px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow);height:100%}
.card .thumb{position:relative}
.card .thumb img{height:200px;object-fit:cover;width:100%}
.card .thumb .badge{position:absolute;left:10px;top:10px}
.card .body{padding:12px}
.card .price{font-weight:700;color:#0b122c;margin:.4rem 0}
.card .badge{background:var(--bg); color: var(--ink); border-radius:14px; padding:.25rem .6rem; font-size:.75rem; font-weight:600; box-shadow:0 4px 12px rgba(0,0,0,.1); display:inline-block;}

/* ---------- KPIs ---------- */
.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.kpi{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;text-align:center;box-shadow:var(--shadow)}
.kpi strong{font-size:1.6rem;color:#0b122c;display:block}

/* ---------- Testimonials ---------- */
.testi .testimonial{
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:var(--shadow)
}
.stars{letter-spacing:.06em}

/* ---------- Visa Hub ---------- */
.split{display:grid;grid-template-columns:1.2fr .8fr;gap:14px}
.pad{padding:14px}
.card .head{
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 14px;border-bottom:1px solid var(--line);background:#fff
}

/* ===== Page-specific styles (kept minimal to respect your theme) ===== */
    .page-head { margin: 26px 0 10px; }
    .subtitle-tight { margin-top: 6px; max-width: 70ch; }

    /* Progress */
    .progress-wrap {
      background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow);
      padding: 12px; display: grid; gap: .5rem; align-items: center;
    }
    .progress-meta { display:flex; justify-content:space-between; align-items:center; font-weight:600; color:#0b122c }
    .progressbar { width:100%; height:12px; background: #f3f6fb; border-radius:999px; overflow:hidden; border:1px solid var(--line); }
    .progressbar > span { display:block; height:100%; width:0%; background: linear-gradient(135deg, var(--gold), var(--gold-2)); }

    /* Grid for document cards */
    .doc-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    @media (max-width: 820px){ .doc-grid { grid-template-columns: 1fr; } }

    .doc-card { background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow: var(--shadow); padding: 14px; display:grid; gap:.55rem; }
    .doc-head { display:flex; gap:.6rem; align-items:center; }
    .doc-ico { width:40px; height:40px; border-radius:12px; display:grid; place-items:center; background:#f6efe6; font-size:1.1rem; }
    .doc-title { margin:0; color:#0b122c; font-size:1rem; font-weight:700; }
    .doc-hint { margin:0; color: var(--muted); font-size:.9rem; }

    .file-row { display:flex; gap:.6rem; align-items:center; flex-wrap:wrap; }
    .file-row input[type="file"] { padding:.55rem; border:1px solid var(--line); border-radius:12px; background:#fff; }

    .uploaded-pill { display:inline-flex; align-items:center; gap:.3rem; font-size:.85rem; color: green; background:#e6fbe6; border:1px solid #b7e2b7; padding:.25rem .55rem; border-radius:999px; font-weight:500; }

    .preview { display:flex; gap:8px; align-items:center; }
    .preview img { width:56px; height:56px; object-fit:cover; border-radius:10px; border:1px solid var(--line); }
    .filename { font-size:.9rem; color: var(--ink); }

    .actions { margin-top: 16px; display:flex; gap:10px; }
    .btn[disabled] { background:#ccc !important; cursor:not-allowed; box-shadow:none; }

    /* Success state */
    .success-wrap { display:none; margin-top: 20px; text-align:center; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow); padding: 18px; position:relative; overflow:hidden; }
    .success-wrap h3 { margin-top: 0; }

    /* Confetti */
    .confetti-piece { position:absolute; width:10px; height:14px; opacity:0.9; border-radius:3px; animation: confetti-fall 1500ms linear forwards; }
    @keyframes confetti-fall {
      0% { transform: translateY(-20px) rotate(0deg); opacity: 0; }
      10% { opacity: 1; }
      100% { transform: translateY(560px) rotate(360deg); opacity: 0; }
    }

    /* Minor helper */
    .muted-small { font-size:.9rem; }




 dialog#docsModal {
      border: 0;
      border-radius: var(--radius);
      padding: 0;
      max-width: 850px;
      width: 95%;
      background: var(--bg);
      box-shadow: var(--shadow);
    }
    dialog::backdrop {
      background: rgba(11,34,61,.45);
    }

    .modal-body {
      padding: 16px;
      max-height: 70vh;
      overflow-y: auto;
    }

    .file-row {
      display: flex;
      gap: .6rem;
      align-items: center;
      flex-wrap: wrap;
    }
    .file-row input[type="file"] {
      padding: .5rem;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: #fff;
    }

    .delete-btn {
      background: #fbe6e6;
      color: #a33;
      border: 1px solid #e2b7b7;
      border-radius: 999px;
      font-size: .8rem;
      font-weight: 600;
      padding: .25rem .6rem;
      cursor: pointer;
    }
    .delete-btn:hover {
      background: #f8dada;
    }


   dialog#successModal::backdrop {
    background: rgba(11,34,61,.45);
  }

  dialog#successModal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.35s ease, transform 0.35s ease;
  }
  dialog#successModal {
    border:none; border-radius:12px; padding:20px; max-width:400px; width:90%; text-align:center;
  }
  
  dialog#successModal.show {
    opacity: 1;
    transform: translateY(0);
  }


/* ---------- Blog ---------- */
.blog-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:12px}
.post{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}
.post img{height:200px;object-fit:cover;width:100%}
.post .pbody{padding:12px}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 14px;
}

.contact-form,
.contact-info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
  padding: 14px;
}

/* Form Fields */
.contact-form h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: var(--text-dark, #0b223d);
}

.contact-form p.muted {
  color: #555;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.contact-form .field {
  margin-bottom: 12px;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-dark, #0b223d);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.6rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  font-size: 0.95rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  background: #fff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  /* border-color:var(--gold-2); */
  box-shadow: 0 0 0 1px rgba(250, 137, 10, 0.15);
  outline: none;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Phone input */
.phone-input {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px;
}

.phone-input select {
  cursor: pointer;
}

.contact-form button.btn.primary {
  background-color:var(--gold-2);
  color:var(--ink);
  font-weight: 600;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.25s;
}

.contact-form button.btn.primary:hover {
  background-color:var(--gold-2);
}

/* Contact Info */
.contact-info p {
  margin-bottom: 8px;
  color: #333;
  font-size: 0.95rem;
}

.contact-info .map iframe {
  width: 100%;
  height: 230px;
  border: 0;
  border-radius: 12px;
}

/* Dynamic placeholder (JS works with this) */
#phone::placeholder {
  color: #999;
  opacity: 1;
}



/* ---------- Footer ---------- */
footer{
  background:var(--ink);color:#c9d4ea;margin-top:32px;border-top-left-radius:18px;border-top-right-radius:18px
}
footer .foot{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:18px;padding:36px 0}
footer .brand{display:flex;align-items:center;gap:.6rem}
footer .brand img{width:36px;height:36px}
footer .brand strong{color:var(--bg);}
footer a{color:#dfe7f7}
footer .social{display:flex;gap:.6rem;margin-top:.5rem}
footer .social a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2)}

/* ---------- Floating actions ---------- */
.floating{position:fixed;right:16px;bottom:16px;display:grid;gap:10px;z-index:40}
.float-btn{
  width:50px;height:50px;border-radius:50%;display:grid;place-items:center;
  background:#25d366;color:#fff;box-shadow:0 10px 26px rgba(0,0,0,.18);border:0;cursor:pointer;transition:none !important;
}
.top-btn{background:#0b122c}

/* ---------- Modal ---------- */
dialog#bookingModal{border:0;border-radius:14px;padding:0;max-width:520px;width:92%;box-shadow:0 26px 80px rgba(11,34,61,.45)}
dialog::backdrop{background:rgba(11,34,61,.45)}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}
.modal-body{padding:14px}
#bookForm .field{margin-bottom:.7rem}


.booking-btn {
  background: var(--gold);
  color:var(--ink);
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.3s ease;
    font-weight: 600;
}



.phone-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.phone-group label {
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--dark);
}

.phone-input {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 8px;
}

.phone-input select,
.phone-input input {
  padding: 0.65rem 0.8rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  outline: none;
}

.phone-input select:focus,
.phone-input input:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}

.phone-input input::placeholder {
  color: #999;
  opacity: 1; /* Ensures placeholder stays visible */
  font-size: 0.95rem;
  line-height: 1.4;
}

/* ---------- Responsive ---------- */
@media (max-width:1100px){
  .hero-wrap{grid-template-columns:1fr}
  .hero-card img{height:320px}
  .dest-grid{grid-template-columns:repeat(2,1fr)}
  .why .features{grid-template-columns:repeat(2,1fr)}
  .blog-grid{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr}
}
@media (max-width:820px){
  .search-grid{grid-template-columns:1fr 1fr 1fr auto}
  .kpis{grid-template-columns:repeat(2,1fr)}
  .contact-grid{grid-template-columns:1fr}
  footer .foot{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .nav-links{display:none}
  .menu{display:inline-flex}
  .search-grid{grid-template-columns:1fr 1fr}
  .blog-grid{grid-template-columns:1fr}
  .phone-input{grid-template-columns:120px 1fr}
  .floating{right:12px;bottom:12px}
}
