/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
}

/* ================= TOP BAR ================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

/* NAV CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  height: 110px;
  width: auto;
}

/* MENU */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
  font-size: 14px;
}

/* ================= BODY OFFSET ================= */
body {
  padding-top: 155px;
}

/* ================= HERO ================= */
.tour-hero {
  height: 70vh; /* taller hero = premium look */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HERO CONTENT */
.hero-overlay {
  height: 100%;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.hero-overlay h1 {
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.hero-overlay p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}

/* ===== HEADER ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 110px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
}
body {
  padding-top: 155px;
}

.cards {
  background:   goldenrod;
  padding: 50px;
  color: white;
  text-align: center;
}

.card-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.card {
  background: white;
  color: black;
  padding: 20px;
  width: 250px;
}

.card img {
  width: 100%;
}

.card button {
  margin: 5px;
  padding: 10px;
  background:  goldenrod;
  color: white;
  border: none;
  cursor: pointer;
}

.footer {
  background:  goldenrod;
  color: white;
  display: flex;
  justify-content: space-around;
  padding: 40px;
}

.footer a {
  display: block;
  color: white;
  text-decoration: none;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

/* MOBILE */
/* ===== HEADER ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 110px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
}
body {
  padding-top: 155px;
}


/* ================= RESET ================= */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
}

/* ================= TOP BAR ================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

/* NAV CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  height: 110px;
  width: auto;
}

/* MENU */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
  font-size: 14px;
}

/* ================= BODY OFFSET ================= */
body {
  padding-top: 155px;
}


/* ================= HERO ================= */
.tour-hero {
  height: 70vh; /* taller hero = premium look */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HERO CONTENT */
.tour-hero-overlay {
  height: 100%;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.tour-hero-overlay h1 {
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.tour-hero-overlay p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}

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

  .logo {
    height: 70px;
  }

  .nav-container {
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-links a {
    font-size: 13px;
  }

  body {
    padding-top: 170px;
  }
}

/*--------About----------*/
/* ================= RESET ================= */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
}

/* ================= TOP BAR ================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

/* NAV CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  height: 110px;
  width: auto;
}

/* MENU */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
  font-size: 14px;
}

/* ================= BODY OFFSET ================= */
body {
  padding-top: 155px;
}

/* ================= HERO ================= */
.tour-hero {
  height: 70vh; /* taller hero = premium look */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HERO CONTENT */
.tour-hero-overlay {
  height: 100%;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.tour-hero-overlay h1 {
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.tour-hero-overlay p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}
/* ===== HEADER ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 110px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
}
body {
  padding-top: 155px;
}

/* ---------- CONTACT INFO ---------- */
.contact-info {
  display: flex;
  justify-content: space-around;
  padding: 40px;
  background: #f7f7f7;
}

.info-box {
  background: white;
  padding: 20px;
  width: 30%;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ---------- CONTACT FORM + MAP ---------- */
.contact-section {
  display: flex;
  padding: 40px;
  gap: 30px;
}

.contact-form {
  width: 50%;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.contact-form button {
  background: #f5b000;
  padding: 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

.contact-map {
  width: 50%;
}

/* ================= WHY CHOOSE US ================= */
.why-choose-us {
  background: #ffffff;
  color: black;
  padding: 80px 20px;
  text-align: center;
}

.why-choose-us h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.why-choose-us .subtitle {
  font-size: 16px;
  color: black;
  margin-bottom: 50px;
}

.choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: auto;
}

.choose-box {
  padding: 30px 20px;
}

.choose-box img {
  width: 70px;
  margin-bottom: 20px;
}

.choose-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.choose-box p {
  font-size: 15px;
  color: black;
  line-height: 1.6;
}


/* ================= FOOTER ================= */

.site-footer {
  background:   goldenrod;
  color: #ffffff;
  padding: 60px 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ONLY 3 COLUMNS */
  gap: 40px;
}

.footer-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #e6e6e6;
}

.footer-box a {
  color: #ffffff;
  text-decoration: none;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a::before {
  content: "› ";
  font-weight: bold;
  color: #ffffff;
}

/* COPYRIGHT */
.footer-bottom {
  margin-top: 40px;
  padding: 15px;
  background:   goldenrod;
  text-align: center;
  font-size: 14px;
}
/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

  /* HEADER FIX */
  body {
    padding-top: 165px; /* prevents content hiding under fixed header */
  }

  .nav-container {
    flex-direction: column;
    gap: 10px;
  }

  .logo {
    height: 80px; /* smaller logo on mobile */
  }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }

  /* CONTACT INFO STACK */
  .contact-info {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .info-box {
    width: 100%;
  }

  /* CONTACT FORM + MAP STACK */
  .contact-section {
    flex-direction: column;
    padding: 20px;
  }

  .contact-form,
  .contact-map {
    width: 100%;
  }

  iframe {
    width: 100%;
    height: 300px;
  }

  /* FOOTER STACK */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links li {
    text-align: center;
  }
}


/* ================= RESPONSIVE ================= */
/* ===== HEADER ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 110px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
}
body {
  padding-top: 155px;
}


/* ================= FINAL HEADER ALIGNMENT (CLEAN) ================= */

/* Remove browser gap */

html, body {
  margin: 0;
  padding: 0;
}

/* TOP BAR */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background:   goldenrod;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 10000;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  z-index: 9999;
}

/* SPACE FOR HEADER */
body {
  padding-top: 135px;
}

/* NAV CONTENT */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 25px;
  display: flex;
  align-items: center;
}

/* LOGO */
.logo {
  height: 120px;
  width: auto;
  object-fit: contain;
}

/* MENU */
.nav-links {
  margin-left: auto;
  display: flex;
  gap: 26px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color:   goldenrod;
}

.nav-links a.active {
  border-bottom: 2px solid  goldenrod;
}

/* MOBILE */
/* ===== HEADER ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 110px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
}
body {
  padding-top: 155px;
}


/* ABOUT SECTION */

/* ABOUT HERO IMAGE */

.about-hero {
  height: 70vh; /* taller hero = premium look */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HERO CONTENT */
.about-hero-overlay {
  height: 100%;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.about-hero-overlay h1 {
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.about-hero-overlay p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}

.page-section {
  max-width: 1200px;
  margin: auto;
  padding: 60px 20px;
}

.about-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.about-row.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
}

.about-text h1,
.about-text h2 {
  color: goldenrod;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
/* ================= FOUNDER SECTION ================= */
.founder-section {
  text-align: center;
  padding: 70px 20px;
  background: #ffffff;
}

.founder-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color:  goldenrod;
}

.founder-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.founder-card {
  display: inline-block;
  padding: 20px;
  border: 2px solid  goldenrod;
  border-radius: 16px;
  background: #f9f9f9;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.founder-card img {
  width: 260px;
  height: 340px;
  object-fit: cover;
  border-radius: 12px;
  border: 4px solid #ffffff;
}

.founder-card h3 {
  margin-top: 15px;
  font-size: 22px;
  color:   goldenrod;
}

.founder-card span {
  display: block;
  font-size: 15px;
  color: #777;
  margin-top: 4px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .founder-card img {
    width: 220px;
    height: 300px;
  }
}

/* ================= FOOTER ================= */

.site-footer {
  background:   goldenrod;
  color: #ffffff;
  padding: 60px 20px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ONLY 3 COLUMNS */
  gap: 40px;
}

.footer-box h3 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-box p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 8px;
  color: #e6e6e6;
}

.footer-box a {
  color: #ffffff;
  text-decoration: none;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a::before {
  content: "› ";
  font-weight: bold;
  color: #ffffff;
}

/* COPYRIGHT */
.footer-bottom {
  margin-top: 40px;
  padding: 15px;
  background:  goldenrod;
  text-align: center;
  font-size: 14px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .logo {
    height: 70px;
  }

  .nav-container {
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-links a {
    font-size: 13px;
  }

  body {
    padding-top: 170px;
  }
}

/* Very small screens */

/* MOBILE */
@media (max-width: 768px) {
  .logo {
    height: 62px;
  }

  body {
    padding-top: 115px;
  }

  .nav-links {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .logo {
    height: 65px;
  }
  body {
    padding-top: 115px;
  }
}
/* ================= RESET ================= */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
}

/* ================= TOP BAR ================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

/* NAV CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  height: 110px;
  width: auto;
}

/* MENU */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
  font-size: 14px;
}

/* ================= BODY OFFSET ================= */
body {
  padding-top: 155px;
}



/* ================= HERO ================= */
.cab-hero {
  height: 70vh; /* taller hero = premium look */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* HERO CONTENT */
.cab-hero-overlay {
  height: 100%;
  background: transparent;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.cab-hero-overlay h1 {
  font-size: 44px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.7);
}

.cab-hero-overlay p {
  max-width: 900px;
  font-size: 18px;
  line-height: 1.7;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.7);
}
/* VEHICLES */
.vehicle-section {
  background:   goldenrod;
  padding: 60px 20px;
  text-align: center;
}
.vehicle-section h2 { color: #fff; }
.subtitle { color: #ddd; margin-bottom: 40px; }

.vehicle-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
}

.vehicle-card {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}
.vehicle-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.vehicle-card h3 {
  color:   goldenrod;
  margin: 10px 0;
}
.vehicle-details {
  list-style: none;
  margin-bottom: 15px;
}
.vehicle-details li {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.vehicle-buttons a {
  display: block;
  margin-bottom: 8px;
  padding: 10px;
  background:   goldenrod;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.vehicle-buttons .whatsapp { background: #25d366; }
/* ================= CUSTOMER REVIEWS ================= */

.reviews {
  padding: 80px 20px;
  background: #f5f7fb;
  text-align: center;
}

.reviews h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color:   goldenrod;
}

.reviews-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* REVIEW GRID */
.review-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* BIGGER REVIEW CARD */
.review-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 260px;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.review-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.review-card h4 {
  color:   goldenrod;
  font-size: 17px;
  margin-bottom: 4px;
}

.review-card span {
  font-size: 14px;
  color: #777;
}

/*@media (max-width: 768px) {
  /* Smaller logo on mobile */
  .logo {
    height: 62px;
    flex-shrink: 0;
  }

  /* Keep flex-row but allow wrapping */
  .nav-container {
    flex-wrap: wrap;
    padding: 10px 15px;
    align-items: flex-start;
  }

  /* Menu takes remaining space and wraps */
  .nav-links {
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
    gap: 8px 10px;
    padding-left: 10px;
  }

  .nav-links li a {
    font-size: 12.5px;
    padding: 4px 6px;
  }

  /* Adjust body padding */
  body {
    padding-top: 160px;
  }

/* Very small screens */
@media (max-width: 768px) {

  .logo {
    height: 70px;
  }

  .nav-container {
    flex-direction: column;
    gap: 10px;
  }

  .nav-links {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-links a {
    font-size: 13px;
  }

  body {
    padding-top: 170px;
  }
}


/* FOOTER */
.footer {
  background:  goldenrod;
  color: #fff;
  text-align: center;
  padding: 20px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .vehicle-grid { grid-template-columns: repeat(2,1fr); }
  .review-container { grid-template-columns: 1fr; }
}

/* RESET */
/* ================= RESET ================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  width: 100%;
}

/* ================= TOP BAR ================= */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: goldenrod;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1000;
}

/* ================= NAVBAR ================= */
.navbar {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

/* NAV CONTAINER */
.nav-container {
  max-width: 1200px;
  margin: auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.logo {
  height: 110px;
  width: auto;
}

/* MENU */
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links a {
  text-decoration: none;
  font-weight: bold;
  color: goldenrod;
  font-size: 14px;
}

/* ================= BODY OFFSET ================= */
body {
  padding-top: 155px;
}

/*hero out ---*/
/* ================= OUTSTATION HERO ================= */
.outstation-hero {
  height: 70vh; /* Bigger hero */
  background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)
    ),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Premium effect */
}

/* HERO CONTENT */
.outstation-hero-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}

.outstation-hero-overlay h1 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.outstation-hero-overlay p {
  font-size: 18px;
  margin-top: 10px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}

.underline {
  width: 90px;
  height: 4px;
  background: #c89b3c;
  margin: 15px 0;
}


/* CARDS */
.outstation-section {
  padding: 60px 20px;
}

.outstation-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.outstation-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.outstation-card h3 {
  color: #c89b3c;
  margin-bottom: 10px;
}

.price {
  font-size: 18px;
  margin-bottom: 20px;
}

/* BUTTONS */
.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

button {
  padding: 10px 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  background:  goldenrod;
  color: #fff;
}

button.whatsapp {
  background: #25d366;
}

/* ================= CUSTOMER REVIEWS ================= */

.reviews {
  padding: 80px 20px;
  background: #f5f7fb;
  text-align: center;
}

.reviews h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color:  goldenrod;
}

.reviews-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* REVIEW GRID */
.review-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* BIGGER REVIEW CARD */
.review-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 260px;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.review-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.review-card h4 {
  color:   goldenrod;
  font-size: 17px;
  margin-bottom: 4px;
}

.review-card span {
  font-size: 14px;
  color: #777;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .review-container {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
  }
}


/* FOOTER */
.footer {
  background: goldenrod;
  color: #fff;
  text-align: center;
  padding: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .outstation-hero {
    height: 55vh;
    background-attachment: scroll;
  }

  .outstation-hero-overlay h1 {
    font-size: 28px;
  }

  .outstation-hero-overlay p {
    font-size: 15px;
  }
}

/* ================= EXPLORE OTHER SERVICES ================= */

.explore-services {
  background: goldenrod;
  padding: 60px 20px;
  text-align: center;
}

.explore-services h2 {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 40px;
}

.explore-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.explore-card {
  background: #ffffff;
  padding: 30px;
  position: relative;
  text-align: center;
  border-radius: 4px;
}

.explore-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.explore-card h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #000;
}

.explore-card h3 span {
  color: red;
  font-weight: bold;
}

/* OFFER BADGE */
.offer-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: red;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  line-height: 1.1;
}

/* VIEW BUTTON */
.view-btn {
  display: inline-block;
  padding: 10px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}
/* ================= MOBILE ADJUSTMENTS FOR CONTENT ================= */
@media (max-width: 768px) {
  /* Hero sections */
  .hero,
  .tour-hero,
  .cab-hero,
  .outstation-hero,
  .about-hero {
    min-height: 55vh;
  }

  .hero h1,
  .tour-hero-overlay h1,
  .cab-hero-overlay h1,
  .outstation-hero-overlay h1,
  .about-hero-overlay h1 {
    font-size: 28px;
  }

  .hero p,
  .tour-hero-overlay p,
  .cab-hero-overlay p,
  .outstation-hero-overlay p,
  .about-hero-overlay p {
    font-size: 15px;
  }

  /* Grids to single column */
  .tour-grid,
  .vehicle-grid,
  .outstation-grid,
  .review-container,
  .card-container {
    grid-template-columns: 1fr;
  }

  /* Footer to single column */
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
/* RESPONSIVE */
@media (max-width: 900px) {
  .explore-grid {
    grid-template-columns: 1fr;
  }
} 
@media (max-width: 900px) and (min-width: 769px) {
  .tour-grid,
  .vehicle-grid,
  .outstation-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}