:root{--primary:#064e3b;--accent:#f59e0b;--background:#f8fafc;--card-bg:#ffffff;--text-main:#0f172a;--text-muted:#475569;--border-color:#f1f5f9}html,body{margin:0;padding:0;font-family:'Hind Siliguri','Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:var(--background);color:var(--text-main);scroll-behavior:smooth;-webkit-font-smoothing:antialiased}.container-custom{max-width:1320px!important;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem;width:100%}img{max-width:100%;height:auto;display:block}.card-hover-effect{transition:transform 0.4s cubic-bezier(.16,1,.3,1),box-shadow 0.4s cubic-bezier(.16,1,.3,1)}.card-hover-effect:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px rgb(0 0 0 / .05)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8fafc}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}