.page-resources-suncity888-mobile-app-download-installation {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-suncity888-mobile-app-download-installation__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #FFD700, #000000);
  color: #fff;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  min-height: 450px; /* Ensure sufficient height */
}

.page-resources-suncity888-mobile-app-download-installation__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */
  z-index: 1;
}

.page-resources-suncity888-mobile-app-download-installation__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-resources-suncity888-mobile-app-download-installation__hero h1 {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-suncity888-mobile-app-download-installation__hero p {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-suncity888-mobile-app-download-installation__hero-image-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%; /* Adjust size as needed */
  height: auto;
  z-index: 0;
  opacity: 0.7;
  transform: translateX(20%) translateY(20%) rotate(10deg); /* Slightly offset and rotated */
  max-width: 600px;
  pointer-events: none; /* Prevent image from interfering with clicks */
}

.page-resources-suncity888-mobile-app-download-installation__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-resources-suncity888-mobile-app-download-installation__section {
  padding: 60px 0;
}

.page-resources-suncity888-mobile-app-download-installation__section--alt-bg {
  background-color: #e9e9e9;
}

.page-resources-suncity888-mobile-app-download-installation__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-suncity888-mobile-app-download-installation__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-resources-suncity888-mobile-app-download-installation__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-suncity888-mobile-app-download-installation__section p {
  font-size: 1.1em;
  color: #444;
  text-align: center;
  margin-bottom: 30px;
}

.page-resources-suncity888-mobile-app-download-installation__link {
  color: #DC143C; /* Deep Red for links */
  text-decoration: none;
  font-weight: bold;
}

.page-resources-suncity888-mobile-app-download-installation__link:hover {
  text-decoration: underline;
}

.page-resources-suncity888-mobile-app-download-installation__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 10px;
  font-size: 1.1em;
}

.page-resources-suncity888-mobile-app-download-installation__btn--primary {
  background-color: #FFD700; /* Gold */
  color: #000000; /* Black text */
  border: 2px solid #FFD700;
}

.page-resources-suncity888-mobile-app-download-installation__btn--primary:hover {
  background-color: #e6c200;
  color: #000000;
}

.page-resources-suncity888-mobile-app-download-installation__btn--secondary {
  background-color: #000000; /* Black */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-suncity888-mobile-app-download-installation__btn--secondary:hover {
  background-color: #222;
  color: #FFD700;
}

.page-resources-suncity888-mobile-app-download-installation__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-suncity888-mobile-app-download-installation__feature-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #FFD700;
}

.page-resources-suncity888-mobile-app-download-installation__feature-item h3 {
  color: #000000;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-resources-suncity888-mobile-app-download-installation__feature-item p {
  color: #555;
  font-size: 1em;
  text-align: center;
}

.page-resources-suncity888-mobile-app-download-installation__download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .page-resources-suncity888-mobile-app-download-installation__download-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.page-resources-suncity888-mobile-app-download-installation__download-item {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-suncity888-mobile-app-download-installation__download-item h3 {
  font-size: 2em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-suncity888-mobile-app-download-installation__download-item p {
  color: #666;
  margin-bottom: 25px;
}

.page-resources-suncity888-mobile-app-download-installation__qr-code {
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
  border: 5px solid #FFD700;
  border-radius: 5px;
  object-fit: cover;
}

.page-resources-suncity888-mobile-app-download-installation__install-guide-img {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 30px auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-suncity888-mobile-app-download-installation__steps {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}

.page-resources-suncity888-mobile-app-download-installation__steps li {
  background-color: #fefefe;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #DC143C; /* Deep Red accent */
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: #333;
  font-size: 1em;
}

.page-resources-suncity888-mobile-app-download-installation__steps li strong {
  color: #000000;
  font-size: 1.1em;
}

.page-resources-suncity888-mobile-app-download-installation__steps--large li {
  font-size: 1.15em;
  padding: 20px 25px;
}

.page-resources-suncity888-mobile-app-download-installation__features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-resources-suncity888-mobile-app-download-installation__feature-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  border-bottom: 5px solid #DC143C; /* Deep Red accent */
}

.page-resources-suncity888-mobile-app-download-installation__feature-card h3 {
  color: #000000;
  font-size: 1.6em;
  margin-bottom: 15px;
}

.page-resources-suncity888-mobile-app-download-installation__feature-card p {
  color: #555;
  font-size: 1em;
  text-align: center;
}

.page-resources-suncity888-mobile-app-download-installation__features-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 60px auto 0;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-suncity888-mobile-app-download-installation__faq {
  margin-top: 40px;
}

.page-resources-suncity888-mobile-app-download-installation__faq-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 25px;
}

.page-resources-suncity888-mobile-app-download-installation__faq-item h3 {
  color: #000000;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-resources-suncity888-mobile-app-download-installation__faq-item p {
  color: #555;
  font-size: 1em;
  text-align: left;
}

.page-resources-suncity888-mobile-app-download-installation__cta {
  background: linear-gradient(90deg, #000000, #333333);
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}

.page-resources-suncity888-mobile-app-download-installation__cta-title {
  font-size: 2.8em;
  color: #FFD700; /* Gold */
  margin-bottom: 20px;
}

.page-resources-suncity888-mobile-app-download-installation__cta p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-suncity888-mobile-app-download-installation__hero h1 {
    font-size: 3em;
  }
  .page-resources-suncity888-mobile-app-download-installation__hero-image-wrapper {
    width: 60%;
    transform: translateX(10%) translateY(15%) rotate(5deg);
  }
}

@media (max-width: 768px) {
  .page-resources-suncity888-mobile-app-download-installation__hero {
    flex-direction: column;
    padding: 60px 20px;
    min-height: 400px;
  }
  .page-resources-suncity888-mobile-app-download-installation__hero h1 {
    font-size: 2.5em;
  }
  .page-resources-suncity888-mobile-app-download-installation__hero p {
    font-size: 1em;
  }
  .page-resources-suncity888-mobile-app-download-installation__hero-image-wrapper {
    display: none; /* Hide large image on smaller screens */
  }
  .page-resources-suncity888-mobile-app-download-installation__section-title {
    font-size: 2em;
  }
  .page-resources-suncity888-mobile-app-download-installation__cta-title {
    font-size: 2.2em;
  }
  .page-resources-suncity888-mobile-app-download-installation__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-suncity888-mobile-app-download-installation__download-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-suncity888-mobile-app-download-installation__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-suncity888-mobile-app-download-installation__features-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-suncity888-mobile-app-download-installation__hero h1 {
    font-size: 2em;
  }
  .page-resources-suncity888-mobile-app-download-installation__section-title {
    font-size: 1.8em;
  }
  .page-resources-suncity888-mobile-app-download-installation__cta-title {
    font-size: 1.8em;
  }
  .page-resources-suncity888-mobile-app-download-installation__btn {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .page-resources-suncity888-mobile-app-download-installation__steps li,
  .page-resources-suncity888-mobile-app-download-installation__steps--large li {
    font-size: 0.95em;
    padding: 12px 15px;
  }
  .page-resources-suncity888-mobile-app-download-installation__qr-code {
    width: 150px;
    height: 150px;
  }
}