body {
  margin: 0;
  font-family: 'inter', sans-serif;
  background: #141322;
  color: #fff;
}

.vavada-header {
  background: #1a1929;
  padding: 10px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.vavada-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}



.vavada-logo {
  width: 150px;
}

.vavada-right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.vavada-login {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
  transition: opacity 0.3s;
}

.vavada-login:hover {
  opacity: 0.7;
}

.vavada-register {
  background: #e6385e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 24px;
  box-shadow: 0 3px 0 #9e1e3a;
  font-size: 13px;
  transition: background 0.3s;
}

.vavada-register:hover {
  background: #c52c4f;
}

.vavada-help {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffdd45;
  text-decoration: none;
  font-size: 14px;
}

.vavada-help-icon {
  width: 22px;
  height: 22px;
  background: none;
  border: 2px solid #ffdd45;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

.vavada-jackpot-banner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.vavada-jackpot-banner a {
  display: block;
  position: relative;
  text-decoration: none;
}

.vavada-jackpot-banner img {
  width: 100%;
  display: block;
  height: auto;
}

.jackpot-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: rgba(0, 16, 64, 0.75);
  text-align: center;
}

.jackpot-overlay p {
  margin: 0;
  font-size: 22px;
  color: #ffe663;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.vavada-nav-categories {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #141322;
  padding: 16px 0;
  gap: 40px;
  flex-wrap: wrap;
  border-top: 1px solid #292741;
  border-bottom: 1px solid #292741;
}

.vavada-nav-categories a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.vavada-nav-categories a:hover {
  transform: scale(1.08);
}

.vavada-nav-categories img {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}

.vavada-nav-categories span {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

main{
    background: url(../img/back_games.svg) repeat;
    position: relative;
    z-index: 1;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}

.vavada-slot-grid {
  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    padding: 40px 20px;
    background-size: cover;
}

.vavada-slot-grid {
  position: relative;
  z-index: 1;
}

.vavada-slot-grid::before {
  content: "";
  position: absolute;
}

.slot-cardd {
  position: relative;
  background: #1f1f2e;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.slot {
  position: relative;
  background: #1f1f2e;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

.slot-cardd img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #2c2c3d;
}

.slot img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #2c2c3d;
}

.slot-cardd:hover {
  transform: translateY(-5px);
}

.slot:hover {
  transform: translateY(-5px);
}

.slot-cardd p {
  color: #fff;
  font-size: 14px;
  padding: 12px;
  margin: 0;
  font-weight: bold;
}

.slot p {
  color: #fff;
  font-size: 14px;
  padding: 12px;
  margin: 0;
  font-weight: bold;
}

.slot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  transition: opacity 0.3s;
}

.slot-cardd:hover .slot-overlay {
  opacity: 1;
}

.slot:hover .slot-overlay {
  opacity: 1;
}

.btn-play, .btn-demo {
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-play {
  background: #25c943;
  color: #fff;
}

.btn-demo {
  background: #3c3f51;
  color: #fff;
}

.load-more-wrapper {
  display: flex;
  justify-content: center;
  padding: 0px 0px 30px;
}

.load-more-btn {
  padding: 10px 30px;
  background: linear-gradient(to bottom, #7d89b8, #4e5a7c);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 3px 0 #28314c;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
  margin: auto;
}

.load-more-btn:hover {
  background: linear-gradient(to bottom, #6c78a6, #3c4666);
  transform: scale(1.03);
}

.vavada-footer {
  background: #141322;
  color: #fff;
  font-size: 14px;
  padding: 30px 20px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 1px dotted #444;
  padding-bottom: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.footer-links a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}

.footer-apps {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-apps a {
    align-content: center;
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  background: #4e5a7c;
}

.footer-apps .ios-app {
  background: #3a3a3a;
}

.footer-apps .android-app {
  background: #2da75c;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-socials img {
  width: 34px;
  object-fit: cover;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 13px;
  color: #ccc;
}

.footer-warning {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 500px;
}

.footer-18plus {
  width: 86px;
  height: 40px;
  border-radius: 50%;
  background: red;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content{
      line-height: 1.6;
  color: #fff;
  background-color: #141322;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
}

h1, h2, h3 {
  color: #ffdd45;
  margin-top: 30px;
  margin-bottom: 10px;
}

  p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
  }

  ul {
    padding-left: 20px;
    color: #ccc;
  }

  li {
    margin-bottom: 8px;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255,255,255,0.05);
  }

  th, td {
    padding: 12px 15px;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    text-align: left;
  }

  th {
    background: #1a1a2f;
  }

.content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

.content img {
  max-height: 500px;
  width: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
.slot-cardd{
  display: none;
}

      .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-links,
  .footer-apps,
  .footer-socials,
  .footer-warning {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
      .vavada-nav-categories {
    gap: 24px;
    padding: 12px 10px;
  }

  .vavada-nav-categories img {
    width: 32px;
    height: 32px;
  }

  .vavada-nav-categories span {
    font-size: 11px;
  }
      .jackpot-overlay h2 {
    font-size: 16px;
    padding: 0 10px;
  }
  .vavada-container {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .vavada-logo {
    width: 155px;
    margin-top: 10px;
  }

  .vavada-divider {
    width: 100%;
    height: 1px;
    background: #393948;
  }

  .vavada-right {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 5px;
  }

  .vavada-login {
    font-size: 13px;
  }

  .vavada-register {
    padding: 10px 24px;
    font-size: 13px;
  }

  .vavada-help-icon {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 500px) {
    table{
        display: none;
    }
}