.cursor-dot,.cursor-ring{display:none}
@media(hover:hover) and (pointer:fine){
body{cursor:none}
a,button,.btn,.gallery-item,.partner-logo,.review-card,.svc-card,.service-card,.faq-item,.step,.process-step,.feature-card{cursor:none}
.cursor-dot{display:block;position:fixed;z-index:9997;width:8px;height:8px;border-radius:50%;background:var(--bronze,#9a7b4a);pointer-events:none;transform:translate(-50%,-50%);transition:width .3s,height .3s,background .3s;mix-blend-mode:difference}
.cursor-ring{display:block;position:fixed;z-index:9996;width:36px;height:36px;border-radius:50%;border:1px solid rgba(154,123,74,.4);pointer-events:none;transform:translate(-50%,-50%);transition:width .4s cubic-bezier(.16,1,.3,1),height .4s cubic-bezier(.16,1,.3,1),border-color .3s}
.cursor-dot.active{width:50px;height:50px;background:rgba(154,123,74,.12)}
.cursor-ring.active{width:60px;height:60px;border-color:transparent}
}
@media(max-width:1024px){.cursor-dot,.cursor-ring{display:none!important}}
