@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.shimmer-container{flex-direction:column;gap:16px;max-width:800px;margin:50px 70px;display:flex}.shimmer-container.service-part-shimmer-desc{margin:0}.shimmer-question{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/400px 100%;border-radius:8px;height:55px;animation:1.5s linear infinite shimmer}.shimmer-answers{flex-direction:column;gap:12px;display:flex}.shimmer-box{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/400px 100%;border-radius:6px;height:30px;transition:transform .3s,box-shadow .3s;animation:1.5s linear infinite shimmer}.shimmer-box:hover{transform:scale(1.02);box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.shimmer-container{gap:12px}.shimmer-question{border-radius:6px;height:45px}.shimmer-box{border-radius:5px;height:25px}}@media (max-width:480px){.shimmer-container{gap:10px;margin:20px 10px;padding:10px}.shimmer-question{border-radius:5px;height:40px}.shimmer-box{border-radius:4px;height:20px}}
