/* Homepage contact section - loaded from /assets/css/home-contact.css */

.home-cta-contact {
  padding: 88px 0;
  background: #f4f8f9;
}

.home-cta-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 61, 72, 0.12);
}

/* Dark form panel (left) */
.home-cta-contact__form-box {
  background: #0f2f38;
  padding: 52px 48px;
  color: #fff;
}

.home-cta-contact__form-box h2,
.home-cta-contact__form-box h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.2;
}

.home-cta-contact__form-intro {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #fff;
  margin: 0 0 36px;
  max-width: 480px;
}

.home-cta-contact__form {
  display: block;
  width: 100%;
}

.home-cta-contact__row {
  display: grid;
  gap: 24px;
  margin-bottom: 28px;
}

.home-cta-contact__row--2 {
  grid-template-columns: 1fr 1fr;
}

.home-cta-contact__form > .home-cta-contact__field {
  margin-bottom: 28px;
}

.home-cta-contact__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-cta-contact__field label {
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}

.home-cta-contact__field input,
.home-cta-contact__field select,
.home-cta-contact__field textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 0 14px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.4;
  outline: none;
  transition: border-color 0.2s ease;
}

.home-cta-contact__field input::placeholder,
.home-cta-contact__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.home-cta-contact__field input:focus,
.home-cta-contact__field select:focus,
.home-cta-contact__field textarea:focus {
  border-bottom-color: #1CA8CB;
}

.home-cta-contact__field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' fill-opacity='0.6' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}

.home-cta-contact__field select option {
  background: #113D48;
  color: #fff;
}

.home-cta-contact__field textarea {
  min-height: 140px;
  resize: vertical;
  margin-top: 0;
  padding-top: 10px;
  line-height: 1.55;
}

.home-cta-contact__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4px;
  padding: 15px 34px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #1CA8CB;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-cta-contact__submit:hover {
  background: #178fa8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(28, 168, 203, 0.4);
}

.home-cta-contact__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

/* Light info panel (right) */
.home-cta-contact__info {
  background: #fff;
  padding: 52px 48px;
}

.home-cta-contact__eyebrow {
  display: block;font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1CA8CB;
  margin-bottom: 12px;
}

.home-cta-contact__info h2 {font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #113D48;
  margin: 0 0 14px;
  line-height: 1.2;
}

.home-cta-contact__info > p {font-size: 0.95rem;
  line-height: 1.7;
  color: #5a6a72;
  margin: 0 0 32px;
}

.home-cta-contact__details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-cta-contact__details li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-cta-contact__detail {
  display: flex !important;
  align-items: flex-start;
  gap: 16px;
  text-decoration: none !important;
  color: inherit;
  transition: opacity 0.2s ease;
}

a.home-cta-contact__detail:hover {
  opacity: 0.85;
}

.home-cta-contact__detail-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(28, 168, 203, 0.12);
  color: #1CA8CB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.home-cta-contact__detail-icon i {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", sans-serif !important;
  font-style: normal;
  font-weight: 900;
}

.home-cta-contact__detail-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 4px;
}

.home-cta-contact__detail-title {font-size: 0.95rem;
  font-weight: 700;
  color: #113D48;
}

.home-cta-contact__detail-text {font-size: 0.9rem;
  line-height: 1.5;
  color: #6E7070;
}

@media (max-width: 991px) {
  .home-cta-contact {
    padding: 64px 0;
  }

  .home-cta-contact__grid {
    grid-template-columns: 1fr;
  }

  .home-cta-contact__form-box,
  .home-cta-contact__info {
    padding: 36px 28px;
  }
}

@media (max-width: 575px) {
  .home-cta-contact__row--2 {
    grid-template-columns: 1fr;
  }

  .home-cta-contact__form-box,
  .home-cta-contact__info {
    padding: 28px 20px;
  }
}
