.page-contact {
  padding-top: var(--header-offset, 120px);
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial, sans-serif;
}

.page-contact__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background-color: #000000;
  color: #FFFFFF;
}

.page-contact__hero-content {
  max-width: 800px;
  margin-bottom: 40px;
}

.page-contact__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FCBC45; /* Login button color for emphasis */
}

.page-contact__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-contact__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-contact__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-contact__button--primary {
  background-color: #FCBC45;
  color: #000000;
}

.page-contact__button--primary:hover {
  background-color: #e0a53b;
}

.page-contact__button--secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

.page-contact__button--secondary:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.page-contact__hero-image {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
}

.page-contact__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-contact__info-section {
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

.page-contact__info-title {
  font-size: 2em;
  margin-bottom: 30px;
  color: #000000;
}

.page-contact__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-contact__info-card {
  background-color: #000000;
  color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-contact__info-card-icon {
  width: 200px; /* Minimum 200x200px */
  height: 150px; /* Minimum 200x200px */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 4px;
}

.page-contact__info-card-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #FCBC45;
}

.page-contact__info-card-description {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 25px;
}

.page-contact__button--card {
  background-color: #FCBC45;
  color: #000000;
  width: fit-content;
}

.page-contact__button--card:hover {
  background-color: #e0a53b;
}

.page-contact__form-section {
  max-width: 800px;
  margin: 60px auto;
  padding: 20px;
  background-color: #F8F8F8;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-contact__form-title {
  font-size: 2em;
  margin-bottom: 20px;
  text-align: center;
  color: #000000;
}

.page-contact__form-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
}

.page-contact__contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-contact__form-group {
  display: flex;
  flex-direction: column;
}

.page-contact__form-label {
  font-weight: bold;
  margin-bottom: 8px;
  color: #000000;
}

.page-contact__form-input,
.page-contact__form-textarea {
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 1em;
  width: 100%;
  box-sizing: border-box;
}

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

.page-contact__button--submit {
  background-color: #FCBC45;
  color: #000000;
  padding: 15px 30px;
  font-size: 1.1em;
  align-self: flex-start;
}

.page-contact__button--submit:hover {
  background-color: #e0a53b;
}

.page-contact__faq-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.page-contact__faq-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: #000000;
}

.page-contact__faq-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-contact__hero-section {
    padding: 40px 15px;
  }

  .page-contact__hero-title {
    font-size: 2em;
  }

  .page-contact__hero-description {
    font-size: 1em;
  }

  .page-contact__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-contact__button {
    width: 100%;
  }

  .page-contact__info-section {
    margin: 30px auto;
    padding: 15px;
  }

  .page-contact__info-title {
    font-size: 1.8em;
  }

  .page-contact__info-grid {
    grid-template-columns: 1fr;
  }

  .page-contact__info-card {
    padding: 25px;
  }

  .page-contact__info-card-icon {
    width: 150px;
    height: 100px; /* Ensure images in content area are at least 200px equivalent */
    max-width: 100%;
    height: auto;
  }

  .page-contact__form-section {
    margin: 40px auto;
    padding: 15px;
  }

  .page-contact__form-title {
    font-size: 1.8em;
  }

  .page-contact__form-description {
    font-size: 1em;
  }

  .page-contact__button--submit {
    align-self: stretch;
  }

  .page-contact__faq-section {
    margin: 40px auto;
    padding: 15px;
  }

  .page-contact__faq-title {
    font-size: 1.8em;
  }

  /* Ensure all content images in mobile are responsive and not too small */
  .page-contact img {
    max-width: 100%;
    height: auto;
  }
}

/* Specific mobile rules to prevent overflow */
@media (max-width: 768px) {
  .page-contact {
    overflow-x: hidden;
  }
  .page-contact__hero-image img,
  .page-contact__info-card-icon {
    max-width: 100%;
    height: auto;
  }
}