
#hero-3 {
  padding: 100px 0;
}
#hero-3 .hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #333;
}
#hero-3 .hero-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
#hero-3 .hero-image {
  max-width: 100%;
  border-radius: 8px;
}



#features-23 {
  padding: 60px 0;
  overflow: hidden;
  background-color: {{ $data['features-23']['bg_color'] ?? '#ffffff' }};
}
#features-23 .section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #343a40;
}
#features-23 .section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--bs-primary, #0d6efd);
  bottom: 0;
  left: calc(50% - 25px);
}
#features-23 .section-title p {
  margin-bottom: 40px;
  color: #6c757d;
}
#features-23 .comparison-table {
  width: 100%;
  border-collapse: collapse; 
}
#features-23 .comparison-table th,
#features-23 .comparison-table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dee2e6; 
}
#features-23 .comparison-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 18px;
  color: #495057;
  position: relative; 
}
#features-23 .comparison-table th .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: var(--bs-danger, #dc3545);
    color: #fff;
}
#features-23 .comparison-table tbody th {
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  font-size: 16px;
}
#features-23 .comparison-table tbody td {
  font-size: 15px;
  color: #6c757d;
}
#features-23 .comparison-table tbody tr:nth-child(odd) td {
   background-color: #f8f9fa; 
}
#features-23 .comparison-table tbody tr:hover td {
   background-color: #f1f3f5; 
}
#features-23 .comparison-table .icon-cell i {
  font-size: 1.2rem;
}
#features-23 .comparison-table .highlight {
  background-color: var(--bs-primary-light, #e7f1ff); 
  border-left: 3px solid var(--bs-primary, #0d6efd);
  border-right: 3px solid var(--bs-primary, #0d6efd);
}
#features-23 .comparison-table th.highlight {
  background-color: var(--bs-primary-lighter, #d0e3ff);
  color: var(--bs-primary-dark, #0a58ca);
}
.table-responsive {
    padding: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 767.98px) {
  #features-23 .comparison-table th,
  #features-23 .comparison-table td {
    padding: 10px;
    font-size: 14px;
  }
  #features-23 .comparison-table th {
    font-size: 16px;
  }
  #features-23 .comparison-table tbody th {
     font-size: 15px;
  }
}



#about-us-27 {
  padding: 80px 0;
  background-color: #1a1a1a;
  color: #fff;
}
#about-us-27 .section-title,
#about-us-27 .section-subtitle {
  text-align: center;
  margin-bottom: 50px;
}
#about-us-27 .game-showcase {
  margin-bottom: 60px;
}
#about-us-27 .game-showcase h3 {
  font-size: 2rem;
  color: #ffc107;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .game-showcase .game-item {
  background-color: #222;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
#about-us-27 .game-showcase .game-item img {
  width: 100%;
  height: auto;
  display: block;
}
#about-us-27 .game-showcase .game-item .details {
  padding: 20px;
  text-align: center;
}
#about-us-27 .game-showcase .game-item .details h4 {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-27 .game-showcase .game-item .details p {
  font-size: 0.9rem;
  color: #ccc;
}
#about-us-27 .experience-highlights {
  margin-bottom: 60px;
}
#about-us-27 .experience-highlights h3 {
  font-size: 2rem;
  color: #00bfff;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .experience-highlights .highlight-item {
  background-color: #2a2a2a;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-27 .experience-highlights .highlight-item i {
  font-size: 2.5rem;
  color: #00bfff;
  margin-bottom: 15px;
}
#about-us-27 .experience-highlights .highlight-item h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 10px;
}
#about-us-27 .experience-highlights .highlight-item p {
  font-size: 0.9rem;
  color: #ccc;
}
#about-us-27 .responsible-gaming {
  background-color: #333;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
#about-us-27 .responsible-gaming h3 {
  font-size: 2rem;
  color: #dc3545;
  margin-bottom: 20px;
}
#about-us-27 .responsible-gaming p {
  font-size: 1rem;
  color: #f8f9fa;
  line-height: 1.7;
}
@media (min-width: 768px) {
  #about-us-27 .game-showcase .row > div {
    margin-bottom: 0;
  }
  #about-us-27 .experience-highlights .row > div {
    margin-bottom: 0;
  }
}



#our-services-13 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
#our-services-13 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#our-services-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#our-services-13 .featured-service-row {
  margin-bottom: 4rem;
}
#our-services-13 .featured-service-row:last-child {
  margin-bottom: 1rem;
}
#our-services-13 .service-image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
#our-services-13 .service-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#our-services-13 .service-text-col h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--bs-primary, #0d6efd);
}
#our-services-13 .service-text-col .description {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
#our-services-13 .key-features-list {
  list-style: none;
  padding-left: 0;
}
#our-services-13 .key-features-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #6c757d;
}
#our-services-13 .key-features-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1em;
  color: var(--bs-success, #198754);
  font-size: 0.9em;
}
@media (max-width: 767.98px) {
  #our-services-13 {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  #our-services-13 .featured-service-row {
    margin-bottom: 3rem;
  }
  #our-services-13 .service-image-col {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #our-services-13 .service-text-col {
    text-align: center;
  }
  #our-services-13 .service-text-col h3 {
    font-size: 1.6rem;
  }
  #our-services-13 .key-features-list {
    display: inline-block;
    text-align: left;
  }
}



/* Root variables */
:root {
  --card-bg: #ffffff;
  --card-radius: .75rem;
  --card-shadow: 0 4px 15px rgba(0,0,0,0.1);
  --accent-color: #4f46e5; /* indigo-600 */
}

/* Section container */
#category-posts-10 {
  padding: 80px 0;
  background: #f8f9fa;
}
#category-posts-10 .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
#category-posts-10 .section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
}
#category-posts-10 .section-subtitle {
  font-size: 1rem;
  color: #6c757d;
}

/* Grid */
#category-posts-10 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 2rem;
}

/* Card */
#category-posts-10 .post-card {
  background: var(--card-bg);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
  perspective: 1000px;
}
#category-posts-10 .post-card.visible {
  transform: translateY(0) scale(1);
  opacity: 1;
}
#category-posts-10 .post-card:hover {
  transform: rotateX(2deg) rotateY(-2deg);
}

/* Image */
#category-posts-10 .post-card img {
  width: 100%;
  display: block;
}

/* Card body */
#category-posts-10 .card-body {
  padding: 1rem;
}
#category-posts-10 .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: .75rem;
  color: #212529;
}
#category-posts-10 .btn-readmore {
  font-size: .875rem;
  color: var(--accent-color);
  font-weight: 500;
  text-decoration: none;
}
#category-posts-10 .btn-readmore i {
  margin-left: .25rem;
  transition: transform .3s ease;
}
#category-posts-10 .btn-readmore:hover i {
  transform: translateX(3px);
}

/* Pagination & Load More */
#category-posts-10 .pagination-wrapper,
#category-posts-10 .load-more-wrapper {
  text-align: center;
  margin-top: 2.5rem;
}




#why-choose-us-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8f9fa;
  text-align: center;
}
#why-choose-us-13 .section-header {
  margin-bottom: 3rem;
}
#why-choose-us-13 .section-header h2 {
  font-weight: 700;
  color: #343a40;
  margin-bottom: 0.75rem;
}
#why-choose-us-13 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#why-choose-us-13 .feature-grid-item {
  margin-bottom: 2.5rem;
}
#why-choose-us-13 .feature-icon-large {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--bs-primary, #0d6efd);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
#why-choose-us-13 .feature-grid-item:hover .feature-icon-large {
  transform: translateY(-5px) scale(1.1);
}
#why-choose-us-13 .feature-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #495057;
}
#why-choose-us-13 .feature-description {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #why-choose-us-13 .section-header {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-grid-item {
    margin-bottom: 2rem;
  }
  #why-choose-us-13 .feature-icon-large {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  #why-choose-us-13 .feature-title {
    font-size: 1.2rem;
  }
}



#counter-5 {
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#counter-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
#counter-5 .counter-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
#counter-5 h2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
#counter-5 p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#counter-5 .counter-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 50px;
}
#counter-5 .counter-item {
  position: relative;
  width: 200px;
  height: 200px;
  text-align: center;
  border-radius: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#counter-5 .counter-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
#counter-5 .counter-item i {
  font-size: 3rem;
  color: #ffd700;
  margin-bottom: 15px;
}
#counter-5 .counter-number {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: block;
  text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
}
#counter-5 .counter-title {
  font-size: 1.3rem;
  color: #ddd;
}



#testimonials-5 {
  position: relative;
  padding: 80px 15px;
  margin: 0 auto;
  max-width: 100%;
  color: #fff;
}
#testimonials-5 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: brightness(50%);
  z-index: -1;
}
#testimonials-5 .content-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#testimonials-5 .content-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#testimonials-5 .content-wrapper p.subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
}
#testimonials-5 .testimonial {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#testimonials-5 .testimonial p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}
#testimonials-5 .client-info {
  font-size: 0.95rem;
  color: #555;
}
#testimonials-5 .client-info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}



#faq-13 {
  padding: 80px 0;
  background-color: #fff;
}
#faq-13 .faq-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
  color: #212529;
}
#faq-13 .faq-grid-card {
  border: none;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 1.8rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#faq-13 .faq-grid-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}
#faq-13 .faq-card-icon {
  font-size: 1.8rem;
  color: #0d6efd;
  margin-bottom: 1rem;
  display: inline-block;
}
#faq-13 .faq-card-question {
  font-size: 1.1rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 0.8rem;
}
#faq-13 .faq-card-answer {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0;
}



#cta-banner-16 {
  padding: 6rem 1rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #212529;
}
#cta-banner-16::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background-color: rgba(20, 30, 40, 0.7);
}
#cta-banner-16 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#cta-banner-16 .cta-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
#cta-banner-16 .cta-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#cta-banner-16 .cta-button .btn {
  padding: 0.9rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
#cta-banner-16 .cta-button .btn i {
  margin-right: 0.5rem;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0.5);
  }
  70% {
    transform: scale(1.03);
    box-shadow: 0 0 0 10px rgba(var(--bs-warning-rgb), 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(var(--bs-warning-rgb), 0);
  }
}
#cta-banner-16 .cta-pulse-button {
  animation: pulse 2s infinite;
  transform-origin: center;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}
#cta-banner-16 .cta-shake-button:hover {
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#cta-banner-16 .cta-bounce-button {
}
@media (max-width: 767.98px) {
  #cta-banner-16 {
    padding: 4.5rem 1rem;
  }
  #cta-banner-16 .cta-title {
    font-size: 2.1rem;
  }
  #cta-banner-16 .cta-subtitle {
    font-size: 1rem;
  }
  #cta-banner-16 .cta-button .btn {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}



#press-mentions-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  text-align: center;
  overflow: hidden;
}
#press-mentions-10::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#press-mentions-10 .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}
#press-mentions-10 .quote-icon {
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
#press-mentions-10 .press-quote {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#press-mentions-10 .quote-source {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#press-mentions-10 .quote-link .btn {
  padding: 0.75rem 2rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  #press-mentions-10 .press-quote {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  #press-mentions-10 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  #press-mentions-10 .press-quote {
    font-size: 1.4rem;
  }
  #press-mentions-10 .quote-source {
    font-size: 1rem;
  }
  #press-mentions-10 .quote-link .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1.5rem;
  }
}



#call-to-action-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#call-to-action-17 .cta-split-container {
}
#call-to-action-17 .cta-split-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#call-to-action-17 .cta-split-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  object-fit: cover;
}
#call-to-action-17 .cta-split-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
#call-to-action-17 .cta-split-headline {
  font-weight: 700;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#call-to-action-17 .cta-split-subtext {
  font-size: 1.05rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}
#call-to-action-17 .cta-split-button .btn {
  padding: 0.75rem 1.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
#call-to-action-17 .cta-split-button .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
#call-to-action-17 .cta-split-button .btn i {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  #call-to-action-17 .cta-split-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    margin-top: 2rem;
  }
  #call-to-action-17 .cta-split-headline {
    font-size: 1.8rem;
  }
  #call-to-action-17 .cta-split-button {
    margin-top: 1rem;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  #call-to-action-17 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #call-to-action-17 .cta-split-content {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  #call-to-action-17 .cta-split-image {
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


