.elementor-563 .elementor-element.elementor-element-6ba47b57{--display:flex;--margin-top:-150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-563 .elementor-element.elementor-element-dffaa05{--display:flex;--margin-top:188px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}body.elementor-page-563:not(.elementor-motion-effects-element-type-background), body.elementor-page-563 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-563 .elementor-element.elementor-element-6ba47b57{--margin-top:-230px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-563 .elementor-element.elementor-element-dffaa05{--margin-top:5px;--margin-bottom:1px;--margin-left:1px;--margin-right:1px;}}/* Start custom CSS for html, class: .elementor-element-2e33acac */.vr-contact-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: #09131f;
  background-image: url('https://vertexreliance.com/wp-content/uploads/2026/02/ChatGPT-Image-Feb-12-2026-09_30_26-PM.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 68% center;
}

.vr-contact-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 14, 25, 0.94) 0%,
      rgba(7, 18, 32, 0.88) 28%,
      rgba(9, 22, 38, 0.68) 54%,
      rgba(9, 22, 38, 0.42) 72%,
      rgba(9, 22, 38, 0.26) 100%
    ),
    linear-gradient(
      180deg,
      rgba(8, 18, 30, 0.18) 0%,
      rgba(8, 18, 30, 0.38) 100%
    );
}

.vr-contact-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(163, 186, 208, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 186, 208, 0.05) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.2) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.2) 100%);
  opacity: 0.4;
  pointer-events: none;
}

.vr-contact-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 148px 32px 108px;
}

.vr-contact-hero__content {
  max-width: 760px;
}

.vr-contact-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(56px, 7vw, 110px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.045em;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

@media (max-width: 1024px) {
  .vr-contact-hero {
    min-height: 82vh;
    background-position: 72% center;
  }

  .vr-contact-hero__container {
    padding: 128px 24px 90px;
  }

  .vr-contact-hero__title {
    font-size: clamp(44px, 7vw, 72px);
  }
}

@media (max-width: 767px) {
  .vr-contact-hero {
    min-height: 72svh;
    align-items: flex-end;
    background-position: 80% center;
  }

  .vr-contact-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(5, 14, 25, 0.16) 0%,
        rgba(6, 16, 28, 0.24) 20%,
        rgba(7, 18, 31, 0.44) 42%,
        rgba(7, 18, 31, 0.72) 66%,
        rgba(7, 18, 31, 0.92) 100%
      ),
      linear-gradient(
        90deg,
        rgba(7, 18, 31, 0.76) 0%,
        rgba(7, 18, 31, 0.42) 58%,
        rgba(7, 18, 31, 0.38) 100%
      );
  }

  .vr-contact-hero__grid {
    display: none;
  }

  .vr-contact-hero__container {
    padding: 120px 18px 24px;
  }

  .vr-contact-hero__content {
    max-width: 320px;
  }

  .vr-contact-hero__title {
    max-width: 320px;
    font-size: clamp(40px, 12vw, 56px);
  }
}/* End custom CSS */