.elementor-7 .elementor-element.elementor-element-eadda1b{--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;--overlay-opacity:0.5;}.elementor-7 .elementor-element.elementor-element-eadda1b::before, .elementor-7 .elementor-element.elementor-element-eadda1b > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-eadda1b > .e-con-inner > .elementor-background-video-container::before, .elementor-7 .elementor-element.elementor-element-eadda1b > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-eadda1b > .e-con-inner > .elementor-background-slideshow::before, .elementor-7 .elementor-element.elementor-element-eadda1b > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-c5c3154 */.tru-entrance-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(217, 178, 101, 0.18), transparent 34%),
    linear-gradient(135deg, #101820 0%, #172331 42%, #0d141c 100%);
  font-family: inherit;
  color: #ffffff;
}

.tru-entrance-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 24, 0.96) 0%, rgba(12, 20, 28, 0.82) 42%, rgba(12, 20, 28, 0.36) 100%);
  z-index: 1;
}

.tru-entrance-container {
  position: relative;
  z-index: 2;
  width: min(1180px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.tru-entrance-content {
  max-width: 560px;
}

.tru-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 15px;
  margin-bottom: 22px;
  border: 1px solid rgba(217, 178, 101, 0.42);
  border-radius: 999px;
  background: rgba(217, 178, 101, 0.08);
  color: #f4d08c;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tru-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9b265;
  box-shadow: 0 0 18px rgba(217, 178, 101, 0.85);
}

.tru-entrance-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.tru-entrance-content h1 span {
  display: block;
  color: #d9b265;
}

.tru-entrance-content p {
  margin: 24px 0 34px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.75;
  font-weight: 400;
}

.tru-continue-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 172px;
  padding: 15px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d9b265 0%, #f3d58f 100%);
  color: #111820;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 18px 45px rgba(217, 178, 101, 0.26);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.tru-continue-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(217, 178, 101, 0.36);
  filter: brightness(1.04);
  color: #111820;
}

.tru-continue-btn span {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.tru-continue-btn:hover span {
  transform: translateX(4px);
}

/* Premium Image Effect */
.tru-entrance-image-wrap {
  position: relative;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(217, 178, 101, 0.28);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 55px rgba(217, 178, 101, 0.14);
  isolation: isolate;
}

.tru-entrance-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 45%, rgba(10, 17, 24, 0.38) 100%),
    linear-gradient(90deg, rgba(10, 17, 24, 0.28), transparent 42%);
  pointer-events: none;
}

.tru-entrance-image-wrap::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -80%;
  width: 55%;
  height: 180%;
  z-index: 3;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.04) 35%,
    rgba(255, 255, 255, 0.22) 50%,
    rgba(217, 178, 101, 0.10) 58%,
    transparent 75%
  );
  transform: rotate(8deg);
  animation: truImageShine 6.5s ease-in-out infinite;
  pointer-events: none;
}

.tru-entrance-image {
  display: block;
  width: 100%;
  height: min(68vh, 620px);
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: contrast(1.05) saturate(0.96) brightness(0.92);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.tru-entrance-image-wrap:hover .tru-entrance-image {
  transform: scale(1.055);
  filter: contrast(1.08) saturate(1.02) brightness(0.98);
}

.tru-image-badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 5;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(16, 24, 32, 0.72);
  border: 1px solid rgba(217, 178, 101, 0.35);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #f3d58f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

@keyframes truImageShine {
  0% {
    left: -85%;
    opacity: 0;
  }

  18% {
    opacity: 0.75;
  }

  42% {
    left: 135%;
    opacity: 0;
  }

  100% {
    left: 135%;
    opacity: 0;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .tru-entrance-section {
    padding: 70px 0;
  }

  .tru-entrance-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tru-entrance-content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .tru-entrance-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .tru-entrance-image {
    height: 520px;
  }

  .tru-image-badge {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    white-space: nowrap;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .tru-entrance-section {
    min-height: 100vh;
    padding: 54px 0 38px;
    align-items: flex-start;
  }

  .tru-entrance-overlay {
    background:
      linear-gradient(180deg, rgba(10, 17, 24, 0.98) 0%, rgba(10, 17, 24, 0.88) 48%, rgba(10, 17, 24, 0.74) 100%);
  }

  .tru-entrance-container {
    width: min(92%, 430px);
    gap: 28px;
  }

  .tru-eyebrow {
    font-size: 11px;
    padding: 7px 13px;
    margin-bottom: 18px;
  }

  .tru-entrance-content {
    text-align: center;
  }

  .tru-entrance-content h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.06;
  }

  .tru-entrance-content p {
    margin: 18px auto 28px;
    font-size: 15px;
    line-height: 1.65;
  }

  .tru-continue-btn {
    width: 100%;
    max-width: 260px;
    padding: 15px 22px;
  }

  .tru-entrance-image-wrap {
    border-radius: 24px;
  }

  .tru-entrance-image {
    height: 360px;
    object-position: center;
  }

  .tru-image-badge {
    font-size: 12px;
    padding: 9px 13px;
    bottom: 16px;
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .tru-entrance-section {
    padding-top: 42px;
  }

  .tru-entrance-image {
    height: 310px;
  }

  .tru-image-badge {
    max-width: 88%;
    text-align: center;
  }
}/* End custom CSS */