@font-face {
  font-family: Priestacy;
  src: url(Fonts/Priestacy.otf);
}

@font-face {
  font-family: Klavika;
  src: url(Fonts/klavika-light.otf);
}

@font-face {
  font-family: klavika-medium;
  src: url(Fonts/fonnts.com-Klavika_Basic_Medium.otf);
}

@font-face {
  font-family: klavika-bold;
  src: url(Fonts/fonnts.com-Klavika_Condensed_Bold.otf);
}

.page-wrapper {
  background-image: url(/assets/img/landing/saas-5/background.png);
}

/* Subtitle and cursive text */
.why-vre-subtitle {
  font-family: Priestacy;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin-bottom: 3rem;
  padding: 0 4% 4% 0%;
}

/* Main heading */
.vre-main-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  font-family: Klavika;
}

/* Marquee wrapper */
.vre-features-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  margin-bottom: 3rem;
  font-family: Klavika;
}

/* The scrolling features container */
.vre-features {
  display: inline-flex;
  gap: 1.5rem;
}
.vre-features-marquee-wrapper {
  overflow: hidden;
  position: relative;
}

.vre-slider-wrapper {
  overflow: hidden;
  padding: 2rem 0;
  max-width: 100%;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

/* Individual slide */
.swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

/* Feature boxes */
.feature-box {
  border: 1px solid #19191a;
  border-radius: 10px;
  padding: 1rem 1.2rem;
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  box-shadow: none;
  color: #0a0a0a;
  transition: all 0.3s ease;
  user-select: none;
  flex-shrink: 0;
  margin-bottom: 2%;
}
.feature-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.feature-circle img {
  object-fit: contain;
  width: 100%;
}

.feature-text {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}
.feature-text.active-text {
  font-weight: 600;
}
.feature-text.text-muted {
  color: #b0b0b0;
}

/* Static black strip container */
.vre-marquee-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-family: Klavika;
}

.vre-marquee-static {
  color: white;
  font-size: 1rem;
  white-space: nowrap;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .vre-features {
    gap: 1rem;
  }
  .feature-box {
    min-width: 220px;
  }
}

.hero-main {
  overflow: hidden;
}

.hero-halfcircle {
  z-index: 5;
}

.live-chat-box img {
  width: 75%;
  margin-left: -29%;
}

.video-session img {
  width: 129% !important;
  margin-bottom: -28%;
  margin-left: -30%;
}

.avatars-wrapper {
  position: relative;
  width: 250px;
  height: 200px;
  margin: 0 auto;
}

.avatar {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  object-fit: cover;
}

.avatar-1 {
  width: 40px;
  height: 40px;
  top: 0;
  left: -25%;
}

.avatar-2 {
  width: 50px;
  height: 50px;
  top: 45px;
  left: -24%;
}

.avatar-3 {
  width: 60px;
  height: 60px;
  top: 100px;
  left: -54px;
}

.avatar-4 {
  width: 50px;
  height: 50px;
  top: 8px;
  left: -5%;
}

.avatar-5 {
  width: 60px;
  height: 60px;
  top: 64px;
  left: 1%;
}
.avatar-6 {
  width: 66px;
  height: 66px;
  top: 130px;
  left: 2%;
}

.avatar-arrow {
  top: 100% !important;
  left: -70% !important;
  width: 53%;
  transform: scaleX(-1.9, 1.1) !important;
}
.avatar-text {
  font-family: Priestacy;
  font-size: 1.5rem;
  white-space: nowrap;
  right: 6%;
  top: 14%;
}

.streaming-label {
  position: absolute;
  top: 30%;
  left: 16%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
}

.arrow-img-my {
  width: 80px !important;
  height: auto !important;
  margin-bottom: 0.5rem;
}

.streaming-text {
  font-family: Priestacy;
  font-size: 1rem;
  white-space: nowrap;
}

/* Who we serve  */
.who-we-serve {
  background-image: url(images/saas-5/background.png);
}
.accordion-item {
  border-radius: 25px !important;
  overflow: hidden;
  color: #fff;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  background: linear-gradient(
    90deg,
    #f8e8f0 0%,
    #f6eef7 25%,
    #f3f1fa 50%,
    #f0f4fb 75%,
    #eef6fc 100%
  );
}

.accordion-header {
  width: 100%;
  padding: 14px 25px;
  background: linear-gradient(135deg, #7d7d7d, #b3b3b3, #7d7d7d);
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: klavika;
}

.accordion-header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.accordion-header .label {
  flex: 1;
  text-align: center;
  letter-spacing: 0.5px;
  font-family: klavika-medium;
  font-size: 1rem;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    #f8e8f0 0%,
    #f6eef7 25%,
    #f3f1fa 50%,
    #f0f4fb 75%,
    #eef6fc 100%
  );
  transition: max-height 0.4s ease, padding 0.3s;
  padding: 0 20px;
  color: black;
  font-family: klavika;
}

.accordion-content ul {
  margin: 15px 0;
  padding-left: 20px;
  text-align: left;
}

.accordion-header:hover {
  background: linear-gradient(135deg, #6c6c6c, #9e9e9e, #6c6c6c);
}
.accordion-item.active .accordion-header {
  background: linear-gradient(90deg, #bc1b8e, #405d90);
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  padding: 15px 20px;
}

.accordion-header .icon::before {
  content: "+";
  font-size: 1.5rem;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-header .icon::before {
  content: "−";
}

/* Section base */
.unlock-section {
  background-image: url(images/saas-5/background.png);
  padding: 60px 20px;
}

.unlock-title {
  font-family: "Priestacy", cursive;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding: 4%;
  margin-bottom: 40px;
}

.unlock-item {
  margin-bottom: 40px;
  transition: all 0.5s ease;
}

.unlock-heading {
  font-size: 2.3rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: klavika;
  transition: all 0.5s ease;
}

.unlock-bar {
  border-radius: 30px;
  font-size: 1.1rem;
  padding: 12px 40px;
  width: fit-content;
  margin: auto;
  color: #fff;
  transition: all 0.5s ease;
}

/* Color utility classes */
.gradient-text {
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gray-text {
  color: #6c6c6c;
}

.light-gray-text {
  color: #bdbdbd;
}

.black {
  background: #000;
}

.gray {
  background: #6c6c6c;
}

.light-gray {
  background: #bdbdbd;
}

/* For fade-out effect */
.fade-up {
  transform: translateY(-50px);
  opacity: 0;
  pointer-events: none;
}

/* Bars */
.unlock-bar {
  display: inline-block;
  padding: 4px 17px;
  border-radius: 25px;
  font-size: 1.3rem;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  font-family: klavika;
  width: 48%;
}

.unlock-bar.black {
  background: #000;
  color: #fff;
}

.unlock-bar.gray {
  background: #6c6c6c;
  color: #fff;
}

.unlock-bar.light-gray {
  background: #c0c0c0;
  color: #fff;
}

/* where to find us */
.find-us-section {
  background: linear-gradient(to right, #fdefff, #edf5ff);
  padding: 60px 20px;
  font-family: "Segoe UI", sans-serif;
}

.find-us-title {
  text-align: center;
  font-family: Priestacy;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding: 4%;
}

/* Office Blocks Layout */
.offices-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.office-block {
  width: 50%;
  min-width: 280px;
  text-align: left;
  position: relative;
  z-index: 2;
}

/* Office Content (Pin + Text) */
.office-content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20%;
  font-family: Klavika;
  margin-right: 36%;
}

.office-content-2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 22%;
  justify-content: end;
  font-family: Klavika;
  margin-left: 36%;
}

.location-pin {
  width: 17%;
  margin-top: 5px;
}

.office-text h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 13%;
}

.office-text p {
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  font-weight: 600;
}

.skyline-image {
  width: 133% !important;
  height: auto;
  margin-top: 90px;
  margin-left: -91px;
}

.plane-path {
  position: absolute;
  top: 10%;
  left: 1%;
  width: 70%;
  z-index: 1;
}

.plane-path img {
  width: 100%;
  height: auto;
}

.vre-cta-footer {
  background-image: url("images/saas-5/background.png");
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-block-glass {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  max-width: 800px;
  width: 100%;
  padding: 40px 30px;
}

.cta-text h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0;
  font-family: Priestacy;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding: 4% 0;
}

.cta-text p {
  font-size: 1.2rem;
  color: #787474;
  text-align: center;
  margin: 0;
  font-family: Klavika;
}

.cta-form {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  max-width: 600px;
}

.cta-form input {
  flex: 1;
  padding: 14px 20px;
  font-size: 1rem;
  border-radius: 50px;
  border: 1px solid #c2b5b5;
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
  color: #2a2626;
  backdrop-filter: blur(10px);
  font-family: Klavika;
}

.cta-form input::placeholder {
  color: #696666;
}

.cta-btn button {
  background-color: #ffffff;
  padding: 14px 24px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
  text-align: center;
  font-family: Klavika;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
}

.cta-form button:hover {
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .cta-block-glass {
    padding: 30px 20px;
  }

  .cta-text h2 {
    font-size: 2rem;
  }

  .cta-form {
    flex-direction: column;
    gap: 16px;
  }

  .cta-form button {
    width: 100%;
  }
}

.angled-marquee-section {
  position: relative;
  height: 6%;
  overflow: hidden;
  background-image: url(images/saas-5/background.png);
}

.marquee-wrapper {
  position: absolute;
  width: 100vw;
  height: 50px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
}

.top-marquee {
  bottom: 235px;
  background-color: #b52d8a;
  transform: rotate(-7deg);
  z-index: 2;
}

.bottom-marquee {
  bottom: 245px;
  background-color: #456bc8;
  transform: rotate(3.5deg);
  z-index: 1;
}

.marquee {
  display: flex;
  width: 200%;
  animation: scroll-left 15s linear infinite;
  animation-delay: -7.5s;
}

.marquee.reverse {
  animation: scroll-right 15s linear infinite;
  animation-delay: -7.5s;
}

/* The repeating content */
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  font-family: klavika, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding-right: 100px;
  color: white;
}

/* Keyframes */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.vre-features-marquee-wrapper {
  position: relative;
}

/* Fade Shadows Left & Right */
.vre-features-marquee-wrapper::before,
.vre-features-marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 396px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.vre-features-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #fdefff 65%, rgba(253, 239, 255, 0));
}

.vre-features-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #fdefff 65%, rgba(253, 239, 255, 0));
}


.watch-demo-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 187px;  /* same as circle */
  height: 187px;
  cursor: grab;
  user-select: none;
  z-index: 9999;
}

.watch-demo-button.dragging {
  cursor: grabbing;
}

.circle {
  width: 187px;
  height: 187px;
  background: radial-gradient(circle, white 35%, transparent 36%),
    linear-gradient(135deg, #bc60c653, #7a6ff03e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  position: relative;
}

.play-icon {
  width: 0px;
  height: 0px;
  border-left: 40px solid #bc1b8e;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: translateX(3px);
}

.watch-text {
  position: absolute;
  width: 100%;
  bottom: 20px; /* inside the circle near bottom */
  left: 0;
  font-family: Priestacy;
  font-size: 26px;
  color: #000;
  font-weight: 400;
  text-align: center;
  pointer-events: none; /* so clicking passes to button */
  user-select: none;
}

.watch-demo-button:hover .circle {
  transform: scale(1.05);
}


.gradient-heading {
  font-family: Priestacy;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding: 4%;
}

.step-label {
  font-style: italic;
  color: #837f896c;
  font-family: Priestacy;
  font-size: 30px;
  margin-bottom: 10px;
}

.step-title {
  font-family: Klavika;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.step-card {
  position: relative;
  height: 105px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay gradient & text styling */
.step-overlay {
  position: absolute;
  inset: 0;
  padding: 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Klavika;
  font-size: 1.2rem;
  text-align: center;
}

.socials a {
  background: #fff;
  border-radius: 50%;
  padding: 6px 13px;
  text-align: center;
}

.div-block-915 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  display: flex;
}
.text-block-229 {
  color: gray;
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.2;
}

.p-xs-start {
  margin-bottom: 24px;
  padding-top: 0;
}
.p-xs-start._20 {
  margin-bottom: 0;
}
.teaser-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.teaser-img._3 {
  z-index: 2;
  border-radius: 24px;
  height: auto;
}
.teaser-img._1 {
  z-index: 4;
  border-radius: 24px;
  height: auto;
}
.teaser-img._2 {
  z-index: 3;
  border-radius: 24px;
  height: auto;
}
.teaser-img._4 {
  z-index: 1;
  border-radius: 24px;
  height: auto;
}
.teaser-section {
  padding-top: 58px;
  padding-bottom: 0;
}
.heading-910 {
  font-family: Priestacy;
  font-size: 2.8rem;
  background: linear-gradient(#bc1b8e 35%, #4b7bce 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  padding: 0 4% 4% 0%;
}
.copy-small {
  color: gray;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.copy-small._15 {
  margin-bottom: 0;
}
.teaser-copy {
  max-width: 435px;
  padding-right: 0%;
}
.teaser-copy.auto {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.teaser-img-tablet-down {
  display: none;
}
.teaser-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  align-items: stretch;
  display: flex;
}
.teaser-column {
  width: 60%;
  display: block;
  position: relative;
}
.teaser-column.none {
  width: auto;
}
.p-teaser-img-wrap {
  height: 90vh;
  padding-top: 0;
  position: sticky;
  top: 16vh;
  overflow: hidden;
}
.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}
.title1 {
  margin-top: 8px;
  margin-bottom: 0;
  font-family: Helvetica-700, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
}
.title1._0rem {
  margin-top: 0;
}
.div-block-916 {
  justify-content: center;
  align-items: center;
  font-family: Helvetica-500, Arial, sans-serif;
  font-size: 42px;
  font-weight: 500;
  display: flex;
}
.text-span-135 {
  color: var(--v2-color--font-brand_clr);
}
.div-block-917 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}
.button-24 {
  color: var(--dark-salmon);
  background-color: #e4875d1a;
  border-radius: 8px;
  padding: 10px 24px;
  transition: all 0.2s;
}
.button-24:hover {
  background-color: #e4875d33;
}
.div-block-918 {
  height: 100vh;
  padding-top: 210px;
  position: sticky;
  top: 5vh;
}
.text-block-230 {
  z-index: 1;
  color: #444;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Helvetica-500, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.text-block-230.grey {
  color: silver;
}
.div-block-919 {
  background-color: #f4f4f4;
  border-radius: 12px;
  width: 2px;
  height: 88px;
}
.div-block-920 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.div-block-921 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}
.div-block-921._28 {
  margin-bottom: 0;
}
.text-block-231 {
  color: #ebeaea;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border-radius: 30px;
  padding: 8px 12px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.div-block-922 {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}
.div-block-923 {
  position: relative;
}
.link-block-38 {
  background-color: #e4875d1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  transition: all 0.2s;
  display: flex;
}
.link-block-38:hover {
  background-color: #e4875d33;
}
.image-277 {
  z-index: 2;
  width: 24px;
  position: relative;
}
.link-block-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}
.text-block-232 {
  z-index: 2;
  font-family: Helvetica-500, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.image-278 {
  width: 270px;
  position: absolute;
  inset: 129px auto auto 90px;
}
.image-279 {
  width: 268px;
  position: absolute;
  inset: 231px auto auto 91px;
}
.image-280 {
  width: 268px;
  position: absolute;
  inset: 250px 133px auto auto;
}
.image-281 {
  width: 39px;
}
.div-block-924 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 8px;
  display: flex;
  position: absolute;
  inset: auto -14px 52px auto;
}
.div-block-925 {
  position: relative;
}
.link-block-40 {
  cursor: pointer;
  border-radius: 24px;
  width: 100%;
  transition: all 0.2s;
  box-shadow: 0 6px 12px #3333421a;
}
.link-block-40:hover {
  box-shadow: 0 10px 20px #3333421a;
}
.image-282 {
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: clip;
}
.image-283,
.image-284,
.image-285 {
  object-fit: contain;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.lottie-animation-5 {
  z-index: 10;
  position: absolute;
  inset: -10px auto auto -20px;
}
.lottie-animation-6 {
  position: absolute;
  inset: 50px auto auto -30px;
}
.lottie-animation-7 {
  z-index: 5;
  position: absolute;
  inset: -25px auto auto -25px;
}

.inner-line {
  background-color: #000;
  background-image: linear-gradient(#444, #aaa);
  border-radius: 12px;
  width: 100%;
  height: 25%;
  position: relative;
}
.section-458 {
  padding-top: 120px;
  padding-bottom: 160px;
}

.ve-sections.mobile {
  display: none;
}
.div-block-927 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.teaser-img {
  background-color: #fff;
}

.step-card {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.animate-from-left {
  transform: translateX(-200px);
}

.animate-from-right {
  transform: translateX(200px);
}

.animate-from-bottom {
  transform: translateY(200px);
}

.animated {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.plane-path {
  display: inline-block;
  overflow: hidden;
}

.plane-path img {
  display: block;
  width: 100%;
  height: auto;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 2s ease-in-out;
}
.plane-path.reveal img {
  clip-path: inset(0 0 0 0);
}

@media screen and (max-width: 968px) {
  .navbar-container {
    scale: none;
  }
  .hero-main-head {
    font-size: 2rem !important;
    margin-top: 18%;
  }
  .rounded-pill {
    font-size: 13px !important;
  }
  .live-chat-box img {
    display: none !important;
  }
  .video-session img {
    width: 129% !important;
    margin-bottom: -105%;
    margin-left: -9%;
  }
  .avatar-text {
    right: -11%;
    top: -43%;
  }
  .avatar {
    display: none !important;
  }
  .streaming-label {
    top: 11% !important;
    left: 9% !important;
  }
  .streaming-label img {
    display: none !important;
  }
  .avatar-arrow {
    display: none !important;
  }
  .hero-halfcircle svg {
    height: 129px !important;
  }
  .vre-features-marquee-wrapper::before {
    display: none !important;
  }
  .vre-features-marquee-wrapper::after {
    display: none !important;
  }
  .div-block-918 {
    padding-top: 88px;
    height: auto;
  }
  .teaser-grid {
    flex-direction: column;
  }
  .div-block-920 {
    flex-flow: row;
    justify-content: space-evenly;
  }
  .div-block-919 {
    background-color: #f4f4f4;
    border-radius: 12px;
    width: 4px;
    height: 31px;
    rotate: 269deg;
  }
  .teaser-column {
    width: 100%;
  }
  .teaser-copy-wrap {
    height: 37vh;
  }
  .p-teaser-img-wrap {
    height: 35vh;
  }
  .teaser-img {
    height: 100%;
  }

  .step-overlay {
    padding: 2.5rem;
  }
  .unlock-bar {
    width: 100%;
  }
  .unlock-section {
    padding: 0px;
    height: 12% !important;
  }
  .top-marquee {
    bottom: 118px;
  }
  .bottom-marquee {
    bottom: 138px;
  }
  .office-block {
    width: 100%;
    text-align: center !important;
  }
  .response-office-block {
    magin-bottom: 27% !important;
  }
  .office-content {
    justify-content: center;
    text-align: center;
    margin: 0;
  }
  .location-pin {
    display: none;
  }
  .skyline-image {
    width: 100% !important;
    height: auto;
    margin: 0;
  }
  .plane-path img {
    display: none;
  }
  .office-content-2 {
    margin: 0;
    justify-content: center;
  }
  .circle {
    width: 130px;
    height: 130px;
  }
}
