.hover\:underline:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .top-feature {
    order: 1;
  }
  .bottom-feature {
    order: 2;
  }
  .hide-mobile {
    display: none !important;
  }
  .lead {
    font-size: 0.85rem !important;
  }
  .fs-64 {
    font-size: 1.7rem !important;
  }
  .center-mobile {
    text-align: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 992px) {
  .pt-\[250px\] {
    padding-top: 250px;
  }
  .offset-rg-1 {
    margin-right: 8%;
    padding-left: 10px;
  }
  .hide-desktop {
    display: none !important;
  }
  .mt-desktop {
    margin-top: -3rem !important;
  }
}

@media screen and (max-width: 1399px) {
  #cta-webapp-bottom {
    margin-top: 10px !important;
    margin-left: 0 !important;
  }
}

.button-mini-text {
  font-weight: 400;
  font-size: 0.8rem;
  padding-left: 0.25rem;
}
.color-gray {
  color: gray;
}
.grecaptcha-badge {
  top: 195px !important;
  margin-right: -19px;
}
.widget a:hover {
  color: white !important;
}
.card-img-top-media {
  height: 245px !important;
}
.card-body-media {
  height: 270px !important;
}
@media (min-width: 768px) {
  .pr-md-8 {
    padding-right: 2rem !important;
  }
  .pl-md-8 {
    padding-left: 2rem !important;
  }
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%2360697b' d='M22.667 12.227c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0-4.787 4.72-4.72-4.72c-0.241-0.24-0.573-0.388-0.94-0.388s-0.699 0.148-0.94 0.388l0-0c-0.244 0.242-0.394 0.577-0.394 0.947s0.151 0.705 0.394 0.947l5.653 5.653c0.242 0.244 0.577 0.394 0.947 0.394s0.705-0.151 0.947-0.394l0-0 5.72-5.653c0.244-0.242 0.394-0.577 0.394-0.947s-0.151-0.705-0.394-0.947l-0-0z'%3E%3C/path%3E%3C/svg%3E");
}

.form-control {
  line-height: 1.7 !important;
}

#team-plan-thank-you {
  display: none;
}

#team-plan-thank-you-msg {
  display: none;
}

#team-plan-error {
  display: none;
}

#press-and-release-thank-you {
  display: none;
}

#press-and-release-thank-you-msg {
  display: none;
}

#press-and-release-error {
  display: none;
}

.request-demo-nav {
  background: #5e5df0;
  border-radius: 0.4rem;
  box-shadow: #5e5df0 0 8px 15px -10px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  margin-top: 0.5rem;
  &:hover {
    box-shadow: #5e5df0 0 10px 20px -10px;
  }
}

@media (min-width: 991px) {
  .request-demo-nav {
    background: #5e5df0;
    border-radius: 0.4rem;
    box-shadow: #5e5df0 0 8px 17px -10px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
    margin-top: 0;
    &:hover {
      box-shadow: #5e5df0 0 10px 22px -10px;
    }
  }
}

.swg-function {
  @media (min-width: 991px) {
    padding-left: 20%;
  }
}

#podcast-thank-you {
  display: none;
}

#podcast-thank-you-msg {
  display: none;
}

#podcast-error {
  display: none;
}

.highlighted-btn {
  background: #5e5df0 !important;
  box-shadow: #5e5df0 0 8px 15px -10px !important;
  border-color: #5e5df0 !important;
}

.bg-sqrx {
  background: #5e5df0 !important;
}

.text-sqrx {
  color: #5e5df0 !important;
}

.dark-page:not(.navbar-stick) .nav-link {
  color: white !important;
}

.dark-page:not(.navbar-stick) .hamburger {
  color: white !important;
}

.top-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10rem !important;
  height: 3.3rem !important;
}

.dark-page:not(.navbar-stick) .top-logo {
  background-image: url("/static/img/zwhite.svg");
}

.top-logo {
  background-image: url("/static/img/zblue.svg");
}

.swiper-button {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.bg-dark-purple {
  background: linear-gradient(135deg, #3a1c71 0%, #4c2885 100%);
}

/* Timeline Styles */
.timeline-container {
  position: relative;
  margin: 20px auto;
  padding: 20px 0;
  max-width: 1000px;
  margin-bottom: 0px;
}

.timeline-line {
  position: absolute;
  width: 2px;
  background-color: #6a4889;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 60px;
  min-height: 80px;
  display: flex;
}

.timeline-item.left {
  justify-content: flex-start;
}

.timeline-item.right {
  justify-content: flex-end;
}

.timeline-marker {
  position: absolute;
  width: 30px; /* Increase size to fit icons */
  height: 30px; /* Increase size to fit icons */
  background-color: white;
  border: 3px solid #605dba;
  border-radius: 50%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
  display: flex; /* Add this to center icon */
  align-items: center; /* Add this to center icon vertically */
  justify-content: center; /* Add this to center icon horizontally */
}

.timeline-content {
  width: 45%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.timeline-header {
  padding: 20px 25px 0;
}

.timeline-body {
  padding: 10px 25px 25px;
}

.timeline-content h3 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #3b4d63;
}

.timeline-content p {
  line-height: 1.6;
  color: #555;
  margin: 0;
}

.url-link {
  color: #605dba;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .timeline-content {
    width: 100%;
    text-align: center;
  }
  .timeline-marker {
    display: none;
  }
}

.modal-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;

  .info-item {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
  }
}
@media (max-width: 991px) {
  .modal-info-grid {
    grid-template-columns: 1fr;
  }
}
