/* style/resources-suncity888-live-casino-game-review.css */
.page-resources-suncity888-live-casino-game-review {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-suncity888-live-casino-game-review .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-suncity888-live-casino-game-review .section-padding {
  padding: 60px 0;
}

.page-resources-suncity888-live-casino-game-review .text-center {
  text-align: center;
}

.page-resources-suncity888-live-casino-game-review .mt-3 {
  margin-top: 15px;
}

.page-resources-suncity888-live-casino-game-review .mt-4 {
  margin-top: 20px;
}

.page-resources-suncity888-live-casino-game-review .ml-3 {
  margin-left: 15px;
}

/* Hero Section */
.page-resources-suncity888-live-casino-game-review .hero-section {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.page-resources-suncity888-live-casino-game-review .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-resources-suncity888-live-casino-game-review .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(255, 215, 0, 0.4)); /* Black and Gold overlay */
  z-index: 2;
}

.page-resources-suncity888-live-casino-game-review .hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}

.page-resources-suncity888-live-casino-game-review .hero-title {
  font-size: 3.5em;
  margin-bottom: 15px;
  color: #FFD700; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-suncity888-live-casino-game-review .hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
  color: #f0f0f0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* General Typography */
.page-resources-suncity888-live-casino-game-review .section-title {
  font-size: 2.5em;
  color: #000000; /* Black */
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-suncity888-live-casino-game-review .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700; /* Gold */
  border-radius: 2px;
}

.page-resources-suncity888-live-casino-game-review .sub-section-title {
  font-size: 2em;
  color: #000000; /* Black */
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-suncity888-live-casino-game-review .section-description {
  font-size: 1.1em;
  color: #555;
  text-align: center;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-suncity888-live-casino-game-review .section-description.large-text {
  font-size: 1.2em;
  font-weight: 500;
}

.page-resources-suncity888-live-casino-game-review h3 {
  font-size: 1.8em;
  color: #000000; /* Black */
  margin-bottom: 15px;
}

.page-resources-suncity888-live-casino-game-review h4 {
  font-size: 1.4em;
  color: #000000; /* Black */
  margin-bottom: 10px;
}

.page-resources-suncity888-live-casino-game-review p {
  color: #333;
  margin-bottom: 15px;
}

/* Buttons */
.page-resources-suncity888-live-casino-game-review .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;
}

.page-resources-suncity888-live-casino-game-review .btn-primary {
  background-color: #FFD700; /* Gold */
  color: #000000; /* Black */
  border: 2px solid #FFD700;
}

.page-resources-suncity888-live-casino-game-review .btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-suncity888-live-casino-game-review .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold */
  border: 2px solid #FFD700;
}

.page-resources-suncity888-live-casino-game-review .btn-secondary:hover {
  background-color: #FFD700;
  color: #000000; /* Black */
  transform: translateY(-2px);
}

.page-resources-suncity888-live-casino-game-review .btn-large {
  padding: 15px 30px;
  font-size: 1.1em;
}

.page-resources-suncity888-live-casino-game-review .btn-small {
  padding: 8px 15px;
  font-size: 0.9em;
}

/* Grid Layouts */
.page-resources-suncity888-live-casino-game-review .grid-2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}

.page-resources-suncity888-live-casino-game-review .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Image Styling */
.page-resources-suncity888-live-casino-game-review .responsive-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-suncity888-live-casino-game-review .image-content {
  text-align: center;
}

/* Feature List */
.page-resources-suncity888-live-casino-game-review .feature-list {
  margin-top: 30px;
}

.page-resources-suncity888-live-casino-game-review .feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-suncity888-live-casino-game-review .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-suncity888-live-casino-game-review .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 5px rgba(255, 215, 0, 0.5));
}

.page-resources-suncity888-live-casino-game-review .feature-list-small {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-suncity888-live-casino-game-review .feature-list-small li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
  font-size: 1.05em;
}

.page-resources-suncity888-live-casino-game-review .feature-list-small .icon-check {
  color: #FFD700; /* Gold */
  margin-right: 10px;
  font-size: 1.2em;
}

/* Registration Steps */
.page-resources-suncity888-live-casino-game-review .registration-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-suncity888-live-casino-game-review .step-item {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  flex: 1 1 280px;
  max-width: 300px;
}

.page-resources-suncity888-live-casino-game-review .step-number {
  width: 50px;
  height: 50px;
  background-color: #FFD700; /* Gold */
  color: #000000; /* Black */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 auto 20px auto;
  box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
}

.page-resources-suncity888-live-casino-game-review .registration-image-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* Game Showcase */
.page-resources-suncity888-live-casino-game-review .game-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-suncity888-live-casino-game-review .game-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-suncity888-live-casino-game-review .game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-resources-suncity888-live-casino-game-review .game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.page-resources-suncity888-live-casino-game-review .game-card h4 {
  margin-top: 15px;
  color: #000000;
}

.page-resources-suncity888-live-casino-game-review .game-card p {
  padding: 0 15px;
  font-size: 0.95em;
  color: #555;
}

.page-resources-suncity888-live-casino-game-review .game-card .btn-small {
  margin-bottom: 15px;
}

/* Advantages Section */
.page-resources-suncity888-live-casino-game-review .advantage-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-suncity888-live-casino-game-review .advantage-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-suncity888-live-casino-game-review .advantage-item i {
  font-size: 3em;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
  display: block;
}

.page-resources-suncity888-live-casino-game-review .advantage-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 20px;
}

/* Call to Action Section */
.page-resources-suncity888-live-casino-game-review .cta-section {
  background-color: #000000; /* Black */
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-suncity888-live-casino-game-review .cta-section .section-title {
  color: #FFD700; /* Gold */
}

.page-resources-suncity888-live-casino-game-review .cta-section .section-title::after {
  background-color: #DC143C; /* Accent Red */
}

.page-resources-suncity888-live-casino-game-review .cta-section .section-description {
  color: #f0f0f0;
}

.page-resources-suncity888-live-casino-game-review .cta-section .btn-primary {
  background-color: #DC143C; /* Accent Red */
  border-color: #DC143C;
  color: #fff;
}

.page-resources-suncity888-live-casino-game-review .cta-section .btn-primary:hover {
  background-color: #c01132;
  border-color: #c01132;
}

.page-resources-suncity888-live-casino-game-review .cta-section .btn-secondary {
  color: #FFD700; /* Gold */
  border-color: #FFD700;
}

.page-resources-suncity888-live-casino-game-review .cta-section .btn-secondary:hover {
  background-color: #FFD700;
  color: #000000; /* Black */
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-suncity888-live-casino-game-review .hero-title {
    font-size: 2.8em;
  }

  .page-resources-suncity888-live-casino-game-review .hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-suncity888-live-casino-game-review .section-title {
    font-size: 2em;
  }

  .page-resources-suncity888-live-casino-game-review .grid-2-cols {
    grid-template-columns: 1fr;
  }
  
  .page-resources-suncity888-live-casino-game-review .grid-2-cols .image-content {
    order: -1; /* Image first on mobile for some sections */
  }

  .page-resources-suncity888-live-casino-game-review .registration-steps {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-suncity888-live-casino-game-review .step-item {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-resources-suncity888-live-casino-game-review .hero-section {
    height: 400px;
  }

  .page-resources-suncity888-live-casino-game-review .hero-title {
    font-size: 2.2em;
  }

  .page-resources-suncity888-live-casino-game-review .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-suncity888-live-casino-game-review .section-padding {
    padding: 40px 0;
  }

  .page-resources-suncity888-live-casino-game-review .section-title {
    font-size: 1.8em;
  }

  .page-resources-suncity888-live-casino-game-review h3 {
    font-size: 1.5em;
  }

  .page-resources-suncity888-live-casino-game-review .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-suncity888-live-casino-game-review .ml-3 {
    margin-left: 0;
    margin-top: 10px; /* Stack buttons */
  }
}

/* Icon styles (placeholder, assuming shared.css or a font icon library provides these) */
.page-resources-suncity888-live-casino-game-review .icon-check::before { content: '✔'; }
.page-resources-suncity888-live-casino-game-review .icon-award::before { content: '🏆'; }
.page-resources-suncity888-live-casino-game-review .icon-mobile::before { content: '📱'; }
.page-resources-suncity888-live-casino-game-review .icon-support::before { content: '💬'; }