
#hero-2 {
  background-size: cover;
  background-position: center;
  padding: 150px 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
#hero-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#hero-2 .container {
  position: relative;
  z-index: 2;
}
#hero-2 .hero-title {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}
#hero-2 .hero-subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.btn.btn-light {
  padding: 14px 40px;
  font-size: 18px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}



#content-block-25 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
}
#content-block-25 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-25 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.5rem;
}
#content-block-25 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
}
#content-block-25 .pricing-tier-card {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
#content-block-25 .pricing-tier-card .card-header {
  background-color: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  padding: 1.25rem 1rem;
  text-align: center;
}
#content-block-25 .pricing-tier-card .card-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #495057;
}
#content-block-25 .pricing-tier-card .card-header .price {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 500;
}
#content-block-25 .pricing-tier-card .card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
#content-block-25 .features-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-25 .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  color: #555;
}
#content-block-25 .features-list li:last-child {
  margin-bottom: 0;
}
#content-block-25 .features-list li i {
  min-width: 1.5em;
  text-align: center;
  margin-right: 0.5rem;
  font-size: 1.1em;
}
#content-block-25 .features-list li i.fa-check {
  color: var(--bs-success, #198754);
}
#content-block-25 .features-list li i.fa-times {
  color: var(--bs-danger, #dc3545);
  opacity: 0.6;
}
#content-block-25 .features-list li .feature-value {
  font-weight: 600;
  margin-left: 0.3rem;
  color: #343a40;
}
#content-block-25 .pricing-tier-card .card-footer {
  background-color: transparent;
  border-top: 1px solid #e9ecef;
  padding: 1.5rem;
  text-align: center;
  margin-top: auto;
}
#content-block-25 .pricing-tier-card .card-footer .btn {
  width: 100%;
}
#content-block-25 .pricing-tier-card.highlighted {
  border-width: 2px;
  border-color: var(--bs-primary, #0d6efd);
  transform: scale(1.03);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  z-index: 1;
}
#content-block-25 .pricing-tier-card.highlighted .card-header {
  background-color: var(--bs-primary, #0d6efd);
  border-color: var(--bs-primary, #0d6efd);
}
#content-block-25 .pricing-tier-card.highlighted .card-header h4,
#content-block-25 .pricing-tier-card.highlighted .card-header .price {
  color: #fff;
}
#content-block-25 .pricing-tier-card.highlighted .card-footer .btn {
}
@media (max-width: 991.98px) {
  #content-block-25 .pricing-tier-card {
    margin-bottom: 1.5rem;
  }
  #content-block-25 .pricing-tier-card.highlighted {
    transform: scale(1);
  }
}



#text-block-9 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f0f2f5);
}
#text-block-9 .container {
  max-width: 800px;
}
#text-block-9 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 40px;
}
#text-block-9 .text-card {
  background-color: var(--card-bg-color, #ffffff);
  color: var(--text-color, #333333);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
  border: var(--border-width, 4px) solid transparent;
  background-clip: padding-box;
}
#text-block-9 .text-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: calc(-1 * var(--border-width, 4px));
  border-radius: inherit;
  background: linear-gradient(
    to right,
    var(--grad-color-1, #833ab4),
    var(--grad-color-2, #fd1d1d),
    var(--grad-color-3, #fcb045)
  );
}
#text-block-9 .text-card .text-heading {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}
#text-block-9 .text-card .text-paragraph {
  font-size: 1.05rem;
  line-height: 1.75;
  color: inherit;
  opacity: 0.85;
  margin-bottom: 1rem;
}
#text-block-9 .text-card .text-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #text-block-9 {
    padding: 60px 0;
  }
  #text-block-9 .text-card {
    padding: 30px;
  }
  #text-block-9 .text-card .text-heading {
    font-size: 1.8rem;
  }
  #text-block-9 .text-card .text-paragraph {
    font-size: 1rem;
  }
}



#overview-16 {
  position: relative;
  overflow: hidden;
}
#overview-16 .split-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}
#overview-16 .split-background-container .split-bg-image,
#overview-16 .split-background-container .split-bg-color {
  width: 50%;
  height: 100%;
}
#overview-16 .split-background-container .split-bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#overview-16[data-image-side="right"] .split-bg-image {
  order: 2;
}
#overview-16[data-image-side="right"] .split-bg-color {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-image {
  order: 1;
}
#overview-16[data-image-side="left"] .split-bg-color {
  order: 2;
}
#overview-16 .container {
  position: relative;
  z-index: 1;
  color: var(--text-color, #333);
}
#overview-16 .overview-section-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#overview-16 .content-wrapper {
  max-width: 580px;
  padding: 2.5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  margin-left: 0;
  margin-right: auto;
}
#overview-16[data-image-side="left"] .content-wrapper {
  margin-left: auto;
  margin-right: 0;
}
#overview-16 .content-wrapper .section-heading {
  margin-bottom: 0.5rem;
  color: inherit;
}
#overview-16 .content-wrapper .lead {
  color: inherit;
  opacity: 0.9;
  margin-bottom: 2rem;
}
#overview-16 .content-detail-block {
  margin-bottom: 1.8rem;
}
#overview-16 .content-detail-block:last-child {
  margin-bottom: 0;
}
#overview-16 .content-detail-block h5 {
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
#overview-16 .content-detail-block h5 i {
  margin-right: 0.75rem;
  opacity: 0.8;
}
#overview-16 .content-detail-block p {
  line-height: 1.7;
  color: inherit;
  opacity: 0.95;
  margin-bottom: 0;
}
#overview-16 .content-wrapper .btn {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  #overview-16 .split-background-container {
    flex-direction: column;
  }
  #overview-16 .split-background-container .split-bg-image,
  #overview-16 .split-background-container .split-bg-color {
    width: 100%;
    height: 50%;
  }
  #overview-16 .split-background-container .split-bg-image {
    order: 1 !important;
  }
  #overview-16 .split-background-container .split-bg-color {
    order: 2 !important;
  }
  #overview-16 .content-wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 90%;
  }
  #overview-16 .overview-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  #overview-16 .content-wrapper {
    padding: 1.5rem;
  }
}



#game-section-9 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-9 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
#game-section-9 .split-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
#game-section-9 .left-column,
#game-section-9 .right-column {
  flex: 1;
}
#game-section-9 .left-column p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
#game-section-9 .review-item {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#game-section-9 .review-item p {
  font-size: 1rem;
  font-style: italic;
  color: #555;
}
#game-section-9 .review-item .author {
  font-size: 0.95rem;
  color: #777;
  margin-top: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  #game-section-9 .split-container {
    flex-direction: column;
  }
}


