.address-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.address-text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 54px;
  line-height: 115%;
  color: var(--color-text-text-950);
  margin-bottom: 32px;
}

.address-location {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.address-location svg {
  width: 50px;
}

.address-location span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;
  color: var(--color-text-text-400);
  margin-bottom: 24px;
}

.contact-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.contact-item {
  display: flex;
  flex-direction: row;
  gap: 4.5px;
}

.contact-value.value-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 21px;
  line-height: 130%;
  color: var(--color-text-text-400);
}

.address-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.faq-banner {
  background: #f5f5f5;
}

.faq-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.faq-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 54px;
  line-height: 115%;
  color: var(--color-text-text-950);
}

.faq-description {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: var(--color-text-text-950);
}

.faq-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 32px;
}

.faq-text button i {
  margin-left: 10px;
  rotate: 330deg;
}

.form-contact-container {
  padding-top: 64px;
  padding-bottom: 64px;
}

.form-contact-text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 54px;
  line-height: 115%;
  color: var(--color-text-text-950);
}

.form-contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.form-contact-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 54px;
  line-height: 115%;
  color: var(--color-text-text-950);
  margin-bottom: 32px;
}

.form-contact-form {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 32px;
}

.form-contact-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
}

/* Form styling to match the design */
.form-contact-container form .form-group {
  margin-bottom: 20px;
}

.form-contact-container form .form-control {
  border: 1px solid var(--color-neutral-neutral-900);
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text-text-950);
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-contact-container form .form-control:focus {
  border-color: var(--color-primary);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(27, 67, 254, 0.25);
}

.form-contact-container form .form-control::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-contact-container form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.form-contact-container form .btn-primary {
  background-color: #1b43fe;
  border-color: #1b43fe;
  border-radius: 16px;
  padding: 12px 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--color-text-text-50);
  border: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.form-contact-container form .btn-primary:hover {
  background-color: #0d2bb8;
  border-color: #0d2bb8;
}

.form-contact-container form .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 67, 254, 0.25);
}

.accordion-body {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--color-text-text-400);
}

@media (max-width: 768px) {
  .address-image img {
    margin-bottom: 24px;
  }

  .address-text {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: var(--color-text-text-950);
    margin-bottom: 0px;
  }

  .address-location svg {
    width: 105px;
  }

  .address-location {
    margin-bottom: 16px;
  }

  .address-location span {
    margin-bottom: 0;
  }

  .contact-list {
    flex-direction: column;
    gap: 16px;
  }

  .contact-value.value-text {
    margin-bottom: 0;
  }

  .contact-item svg {
    width: 40px;
  }

  .faq-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: var(--color-text-text-950);
    margin-bottom: 0px;
  }

  .faq-description {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 26px;
    line-height: 125%;
    color: var(--color-text-text-950);
    margin-bottom: 0px;
  }

  .faq-text {
    margin-bottom: 32px;
  }

  .accordion-text {
    font-size: 16px !important;
    width: 300px;
  }

  .accordion-body {
    font-size: 12px !important;
  }

  .form-contact-title {
    font-size: 32px;
  }

  .form-contact-text-image .form-contact-title {
    margin-bottom: 0px;
  }

  .form-contact-container button {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) { /* Apply only on medium screens and larger */
    .sticky-content {
        position: sticky;
        top: 20px; /* Adjust this value based on your header height */
        align-self: flex-start; /* Ensures proper alignment in flex container */
    }
}
