body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
}
.hero h1 { font-size: 2.5rem; }
@media (min-width: 768px) {
  .hero h1 { font-size: 3.5rem; }
}

/* --- Our Adventures Section --- */
#services {
  background-color: #2d5a27;
}

.adventure-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  /* removed animation */
}

.adventure-card:hover {
  /* remove hover animation */
  transform: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* FIX: Make image display properly instead of full background */
.adventure-img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  border-bottom: 3px solid #2d5a27;
}

.adventure-content {
  padding: 20px;
  text-align: center;
  flex: 1;
}

.adventure-content h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #2b3d4f;
}

.adventure-content p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* Buttons — remove animation */
.adventure-content .btn {
  background-color: #2d5a27;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  transition: none !important;
}
.adventure-content .btn:hover {
  background-color: #2d5a27;
  transform: none !important;
}

.adventure-card.highlight-card {
  height: auto;        /* let content expand naturally */
  overflow: visible;   /* don’t clip button */
}


/* Responsive */
@media (max-width: 767px) {
  .adventure-img {
    height: 180px;
  }
  .adventure-content {
    padding: 15px;
  }
}

/* --- Cultural & Day Trips Section --- */
.parallax-section {
  position: relative;
  background: url('https://wallowingsafaris.com/assets/images/safari-background-bg.jpg') no-repeat center center / cover;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
  min-height: 500px;
  z-index: 0;
}

.parallax-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.parallax-section .container {
  position: relative;
  z-index: 2;
}

/* Experience cards — remove all animation */
.experience-card,
.experience-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  transform: none !important;
  transition: none !important;
}

.experience-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

.experience-card h4 {
  margin-top: 15px;
  font-weight: 600;
  color: #fff;
}

/* Button — remove animation */
.parallax-section .btn {
  background-color: #2d5a27;
  border: none;
  border-radius: 30px;
  padding: 12px 35px;
  font-size: 1.1rem;
  transition: none !important;
}
.parallax-section .btn:hover {
  background-color: #2d5a27;
  transform: none !important;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .parallax-section {
    background-attachment: scroll;
  }
  .experience-img {
    height: 180px;
  }
}

/* ------------------------------
   GLOBAL RESPONSIVE FRAMEWORK
   Applies to everything you build
--------------------------------*/

/* Make all images scale properly */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure sections always have breathing space */
section,
.container,
.row,
.col,
.parallax-section,
#services {
  width: 100%;
  box-sizing: border-box;
}

/* Default mobile layout: stack columns */
@media (max-width: 992px) {
  .row > [class*="col"] {
    margin-bottom: 20px;
  }
}

/* Improve spacing on mobile */
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }

  section {
    padding: 50px 15px !important;
  }

  h1, h2, h3, h4 {
    line-height: 1.3;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Cards go full width cleanly */
  .adventure-card,
  .experience-card {
    margin-left: auto;
    margin-right: auto;
  }

  /* Make big buttons easier to tap */
  .btn,
  .parallax-section .btn,
  .adventure-content .btn {
    padding: 14px 24px !important;
    font-size: 1rem !important;
  }

  /* Parallax fallback (mobile does not support fixed backgrounds) */
  .parallax-section {
    background-attachment: scroll !important;
  }
}

/* Extra small phones */
@media (max-width: 480px) {
  h1 {
    font-size: 1.7rem !important;
  }
  h2 {
    font-size: 1.4rem !important;
  }
  h3 {
    font-size: 1.2rem !important;
  }

  .parallax-section {
    padding: 60px 10px !important;
  }

  .experience-img,
  .adventure-img {
    height: 160px !important;
  }
}

/* === Highlight Section === */
.highlight-section {
  position: relative;
  background-color: #000; /* fallback */
  padding: 80px 0;
  color: #fff;
}

.highlight-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.highlight-section .container {
  position: relative;
  z-index: 2;
}

/* === Highlight Cards === */
.highlight-card {
  position: relative;
  height: 300px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Removed transition and hover scale */
}

/* Remove hover effect completely */
.highlight-card:hover {
  transform: none;
}

/* Optional: buttons inside cards behave normally, no hover effects */
.highlight-card .btn {
  transition: none !important;
}


/* === Overlay Content === */
.highlight-overlay {
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.highlight-overlay h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.highlight-overlay p {
  font-size: 1rem;
  margin-bottom: 15px;
}

/* Buttons inside overlay - static, no animation */
.highlight-overlay .btn {
  text-transform: uppercase;
  transition: none !important; /* ensures no hover animation */
  transform: none !important;
}

/* HERO BANNER */
.kili-landing-hero {
  background-size: cover !important;
  background-position: center!important;
  background-repeat: no-repeat !important;
  min-height: 45vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.kili-landing-hero .kili-overlay {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  max-width: 850px;
  padding: 20px 30px;
}

.kili-landing-hero h1 {
  font-weight: 700;
  font-size: 2.4rem;
}

.kili-landing-hero p {
  font-size: 1.2rem;
  margin-top: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
  .kili-landing-hero {
    min-height: 32vh;
  }
  .kili-landing-hero h1 {
    font-size: 1.8rem;
  }
  .kili-landing-hero p {
    font-size: 1rem;
  }
}

/* SIDEBAR + PAGE STYLE */
.trek-page .section-title {
  font-weight: 700;
  color: #2b3d4f;
}

.sidebar {
  background: #f8f9fa;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.sidebar h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.sidebar ul.quick-facts li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.day-plan li {
  margin-bottom: 6px;
}

/* ========== Wallowing Safaris — About Page Styles ========== */

/* hero / overlay reuse (matches existing site) */
.kili-landing-hero {
  min-height: 380px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kili-overlay {
  background: rgba(0,0,0,0.45);
  padding: 40px;
  border-radius: 8px;
}

/* about page container tweaks */
.about-page .lead-sm {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.6;
}
.section-title {
  font-size: 1.6rem;
  color: #2d5a27;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* values grid */
.values-grid .value-item {
  background: #fff;
  border-left: 4px solid #2d5a27;
  padding: 18px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.values-grid h5 {
  margin-bottom: 6px;
  color: #2d5a27;
}

/* team cards */
.team-grid .team-card {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}
.team-photo {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(45,90,39,0.08);
}

/* cta panel */
.cta-panel {
  background: linear-gradient(180deg, rgba(45,90,39,0.06), rgba(45,90,39,0.02));
  border: 1px solid rgba(45,90,39,0.08);
}
.cta-panel h4 { color: #213b1a; }
.cta-panel p { color: #3d3d3d; }

/* sidebar quick facts */
.sidebar .quick-facts {
  list-style: none;
  padding-left: 0;
  margin: 0 0 12px 0;
}
.sidebar .quick-facts li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.04);
  color: #333;
}
.sidebar .quick-facts li strong { color: #2d5a27; }

/* responsive */
@media (max-width: 991px) {
  .kili-overlay { padding: 26px; }
  .team-photo { width: 64px; height: 64px; }
}

@media (max-width: 575px) {
  .kili-landing-hero { min-height: 260px; padding: 30px 10px; }
  .section-title { font-size: 1.3rem; }
  .cta-panel { padding: 18px; }
}

/* ========== Contact Page Style ========== */

.contact-form .form-label {
  font-weight: 600;
  color: #2d5a27;
}

.contact-form .form-control {
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.contact-form .form-control:focus {
  border-color: #2d5a27;
  box-shadow: 0 0 6px rgba(45,90,39,0.3);
}

.contact-page .section-title {
  font-size: 1.7rem;
  color: #2d5a27;
  font-weight: 700;
}

.contact-page textarea {
  resize: vertical;
}

/* Sidebar consistency */
.sidebar h4 {
  color: #2d5a27;
  font-weight: 700;
}
.sidebar .quick-facts li {
  padding: 8px 0;
  border-bottom: 1px dashed rgba(0,0,0,0.08);
}

/* Make hero look polished */
.kili-landing-hero {
  min-height: 350px;
  background-size: cover;
  background-position: center;
}
.kili-overlay {
  background: rgba(0,0,0,0.45);
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form button {
    width: 100%;
  }
  .kili-landing-hero {
    min-height: 260px;
  }
}
