@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Montserrat:wght@500;600;700;800&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;height:120px;z-index:1000;transition:all .4s ease;display:flex;align-items:center;overflow:visible}.navbar-logo{height:140px;width:auto;transition:all .4s ease;margin-top:-15px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.navbar.scrolled .navbar-logo{height:70px;margin-top:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.navbar.scrolled{background:#0f172af2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003;height:90px}.nav-container{display:flex;justify-content:space-between;align-items:center;width:100%}.logo-text{font-family:var(--font-heading);font-weight:800;font-size:1.8rem;color:var(--primary);letter-spacing:-.05em}.desktop-menu{display:flex;align-items:center;gap:2rem}.nav-link{font-weight:500;position:relative;font-size:1rem;color:var(--white);text-shadow:0 2px 4px rgba(0,0,0,.3);transition:all .3s ease}.navbar.scrolled .nav-link{color:#fffc;text-shadow:none}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--white);transition:width .3s ease;box-shadow:0 0 10px #ffffffb3}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--white);font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}.nav-link:hover{color:var(--white)}.cta-button{padding:.8rem 1.5rem;background:var(--primary);color:var(--white);border-radius:50px;font-weight:600;transition:transform .2s ease,box-shadow .2s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0a23424d}.mobile-toggle{display:none;background:none;color:var(--white);transition:color .3s ease}.navbar.scrolled .mobile-toggle{color:var(--primary)}.mobile-menu{position:absolute;top:100%;left:0;width:100%;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;text-align:center;border-radius:0 0 20px 20px}@media(max-width:768px){.desktop-menu{display:none}.mobile-toggle{display:block}}.nav-item-dropdown{height:100%;display:flex;align-items:center}.mega-menu{position:fixed;top:90px;left:0;width:100%;background:#0f172a!important;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);max-height:80vh;overflow-y:auto;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 25px 50px -12px #00000080;z-index:2000}.nav-item-dropdown .mega-menu.visible{opacity:1;visibility:visible}.mega-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.mega-menu-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:8px;text-decoration:none;transition:background .2s ease}.mega-menu-item:hover{background:#ffffff0d}.mega-menu-item.active{background:#38bdf81a;border-left:3px solid #38bdf8}.mega-icon-box{background:#38bdf81a;padding:10px;border-radius:8px;color:#38bdf8;flex-shrink:0}.mega-text h5{margin:0 0 .25rem;font-size:.95rem;color:#f8fafc!important;font-weight:600}.mega-text span{font-size:.8rem;color:#94a3b8!important;line-height:1.4;display:block}.footer{position:relative;background:linear-gradient(to top,#0f172a,#0f172ae6),url(/images/assets/footer-bg.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--white);padding:6rem 0 0;margin-top:auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding-bottom:3rem}.footer-logo-img{height:220px;width:auto;margin-bottom:1.5rem;object-fit:contain;margin-top:-50px}.footer-desc{opacity:.7;max-width:300px}.footer-col h4{margin-bottom:1.5rem;font-size:1.2rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col a{opacity:.7;transition:opacity .3s}.footer-col a:hover{opacity:1;color:var(--accent)}.contact-list li{display:flex;align-items:center;gap:.8rem;opacity:.8}.footer-bottom{background:#0003;padding:1.5rem 0;text-align:center;font-size:.9rem;opacity:.6}:root{--primary: #0f172a;--primary-light: #1e293b;--brand-blue: #0ea5e9;--brand-green: #10b981;--brand-yellow: #f59e0b;--accent: var(--brand-blue);--accent-green: var(--brand-green);--accent-yellow: var(--brand-yellow);--bg: #F8FAFC;--text: #1e293b;--text-light: #64748b;--white: #FFFFFF;--glass: rgba(255, 255, 255, .9);--glass-border: rgba(255, 255, 255, .6);--shadow: 0 10px 40px -10px rgba(0, 0, 0, .1);--gradient-main: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-green) 100%);--gradient-tri: linear-gradient(135deg, var(--brand-blue) 0%, var(--brand-green) 50%, var(--brand-yellow) 100%);--gradient-text: linear-gradient(to right, var(--brand-blue), var(--brand-green));--gradient-primary: var(--gradient-main);--gradient-sec: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--font-heading: "Montserrat", sans-serif;--font-body: "Inter", sans-serif;--light-surface: #F1F5F9;--surface: #FFFFFF;--text-dark: #0f172a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2}a{text-decoration:none;color:inherit;transition:all .3s ease}.glass-panel{background:var(--glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}button{cursor:pointer;border:none;font-family:var(--font-heading)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
