body{font-family:"Noto Sans SC", sans-serif;}.hero-canvas{position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0;opacity:0.1;}.section-padding{padding-top:80px;padding-bottom:80px;}.active-nav{border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(210, 105, 30);color:rgb(210, 105, 30);}.service-card:hover{transform:translateY(-5px);box-shadow:rgba(0, 0, 0, 0.1) 0px 10px 25px;}.case-card:hover{transform:scale(1.03);}.floating-element{animation-duration:6s;animation-timing-function:ease-in-out;animation-delay:0s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:float;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}@keyframes float{0%{transform:translateY(0px);}50%{transform:translateY(-10px);}100%{transform:translateY(0px);}}@media (max-width: 768px){.section-padding{padding-top:60px;padding-bottom:60px;}.floating-element{animation-duration:auto;animation-timing-function:ease;animation-delay:0s;animation-iteration-count:1;animation-direction:normal;animation-fill-mode:none;animation-play-state:running;animation-name:none;animation-timeline:auto;animation-range-start:normal;animation-range-end:normal;}}