/* 8777bd.cfd core stylesheet - all custom classes use vdc6- prefix */
:root{
  --vdc6-primary:#FFD700;--vdc6-primary-dark:#d4af00;--vdc6-bg:#2C3E50;--vdc6-bg-dark:#1a2632;--vdc6-bg-light:#34495e;--vdc6-text:#f5f5f5;--vdc6-text-muted:#b8c2cc;--vdc6-accent:#FFD700;--vdc6-danger:#e74c3c;--vdc6-success:#27ae60;--vdc6-card:#3a4a5e;--vdc6-border:rgba(255,215,0,.25);--vdc6-shadow:0 4px 14px rgba(0,0,0,.35);--vdc6-radius:10px;--vdc6-header-h:56px;--vdc6-bottomnav-h:62px
}
*{box-sizing:border-box;margin:0;padding:0}
html{font-size:62.5%;-webkit-text-size-adjust:100%}
body{font-family:'Hind Siliguri','Noto Sans Bengali','Segoe UI',sans-serif;background:var(--vdc6-bg);color:var(--vdc6-text);line-height:1.5rem;font-size:1.5rem;max-width:430px;margin:0 auto;position:relative;min-height:100vh;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:var(--vdc6-primary);text-decoration:none}
a:hover{text-decoration:underline}
.vdc6-header{position:fixed;top:0;left:0;right:0;max-width:430px;margin:0 auto;height:var(--vdc6-header-h);background:var(--vdc6-bg-dark);border-bottom:2px solid var(--vdc6-primary);display:flex;align-items:center;justify-content:space-between;padding:0 1.2rem;z-index:1000;box-shadow:var(--vdc6-shadow)}
.vdc6-logo{display:flex;align-items:center;gap:.8rem;color:var(--vdc6-primary);font-weight:700;font-size:1.7rem}
.vdc6-logo img{width:28px;height:28px;border-radius:6px}
.vdc6-logo span{color:var(--vdc6-primary);letter-spacing:.5px}
.vdc6-header-actions{display:flex;align-items:center;gap:.6rem}
.vdc6-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:8px;font-size:1.3rem;font-weight:600;cursor:pointer;border:0;min-height:36px;transition:transform .15s ease,background .2s ease;font-family:inherit}
.vdc6-btn:hover{transform:translateY(-1px);text-decoration:none}
.vdc6-btn:active{transform:scale(.96)}
.vdc6-btn-register{background:linear-gradient(135deg,var(--vdc6-primary),var(--vdc6-primary-dark));color:var(--vdc6-bg-dark)}
.vdc6-btn-login{background:transparent;color:var(--vdc6-primary);border:1.5px solid var(--vdc6-primary)}
.vdc6-menu-btn{background:transparent;border:0;color:var(--vdc6-primary);font-size:2.2rem;cursor:pointer;padding:.4rem;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px}
.vdc6-menu-btn.vdc6-active{background:rgba(255,215,0,.15)}
.vdc6-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.55);z-index:9998;opacity:0;pointer-events:none;transition:opacity .25s ease}
.vdc6-mobile-menu{position:fixed;top:var(--vdc6-header-h);right:-100%;width:78%;max-width:320px;height:calc(100vh - var(--vdc6-header-h));background:var(--vdc6-bg-dark);border-left:2px solid var(--vdc6-primary);z-index:9999;transition:right .3s ease;padding:1.5rem 1rem;overflow-y:auto}
.vdc6-mobile-menu.vdc6-menu-open{right:0}
.vdc6-menu-overlay.vdc6-menu-open{opacity:1;pointer-events:auto}
.vdc6-menu-title{color:var(--vdc6-primary);font-size:1.4rem;font-weight:700;margin:1rem .5rem;text-transform:uppercase;letter-spacing:1px}
.vdc6-mobile-menu a{display:flex;align-items:center;gap:.8rem;padding:1rem .8rem;color:var(--vdc6-text);font-size:1.4rem;border-bottom:1px solid rgba(255,215,0,.1)}
.vdc6-mobile-menu a:hover{background:rgba(255,215,0,.08);color:var(--vdc6-primary);text-decoration:none}
.vdc6-mobile-menu a i{color:var(--vdc6-primary);width:22px;text-align:center}
.vdc6-main{padding-top:calc(var(--vdc6-header-h) + 6px);min-height:100vh}
.vdc6-container,.vdc6-wrapper{width:100%;padding:0 1.2rem}
.vdc6-section{padding:2rem 1.2rem}
.vdc6-nav{display:flex;align-items:center;gap:.8rem}
.vdc6-section-title{font-size:2rem;color:var(--vdc6-primary);margin-bottom:1.2rem;padding-bottom:.6rem;border-bottom:2px solid var(--vdc6-border);display:flex;align-items:center;gap:.6rem;line-height:1.3}
.vdc6-section-title i{font-size:1.8rem}
.vdc6-subtitle{font-size:1.6rem;color:var(--vdc6-primary);margin:1.2rem 0 .8rem;font-weight:600}
.vdc6-text{color:var(--vdc6-text-muted);font-size:1.4rem;line-height:1.6}
.vdc6-text p{margin-bottom:.8rem}
.vdc6-h1{font-size:2.2rem;color:var(--vdc6-primary);font-weight:700;line-height:1.3;margin-bottom:1rem}
.vdc6-carousel{position:relative;width:100%;height:180px;overflow:hidden;border-radius:var(--vdc6-radius);margin:1rem 0;box-shadow:var(--vdc6-shadow)}
.vdc6-carousel-track{position:relative;width:100%;height:100%}
.vdc6-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity var(--vdc6-carousel-transition,600ms) ease;cursor:pointer}
.vdc6-carousel-slide.vdc6-slide-active{opacity:1}
.vdc6-carousel-slide img{width:100%;height:100%;object-fit:cover}
.vdc6-carousel-caption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(26,38,50,.92));color:var(--vdc6-primary);padding:1.5rem 1rem .8rem;font-size:1.3rem;font-weight:600}
.vdc6-carousel-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}
.vdc6-carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer;border:0;padding:0}
.vdc6-carousel-dot.vdc6-dot-active{background:var(--vdc6-primary)}
.vdc6-category-block{margin-bottom:2.2rem}
.vdc6-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.vdc6-category-label{font-size:1.7rem;color:var(--vdc6-primary);font-weight:700;display:flex;align-items:center;gap:.5rem}
.vdc6-category-count{font-size:1.2rem;color:var(--vdc6-text-muted);background:var(--vdc6-card);padding:.2rem .8rem;border-radius:12px}
.vdc6-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}
.vdc6-card{background:var(--vdc6-card);border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;border:1px solid rgba(255,215,0,.08);display:flex;flex-direction:column}
.vdc6-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px rgba(255,215,0,.2);border-color:var(--vdc6-border)}
.vdc6-card-img{width:100%;aspect-ratio:1/1;object-fit:cover;background:var(--vdc6-bg-dark)}
.vdc6-card-name{font-size:1.15rem;color:var(--vdc6-text);text-align:center;padding:.5rem .3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}
.vdc6-info-card{background:var(--vdc6-card);border-radius:var(--vdc6-radius);padding:1.4rem;margin-bottom:1.2rem;border-left:4px solid var(--vdc6-primary);box-shadow:var(--vdc6-shadow)}
.vdc6-info-card h3{color:var(--vdc6-primary);font-size:1.6rem;margin-bottom:.6rem;line-height:1.35}
.vdc6-info-card p{color:var(--vdc6-text-muted);font-size:1.35rem;line-height:1.6;margin-bottom:.6rem}
.vdc6-promo-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0}
.vdc6-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:linear-gradient(135deg,var(--vdc6-primary),var(--vdc6-primary-dark));color:var(--vdc6-bg-dark);padding:.7rem 1.4rem;border-radius:30px;font-weight:700;font-size:1.3rem;cursor:pointer;border:0;transition:transform .15s ease;min-height:44px;font-family:inherit}
.vdc6-link-btn:hover{transform:translateY(-2px);text-decoration:none}
.vdc6-link-btn:active{transform:scale(.97)}
.vdc6-text-link{color:var(--vdc6-primary);font-weight:700;cursor:pointer;text-decoration:underline;display:inline-flex;align-items:center;min-height:44px}
.vdc6-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin:1rem 0}
.vdc6-stat-box{background:var(--vdc6-card);border-radius:8px;padding:1rem;text-align:center;border:1px solid var(--vdc6-border)}
.vdc6-stat-value{font-size:2rem;color:var(--vdc6-primary);font-weight:700;line-height:1.2}
.vdc6-stat-label{font-size:1.15rem;color:var(--vdc6-text-muted);margin-top:.3rem}
.vdc6-testimonial{background:var(--vdc6-card);border-radius:var(--vdc6-radius);padding:1.2rem;margin-bottom:.8rem;border-left:3px solid var(--vdc6-primary)}
.vdc6-testimonial-author{color:var(--vdc6-primary);font-weight:700;font-size:1.3rem;margin-bottom:.4rem}
.vdc6-testimonial-text{color:var(--vdc6-text-muted);font-size:1.3rem;line-height:1.5}
.vdc6-pay-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0}
.vdc6-pay-item{background:var(--vdc6-card);border:1px solid var(--vdc6-border);border-radius:8px;padding:.6rem 1rem;color:var(--vdc6-text);font-size:1.25rem;display:inline-flex;align-items:center;gap:.4rem}
.vdc6-pay-item i{color:var(--vdc6-primary)}
.vdc6-footer{background:var(--vdc6-bg-dark);padding:2rem 1.2rem;margin-top:2rem;border-top:2px solid var(--vdc6-primary)}
.vdc6-footer-brand{color:var(--vdc6-text-muted);font-size:1.3rem;line-height:1.6;margin-bottom:1rem}
.vdc6-footer-links{display:flex;flex-wrap:wrap;gap:.6rem;margin:1rem 0}
.vdc6-footer-links a{color:var(--vdc6-text);font-size:1.25rem;padding:.4rem .8rem;background:var(--vdc6-card);border-radius:6px;border:1px solid rgba(255,215,0,.1)}
.vdc6-footer-links a:hover{color:var(--vdc6-primary);border-color:var(--vdc6-border);text-decoration:none}
.vdc6-footer-promo{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}
.vdc6-copyright{color:var(--vdc6-text-muted);font-size:1.2rem;text-align:center;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,215,0,.1)}
.vdc6-bottomnav{position:fixed;bottom:0;left:0;right:0;max-width:430px;margin:0 auto;height:var(--vdc6-bottomnav-h);background:var(--vdc6-bg-dark);border-top:2px solid var(--vdc6-primary);display:flex;justify-content:space-around;align-items:center;z-index:1000;box-shadow:0 -4px 14px rgba(0,0,0,.4)}
.vdc6-bottomnav-btn{position:relative;flex:1;min-width:60px;min-height:60px;background:transparent;border:0;color:var(--vdc6-text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;padding:4px 2px;transition:color .2s ease,transform .18s ease;font-family:inherit}
.vdc6-bottomnav-btn i,.vdc6-bottomnav-btn .material-icons-outlined,.vdc6-bottomnav-btn .ion-icon{font-size:24px}
.vdc6-bottomnav-btn span{font-size:1.05rem;font-weight:500}
.vdc6-bottomnav-btn:active{transform:scale(.92)}
.vdc6-bottomnav-btn:hover,.vdc6-bottomnav-btn.vdc6-nav-active{color:var(--vdc6-primary)}
.vdc6-bottomnav-btn.vdc6-nav-active::before{content:'';position:absolute;top:-2px;width:38px;height:3px;background:var(--vdc6-primary);border-radius:0 0 4px 4px}
@media (min-width:769px){.vdc6-bottomnav{display:none}}
@media (max-width:768px){.vdc6-main{padding-bottom:calc(var(--vdc6-bottomnav-h) + 16px)}}
@media (max-width:360px){.vdc6-grid{grid-template-columns:repeat(2,1fr)}.vdc6-h1{font-size:1.9rem}.vdc6-section-title{font-size:1.7rem}}
