.elementor-10360 .elementor-element.elementor-element-7851c44{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10360 .elementor-element.elementor-element-7851c44.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-10360 .elementor-element.elementor-element-7851c44{--width:103.415%;}}/* Start custom CSS for html, class: .elementor-element-6a4df7b */:root{
  --text:#f5f1e8;
  --muted:rgba(245,241,232,.82);
  --accent:#c89b5c;
  --accent-dark:#a67a3f;
  --accent2:#fd4621;
  --line:rgba(255,255,255,.15);
}

*{box-sizing:border-box}
html,body{
  margin:0;
  height:100%;
  font-family:Inter,system-ui,sans-serif;
  background:#0b1310;
  color:var(--text);
}

.hero{
  position:relative;
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:40px 24px;
  overflow:hidden;
}

.hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.hero__overlay{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(253,70,33,.28), transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(60,110,80,.4), transparent 45%),
    linear-gradient(160deg, rgba(16,32,26,.85) 0%, rgba(11,19,16,.88) 60%, rgba(6,10,8,.92) 100%);
}

.hero__content{
  position:relative;
  z-index:1;
  width:min(1000px,100%);
  text-align:center;
}

.hero__eyebrow{
  display:inline-block;
  margin:0 0 20px;
  padding:10px 18px;
  border:1px solid rgba(253,70,33,.45);
  border-radius:999px;
  background:rgba(253,70,33,.12);
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:12px;
  color:var(--muted);
}

.hero h1{
  margin:0 0 20px;
  font-size:clamp(2.6rem,7vw,6rem);
  line-height:1.02;
  letter-spacing:-.03em;
  color:#fff;
}

.hero h1 span{color:var(--accent2)}

.hero__lead{
  margin:0 auto 36px;
  max-width:700px;
  font-size:clamp(1.05rem,1.6vw,1.3rem);
  line-height:1.8;
  color:var(--muted);
}

.hero__cta{
  display:flex;
  gap:16px;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom:44px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 30px;
  border-radius:999px;
  text-decoration:none;
  font-weight:700;
  font-size:1rem;
  transition:.25s ease;
}

.btn--primary{
  background:var(--accent2);
  color:#fff;
  box-shadow:0 14px 34px rgba(253,70,33,.35);
}

.btn--primary:hover{
  background:#e13a17;
  transform:translateY(-2px);
}

.btn--secondary{
  border:1.5px solid var(--line);
  color:#fff;
  background:rgba(255,255,255,.05);
}

.btn--secondary:hover{
  border-color:rgba(253,70,33,.6);
  background:rgba(253,70,33,.1);
}

.hero__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  width:min(720px,100%);
  margin:0 auto;
}

.hero__stat{
  padding:20px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.05);
}

.hero__stat strong{
  display:block;
  font-size:1.3rem;
  margin-bottom:6px;
  color:var(--accent2);
}

.hero__stat span{
  color:var(--muted);
  font-size:.95rem;
}

.tours{
  padding:100px 6vw;
  background:#0b1310;
  color:#f5f1e8;
}

.tours__head{
  text-align:center;
  max-width:640px;
  margin:0 auto 60px;
}

.tours__eyebrow{
  display:inline-block;
  margin:0 0 14px;
  padding:8px 16px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(245,241,232,.75);
}

.tours__head h2{
  margin:0 0 14px;
  font-size:clamp(2rem,4vw,3rem);
  color:#fff;
  letter-spacing:-.02em;
}

.tours__head p{
  margin:0;
  color:rgba(245,241,232,.75);
  line-height:1.7;
}

.tours__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  max-width:1200px;
  margin:0 auto;
}

.tour-card{
  padding:32px 28px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  display:flex;
  flex-direction:column;
  transition:.25s ease;
}

.tour-card:hover{
  transform:translateY(-6px);
  border-color:rgba(200,155,92,.4);
  background:linear-gradient(160deg, rgba(200,155,92,.08), rgba(255,255,255,.02));
}

.tour-card__badge{
  display:inline-block;
  margin-bottom:18px;
  padding:6px 14px;
  border-radius:999px;
  background:rgba(253,70,33,.15);
  color:#fd4621;
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  width:fit-content;
}

.tour-card h3{
  margin:0 0 12px;
  font-size:1.5rem;
  color:#fff;
}

.tour-card p{
  margin:0 0 22px;
  color:rgba(245,241,232,.75);
  line-height:1.7;
  flex-grow:1;
}

.tour-card__meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.1);
}

.tour-card__price{
  font-size:1.3rem;
  font-weight:700;
  color:#fff;
}

.tour-card__price span{
  font-size:.85rem;
  font-weight:400;
  color:rgba(245,241,232,.6);
}

.tour-card__link{
  color:#fd4621;
  text-decoration:none;
  font-weight:700;
  font-size:.95rem;
}

.tour-card__link:hover{
  text-decoration:underline;
}

.about{
  padding:100px 6vw;
  background:#0f1712;
  color:#f5f1e8;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}

.about__visual{
  border-radius:28px;
  min-height:420px;
  background:
    radial-gradient(circle at 30% 30%, rgba(253,70,33,.25), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(60,110,80,.35), transparent 50%),
    linear-gradient(160deg,#16261e,#0b1310);
  border:1px solid rgba(255,255,255,.1);
}

.about__eyeb/* End custom CSS */