/* style/index-about-mcw77.css */

.page-index-about-mcw77 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Text color for dark body background #0d0d0d */
  background-color: #0d0d0d;
}

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

.page-index-about-mcw77__section-title {
  font-size: 2.5em;
  color: #E44D26;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-index-about-mcw77__sub-title {
  font-size: 1.8em;
  color: #E44D26;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-about-mcw77__intro-text {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
  color: #f0f0f0;
}

/* Hero Section */
.page-index-about-mcw77__hero-section {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px);
}

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

.page-index-about-mcw77__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.page-index-about-mcw77__hero-content {
  position: relative;
  z-index: 3;
  color: #ffffff;
  max-width: 900px;
  padding: 20px;
}

.page-index-about-mcw77__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #E44D26;
}

.page-index-about-mcw77__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-index-about-mcw77__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-index-about-mcw77__btn-primary,
.page-index-about-mcw77__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-index-about-mcw77__btn-primary {
  background-color: #E44D26;
  color: #ffffff;
  border: 2px solid #E44D26;
}

.page-index-about-mcw77__btn-primary:hover {
  background-color: #ff6633;
  border-color: #ff6633;
}

.page-index-about-mcw77__btn-secondary {
  background-color: transparent;
  color: #E44D26;
  border: 2px solid #E44D26;
}

.page-index-about-mcw77__btn-secondary:hover {
  background-color: #E44D26;
  color: #ffffff;
}

/* Vision & Mission Section */
.page-index-about-mcw77__vision-mission-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-about-mcw77__vision-mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-about-mcw77__text-block p {
  margin-bottom: 15px;
  color: #cccccc;
}

.page-index-about-mcw77__image-block {
  text-align: center;
}

.page-index-about-mcw77__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Why Choose Section */
.page-index-about-mcw77__why-choose-section {
  padding: 80px 0;
  background-color: #0d0d0d;
}

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

.page-index-about-mcw77__feature-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-index-about-mcw77__feature-card:hover {
  transform: translateY(-10px);
}

.page-index-about-mcw77__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-about-mcw77__card-title {
  font-size: 1.5em;
  color: #E44D26;
  margin-bottom: 15px;
}

.page-index-about-mcw77__feature-card p {
  color: #cccccc;
}

/* Commitment Section */
.page-index-about-mcw77__commitment-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-about-mcw77__commitment-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-about-mcw77__commitment-content ul {
  list-style: disc;
  margin-left: 20px;
  color: #cccccc;
}

.page-index-about-mcw77__commitment-content li {
  margin-bottom: 10px;
}

/* Gaming Portfolio Section */
.page-index-about-mcw77__gaming-portfolio-section {
  padding: 80px 0;
  background-color: #0d0d0d;
}

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

.page-index-about-mcw77__category-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-index-about-mcw77__category-card:hover {
  transform: translateY(-10px);
}

.page-index-about-mcw77__category-card .page-index-about-mcw77__card-title a {
  color: #E44D26;
  text-decoration: none;
}

.page-index-about-mcw77__category-card .page-index-about-mcw77__card-title a:hover {
  text-decoration: underline;
}

.page-index-about-mcw77__category-card p {
  color: #cccccc;
}

/* Responsible Gaming Section */
.page-index-about-mcw77__responsible-gaming-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-about-mcw77__responsible-gaming-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.page-index-about-mcw77__responsible-gaming-content ul {
  list-style: disc;
  margin-left: 20px;
  color: #cccccc;
}

.page-index-about-mcw77__responsible-gaming-content li {
  margin-bottom: 10px;
}

.page-index-about-mcw77__responsible-gaming-section .page-index-about-mcw77__btn-primary {
  margin-top: 20px;
}

/* Customer Support Section */
.page-index-about-mcw77__customer-support-section {
  padding: 80px 0;
  background-color: #0d0d0d;
}

.page-index-about-mcw77__support-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

.page-index-about-mcw77__channel-card {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-index-about-mcw77__channel-card:hover {
  transform: translateY(-10px);
}

.page-index-about-mcw77__channel-card p {
  color: #cccccc;
}

.page-index-about-mcw77__cta-buttons--center {
  justify-content: center;
  display: flex;
  gap: 20px;
}

/* FAQ Section */
.page-index-about-mcw77__faq-section {
  padding: 80px 0;
  background-color: #1a1a1a;
}

.page-index-about-mcw77__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-index-about-mcw77__faq-item {
  background-color: #333333;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-index-about-mcw77__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #E44D26;
  cursor: pointer;
  background-color: #333333;
  transition: background-color 0.3s ease;
}

.page-index-about-mcw77__faq-question:hover {
  background-color: #444444;
}

.page-index-about-mcw77__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-index-about-mcw77__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #cccccc;
}

.page-index-about-mcw77__faq-answer p {
  margin-bottom: 15px;
}

.page-index-about-mcw77__faq-item.active .page-index-about-mcw77__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px;
}

.page-index-about-mcw77__faq-item.active .page-index-about-mcw77__faq-toggle {
  transform: rotate(0deg);
}

/* Call to Action Section */
.page-index-about-mcw77__cta-section {
  padding: 80px 0;
  background-color: #E44D26;
  text-align: center;
}

.page-index-about-mcw77__cta-container {
  max-width: 800px;
}

.page-index-about-mcw77__cta-section .page-index-about-mcw77__section-title {
  color: #ffffff;
}

.page-index-about-mcw77__cta-section .page-index-about-mcw77__section-title::after {
  background-color: #ffffff;
}

.page-index-about-mcw77__cta-section .page-index-about-mcw77__intro-text {
  color: #ffffff;
  margin-bottom: 40px;
}

.page-index-about-mcw77__btn-primary--large {
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-index-about-mcw77__hero-title {
    font-size: 3em;
  }
  .page-index-about-mcw77__hero-description {
    font-size: 1.1em;
  }
  .page-index-about-mcw77__section-title {
    font-size: 2em;
  }
  .page-index-about-mcw77__sub-title {
    font-size: 1.5em;
  }
  .page-index-about-mcw77__vision-mission-grid,
  .page-index-about-mcw77__commitment-content,
  .page-index-about-mcw77__responsible-gaming-content {
    grid-template-columns: 1fr;
  }
  .page-index-about-mcw77__image-block {
    order: -1; /* Image first on smaller screens */
  }
}

@media (max-width: 768px) {
  .page-index-about-mcw77 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-about-mcw77__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important;
  }
  .page-index-about-mcw77__hero-title {
    font-size: 2.2em;
  }
  .page-index-about-mcw77__hero-description {
    font-size: 1em;
  }
  .page-index-about-mcw77__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-about-mcw77__btn-primary,
  .page-index-about-mcw77__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-index-about-mcw77__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-index-about-mcw77__intro-text {
    font-size: 1em;
    margin-bottom: 30px;
  }
  .page-index-about-mcw77__feature-grid,
  .page-index-about-mcw77__game-categories,
  .page-index-about-mcw77__support-channels {
    grid-template-columns: 1fr;
  }
  .page-index-about-mcw77__feature-card,
  .page-index-about-mcw77__category-card,
  .page-index-about-mcw77__channel-card {
    padding: 20px;
  }
  .page-index-about-mcw77__card-title {
    font-size: 1.3em;
  }
  .page-index-about-mcw77__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }
  .page-index-about-mcw77__faq-answer {
    padding: 0 20px;
  }
  .page-index-about-mcw77__faq-item.active .page-index-about-mcw77__faq-answer {
    padding: 10px 20px;
  }
  .page-index-about-mcw77__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Ensure all images are responsive */
  .page-index-about-mcw77 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-index-about-mcw77__hero-section,
  .page-index-about-mcw77__vision-mission-section,
  .page-index-about-mcw77__why-choose-section,
  .page-index-about-mcw77__commitment-section,
  .page-index-about-mcw77__gaming-portfolio-section,
  .page-index-about-mcw77__responsible-gaming-section,
  .page-index-about-mcw77__customer-support-section,
  .page-index-about-mcw77__faq-section,
  .page-index-about-mcw77__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }
  .page-index-about-mcw77__cta-buttons--center {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-index-about-mcw77__hero-section {
    height: 400px;
  }
  .page-index-about-mcw77__hero-title {
    font-size: 1.8em;
  }
  .page-index-about-mcw77__hero-description {
    font-size: 0.9em;
  }
  .page-index-about-mcw77__section-title {
    font-size: 1.5em;
  }
  .page-index-about-mcw77__btn-primary--large {
    font-size: 1em;
    padding: 15px 25px;
  }
}