.services-section{color:var(--color-text);background:var(--color-black-white);padding:80px 40px}.services-container{max-width:1400px;margin:0 auto}.services-headings{margin-bottom:30px}.services-headings p{color:var(--color-text);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:6px;font-size:1rem;font-weight:600;display:flex}.services-headings h2{margin-top:10px;font-size:2.5rem;font-weight:700}.services-intro p{color:var(--color-text);margin-bottom:50px;font-size:1.1rem;line-height:1.9}.services-intro strong{color:var(--color-primary)}.services-marquee{width:100%;position:relative;overflow:hidden}.services-track-outer{transform:translate3d(var(--drag-offset,0px),0,0);will-change:transform;touch-action:pan-y;-webkit-user-select:none;user-select:none;display:block}.services-track{width:calc(var(--loop-width,0px)*2);will-change:transform;animation:services-scroll var(--duration,40s)linear infinite;padding:10px 0;display:flex}.services-track.is-paused{animation-play-state:paused}@keyframes services-scroll{0%{transform:translate(0,0)}to{transform:translate3d(calc(-1*var(--loop-width,0px)),0,0)}}.services-block{display:flex}.services-slide{flex:none;width:clamp(220px,28vw,360px);margin-right:20px}.services-fade{pointer-events:none;z-index:2;background:linear-gradient(to right,var(--color-black-white),transparent);width:80px;height:100%;position:absolute;top:0}.services-fade--left{left:0}.services-fade--right{right:0;transform:scaleX(-1)}.services-card{text-align:left;background-color:#111;border:1px solid #222;border-radius:15px;flex-direction:column;justify-content:space-between;height:100%;padding:30px 25px;transition:all .4s;display:flex}[data-theme=light] .services-card{background-color:#fff;border-color:#e5e5e5}.services-card:hover{border-color:var(--color-primary);transform:translateY(-8px);box-shadow:0 0 25px #aef50726}.services-icon-wrapper{background:linear-gradient(135deg,#2f4200,#aef507);border-radius:12px;justify-content:center;align-items:center;width:55px;height:55px;margin-bottom:15px;display:flex}.services-icon{color:#fff;font-size:1.5rem}.services-card h3{color:var(--color-primary);margin-bottom:10px;font-size:1.3rem;font-weight:600}.services-card p{margin-bottom:20px;font-size:1rem;line-height:1.7}.services-btn{z-index:2;margin-top:auto;position:relative}@media (max-width:1280px){.services-slide{width:clamp(220px,32vw,340px)}}@media (max-width:1024px){.services-headings h2{font-size:2rem}.services-intro p{font-size:1rem}.services-card .universal-button{width:fit-content;margin:0 auto}}@media (max-width:768px){.services-section{padding:60px 20px}.services-headings h2{font-size:1.8rem}.services-slide{width:clamp(210px,60vw,320px)}}@media (max-width:480px){.services-headings h2{font-size:1.5rem}.services-intro p{font-size:.95rem}.services-slide{width:clamp(200px,80vw,300px)}.services-card{padding:20px}.services-card h3{font-size:1.1rem}.services-card p{font-size:.9rem}.services-fade{width:30px}.services-icon-wrapper{width:40px;height:40px}}@media (max-width:360px){.services-slide{width:clamp(190px,86vw,280px)}}@media (prefers-reduced-motion:reduce){.services-track{animation:none;transform:none}}
