
:root{
  --forest:#173f35; --pine:#245548; --sage:#789889; --cream:#f7f4ed;
  --sand:#e7ddca; --ink:#1e2925; --muted:#68736d; --white:#fff;
  --shadow:0 18px 50px rgba(23,63,53,.12);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family: 'Barlow', sans-serif;sans-serif;color:var(--ink);background:var(--cream);line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1140px,92%);margin:auto}
.navbar{position:absolute;top:0;left:0;right:0;z-index:20;color:#fff;padding:22px 0}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{font-family: 'Barlow', sans-serif;font-size:1.55rem;font-weight:700;letter-spacing:.02em}
.logo small{display:block;font:500 .62rem Inter,sans-serif;letter-spacing:.18em;text-transform:uppercase;opacity:.75}
.nav-links{display:flex;gap:25px;align-items:center;font-size:.93rem}
.nav-links a{opacity:.9;transition:.2s}.nav-links a:hover{opacity:1;color:#dcebdc}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:700;transition:.2s}
.nav-cta{background:#fff;color:var(--forest)}
.btn-primary{background:var(--forest);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow)}
.btn-light{background:#fff;color:var(--forest)}
.hero{min-height:720px;position:relative;display:flex;align-items:center;color:#fff;background:
linear-gradient(90deg,rgba(10,35,29,.88),rgba(10,35,29,.28)),
url("../images/hero.jpg") bottom/cover}
.hero-content{max-width:700px;padding-top:70px}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.76rem;font-weight:800;color:#cfe3d6;margin-bottom:14px}
h1,h2,h3{font-family: 'Barlow', sans-serif;line-height:1.12}
h1{font-size:clamp(3rem,7vw,4.8rem);margin-bottom:20px}
h2{font-size:clamp(2.2rem,4vw,3.6rem);margin-bottom:16px}
h3{font-size:1.45rem;margin-bottom:8px}
.hero p{font-size:1.08rem;max-width:620px;color:#eef5f0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.section{padding:90px 0}.section.alt{background:#fff}
.section-head{max-width:720px;margin-bottom:42px}
.section-head p{color:var(--muted)}
.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}
.card{background:#fff;border:1px solid #e6e3dc;border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(30,41,37,.05)}
.card-icon{font-size:2rem;margin-bottom:14px}
.photo-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:16px}
.photo-grid img{width:100%;height:250px;object-fit:cover;border-radius:20px}.photo-grid img:first-child{height:516px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.feature-list{list-style:none;display:grid;gap:13px;margin:25px 0}
.feature-list li:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#dfece4;color:var(--forest);font-weight:800;margin-right:10px}
.price-card{background:var(--forest);color:#fff;border-radius:28px;padding:40px;box-shadow:var(--shadow)}
.price{font-size:3.4rem;font-family: 'Barlow', sans-serif;font-weight:700}.price span{font:500 1rem Inter,sans-serif;opacity:.75}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden}
.table th,.table td{text-align:left;padding:18px;border-bottom:1px solid #eee}.table th{background:#edf3ef;color:var(--forest)}
.form{display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{font-size:.86rem;font-weight:700}.input{width:100%;padding:14px 15px;border:1px solid #d9ddd9;border-radius:12px;background:#fff;font:inherit;outline:none}.input:focus{border-color:var(--sage);box-shadow:0 0 0 4px #78988922}
textarea.input{min-height:140px;resize:vertical}
.page-hero{padding:170px 0 85px;color:#fff;background:linear-gradient(90deg,rgba(12,42,34,.82),rgba(12,42,34,.4)),
url("../images/page-hero.jpg") center/cover}
.page-hero h1{font-size:clamp(2.8rem,6vw,4.8rem)}
.info-box{background:#edf3ef;padding:25px;border-radius:18px}
.footer{background:#102d26;color:#dbe7e0;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:35px}.footer a{color:#dbe7e0}.footer h3{color:#fff;font-size:1.2rem}.copyright{border-top:1px solid #ffffff22;margin-top:35px;padding-top:20px;color:#aabbb3;font-size:.85rem}
.whatsapp{position:fixed;right:20px;bottom:20px;z-index:50;background:#25D366;color:#fff;padding:14px 18px;border-radius:999px;font-weight:800;box-shadow:0 12px 30px #0003}
.mobile-menu{display:none}
@media(max-width:800px){
 .nav-links{display:none}.mobile-menu{display:block;color:#fff;background:none;border:0;font-size:1.7rem}
 .hero{min-height:680px}.grid-3,.grid-2,.split,.footer-grid{grid-template-columns:1fr}.photo-grid{grid-template-columns:1fr}.photo-grid img:first-child{height:300px}
 .form-row{grid-template-columns:1fr}.section{padding:65px 0}.navbar{padding:16px 0}
}

/* ================================
   Modern Welcome Home Section
================================ */
.welcome-section{padding:105px 0;background:var(--cream);overflow:hidden}
.welcome-modern{display:grid;grid-template-columns:.92fr 1.08fr;gap:75px;align-items:center}
.welcome-copy{max-width:570px}
.welcome-copy h2{font-size:clamp(2.7rem,4.5vw,4.35rem);letter-spacing:-.035em;margin-bottom:22px}
.welcome-copy h2 em{font-weight:400;color:var(--sage)}
.welcome-lead{font-size:1.22rem;line-height:1.65;color:var(--forest);margin-bottom:17px;font-weight:500}
.welcome-copy>p:not(.welcome-lead){color:var(--muted);font-size:1rem;max-width:540px}
.welcome-points{display:flex;flex-wrap:wrap;gap:9px;margin:27px 0 30px}
.welcome-points span{background:#fff;border:1px solid #e6e3dc;padding:9px 13px;border-radius:999px;font-size:.82rem;color:var(--forest);font-weight:650}
.welcome-visual{position:relative;min-height:575px}
.welcome-main-photo{position:absolute;right:0;top:0;width:82%;height:490px;overflow:hidden;border-radius:28px;box-shadow:0 25px 65px rgba(23,63,53,.16)}
.welcome-main-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.welcome-main-photo:hover img{transform:scale(1.035)}
.welcome-small-photo{position:absolute;left:0;bottom:8px;width:38%;height:230px;overflow:hidden;border:9px solid var(--cream);border-radius:25px;box-shadow:0 18px 45px rgba(23,63,53,.18)}
.welcome-small-photo img{width:100%;height:100%;object-fit:cover}
.welcome-badge{position:absolute;right:7%;bottom:32px;background:#fff;border-radius:18px;padding:18px 21px;box-shadow:0 18px 45px rgba(23,63,53,.18);min-width:190px}
.welcome-badge strong{display:block;font:700 1.8rem Georgia,serif;color:var(--forest)}
.welcome-badge span{display:block;font-size:.75rem;color:var(--muted);font-weight:700}
.welcome-badge small{display:block;margin-top:7px;color:var(--sage);font-size:.7rem;font-weight:700}

@media(max-width:800px){
 .welcome-section{padding:70px 0}
 .welcome-modern{grid-template-columns:1fr;gap:45px}
 .welcome-copy{max-width:none}
 .welcome-visual{min-height:430px}
 .welcome-main-photo{width:84%;height:360px}
 .welcome-small-photo{width:42%;height:175px}
 .welcome-badge{right:3%;bottom:20px;min-width:165px;padding:14px 16px}
 .welcome-badge strong{font-size:1.5rem}
}


.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo img {
    height: 65px;
    width: auto;
    display: block;
    object-fit: contain;
}

.logo-text {
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
}

.logo-text small {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.75;
    letter-spacing: 0.3px;
}

/* Mobile */
@media (max-width: 768px) {
    .logo {
        gap: 8px;
    }

    .logo img {
        height: 45px;
    }

    .logo-text {
        font-size: 18px;
    }

    .logo-text small {
        font-size: 9px;
        margin-top: 3px;
    }
}



/* Guest Experience Section Container */
    .experience-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 80px 24px;
    }

    /* Section Header */
    .section-header {
      text-align: center;
      max-width: 680px;
      margin: 0 auto 56px auto;
    }

    .badge {
      display: inline-block;
      background-color: var(--bg-badge);
      color: var(--text-accent);
      font-size: 0.875rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: var(--radius-badge);
      margin-bottom: 16px;
    }

    .section-title {
      font-family: var(--font-heading);
      font-size: 2.5rem;
      font-weight: 700;
      color: var(--text-main);
      line-height: 1.25;
      margin-bottom: 16px;
    }

    .section-subtitle {
      font-size: 1.125rem;
      color: var(--text-muted);
    }

    /* Experience Grid Layout */
    .experience-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 32px;
    }

    @media (min-width: 992px) {
      .experience-grid {
        grid-template-columns: 1.1fr 0.9fr;
        align-items: stretch;
      }
    }

    /* Large Testimonial Card */
    .testimonial-card {
      background: var(--bg-card);
      border-radius: var(--radius-lg);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-md);
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .testimonial-image-wrapper {
      position: relative;
      height: 280px;
      overflow: hidden;
    }

    .testimonial-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 15px;
    }

    .testimonial-badge {
      position: absolute;
      top: 16px;
      left: 16px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(8px);
      padding: 6px 14px;
      border-radius: var(--radius-badge);
      font-size: 0.8125rem;
      font-weight: 600;
      color: var(--text-accent);
    }

    .testimonial-content {
      padding: 36px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 1;
    }

    .quote-mark {
      font-family: var(--font-heading);
      font-size: 3.5rem;
      line-height: 1;
      color: var(--text-accent);
      opacity: 0.25;
      margin-bottom: -20px;
    }

    .testimonial-quote {
      font-family: var(--font-heading);
      font-size: 1.25rem;
      font-style: italic;
      color: var(--text-main);
      line-height: 1.6;
      margin-bottom: 24px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 16px;
      padding-top: 20px;
      border-top: 1px solid var(--border-color);
    }

    .author-avatar {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #2e5a3c;
      color: #ffffff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1.1rem;
    }

    .author-name {
      font-weight: 700;
      font-size: 1rem;
      color: var(--text-main);
    }

    .author-details {
      font-size: 0.875rem;
      color: var(--text-muted);
    }

    /* Small Feature Highlight Cards Container */
    .highlights-column {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .highlight-card {
      background: var(--bg-card);
      border-radius: var(--radius-md);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-sm);
      padding: 20px;
      display: flex;
      align-items: center;
      gap: 20px;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .highlight-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
    }

    .highlight-image-wrapper {
      width: 100px;
      height: 90px;
      border-radius: 10px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .highlight-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .highlight-info {
      flex-grow: 1;
    }

    .highlight-tag {
      font-size: 0.75rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      color: var(--text-accent);
      margin-bottom: 4px;
      display: block;
    }

    .highlight-title {
      font-family: var(--font-heading);
      font-size: 1.125rem;
      font-weight: 700;
      color: var(--text-main);
      margin-bottom: 6px;
    }

    .highlight-description {
      font-size: 0.875rem;
      color: var(--text-muted);
      line-height: 1.5;
    }




/* Sightseeing Content Section */
    .sightseeing-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 24px 80px;
    }

    .sightseeing-grid {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }

    /* Sightseeing Card */
    .spot-card {
      background: var(--bg-card);
      border: 1px solid var(--border-color);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-sm);
      overflow: hidden;
      display: grid;
      grid-template-columns: 1fr;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .spot-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-md);
    }

    @media (min-width: 768px) {
      .spot-card {
        grid-template-columns: 1fr 340px;
      }
      .spot-card:nth-child(even) {
        grid-template-columns: 340px 1fr;
      }
      .spot-card:nth-child(even) .spot-image-wrapper {
        order: -1;
      }
    }

    @media (min-width: 992px) {
      .spot-card {
        grid-template-columns: 1fr 400px;
      }
      .spot-card:nth-child(even) {
        grid-template-columns: 400px 1fr;
      }
    }

    .spot-details {
      padding: 32px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .spot-header {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 14px;
    }

    .spot-number {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, #d4af37 0%, #aa820a 100%);
      color: #ffffff;
      font-family: var(--font-heading);
      font-weight: 700;
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      box-shadow: 0 4px 10px rgba(170, 130, 10, 0.25);
    }

    .spot-title {
      font-family: var(--font-heading);
      font-size: 1.65rem;
      font-weight: 700;
      color: var(--text-main);
      line-height: 1.2;
    }

    .spot-description {
      color: var(--text-muted);
      font-size: 1rem;
      line-height: 1.7;
    }

    .spot-image-wrapper {
      position: relative;
      min-height: 180px;
      overflow: hidden;
    }

    .spot-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
      border-radius: 20px;
    }

    .spot-card:hover .spot-image {
      transform: scale(1.04);

    }


    /* Form Styles */
    .form-group {
      margin-bottom: 5px;
    }

    .form-group label {
      display: block;
      font-size: 0.875rem;
      font-weight: 600;
      color: var(--text-main);
      margin-bottom: 5px;
    }

    .form-control {
      width: 100%;
      padding: 10px 16px;
      font-family: var(--font-body);
      font-size: 0.95rem;
      border: 1px solid #ccc;
      border-radius: 15px;
      background-color: #fafbf9;
      color: #333;
      transition: all 0.2s ease;
    }

    .form-control:focus {
      outline: none;
      background-color: #ffffff;
      border-color: var(--text-accent);
      box-shadow: 0 0 0 3px rgba(46, 90, 60, 0.1);
    }

    .form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    @media (max-width: 576px) {
      .form-row {
        grid-template-columns: 1fr;
      }
      .booking-card {
        padding: 24px;
      }
    }

    /* WhatsApp Button */
    .btn-whatsapp-submit {
      width: 100%;
      background-color: #25d366;
      color: #ffffff;
      border: none;
      padding: 16px;
      border-radius: var(--radius-badge);
      font-family: var(--font-body);
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
      transition: background-color 0.25s ease, transform 0.2s ease;
      margin-top: 10px;
    }

    .btn-whatsapp-submit:hover {
      background-color: #1ebc57;
      transform: translateY(-2px);
    }