* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

body {
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}


/* ================= HERO ================= */
.hero {
  position: relative;
  padding: 120px 8%;
  color: #fff;
  overflow: hidden;

  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0.65)
    ),
    url("./20231108_093323.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;  
}


.hero-footer {
    position: relative;
    width: 100%;
    height: 700px;
    background: url('https://images.unsplash.com/photo-1637846959991-18e54d6e2035?q=80&w=1931&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* gradient fade at the top */


.footer-text-box {
    position: relative;
    z-index: 3;
    margin-top: -40px;
}

.footer-heading {
    font-size: 55px;
    font-weight: 800;
    line-height: 1.15;
    color: #000;
    margin-bottom: 15px;
}

.footer-subtext {
    max-width: 650px;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
    opacity: 0.85;
    margin-bottom: 28px;
}

/* button */
.footer-btn {
    padding: 12px 35px;
    border-radius: 999px;
    border: none;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


    /* ===== FOOTER ===== */
    footer {
      background-color: #0a2540;
      color: white;
      padding: 3rem 2rem;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
    }

    .footer-col {
      flex: 1 1 200px;
      margin: 20px;
    }

    .footer-col h3 {
      color: #1abc9c;
      font-size: 18px;
      margin-bottom: 20px;
      border-bottom: 1px solid #1abc9c;
      padding-bottom: 10px;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
      color: white;
    }

    .footer-col ul li {
      padding: 6px 0;
      font-size: 15px;
      color: white;
    }

    .footer-col p {
      font-size: 15px;
      line-height: 1.6;
      color: white;
    }

    .footer-logo {
      width: 150px;
      margin-bottom: 15px;
    }

    footer a {
      color: #ffffff;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    footer a:hover {
      color: #1abc9c;
      text-decoration: underline;
    }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
  

      .hero-content h1 {
        font-size: 2rem;
      }

      .md\:px-24 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      .md\:grid-cols-2 {
        grid-template-columns: 1fr;
      }

      .text-4xl {
        font-size: 1.875rem;
      }

      .container {
        flex-direction: column;
        align-items: center;
      }

      .column {
        width: 100%;
        min-width: auto;
      }
    }

 

    /* ===============================================
   TABLET RESPONSIVE (≤ 1024px)
=============================================== */
@media (max-width: 1024px) {

  .hero-content h1 {
    font-size: 2.4rem;
  }

  .experience-header {
    padding: 30px 30px 10px;
    flex-direction: column;
    gap: 10px;
  }

  .exp-title {
    font-size: 32px;
    margin: 40px 30px 20px;
  }

  .exp-grid {
    grid-template-columns: 1fr;
    margin: 0 30px 40px;
  }

  .exp-grid img {
    height: 380px;
  }

  .row {
    flex-direction: column;
  }

  .left-title,
  .right-content {
    width: 100%;
  }

  .image-row {
    grid-template-columns: 1fr 1fr;
  }

  .image-row img {
    margin-left: 0;
  }

  .cards {
    gap: 40px;
    flex-wrap: wrap;
  }

  .icon-section {
    padding: 40px 30px;
    flex-wrap: wrap;
    gap: 30px;
  }

  .icon-box {
    width: 45%;
  }

  #page-safaris {
    padding: 40px 30px;
  }
}

/* ===============================================
   MOBILE RESPONSIVE (≤ 768px)
=============================================== */
@media (max-width: 768px) {

  

  /* HERO */
  .hero-content {
    padding: 15px;
  }

  .hero-content h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  /* EXPERIENCE */
  .experience-header h1 {
    font-size: 26px;
  }

  .see-all {
    font-size: 12px;
  }

  .exp-title {
    font-size: 26px;
    margin: 30px 20px;
  }

  .exp-grid {
    margin: 0 20px 40px;
  }

  .exp-grid img {
    height: 300px;
  }

  /* WHY CHOOSE US */
  .mid-row {
    width: 100%;
    margin-left: 0;
  }

  .right-content p {
    width: 100%;
  }

  .image-row {
    grid-template-columns: 1fr;
  }

  /* THAILAND SECTION */
  .bg-text {
    font-size: 90px;
    letter-spacing: 8px;
  }

  .cards {
    flex-direction: column;
  }

  .card.left,
  .card.right {
    transform: none;
  }

  /* ICON SECTION */
  .icon-box {
    width: 100%;
  }

  /* VALUES */
  .value-item {
    flex: 1 1 100%;
  }

  .value-item h2 {
    font-size: 26px;
  }

  /* PAGE 6 */
  .page6-content .main-title {
    font-size: 34px;
  }

  .page6-content .description {
    font-size: 16px;
  }

  /* EXPLORE GRID */
  .explore__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* CLIENT */
  .client__card img {
    max-width: 100%;
  }

  .client__content {
    transform: translateY(0);
  }

  /* FOOTER */
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-col {
    margin: 15px 0;
  }
}

/* ===============================================
   SMALL MOBILE (≤ 480px)
=============================================== */
@media (max-width: 480px) {


  .hero-content h1 {
    font-size: 1.6rem;
  }


  .exp-grid img {
    height: 240px;
  }

  .card.big,
  .card.small {
    width: 100%;
  }

  .card.big img,
  .card.small img {
    height: 220px;
  }

  .icon {
    font-size: 34px;
  }

  .page6-content .main-title {
    font-size: 28px;
  }
}

.hero-content {
  max-width: 900px;
}

.hero h1 {
  font-size: clamp(36px, 5vw, 56px);
  margin-bottom: 20px;
}

.hero-tagline {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 17px;
  opacity: 0.9;
}

.hero-cta {
  margin-top: 40px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ================= ABOUT BACKGROUND ================= */
.about {
  background:
    url("images/mountain-texture.png"),
    #ffffff;
  background-repeat: repeat;
  background-size: 320px;
}

/* ================= BUTTONS ================= */
.btn {
  padding: 14px 22px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.btn.primary {
  background: #fff;
  color: #111;
}

.btn.primary:hover {
  background: #eaeaea;
}

.btn.secondary {
  border: 1px solid #fff;
  color: #fff;
}

.btn.secondary:hover {
  background: rgba(255,255,255,0.1);
}

/* ================= SECTIONS ================= */
.section {
  padding: 100px 8%;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-label {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  margin-bottom: 12px;
}

.section h2 {
  font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 30px;
}

/* ================= SERVICES ================= */
.services {
  background-image:
    linear-gradient(
      rgba(255,255,255,0.96),
      rgba(255,255,255,0.96)
    ),
    url("images/services-bg.jpg");

  background-size: cover;
  background-position: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* ================= WHY US ================= */
.why-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.why-list li {
  padding-left: 22px;
  position: relative;
}

.why-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2c5364;
}

/* ================= PARTNERS ================= */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.partner-grid span {
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  background: #fff;
}

/* ================= CTA ================= */
.cta-section {
  position: relative;
  padding: 100px 8%;
  color: #fff;

  background-image:
    linear-gradient(
      rgba(0,0,0,0.75),
      rgba(0,0,0,0.75)
    ),
    url("images/cta-himalaya.jpg");

  background-size: cover;
  background-position: center;
}

.cta-box {
  max-width: 900px;
}

.cta-box h2 {
  margin-bottom: 16px;
}

.cta-actions {
  margin-top: 30px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ================= B2B FORM ================= */
.b2b-form form {
  max-width: 900px;
  margin-top: 40px;
}

.inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

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

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-width: 0;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.inquiry-form textarea {
  resize: vertical;
}

.inquiry-form button {
  width: fit-content;
}

/* ================= BROCHURE ================= */
.brochure {
  background: #f7f7f7;
}

.brochure-box {
  max-width: 900px;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .hero {
    padding: 80px 6%;
    background-position: center top;
  }

  .section,
  .cta-section {
    padding: 70px 6%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================= FOOTER ================= */
.site-footer {
  background: #0b2c3d;
  color: #ffffff;
  padding: 4.5rem 1.5rem 2rem;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
}

/* Columns */
.footer-col h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.footer-col h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-col p {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #d3e1ea;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.6rem;
}

.footer-col a {
  color: #d3e1ea;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: #ffffff;
}

/* Social */
.footer-social {
  margin-top: 0.8rem;
  display: flex;
  gap: 12px;
}

.footer-social a {
  font-size: 0.85rem;
  color: #ffffff;
}

/* Bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 3rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: #c6d7e1;
}

.footer-note {
  opacity: 0.8;
}

/* ================= MOBILE ================= */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
