.cursor-shadow{position:fixed;width:200px;height:200px;background:rgba(218,165,32,0.35);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);filter:blur(70px);z-index:99999}#main-header{position:fixed;top:0;width:100%;z-index:9999}.img-gray-hover:hover .et_pb_image_wrap img{filter:grayscale(100%) brightness(0.85) contrast(1.1)!important}::selection{background-color:#daa520;color:#000000}.yellow-hover.et_pb_button:hover{background-color:#daa520!important;color:#000000!important;transform:scale(1.05)}.marquee-section{position:relative;width:100vw;overflow:hidden;background:#ffffff;display:flex;flex-direction:column;gap:80px;padding:50px 0;box-sizing:border-box}.marquee-wrapper{width:100%;overflow:hidden;position:relative;height:100px}.marquee-row{display:flex;white-space:nowrap;will-change:transform}.marquee-text{font-size:80px;font-weight:bold;display:inline-block;margin-right:50px;font-family:'Poppins',sans-serif!important}.marquee-text.filled{color:#000000;-webkit-text-fill-color:#000000;-webkit-text-stroke:0}.marquee-text.outlined{color:transparent;-webkit-text-stroke:2px #000000}.marquee-left-to-right{animation:marqueeLTR 25s linear infinite}.marquee-right-to-left{animation:marqueeRTL 25s linear infinite}@keyframes marqueeLTR{0%{transform:translateX(-50%)}100%{transform:translateX(0)}}@keyframes marqueeRTL{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}