/* ===============================================
   HOMEPAGE STYLES
   =============================================== */
html {
  scroll-behavior: smooth !important;
}

.hero {
  background: url("/assets/hompage_hero_section.jpg") center/cover no-repeat;
  color: #fff;
  text-align: left;
  padding: 80px 24px;
  position: relative;
  
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hero h1,
.hero .tagline,
.hero p,
.hero .cta {
  position: relative;
  max-width: 700px;
  margin: 0;
  padding-left: 24px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.cta {
  display: flex;
  justify-content: left;
  gap: 16px;
}

.tagline-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  margin: 24px 0;
}

.hero-welcome {
  font-family: 'Segoe UI', Roboto, sans-serif;
  font-size: 80px !important;
  font-weight: 700;
  color: #f4f1e8;
  margin-bottom: 0.5px !important;
  letter-spacing: 1px;
}

.hero-brand {
  font-family: Georgia, serif;
  font-size: 72px !important;
  font-weight: 900;
  font-style: italic;
  color: #f4f1e8;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.tag-btn {
  background-color: orange;
  color: #111;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* ===============================================
   WHY CHOOSE US SECTION
   =============================================== */

.why-choose {
  text-align: center;
  padding: 48px 24px;
}

.why-choose h2 {
  font-size: 36px;
  color: #0b5e4f;
  margin-bottom: 32px;
}

.why-choose .grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  text-align: center;
}

.feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}

.feature h3 {
  font-size: 20px;
  color: #0b5e4f;
  margin-bottom: 8px;
}

.feature p {
  font-size: 16px;
  color: #555;
}

.section-choose {
  padding: 48px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

/* ===============================================
   TOUR PACKAGES SECTION
   =============================================== */

.tour-packages {
  text-align: center;
  padding: 48px 24px;
  background-color: #f9f7f4;
}

.tour-packages h2 {
  font-size: 36px;
  color: #0b5e4f;
  margin-bottom: 12px;
}

.tour-packages .subheading {
  font-size: 18px;
  color: #555;
  margin-bottom: 24px;
}

.tour-packages .loading {
  font-size: 16px;
  color: #888;
  margin-bottom: 32px;
}

.cta_all_packages {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.tour-packages .btn.dark {
  background-color: #0b5e4f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.tour-packages .btn.dark:hover {
  background-color: #094c3e;
}
