.home #search_form_tabs {
  display: none !important;
}

.home .rt-search-customize .babe-search-form {
  border-radius: 16px !important;
  border-top: 0 !important;
  box-shadow: 0 22px 60px rgba(28, 39, 14, .2) !important;
}

.daftons-tour-search {
  display: grid;
  grid-template-columns: minmax(210px, .8fr) minmax(300px, 1.35fr) auto;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(28, 39, 14, .2);
}

.daftons-hero-search {
  text-align: center;
}

.daftons-hero-plan-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.daftons-hero-plan-link:hover {
  color: #e4bd62;
  border-color: #e4bd62;
}

.page-id-2878 .daftons-hero-plan-link {
  color: #34451c;
  border-color: #34451c;
}

.daftons-search-field {
  min-width: 0;
  padding: 4px 20px;
}

.daftons-search-field + .daftons-search-field {
  border-left: 1px solid #e4e7de;
}

.daftons-search-field label {
  display: block;
  margin: 0 0 1px 28px;
  text-align: left;
  color: #2a331e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.daftons-search-control {
  position: relative;
  display: flex;
  align-items: center;
}

.daftons-search-control > i:first-child {
  position: absolute;
  left: 0;
  z-index: 1;
  color: #657643;
  font-size: 17px;
  pointer-events: none;
}

.daftons-search-control select,
.daftons-search-control input {
  width: 100%;
  height: 38px;
  margin: 0;
  padding: 0 30px 0 28px;
  border: 0;
  outline: 0;
  color: #555e49;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 38px;
}

.daftons-search-control input {
  padding-right: 0;
}

.daftons-search-control select {
  appearance: none;
  -webkit-appearance: none;
  background-image: none !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.daftons-select-arrow {
  position: absolute;
  right: 4px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #7b8373;
  border-bottom: 2px solid #7b8373;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.daftons-search-submit {
  display: inline-flex;
  min-width: 155px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #34451c;
  font-size: 14px;
  font-weight: 800;
  transition: background .25s ease, transform .25s ease;
}

.daftons-search-submit:hover {
  color: #fff;
  background: #202b11;
  transform: translateY(-1px);
}

.home .elementor-element-ae45704 {
  padding-top: 96px !important;
  padding-bottom: 105px !important;
  background: #f5f6f1;
}

.home .elementor-element-fd97496 {
  padding-top: 100px !important;
  padding-bottom: 110px !important;
  background: #fff;
}

.home .elementor-element-fd97496 .elementor-heading-title {
  margin-bottom: 42px;
  color: #2a331e;
  font-size: clamp(34px, 4vw, 50px);
  text-align: center;
}

.home-destinations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.home-destination-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, #445a25, #202b11);
  box-shadow: 0 16px 42px rgba(52, 69, 28, .13);
}

.home-destination-card > a,
.home-tour-image {
  position: absolute;
  inset: 0;
  display: block;
}

.home-destination-card img,
.home-tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.home-destination-card picture,
.home-tour-image picture,
.home-about-image picture,
.home-signature-card > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-destination-card:hover img,
.home-tour-card:hover .home-tour-image img {
  transform: scale(1.06);
}

.home-card-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .32);
  background: radial-gradient(circle at 70% 20%, #647a3b, transparent 44%);
  font-size: 50px;
}

.home-destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 33, 13, .04), rgba(24, 33, 13, .92));
}

.home-destination-content {
  position: absolute;
  right: 28px;
  bottom: 25px;
  left: 28px;
  color: #fff;
}

.home-destination-content strong,
.home-destination-content small {
  display: block;
}

.home-destination-content strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.home-destination-content small {
  color: #e4bd62;
  font-size: 13px;
  font-weight: 700;
}

.home-card-arrow {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #34451c;
  background: #fff;
  transform: translateY(-8px);
  opacity: 0;
  transition: .3s ease;
}

.home-destination-card:hover .home-card-arrow {
  transform: translateY(0);
  opacity: 1;
}

.home-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-tour-card {
  overflow: hidden;
  border: 1px solid #e4e7de;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(52, 69, 28, .09);
  transition: transform .3s ease, box-shadow .3s ease;
}

.home-tour-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 55px rgba(52, 69, 28, .15);
}

.home-tour-image {
  position: relative;
  height: 255px;
  overflow: hidden;
  background: #34451c;
}

.home-tour-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #34451c;
  background: rgba(255, 255, 255, .92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-tour-content {
  padding: 24px;
}

.home-tour-location {
  display: block;
  min-height: 21px;
  margin-bottom: 9px;
  color: #596c36;
  font-size: 13px;
  font-weight: 700;
}

.home-tour-content h3 {
  min-height: 58px;
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 1.38;
}

.home-tour-content h3 a {
  color: #2a331e;
}

.home-tour-content h3 a:hover {
  color: #596c36;
}

.home-tour-footer {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #edf0e8;
}

.home-tour-price {
  color: #34451c;
  font-size: 18px;
  font-weight: 800;
}

.home-tour-price small {
  display: block;
  color: #7a8173;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-tour-link {
  display: flex;
  width: 43px;
  height: 43px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #34451c;
}

.home-tour-link:hover {
  color: #fff;
  background: #202b11;
}

.home-tours-actions {
  margin-top: 42px;
  text-align: center;
}

.home-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid #34451c;
  border-radius: 6px;
  color: #34451c;
  font-size: 14px;
  font-weight: 800;
}

.home-outline-button:hover {
  color: #fff;
  background: #34451c;
}

.home .elementor-element-d3c2827 {
  padding: 110px 0 !important;
  background: #f5f6f1;
}

.home-about {
  color: #5c6454;
}

.home-about-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  width: min(100% - 48px, 1290px);
  margin: 0 auto;
  align-items: center;
  gap: clamp(52px, 7vw, 100px);
}

.home-about-media {
  position: relative;
  min-height: 570px;
  padding: 0 54px 60px 0;
}

.home-about-image {
  overflow: hidden;
  border-radius: 20px;
  background: #dfe4d6;
  box-shadow: 0 22px 55px rgba(42, 51, 30, .17);
}

.home-about-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about-image-main {
  height: 510px;
}

.home-about-image-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 235px;
  border: 8px solid #f5f6f1;
  border-radius: 18px;
}

.home-about-experience {
  position: absolute;
  left: -18px;
  bottom: 35px;
  display: flex;
  width: 190px;
  min-height: 104px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background: #34451c;
  box-shadow: 0 16px 36px rgba(42, 51, 30, .25);
}

.home-about-experience strong {
  color: #e4bd62;
  font-size: 35px;
  line-height: 1;
}

.home-about-experience span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.home-about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #657643;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-about-eyebrow::before {
  width: 34px;
  height: 2px;
  background: #e4bd62;
  content: '';
}

.home-about-content h2 {
  margin-bottom: 24px;
  color: #2a331e;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.15;
}

.home-about-content p {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.75;
}

.home-about-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 31px;
  padding: 0;
  list-style: none;
}

.home-about-highlights li {
  display: flex;
  min-height: 98px;
  flex-direction: column;
  gap: 11px;
  padding: 17px;
  border: 1px solid #dde2d4;
  border-radius: 12px;
  color: #34451c;
  background: rgba(255, 255, 255, .62);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.home-about-highlights i {
  color: #9c7c2d;
  font-size: 20px;
}

.home-about-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.home-about-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 7px;
  color: #fff;
  background: #34451c;
  font-size: 14px;
  font-weight: 800;
}

.home-about-primary:hover {
  color: #fff;
  background: #202b11;
}

.home-about-secondary {
  color: #34451c;
  border-bottom: 1px solid #34451c;
  font-size: 14px;
  font-weight: 800;
}

.home .daftons-home-trust-section {
  padding: 105px 0 110px !important;
  background: #fff;
}

.home-trust {
  width: min(100% - 48px, 1290px);
  margin: 0 auto;
}

.home-trust-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
  gap: 75px;
  align-items: end;
  margin-bottom: 45px;
}

.home-trust-heading > span {
  grid-column: 1 / -1;
  margin-bottom: -58px;
  color: #657643;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-trust-heading h2 {
  margin: 0;
  color: #2a331e;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.15;
}

.home-trust-heading p {
  margin: 0 0 4px;
  color: #687061;
  font-size: 16px;
  line-height: 1.75;
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-trust-grid article {
  position: relative;
  min-height: 285px;
  padding: 34px;
  border: 1px solid #e1e5dc;
  border-radius: 16px;
  background: #f8f9f5;
}

.home-trust-grid article > i {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 36px;
  border-radius: 50%;
  color: #fff;
  background: #34451c;
  font-size: 18px;
}

.home-trust-grid article > span {
  position: absolute;
  top: 37px;
  right: 34px;
  color: #c5cbbd;
  font-size: 13px;
  font-weight: 800;
}

.home-trust-grid h3 {
  margin-bottom: 13px;
  color: #2a331e;
  font-size: 21px;
}

.home-trust-grid p {
  margin: 0;
  color: #71796a;
  font-size: 14px;
  line-height: 1.7;
}

.home-trust-action {
  margin-top: 34px;
  text-align: center;
}

.home-trust-action a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 7px;
  color: #fff;
  background: #34451c;
  font-size: 14px;
  font-weight: 800;
}

.home .daftons-home-stats-section {
  position: relative;
  overflow: hidden;
  padding: 105px 0 110px !important;
  background: #f5f6f1;
}

.home .daftons-home-stats-section::before {
  position: absolute;
  top: -170px;
  right: -120px;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(89, 108, 54, .06);
  border-radius: 50%;
  content: '';
}

.home-stats {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1290px);
  margin: 0 auto;
}

.home-stats-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 46px;
}

.home-stats-eyebrow {
  display: block;
  margin-bottom: 11px;
  color: #657643;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-stats-intro h2 {
  margin: 0;
  color: #2a331e;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.15;
}

@media (min-width: 992px) {
  .home-stats-intro h2 {
    font-size: 44px;
  }
}

.home-stats-intro > p {
  margin: 0 0 5px;
  padding-left: 25px;
  border-left: 2px solid #e4bd62;
  color: #66705e;
  font-size: 16px;
  line-height: 1.7;
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dfe4d7;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 20px 55px rgba(52, 69, 28, .1);
}

.home-stat-card {
  position: relative;
  min-height: 280px;
  padding: 34px 30px 30px;
}

.home-stat-card + .home-stat-card {
  border-left: 1px solid #e5e9e0;
}

.home-stat-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  border-radius: 12px;
  color: #34451c;
  background: #eef1e8;
  font-size: 19px;
}

.home-stat-card strong {
  display: block;
  margin-bottom: 8px;
  color: #34451c;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.home-stat-card h3 {
  margin-bottom: 10px;
  color: #2a331e;
  font-size: 17px;
  line-height: 1.35;
}

.home-stat-card p {
  margin: 0;
  color: #7a8173;
  font-size: 13px;
  line-height: 1.6;
}

.home-stat-card::after {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 3px;
  background: #e4bd62;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  content: '';
}

.home-stat-card:hover::after {
  transform: scaleX(1);
}

.home .daftons-home-signature-section {
  padding: 105px 0 110px !important;
  background: #202b11;
}

.home-signature {
  width: min(100% - 48px, 1290px);
  margin: 0 auto;
}

.home-signature-heading {
  max-width: 720px;
  margin: 0 auto 45px;
  text-align: center;
}

.home-signature-heading > span {
  display: inline-block;
  margin-bottom: 12px;
  color: #e4bd62;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-signature-heading h2 {
  margin-bottom: 17px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.15;
}

.home-signature-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.7;
}

.home-signature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.home-signature-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 20px;
  background: #34451c;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .24);
}

.home-signature-card > img,
.home-signature-card > picture,
.home-signature-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-signature-card > img,
.home-signature-card > picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s ease;
}

.home-signature-card:hover > img,
.home-signature-card:hover > picture img {
  transform: scale(1.045);
}

.home-signature-shade {
  background: linear-gradient(180deg, rgba(14, 19, 8, .06) 15%, rgba(14, 19, 8, .9) 88%);
}

.home-signature-content {
  position: absolute;
  right: 40px;
  bottom: 38px;
  left: 40px;
  color: #fff;
}

.home-signature-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #34451c;
  background: #e4bd62;
  font-size: 20px;
}

.home-signature-kicker {
  display: block;
  margin-bottom: 5px;
  color: #e4bd62;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-signature-content h3 {
  margin-bottom: 11px;
  color: #fff;
  font-size: 31px;
  line-height: 1.2;
}

.home-signature-content p {
  max-width: 500px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

.home-signature-content a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.home-signature-content a:hover {
  color: #e4bd62;
}

@media (max-width: 991px) {
  .daftons-tour-search {
    grid-template-columns: 1fr 1.25fr auto;
  }

  .daftons-search-submit {
    min-width: 70px;
    padding: 0 20px;
  }

  .daftons-search-submit span {
    display: none;
  }

  .home-destinations-grid,
  .home-tours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about-inner {
    grid-template-columns: 1fr;
  }

  .home-about-media {
    width: min(100%, 690px);
    margin: 0 auto;
  }

  .home-signature-card {
    min-height: 470px;
  }

  .home-stats-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-trust-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-trust-heading > span {
    grid-column: auto;
    margin-bottom: 0;
  }

  .home-stats-intro > p {
    max-width: 690px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-trust-grid {
    grid-template-columns: 1fr;
  }

  .home-trust-grid article {
    min-height: 0;
  }

  .home-stat-card:nth-child(3) {
    border-left: 0;
  }

  .home-stat-card:nth-child(n+3) {
    border-top: 1px solid #e5e9e0;
  }
}

@media (max-width: 575px) {
  .daftons-tour-search {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .daftons-search-field {
    padding: 10px 8px;
  }

  .daftons-search-field + .daftons-search-field {
    border-top: 1px solid #e4e7de;
    border-left: 0;
  }

  .daftons-search-submit {
    min-height: 52px;
  }

  .daftons-search-submit span {
    display: inline;
  }

  .home .elementor-element-ae45704,
  .home .elementor-element-fd97496 {
    padding-top: 70px !important;
    padding-bottom: 75px !important;
  }

  .home-destinations-grid,
  .home-tours-grid {
    grid-template-columns: 1fr;
  }

  .home-destination-card {
    min-height: 290px;
  }

  .home .elementor-element-d3c2827 {
    padding: 75px 0 !important;
  }

  .home-about-inner {
    width: min(100% - 32px, 1290px);
    gap: 46px;
  }

  .home-about-media {
    min-height: 425px;
    padding: 0 28px 48px 0;
  }

  .home-about-image-main {
    height: 380px;
  }

  .home-about-image-accent {
    width: 52%;
    height: 165px;
    border-width: 5px;
  }

  .home-about-experience {
    left: -4px;
    bottom: 20px;
    width: 155px;
    min-height: 86px;
    padding: 13px;
  }

  .home-about-experience strong {
    font-size: 29px;
  }

  .home-about-content h2 {
    font-size: 32px;
  }

  .home-about-highlights {
    grid-template-columns: 1fr;
  }

  .home-about-highlights li {
    min-height: 0;
    flex-direction: row;
    align-items: center;
  }

  .home-about-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .home .daftons-home-signature-section {
    padding: 75px 0 80px !important;
  }

  .home-signature {
    width: min(100% - 32px, 1290px);
  }

  .home-signature-grid {
    grid-template-columns: 1fr;
  }

  .home-signature-card {
    min-height: 450px;
  }

  .home-signature-content {
    right: 25px;
    bottom: 26px;
    left: 25px;
  }

  .home-signature-content h3 {
    font-size: 27px;
  }

  .home .daftons-home-stats-section {
    padding: 75px 0 80px !important;
  }

  .home-stats {
    width: min(100% - 32px, 1290px);
  }

  .home-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-stat-card {
    min-height: 0;
    padding: 28px 25px 27px;
  }

  .home-stat-card + .home-stat-card {
    border-top: 1px solid #e5e9e0;
    border-left: 0;
  }

  .home-stat-card strong {
    font-size: 45px;
  }

  .home .daftons-home-trust-section {
    padding: 75px 0 80px !important;
  }

  .home-trust {
    width: min(100% - 32px, 1290px);
  }

  .home-trust-grid article {
    padding: 28px;
  }
}

/* Custom homepage hero */
.home .daftons-home-hero-section {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.home .daftons-home-hero-section > .elementor-container,
.home .daftons-home-hero-section .elementor-column,
.home .daftons-home-hero-section .elementor-widget-wrap,
.home .daftons-home-hero-section .elementor-widget,
.home .daftons-home-hero-section .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.daftons-home-hero {
  position: relative;
  display: flex;
  min-height: clamp(590px, 70vh, 720px);
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: #202b11;
}

.daftons-home-hero-slides,
.daftons-home-hero-slide,
.daftons-home-hero-slide picture,
.daftons-home-hero-slide img,
.daftons-home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.daftons-home-hero-slide {
  opacity: 0;
  animation: daftons-hero-fade 30s infinite;
}

.daftons-home-hero-slide-2 { animation-delay: 6s; }
.daftons-home-hero-slide-3 { animation-delay: 12s; }
.daftons-home-hero-slide-4 { animation-delay: 18s; }
.daftons-home-hero-slide-5 { animation-delay: 24s; }

.daftons-home-hero-slide picture {
  display: block;
}

.daftons-home-hero-slide img {
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  animation: daftons-hero-pan 24s infinite linear;
}

.daftons-home-hero-slide-1 img { object-position: center 50%; }
.daftons-home-hero-slide-2 img { object-position: center 56%; }
.daftons-home-hero-slide-3 img { object-position: center 50%; }
.daftons-home-hero-slide-4 img { object-position: center 50%; }
.daftons-home-hero-slide-5 img { object-position: center 50%; }

.daftons-home-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(10, 18, 6, .84) 0%, rgba(10, 18, 6, .58) 48%, rgba(10, 18, 6, .18) 80%), linear-gradient(0deg, rgba(10, 18, 6, .58), transparent 50%);
}

.daftons-home-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 1290px);
  margin: 0 auto;
  padding: 145px 0 48px;
}

.daftons-home-hero-copy {
  max-width: 720px;
  margin-bottom: 30px;
}

.daftons-home-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #f1ce78;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.daftons-home-hero-eyebrow::before {
  width: 38px;
  height: 2px;
  background: currentColor;
  content: '';
}

.daftons-home-hero h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(36px, 4.3vw, 60px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.04 !important;
}

.daftons-home-hero-copy p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.65;
}

.daftons-home-hero .daftons-hero-search {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 18px;
}

.daftons-home-hero .daftons-tour-search {
  width: min(100%, 980px);
}

.daftons-home-hero .daftons-hero-plan-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, .58);
  border-radius: 999px;
  color: #fff;
  background: rgba(32, 43, 17, .9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .2);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.daftons-home-hero .daftons-hero-plan-link:hover {
  color: #202b11;
  background: #f1ce78;
  border-color: #f1ce78;
}

@keyframes daftons-hero-fade {
  0% { opacity: 0; }
  4%, 18% { opacity: 1; }
  20%, 100% { opacity: 0; }
}

@keyframes daftons-hero-pan {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

/* Editorial trust layout, deliberately distinct from the stats grid. */
.home-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: clamp(45px, 7vw, 95px);
  align-items: stretch;
}

.home-trust-panel {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 68px);
  border-radius: 24px;
  color: rgba(255, 255, 255, .77);
  background: #293817;
  box-shadow: 0 24px 55px rgba(42, 51, 30, .16);
}

.home-trust-panel > span {
  margin-bottom: 18px;
  color: #f1ce78;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-trust-panel h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(34px, 3.7vw, 49px);
  line-height: 1.12;
}

.home-trust-panel p {
  margin: 0 0 31px;
  font-size: 16px;
  line-height: 1.75;
}

.home-trust-panel a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 13px 19px;
  border-radius: 7px;
  color: #293817;
  background: #f1ce78;
  font-size: 14px;
  font-weight: 800;
}

.home-trust-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-trust-list article {
  display: grid;
  grid-template-columns: 42px 54px minmax(0, 1fr);
  gap: 23px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid #dfe4d7;
}

.home-trust-list article:first-child {
  border-top: 1px solid #dfe4d7;
}

.home-trust-list article > span {
  padding-top: 13px;
  color: #9ca490;
  font-size: 12px;
  font-weight: 800;
}

.home-trust-list article > i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #34451c;
  background: #eef1e8;
  font-size: 19px;
}

.home-trust-list h3 {
  margin: 0 0 9px;
  color: #2a331e;
  font-size: 22px;
  line-height: 1.3;
}

.home-trust-list p {
  margin: 0;
  color: #71796a;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1050px) {
  .daftons-home-hero .daftons-hero-search {
    align-items: flex-start;
  }

  .daftons-home-hero .daftons-tour-search {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .daftons-home-hero {
    min-height: 680px;
  }

  .daftons-home-hero-inner {
    padding-top: 125px;
  }

  .home-trust-layout {
    grid-template-columns: 1fr;
  }

  .home-trust-panel {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .daftons-home-hero {
    min-height: 720px;
  }

  .daftons-home-hero-shade {
    background: linear-gradient(90deg, rgba(10, 18, 6, .84), rgba(10, 18, 6, .53)), linear-gradient(0deg, rgba(10, 18, 6, .68), transparent 58%);
  }

  .daftons-home-hero-inner {
    width: min(100% - 32px, 1290px);
    padding: 115px 0 32px;
  }

  .daftons-home-hero h1 {
    font-size: 36px;
    line-height: 1.06 !important;
  }

  .daftons-home-hero-copy {
    margin-bottom: 28px;
  }

  .daftons-home-hero .daftons-hero-plan-link {
    align-self: flex-start;
  }

  .home-trust-list article {
    grid-template-columns: 36px 48px minmax(0, 1fr);
    gap: 15px;
    padding: 27px 0;
  }

  .home-trust-list article > i {
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .daftons-home-hero-slide,
  .daftons-home-hero-slide img {
    animation: none;
  }

  .daftons-home-hero-slide-1 {
    opacity: 1;
  }
}
