.elementor-2138 .elementor-element.elementor-element-82e7e27{--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;--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-2138 .elementor-element.elementor-element-6483762{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e80e693 */.vora-gift-card {
  background: #fff;
  color: #071f36;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}

.vora-gift-image {
  position: relative;
  height: 235px;
  overflow: hidden;
}

.vora-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vora-gift-image span {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: #333;
  color: #fff;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.vora-gift-content {
  padding: 34px 26px 30px;
  text-align: center;
}

.vora-gift-content h3 {
  color: #071f36;
  font-size: 30px;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 24px;
}

.vora-gift-content p {
  color: #6f7782;
  font-size: 14px;
  line-height: 1.7;
  max-width: 310px;
  margin: 0 auto 26px;
}

.vora-gift-content p:after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #e2e2e2;
  margin: 18px auto 0;
}

.vora-gift-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.vora-price {
  font-size: 16px;
  color: #071f36;
}

.vora-select-btn {
  border: none;
  background: #00213a;
  color: #fff;
  border-radius: 999px;
  padding: 16px 30px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
}

.vora-options {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.vora-gift-card.active .vora-options {
  display: flex;
}

.vora-gift-card.active .vora-select-btn {
  font-size: 0;
}

.vora-gift-card.active .vora-select-btn:after {
  content: "Close";
  font-size: 12px;
}

.vora-options a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  padding: 16px 18px;
  color: #071f36;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .25s ease;
}

.vora-options a:hover {
  background: #00213a;
  color: #fff;
}

/* HERO SECTION */

.vora-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.vora-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .52;
  z-index: 0;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  filter:
    brightness(1.15)
    contrast(1.08)
    saturate(1.08);
}

.vora-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(180,135,255,.20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(0,220,180,.10), transparent 32%),
    rgba(0,0,0,.52);
  z-index: 1;
}

.vora-hero .vora-wrap {
  position: relative;
  z-index: 2;
}

/* CTA SECTION */

.vora-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.vora-cta-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .62;
  z-index: 0;
  filter:
    saturate(1.15)
    brightness(1.1)
    contrast(1.08);
}

.vora-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,.38),
      rgba(0,0,0,.55)
    );
  z-index: 1;
}

.vora-cta-content {
  position: relative;
  z-index: 2;
}

/* TABLET */

@media (max-width: 900px) {

  .vora-hero {
    min-height: 100vh;
    padding: 70px 0;
  }

  .vora-bg-video {
    opacity: .62;
  }

  .vora-bg-overlay {
    background:
      radial-gradient(circle at top right, rgba(180,135,255,.14), transparent 36%),
      radial-gradient(circle at bottom left, rgba(0,220,180,.08), transparent 34%),
      rgba(0,0,0,.42);
  }

}

/* MOBILE */

@media (max-width: 600px) {

  .vora-title {
    font-size: 46px;
    letter-spacing: -0.04em;
  }

  .vora-copy {
    font-size: 16px;
  }

  .vora-card {
    padding: 16px;
    border-radius: 24px;
  }

  .vora-gift-image {
    height: 210px;
  }

  .vora-gift-bottom {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .vora-select-btn,
  .vora-options a,
  .vora-btn {
    width: 100%;
  }

  .vora-section {
    padding: 70px 0;
  }

  .vora-hero {
    min-height: 100vh;
  }

  .vora-bg-video {
    opacity: .72;
    filter:
      brightness(1.28)
      contrast(1.08)
      saturate(1.12);
  }

  .vora-bg-overlay {
    background:
      radial-gradient(circle at top right, rgba(180,135,255,.12), transparent 38%),
      radial-gradient(circle at bottom left, rgba(0,220,180,.06), transparent 36%),
      rgba(0,0,0,.28);
  }

  .vora-cta-video {
    opacity: .68;
  }

  .vora-cta-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.34),
        rgba(0,0,0,.5)
      );
  }

}
/* MOBILE HEADER SPACING FIX */

@media (max-width: 768px) {

  .vora-hero {
    padding-top: 140px;
  }

  .vora-wrap {
    width: calc(100% - 40px);
  }

  .vora-eyebrow {
    margin-bottom: 14px;
  }

  .vora-title {
    margin-top: 0;
  }

}
/* FORCE MOBILE HERO SPACING BELOW HEADER */

@media (max-width: 768px) {

  section.vora-page .vora-hero {
    padding-top: 170px !important;
    padding-bottom: 70px !important;
  }

  section.vora-page .vora-wrap {
    width: calc(100% - 40px) !important;
  }

  section.vora-page .vora-grid {
    gap: 48px !important;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-82e7e27 */.vora-title {
  font-size: clamp(44px, 7vw, 88px);
  line-height: .92;
  margin: 0 0 24px;
  letter-spacing: -0.06em;
  color: #ffffff; /* ADD THIS */
}
.vora-cta h2 {
  color: #ffffff;
}
.vora-section h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 22px;
}
.vora-section h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.05em;
  margin: 0 0 22px;
  color: #ffffff;
}
.vora-title span {
  color: #bfa3ff;
}
.vora-feature h3 {
  font-size: 22px;
  margin: 0 0 12px;
  color: #ffffff;
}
.vora-step h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #ffffff;
}/* End custom CSS */