/* style/resources-sodo-casino-66-customer-service.css */
.page-resources-sodo-casino-66-customer-service {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light grey for main text */
  background-color: #1A1A1A; /* Very dark background */
}

.page-resources-sodo-casino-66-customer-service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-sodo-casino-66-customer-service__hero-section {
  background: linear-gradient(135deg, #CC0000 0%, #660000 100%); /* Darker red gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.page-resources-sodo-casino-66-customer-service__hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.1) 0%, rgba(204, 0, 0, 0) 70%);
  opacity: 0.3;
  animation: page-resources-sodo-casino-66-customer-service__pulse 15s infinite alternate;
}

@keyframes page-resources-sodo-casino-66-customer-service__pulse {
  0% { transform: scale(1); opacity: 0.3; }
  100% { transform: scale(1.2); opacity: 0.5; }
}

.page-resources-sodo-casino-66-customer-service__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}

.page-resources-sodo-casino-66-customer-service__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #F0F0F0;
  position: relative;
  z-index: 1;
}

.page-resources-sodo-casino-66-customer-service__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.page-resources-sodo-casino-66-customer-service__cta-buttons--bottom {
  margin-top: 60px;
}

.page-resources-sodo-casino-66-customer-service__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 1.1em;
  border: none;
}

.page-resources-sodo-casino-66-customer-service__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #333333; /* Dark text for gold button */
}

.page-resources-sodo-casino-66-customer-service__btn--primary:hover {
  background-color: #E6C200;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-sodo-casino-66-customer-service__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-resources-sodo-casino-66-customer-service__btn--secondary:hover {
  background-color: #FFD700;
  color: #333333;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}

.page-resources-sodo-casino-66-customer-service__btn--inline {
  padding: 8px 15px;
  font-size: 0.9em;
  margin-top: 10px;
}

.page-resources-sodo-casino-66-customer-service__content-section {
  padding: 60px 0;
}

.page-resources-sodo-casino-66-customer-service__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-sodo-casino-66-customer-service__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #CC0000;
  border-radius: 2px;
}

.page-resources-sodo-casino-66-customer-service__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-sodo-casino-66-customer-service__channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-sodo-casino-66-customer-service__channel-card {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-top: 5px solid #CC0000;
}

.page-resources-sodo-casino-66-customer-service__channel-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
}

.page-resources-sodo-casino-66-customer-service__channel-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5)); /* Gold glow */
}

.page-resources-sodo-casino-66-customer-service__channel-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-sodo-casino-66-customer-service__channel-description {
  font-size: 1em;
  color: #B0B0B0;
  margin-bottom: 25px;
}

.page-resources-sodo-casino-66-customer-service__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-sodo-casino-66-customer-service__faq-item {
  background-color: #2A2A2A;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-sodo-casino-66-customer-service__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
  border-bottom: 1px solid #444444;
  transition: background-color 0.3s ease;
}

.page-resources-sodo-casino-66-customer-service__faq-question:hover {
  background-color: #444444;
}

.page-resources-sodo-casino-66-customer-service__faq-question::after {
  content: '+';
  font-size: 1.5em;
  color: #CC0000;
  transition: transform 0.3s ease;
}

.page-resources-sodo-casino-66-customer-service__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-sodo-casino-66-customer-service__faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  background-color: #2A2A2A;
}

.page-resources-sodo-casino-66-customer-service__faq-answer p {
  padding-top: 15px;
  color: #B0B0B0;
  text-align: left;
}

.page-resources-sodo-casino-66-customer-service__faq-answer a {
  margin-bottom: 15px;
}

.page-resources-sodo-casino-66-customer-service__faq-answer.active {
  max-height: 500px; /* Adjust based on max content height */
  padding-bottom: 20px;
}

.page-resources-sodo-casino-66-customer-service__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.page-resources-sodo-casino-66-customer-service__image--full-width {
  margin-top: 30px;
}

.page-resources-sodo-casino-66-customer-service__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-sodo-casino-66-customer-service__tip-item {
  background-color: #2A2A2A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-bottom: 5px solid #FFD700;
}

.page-resources-sodo-casino-66-customer-service__tip-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(204, 0, 0, 0.5)); /* Red glow */
}

.page-resources-sodo-casino-66-customer-service__tip-title {
  font-size: 1.6em;
  color: #CC0000;
  margin-bottom: 15px;
}

.page-resources-sodo-casino-66-customer-service__tip-item p {
  font-size: 1em;
  color: #B0B0B0;
}

.page-resources-sodo-casino-66-customer-service__call-to-action-text {
  font-size: 1.3em;
  text-align: center;
  margin-top: 40px;
  color: #FFD700;
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-sodo-casino-66-customer-service__hero-title {
    font-size: 2.5em;
  }

  .page-resources-sodo-casino-66-customer-service__hero-description {
    font-size: 1em;
  }

  .page-resources-sodo-casino-66-customer-service__section-title {
    font-size: 2em;
  }

  .page-resources-sodo-casino-66-customer-service__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-sodo-casino-66-customer-service__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-sodo-casino-66-customer-service__channel-card, .page-resources-sodo-casino-66-customer-service__tip-item {
    padding: 25px;
  }

  .page-resources-sodo-casino-66-customer-service__channel-title {
    font-size: 1.5em;
  }

  .page-resources-sodo-casino-66-customer-service__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-resources-sodo-casino-66-customer-service__faq-answer p {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-resources-sodo-casino-66-customer-service__hero-title {
    font-size: 2em;
  }

  .page-resources-sodo-casino-66-customer-service__hero-description {
    font-size: 0.9em;
  }

  .page-resources-sodo-casino-66-customer-service__section-title {
    font-size: 1.8em;
  }

  .page-resources-sodo-casino-66-customer-service__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-sodo-casino-66-customer-service__channels-grid,
  .page-resources-sodo-casino-66-customer-service__tips-grid {
    grid-template-columns: 1fr;
  }
}