.navbar{background:linear-gradient(90deg,#0d3c33,#000000);padding:.75rem 1.5rem;border-bottom:2px solid #fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar-brand1{color:white!important;font-size:clamp(1.2rem,4vw,2rem);font-weight:700;font-family:Dancing Script,cursive;z-index:1001;font-size:clamp(1.3rem,6vw,2rem)}.menu-toggle{display:none;font-size:2rem;color:white;cursor:pointer;z-index:1100}.navbar-menu{list-style:none;display:flex;gap:2.2rem;margin:0;padding:0}.navbar-menu li a{text-decoration:none;color:yellow;font-weight:600;font-size:1.1rem;transition:all .3s ease}.navbar-menu li a.active,.navbar-menu li a:hover{color:orange;transform:scale(1.05)}@media (max-width:768px){.menu-toggle{display:block}.navbar-menu{display:none;flex-direction:column;background-color:#0d3c33;position:absolute;top:100%;left:0;width:100%;text-align:center;padding:1rem 0;border-top:1px solid #fff}.navbar-menu.open{display:flex}.navbar-menu li{margin:.4rem 0}.navbar-menu li a{font-size:1.3rem;padding:.5rem 1rem}}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.footer-section{background-color:#000000;color:#fff;padding:40px 0;margin-top:0}.footer-link{color:#fff;text-decoration:underline}.footer-link:hover{color:#ffc107}.social-icons img{height:30px;width:30px;transition:transform .3s}.social-icons img:hover{transform:scale(1.1)}