*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --teal:        #0B3D47;
      --teal-mid:    #10526A;
      --teal-light:  #1A7A8A;
      --amber:       #E8A838;
      --amber-pale:  #FDF3DC;
      --bg:          #F8F9F7;
      --white:       #FFFFFF;
      --slate:       #4A5568;
      --slate-light: #718096;
      --border:      #E2E8F0;
      --text:        #1A202C;
      --radius-card: 16px;
      --shadow-card: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(11,61,71,0.08);
      --shadow-hover: 0 4px 8px rgba(0,0,0,0.06), 0 8px 32px rgba(11,61,71,0.14);
    }
    body button:hover{
      cursor: pointer;
    }
    button:active{
      transform: scale(0.95);
    }
     footer {
      border-radius: 15px;
      background: var(--teal);
      color: rgba(255,255,255,0.5);
      text-align: center;
      padding: 2.5rem 1.5rem;
      font-size: 0.82rem;
      line-height: 1.9;
    }
    .divider {
    width: 100%;
    height: 2px;
    background: #dce4ef;
    margin: 30px 0;
    border-radius: 10px;

  }
.gallery {
    display: flex;
    width: 50vw;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 20px;
}
.gallery::-webkit-scrollbar{
  display: none;
}
.Block8::-webkit-scrollbar{
  display: none;
}



@media (max-width: 650px) {

  .block8containeer button{
    display: none;
  }
#ILP{
  display: flex;
  flex-direction: column;
}
#block8{
  display: flex;
  flex-direction: column;
}
#mizotaxi{
  display: flex;
  flex-direction: column;
}
  .hero-inner{
    display: flex;
    flex-direction: column;
  }
  .gallery{
    width: 100vw;
  }
  
}
@media (max-width: 500px){
  #cardImg{
    width: 100%;
  }
}

.card-img {
    width: 300px;
    flex-shrink: 0;
    height: 200px;
    padding: 10px;
    background: rgba(255,255,255,0.2); /* Transparent */
    backdrop-filter: blur(10px);       /* Glass effect */
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 15px;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.quick-nav {
    display: flex;
    padding: 8px 3px;
    gap: 1rem;
    flex-wrap: wrap;
}
.quick-nav a:hover {
    color: #2563eb;
    background-color: #eef4ff;
    transition-duration: 0.4s;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

    html { scroll-behavior: smooth; font-size: 16px; }

    body {
      font-family: 'DM Sans', system-ui, sans-serif;
      background: var(--bg);
      color: var(--text);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
#menuBtn{
  display: none;
}
@media (max-width: 700px){
  #menuBtn{
  display: block;
}
.hero{
  padding: 2rem 2rem 2rem;
}
.quick-nav{
  display: none;
  gap: 1rem;
  padding: 8px 3px;
  flex-wrap: wrap;
}
#quick-Nav{
  display: block;
}
#navWrap{
  display: flex;
  flex-direction: column;
}
#quickNav.active{
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
}
    /* ── TOPBAR ── */
    .topbar {
      background: var(--teal);
      padding: 0 1.5rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 56px;
      position: sticky;
      top: 0;
      z-index: 200;
      box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    }
    .quick-nav a {
    text-decoration: none;
    color: #333;
    padding: 10px 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
    .topbar-logo {
      font-family: 'Fraunces', Georgia, serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.01em;
      white-space: nowrap;
    }
    .topbar-logo span { color: var(--amber); }
    .topbar-reach {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: var(--amber);
      color: var(--teal);
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.45rem 1rem;
      border-radius: 30px;
      border: none;
      cursor: pointer;
      white-space: nowrap;
      transition: transform 0.15s, box-shadow 0.15s;
      box-shadow: 0 2px 8px rgba(232,168,56,0.35);
    }
    .topbar-reach:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(232,168,56,0.45); }

    /* ── HERO ── */
    .hero {
      width: 100%;
      height: fit-content;
      background: var(--teal);
      position: relative;
      overflow: hidden;
    }
    /* CSS hills — the signature element */
    .hero-hills {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 120px;
      pointer-events: none;
    }
    .hill {
      position: absolute;
      bottom: 0;
      border-radius: 50% 50% 0 0;
    }
    .hill-1 {
      width: 80%; height: 90px;
      background: rgba(255,255,255,0.04);
      left: -10%;
    }
    .hill-2 {
      width: 60%; height: 70px;
      background: rgba(255,255,255,0.06);
      right: -5%;
    }
    .hill-3 {
      width: 45%; height: 55px;
      background: rgba(232,168,56,0.08);
      left: 20%;
    }

    .hero-inner { 
      position: relative;
      display: flex;
      width: 100%;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
      z-index: 1;
    }
    .hero-labels {
      width: 100vw;
      display: flex;
      align-items: center;
  
      gap: 0.85rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
    }
    .hero-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--amber);
      margin: 0;
    }
    .idk{
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--amber);
      margin: 0;
    }
    .hero-eyebrow::before {
      content: '';
      display: inline-block;
      width: 20px; height: 2px;
      background: var(--amber);
      border-radius: 2px;
    }

    .hero h1 {
      font-family: 'Fraunces', Georgia, serif;
      font-size: clamp(2.1rem, 6vw, 3.4rem);
      font-weight: 700;
      color: var(--white);
      line-height: 1.18;
      letter-spacing: -0.02em;
      margin-bottom: 1.1rem;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--amber);
    }

    .hero-message {
      font-size: 1rem;
      color: rgba(255,255,255,0.65);
      max-width: 480px;
      line-height: 1.75;
      margin-bottom: 0;
    }

    /* ── QUICK NAV ── */
    .quick-nav-wrap {
      position: sticky;
      top: 56px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      z-index: 100;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 0 1.5rem;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      white-space: nowrap;
    }
    .quick-nav a {
      display: inline-flex;
      align-items: center;
      gap: 0.3rem;
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--slate);
      text-decoration: none;
      border-radius: 30px;
      border: 1.5px solid var(--border);
      background: var(--bg);
      transition: all 0.15s;
      white-space: nowrap;
    }
    .quick-nav a:hover {
      background: var(--teal);
      color: var(--white);
      border-color: var(--teal);
    }

    /* ── MAIN LAYOUT ── */
    .container {
      max-width: 780px;
      margin: 0 auto;
      padding: 2.5rem 1.5rem 4rem;
    }

    /* ── SECTION ── */
    .section { margin-bottom: 3rem; }
    .section-header {
      display: flex;
      align-items: center;
      gap: 0.85rem;
      margin-bottom: 1.25rem;
      padding-bottom: 0.85rem;
      border-bottom: 1.5px solid var(--border);
    }
    .section-icon {
      width: 42px; height: 42px;
      background: var(--teal);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.15rem;
      flex-shrink: 0;
    }
    .section-title {
      font-family: 'Fraunces', Georgia, serif;
      font-size: 1.35rem;
      font-weight: 600;
      color: var(--teal);
      letter-spacing: -0.01em;
    }
    .section-pill {
      margin-left: auto;
      font-size: 0.7rem;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding: 0.2rem 0.65rem;
      border-radius: 30px;
      background: var(--amber-pale);
      color: #8A5A00;
      border: 1px solid rgba(232,168,56,0.3);
      white-space: nowrap;
    }

    /* ── CARDS ── */
    .card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-card);
      padding: 1.2rem 1.35rem;
      margin-bottom: 0.75rem;
      box-shadow: var(--shadow-card);
      transition: transform 0.18s, box-shadow 0.18s;
    }
    .card:hover {
      transform: translateY(-2px);
      box-shadow: var(--shadow-hover);
    }
    .card-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 0.75rem;
      margin-bottom: 0.5rem;
    }
    .card-name {
      font-weight: 700;
      font-size: 0.97rem;
      color: var(--teal);
      line-height: 1.3;
    }
    .tag {
      font-size: 0.7rem;
      font-weight: 700;
      padding: 0.2rem 0.65rem;
      border-radius: 30px;
      white-space: nowrap;
      flex-shrink: 0;
    }
    .tag-green  { background: #E6F4EE; color: #1A6640; }
    .tag-amber  { background: var(--amber-pale); color: #8A5A00; }
    .tag-teal   { background: #E6F2F4; color: var(--teal); }
    .tag-slate  { background: #EDF2F7; color: #2D3748; }
    .card-meta {
      font-size: 0.84rem;
      color: var(--slate-light);
      line-height: 1.65;
    }
    .card-meta b { color: var(--slate); font-weight: 600; }

    /* ── MAP ── */
    .map-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-card);
      overflow: hidden;
      box-shadow: var(--shadow-card);
      margin-bottom: 1rem;
    }
    .map-card iframe {
      width: 100%; height: 240px; border: none; display: block;
    }
    .map-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.35rem;
      gap: 1rem;
      border-top: 1px solid var(--border);
    }
    .map-info-name {
      font-weight: 700;
      font-size: 0.95rem;
      color: var(--teal);
    }
    .map-info-addr {
      font-size: 0.78rem;
      color: var(--slate-light);
      margin-top: 0.1rem;
    }
    .map-open-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      background: var(--teal);
      color: var(--white);
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.5rem 1rem;
      border-radius: 30px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.15s;
    }
    .map-open-btn:hover { background: var(--teal-light); }

    /* ── TRAVEL TABLE ── */
    .travel-table {
      width: 100%;
      border-collapse: collapse;
      background: var(--white);
      border-radius: var(--radius-card);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-card);
      font-size: 0.88rem;
    }
    .travel-table thead th {
      background: var(--teal);
      color: rgba(255,255,255,0.75);
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      padding: 0.8rem 1.1rem;
      text-align: left;
    }
    .travel-table tbody td {
      padding: 0.9rem 1.1rem;
      border-top: 1px solid var(--border);
      color: var(--text);
      vertical-align: middle;
    }
    .travel-table tbody tr:hover td { background: #F7FBFC; }
    .travel-table .td-from { font-weight: 700; color: var(--teal); }
    .travel-table .td-fare { font-weight: 700; color: var(--teal-mid); }

    /* ── CHECKLIST ── */
    .checklist-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-card);
      overflow: hidden;
      box-shadow: var(--shadow-card);
    }
    .check-item {
      display: flex;
      align-items: flex-start;
      gap: 0.85rem;
      padding: 0.85rem 1.25rem;
      border-bottom: 1px solid var(--border);
      cursor: pointer;
      transition: background 0.12s;
    }
    .check-item:last-child { border-bottom: none; }
    .check-item:hover { background: #F7FBFC; }
    .check-box {
      width: 22px; height: 22px;
      flex-shrink: 0;
      border: 2px solid var(--border);
      border-radius: 6px;
      background: var(--white);
      transition: all 0.15s;
      display: flex; align-items: center; justify-content: center;
      margin-top: 0.1rem;
    }
    .check-box.done {
      background: var(--teal);
      border-color: var(--teal);
    }
    .check-box.done::after {
      content: '✓';
      color: white;
      font-size: 0.75rem;
      font-weight: 800;
    }
    .check-label {
      font-size: 0.88rem;
      color: var(--text);
      line-height: 1.55;
      flex: 1;
      transition: color 0.15s;
    }
    .check-label.done { color: var(--slate-light); text-decoration: line-through; }

    /* ── CONTACTS ── */
    .contact-card {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius-card);
      padding: 1rem 1.25rem;
      margin-bottom: 0.75rem;
      box-shadow: var(--shadow-card);
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      transition: transform 0.15s, box-shadow 0.15s;
    }
    .contact-card:hover { transform: translateY(-1px); box-shadow: var(--shadow-hover); }
    .contact-name {
      font-weight: 700;
      font-size: 0.95rem;
      color: var(--teal);
    }
    .contact-role {
      font-size: 1rem;
      margin-top: 0.15rem;
    }
    .call-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      background: var(--teal);
      color: var(--white);
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.5rem 1rem;
      border-radius: 30px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.15s;
    }
    .Address{
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--teal);
    letter-spacing: -0.01em;
       } 
    .call-btn:hover { background: var(--teal-light); }

    /* ── WHATSAPP BANNER ── */
    .wa-banner {
      background: #E9FBF0;
      border: 1.5px solid #A8E6C0;
      border-radius: var(--radius-card);
      padding: 1.1rem 1.35rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 3rem;
    }
    .wa-banner-text { flex: 1; }
    .wa-banner-title {
      font-weight: 700;
      font-size: 0.97rem;
      color: #1A4731;
      margin-bottom: 0.2rem;
    }
    .wa-banner-sub {
      font-size: 0.8rem;
      color: #2D6A4A;
      line-height: 1.5;
    }
    .wa-btn {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      background: #25D366;
      color: var(--white);
      font-size: 0.82rem;
      font-weight: 700;
      padding: 0.55rem 1.1rem;
      border-radius: 30px;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.15s, transform 0.15s;
      box-shadow: 0 2px 10px rgba(37,211,102,0.3);
      flex-shrink: 0;
    }
    .wa-btn:hover { background: #1EBA58; transform: translateY(-1px); }

    /* ── LANGUAGE TAG ── */
    .tag-lang {
      background: #EEF2FF;
      color: #3730A3;
      font-size: 0.68rem;
      font-weight: 700;
      padding: 0.15rem 0.55rem;
      border-radius: 20px;
      white-space: nowrap;
    }

    /* ── FOOTER ── */
    footer{
      display: flex;
      flex-direction: column;
      position: relative;
    }
    footer .footer-title {
      font-family: 'Fraunces', Georgia, serif;
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 0.3rem;
    }
    footer .footer-quote {
      font-family: 'Fraunces', Georgia, serif;
      font-style: italic;
      font-size: 0.9rem;
      color: var(--amber);
      margin-top: 1rem;
    }

    /* ── MODAL ── */
    .modal-overlay {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 500;
      background: rgba(0,0,0,0.55);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      align-items: flex-end;
      justify-content: center;
    }
    .modal-overlay.open { display: flex; animation: fadeIn 0.2s ease; }
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

    .modal {
      background: var(--white);
      border-radius: 24px 24px 0 0;
      padding: 0 0 2rem;
      width: 100%;
      max-width: 620px;
      max-height: 92vh;
      overflow-y: auto;
      animation: slideUp 0.28s cubic-bezier(0.34,1.2,0.64,1);
    }
    @keyframes slideUp {
      from { transform: translateY(60px); opacity: 0; }
      to   { transform: translateY(0);    opacity: 1; }
    }

    .modal-top {
      position: sticky;
      top: 0;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 1.25rem 1.5rem 1rem;
      z-index: 10;
    }
    .modal-handle {
      width: 36px; height: 4px;
      background: var(--border);
      border-radius: 4px;
      margin: 0 auto 1rem;
    }
    .modal-head-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 1rem;
    }
    .modal-title {
      font-family: 'Fraunces', Georgia, serif;
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--teal);
      line-height: 1.2;
    }
    .modal-close {
      width: 32px; height: 32px;
      background: var(--bg);
      border: 1.5px solid var(--border);
      border-radius: 50%;
      font-size: 0.9rem;
      cursor: pointer;
      color: var(--slate);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      transition: background 0.15s;
    }
    .modal-close:hover { background: var(--border); }

    .modal-body { padding: 1.5rem 1.5rem 0; }

    .form-label {
      display: block;
      font-size: 0.78rem;
      font-weight: 700;
      color: var(--teal);
      text-transform: uppercase;
      letter-spacing: 0.07em;
      margin-bottom: 0.45rem;
    }
    .form-hint {
      font-size: 0.75rem;
      font-weight: 400;
      color: var(--slate-light);
      text-transform: none;
      letter-spacing: 0;
    }
    .form-group { margin-bottom: 1.15rem; }

    .form-select, .form-input {
      width: 100%;
      padding: 0.78rem 1rem;
      border: 1.5px solid var(--border);
      border-radius: 10px;
      font-size: 0.92rem;
      font-family: 'DM Sans', sans-serif;
      color: var(--text);
      background: var(--bg);
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      -webkit-appearance: none;
      appearance: none;
    }
    .form-select:focus, .form-input:focus {
      border-color: var(--teal);
      box-shadow: 0 0 0 3px rgba(11,61,71,0.1);
      background: var(--white);
    }

    .btn-get-route {
      width: 100%;
      padding: 0.9rem;
      background: var(--teal);
      color: var(--white);
      border: none;
      border-radius: 12px;
      font-size: 0.97rem;
      font-weight: 700;
      font-family: 'DM Sans', sans-serif;
      cursor: pointer;
      margin-top: 0.25rem;
      transition: background 0.2s, transform 0.15s;
      letter-spacing: 0.01em;
    }
    .btn-get-route:hover:not(:disabled) {
      background: var(--teal-light);
      transform: translateY(-1px);
    }
    .btn-get-route:disabled {
      background: var(--slate-light);
      cursor: not-allowed;
    }

    .route-result {
      display: none;
      margin-top: 1.25rem;
      background: var(--bg);
      border: 1.5px solid var(--border);
      border-radius: 12px;
      padding: 1.15rem 1.2rem;
      font-size: 0.88rem;
      line-height: 1.85;
      color: var(--text);
      white-space: pre-wrap;
    }
    .route-result.visible { display: block; animation: fadeIn 0.3s ease; }
    .route-loading { color: var(--slate-light); font-style: italic; }

    /* ── RESPONSIVE ── */
    @media (min-width: 640px) {
      .hero { padding: 4.5rem 2.5rem 6rem; }
      .container { padding: 3rem 2.5rem 5rem; }
      .modal { border-radius: 20px; max-height: 80vh; margin-bottom: 2rem; }
      .modal-overlay { align-items: center; }
      .map-card iframe { height: 280px; }
    }

    @media (min-width: 1024px) {
      .hero { padding: 5rem 3rem 7rem; }
      .container { padding: 3.5rem 3rem 6rem; }
      .hero h1 { font-size: 3.6rem; }
    }

    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation: none !important; transition: none !important; }
    }
