.contact-hero,
.response-banner {
  display: flex;
  text-align: center
}

.contact-main,
.form-submit,
.newsletter-form button,
.newsletter-form input {
  font-family: var(--font-third)
}

.contact-page-body {
  background: #f9fafb
}

.contact-main {
  padding: 0
}

.contact-hero {
  position: relative;
  width: 100%;
  height: 52vh;
  min-height: 460px;
  background: linear-gradient(rgb(10 48 46 / 72%), rgb(10 48 46 / 68%)) fixed, url(../images/faq-bg.webp) center center/cover no-repeat fixed;
  align-items: center;
  justify-content: center;
  padding-top: var(--nav-h, 80px);
  top: -50px
}

.contact-hero .container {
  position: relative;
  z-index: 10;
  color: #fff
}

.contact-hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700
}

.contact-hero p {
  font-size: 1.05rem;
  opacity: .85;
  margin: 0 auto
}

.response-banner {
  background: var(--teal-dark, var(--teal-dark));
  color: #fff;
  padding: .9rem 0;
  font-size: .9rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: -50px
}

.contact-main-section {
  padding: 4rem 0;
  background: #fff
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3.5rem;
  align-items: start
}

.contact-info h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 1.8rem
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 2rem
}

.contact-info-item,
.directions-list li {
  display: flex;
  align-items: flex-start;
  gap: .9rem
}

.contact-info-item__icon {
  width: 38px;
  height: 38px;
  background: rgba(15, 139, 128, .1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark);
  flex-shrink: 0
}

.contact-form,
.quick-links ul {
  flex-direction: column;
  display: flex
}

.contact-info-item__text strong {
  font-size: .85rem;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: .15rem
}

.contact-info-item__text a,
.contact-info-item__text span {
  font-size: .85rem;
  color: var(--teal-dark);
  text-decoration: none
}

.contact-info-item__text a:hover {
  text-decoration: underline
}

.quick-links h4 {
  font-size: .85rem;
  font-weight: 700;
  color: #111;
  margin-bottom: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em
}

.quick-links ul {
  list-style: none;
  gap: .5rem
}

.quick-links ul li a {
  font-size: .875rem;
  color: var(--teal-dark);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: .4rem;
  font-weight: 500;
  transition: gap .2s
}

.quick-links ul li a:hover {
  gap: .7rem
}

.contact-form-wrap h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: .4rem
}

.contact-form-wrap>p {
  font-size: .9rem;
  color: #888;
  margin-bottom: 1.8rem
}

.contact-form {
  gap: 1rem
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: .35rem
}

.form-group label {
  font-size: .8rem;
  font-weight: 600;
  color: #444
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: .75rem 1rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: .9rem;
  font-family: var(--font-third);
  color: #333;
  background: #fff;
  outline: 0;
  transition: border-color .2s;
  width: 100%
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(15, 139, 128, .08)
}

.form-group input[type=date] {
  color: #555
}

.form-group textarea {
  resize: vertical;
  min-height: 120px
}

.form-group select {
  appearance: auto;
  cursor: pointer
}

.form-submit {
  width: 100%;
  padding: 1rem;
  background: var(--teal-dark);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  transition: background .2s;
  margin-top: .5rem
}

.form-submit:hover {
  background: #0a6b62
}

.getting-here-section {
  padding: 4rem 0;
  background: #f9fafb
}

.getting-here-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 3rem;
  align-items: start
}

.getting-here-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: .8rem
}

.getting-here-content>p {
  font-size: .9rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem
}

.directions-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.8rem
}

.btn-directions,
.dir-num {
  align-items: center;
  background: var(--teal-dark);
  color: #fff
}

.dir-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px
}

.btn-directions,
.map-open-btn {
  font-weight: 600;
  text-decoration: none
}

.dir-text strong {
  font-size: .9rem;
  font-weight: 700;
  color: #111;
  display: block;
  margin-bottom: .15rem
}

.dir-text span {
  font-size: .82rem;
  color: #888
}

.btn-directions {
  display: inline-flex;
  gap: .5rem;
  padding: .8rem 1.8rem;
  border-radius: 8px;
  font-size: .9rem;
  transition: background .2s
}

.btn-directions:hover {
  background: #0a6b62;
  color: #fff
}

.map-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
  position: relative
}

.map-wrap iframe {
  width: 100%;
  height: 380px;
  display: block;
  border: 0
}

.map-open-btn {
  position: absolute;
  top: .8rem;
  left: .8rem;
  background: #fff;
  border: none;
  border-radius: 6px;
  padding: .4rem .8rem;
  font-size: .8rem;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .3rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12)
}

.map-open-btn:hover {
  background: #f5f5f5;
  color: #333
}

.newsletter-section {
  background: #0d3b36;
  padding: 4rem 0;
  text-align: center;
  color: #fff
}

.newsletter-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: .6rem
}

.newsletter-section p {
  font-size: .95rem;
  opacity: .8;
  margin-bottom: 1.8rem
}

.newsletter-form {
  display: flex;
  gap: .7rem;
  max-width: 460px;
  margin: 0 auto
}

.newsletter-form input {
  flex: 1;
  padding: .85rem 1.2rem;
  border-radius: 43px;
  border: none;
  font-size: .9rem;
  outline: 0;
  color: #333;
  height: 59px
}

.newsletter-form button {
  padding: .85rem 3rem;
  background: var(--white);
  color: var(--teal-dark);
  border: none;
  border-radius: 40px;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background .2s
}

.newsletter-form button:hover {
  background: #0a6f67
}

@media (max-width:900px) {

  .contact-hero,
  .response-banner {
    top: 0;
    margin-top: 0
  }

  .contact-hero {
    height: auto;
    padding: 120px 0 60px
  }

  .contact-grid,
  .getting-here-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem
  }

  .form-row {
    grid-template-columns: 1fr
  }
}

@media (max-width:600px) {
  .newsletter-form {
    flex-direction: column;
    gap: 1rem
  }

  .newsletter-form button,
  .newsletter-form input {
    width: 100%;
    border-radius: 8px
  }
}