.page-contact {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

/* Ensure contrast for light background sections */
.page-contact__light-bg {
  background-color: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-contact__dark-section {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

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

.page-contact h1, .page-contact h2, .page-contact h3 {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-contact__light-bg h1, .page-contact__light-bg h2, .page-contact__light-bg h3 {
  color: #0A4B2C; /* Deep Green for headings on light background */
}

.page-contact h1 {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive H1 font size */
  text-align: center;
  margin-bottom: 20px;
}

.page-contact h2 {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  text-align: center;
  margin-bottom: 30px;
}

.page-contact h3 {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  margin-bottom: 15px;
}

.page-contact p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

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

.page-contact a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-contact a:hover {
  text-decoration: underline;
  color: #2AD16F;
}

.page-contact__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
}

.page-contact__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-contact__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4); /* Darken image for text readability, not color change */
}

.page-contact__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-contact__hero-title {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 25px;
}

.page-contact__hero-description {
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  font-size: 1.1em;
}

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

.page-contact__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-contact__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-contact__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-contact__btn-secondary {
  background: #11271B; /* Card BG */
  color: #57E38D; /* Glow */
  border: 2px solid #2E7A4E; /* Border */
}

.page-contact__btn-secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6; /* Text Main */
}

.page-contact__form-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-contact__form-title {
  color: #0A4B2C; /* Deep Green */
  margin-bottom: 20px;
}

.page-contact__form-description {
  max-width: 800px;
  margin: 0 auto 40px auto;
  text-align: center;
  color: #333333;
}

.page-contact__contact-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 40px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

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

.page-contact__form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #0A4B2C; /* Deep Green */
}

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

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

.page-contact__submit-button {
  width: auto;
  padding: 15px 40px;
  font-size: 1.1em;
  cursor: pointer;
}

.page-contact__form-note {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
  color: #666666;
}

.page-contact__form-link {
  color: #13994A; /* Darker green for links on light background */
}

.page-contact__info-section {
  padding: 80px 0;
  text-align: center;
}

.page-contact__info-title {
  margin-bottom: 20px;
}

.page-contact__info-description {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
}

.page-contact__info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-contact__info-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-contact__info-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-contact__info-label {
  color: #F2FFF6; /* Text Main */
  font-weight: bold;
  margin-bottom: 10px;
}

.page-contact__info-value {
  color: #57E38D; /* Glow */
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.page-contact__info-text {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-contact__btn-small {
  padding: 10px 20px;
  font-size: 0.9em;
  margin-top: 20px;
}

.page-contact__social-links {
  margin-top: 40px;
}

.page-contact__social-title {
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-contact__social-description {
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #A7D9B8; /* Text Secondary */
}

.page-contact__social-icons {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.page-contact__social-icon img {
  
  
  transition: transform 0.3s ease;
  object-fit: contain;
}

.page-contact__social-icon:hover img {
  transform: scale(1.1);
}

.page-contact__why-choose-us-section {
  padding: 80px 0;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}

.page-contact__why-choose-us-title {
  color: #0A4B2C; /* Deep Green */
  margin-bottom: 20px;
}

.page-contact__why-choose-us-description {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
  color: #333333;
}

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

.page-contact__feature-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-contact__feature-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
}

.page-contact__feature-title {
  color: #13994A; /* Darker green */
  font-weight: bold;
  margin-bottom: 10px;
}

.page-contact__feature-text {
  color: #666666;
  font-size: 0.95em;
}

.page-contact__why-choose-us-conclusion {
  max-width: 900px;
  margin: 50px auto 0 auto;
  font-size: 1.1em;
  color: #333333;
}

.page-contact__faq-section {
  padding: 80px 0;
  text-align: center;
}

.page-contact__faq-title {
  margin-bottom: 20px;
}

.page-contact__faq-description {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 1.1em;
}

.page-contact__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-contact__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-contact__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  list-style: none; /* For details/summary */
}

.page-contact__faq-question::-webkit-details-marker {
  display: none;
}

.page-contact__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D; /* Glow */
  transition: transform 0.3s ease;
}

.page-contact__faq-item[open] .page-contact__faq-toggle {
  transform: rotate(45deg);
}

.page-contact__faq-answer {
  padding: 0 25px 20px 25px;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-contact__faq-answer p {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-contact__faq-answer ul {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 10px;
}

.page-contact__faq-answer li {
  margin-bottom: 5px;
  color: #A7D9B8;
}

.page-contact__faq-link {
  color: #57E38D; /* Glow */
}

.page-contact__footer-cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
}

.page-contact__footer-cta-title {
  color: #0A4B2C; /* Deep Green */
  margin-bottom: 20px;
}

.page-contact__footer-cta-description {
  max-width: 900px;
  margin: 0 auto 40px auto;
  font-size: 1.1em;
  color: #333333;
}

.page-contact__footer-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-contact {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-contact h1 {
    font-size: 2em;
  }

  .page-contact h2 {
    font-size: 1.6em;
  }

  .page-contact h3 {
    font-size: 1.2em;
  }

  .page-contact__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-contact__hero-content {
    padding: 15px;
  }

  .page-contact__hero-cta-buttons,
  .page-contact__footer-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-contact__cta-button,
  .page-contact__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-contact__form-section,
  .page-contact__info-section,
  .page-contact__why-choose-us-section,
  .page-contact__faq-section,
  .page-contact__footer-cta-section {
    padding: 40px 0;
  }

  .page-contact__container,
  .page-contact__contact-form,
  .page-contact__info-grid,
  .page-contact__feature-list,
  .page-contact__faq-list {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-contact__contact-form {
    padding: 20px;
  }

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

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

  .page-contact img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-contact__section,
  .page-contact__card,
  .page-contact__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific overrides for social icons to avoid being too large */
  .page-contact__social-icon img {
    
    
  }
}