/* style/blog-the-luck-of-777-in-online-slots.css */

/* Base styles for the page content, ensuring dark text on light background */
.page-blog-the-luck-of-777-in-online-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for contrast on light body background */
  background-color: #F3F3F3; /* Match body background from shared.css */
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.page-blog-the-luck-of-777-in-online-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-the-luck-of-777-in-online-slots__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
  padding: 60px 20px 40px;
  box-sizing: border-box;
  overflow: hidden;
  /* Gradient overlay for text readability over image */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.page-blog-the-luck-of-777-in-online-slots__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.page-blog-the-luck-of-777-in-online-slots__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
  display: block;
}

.page-blog-the-luck-of-777-in-online-slots__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 20px; /* Space between image and content in column layout */
}

.page-blog-the-luck-of-777-in-online-slots__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-the-luck-of-777-in-online-slots__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.page-blog-the-luck-of-777-in-online-slots__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-blog-the-luck-of-777-in-online-slots__btn-primary,
.page-blog-the-luck-of-777-in-online-slots__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-the-luck-of-777-in-online-slots__btn-primary {
  background-color: #1266EC; /* Custom 'Register' color */
  color: #FFFFFF;
  border: 2px solid #1266EC;
}

.page-blog-the-luck-of-777-in-online-slots__btn-primary:hover {
  background-color: #0c4cb8;
  border-color: #0c4cb8;
}

.page-blog-the-luck-of-777-in-online-slots__btn-secondary {
  background-color: #025BE8; /* Auxiliary color */
  color: #FFFFFF;
  border: 2px solid #025BE8;
}

.page-blog-the-luck-of-777-in-online-slots__btn-secondary:hover {
  background-color: #004ac9;
  border-color: #004ac9;
}

/* Content Sections */
.page-blog-the-luck-of-777-in-online-slots__content-section {
  padding: 40px 0;
  background-color: #FFFFFF; /* White background for content areas */
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-the-luck-of-777-in-online-slots__content-section:last-of-type {
  margin-bottom: 0;
}

.page-blog-the-luck-of-777-in-online-slots__section-title {
  font-size: 2.2rem;
  color: #025BE8; /* Auxiliary color for titles */
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.page-blog-the-luck-of-777-in-online-slots__sub-title {
  font-size: 1.6rem;
  color: #404040; /* Custom font color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-the-luck-of-777-in-online-slots__content-section p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #404040; /* Custom font color */
}

.page-blog-the-luck-of-777-in-online-slots__content-section a {
  color: #025BE8;
  text-decoration: none;
  font-weight: bold;
}

.page-blog-the-luck-of-777-in-online-slots__content-section a:hover {
  text-decoration: underline;
}

.page-blog-the-luck-of-777-in-online-slots__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #404040; /* Custom font color */
}

.page-blog-the-luck-of-777-in-online-slots__list li {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.page-blog-the-luck-of-777-in-online-slots__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
  object-fit: cover;
}

/* Game Showcase Cards */
.page-blog-the-luck-of-777-in-online-slots__game-showcase {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-the-luck-of-777-in-online-slots__game-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-the-luck-of-777-in-online-slots__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-the-luck-of-777-in-online-slots__game-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
  object-fit: cover;
}

.page-blog-the-luck-of-777-in-online-slots__game-title {
  font-size: 1.5rem;
  color: #025BE8;
  margin-bottom: 10px;
}

.page-blog-the-luck-of-777-in-online-slots__game-description {
  font-size: 1rem;
  color: #404040;
  margin-bottom: 20px;
}

.page-blog-the-luck-of-777-in-online-slots__game-button {
  background-color: #1266EC;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-the-luck-of-777-in-online-slots__game-button:hover {
  background-color: #0c4cb8;
}

/* FAQ Section */
.page-blog-the-luck-of-777-in-online-slots__faq-section {
  background-color: #E5EEFD; /* Custom 'Login' background color */
  padding: 40px 0;
}

.page-blog-the-luck-of-777-in-online-slots__faq-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-the-luck-of-777-in-online-slots__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #025BE8;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-the-luck-of-777-in-online-slots__faq-question:hover {
  background-color: #f0f8ff;
}

.page-blog-the-luck-of-777-in-online-slots__faq-toggle {
  font-size: 1.5rem;
  font-weight: normal;
  transition: transform 0.3s ease;
}

.page-blog-the-luck-of-777-in-online-slots__faq-item.active .page-blog-the-luck-of-777-in-online-slots__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-the-luck-of-777-in-online-slots__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #404040;
  font-size: 1rem;
}

.page-blog-the-luck-of-777-in-online-slots__faq-item.active .page-blog-the-luck-of-777-in-online-slots__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 15px 25px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-the-luck-of-777-in-online-slots__hero-section {
    padding: 40px 15px 30px;
  }

  .page-blog-the-luck-of-777-in-online-slots__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-the-luck-of-777-in-online-slots__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-the-luck-of-777-in-online-slots__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-the-luck-of-777-in-online-slots__btn-primary,
  .page-blog-the-luck-of-777-in-online-slots__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-the-luck-of-777-in-online-slots__container {
    padding: 15px;
  }

  .page-blog-the-luck-of-777-in-online-slots__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-the-luck-of-777-in-online-slots__sub-title {
    font-size: 1.4rem;
  }

  .page-blog-the-luck-of-777-in-online-slots__content-section p,
  .page-blog-the-luck-of-777-in-online-slots__list li {
    font-size: 1rem;
  }

  .page-blog-the-luck-of-777-in-online-slots__content-image,
  .page-blog-the-luck-of-777-in-online-slots__game-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-the-luck-of-777-in-online-slots__game-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-the-luck-of-777-in-online-slots__game-card {
    padding: 15px;
  }

  .page-blog-the-luck-of-777-in-online-slots__game-title {
    font-size: 1.3rem;
  }

  .page-blog-the-luck-of-777-in-online-slots__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-the-luck-of-777-in-online-slots__faq-answer {
    padding: 10px 20px;
  }

  .page-blog-the-luck-of-777-in-online-slots__faq-item.active .page-blog-the-luck-of-777-in-online-slots__faq-answer {
    padding: 10px 20px !important;
  }
}