
#hero-17 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 6rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}
#hero-17 .hero-overlay-17 {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
#hero-17 .container {
  position: relative;
  z-index: 2;
}
#hero-17 .hero-content-wrapper-17 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#hero-17 .hero-urgency-badge-17 {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  font-size: 0.85em;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 1.2rem;
}
#hero-17 .hero-title-17 {
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}
#hero-17 .hero-subtitle-17 {
  font-size: 1.1rem;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.9;
}
#hero-17 .hero-cta-button-17 {
  display: inline-block;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease;
}
#hero-17 .hero-cta-button-17:hover {
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  #hero-17 {
    min-height: 55vh;
    padding: 4rem 0;
  }
  #hero-17 .hero-title-17 {
    font-size: 2.2rem;
  }
  #hero-17 .hero-subtitle-17 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #hero-17 .hero-urgency-badge-17 {
    margin-bottom: 1rem;
    font-size: 0.8em;
    padding: 0.25rem 0.7rem;
  }
}



#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;
  }
}



.service-block-17 {
  position: relative;
  padding: 6rem 0;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: var(--svc17-text-color, #ffffff);
  overflow: hidden;
  z-index: 1;
}
.service-block-17::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--svc17-overlay-color, rgba(0, 0, 0, 0.5));
  z-index: -1;
}
.service-block-17 .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.service-block-17 h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: inherit;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.service-block-17 p {
  font-size: 1.1rem;
  color: inherit;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.service-block-17 .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .service-block-17 {
    padding: 4rem 0;
    background-attachment: scroll;
  }
  .service-block-17 h2 {
    font-size: 2rem;
  }
  .service-block-17 p {
    font-size: 1rem;
  }
}



#features-12 {
  padding: 60px 0;
  background-color: #f8f9fa;
  text-align: center;
}
#features-12 .section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .section-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#features-12 .feature-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s;
}
#features-12 .feature-item:hover {
  transform: scale(1.05);
}
#features-12 .feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#features-12 .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 162, 184, 0.7);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 20px;
  text-align: center;
}
#features-12 .feature-item:hover .feature-overlay {
  opacity: 1;
}
#features-12 .overlay-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#features-12 .overlay-description {
  font-size: 14px;
}



#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;
  }
}



/* === Gradient Section & Divider SVG === */
.post-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.post-section .divider-top,
.post-section .divider-bottom {
  display: block;
  width: 100%;
  line-height: 0;
}
.post-section .divider-top svg,
.post-section .divider-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Background gradient */
#post-section-9 {
  background: linear-gradient(135deg,
    var(--grad-start),
    var(--grad-end)
  );
  padding: 80px 0;
}

/* Section header */
.post-section .section-header {
  text-align: center;
  margin-bottom: 50px;
}
.post-section .section-header h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
.post-section .section-header p {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 8px;
}

/* === Card Grid === */
.post-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 576px) {
  .post-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 992px) {
  .post-grid { grid-template-columns: repeat(4,1fr); }
}
.post-card {
  background: #fff;
  color: #333;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card img {
  width: 100%;
  display: block;
}
.post-card .card-body {
  padding: 1rem;
}
.post-card .card-body h5 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.post-card .card-body p {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 1rem;
}
.post-card .btn-readmore {
  font-size: 0.85rem;
}

/* === Pagination === */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}




#faq-8 {
  padding: 60px 0;
  background-color: #f8f9fa;
}
#faq-8 .faq-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq-8 .faq-subtitle {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 40px;
}
#faq-8 .faq-item {
  margin-bottom: 40px;
}
#faq-8 .faq-question {
  font-size: 20px;
  font-weight: bold;
  color: #17a2b8;
  cursor: pointer;
  margin-bottom: 15px;
}
#faq-8 .faq-image {
  display: none;
  margin-top: 10px;
}
#faq-8 .faq-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  #faq-8 .faq-image img {
    height: auto;
  }
}



#call-to-action-22 {
  padding: 4rem 0;
  overflow: hidden;
  color: #ffffff;
}
.cta-urgent {
}
.cta-urgent-icon i {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  display: block;
}
.cta-urgent-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cta-urgent-subtext {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cta-urgent-button .btn {
  padding: 0.8rem 2.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: transform 0.2s ease;
}
.cta-urgent-button .btn:hover {
  transform: scale(1.05);
}
.cta-urgent-button .btn i {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  #call-to-action-22 {
    padding: 3rem 0;
  }
  .cta-urgent-icon i {
    font-size: 3rem;
  }
  .cta-urgent-headline {
    font-size: 1.9rem;
  }
  .cta-urgent-subtext {
    font-size: 1rem;
  }
}



#counter-6 {
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
}
#counter-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, rgba(0, 0, 0, 0.7));
  z-index: 1;
}
#counter-6 .container {
  position: relative;
  z-index: 2;
}
/* Optional Section Header Styling (if added in template)
#counter-6 .section-header {
    margin-bottom: 50px;
}
#counter-6 .section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}
#counter-6 .section-header p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
}
*/
#counter-6 .counter-item-inline {
  padding: 20px 15px;
}
#counter-6 .counter-item-inline i {
  font-size: 3rem;
  margin-bottom: 15px;
  display: block;
  opacity: 0.9;
  transition: transform 0.3s ease;
}
#counter-6 .counter-item-inline:hover i {
  transform: scale(1.1);
}
#counter-6 .counter-value-wrapper {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}
#counter-6 .counter-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#counter-6 .counter-suffix {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 5px;
  line-height: 1;
}
#counter-6 .counter-title-inline {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 991.98px) {
  #counter-6 .counter-item-inline {
    margin-bottom: 30px;
  }
  #counter-6 .counter-number {
    font-size: 2.5rem;
  }
  #counter-6 .counter-suffix {
    font-size: 1.8rem;
  }
  #counter-6 .counter-item-inline i {
    font-size: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  #counter-6 {
    padding: 60px 0;
    background-attachment: scroll;
  }
  #counter-6 .counter-item-inline {
    margin-bottom: 35px;
  }
  #counter-6 .counter-item-inline:last-child {
    margin-bottom: 0;
  }
  #counter-6 .counter-title-inline {
    font-size: 1rem;
  }
}


