.page-contact-customer-service {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-contact-customer-service__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

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

.page-contact-customer-service__hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  z-index: 1;
}

.page-contact-customer-service__hero-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 10px;
  color: #FFFFFF;
  max-width: 800px;
}

.page-contact-customer-service__main-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  font-weight: bold;
}

.page-contact-customer-service__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

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

.page-contact-customer-service__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 200px; /* Ensure buttons are large enough */
  text-align: center;
}

.page-contact-customer-service__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-contact-customer-service__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-contact-customer-service__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-contact-customer-service__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-contact-customer-service__contact-methods,
.page-contact-customer-service__faq-section,
.page-contact-customer-service__hours-section,
.page-contact-customer-service__commitment-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-contact-customer-service__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-bottom: 20px;
}

.page-contact-customer-service__section-description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 40px;
}

.page-contact-customer-service__method-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-contact-customer-service__method-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-contact-customer-service__method-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-contact-customer-service__method-icon {
  width: 250px; /* Minimum 200px */
  height: 250px; /* Minimum 200px */
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-contact-customer-service__card-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 15px;
}

.page-contact-customer-service__card-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-contact-customer-service__button--chat,
.page-contact-customer-service__button--email,
.page-contact-customer-service__button--phone {
  background-color: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
  min-width: 180px;
}

.page-contact-customer-service__button--chat:hover,
.page-contact-customer-service__button--email:hover,
.page-contact-customer-service__button--phone:hover {
  background-color: #FCBC45;
  border-color: #FCBC45;
  color: #000000;
}

.page-contact-customer-service__button--faq {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
  margin-top: 20px;
}

.page-contact-customer-service__button--faq:hover {
  background-color: #000000;
  color: #FCBC45;
  border-color: #000000;
}

.page-contact-customer-service__hours-info {
  background: #f0f0f0;
  padding: 30px;
  border-radius: 10px;
  margin-top: 40px;
  display: inline-block;
  text-align: left;
  font-size: 1.1em;
  color: #333333;
}

.page-contact-customer-service__hours-info p {
  margin-bottom: 10px;
}

.page-contact-customer-service__hours-image {
  margin-top: 40px;
  width: 600px; /* Example size */
  height: 450px; /* Example size */
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .page-contact-customer-service__main-title {
    font-size: 2.4em;
  }
  .page-contact-customer-service__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-contact-customer-service__hero-section {
    min-height: 400px;
    padding: 30px 15px;
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  }

  .page-contact-customer-service__hero-content {
    padding: 25px;
  }

  .page-contact-customer-service__main-title {
    font-size: 1.8em;
  }

  .page-contact-customer-service__hero-description {
    font-size: 1em;
  }

  .page-contact-customer-service__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-contact-customer-service__button {
    width: 100%;
    padding: 12px 20px;
  }

  .page-contact-customer-service__contact-methods,
  .page-contact-customer-service__faq-section,
  .page-contact-customer-service__hours-section,
  .page-contact-customer-service__commitment-section {
    margin: 40px auto;
    padding: 0 15px;
  }

  .page-contact-customer-service__section-title {
    font-size: 1.6em;
  }

  .page-contact-customer-service__section-description {
    font-size: 0.95em;
  }

  .page-contact-customer-service__method-grid {
    grid-template-columns: 1fr;
  }
  
  /* Ensure all content images are responsive and not smaller than 200px in display */
  .page-contact-customer-service img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size for content images */
    min-height: 200px; /* Enforce minimum size for content images */
  }

  .page-contact-customer-service__method-icon {
    width: 100%; /* Adjust for smaller screens */
    height: auto;
    max-width: 250px; /* Maintain a reasonable max-width */
  }

  .page-contact-customer-service__hours-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-contact-customer-service__main-title {
    font-size: 1.5em;
  }
  .page-contact-customer-service__hero-content {
    padding: 20px;
  }
  .page-contact-customer-service__section-title {
    font-size: 1.4em;
  }
  .page-contact-customer-service__button {
    font-size: 0.95em;
  }
}