.contact-details-section {
  background: var(--color-white);
}

.contact-info-card {
  background: #fdfbf7;
  border-radius: 12px;
  padding: 40px;
}

.title-underline {
  width: 40px;
  height: 3px;
  background-color: var(--color-accent);
  border-radius: 2px;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.contact-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info-item:first-child {
  padding-top: 0;
}

.contact-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-accent);
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-item h5 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.contact-text {
  color: #555;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.6;
}

a.contact-text:hover {
  color: var(--color-accent);
}

.form-container-card {
  background: white;
  box-shadow: 0 10px 40px rgba(0,0,0,0.04);
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.03);
  padding: 40px;
}

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

.btn-warning-custom {
  background-color: var(--color-accent);
  color: white;
  border: none;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  border-radius: 8px;
  transition: background-color 0.2s, transform 0.1s;
}

.btn-warning-custom:hover {
  background-color: #e5a40a;
  color: white;
}

.form-container-card .rounded-input {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 0.95rem;
  color: #333;
  box-shadow: none !important;
  background-color: #fff;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.form-container-card .rounded-input::placeholder {
  color: #94a3b8;
  font-weight: 500;
}

.form-container-card .rounded-input:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 4px rgba(253, 185, 19, 0.15) !important;
  outline: none;
}

.form-container-card select.rounded-input {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' class='bi bi-chevron-down' viewBox='0 0 16 16'%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");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}

@media (max-width: 767.98px) {
  .contact-info-card, .form-container-card {
    padding: 24px;
  }
}

/* Map Section */
@media (max-width: 575.98px) {
  .service-map { height: 350px !important; }
}

/* ═══════════ Contact Hero ═══════════ */

/* ---------- Desktop: Full-bleed hero ---------- */
.contact-hero-desktop {
  display: none;
}

@media (min-width: 992px) {
  .contact-hero-desktop { display: block; }
  .contact-hero-mobile  { display: none !important; }



  /* Desktop contact info row */
  .contact-info-desktop-row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .contact-info-desktop-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .contact-info-desktop-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    color: var(--color-accent);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .contact-info-desktop-item h5 {
    font-size: 0.7rem;
    font-weight: 800;
    color: rgba(255,255,255,0.7);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
  }

  .contact-info-desktop-item a,
  .contact-info-desktop-item p {
    color: var(--color-white);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    margin: 0;
    line-height: 1.5;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  }
  .contact-info-desktop-item a:hover {
    color: var(--color-accent);
  }

  /* Form card on dark hero */
  .contact-hero-desktop .form-container-card {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
}

/* ---------- Mobile: Original layout (unchanged) ---------- */
.contact-hero-mobile {
  display: block;
}

@media (min-width: 992px) {
  .contact-hero-mobile { display: none !important; }
}

@media (max-width: 991.98px) {
  .contact-hero-merged {
    position: relative;
    min-height: auto;
    background-color: #fdfbf7;
    padding-top: var(--mobile-nav-height);
    padding-bottom: 40px;
    overflow: visible;
  }
  .contact-hero-desktop { display: none !important; }
  .contact-hero-mobile  { display: block; padding-top: var(--mobile-nav-height); }
}

/* Mobile fixed bottom CTA */
.contact-mobile-cta {
  display: none;
}

@media (max-width: 991.98px) {
  .contact-mobile-cta {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: opacity .35s ease, transform .35s ease;
  }

  .contact-mobile-cta.cta-hidden {
    opacity: 0;
    transform: translateY(100%);
    pointer-events: none;
  }

  .contact-mobile-cta-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 20px;
    background: var(--color-accent);
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    text-decoration: none;
    letter-spacing: 0.03em;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    transition: background .2s;
  }

  .contact-mobile-cta-link:hover {
    background: var(--color-accent-glow);
    color: #000;
  }

  .contact-mobile-cta-link i {
    font-size: 1.5rem;
    line-height: 1;
  }

  body {
    padding-bottom: 56px;
  }
}

