.btn--red {
  font-weight: bold;
}

section.hero {
  padding-bottom: clamp(20px, 3vw, 45px);
}

section.hero .banner-wrapper {
  position: relative;
  height: 62vh;
  min-height: 420px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* padding-bottom: clamp(20px, 3vw, 45px); */
}

a {
  display: inline-block;
}

.banner-img {
  position: relative;
  height: 100%;
}

.banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55%;
  background-image: linear-gradient(180deg,
      transparent,
      rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.hero .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hero .inner {
  position: relative;
  padding: 20px;
  max-width: 900px;
  z-index: 10;
}

.inner-resp {
  background-color: var(--primary--color);
  color: #fff;
  padding: 20px 0 30px;
  align-items: center;
  text-align: left;
  display: none;
}

.hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.3;
}

p.lead {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
}

.hero .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero .inner {
  padding: 12px 20px;
  border-radius: 10px;
  /* backdrop-filter: blur(2px); */
  position: absolute;
}

p.lead {
  font-size: clamp(1rem, 2.5vw, 1.1rem);
  margin: 10px 0 18px;
  color: #fffddf;
}

.cta {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.new-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.new-btn:hover {
  background: var(--secondary--color);
  border-color: var(--secondary--color);
  transition: all 0.5s linear;
}

.new-btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.9);
  color: white;
}

/* .heading-new {
  color: var(--primary--color);
  font-size: 23px;
  margin-bottom: 12px;
  font-weight: 700;
} */



.tour-card h3,
.essentials h3,
.testimonials h3 {
  margin: 0 0 6px;
  color: var(--primary--color);
  font-size: 20px;
}

.trust-section {
  padding: clamp(25px, 3vw, 45px) 0;
  background-color: #fff;
}

.trust {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}

.trust-item {
  flex: 1;
  text-align: center;
  padding: 24px 20px;
  background-color: #fff7f5;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

.trust-num {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--primary--color);
  margin-bottom: 8px;
}

.trust-text {
  font-size: 0.95rem;
  color: #534d48;
  line-height: 1.6;
  margin: 0;
}



/* .trust-section p, */
.why-title-section p {
  color: #534d48;
  font-size: 15px;
  font-weight: 350;
  line-height: 1.4rem;
  text-align: justify;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin: 26px 0;
  margin-top: 26px;
}

.features .card,
.item {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 6px 20px rgba(16, 16, 16, 0.06);
}

.section-padding {
  padding: clamp(20px, 3vw, 45px) 0;
}

/* Section */
.why-section {

  background-color: #fff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Typography */
.section-title {
  color: var(--primary--color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-intro {
  font-size: 15px;
  line-height: 1.9;
  color: #534d48;
  /* max-width: 900px; */
  font-weight: 350;
}

/* Features grid */
.features,
.testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.feature-card,
.card {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(16, 16, 16, 0.06);
}

.feature-card img {
  margin-bottom: 16px;
}

.feature-title {
  margin: 0 0 16px;
  color: var(--primary--color);
  font-size: 1.26rem;

}

.feature-card p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #534d48;
  margin: 0;
}

.ugallery>a,
.feature-card,
.tour-card,
.testimonial {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  will-change: transform;
}

.ugallery>a {
  border-radius: 8px;
}

/* (only on devices that support hover) */
@media (hover: hover) {

  .ugallery>a:hover,
  .feature-card:hover,
  .tour-card:hover,
  .testimonial:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
      0 20px 40px rgba(0, 0, 0, 0.12),
      0 0 0 1px rgba(217, 168, 74, 0.35);
  }
}

/* tours */
.tours {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 18px;
  margin: 22px 0
}

/* .tour-card {
  display: flex;
  gap: 12px;
  align-items: flex-start
} */

.tour-card .tour-img {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;

}

.tour-card p {
  line-height: 1.5rem;
  margin-bottom: 15px;
}

.tour-img img,
.promise-img img {

  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px
}



.tour-card .btn--red {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.essentials {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 18px;
  margin: 10px 0 16px;
}

.infobox {
  background: #fff7f5;
  /*#fffddf; */
  padding: 16px;
  border-radius: 10px;
  /* display: flex;
  flex-direction: column; */
}

.infobox div {
  font-size: 15px;
  /* margin-top: 20px; */
  color: #534d48;
  font-weight: 350;
  /* background-color: #ffede8; */
  /* #faf7cc ; */
  /* padding: 16px; */
  border-radius: 5px;
  margin-top: auto;
  line-height: 1.6;
}

.essentials div>.card:first-child {
  margin-bottom: 15px;
}

.essentials div>.card {
  padding: 16px;
}

.essential-section p,
.essential-section li {
  font-size: 15px;
  line-height: 1.6;
  color: #534d48;
  font-weight: 350;
  margin: 7px 0;
}

.essential-section ul {
  margin: 10px;
}

/* testimonials */
.testimonials {
  margin: 22px 0
}

.testimonial {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(16, 16, 16, 0.05);
  margin-bottom: 12px
}

.testimonials h3 {
  margin: 20px 0 15px;
  font-size: 1.6rem;
}

.testimonial p {
  font-size: 16px;
  line-height: 1.6;
  color: #312e2b;
}

.testimonial>div {
  color: #534d48;
  margin-top: 10px;
  font-size: 14px;
}

.testimonials .caption {
  margin-top: 13px;
}

.promise-section p {
  color: #534d48;
  font-weight: 350;
}

.promise-section ul li {
  font-size: 15px;
  line-height: 1.4;
  color: #534d48;
  font-weight: 350;
  margin: 7px 0;
}

.promise-section .promise-text-content {
  width: 70%;
}

.promise-section ul {
  padding: 10px 15px 0;
}

.promise-section .card {
  display: flex;
  gap: 16px;
  /* align-items: center; */
}

.promise-section>div:nth-child(2) {
  width: 750px;
}

.promise-img {
  width: 30%;
}


.ugallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}

.ugallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}


.cta-large .container>div {
  background: linear-gradient(90deg, rgba(164, 30, 30, 0.96), rgba(217, 168, 74, 0.95));
  color: white;
  padding: 36px;
  border-radius: 12px;
  text-align: center;
  /* margin: 22px auto; */
}

.cta-large-text {
  margin-bottom: 20px;
  color: white;
}

.cta-large-text p {
  color: rgba(255, 255, 255, 0.95);
  ;
}

/* ************responsive****************** */
@media (max-width: 480px) {
  .tour-img img {
    height: 190px;
  }

  .feature-card {
    padding: 16px;
  }

  .tours {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

}

/* Responsive: stack on mobile */
@media (max-width: 769px) {
  .promise-section .promise-text-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .trust {
    flex-direction: column;
    gap: 16px;
  }

  .inner {
    display: none;
  }

  .inner-resp {
    display: block;
  }

  .inner-resp .btn--red {
    background: #a22941;
  }

  .inner-resp .btn--red:hover {
    background: var(--secondary--color);
    border-color: var(--secondary--color);
    transition: all 0.5s linear;
  }

  p.lead {
    line-height: 1.5;
  }

  .banner-img::before {
    display: none;
  }

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

  .trust-num {
    font-size: 1.35rem;
  }


}

@media (max-width: 520px) {
  .tour-card .tour-img {
    height: auto;
  }

  .new-btn {
    width: 100%;
  }

  .cta>a {
    text-align: center;
  }
  section.hero .banner-wrapper {
  position: relative;
  height: 45vh;}
}

@media (max-width: 768px) {
  .promise-section .card {
    flex-wrap: wrap;
  }

  .promise-section .card .promise-img {
    width: 100%;

  }
}

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

  .infobox {
    margin-top: 20px;
  }

  .ugallery {
    gap: 15px;
  }
}