/* =========================
   CONTACT PAGE
========================= */

.madam-contact-page {
  width: 100%;
  background: var(--color-white);
}

/* =========================
   HERO
========================= */

.contact-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.contact-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
  z-index: 1;
}

.contact-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-hero-content {
  max-width: 820px;
  text-align: center;
  color: var(--color-white);
}

.contact-hero-content h1 {
  margin: 0 0 18px;
  font-family: var(--font-main);
  font-size: 61px;
  line-height: 1.05;
  font-weight: 600;
  color: var(--color-white);
}

.contact-hero-content h1 em {
  font-family: var(--font-italic);
  font-style: italic;
  font-weight: 400;
}

.contact-hero-content p {
  max-width: 760px;
  margin: 0 auto 30px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-white);
}

.contact-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 46px;
  padding: 12px 28px;
  border-radius: 999px;
  background: #25d366;
  color: var(--color-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.contact-whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* =========================
   FORM + INFO SECTION
========================= */

.contact-main-section {
  padding-block: 86px 96px;
}

.contact-layout {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}

.contact-form-panel h2,
.contact-info-panel h2 {
  margin: 0 0 28px;
  font-family: var(--font-main);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 600;
  color: var(--color-dark);
}

.contact-form-wrapper {
  width: 100%;
}

.contact-form-wrapper form {
  display: grid;
  gap: 18px;
}

.contact-form-wrapper p {
  margin: 0;
}

.contact-form-wrapper label {
  display: block;
  font-size: 0;
}

.contact-form-wrapper input,
.contact-form-wrapper textarea,
.contact-form-wrapper select {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.16);
  border-radius: 4px;
  background: var(--color-white);
  padding: 14px 16px;
  font-family: var(--font-main);
  font-size: 15px;
  line-height: 1.4;
  color: var(--color-dark);
  outline: none;
}

.contact-form-wrapper input,
.contact-form-wrapper select {
  height: 48px;
}

.contact-form-wrapper textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
  border-color: #606b57;
}

.contact-form-wrapper input[type="submit"] {
  width: 92px;
  height: 42px;
  justify-self: end;
  border: none;
  border-radius: 999px;
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.contact-form-wrapper input[type="submit"]:hover {
  background: #606b57;
}

.contact-info-panel {
  padding-top: 0;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
  margin-bottom: 34px;
}

.contact-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-dark);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.4;
}

.contact-info-row:hover {
  color: #606b57;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-info-icon {
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-service-hours h3 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--color-dark);
}

.contact-service-hours p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(34, 34, 34, 0.72);
}

/* =========================
   WHATSAPP STRIP
========================= */

.contact-whatsapp-strip {
  width: 100%;
  background: #2d302d;
  padding-block: 24px;
}

.contact-whatsapp-strip-inner {
  text-align: center;
}

.contact-whatsapp-strip h2 {
  margin: 0;
  font-family: var(--font-main);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.contact-whatsapp-strip h2 img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin-inline: 8px;
}

/* =========================
   IMAGE BANNER
========================= */

.contact-image-banner {
  width: 100%;
  min-height: 360px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-image-banner-inner {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-image-banner-content {
  max-width: 520px;
  text-align: right;
  color: var(--color-dark);
}

.contact-image-banner-content p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(34, 34, 34, 0.74);
}

.contact-image-banner-content h2 {
  margin: 0 0 14px;
  font-family: var(--font-main);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  color: var(--color-dark);
}

/* =========================
   FAQ SECTION
========================= */

.contact-faq-section {
  padding-block: 72px 86px;
  background: var(--color-white);
}

.contact-faq-heading {
  text-align: center;
  margin-bottom: 34px;
}

.contact-faq-heading h2 {
  margin: 0 0 8px;
  font-family: var(--font-main);
  font-size: 36px;
  line-height: 1.15;
  font-weight: 500;
  color: var(--color-dark);
}

.contact-faq-heading a {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.56);
  text-decoration: none;
}

.contact-faq-heading a:hover {
  color: #606b57;
  text-decoration: underline;
}

.contact-faq-list {
  max-width: 760px;
  margin-inline: auto;
  border-top: 1px solid rgba(34, 34, 34, 0.12);
}

.contact-faq-item {
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
}

.contact-faq-question {
  width: 100%;
  min-height: 58px;
  border: none;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: var(--color-dark);
  text-align: left;
}

.contact-faq-question::before {
  content: "?";
  width: 24px;
  height: 24px;
  border: 1px solid rgba(34, 34, 34, 0.45);
  border-radius: 999px;
  flex: 0 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 14px;
  line-height: 1;
  color: rgba(34, 34, 34, 0.72);
}

.contact-faq-question span:first-child {
  flex: 1;
}

.faq-arrow {
  width: 9px;
  height: 9px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.contact-faq-item.is-open .faq-arrow {
  transform: rotate(-135deg);
}

.contact-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.contact-faq-answer p {
  margin: 0;
  padding: 0 10px 22px 44px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(34, 34, 34, 0.72);
}

/* =========================
   CONTACT MOBILE HERO + BANNER
========================= */

@media (max-width: 768px) {

  /* HERO MOBILE */
  .contact-hero {
    min-height: 640px;
    background-image: url("../images/contact/contact-hero-mobile.webp") !important;
    background-size: cover;
    background-position: center;
  }

  .contact-hero-overlay {
    background: rgba(0, 0, 0, 0.55);
  }

  .contact-hero-inner {
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 0;
  }

  .contact-hero-content {
    width: 100%;
    max-width: 92%;
    text-align: center;
    margin-inline: auto;
  }

  .contact-hero-content h1 {
    font-size: 42px;
    line-height: 1.08;
    margin-bottom: 16px;
  }

  .contact-hero-content p {
    max-width: 100%;
    margin: 0 auto 26px;
    font-size: 15px;
    line-height: 1.5;
  }

  .contact-whatsapp-btn {
    min-width: 142px;
    min-height: 44px;
    font-size: 14px;
  }

  /* GET IN TOUCH BANNER MOBILE */
  .contact-image-banner {
    min-height: 640px;
    background-image: url("../images/contact/contact-banner-mobile.webp") !important;
    background-size: cover;
    background-position: center bottom;
    position: relative;
  }

  .contact-image-banner-inner {
    min-height: 640px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .contact-image-banner-content {
    width: 100%;
    max-width: 90%;
    text-align: center;
    margin-inline: auto;
  }

  .contact-image-banner-content p {
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 10px;
  }

  .contact-image-banner-content h2 {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
.contact-main-section {
  padding-block: 52px 62px;
}

.contact-layout {
  display: flex;
  flex-direction: column;
  gap: 46px;
  max-width: 100%;
}

.contact-form-panel,
.contact-info-panel {
  width: 100%;
}

.contact-form-panel {
  order: 1;
}

.contact-info-panel {
  order: 2;
}
}



@media (max-width: 480px) {

  .contact-hero,
  .contact-hero-inner {
    min-height: 600px;
  }

  .contact-hero-content h1 {
    font-size: 36px;
  }

  .contact-image-banner,
  .contact-image-banner-inner {
    min-height: 600px;
  }

  .contact-image-banner-inner {
    padding-top: 42px;
  }

  .contact-image-banner-content h2 {
    font-size: 31px;
  }

  .contact-image-banner-content p {
    font-size: 14px;
  }
}