.services-cards{width:100%;padding:40px var(--left-space);margin-top:130px}.services-cards h2{font-size:var(--heading-two);text-align:center;text-transform:uppercase}.services-cards h2 span{color:var(--primary-color)}.services-cards .services-cards-grid{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px;margin-top:30px}.services-cards .services-cards-grid .service-card{border:1px solid var(--primary-color);border-radius:8px;padding:20px;transition:all .3s ease;width:30%;max-width:400px}.services-cards .services-cards-grid .service-card:hover{transform:translateY(-5px);box-shadow:2px 2px 10px rgba(0,0,0,.3)}.services-cards .services-cards-grid .small-line{border-radius:21px;width:4px;height:30px;background-color:var(--primary-color)}.services-cards .services-cards-grid .icon-container{margin-bottom:15px;width:80px;height:80px;background-color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center}.services-cards .services-cards-grid .icon-container .service-icon{width:50px;height:50px}.services-cards .services-cards-grid .service-card h3{font-size:20px;margin-bottom:10px;min-height:60px}.services-cards .services-cards-grid .service-card p{font-size:14px;color:var(--text-gray);line-height:1.5;margin-bottom:16px;min-height:120px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.services-cards .services-cards-grid .service-card span{width:-moz-fit-content;width:fit-content;border-radius:var(--border-radius);background-color:var(--primary-color);padding:10px 18px;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;cursor:pointer;transition:.3s ease;color:var(--secondary-color)}.services-cards .services-cards-grid .service-card span:hover{opacity:.9}@media (max-width:900px){.services-cards{padding:20px var(--left-space);margin-top:70px}.services-cards-grid{justify-content:center}.services-cards .services-cards-grid .service-card{width:100%;max-width:100%}.services-cards .services-cards-grid .service-card h3{font-size:18px}.services-cards .services-cards-grid .small-line{display:none}}.skeleton-card{border:1px solid var(--primary-color);border-radius:8px;padding:20px;background:var(--secondary-color);width:100%;max-width:340px;display:flex;flex-direction:column;gap:12px}.skeleton-btn,.skeleton-icon,.skeleton-text,.skeleton-title{background:linear-gradient(90deg,rgba(200,200,200,.2) 25%,rgba(200,200,200,.4) 37%,rgba(200,200,200,.2) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-icon{width:60px;height:60px;border-radius:50%}.skeleton-title{width:60%;height:20px}.skeleton-text{width:100%;height:14px}.skeleton-text.short{width:90%}.skeleton-btn{width:100px;height:18px;margin-top:auto}