@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Poppins:wght@300;400;500;600&display=swap');

:root {
  --brand-green: #2d5016;
  --brand-green-light: #4a7c2c;
  --brand-orange: #ff6b35;
  --brand-dark: #0b131f;
  --bg-soft: #FFFDF9;
  --terracotta: #C75B39;
  --sand: #E8D5B7;
  --kente-gold: #D4A017;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: #FFFDF9;
  /* Mixed animal patterns - very subtle giraffe + leopard */
  background-image:
    url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4A017' fill-opacity='0.018'%3E%3Cellipse cx='25' cy='30' rx='15' ry='10'/%3E%3Cellipse cx='85' cy='20' rx='10' ry='7'/%3E%3Cellipse cx='55' cy='65' rx='18' ry='12'/%3E%3Cellipse cx='15' cy='90' rx='8' ry='5'/%3E%3Cellipse cx='100' cy='80' rx='12' ry='8'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23C75B39' fill-opacity='0.015'%3E%3Ccircle cx='20' cy='20' r='6'/%3E%3Ccircle cx='60' cy='25' r='4'/%3E%3Ccircle cx='40' cy='55' r='7'/%3E%3Ccircle cx='15' cy='65' r='3'/%3E%3Ccircle cx='70' cy='60' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #1e293b;
  line-height: 1.6;
  margin: 0;
  animation: fadeIn 0.8s ease-out;
}

/* AFRICAN HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: ' 🦒';
  font-size: 0.7em;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.75rem;
  color: var(--terracotta);
  font-weight: 700;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.section-label::before {
  content: '🐆';
  font-size: 1rem;
}

/* African Pattern Sections */
.section {
  position: relative;
  padding: 4rem 0;
}

.section.bg-light {
  background-color: #FFFDF9;
  background-image:
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4A017' fill-opacity='0.04'%3E%3Cellipse cx='20' cy='25' rx='12' ry='8'/%3E%3Cellipse cx='70' cy='15' rx='8' ry='5'/%3E%3Cellipse cx='45' cy='55' rx='14' ry='9'/%3E%3Cellipse cx='10' cy='75' rx='6' ry='4'/%3E%3Cellipse cx='85' cy='70' rx='10' ry='6'/%3E%3C/g%3E%3C/svg%3E");
}

.section.bg-white {
  background-color: #FFFCF7;
}

/* FADED AFRICAN PATTERNS - Giraffe & Leopard Only */

/* Light Giraffe Pattern */
.section.pattern-giraffe {
  background:
    linear-gradient(rgba(253, 249, 243, 0.5), rgba(253, 249, 243, 0.5)),
    url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4A017' fill-opacity='0.03'%3E%3Cellipse cx='20' cy='25' rx='14' ry='9'/%3E%3Cellipse cx='70' cy='15' rx='10' ry='6'/%3E%3Cellipse cx='45' cy='55' rx='16' ry='11'/%3E%3Cellipse cx='15' cy='75' rx='8' ry='5'/%3E%3Cellipse cx='80' cy='70' rx='12' ry='8'/%3E%3C/g%3E%3C/svg%3E"),
    #FFFDF9;
}

/* Light Leopard Pattern */
.section.pattern-leopard {
  background:
    linear-gradient(rgba(253, 251, 245, 0.5), rgba(253, 251, 245, 0.5)),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23C75B39' stroke-opacity='0.04' stroke-width='1.5'%3E%3Ccircle cx='15' cy='15' r='7'/%3E%3Ccircle cx='45' cy='20' r='5'/%3E%3Ccircle cx='30' cy='42' r='8'/%3E%3Ccircle cx='10' cy='50' r='4'/%3E%3Ccircle cx='50' cy='48' r='6'/%3E%3C/g%3E%3Cg fill='%23C75B39' fill-opacity='0.02'%3E%3Ccircle cx='15' cy='15' r='3'/%3E%3Ccircle cx='45' cy='20' r='2'/%3E%3Ccircle cx='30' cy='42' r='3.5'/%3E%3C/g%3E%3C/svg%3E"),
    #FFFCF8;
}

/* Alternate Giraffe - for variety */
.section.pattern-zebra,
.section.pattern-savannah {
  background:
    linear-gradient(rgba(250, 248, 242, 0.6), rgba(250, 248, 242, 0.6)),
    url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D4A017' fill-opacity='0.025'%3E%3Cellipse cx='18' cy='20' rx='11' ry='7'/%3E%3Cellipse cx='55' cy='12' rx='8' ry='5'/%3E%3Cellipse cx='38' cy='48' rx='13' ry='9'/%3E%3Cellipse cx='12' cy='62' rx='6' ry='4'/%3E%3Cellipse cx='68' cy='58' rx='10' ry='6'/%3E%3C/g%3E%3C/svg%3E"),
    #FEFCF7;
}

/* Alternate Leopard - for variety */
.section.pattern-kente {
  background:
    linear-gradient(rgba(255, 253, 248, 0.6), rgba(255, 253, 248, 0.6)),
    url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23D4A017' stroke-opacity='0.03' stroke-width='1.5'%3E%3Ccircle cx='18' cy='18' r='8'/%3E%3Ccircle cx='52' cy='22' r='6'/%3E%3Ccircle cx='35' cy='48' r='9'/%3E%3Ccircle cx='12' cy='55' r='5'/%3E%3Ccircle cx='58' cy='52' r='7'/%3E%3C/g%3E%3Cg fill='%23D4A017' fill-opacity='0.015'%3E%3Ccircle cx='18' cy='18' r='3.5'/%3E%3Ccircle cx='52' cy='22' r='2.5'/%3E%3Ccircle cx='35' cy='48' r='4'/%3E%3C/g%3E%3C/svg%3E"),
    #FFFDF9;
}

/* NAVBAR - International Centered Style */
.navbar {
  background: rgba(11, 19, 31, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  height: 50px;
  border-radius: 50%;
  background: white;
  padding: 2px;
}

.navbar-nav {
  gap: 0.25rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  transition: all 0.3s;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

/* BUTTONS */
.btn-brand {
  background: var(--brand-orange);
  border: none;
  color: white;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  transition: all 0.3s;
}

.btn-brand:hover {
  background: #e55a2b;
  color: white;
  transform: translateY(-1px);
}

.btn-outline-light {
  border-radius: 6px;
  font-weight: 500;
}

.btn-outline-brand {
  border: 2px solid var(--brand-orange);
  color: var(--brand-orange);
  background: transparent;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  border-radius: 6px;
  transition: all 0.3s;
}

.btn-outline-brand:hover {
  background: var(--brand-orange);
  color: white;
}

/* HERO - Full Background with Overlay */
.hero {
  position: relative;
  background: url('https://www.africakenyasafaris.com/wp-content/uploads/2023/10/Kenya-Mama-and-Baby-Lions.jpg') center/cover no-repeat fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(11, 19, 31, 0.8) 0%, rgba(45, 80, 22, 0.6) 100%);
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* BOOKING BAR */
.booking-bar-container {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 20px;
}

.booking-bar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: 4px solid var(--brand-orange);
}

.booking-bar .form-group {
  flex: 1;
  min-width: 180px;
}

.booking-bar label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #64748b;
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.booking-bar .form-control,
.booking-bar .form-select {
  border: 1px solid #e2e8f0;
  padding: 12px;
  font-weight: 500;
  color: var(--brand-dark);
  border-radius: 8px;
}

.booking-bar .btn {
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
}

/* BOOKING SECTION (Legacy) */
.booking-section {
  display: none;
}

.hero h1 {
  font-weight: 800;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero .lead {
  font-size: 1.2rem;
  opacity: 0.95;
  max-width: 600px;
}

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stat {
  text-align: center;
}

.hero-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand-orange);
}

.hero-stat-label {
  font-size: 0.85rem;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* BOOKING SECTION */
.booking-section {
  background: white;
  padding: 3rem 0;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.booking-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.booking-card h3 {
  color: var(--brand-dark);
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-green);
  box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1);
}

/* SECTIONS */
.section {
  padding: 4rem 0;
}

.section.bg-light {
  background: var(--bg-soft);
  background-image: var(--pattern-african);
}

.section.bg-white {
  background: white;
}

.animate-slide-up {
  animation: slideUp 0.8s ease-out forwards;
}

.delay-100 {
  animation-delay: 0.1s;
}

.delay-200 {
  animation-delay: 0.2s;
}

.delay-300 {
  animation-delay: 0.3s;
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--brand-orange);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.section-title {
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 1rem;
}

.section-subtitle {
  color: #64748b;
  max-width: 600px;
}

/* DESTINATION GRID */
.dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

/* DESTINATION CARDS */
.dest-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.dest-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.dest-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.dest-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.dest-card:hover .dest-card-img img {
  transform: scale(1.08);
}

.dest-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--brand-green);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dest-badge.beach {
  background: #0891b2;
}

.dest-badge.mountain {
  background: #7c3aed;
}

.dest-card-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.dest-card-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
}

.dest-card-text {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 1rem;
  flex: 1;
}

.dest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.dest-tag {
  background: rgba(45, 80, 22, 0.1);
  color: var(--brand-green);
  padding: 0.25rem 0.6rem;
  border-radius: 15px;
  font-size: 0.75rem;
  font-weight: 500;
}

.dest-card-link {
  color: var(--brand-orange);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}

.dest-card-link:hover {
  color: var(--brand-green);
}

/* FEATURE BOXES */
.feature-box {
  text-align: center;
  padding: 2rem 1.5rem;
  background: white;
  border-radius: 16px;
  height: 100%;
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.feature-box h3 {
  color: var(--brand-green);
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.feature-box p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

/* INFO CARDS */
.info-card {
  background: linear-gradient(135deg, var(--brand-green), var(--brand-green-light));
  color: white;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
}

.info-card h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.info-card p {
  opacity: 0.9;
  margin-bottom: 0;
}

/* TESTIMONIAL */
.testimonial-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #475569;
  margin-bottom: 1.5rem;
}

.testimonial-author {
  font-weight: 600;
  color: var(--brand-dark);
}

.testimonial-location {
  font-size: 0.85rem;
  color: #64748b;
}

/* CTA SECTION */
.cta-section {
  background: linear-gradient(135deg, var(--brand-dark) 0%, #1e3a5f 100%);
  color: white;
  padding: 4rem 0;
  text-align: center;
}

.cta-section h2 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-section p {
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* FOOTER */
footer {
  background: var(--brand-dark);
  color: #e2e8f0;
  padding: 3rem 0 1rem;
}

footer h5,
footer h6 {
  color: white;
  font-weight: 600;
}

footer a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s;
}

footer a:hover {
  color: var(--brand-orange);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
}

/* UTILITIES */
.rounded-3 {
  border-radius: 12px !important;
}

.rounded-4 {
  border-radius: 16px !important;
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero-stats {
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .booking-section {
    margin-top: 0;
  }
}

/* CHAT WIDGET */
.chat-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.chat-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  border: none;
  text-decoration: none;
}

.chat-btn:hover {
  transform: scale(1.1);
}

.chat-btn-whatsapp {
  background: #25D366;
  color: white;
  font-size: 32px;
}

.chat-btn-site {
  background: var(--brand-orange);
  color: white;
  font-size: 28px;
}

.chat-window {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: slideUp 0.3s ease-out;
}

.chat-window.active {
  display: flex;
}

.chat-header {
  background: var(--brand-dark);
  color: white;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  padding: 15px;
  height: 250px;
  overflow-y: auto;
  background: #f0f2f5;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-message {
  max-width: 80%;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 0.9rem;
}

.chat-message.received {
  background: white;
  align-self: flex-start;
  border-bottom-left-radius: 2px;
}

.chat-message.sent {
  background: var(--brand-green-light);
  color: white;
  align-self: flex-end;
  border-bottom-right-radius: 2px;
}

.chat-input-area {
  padding: 10px;
  border-top: 1px solid #eee;
  display: flex;
  gap: 10px;
}

.chat-input-area input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 15px;
  outline: none;
}

.chat-input-area button {
  background: var(--brand-green);
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}

/* ================================
   AFRICAN THEME ENHANCEMENTS
   ================================ */

/* African Color Variables */
:root {
  --terracotta: #C75B39;
  --sand: #E8D5B7;
  --forest: #2D5016;
  --kente-gold: #D4A017;
  --african-brown: #8B4513;
}

/* Page Hero for Inner Pages */
.page-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), center/cover no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

/* Booking Form Card */
.booking-form-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--brand-orange);
}

/* Sidebar Card */
.sidebar-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 30px;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e2e8f0;
}

.timeline-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.timeline-number {
  position: absolute;
  left: -30px;
  width: 24px;
  height: 24px;
  background: var(--brand-orange);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.timeline-content strong {
  display: block;
  color: var(--brand-dark);
}

/* Text Brand Color */
.text-brand {
  color: var(--brand-orange) !important;
}

/* African Pattern Background */
.african-pattern {
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23D4A017' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

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

@media (max-width: 991px) {
  .booking-bar {
    flex-direction: column;
  }

  .booking-bar .form-group {
    width: 100%;
  }

  .booking-bar .btn {
    width: 100%;
  }

  .page-hero {
    min-height: 200px;
  }

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

@media (max-width: 768px) {
  .hero {
    min-height: 100vh;
    padding-bottom: 150px;
  }

  .hero h1 {
    font-size: 1.75rem;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .booking-bar-container {
    position: relative;
    bottom: auto;
    padding: 20px;
    margin-top: -50px;
  }

  .section {
    padding: 2.5rem 0;
  }

  .dest-grid {
    grid-template-columns: 1fr;
  }

  .feature-box {
    margin-bottom: 1rem;
  }

  .info-card {
    margin-bottom: 1rem;
  }

  .testimonial-card {
    margin-bottom: 1rem;
  }

  .cta-section h2 {
    font-size: 1.5rem;
  }

  footer .row>div {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 576px) {
  .navbar-brand img {
    height: 40px;
  }

  .hero h1 {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .booking-form-card {
    padding: 1.25rem;
  }

  .sidebar-card {
    padding: 1rem;
  }
}

/* Tour Section Styling */
.tour-section {
  padding: 3rem 0;
}

.tour-category-label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: var(--brand-orange);
  font-weight: 700;
}

/* TOUR SECTION STYLING */
.tour-section {
  padding: 3rem 0;
  background: #FFFDF9;
  min-height: 80vh;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.tour-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.tour-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tour-card-body {
  padding: 1.25rem;
  flex: 1;
}

.tour-card-location {
  font-size: 0.75rem;
  color: var(--brand-orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.tour-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.tour-card-text {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.5;
}

.tour-card-footer {
  padding: 1rem 1.25rem;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
}

.tour-card-footer span {
  font-size: 0.8rem;
  color: #94a3b8;
}

/* Page Hero for Inner Pages */
.page-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 80px 20px;
}

.page-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .tour-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 200px;
    padding: 60px 15px;
  }

  .page-hero h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .page-hero p {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  .section {
    padding: 2.5rem 0;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* PARK CARDS */
.park-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.park-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.park-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.park-card-body {
  padding: 1.25rem;
}

.park-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-dark);
  margin-bottom: 0.5rem;
}

.park-card p {
  font-size: 0.85rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.park-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6b35, #D4A017);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

/* PARK MINI CARDS */
.park-mini-card {
  background: white;
  border-radius: 12px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  border-left: 4px solid var(--brand-orange);
}

.park-mini-card:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.park-icon {
  font-size: 1.5rem;
}

.park-mini-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: var(--brand-dark);
}

.park-mini-card p {
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0;
}

/* CONSERVANCY CARDS */
.conservancy-card {
  background: white;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  border-top: 3px solid #D4A017;
}

.conservancy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.conservancy-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
  color: #0b131f;
}

/* TIP CARDS */
.tip-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s;
}

.tip-card:hover {
  transform: translateY(-5px);
}

.tip-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.tip-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #0b131f;
  margin-bottom: 0.75rem;
}

.tip-card p {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0;
}