* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ededee;
  color: #111827;
  line-height: 1.5;
  overflow-x: hidden;
}

.owl-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 100% !important;
  pointer-events: none !important;
}
@media (max-width: 1660px) {
  .owl-nav {
    display: none !important;
  }
}

.owl-prev,
.owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #fff !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease !important;
  pointer-events: auto !important;
}
.owl-prev img,
.owl-next img {
  width: 18px !important;
  height: 18px !important;
}

.owl-prev {
  left: -60px !important;
}

.owl-next {
  right: -60px !important;
}

.owl-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .owl-dots {
    display: none !important;
  }
}

.owl-dot {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: transparent !important;
  opacity: 1 !important;
  transition: all 0.2s ease;
  padding: 10px !important;
  transition: all 0.2s ease !important;
  border-radius: 3px !important;
  outline: none !important;
  border: none !important;
}
.owl-dot:hover {
  background: #4471e3 !important;
  background-color: #e6ecfb !important;
}
.owl-dot:hover span {
  background: #4471e3 !important;
}
.owl-dot span {
  display: block !important;
  background: #c2c5cd !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
}

.owl-dot.active {
  width: 50px !important;
}
.owl-dot.active span {
  width: 24px !important;
  border-radius: 3px !important;
  background: #4471e3 !important;
}

.owl-dots-games {
  margin-top: 0 !important;
}

/* Container Layout */
.container {
  display: flex;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  padding: 24px;
}
.logo-icon {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.logo-text {
  font-size: 28px;
  font-weight: 600;
  color: #374151;
  letter-spacing: -0.5px;
  margin-left: 36px;
}
.logo-shape {
  position: absolute;
  width: 20px;
  height: 20px;
}

.shape-1 {
  top: 0;
  left: 0;
  background: #ffd700;
  border-radius: 2px;
}

.shape-2 {
  top: 0;
  right: 0;
  background: #ff6b35;
  border-radius: 2px;
}

.shape-3 {
  bottom: 0;
  left: 0;
  background: #4ecdc4;
  border-radius: 2px;
}

.shape-4 {
  bottom: 0;
  right: 0;
  background: #45b7d1;
  border-radius: 2px;
}

/* Sidebar Styles */
.sidebar {
  width: 320px;
  background-color: #ffffff;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  z-index: 1000;
  border-right: 1px solid #ededee;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 1024px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    width: 100%;
  }
  .sidebar.is-open {
    transform: translateX(0);
  }
}
.sidebar .banner {
  width: 100%;
  height: auto;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar .divider {
  height: 2px;
  background: #ededee;
}
.sidebar-nav {
  padding: 24px;
}
.sidebar-footer {
  padding: 24px;
}
.sidebar-footer a {
  color: #7a797d;
  font-size: 13px;
  transition: color 0.2s ease;
  font-weight: 600;
}
.sidebar-footer-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 16px 12px;
}
.sidebar-footer-links a img {
  width: 24px;
  height: 24px;
}
.sidebar-footer-links a:hover {
  color: #333;
}
.sidebar-footer-title {
  font-size: 13px;
  font-weight: 600;
  color: #4d4c52;
  margin-top: 16px;
  margin-left: 12px;
  letter-spacing: 0.05em;
}

/* Auth Buttons */
.auth-buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}

.btn-register {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4471e3;
  color: #fff;
  border: none;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
  width: 100%;
}
.btn-register:hover {
  background: #0641d9;
}
.btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ededee;
  color: #7a797d;
  border: none;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
  width: 100%;
}
.btn-login:hover {
  background: #4471e3;
  color: #fff;
}

.nav-item {
  display: flex;
  align-items: center;
  padding: 12px;
  color: #666;
  border-radius: 10px;
  transition: all 0.15s ease;
  font-weight: 500;
  font-size: 14px;
}
.nav-item img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.nav-item:hover {
  background: #eef2ff;
  color: #4471e3;
}
.nav-item:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(25%) saturate(3434%) hue-rotate(196deg) brightness(93%) contrast(91%);
}

/* Language Selector */
.language-selector {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  font-weight: 600;
}
.language-selector img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* Sidebar more panel */
.more-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.more-panel-content {
  padding: 24px;
}
.more-panel a {
  font-size: 13px;
}
.more-panel .language-selector {
  margin-left: 12px;
  margin-bottom: 16px;
}

/* Main Content */
.main-content {
  margin-left: 320px;
  flex: 1;
  background-color: #ededee;
  /* allow flex item to shrink below intrinsic min-content width */
  min-width: 0;
}
@media (max-width: 1024px) {
  .main-content {
    margin-left: 0;
  }
}
.main-content-container {
  width: 100%;
  max-width: 1184px;
  margin: 0 auto;
  min-width: 0;
}

/* Top Navigation */
.top-nav {
  padding: 24px 32px;
}
@media (max-width: 1024px) {
  .top-nav {
    padding: 16px 20px;
  }
}
@media (max-width: 640px) {
  .top-nav {
    padding: 12px 16px;
  }
}

.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .nav-tabs {
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .nav-tabs {
    gap: 8px;
  }
}

.nav-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: none;
  padding: 12px 22px;
  border-radius: 60px;
  color: #7a797d;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 13px;
  box-shadow: none;
  letter-spacing: 0.04em;
}
@media (max-width: 1024px) {
  .nav-tab {
    font-size: 0px;
  }
}
@media (max-width: 640px) {
  .nav-tab {
    padding: 8px 16px;
  }
}
.nav-tab img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .nav-tab img {
    margin-right: 0px;
  }
}
.nav-tab:hover, .nav-tab.active {
  background: #ffffff;
  color: #4471e3;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 2px 0 rgba(0, 0, 0, 0.05);
}
.nav-tab:hover img, .nav-tab.active img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(25%) saturate(3434%) hue-rotate(196deg) brightness(93%) contrast(91%);
}

.search-box {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 60px;
  padding: 11px 20px;
  min-width: 200px;
  border: 1px solid transparent;
}
.search-box img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.search-box input {
  border: none;
  outline: none;
  background: transparent;
  color: #333;
  font-size: 14px;
  width: 100%;
}
.search-box input::-moz-placeholder {
  color: #7a797d;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.search-box input::placeholder {
  color: #7a797d;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .search-box {
    min-width: auto;
  }
  .search-box input {
    width: 0px;
  }
  .search-box img {
    margin-right: 0px;
  }
}
@media (max-width: 640px) {
  .search-box {
    padding: 8px 16px;
  }
}
.search-box:focus-within {
  border-color: #3b82f6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 2px 0 rgba(0, 0, 0, 0.05);
}

/* sub-nav */
.sub-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
}
.sub-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.sub-link {
  color: #7a797d;
  font-size: 13px;
  padding: 14px 8px;
  border-radius: 80px;
  font-weight: 600;
  white-space: nowrap;
}
.sub-link:hover, .sub-link.active {
  color: #4471e3;
  background-color: #e6ecfb;
}

.filter-button {
  background: #fff;
  border: 1px solid #ededee;
  padding: 11px 20px;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-button img {
  width: 24px;
  height: 24px;
}
.filter-button:hover img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(25%) saturate(3434%) hue-rotate(196deg) brightness(93%) contrast(91%);
}

/* Footer */
.footer {
  margin-top: 40px;
  background: rgba(219, 220, 228, 0.5);
  padding-bottom: 40px;
}
.footer-divider {
  height: 2px;
  background: #d3d2d4;
  margin: 16px 0;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.footer-links a {
  display: block;
  color: #7a797d;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #4471e3 !important;
  background-color: #e6ecfb;
}
.footer .social {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin: 16px 0;
}
.footer .social-title {
  color: #4d4c52;
  opacity: 0.7;
  font-size: 14px;
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.footer .social img {
  width: 32px;
  height: 32px;
  filter: grayscale(100%);
}
.footer .legal {
  color: #b1b1b1;
  font-size: 12px;
  text-align: center;
  margin-top: 48px;
  font-weight: 600;
}

.banners,
.brands {
  display: block;
  margin: 0 24px;
  width: calc(100% - 48px);
  height: auto;
}
@media (max-width: 768px) {
  .banners,
  .brands {
    display: none;
  }
}

.banners-mobile,
.brands-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .banners-mobile,
  .brands-mobile {
    display: block;
  }
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 12px 24px;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  border-top: 1px solid #ededee;
}
@media (max-width: 1024px) {
  .mobile-nav {
    display: flex;
  }
}
@media (max-width: 480px) {
  .mobile-nav {
    padding: 8px 16px;
  }
}
.mobile-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #7a797d;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (max-width: 480px) {
  .mobile-nav-item {
    font-size: 10px;
  }
}
.mobile-nav-item img {
  margin-bottom: 4px;
  width: 24px;
  height: 24px;
}

.mobile-register {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4471e3;
  color: #fff;
  border: none;
  padding: 13px 16px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.mobile-register:hover {
  background: #0641d9;
}

/* Hero slider */
.slider-wrapper {
  margin: 24px 32px;
  width: calc(100% - 64px);
  max-width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .slider-wrapper {
    margin: 16px 20px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1024px) {
  .slider-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 640px) {
  .slider-wrapper {
    margin-bottom: 24px;
  }
}

.hero-slider {
  position: relative;
  border-radius: 24px;
  width: 100%;
  max-width: 100%;
}
.hero-slider .owl-nav {
  margin-top: -24px !important;
}
.hero-slide {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
  height: 336px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .hero-slide {
    padding: 24px 20px;
    flex-direction: column;
    text-align: center;
    gap: 0px;
    height: 500px;
  }
}
.hero-image {
  width: 300px !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .hero-image {
    width: 182px !important;
    height: 182px !important;
  }
}
.hero-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero-text {
    gap: 8px;
  }
}
.hero-text.secondary {
  gap: 0px;
}
.hero-text.secondary .hero-title {
  font-size: 34px;
}
.hero-title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.05rem;
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 28px;
  }
}
.hero-description {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: hsla(0, 0%, 100%, 0.75);
}
@media (max-width: 1024px) {
  .hero-description {
    font-size: 15px;
  }
}
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .hero-buttons {
    gap: 8px;
    margin-top: 16px;
  }
}
.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  border: none;
  background: #fff;
  color: #4d4c52;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 200px;
}
@media (max-width: 1024px) {
  .hero-btn {
    width: 100%;
    min-width: 100px;
  }
}
.hero-btn:hover {
  color: #4471e3;
}
.hero-btn.secondary {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-btn.secondary:hover {
  color: #4471e3;
  background-color: #e6ecfb;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #4d4c52;
}
@media (max-width: 1024px) {
  .section-title h2 {
    font-size: 16px;
  }
}
.section-title p {
  color: #7a797d;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .section-title p {
    display: none;
  }
}
.section-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-more {
  color: #6b7280;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.section-more:hover {
  color: #3b82f6;
}

/* Games Carousel */
.games-carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.games-carousel .owl-stage-outer {
  padding: 20px 0;
}
.games-carousel .owl-nav {
  display: block !important;
}
@media (max-width: 1660px) {
  .games-carousel .owl-nav {
    display: none !important;
  }
}

.game-card {
  display: block;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-width: 0;
  height: 266px;
}
.game-card:hover {
  transform: scale(1.05);
}
.game-card:hover .game-overlay {
  opacity: 1;
}
.game-card:hover .game-provider {
  opacity: 0;
}
.game-provider {
  width: 100%;
  position: absolute;
  bottom: 12px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.game-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.game-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(32, 43, 77, 0.9);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.game-overlay .overlay-title {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 0 16px;
  color: #fff;
}
.game-overlay .overlay-provider {
  font-weight: 700;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5019607843);
}
.game-overlay .overlay-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #fff;
  margin-top: 24px;
  margin-bottom: 32px;
}
.game-overlay .overlay-demo {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

/* Provider/Payment cards */
.pill-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-width: 0;
  width: 100%;
}
.pill-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
@media (max-width: 1024px) {
  .pill-card {
    padding: 16px;
  }
}
.pill-logo {
  max-height: 28px;
  max-width: 160px;
}
@media (max-width: 1024px) {
  .pill-logo {
    max-height: 24px;
    max-width: 140px;
  }
}

.article {
  position: relative;
  padding: 24px;
}
.article:not(.title),
.article p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 24px;
}
.article .title,
.article .title-h2,
.article .title-h3,
.article .title-h4,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}
.article .center-text {
  text-align: center;
}
.article .title-h2,
.article h2 {
  font-size: 24px;
}
.article .title-h3,
.article h3 {
  font-size: 20px;
}
.article .title-h4,
.article h4 {
  font-size: 18px;
}
.article ul,
.article ol {
  margin-left: 24px;
  margin-top: 12px;
  margin-bottom: 24px;
}
.article ul li,
.article ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.article .centered {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.article table {
  border-collapse: collapse;
  width: 100%;
  max-width: 1180px;
  margin: 36px 0;
  display: block;
  overflow-x: auto;
}
.article table td,
.article table th {
  padding: 13px 20px;
  border: 1px solid #b9b9b9;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-width: 275px;
}
@media (max-width: 768px) {
  .article table td,
  .article table th {
    padding: 2px 4px;
    font-size: 12px;
    min-width: auto;
  }
}
.article table th {
  text-align: left;
  background-color: #04aa6d;
  color: white;
  background: rgba(242, 242, 245, 0.19);
}
.article table tr:nth-child(even) {
  background-color: rgba(242, 242, 245, 0.19);
}
.article table a {
  color: #4471e3;
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */