
.elementor-element-tourhero01{
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.twostars-tours-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 90svh;
  max-height: 960px;
  overflow: hidden;
  background: #070b10;
}

.twostars-tours-hero__media,
.twostars-tours-hero__overlay,
.twostars-tours-hero__grain {
  position: absolute;
  inset: 0;
}

.twostars-tours-hero__media {
  z-index: 0;
}

.twostars-tours-hero__image,
.twostars-tours-hero__image--placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: twostarsHeroKenBurns 20s linear infinite alternate;
}

.twostars-tours-hero__image--placeholder {
  background: linear-gradient(135deg, #22364a 0%, #0d1824 100%);
}

.twostars-tours-hero__grain {
  z-index: 1;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  pointer-events: none;
}

.twostars-tours-hero__overlay {
  z-index: 2;
  background:
    linear-gradient(to top, rgba(7, 11, 16, calc(var(--twostars-tours-overlay-opacity, 0.54) + 0.28)) 0%, rgba(7, 11, 16, 0.46) 40%, rgba(7, 11, 16, 0.06) 100%),
    linear-gradient(to right, rgba(7, 11, 16, 0.62) 0%, rgba(7, 11, 16, 0) 54%),
    radial-gradient(circle at center, rgba(7, 11, 16, 0) 0%, rgba(7, 11, 16, 0.34) 100%);
}

.twostars-tours-hero__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 6% 8vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4rem;
}

.twostars-tours-hero__left {
  flex: 1.2;
}

.twostars-tours-hero__right {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.twostars-tours-hero__subtitle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 1.5rem;
  color: #d4a574;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.twostars-tours-hero__subtitle::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #d4a574;
}

.twostars-tours-hero__title {
  margin: 0 0 2.5rem;
  color: #f5ede0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 3.5rem);
  font-weight: 300;
  line-height: 1;
}

.twostars-tours-hero__title em {
  display: inline;
  color: #e8c49a;
  font-style: italic;
  font-weight: 300;
}

.twostars-tours-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.twostars-tours-hero__primary,
.twostars-tours-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.twostars-tours-hero__primary {
  padding: 1rem 2.2rem;
  background: #d4a574;
  border: 1px solid #d4a574;
  color: #070b10;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.twostars-tours-hero__primary:hover {
  background: transparent;
  color: #d4a574;
  transform: translateY(-3px);
}

.twostars-tours-hero__secondary {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(212, 165, 116, 0.4);
  color: #f5ede0;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.twostars-tours-hero__secondary:hover {
  color: #d4a574;
  border-color: #d4a574;
}

.twostars-tours-hero__description {
  max-width: 480px;
  margin: 0 0 4rem;
  color: rgba(245, 237, 224, 0.85);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  font-weight: 400;
  line-height: 1.8;
  text-align: right;
}

.twostars-tours-hero__stats {
  display: flex;
  gap: 3.5rem;
}

.twostars-tours-hero__stat {
  text-align: right;
}

.twostars-tours-hero__stat-value {
  display: block;
  color: #d4a574;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.twostars-tours-hero__stat-label {
  display: block;
  margin-top: 0.5rem;
  color: rgba(245, 237, 224, 0.5);
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: right;
  text-transform: uppercase;
}

.twostars-tours-hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
}

.twostars-tours-hero__scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  overflow: hidden;
  background: linear-gradient(to bottom, #d4a574, transparent);
}

.twostars-tours-hero__scroll-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f5ede0;
  animation: twostarsScrollLine 2s infinite;
}

@keyframes twostarsHeroKenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.15); }
}

@keyframes twostarsScrollLine {
  0% { transform: translateY(-100%); }
  50%, 100% { transform: translateY(100%); }
}

@media (max-width: 992px) {
  .twostars-tours-hero__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .twostars-tours-hero__right,
  .twostars-tours-hero__description,
  .twostars-tours-hero__stat,
  .twostars-tours-hero__stat-label {
    align-items: flex-start;
    text-align: left;
  }

  .twostars-tours-hero__stats {
    gap: 2rem;
  }
}

@media (max-width: 767px) {
  .twostars-tours-hero {
    max-height: none;
    min-height: 760px;
  }

  .twostars-tours-hero__content {
    padding: 0 1.5rem 6rem;
  }

  .twostars-tours-hero__actions {
    width: 100%;
  }

  .twostars-tours-hero__primary,
  .twostars-tours-hero__secondary {
    width: 100%;
  }

  .twostars-tours-hero__secondary {
    justify-content: flex-start;
  }

  .twostars-tours-hero__stats {
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
}

