@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.my-swal {
  background: transparent
}

/* ========== SEO Footer V1 ========== */
.seo-footer-v1 {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 12px;
  margin: 20px 0 80px;
  padding: 24px 16px;
  color: #ccc;
  font-size: 13px;
  line-height: 1.7;
}
.seo-footer-inner {
  max-width: 800px;
  margin: 0 auto;
}
.seo-section {
  margin-bottom: 20px;
}
.seo-logo-footer {
  text-align: center;
  margin-bottom: 12px;
}
.seo-logo-footer img {
  border-radius: 12px;
  object-fit: contain;
}
.seo-desc {
  text-align: center;
  color: #aaa;
  font-size: 13px;
}
.seo-line {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 16px 0;
}
.seo-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.seo-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #e0c97f;
  margin: 14px 0 6px;
}
.seo-article-content p {
  color: #bbb;
  font-size: 13px;
  margin-bottom: 8px;
}
.seo-article-section {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 18px 14px;
}

/* Tags */
.seo-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.seo-tag {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  transition: background 0.2s;
}
.seo-tag:hover {
  background: rgba(255, 255, 255, 0.15);
}
.seo-tag a {
  color: #ddd;
  text-decoration: none;
}

/* Logo lists (Casino & Bank) */
.seo-logo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.seo-logo-list li {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
}
.seo-logo-list li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* Copyright */
.seo-copyright {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.seo-copyright-text {
  color: #666;
  margin-top: 4px;
}
