/* Import Bootstrap */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
/* Import Swiper */
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

/* Base styles */
body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

.sl-wrapper-1a2b {
  overflow-x: hidden;
}

.sl-section-padding-3c4d {
  padding: 40px 15px;
}

@media (min-width: 992px) {
  .sl-section-padding-3c4d {
    padding: 60px 0;
  }
}

.sl-container-extra-5e6f {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Buttons */
.sl-btn-7g8h {
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}

.sl-btn-primary-9i0j {
  background-color: #0255c2;
  color: #ffffff;
}

.sl-btn-primary-9i0j:hover {
  background-color: #01439a;
  color: #ffffff;
}

.sl-btn-secondary-1k2l {
  background-color: #54b146;
  color: #ffffff;
}

.sl-btn-secondary-1k2l:hover {
  background-color: #46913a;
  color: #ffffff;
}

/* Header */
.sl-header-3m4n {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sl-header-3m4n .navbar-brand img {
  min-height: 30px;
}

.sl-header-3m4n .navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  margin: 0 10px;
}

.sl-header-3m4n .navbar-toggler {
  border: none;
}

.sl-header-buttons-5p6q {
  display: flex;
  align-items: center;
}

.sl-header-buttons-5p6q .sl-btn-7g8h {
  padding: 8px 16px;
  margin-left: 10px;
}

/* Hero Section */
.sl-hero-7r8s {
  background: url("/image/slottica-banner.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.sl-hero-7r8s::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.sl-hero-7r8s .container {
  position: relative;
  z-index: 2;
}

.sl-hero-7r8s h1 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.sl-hero-7r8s p {
  font-size: 1.25rem;
  margin: 20px 0 30px;
}

/* Breadcrumbs */
.sl-breadcrumbs-9t0u {
  background-color: #e9ecef;
  padding: 10px 0;
  font-size: 0.9rem;
}

.sl-breadcrumbs-9t0u a {
  color: #0255c2;
  text-decoration: none;
}

.sl-breadcrumbs-9t0u a:hover {
  text-decoration: underline;
}

.sl-breadcrumbs-9t0u span {
  color: #6c757d;
}

/* Content sections */
.sl-content-block-1v2w {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.sl-content-block-1v2w h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

/* Advantages */
.sl-advantages-icon-3x4y {
  font-size: 2.5rem;
  color: #54b146;
  margin-bottom: 15px;
}

/* Jackpots */
.sl-jackpot-5z6a {
  background: linear-gradient(45deg, #0255c2, #54b146);
  color: #fff;
  text-align: center;
}

.sl-jackpot-amount-7b8c {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Cards (Tournaments, Bonuses, Games) */
.sl-card-9d0e {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.sl-card-9d0e:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.sl-card-9d0e img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.sl-card-body-1f2g {
  padding: 20px;
}

.sl-card-title-3h4i {
  font-size: 1.2rem;
  font-weight: 700;
}

.sl-tournament-timer-5j6k {
  font-weight: 500;
  color: #dc3545;
}

.sl-tournament-prize-7l8m {
  font-size: 1.3rem;
  font-weight: 700;
  color: #54b146;
}

/* Swiper slider */
.swiper-container {
  width: 100%;
  padding-bottom: 40px; /* For pagination */
}

.swiper-pagination-bullet-active {
  background-color: #0255c2 !important;
}

/* Review Text Content Styling */
.sl-review-content-9n0o {
  line-height: 1.7;
}
.sl-review-content-9n0o h2,
.sl-review-content-9n0o h3,
.sl-review-content-9n0o h4 {
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}
.sl-review-content-9n0o p {
  margin-bottom: 1em;
}
.sl-review-content-9n0o ul,
.sl-review-content-9n0o ol {
  padding-left: 20px;
  margin-bottom: 1em;
}
.sl-review-content-9n0o table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  text-align: center;
}
.sl-review-content-9n0o th,
.sl-review-content-9n0o td {
  border: 1px solid #dee2e6;
  padding: 12px;
  text-align: left;
}
.sl-review-content-9n0o th {
  background-color: #f8f9fa;
  font-weight: 700;
}

/* FAQ */
.sl-faq-accordion-1p2q .accordion-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 8px;
}
.sl-faq-accordion-1p2q .accordion-button {
  font-weight: 700;
  color: #333;
  background-color: #f8f9fa;
}
.sl-faq-accordion-1p2q .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  box-shadow: none;
}

/* Reviews */
.sl-review-card-3r4s {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sl-review-card-3r4s img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.sl-review-stars-5t6u svg {
  color: #ffc107;
  width: 20px;
  height: 20px;
}

/* Author */
.sl-author-block-7v8w {
  display: flex;
  align-items: center;
  gap: 30px;
}
.sl-author-block-7v8w img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .sl-author-block-7v8w {
    flex-direction: column;
    text-align: center;
  }
}

/* Footer */
.sl-footer-9x0y {
  background-color: #ffffff;
  color: #6c757d;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
}
.sl-footer-9x0y .sl-footer-logo-1z2a img {
  max-height: 40px;
  margin-bottom: 20px;
}
.sl-footer-9x0y h5 {
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}
.sl-footer-9x0y .list-unstyled li a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s;
}
.sl-footer-9x0y .list-unstyled li a:hover {
  color: #0255c2;
}
.sl-footer-logos-3b4c img {
  max-height: 25px;
  margin: 5px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}
.sl-footer-logos-3b4c img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.sl-copyright-5d6e {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 0.9rem;
}

/* Sticky Widget */
.sl-sticky-widget-7f8g {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(2, 85, 194, 0.95);
  color: #fff;
  padding: 15px;
  z-index: 1030;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.sl-sticky-widget-7f8g p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
}
.sl-sticky-widget-7f8g a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.sl-sticky-widget-7f8g .sl-btn-secondary-1k2l {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .sl-sticky-widget-7f8g {
    flex-direction: column;
    text-align: center;
  }
  .sl-sticky-widget-7f8g .sl-btn-secondary-1k2l {
    margin-left: 0;
    margin-top: 10px;
  }
}

/* Unused styles for confusion */
.wp-block-gallery {
}
.elementor-widget-container {
}
.yoast-seo-breadcrumb {
}
.post-edit-link {
  display: none;
}
