.page-contact {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000; /* Assuming body background is black from shared.css */
}

.page-contact__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-contact__hero-section {
  position: relative;
  width: 100%;
  padding-top: var(--header-offset, 120px); /* Ensure spacing below fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}

.page-contact__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-contact__hero-overlay {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7); /* Dark overlay for text readability */
  padding: 80px 0;
  width: 100%;
}

.page-contact__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for emphasis */
  line-height: 1.2;
}

.page-contact__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-contact__contact-info-summary p {
  font-size: 1.1em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1) brightness(1.5); /* Make icons white/gold on dark background */
}

.page-contact__icon--phone {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M6.62 10.79a15.053 15.053 0 016.59 6.59l2.21-2.21a1 1 0 011.05-.23c1.12.35 2.33.56 3.57.56a1 1 0 011 1v3.5a1 1 0 01-1 1c-1.65 0-3.23-.4-4.66-1.12-1.4-.72-2.73-1.74-3.92-3.03s-2.31-2.52-3.03-3.92c-.72-1.43-1.12-3.01-1.12-4.66a1 1 0 011-1h3.5a1 1 0 011 1c0 1.24.21 2.45.56 3.57a1 1 0 01-.23 1.05l-2.21 2.21z"/></svg>');
}
.page-contact__icon--email {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
}
.page-contact__icon--chat {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6V4h14v12z"/></svg>');
}
.page-contact__icon--live-chat {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#0A2239"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6V4h14v12z"/></svg>');
  filter: none; /* Keep original color for light background */
}
.page-contact__icon--email-alt {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#0A2239"><path d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
  filter: none;
}
.page-contact__icon--social {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#0A2239"><path d="M22.46 6C21.64 6.36 20.76 6.61 19.86 6.74C20.81 6.16 21.54 5.21 21.91 4.09C21 4.65 19.97 5.09 18.88 5.33C18.04 4.4 16.89 3.82 15.65 3.82C13.2 3.82 11.23 5.79 11.23 8.23C11.23 8.57 11.27 8.9 11.34 9.22C7.54 9.04 4.18 7.24 1.9 4.34C1.51 5.01 1.29 5.8 1.29 6.66C1.29 8.23 2.1 9.65 3.39 10.45C2.65 10.43 1.96 10.23 1.35 9.9C1.35 9.92 1.35 9.94 1.35 9.96C1.35 12.09 2.8 13.84 4.79 14.24C4.43 14.34 4.04 14.39 3.64 14.39C3.38 14.39 3.13 14.37 2.89 14.32C3.43 16.03 5.04 17.24 6.91 17.27C5.45 18.42 3.59 19.14 1.58 19.14C1.25 19.14 0.92 19.12 0.6 19.08C2.51 20.35 4.87 21.07 7.33 21.07C15.64 21.07 20.08 14.15 20.08 8.23C20.08 8.03 20.08 7.82 20.07 7.62C20.96 7 21.75 6.4 22.46 6Z"/></svg>');
  filter: none;
}

.page-contact__section-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-align: center;
  color: #FFD700;
}

.page-contact__section-description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;
}

.page-contact__form-section {
  padding: 80px 0;
  background-color: #f8f9fa; /* Light background for form */
  color: #333333; /* Dark text for light background */
}

.page-contact__form-section .page-contact__section-title,
.page-contact__form-section .page-contact__section-description {
  color: #0A2239; /* Dark blue for titles on light background */
}

.page-contact__form-content {
  padding: 20px;
}

.page-contact__form-group {
  margin-bottom: 20px;
}

.page-contact__form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #0A2239;
}

.page-contact__form-input,
.page-contact__form-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #ffffff;
  color: #333333;
}

.page-contact__form-input::placeholder,
.page-contact__form-textarea::placeholder {
  color: #888;
}

.page-contact__form-textarea {
  resize: vertical;
}

.page-contact__submit-button {
  width: auto;
  padding: 0; /* Padding is on the anchor tag */
  border: none;
  background: none;
  cursor: pointer;
  display: block; /* Ensure button takes full width if needed for responsiveness */
}

.page-contact__submit-button .page-contact__button-link {
  display: block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-contact__btn-primary {
  background: #0A2239;
  color: #ffffff;
}

.page-contact__btn-primary:hover {
  background: #061625;
}

.page-contact__btn-secondary {
  background: #FFD700;
  color: #0A2239;
  border: 2px solid #FFD700;
}

.page-contact__btn-secondary:hover {
  background: #e6c200;
  color: #0A2239;
}

.page-contact__image-wrapper {
  text-align: center;
}

.page-contact__form-image,
.page-contact__faq-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-contact__alternative-contact {
  padding: 80px 0;
  background-color: #0A2239; /* Dark blue background */
  color: #ffffff;
  text-align: center;
}

.page-contact__alternative-contact .page-contact__section-title {
  color: #FFD700;
}

.page-contact__alternative-contact .page-contact__section-description {
  color: #f0f0f0;
}

.page-contact__contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-contact__method-card {
  background-color: #ffffff; /* Light background for cards */
  color: #0A2239; /* Dark text on light card background */
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact__method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-contact__method-card .page-contact__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  filter: none; /* Keep original icon color for light background */
}

.page-contact__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #0A2239;
}

.page-contact__card-description {
  font-size: 1em;
  color: #555555;
  margin-bottom: 25px;
}

.page-contact__method-card .page-contact__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-contact__faq-section {
  padding: 80px 0;
  background-color: #f8f9fa; /* Light background for FAQ */
  color: #333333; /* Dark text for light background */
}

.page-contact__faq-section .page-contact__section-title,
.page-contact__faq-section .page-contact__section-description {
  color: #0A2239;
}

.page-contact__faq-list {
  margin-top: 40px;
}

.page-contact__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-contact__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  color: #0A2239;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-contact__faq-question:hover {
  background-color: #f0f0f0;
}

.page-contact__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-contact__faq-item.active .page-contact__faq-toggle {
  transform: rotate(45deg); /* Plus to X / Minus */
}

.page-contact__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-contact__faq-item.active .page-contact__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
}

.page-contact__faq-answer p {
  margin-bottom: 0;
  color: #555555;
}

.page-contact__cta-section {
  padding: 80px 0;
  background-color: #0A2239; /* Dark blue background */
  color: #ffffff;
  text-align: center;
}

.page-contact__cta-section .page-contact__section-title {
  color: #FFD700;
}

.page-contact__cta-section .page-contact__section-description {
  color: #f0f0f0;
}

.page-contact__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-contact__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-contact__dark-bg {
  background-color: #0A2239;
  color: #ffffff;
}

.page-contact__light-bg {
  background-color: #f8f9fa;
  color: #333333;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .page-contact__main-title {
    font-size: 2.5em;
  }
  .page-contact__section-title {
    font-size: 2em;
  }
  .page-contact__grid {
    grid-template-columns: 1fr;
  }
  .page-contact__image-wrapper {
    order: -1; /* Image first on smaller screens */
    margin-bottom: 30px;
  }
  .page-contact__form-section .page-contact__image-wrapper {
    order: 1; /* Form first on smaller screens */
  }
  .page-contact__faq-section .page-contact__image-wrapper {
    order: -1;
  }
}

@media (max-width: 768px) {
  .page-contact__hero-overlay {
    padding: 60px 0;
  }
  .page-contact__main-title {
    font-size: 2em;
  }
  .page-contact__intro-text {
    font-size: 1em;
  }
  .page-contact__section-title {
    font-size: 1.8em;
  }
  .page-contact__section-description {
    font-size: 0.95em;
  }
  .page-contact__contact-info-summary p {
    font-size: 1em;
  }
  .page-contact__form-section,
  .page-contact__alternative-contact,
  .page-contact__faq-section,
  .page-contact__cta-section {
    padding: 50px 0;
  }
  .page-contact__contact-methods-grid {
    grid-template-columns: 1fr;
  }
  .page-contact__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-contact__cta-button {
    width: 100%;
    box-sizing: border-box;
  }

  /* Force responsive for all images */
  .page-contact img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Force responsive for all content containers */
  .page-contact__section,
  .page-contact__card,
  .page-contact__container,
  .page-contact__hero-section,
  .page-contact__form-section,
  .page-contact__alternative-contact,
  .page-contact__faq-section,
  .page-contact__cta-section,
  .page-contact__contact-form,
  .page-contact__contact-methods-grid,
  .page-contact__faq-list,
  .page-contact__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }
  /* Specific override for hero section padding-top to avoid double padding if shared.css already applies to body */
  .page-contact__hero-section {
    padding-top: var(--header-offset, 120px) !important; 
  }

  /* Buttons responsive */
  .page-contact__cta-button,
  .page-contact__btn-primary,
  .page-contact__btn-secondary,
  .page-contact a[class*="button"],
  .page-contact a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-contact__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 10px !important;
  }
}

@media (max-width: 480px) {
  .page-contact__main-title {
    font-size: 1.8em;
  }
  .page-contact__section-title {
    font-size: 1.5em;
  }
  .page-contact__hero-overlay {
    padding: 40px 0;
  }
}