body {
  font-family: "plus Jakarta Sans", sans-serif !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  flex: 1;
  margin-top: 2rem;
}

/*-------------------navbar--------------------*/
.navbar {
  height: 8rem;
  background-color: white;
  /*background-color:#212529;  */
}

.fa-compass {
  color: #fe424d;
  font-size: 2rem;
}

.nav-link {
  color: #222222 !important; /*overrighting the editing of our to the bootstrap*/
}

/*cards*/
.card {
  border: none !important;
  row-gap: 1rem !important;
  margin-top: 1.5rem !important;
}

.card-body p {
  text-align: justify;
}
.card-img-top {
  border-radius: 1rem !important;
  width: 100% !important;
  object-fit: cover !important;
}

.card-body {
  padding: 0 !important;
}

#map {
  width: 50%;
  height: 400px;
}

/* New, simple image rule */
.trek-img {
  width: 100%;
  height: 20rem;
  object-fit: cover;
  display: block;
}
*/

/*----------------------------footer-----------------------------*/
.footer-container {
  display: flex;
  flex-direction: column;
  height: 15rem;
  background-color: #ebebeb;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(30, 30, 30, 0.2);
  gap: 0.5rem;
  padding-bottom: 1rem;
  margin-top: auto; /* push footer to bottom when content is short */
  flex-shrink: 0; /* don't let footer shrink */
}

@media (max-width: 768px) {
  .footer-container {
    height: 38rem;
  }
}

.social-media {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 1rem;
}

/* -----------------------Category page: for hiking,trekking,wildlives and safari  --------------*/
/* .trek-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
.trek-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.trek-card .card-img-top {
  transform: translateY(-5px);
  height: 20rem;
  object-fit: cover;
}

.hero-slide {
  position: relative;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.25)
  );
}

.section-intro {
  max-width: 800px;
  margin: 0 auto;
}

.hero-carousel .carousel-item img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
} */


/*all category pages*/
.trip-card {
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.trip-card img {
  object-fit: cover;
  height: 220px;
}

.trip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.2rem 2.4rem rgba(15, 23, 42, 0.18);
}

.card-price {
  background: linear-gradient(135deg, #f5f7ff, #eef2ff);
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 0.35rem 0.9rem rgba(15, 23, 42, 0.06);
}

.card-price span.fw-semibold {
  font-size: 0.98rem;
}

.price-badge {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8 !important;
  border: 1px solid rgba(59, 130, 246, 0.35);
}

.trip-card .badge.bg-dark {
  letter-spacing: 0.06em;
  font-size: 0.7rem;
}

.trip-card .badge.bg-light {
  font-size: 0.7rem;
}


/* ----------------ABOUT PAGE STYLES ------------------------------------- */
.hero-about {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)),
    url("/aboutUsPg/hero4.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-about .badge-tag {
  letter-spacing: 0.08em;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #0d6efd;
}

.section-heading {
  font-weight: 700;
}

.icon-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.icon-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 110, 253, 0.08);
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.about-stats {
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  padding: 1.75rem 1.5rem;
}

.about-stats-item {
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 1rem 1.25rem;
  height: 100%;
}

.about-stats-number {
  font-size: 1.5rem;
  font-weight: 700;
}

.team-card {
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1.75rem 1.25rem 1.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.team-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
}

.cta-section {
  border-radius: 1.5rem;
  background: radial-gradient(circle at top left, #0d6efd, #0b5ed7);
}

@media (max-width: 767.98px) {
  .hero-about {
    min-height: 50vh;
    text-align: left;
  }
}

/*---------blog page --------------*/
.blog-hero {
  background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 60%);
}

.blog-hero-card {
  border-radius: 1.5rem;
}

.blog-card {
  border-radius: 1.5rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.blog-title-link:hover {
  color: #0d6efd;
}

.blog-sidebar .sidebar-link {
  text-decoration: none;
}

.blog-sidebar .sidebar-link:hover {
  text-decoration: underline;
}

/*blog/show page */
.blog-single-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.blog-single-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.blog-single-content p {
  line-height: 1.7;
  margin-bottom: 1rem;
}

.blog-single-content ul {
  margin-bottom: 1rem;
}

/* index page style */
.destination-card,
.category-card,
.packagePricing-card {
  border: 0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

/* HOVER LIFT EFFECT */
.destination-card:hover,
.category-card:hover,
.packagePricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* IMAGE ANIMATION */
.destination-card img,
.category-card img {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* IMAGE LIFT ON HOVER */
.destination-card:hover img,
.category-card:hover img {
  transform: scale(1.05);
}

/* HERO IMAGE HEIGHT */
.hero-carousel .carousel-item img {
  height: 70vh;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .hero-carousel .carousel-item img {
    height: 55vh;
  }
}


