/* Full Page Video Background */
.site-bg-video-wrapper {
  position: relative;
  min-height: 100vh;
}
.site-bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 0.25;
}
.site-bg-content {
  position: relative;
  z-index: 2;
}

body {
  background-color: #1d2939;
}

.timeline-circle-right {
  position: absolute;
  right: 24px;
  left: auto;
  margin-right: 0;
  margin-left: auto;
}

.timeline-circle-left {
  position: absolute;
  left: 24px;
  right: auto;
  margin-left: 0;
  margin-right: auto;
}

.timeline-line-fullwidth {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 1px;
  background: #dee2e6;
  transform: translateY(-50%);
  z-index: 0;
}
.bg-custom-gradient {
  background: linear-gradient(
    to right,
    rgba(71, 84, 103, 0.32),
    rgba(102, 112, 133, 0.32)
  );
}

.bg-custom-diagonal-gradient {
  background: linear-gradient(
    135deg,
    rgba(71, 84, 103) 0%,
    rgba(102, 112, 133) 100%
  );
}

body {
  font-family: "Inter", sans-serif;
}

.services li span {
  padding: 0.5rem 0;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.20);
  display: inline-block;
}

.border-custom {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.20);
}

.timeline-line {
  width: 100vw;
  height: 1px;
  background-color: #dee2e6;
  z-index: 0;
}

.timeline-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.nav-button {
  border-radius: 90px;
  border: 1px solid var(--Gray-300, #d0d5dd);
  background:
    linear-gradient(
      90deg,
      rgba(71, 84, 103, 0.59) 0%,
      rgba(102, 112, 133, 0.59) 100%
    ),
    rgba(255, 255, 255, 0.1);

  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
@media (max-width: 767px) {
  #footer-links li {
    border-bottom: 1px solid #dee2e6;
  }
}

.pill-overlap {
  padding-right: 3.5rem; /* make space for circle */
  overflow: visible;
}

.arrow-circle {
  height: 100%;
  aspect-ratio: 1 / 1;
  border: none; /* remove this */
  background: linear-gradient(
    90deg,
    rgba(71, 84, 103, 0.3) 0%,
    rgba(102, 112, 133, 0.3) 100%
  );
  backdrop-filter: blur(8px);
  border-radius: 50%;
  right: 0px;
  top: 0;
  transform: none;
}

.arrow-circle {
  box-shadow: 0 0 0 0.5px #fff;
}

.contact-btn {
  height: 60px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 75%;
}

.submit-btn {
  border: 1px solid var(--Gray-300, #d0d5dd);
  background:
    linear-gradient(
      90deg,
      rgba(71, 84, 103, 0.59) 0%,
      rgba(102, 112, 133, 0.59) 100%
    ),
    rgba(255, 255, 255, 0.1);
  /* Shadow/xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.color-muted{
  color: #98A2B3;

}

@media (max-width: 767px) {
  .contact-btn {
    width: 100%;
  }
}
