:root {
  --bs-primary: #33BFBF;
  --bs-primary-hover: #289a9a;
  --bs-primary-light: #DFFDFD;
  --bs-primary-light-hover: #b9f1f1;
  --bs-dark: #202E3E;
  --bs-darker: #141E27;
}

.container {
  max-width: 1200px;
}

.bg-grey {
  background-color: #FBFBFB;
}

.bg-light {
  background-color: var(--bs-primary-light) !important;
}

.bg-dark {
  background-color: var(--bs-dark) !important;
}

.bg-darker {
  background-color: var(--bs-darker) !important;
}

.op-75 {
  opacity: 0.75;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--bs-dark);
  line-height: 1.2 !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

h1 {
  font-size: 3.4375rem;
}

h2 {
  font-size: 2.375rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.3125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 0.9375rem;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 1.65rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  html {
    scroll-padding-top: 80px;
  }

  section[style*="padding-top: 80px"] {
    padding-top: 60px !important;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: 0.9375rem;
  }

  h6 {
    font-size: 0.8125rem;
  }
}

.text-xxl,
.text-xl,
.text-lg,
.text-md,
.text-sm,
.text-xs {
  line-height: 1.2 !important;
}

.text-xxl {
  font-size: 2rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-md {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.75rem;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.text-muted {
  color: #989898 !important;
}

.text-light {
  color: var(--bs-light) !important;
}

.btn {
  padding: 0.75rem 1.25rem !important;
}

.content ul {
  list-style-type: disc !important;
  padding-left: 1.5rem !important;
}

header {
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

header .nav-link {
  transition: color 0.3s ease;
}

header .nav-link:hover {
  color: var(--bs-dark) !important;
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2333BFBF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

footer a:hover {
  text-decoration: underline !important;
}

.btn-header {
  padding: 0.5rem 1rem !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
}

.btn-primary {
  border: none;
  background-color: var(--bs-primary);
  box-shadow: 0 2px 8px 0 rgba(51, 191, 191, 0.5);
}

.btn-primary:hover {
  background-color: var(--bs-primary-hover);
}

.btn-secondary {
  border: none;
  color: var(--bs-primary);
  background-color: var(--bs-primary-light);
}

.btn-secondary:hover {
  color: var(--bs-primary);
  background-color: var(--bs-primary-light-hover);
}

.btn-outline-primary {
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  background-color: transparent;
}

.btn-outline-primary:hover {
  border: 1px solid var(--bs-primary-hover);
  color: var(--bs-primary-hover);
  background-color: transparent;
}

.btn-outline-light-primary {
  border: 1px solid var(--bs-primary-light);
  color: var(--bs-primary-light);
  background-color: transparent;
}

.btn-outline-light-primary:hover {
  border: 1px solid var(--bs-primary-light-hover);
  color: var(--bs-primary-light-hover);
  background-color: transparent;
}

.bg-gradient-primary {
  background: linear-gradient(180deg, var(--bs-primary-light) 0%, var(--bs-primary) 100%);
}

@media (min-width: 992px) {
  #screen {
    min-height: 600px;
  }
}

.card {
  background-color: #FBFBFB;
  border-color: #E5E5E8;
}

/* FAQ Accordion Styles */
#faq .accordion-item {
  border: 1px solid #E5E5E8;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  background-color: #FBFBFB;
  overflow: hidden;
}

#faq .accordion-button {
  background-color: #FBFBFB;
  color: var(--bs-dark);
  font-weight: 600;
  font-size: 1.125rem;
  padding: 1rem 1.25rem;
  border: none;
  box-shadow: none;
  border-radius: 8px 8px 0 0;
}

#faq .accordion-button.collapsed {
  border-radius: 8px;
}

#faq .accordion-button:not(.collapsed) {
  background-color: #FBFBFB;
  color: var(--bs-dark);
  box-shadow: none;
  border-bottom: 1px solid #E5E5E8;
}

#faq .accordion-collapse {
  border-radius: 0 0 8px 8px;
}

#faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

#faq .accordion-body {
  padding: 1rem 1.25rem;
  font-size: 1rem;
}

#faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2333BFBF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  filter: none;
}

html {
  scroll-padding-top: 100px;
}

@media (min-width: 768px) {
  .max-height-md-300 {
    max-height: 300px;
  }
}

/* Timeline Styles */
.timeline-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.timeline-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}

.timeline-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.timeline-number {
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  background-color: var(--bs-primary);
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.timeline-line {
  background-color: var(--bs-primary);
}

/* Mobile: Vertical */
.timeline-line-before {
  width: 2px;
  height: 0;
}

.timeline-line-after {
  width: 2px;
  height: 60px;
}

.timeline-item:first-child .timeline-line-before {
  display: none;
}

.timeline-item:last-child .timeline-line-after {
  display: none;
}

.timeline-content {
  flex: 1;
  padding-top: 0.5rem;
}

/* Desktop: Horizontal */
@media (min-width: 768px) {
  .timeline-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .timeline-item {
    flex: 1;
    flex-direction: column;
    align-items: center;
  }

  .timeline-number-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .timeline-line-before,
  .timeline-line-after {
    height: 2px;
    width: auto;
    flex: 1;
  }

  .timeline-item:first-child .timeline-line-before {
    display: block;
    opacity: 0;
  }

  .timeline-item:last-child .timeline-line-after {
    display: block;
    opacity: 0;
  }

  .timeline-content {
    text-align: center;
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* Mobile adjustments */
@media (max-width: 767.98px) {
  .timeline-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .timeline-line-after {
    height: 50px;
  }
}