.elementor-11 .elementor-element.elementor-element-0cd85fb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-255927d *//* Wizdomtribe Intro Section */

.wt-intro {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.18), transparent 35%),
    linear-gradient(135deg, #070707 0%, #111111 45%, #1c1710 100%);
  color: #ffffff;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.wt-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

.wt-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  width: 100%;
  text-align: center;
  animation: wtFadeUp 1s ease forwards;
}

.wt-eyebrow {
  margin: 0 0 14px;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #d4af37;
}

.wt-title {
  margin: 0;
  font-size: clamp(48px, 9vw, 112px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.055em;
  color: #ffffff;
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.18);
}

.wt-subtitle {
  max-width: 560px;
  margin: 24px auto 0;
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
}

.wt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 38px;
  min-width: 160px;
  height: 52px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(135deg, #d4af37, #f4df8f);
  color: #111111;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 14px 40px rgba(212, 175, 55, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.wt-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 55px rgba(212, 175, 55, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.wt-button:active {
  transform: translateY(-1px);
}

@keyframes wtFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Optimization */

@media (max-width: 767px) {
  .wt-intro {
    padding: 32px 18px;
  }

  .wt-subtitle {
    margin-top: 20px;
  }

  .wt-button {
    width: 100%;
    max-width: 240px;
    margin-top: 32px;
  }
}/* End custom CSS */