.services-carousel-wrapper{width:100%;position:relative}.services-carousel{display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;padding:80px;-ms-overflow-style:none;scrollbar-width:none}.services-carousel::-webkit-scrollbar{display:none}.service-card{flex:0 0 280px;scroll-snap-align:center;padding:26px 22px;border-radius:20px;background:rgba(255,255,255,.35);backdrop-filter:blur(12px);box-shadow:0 16px 30px rgba(0,0,0,.06),inset 0 0 10px rgba(255,255,255,.12);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;gap:18px}.dot,.service-icon{border-radius:50%;transition:.3s}.service-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 24px 45px rgba(0,0,0,.12),inset 0 0 16px rgba(255,255,255,.15)}.service-icon{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.45);box-shadow:0 4px 14px rgba(0,0,0,.08)}.service-card:hover .service-icon{transform:scale(1.1)}.service-title{font-size:1.15rem;font-weight:600;color:#3a3a3a}.service-desc{font-size:.95rem;line-height:1.6;color:#555}.dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.dot{width:10px;height:10px;background:rgba(0,0,0,.15)}.dot.active{background:#e57373}@media (max-width:980px){.services-carousel{padding:60px}.service-card{flex:0 0 240px}}@media (max-width:600px){.services-carousel{padding:50px}.service-card{flex:0 0 180px}}