body{scroll-behavior:smooth;}#navbar{background-color:rgba(255, 255, 255, 0.95);backdrop-filter:blur(10px);}.nav-link{transition-duration:0.3s;transition-timing-function:ease;transition-delay:0s;transition-behavior:normal;transition-property:color;}.nav-link.active{color:rgb(30, 64, 175);font-weight:600;}.section{min-height:100vh;padding-top:80px;padding-bottom:80px;}::-webkit-scrollbar{width:8px;}::-webkit-scrollbar-track{background-color:rgb(241, 241, 241);}::-webkit-scrollbar-thumb{background-color:rgb(197, 211, 224);border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}::-webkit-scrollbar-thumb:hover{background-color:rgb(163, 184, 209);}@media (max-width: 768px){.section{padding-top:120px;padding-bottom:40px;}}