/* style/games-center-lotto-games.css */

/* Base styles for the page content */
.page-games-center-lotto-games {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-games-center-lotto-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-games-center-lotto-games__section {
  padding: 60px 0;
  text-align: center;
}

.page-games-center-lotto-games__section:nth-of-type(even) {
  background-color: #e9e9e9;
}

.page-games-center-lotto-games__section-title {
  font-size: 2.5em;
  color: #000080; /* Dark blue */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-games-center-lotto-games__section-description {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-games-center-lotto-games__h3 {
  font-size: 1.5em;
  color: #000080;
  margin-top: 30px;
  margin-bottom: 15px;
}

.highlight-777bet {
  color: #FFD700; /* Bright gold */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.page-games-center-lotto-games__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 1em;
  margin: 10px;
}

.page-games-center-lotto-games__btn--primary {
  background-color: #FFD700; /* Bright gold */
  color: #000080; /* Dark blue */
}

.page-games-center-lotto-games__btn--primary:hover {
  background-color: #e6c200; /* Darker gold */
  transform: translateY(-2px);
}

.page-games-center-lotto-games__btn--secondary {
  background-color: #000080; /* Dark blue */
  color: #FFD700; /* Bright gold */
  border: 2px solid #FFD700;
}

.page-games-center-lotto-games__btn--secondary:hover {
  background-color: #000066; /* Darker blue */
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-games-center-lotto-games__btn--small {
  padding: 8px 18px;
  font-size: 0.9em;
  margin: 5px;
}

.page-games-center-lotto-games__btn--large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-games-center-lotto-games__btn--link {
  background: none;
  border: none;
  color: #000080;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.page-games-center-lotto-games__btn--link:hover {
  color: #FFD700;
  text-decoration: none;
}

/* Hero Section */
.page-games-center-lotto-games__hero {
  background: linear-gradient(135deg, #000080 0%, #00004d 100%); /* Dark blue gradient */
  color: #fff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-games-center-lotto-games__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-games-center-lotto-games__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #fff;
}

.page-games-center-lotto-games__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-games-center-lotto-games__hero-image-wrapper {
  margin-top: 40px;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.page-games-center-lotto-games__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* About Section (Feature Cards) */
.page-games-center-lotto-games__about {
  background-color: #f8f8f8;
}

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

.page-games-center-lotto-games__feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-center-lotto-games__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-games-center-lotto-games__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  color: #FFD700; /* Icon color */
}

.page-games-center-lotto-games__card-title {
  font-size: 1.4em;
  color: #000080; /* Dark blue */
  margin-bottom: 15px;
}

.page-games-center-lotto-games__feature-card p {
  color: #666;
}

/* Game Types Section */
.page-games-center-lotto-games__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-center-lotto-games__game-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-center-lotto-games__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-games-center-lotto-games__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-games-center-lotto-games__game-card .page-games-center-lotto-games__card-title {
  font-size: 1.3em;
  padding: 0 15px;
}

.page-games-center-lotto-games__game-card p {
  color: #666;
  padding: 0 15px;
  margin-bottom: 20px;
}

/* How to Play Section */
.page-games-center-lotto-games__how-to-play {
  background-color: #e9e9e9;
}

.page-games-center-lotto-games__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-games-center-lotto-games__step-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: left;
  position: relative;
  padding-top: 70px;
}

.page-games-center-lotto-games__step-number {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFD700; /* Bright gold */
  color: #000080; /* Dark blue */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-games-center-lotto-games__step-title {
  font-size: 1.3em;
  color: #000080;
  margin-bottom: 10px;
}

.page-games-center-lotto-games__step-item p {
  color: #666;
  margin-bottom: 15px;
}

/* Strategies Section */
.page-games-center-lotto-games__strategies {
  background-color: #f8f8f8;
  text-align: left;
}

.page-games-center-lotto-games__content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 40px;
  gap: 40px;
}

.page-games-center-lotto-games__content-image {
  flex: 1 1 40%;
  max-width: 40%;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-games-center-lotto-games__content-image--left {
  order: -1; /* Image on left for desktop */
}

.page-games-center-lotto-games__text-content {
  flex: 1 1 55%;
  max-width: 55%;
}

.page-games-center-lotto-games__strategies p {
  margin-bottom: 15px;
  color: #444;
}

/* Promotions Section */
.page-games-center-lotto-games__promotions {
  background-color: #e9e9e9;
}

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

.page-games-center-lotto-games__promo-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-games-center-lotto-games__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.page-games-center-lotto-games__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}

.page-games-center-lotto-games__promo-card .page-games-center-lotto-games__card-title {
  font-size: 1.3em;
  padding: 0 15px;
}

.page-games-center-lotto-games__promo-card p {
  color: #666;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page-games-center-lotto-games__disclaimer {
  font-size: 0.9em;
  color: #777;
  margin-top: 30px;
}

/* FAQ Section */
.page-games-center-lotto-games__faq {
  text-align: left;
  background-color: #f8f8f8;
}

.page-games-center-lotto-games__faq-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}

.page-games-center-lotto-games__faq-question {
  font-size: 1.2em;
  color: #000080;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-games-center-lotto-games__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #FFD700;
}

.page-games-center-lotto-games__faq-question.active::after {
  content: '-';
}

.page-games-center-lotto-games__faq-answer {
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-games-center-lotto-games__faq-question.active + .page-games-center-lotto-games__faq-answer {
  display: block;
}

/* Call to Action Section */
.page-games-center-lotto-games__cta {
  background: linear-gradient(90deg, #000080, #000066);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

.page-games-center-lotto-games__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #fff;
}

.page-games-center-lotto-games__cta-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-games-center-lotto-games__hero-title {
    font-size: 2.8em;
  }
  .page-games-center-lotto-games__hero-subtitle {
    font-size: 1.2em;
  }
  .page-games-center-lotto-games__section-title {
    font-size: 2em;
  }
  .page-games-center-lotto-games__content-block {
    flex-direction: column;
    align-items: center;
  }
  .page-games-center-lotto-games__content-image,
  .page-games-center-lotto-games__text-content {
    max-width: 100%;
    order: initial;
  }
  .page-games-center-lotto-games__content-image--left {
    order: initial;
  }
}

@media (max-width: 768px) {
  .page-games-center-lotto-games__hero {
    padding: 60px 15px;
  }
  .page-games-center-lotto-games__hero-title {
    font-size: 2.2em;
  }
  .page-games-center-lotto-games__hero-subtitle {
    font-size: 1em;
  }
  .page-games-center-lotto-games__section {
    padding: 40px 0;
  }
  .page-games-center-lotto-games__section-title {
    font-size: 1.8em;
  }
  .page-games-center-lotto-games__grid,
  .page-games-center-lotto-games__game-list,
  .page-games-center-lotto-games__steps,
  .page-games-center-lotto-games__promotion-grid {
    grid-template-columns: 1fr;
  }
  .page-games-center-lotto-games__feature-card,
  .page-games-center-lotto-games__game-card,
  .page-games-center-lotto-games__step-item,
  .page-games-center-lotto-games__promo-card {
    margin-bottom: 20px;
  }
  .page-games-center-lotto-games__cta-title {
    font-size: 2em;
  }
  .page-games-center-lotto-games__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-games-center-lotto-games__hero-title {
    font-size: 1.8em;
  }
  .page-games-center-lotto-games__btn {
    width: 100%;
    display: block;
    margin: 10px 0;
  }
  .page-games-center-lotto-games__hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-games-center-lotto-games__cta-title {
    font-size: 1.6em;
  }
}