/* casino 777 bonus - shared stylesheet. All custom classes use vcf7- prefix. */

:root {
  --vcf7-primary: #00E5FF;
  --vcf7-primary-dark: #00b8cc;
  --vcf7-bg: #2C2C2C;
  --vcf7-bg-soft: #1c1c1c;
  --vcf7-bg-card: #3a3a3a;
  --vcf7-text: #f4f9fb;
  --vcf7-text-dim: #b8c4c8;
  --vcf7-border: rgba(0, 229, 255, 0.25);
  --vcf7-accent: #ffcf3a;
  --vcf7-danger: #ff4d6d;
  --vcf7-shadow: 0 6px 22px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }

html { font-size: 62.5%; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  background: var(--vcf7-bg);
  color: var(--vcf7-text);
  font-family: "Hind Siliguri", "Noto Sans Bengali", "Segoe UI", system-ui, sans-serif;
  font-size: 1.5rem;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: var(--vcf7-primary); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }
h1, h2, h3 { line-height: 1.3; margin: 0 0 0.6em; color: var(--vcf7-text); }

.vcf7-skip {
  position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden;
}

.vcf7-container { width: 100%; max-width: 430px; margin: 0 auto; padding: 0 14px; }

.vcf7-wrapper { min-height: 100vh; display: flex; flex-direction: column; }

/* ===== Header ===== */
.vcf7-header {
  position: sticky; top: 0; z-index: 1000;
  background: linear-gradient(180deg, #242424 0%, #2C2C2C 100%);
  border-bottom: 2px solid var(--vcf7-border);
  box-shadow: var(--vcf7-shadow);
}
.vcf7-header-inner {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; max-width: 430px; margin: 0 auto;
}
.vcf7-logo { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; }
.vcf7-logo img { width: 30px; height: 30px; border-radius: 6px; }
.vcf7-logo-text { font-weight: 700; font-size: 1.6rem; color: var(--vcf7-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vcf7-logo-text span { color: var(--vcf7-primary); }

.vcf7-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  border: none; cursor: pointer; font-weight: 600; font-size: 1.35rem;
  padding: 9px 14px; border-radius: 24px; transition: transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 38px; font-family: inherit;
}
.vcf7-btn:hover { transform: translateY(-1px); text-decoration: none; }
.vcf7-btn-primary { background: linear-gradient(135deg, #00E5FF, #0091a8); color: #06222a; box-shadow: 0 4px 14px rgba(0, 229, 255, 0.4); }
.vcf7-btn-ghost { background: transparent; color: var(--vcf7-text); border: 1px solid var(--vcf7-border); }
.vcf7-btn-sm { padding: 7px 10px; font-size: 1.25rem; min-height: 32px; }

.vcf7-menu-toggle {
  background: transparent; border: 0; color: var(--vcf7-primary);
  font-size: 2.2rem; cursor: pointer; padding: 4px 6px; line-height: 1;
}

/* ===== Top nav menu ===== */
.vcf7-nav-backdrop {
  position: fixed; inset: 0; background: rgba(0, 0, 0, 0.55);
  opacity: 0; visibility: hidden; transition: opacity 0.2s; z-index: 9998;
}
.vcf7-nav-backdrop.vcf7-show { opacity: 1; visibility: visible; }
.vcf7-nav-menu {
  position: fixed; top: 0; right: -85%; width: 80%; max-width: 320px; height: 100vh;
  background: var(--vcf7-bg-soft); padding: 70px 18px 24px; z-index: 9999;
  transform: translateX(0); transition: right 0.25s ease;
  overflow-y: auto; border-left: 1px solid var(--vcf7-border);
}
.vcf7-nav-menu.vcf7-open { right: 0; }
.vcf7-nav-close {
  position: absolute; top: 14px; right: 14px; background: transparent; border: 0;
  color: var(--vcf7-text); font-size: 2.4rem; cursor: pointer;
}
.vcf7-nav-menu a {
  display: block; padding: 12px 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--vcf7-text); font-size: 1.4rem; font-weight: 500;
}
.vcf7-nav-menu a:hover { color: var(--vcf7-primary); text-decoration: none; }
.vcf7-nav-title { font-size: 1.1rem; text-transform: uppercase; color: var(--vcf7-primary); letter-spacing: 1px; margin: 14px 0 4px; }

/* ===== Main ===== */
main { flex: 1; padding-bottom: 86px; }

.vcf7-section { padding: 22px 0; }
.vcf7-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; gap: 10px; }
.vcf7-section-title { font-size: 1.85rem; font-weight: 700; margin: 0; }
.vcf7-section-title span { color: var(--vcf7-primary); }

/* ===== Hero ===== */
.vcf7-hero { position: relative; margin: 14px 0 4px; border-radius: 16px; overflow: hidden; box-shadow: var(--vcf7-shadow); }
.vcf7-carousel { position: relative; }
.vcf7-slide { display: none; position: relative; }
.vcf7-slide.vcf7-active { display: block; }
.vcf7-slide img { width: 100%; height: 200px; object-fit: cover; }
.vcf7-slide-overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px; background: linear-gradient(0deg, rgba(0,0,0,0.82) 30%, transparent); }
.vcf7-slide-overlay h2 { font-size: 1.8rem; margin: 0 0 4px; color: #fff; }
.vcf7-slide-overlay p { margin: 0 0 8px; color: #e7eef0; font-size: 1.3rem; }
.vcf7-hero-cta { display: inline-flex; align-items: center; gap: 6px; background: var(--vcf7-primary); color: #06222a; padding: 8px 16px; border-radius: 20px; font-weight: 700; font-size: 1.3rem; }

/* ===== Promo bar ===== */
.vcf7-promo-bar { display: flex; gap: 10px; overflow-x: auto; padding: 12px 0; }
.vcf7-promo-chip { flex: 0 0 auto; background: var(--vcf7-bg-card); border: 1px solid var(--vcf7-border); color: var(--vcf7-text); padding: 8px 14px; border-radius: 18px; font-size: 1.25rem; font-weight: 600; cursor: pointer; }
.vcf7-promo-chip:hover { background: var(--vcf7-primary); color: #06222a; text-decoration: none; }

/* ===== Game grid ===== */
.vcf7-cat-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; }
.vcf7-cat-tab { flex: 0 0 auto; padding: 7px 14px; border-radius: 16px; background: var(--vcf7-bg-card); color: var(--vcf7-text-dim); font-size: 1.25rem; font-weight: 600; border: 1px solid transparent; }
.vcf7-cat-tab.vcf7-on { background: var(--vcf7-primary); color: #06222a; }

.vcf7-game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.vcf7-game-card { background: var(--vcf7-bg-card); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; overflow: hidden; cursor: pointer; transition: transform 0.15s, box-shadow 0.15s; text-align: center; }
.vcf7-game-card:hover { transform: translateY(-3px); box-shadow: 0 8px 18px rgba(0,229,255,0.25); }
.vcf7-game-card img { width: 100%; height: 84px; object-fit: cover; }
.vcf7-game-name { font-size: 1.1rem; color: var(--vcf7-text); padding: 6px 4px; line-height: 1.25; min-height: 36px; }
.vcf7-game-tag { font-size: 1rem; color: var(--vcf7-primary); padding-bottom: 6px; }

/* ===== Feature / info cards ===== */
.vcf7-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.vcf7-card { background: var(--vcf7-bg-card); border-radius: 14px; padding: 16px; border: 1px solid rgba(255,255,255,0.06); }
.vcf7-card h3 { font-size: 1.5rem; color: var(--vcf7-primary); margin-bottom: 8px; }
.vcf7-card p { margin: 0; color: var(--vcf7-text-dim); font-size: 1.3rem; }
.vcf7-card .vcf7-ico { font-size: 2.4rem; color: var(--vcf7-primary); margin-bottom: 6px; display: inline-block; }

/* ===== Article blocks ===== */
.vcf7-article { background: var(--vcf7-bg-card); border-radius: 14px; padding: 18px; border-left: 4px solid var(--vcf7-primary); margin-bottom: 14px; }
.vcf7-article p { color: var(--vcf7-text-dim); margin: 0 0 10px; }
.vcf7-article p:last-child { margin-bottom: 0; }
.vcf7-kw-link { color: var(--vcf7-primary); font-weight: 600; }

/* ===== Testimonials ===== */
.vcf7-testimonial { background: var(--vcf7-bg-card); border-radius: 12px; padding: 14px; margin-bottom: 10px; border: 1px solid rgba(255,255,255,0.05); }
.vcf7-stars { color: var(--vcf7-accent); font-size: 1.3rem; letter-spacing: 2px; }

/* ===== FAQ ===== */
.vcf7-faq summary { cursor: pointer; font-weight: 600; color: var(--vcf7-text); padding: 10px 0; list-style: none; }
.vcf7-faq summary::-webkit-details-marker { display: none; }
.vcf7-faq[open] summary { color: var(--vcf7-primary); }
.vcf7-faq p { margin: 0 0 10px; color: var(--vcf7-text-dim); }

/* ===== Payment row ===== */
.vcf7-pay-row { display: flex; flex-wrap: wrap; gap: 10px; }
.vcf7-pay-item { background: var(--vcf7-bg-card); border-radius: 10px; padding: 10px 14px; font-size: 1.25rem; color: var(--vcf7-text); border: 1px solid rgba(255,255,255,0.06); }

/* ===== CTA banner ===== */
.vcf7-cta-banner { background: linear-gradient(135deg, #00E5FF 0%, #00859a 100%); color: #06222a; border-radius: 16px; padding: 20px; text-align: center; margin: 18px 0; }
.vcf7-cta-banner h2 { color: #06222a; margin-bottom: 8px; }
.vcf7-cta-banner p { margin: 0 0 12px; color: #0a2c35; }

/* ===== Footer ===== */
.vcf7-footer { background: var(--vcf7-bg-soft); border-top: 2px solid var(--vcf7-border); padding: 26px 0 24px; }
.vcf7-footer h4 { color: var(--vcf7-primary); font-size: 1.4rem; margin: 16px 0 8px; }
.vcf7-footer p { color: var(--vcf7-text-dim); font-size: 1.3rem; margin: 0 0 8px; }
.vcf7-footer-links { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.vcf7-footer-links a { color: var(--vcf7-text-dim); font-size: 1.25rem; }
.vcf7-footer-links a:hover { color: var(--vcf7-primary); }
.vcf7-footer-bottom { margin-top: 16px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 1.15rem; color: #8a9498; text-align: center; }
.vcf7-promo-btns { display: flex; flex-wrap: wrap; gap: 8px; margin: 10px 0; }

/* ===== Bottom nav (mobile only) ===== */
.vcf7-bottomnav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000;
  background: linear-gradient(180deg, #2C2C2C 0%, #1c1c1c 100%);
  border-top: 1px solid var(--vcf7-border);
  display: flex; justify-content: space-around; align-items: stretch;
  height: 62px; box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.5);
}
.vcf7-bottomnav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 2px; min-width: 60px; min-height: 60px; color: var(--vcf7-text-dim);
  background: transparent; border: 0; cursor: pointer; text-decoration: none;
  font-size: 1.05rem; font-family: inherit; padding: 4px; transition: color 0.15s, transform 0.15s;
}
.vcf7-bottomnav-item .material-icons,
.vcf7-bottomnav-item .fas,
.vcf7-bottomnav-item .far,
.vcf7-bottomnav-item .ion { font-size: 22px; }
.vcf7-bottomnav-item:hover { color: var(--vcf7-primary); text-decoration: none; transform: translateY(-1px); }
.vcf7-bottomnav-item.vcf7-active { color: var(--vcf7-primary); }
.vcf7-bottomnav-item.vcf7-promo { color: #06222a; background: var(--vcf7-primary); border-radius: 12px; margin: 6px 4px; }
.vcf7-bottomnav-item.vcf7-promo:hover { color: #06222a; }

/* Desktop: hide mobile-only elements */
@media (min-width: 769px) {
  .vcf7-bottomnav { display: none; }
  .vcf7-container { max-width: 960px; }
  main { padding-bottom: 40px; }
  .vcf7-game-grid { grid-template-columns: repeat(6, 1fr); }
  .vcf7-grid-2 { grid-template-columns: repeat(4, 1fr); }
  .vcf7-header-inner { max-width: 960px; }
  .vcf7-slide img { height: 320px; }
}

@media (max-width: 768px) {
  main { padding-bottom: 80px; }
}

@media (max-width: 360px) {
  .vcf7-game-grid { grid-template-columns: repeat(2, 1fr); }
}

/* integrity bottomnav repair */
.vcf7-bottomnav-item{position:relative;z-index:1;pointer-events:auto}.vcf7-bottomnav-item i,.vcf7-bottomnav-item .material-icons{pointer-events:none}.vcf7-bottomnav-item.vcf7-promo{z-index:3;min-width:72px}
