.page-contact {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

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

.page-contact__hero-section {
  position: relative;
  overflow: hidden;
  background-color: #1A2B4C; /* Dark background for hero section */
  color: #ffffff;
  padding: 0;
  text-align: center;
}

.page-contact__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image slightly for text readability */
}

.page-contact__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-contact__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-contact__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-contact__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-contact__hero-button:hover {
  background-color: #e5c000;
  transform: translateY(-3px);
}

.page-contact__methods-section,
.page-contact__faq-section,
.page-contact__feedback-section,
.page-contact__responsible-gaming-support,
.page-contact__partnership-inquiries,
.page-contact__why-choose-support,
.page-contact__get-started {
  padding: 60px 0;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-contact__methods-section {
  background-color: #ffffff;
}

.page-contact__section-title {
  font-size: 2.2em;
  color: #1A2B4C;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-contact__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-contact__section-intro {
  font-size: 1.1em;
  color: #555555;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

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

.page-contact__method-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-contact__method-icon {
  width: 200px; /* Min size for content images */
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
  border-radius: 8px;
}

.page-contact__card-title {
  font-size: 1.6em;
  color: #1A2B4C;
  margin-bottom: 15px;
}

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

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

.page-contact__method-button:hover {
  background-color: #0d1a33;
}

.page-contact__email-address,
.page-contact__phone-number {
  font-size: 1.1em;
  color: #1A2B4C;
  margin-top: 15px;
  font-weight: bold;
}

.page-contact__email-link {
  color: #FFD700;
  text-decoration: none;
}

.page-contact__email-link:hover {
  text-decoration: underline;
}

.page-contact__social-media {
  text-align: center;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px dashed #e0e0e0;
}

.page-contact__sub-title {
  font-size: 1.8em;
  color: #1A2B4C;
  margin-bottom: 20px;
}

.page-contact__social-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-contact__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1A2B4C;
  color: #FFD700;
  font-size: 1.2em;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-contact__social-link:hover {
  background-color: #FFD700;
  color: #1A2B4C;
  transform: translateY(-3px);
}

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

.page-contact__accordion-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.page-contact__accordion-header {
  background-color: #1A2B4C;
  color: #FFD700;
  padding: 18px 25px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-contact__accordion-header:hover {
  background-color: #0d1a33;
}

.page-contact__accordion-header::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-contact__accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-contact__accordion-content {
  padding: 0 25px;
  background-color: #fefefe;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-contact__accordion-content p {
  padding: 15px 0;
  color: #555555;
}

.page-contact__inline-link {
  color: #1A2B4C;
  text-decoration: underline;
  font-weight: bold;
}

.page-contact__inline-link:hover {
  color: #FFD700;
}

.page-contact__feedback-section,
.page-contact__get-started {
  background-color: #FFD700;
  color: #1A2B4C;
  text-align: center;
}

.page-contact__feedback-section .page-contact__section-title,
.page-contact__get-started .page-contact__section-title {
  color: #1A2B4C;
}

.page-contact__feedback-section .page-contact__section-intro,
.page-contact__get-started .page-contact__section-intro {
  color: #333333;
}

.page-contact__feedback-section .page-contact__section-title::after,
.page-contact__get-started .page-contact__section-title::after {
  background-color: #1A2B4C;
}

.page-contact__feedback-button,
.page-contact__get-started-button {
  display: inline-block;
  background-color: #1A2B4C;
  color: #FFD700;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}

.page-contact__feedback-button:hover,
.page-contact__get-started-button:hover {
  background-color: #0d1a33;
  transform: translateY(-3px);
}

.page-contact__responsible-gaming-support {
  background-color: #fefefe;
}

.page-contact__responsible-gaming-button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
}

.page-contact__responsible-gaming-button:hover {
  background-color: #e5c000;
}

.page-contact__why-choose-support {
  background-color: #ffffff;
}

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

.page-contact__trust-card {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-contact__trust-icon {
  width: 250px; /* Min size for content images */
  height: auto;
  margin-bottom: 20px;
  max-width: 100%;
  border-radius: 8px;
}

.page-contact__floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-contact__floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFD700;
  color: #1A2B4C;
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-contact__floating-button--register {
  background-color: #FFD700;
  color: #1A2B4C;
}

.page-contact__floating-button--register:hover {
  background-color: #e5c000;
  transform: translateY(-3px);
}

.page-contact__floating-button--login {
  background-color: #1A2B4C;
  color: #FFD700;
}

.page-contact__floating-button--login:hover {
  background-color: #0d1a33;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-contact__hero-title {
    font-size: 2.5em;
  }
  .page-contact__hero-description {
    font-size: 1.1em;
  }
  .page-contact__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-contact {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }
  .page-contact__hero-title {
    font-size: 2em;
  }
  .page-contact__hero-description {
    font-size: 1em;
  }
  .page-contact__hero-content {
    max-width: 90%;
  }
  .page-contact__methods-grid {
    grid-template-columns: 1fr;
  }
  .page-contact__social-links {
    flex-direction: column;
    gap: 10px;
  }
  .page-contact__social-link {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .page-contact__accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-contact__trust-points {
    grid-template-columns: 1fr;
  }
  .page-contact__floating-buttons {
    bottom: 20px;
    right: 20px;
    gap: 10px;
  }
  .page-contact__floating-button {
    font-size: 1em;
    padding: 12px 20px;
    min-width: 120px;
  }
  /* Mobile content image overflow prevention */
  .page-contact__container img,
  .page-contact__methods-grid img,
  .page-contact__trust-points img {
    max-width: 100%;
    height: auto;
  }
  .page-contact__hero-image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-contact__hero-title {
    font-size: 1.8em;
  }
  .page-contact__hero-description {
    font-size: 0.9em;
  }
  .page-contact__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-contact__section-title {
    font-size: 1.8em;
  }
  .page-contact__section-intro {
    font-size: 1em;
  }
  .page-contact__method-card {
    padding: 20px;
  }
  .page-contact__card-title {
    font-size: 1.4em;
  }
}