/* style/resources-by88-mobile-app-download-tutorial.css */
.page-resources-by88-mobile-app-download-tutorial {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-by88-mobile-app-download-tutorial__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-by88-mobile-app-download-tutorial__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-by88-mobile-app-download-tutorial__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:by88_abstract_pattern,geometric,subtle_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-by88-mobile-app-download-tutorial__hero .page-resources-by88-mobile-app-download-tutorial__container {
  position: relative;
  z-index: 1;
}

.page-resources-by88-mobile-app-download-tutorial__back-link {
  display: inline-block;
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.page-resources-by88-mobile-app-download-tutorial__back-link:hover {
  color: #fff;
}

.page-resources-by88-mobile-app-download-tutorial__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-resources-by88-mobile-app-download-tutorial__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-by88-mobile-app-download-tutorial__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  margin: 5px;
}

.page-resources-by88-mobile-app-download-tutorial__btn--primary {
  background-color: #ffc107;
  color: #000;
}

.page-resources-by88-mobile-app-download-tutorial__btn--primary:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-by88-mobile-app-download-tutorial__btn--secondary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.page-resources-by88-mobile-app-download-tutorial__btn--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-by88-mobile-app-download-tutorial__btn--large {
  padding: 15px 35px;
  font-size: 1.3em;
}

.page-resources-by88-mobile-app-download-tutorial__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-by88-mobile-app-download-tutorial__article-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-by88-mobile-app-download-tutorial__heading {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-by88-mobile-app-download-tutorial__subheading {
  font-size: 1.5em;
  color: #333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-by88-mobile-app-download-tutorial__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #555;
}

.page-resources-by88-mobile-app-download-tutorial__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
  color: #555;
}

.page-resources-by88-mobile-app-download-tutorial__list li {
  margin-bottom: 0.8em;
  font-size: 1.1em;
}

.page-resources-by88-mobile-app-download-tutorial__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}

.page-resources-by88-mobile-app-download-tutorial__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-by88-mobile-app-download-tutorial__image--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
  width: 40%; /* Adjust as needed */
  min-width: 250px;
}

.page-resources-by88-mobile-app-download-tutorial__image--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px;
  width: 40%; /* Adjust as needed */
  min-width: 250px;
}

.page-resources-by88-mobile-app-download-tutorial__cta-box {
  background-color: #e9f5ff;
  border-left: 5px solid #007bff;
  padding: 25px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
}

.page-resources-by88-mobile-app-download-tutorial__cta-box--alt {
  background-color: #fff3cd;
  border-left-color: #ffc107;
}

.page-resources-by88-mobile-app-download-tutorial__cta-box p {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 20px;
}

.page-resources-by88-mobile-app-download-tutorial__cta-final {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
}

/* Clearfix for floated images */
.page-resources-by88-mobile-app-download-tutorial__article-content::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-by88-mobile-app-download-tutorial__title {
    font-size: 2.2em;
  }

  .page-resources-by88-mobile-app-download-tutorial__subheading {
    font-size: 1.3em;
  }

  .page-resources-by88-mobile-app-download-tutorial__article-content {
    padding: 0 15px;
  }

  .page-resources-by88-mobile-app-download-tutorial__image--left,
  .page-resources-by88-mobile-app-download-tutorial__image--right {
    float: none;
    margin: 20px auto;
    width: 80%;
    display: block;
  }

  .page-resources-by88-mobile-app-download-tutorial__btn--large {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-by88-mobile-app-download-tutorial__title {
    font-size: 1.8em;
  }

  .page-resources-by88-mobile-app-download-tutorial__subtitle {
    font-size: 1em;
  }

  .page-resources-by88-mobile-app-download-tutorial__heading {
    font-size: 1.6em;
  }

  .page-resources-by88-mobile-app-download-tutorial__list,
  .page-resources-by88-mobile-app-download-tutorial__article-content p {
    font-size: 1em;
  }

  .page-resources-by88-mobile-app-download-tutorial__btn {
    font-size: 0.9em;
    padding: 10px 20px;
  }
}