
#hero-21 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
  text-align: center;
}
#hero-21 .hero-overlay-21 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-21 .container {
  position: relative;
  z-index: 2;
}
#hero-21 .hero-content-wrapper-21 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hero-21 .hero-title-21 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
#hero-21 .hero-subtitle-21 {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-21 .hero-cta-button-21 {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#hero-21 .hero-cta-button-21:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  #hero-21 {
    min-height: 60vh;
    padding: 4rem 0;
  }
  #hero-21 .hero-title-21 {
    font-size: 2.5rem;
  }
  #hero-21 .hero-subtitle-21 {
    font-size: 1.1rem;
  }
}



/* category-posts-5 Styles - Modern Post Grid */
#category-posts-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    /* background-color is set via data.json or defaults to #f8f9fa */
}

#category-posts-5 .section-header {
    margin-bottom: 3rem;
    text-align: center;
}

#category-posts-5 .section-header .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0.5rem;
}

#category-posts-5 .section-header .section-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#category-posts-5 .post-grid-item .card {
    border: none; /* Remove default Bootstrap card border */
    border-radius: 0.75rem; /* Softer corners */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.075); /* Softer shadow */
    overflow: hidden; /* Ensures image corners match card corners */
    height: 100%; /* Ensure cards in a row have same height if using d-flex */
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

#category-posts-5 .post-grid-item .card.card-hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#category-posts-5 .post-grid-item .card.card-hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.12);
}

#category-posts-5 .post-grid-item .card-img-top-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for consistent image sizes */
    overflow: hidden;
}

#category-posts-5 .post-grid-item .card-img-top-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#category-posts-5 .post-grid-item .card:hover .card-img-top-wrapper img {
    transform: scale(1.05);
}

#category-posts-5 .post-grid-item .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Allows card body to expand and push footer down */
}

#category-posts-5 .post-grid-item .post-title {
    font-size: 1.25rem; /* Slightly larger title */
    font-weight: 600;
    color: #2c3e50; /* Dark blue-gray */
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

#category-posts-5 .post-grid-item .post-title a {
    color: inherit;
    text-decoration: none;
}

#category-posts-5 .post-grid-item .post-title a:hover {
    color: #007bff; /* Standard primary color for hover */
}

#category-posts-5 .post-grid-item .post-date {
    font-size: 0.85rem;
    color: #7f8c8d; /* Muted gray */
    margin-bottom: 0.75rem;
}
#category-posts-5 .post-grid-item .post-date i {
    margin-right: 0.3rem;
}

#category-posts-5 .post-grid-item .post-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
    flex-grow: 1; /* Allows excerpt to take available space */
}

#category-posts-5 .post-grid-item .readmore-btn {
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    align-self: flex-start; /* Align button to the start if card-body is flex */
}

#category-posts-5 .post-grid-item .readmore-btn i {
    margin-left: 0.3rem;
}

/* Pagination Wrapper */
#category-posts-5 .pagination-wrapper {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}




#game-section-3 {
  padding: 60px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
#game-section-3 .section-hero {
  background-size: cover;
  background-position: center;
  padding: 80px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
#game-section-3 .carousel-item {
  text-align: center;
  padding: 20px;
}
#game-section-3 .carousel-item img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
#game-section-3 .carousel-item p {
  font-size: 1rem;
  color: #555;
}



#features-13 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-13 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-13 .feature-item {
  position: relative;
  padding: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}
#features-13 .feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
#features-13 .feature-icon {
  font-size: 40px;
  color: #17a2b8;
  margin-bottom: 20px;
}
#features-13 .feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-13 .feature-description {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
#features-13 .testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
}
#features-13 .testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
}
#features-13 .testimonial-text {
  text-align: left;
}
#features-13 .testimonial-name {
  font-size: 14px;
  font-weight: bold;
}
#features-13 .testimonial-position {
  font-size: 12px;
  color: #6c757d;
}



#about-us-20 {
  padding: 60px 0;
  background-color: #1a237e;
  color: #fff;
}
#about-us-20 .section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fdd835;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .section-subtitle {
  font-size: 1.1rem;
  color: #e0f2f7;
  text-align: center;
  margin-bottom: 40px;
}
#about-us-20 .our-values-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .value-card {
  background-color: #283593;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
#about-us-20 .value-card i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .value-card h4 {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 5px;
}
#about-us-20 .value-card p {
  font-size: 0.9rem;
  color: #e0f2f7;
}
#about-us-20 .game-categories-wrapper h3 {
  font-size: 1.5rem;
  color: #fdd835;
  text-align: center;
  margin-bottom: 30px;
}
#about-us-20 .category-item {
  text-align: center;
  padding: 20px;
  background-color: #283593;
  border-radius: 8px;
  margin-bottom: 20px;
}
#about-us-20 .category-item i {
  font-size: 2rem;
  color: #fdd835;
  margin-bottom: 10px;
}
#about-us-20 .category-item p {
  font-size: 1rem;
  color: #e0f2f7;
}
#about-us-20 .call-to-action-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
#about-us-20 .call-to-action-wrapper p {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 20px;
}
#about-us-20 .call-to-action-wrapper .btn {
  background-color: #fdd835;
  color: #1a237e;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}
#about-us-20 .responsible-gaming-note {
  text-align: center;
  font-size: 0.9rem;
  color: #e0f2f7;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #about-us-20 .our-values-wrapper .row > div {
    margin-bottom: 0;
  }
  #about-us-20 .game-categories-wrapper .row > div {
    margin-bottom: 0;
  }
}



#counter-11 {
  overflow: hidden;
}
#counter-11 .row {
  min-height: 500px;
}
#counter-11 .image-side {
  padding: 0;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
#counter-11 .counter-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 50px;
  background-color: var(--counter-bg-color, #f8f9fa);
}
#counter-11 .counter-side-header h2 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#counter-11 .counter-side-header p {
  font-size: 1.05rem;
  color: #6c757d;
  margin-bottom: 40px;
  line-height: 1.7;
}
#counter-11 .counters-grid {
}
#counter-11 .counter-item-split {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  text-align: left;
}
#counter-11 .counter-item-split .icon {
  font-size: 2rem;
  color: #0d6efd;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
  width: 35px;
  text-align: center;
}
#counter-11 .counter-item-split .counter-text {
}
#counter-11 .counter-item-split .counter-value-wrapper {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
  color: #343a40;
}
#counter-11 .counter-item-split .counter-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
#counter-11 .counter-item-split .counter-suffix {
  font-size: 1.5rem;
  font-weight: 500;
  margin-left: 5px;
  line-height: 1;
  color: #495057;
}
#counter-11 .counter-item-split .counter-title-split {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #counter-11 .row {
    min-height: auto;
  }
  #counter-11 .counter-side {
    padding: 40px 25px;
  }
  #counter-11 .counter-side-header h2 {
    font-size: 1.8rem;
  }
  #counter-11 .counter-item-split .counter-number {
    font-size: 2rem;
  }
  #counter-11 .counter-item-split .counter-suffix {
    font-size: 1.2rem;
  }
}



#faq-2 {
  padding: 60px 0;
  background-color: #ffffff;
}
#faq-2 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-2 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 30px;
}
#faq-2 .search-box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#faq-2 .search-box input {
  width: 60%;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 4px 0 0 4px;
  outline: none;
}
#faq-2 .search-box button {
  padding: 10px 20px;
  border: none;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .search-box button:hover {
  background-color: #138496;
}
#faq-2 .accordion-button {
  background-color: #f1f1f1;
  color: #333333;
  border: none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-2 .accordion-button:hover {
  background-color: #e2e6ea;
}
#faq-2 .accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-left: 2px solid #17a2b8;
}



#our-services-25 {
  padding: 80px 0;
  background-color: #fff;
}
#our-services-25 .services-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  font-size: 2.2rem;
}
#our-services-25 .process-steps-row {
  position: relative;
}
#our-services-25 .process-steps-row::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-color: #0d6efd;
  opacity: 0.2;
  z-index: 1;
  display: none;
}
@media (min-width: 768px) {
  #our-services-25 .process-steps-row::before {
    display: block;
  }
}
#our-services-25 .process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 1rem;
}
#our-services-25 .step-indicator {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #0d6efd;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
  position: relative;
}
#our-services-25 .step-indicator i {
  font-size: 2.5rem;
}
#our-services-25 .step-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.5rem;
}
#our-services-25 .step-description {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  #our-services-25 .process-step {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 1.5rem;
  }
  #our-services-25 .step-indicator {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    margin-right: 1rem;
    flex-shrink: 0;
  }
  #our-services-25 .step-indicator i {
    font-size: 1.5rem;
  }
  #our-services-25 .step-details {
    flex-grow: 1;
  }
}



#offers-12 {
  padding: 80px 0;
  background-color: #fafafa;
}
#offers-12 .offer-section-title {
  text-align: center;
  font-weight: 700;
  margin-bottom: 3.5rem;
  font-size: 2rem;
}
#offers-12 .game-type-image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
#offers-12 .game-type-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
#offers-12 .game-type-details-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 2.5rem;
}
#offers-12 .game-type-headline {
  font-weight: 700;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
#offers-12 .game-type-offers-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.5rem;
}
#offers-12 .game-type-offers-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  color: #343a40;
  font-size: 1rem;
  line-height: 1.6;
}
#offers-12 .game-type-offers-list li i {
  margin-right: 12px;
  margin-top: 5px;
  color: #0d6efd;
  font-size: 1em;
  width: 20px;
  text-align: center;
}
#offers-12 .btn-game-type-cta {
  padding: 0.8rem 2rem;
  font-weight: 600;
  align-self: flex-start;
}
@media (max-width: 991.98px) {
  #offers-12 .game-type-image-col {
    margin-bottom: 2rem;
  }
  #offers-12 .game-type-details-col {
    padding-left: 0;
    text-align: center;
  }
  #offers-12 .game-type-offers-list {
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #offers-12 .btn-game-type-cta {
    align-self: center;
  }
}



#call-to-action-7 {
  padding: 60px 20px;
  background-color: #f8f9fa;
  color: #333;
}
#call-to-action-7 .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
#call-to-action-7 .cta-text {
  flex: 1 1 300px;
  text-align: left;
}
#call-to-action-7 .cta-text h2 {
  font-size: 32px;
  margin-bottom: 15px;
}
#call-to-action-7 .cta-text p {
  font-size: 16px;
  margin-bottom: 20px;
}
#call-to-action-7 .cta-btn {
  padding: 10px 25px;
  background-color: #17a2b8;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s;
}
#call-to-action-7 .cta-btn:hover {
  background-color: #138496;
}
#call-to-action-7 .cta-image {
  flex: 1 1 300px;
  text-align: center;
}
#call-to-action-7 .cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-7 .cta-container {
    flex-direction: column;
    text-align: center;
  }
  #call-to-action-7 .cta-text {
    text-align: center;
  }
}



#testimonials-18 {
  padding: 80px 0;
  background-color: #ffffff;
}
#testimonials-18 .container {
  max-width: 960px;
}
#testimonials-18 .section-header {
  margin-bottom: 60px;
  text-align: center;
}
#testimonials-18 .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #343a40;
  margin-bottom: 15px;
}
#testimonials-18 .section-header p {
  color: #6c757d;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container {
  position: relative;
  margin: 0 auto;
}
#testimonials-18 .testimonial-timeline-container::before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: var(--timeline-color, #0d6efd);
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1.5px;
}
#testimonials-18 .timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  margin-bottom: 30px;
}
#testimonials-18 .timeline-item::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  background-color: #ffffff;
  border: 4px solid var(--timeline-color, #0d6efd);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
}
#testimonials-18 .timeline-item.timeline-left {
  left: 0;
  padding-right: 60px;
}
#testimonials-18 .timeline-item.timeline-right {
  left: 50%;
  padding-left: 60px;
}
#testimonials-18 .timeline-item.timeline-right::after {
  left: -9px;
}
#testimonials-18 .timeline-item.timeline-left .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ffffff;
}
#testimonials-18 .timeline-item.timeline-right .timeline-content::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 28px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
#testimonials-18 .timeline-content {
  padding: 20px 25px;
  background-color: #f8f9fa;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
#testimonials-18 .timeline-date {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--timeline-color, #0d6efd);
  margin-bottom: 10px;
  display: block;
}
#testimonials-18 .timeline-message {
  font-size: 1rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 15px;
  font-style: italic;
}
#testimonials-18 .timeline-client {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#testimonials-18 .timeline-client img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  border: 2px solid #ffffff;
}
#testimonials-18 .timeline-client-info .name {
  font-weight: 600;
  color: #343a40;
  display: block;
  font-size: 0.95rem;
}
#testimonials-18 .timeline-client-info .position {
  font-size: 0.85rem;
  color: #6c757d;
  display: block;
}
@media screen and (max-width: 767px) {
  #testimonials-18 .testimonial-timeline-container::before {
    left: 31px;
    margin-left: 0;
  }
  #testimonials-18 .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
  #testimonials-18 .timeline-item.timeline-left,
  #testimonials-18 .timeline-item.timeline-right {
    left: 0%;
  }
  #testimonials-18 .timeline-item::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-right::after {
    left: 22px;
  }
  #testimonials-18 .timeline-item.timeline-left .timeline-content::before,
  #testimonials-18 .timeline-item.timeline-right .timeline-content::before {
    left: -10px;
    right: auto;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  #testimonials-18 .section-header h2 {
    font-size: 2rem;
  }
}


