/* Contact page */
.contact-page {
  background: #fcfcfc;
  color: #111827;
}

.contact-page .container {
  max-width: 1200px;
}

/* Hero (reusing about hero layout) */
.contact-page .contact-hero {
  height: 650px;
  min-height: 550px;
  max-height: 80vh;
  background-image: url("https://newvashaepz.com/wp-content/uploads/2026/03/0A0A4372-scaled.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-page .contact-hero .about-hero-overlay {
  background: #022f33;
  opacity: 0.78;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-page .contact-hero .about-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0rem;
  padding-top: 3rem;
}

.contact-page .contact-hero .about-hero-title {
  font-size: clamp(2.2rem, 3.4vw, 3rem);
  color: var(--white-color);
}

.contact-page .contact-hero .about-hero-lead {
  max-width: 620px;
  color: var(--white-color);
  text-align: center;
  font-size: 1rem;
}

@media (max-width: 720px) {
  .contact-page .contact-hero {
    height: 500px;
  }

  .contact-page .contact-hero .about-hero-content {
    max-width: 90vw;
    gap: 0rem;
  }

  .contact-page .contact-hero .about-hero-title {
    font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  }

  .contact-page .contact-hero .about-hero-lead {
    font-size: 0.9rem;
    text-align: center;
  }
}


/* Main contact area */
.contact-main {
  padding: 2rem 0 3rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-main-inner {
  width: 90%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.05fr);
  gap: 0rem;
  align-items: stretch;
  padding-top: 2rem;
  height: 100%;
  gap: 2rem;
}

.contact-map {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-card {
  background-color: #ffffff00;
  border-radius: 0px;
  padding: 0;
  max-width: 600px;
  box-sizing: border-box;
}

.contact-card--info {
  border-top-left-radius: 0px;
}

.contact-card--info.contact-card {
  padding: 4rem 0;
  max-width: 100%;
}

.contact-card--form {
  align-self: center;
}

.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.9rem;
}

.contact-heading {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.contact-card-title {
  font-family: "Source Serif 4", "Times New Roman", serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}

.contact-card-body {
  font-size: 0.96rem;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 1.75rem;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.contact-info-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: #f3faf6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.contact-info-icon i {
  font-size: 1rem;
}

.contact-info-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #6b7280;
  margin-bottom: 0.1rem;
}

.contact-info-value {
  font-size: 0.98rem;
  color: #111827;
}

.contact-info-footer {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.9rem;
  color: #4b5563;
}

/* Summary cards row (address / phone / hours) */
.contact-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.contact-summary-card {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 1.6rem 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(214, 218, 223, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.contact-summary-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  flex-shrink: 0;
}

.contact-summary-icon i {
  font-size: 1.4rem;
}

.contact-summary-title {
  font-size: 0.98rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.contact-summary-text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #4b5563;
}

.contact-summary-text a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media (max-width: 900px) {
  .contact-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-form-field label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #374151;
}

.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 0.75rem 0.85rem;
  font-size: 0.9rem;
  outline: none;
  background-color: #f9fafb;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.contact-form-field textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form-field input::placeholder,
.contact-form-field textarea::placeholder {
  color: #9ca3af;
}

.contact-form-field input:focus,
.contact-form-field select:focus,
.contact-form-field textarea:focus {
  border-color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(7, 80, 75, 0.15);
}

.contact-form-field--full {
  width: 100%;
}

.contact-submit {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 999px;
  padding-inline: 1.75rem;
  font-size: 0.95rem;
  max-width: 100% !important;
}

.contact-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #ffffff;
  color: var(--primary-color);
}

.contact-submit-icon i {
  font-size: 0.75rem;
}

/* Responsive */
@media (max-width: 960px) {
  .contact-main {
    padding-top: 3.5rem;
  }

  .contact-main-inner {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 0;
  }

  .contact-card {
    border-radius: 24px;
  }

  .contact-map img {
    height: 280px;
  }
}

@media (max-width: 720px) {
  .contact-main {
    padding: 0.5rem 0 2.5rem 0;
  }

  .contact-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-map {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: auto;
    aspect-ratio: 5/4;
    order: 1;
    margin-bottom: 2rem;
  }

  .contact-map-card img {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .contact-card {
    padding: 2rem 0 2rem 0;
    box-sizing: border-box;
  }

  .contact-main-inner {
    width: 95%;
  }

  .contact-card--info.contact-card {
    padding: 0;
  }

  .contact-summary-grid {
    gap: 1rem;
  }

  .contact-summary-card {
    padding: 2.5rem 1rem;
    box-sizing: border-box;
  }
}
