

@media screen and (max-width: 1524px) and (max-height: 860px) {
    .mac-screen{
        padding-bottom: 59px;
    }
  }

  @media screen and (min-width: 1280px) and (max-width: 1536px) {
    .media-query-col{
        grid-column-start: 8;
    }
  }
/* Styles for the phone input wrapper */
.phone-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Prefix styling */
.country-prefix {
  margin-right: 8px;
  font-weight: bold;
  color: #495057;
}

.react-international-phone-country-selector-button {
  padding: 20px 12px !important;
}

.react-international-phone-input {
  z-index: 10;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
}

.react-international-phone-input:active {
  border: 1px solid #07314C !important;
}

.react-international-phone-input:focus {
  border: 1px solid #07314C !important;
}

.select-year{
  padding: 12px 12px;
}

.invalid {
  color: rgb(220 38 38) !important;
  background: rgb(254 239 242) !important;
  border-color: rgb(223 28 65) !important;
}

.bg-gradient-radial-card-top-right {
  background-image: radial-gradient(circle at top right, #6AA9D2 -25%, #052133 40%, 100%);
}

.bg-gradient-radial-card-bottom-right {
  background-image: radial-gradient(circle at bottom right, #6AA9D2 -25%, #052133 35% , rgba(0,0,0,0) 100%)
}

.bg-gradient-radial-card-top-left {
  background-image: radial-gradient(circle at top left, #6AA9D2 -25%, #052133 35%, rgba(0,0,0,0) 100%);
}

.input-checkbox-radio {
  justify-content: start !important;
}

input[type="checkbox"] {
  width: 12px;
  height: 12px;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

select:focus {
  border-color: #052133; /* Focus border */
}

input[type="radio"] {
  all: unset; /* Resets all properties to the default */
  -webkit-appearance: radio; /* Ensures default radio appearance in WebKit browsers */
  -moz-appearance: radio; /* Ensures default radio appearance in Mozilla browsers */
}

input[type="radio"]:checked, input[type="checkbox"]:checked  {
  accent-color: #07314C;
}

.select-description p {
    --tw-text-opacity: 1;
    color: rgb(39 40 53 / var(--tw-text-opacity));
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500
}

.timeline-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.timeline-container::after {
  content: '';
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 50%;
  width: 2px;
  border-left: 2px dashed rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  margin: 7rem 0;
  position: relative;
  min-height: 500px;
  opacity: 0.5; /* Inactive state */
  transition: opacity 0.3s ease-in-out; /* Smooth transition */
}

/* Full opacity for active items */
.timeline-item.active .timeline-right {
  opacity: 1 !important; /* Active state */
}

.timeline-marker {
  position: sticky;
  top: 35%;
  width: 15px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-left {
  top: 70%;
  text-align: left;
  width: 40%;
  padding-left: 2rem;

  position: sticky;
  height: fit-content;
  border-radius: 50%;
  z-index: 1;

  display: flex;
  flex-direction: column;

  opacity: 20%;
  transition: opacity 0.5s ease-in-out;
}

.timeline-right {
  text-align: right;
  width: 40%;
  padding-right: 2rem;

  text-align: left;
  opacity: 20%;
  transition: opacity 0.05s ease-in-out;
}
.active {
  opacity: 100%;
}

.timeline-headlines {
  width: 100%;
}

.desktop-timeline,
.mobile-timeline {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.desktop-timeline::-webkit-scrollbar,
.mobile-timeline::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

@media screen and (max-width: 768px) {
  .timeline-container::before {
    left: 8.5%;
  }
  .timeline-container::after {
    left: 8.5%;
  }
  .timeline-marker {
    left: 8.5%;
  }
  .timeline-right {
    width: 85%;
    justify-content: center;
  }
  .timeline-item {
    margin: 32px 0;
    min-height: 350px;
  }
  .timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 35%,
      transparent 0
    );
    transform: translateX(-50%);
    z-index: 0;
    background-size: 200% 200%;
    transition:
      background-size 0.4s ease-in-out,
      background-size 0.4s ease-in-out;
  }

  .timeline-container.last-left-side-value::before {
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 55%,
      transparent 0
    ) !important;
  }
}

/* Desktop-specific styles */
@media (min-width: 768px) {
  .timeline-container::before {
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 35%,
      transparent 0
    );
    background-size: 100% 100%;
  }

  .timeline-container.last-left-side-value::before {
    background-size: 300% 300%; /* Simulates gradient stop change */
  }
  .timeline-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(
      to bottom,
      rgb(255, 255, 255) 35%,
      transparent 0
    );
    transform: translateX(-50%);
    z-index: 0;
    background-size: 100% 100%;
    transition: background-size 0.4s ease-in-out;
  }

  .timeline-container.last-left-side-value::before {
    background-size: 200% 300%; /* Simulates gradient stop change */
  }
}

/* styles.css */
.transition-opacity {
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}

.slide-enter {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.slide-enter-active {
  transform: translateX(0);
}

.slide-exit {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}

.slide-exit-active {
  transform: translateX(-100%);
}

.opacity-visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.opacity-hidden {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.scrollbar-hide {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

body > div.section-wrapper.flex.flex-col.gap-8.sm\:gap-12 > div > div > div.text-center.text-white > div > p {
  color: white !important;
}


/*# sourceMappingURL=1a67395cbe4f5bb7.css.map*/