.explore_goals .explore_shimmer_gridbox{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-left:0}.explore_goals .explore_gridbox_inner{width:100%}@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.shimmer-card{position:relative;overflow:hidden;background-color:#fff}.shimmer-card:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-150px)}to{transform:translateX(100%)}}.explore_card_img{border-radius:1.2rem 1.2rem 0 0}.explore_card_footer{padding:1.5rem;background-color:#fff;border-bottom-left-radius:1.2rem;border-bottom-right-radius:1.2rem;display:flex;flex-direction:column;gap:.75rem}.shimmer-text{background-color:#818791;border-radius:4px;position:relative;overflow:hidden}.shimmer-text:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);animation:shimmer 1.5s infinite}.shimmer-text.title{width:70%;height:2rem}.shimmer-text.rating{width:30%;height:1rem}.shimmer-text.location{width:50%;height:1rem}.shimmer-text.price{width:40%;height:1rem}