body {
  background: #0b1223;
  color: white;
  font-family: system-ui;
  padding: 64px 0;
}

/* HEADER */
.header {
  height: 64px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  color: #000;
}

.logo {
  height: 28px;
}

.left_side {
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-btn {
  background: #ffb400;
  border-radius: 25px;
  padding: 6px 18px;
  font-weight: 600;
}

/* BANNER */
.banner-section {
  padding: 14px;
}

.swiper.banner-swiper img {
  width: 100%;
  border-radius: 18px;
}

/* CTA */
.cta {
  background: #ffb400;
  margin: 14px;
  padding: 16px;
  border-radius: 14px;
  color: #000;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

/* SPORTS */
.section-title {
  padding: 0 14px;
  font-size: 18px;
  font-weight: 700;
}

.sport-card {
  background: #1b2442;
  padding: 8px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.sport-card img {
  width: 100%;
  border-radius: 12px;
  height: 250px;
}

/* CASINO */
.casino-card {
  background: #1b2442;
  border-radius: 18px;
  padding: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.casino-card img {
  width: 100%;
  border-radius: 12px;
  height: 250px;
}

.casino-title {
  margin-top: 8px;
  font-weight: 600;
  color: #cfd6f6;
}

/* TRUSTED TITLE */
.trusted-text {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  margin: 35px 20px 25px;
}

.trusted-text span {
  color: #22d07a;
}

/* FEATURE BOXES */
.feature-box {
  background: #182241;
  border-radius: 22px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  height: 100%;
}

.feature-box i {
  font-size: 38px;
  color: #22d07a;
}

.feature-box h6 {
  margin-top: 14px;
  font-size: 18px;
  color: #22d07a;
}

.feature-box p {
  font-size: 14px;
  opacity: 0.75;
  margin-top: 6px;
}

/* GRID SPACING */
.features-row {
  padding: 0 14px;
}

/* TABLET */
@media (max-width: 768px) {
  .trusted-text {
    font-size: 26px;
    margin-top: 28px;
  }

  .feature-box {
    padding: 22px 14px;
  }

  .feature-box h6 {
    font-size: 16px;
  }

  .feature-box p {
    font-size: 13px;
  }
  
  .casino-card img, .sport-card img{
      height: 150px;
  }
}

/* MOBILE */
@media (max-width: 480px) {
  .trusted-text {
    font-size: 22px;
    margin: 25px 18px 20px;
  }

  .feature-box {
    border-radius: 18px;
    padding: 20px 12px;
  }

  .feature-box i {
    font-size: 32px;
  }

  .feature-box h6 {
    font-size: 15px;
  }

  .feature-box p {
    font-size: 12px;
  }
}

/* WHATSAPP */
.whatsapp {
  position: fixed;
  right: 18px;
  bottom: 95px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 99;
}

/* BOTTOM NAV */
.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 72px;
  background: #1b2442;
  display: flex;
  z-index: 9;
}

.bottom-nav div {
  flex: 1;
  text-align: center;
  padding-top: 8px;
  font-size: 12px;
  color: #a6b1d4;
}

.bottom-nav .active {
  color: #ffb400;
}

.bottom-nav i {
  display: block;
  font-size: 20px;
}

.swiper-pagination-bullet {
  background: #777;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #ffb400;
}

.card-title {
  text-align: center;
  margin-top: 8px;
  font-weight: 600;
  color: #cfd6f6;
}

/* PROVIDERS */
.providers-section {
  padding: 35px 14px 10px;
  text-align: center;
}

.providers-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
}

.providers-title span {
  color: #ff5a5a;
}

.providers-box {
  background: #1b2442;
  border-radius: 20px;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  opacity: 0.8;
}

.providers-box img {
  height: 22px;
  opacity: 0.6;
}

/* FOOTER LINKS */
.footer-links {
  text-align: center;
  margin-top: 28px;
}

.footer-links a {
  margin: 0 8px;
  font-size: 14px;
  color: #a6b1d4;
}

/* FOOTER TEXT */
.footer-text {
  text-align: center;
  font-size: 13px;
  opacity: 0.6;
  margin-top: 10px;
}

/* PAYMENTS */
.payments-box {
  background: #1b2442;
  border-radius: 20px;
  padding: 20px;
  margin: 30px 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  opacity: 0.8;
}

.payments-box img {
  height: 24px;
  opacity: 0.7;
}

/* AGE */
.age {
  text-align: center;
  opacity: 0.4;
  padding-bottom: 90px;
  width: 50px;
  margin: auto;
}

/* FOOTER LINKS */
.footer-links {
  text-align: center;
  margin-top: 28px;
  padding: 0 16px;
  line-height: 1.8;
}

.footer-links a {
  display: inline-block;
  margin: 4px 10px;
  font-size: 15px;
  color: #9aa7c7;
  text-decoration: none;
}

/* FOOTER DISCLAIMER */
.footer-text {
  text-align: center;
  font-size: 14px;
  color: #8b96b3;
  margin-top: 10px;
  padding: 0 20px;
  line-height: 1.6;
}

/* PAYMENT BOX */
.payments-wrapper {
  padding: 30px 14px 120px; /* space for bottom nav */
}

.payments-box {
  background: #1a2341;
  border-radius: 22px;
  padding: 24px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.payments-box img {
  height: 26px;
  opacity: 0.45;
  transition: 0.25s ease;
}

.payments-box img:hover {
  opacity: 0.9;
}

/* MOBILE RESPONSIVE */
@media (max-width: 576px) {
  .footer-links a {
    font-size: 14px;
    margin: 3px 8px;
  }

  .footer-text {
    font-size: 13px;
  }

  .payments-box img {
    height: 22px;
  }
}

/* VERY SMALL DEVICES */
@media (max-width: 400px) {
  .footer-links a {
    font-size: 13px;
    margin: 2px 6px;
  }

  .payments-box {
    gap: 14px 18px;
  }

  .payments-box img {
    height: 20px;
  }
}

/* SIDEBAR */
.sidebar {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  height: 100%;
  background: #0f1a33;
  z-index: 9999;
  transition: 0.35s ease;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

.sidebar.open {
  left: 0;
}

/* OVERLAY */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* HEADER */
.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #000;
  background: #fff;
}
.sidebar-header button {
  background: none;
  border: none;
  color: #aaa;
  font-size: 20px;
}

/* USER */
.sidebar-user {
  display: flex;
  gap: 12px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.avatar {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #1b2442;
}

/* MENU */
.sidebar-menu {
  flex: 1;
  padding: 10px 0;
}
.sidebar-menu a {
  display: flex;
  gap: 14px;
  padding: 12px 18px;
  color: #b5c1e6;
  text-decoration: none;
}
.sidebar-menu a:hover {
  background: #1b2442;
}

/* FOOTER */
.sidebar-footer {
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.sign-btn {
  width: 100%;
  background: #ffb400;
  border: none;
  padding: 12px;
  border-radius: 12px;
  font-weight: 600;
}
.socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
}
.socials i {
  font-size: 22px;
}

/* PANELS PAGE */
.panels-container {
  padding: 18px;
}

/* TOP TABS */
.panels-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.panels-top .tab {
  flex: 1;
  text-align: center;
  padding-bottom: 12px;
  color: #7d8db5;
  font-weight: 600;
}
.panels-top .active {
  color: #ffb400;
  border-bottom: 3px solid #ffb400;
}

/* SEARCH */
.search-box {
  background: #1b2442;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-box input {
  background: none;
  border: none;
  outline: none;
  color: white;
  width: 100%;
}

/* FILTER BUTTONS */
.filters {
  display: flex;
  gap: 12px;
}
.filters button {
  background: #1b2442;
  border: none;
  padding: 12px 20px;
  border-radius: 16px;
  color: #a6b1d4;
}

/* PANEL CARD */
.panel-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #1b2442;
  padding: 18px;
  border-radius: 22px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
}

.panel-card.highlight {
  border: 1px solid rgba(255, 180, 0, 0.5);
}

.panel-card img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: #000;
}

.panel-text {
  flex: 1;
}
.panel-text h6 {
  margin: 0;
  font-size: 17px;
}
.panel-text p {
  margin: 2px 0;
  font-size: 13px;
  color: #7d8db5;
}
.panel-text span {
  color: #ffb400;
  font-weight: 600;
}

/* CREATE BUTTON */
.create {
  background: linear-gradient(180deg, #ffb400, #ff9800);
  border: none;
  border-radius: 25px;
  padding: 5px 10px;
  font-weight: 700;
  box-shadow: 0 0 18px rgba(255, 180, 0, 0.45);
}

/* SEARCH + FILTER ROW */
.search-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 16px 0 18px;
}

/* SEARCH FIELD */
.search-box {
  flex: 1;
  min-width: 220px;
  background: #1b2442;
  border-radius: 18px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* FILTERS */
.filters {
  display: flex;
  gap: 12px;
}

.filters button {
  background: #1b2442;
  border: none;
  padding: 12px 20px;
  border-radius: 16px;
  color: #a6b1d4;
}

@media (max-width: 768px) {
  .login-btn {
    padding: 2px 10px;
  }

  .create{
    padding: 4px 8px !important;
    font-size: 14px;
  }
}

/* MOBILE STACK */
@media (max-width: 600px) {
  .search-row {
    flex-direction: column;
  }

  .filters {
    width: 100%;
    margin: 16px 0 18px;
  }

  .filters button {
    flex: 1;
  }
}

/* OFFERS PAGE */
.offers-wrap {
  height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.offer-icon {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255, 180, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.offer-icon i {
  font-size: 46px;
  color: #ffb400;
}

.offers-wrap h3 {
  font-weight: 700;
  margin-bottom: 8px;
}

.offers-wrap p {
  color: #7d8db5;
}

.offer-dots {
  margin-top: 16px;
}
.offer-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
  margin: 0 4px;
}
.offer-dots .active {
  background: #ffb400;
}

.empty-panels {
  height: 60vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 180, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.empty-icon i {
  font-size: 42px;
  color: #ffb400;
}

.empty-panels h3 {
  font-weight: 700;
  margin-bottom: 8px;
}
.empty-panels p {
  color: #7d8db5;
}

.filters button.active {
  background: #ffb400;
  color: #000;
  box-shadow: 0 0 14px rgba(255, 180, 0, 0.45);
}

.create {
  background: linear-gradient(180deg, #ffc733, #ff9f00);
  padding: 10px 22px;
  border-radius: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  box-shadow: 0 0 18px rgba(255, 180, 0, 0.45);
}

.sign-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 10px 16px;
  border-radius: 10px;
  color: #000;
  font-weight: 600;
  width: 100%;
  transition: 0.3s;
  text-decoration: none;
}

.sign-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(37, 211, 102, 0.35);
}

.inquiry-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
}
.inquiry-box{
    background:#7d8db5;
    padding:20px;
    border-radius:10px;
    width:90%;
    max-width:400px;
}
.inquiry-box input,
.inquiry-box textarea{
    width:100%;
    margin-bottom:10px;
    padding:10px;
    border:1px solid #ddd;
    border-radius:6px;
}
.inquiry-box button{
    padding:10px 15px;
    border:none;
    background:#ffb400;
    color:#000;
    border-radius:6px;
    width: 49%;
}

.cta {
    cursor: pointer;
    animation: glowZoom 1.6s infinite ease-in-out;
    transition: transform .2s;
}

@keyframes glowZoom {
    0% {
        box-shadow: 0 0 0px rgba(255,193,7,0);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px rgba(255,193,7,0.9);
        transform: scale(1.05);
    }
    100% {
        box-shadow: 0 0 0px rgba(255,193,7,0);
        transform: scale(1);
    }
}