.services-section{position:relative;padding:4rem 1rem 2rem;background:transparent;color:#333;margin-top:1rem}.services-container{text-align:center;display:flex;flex-direction:column;align-items:center}.services-description{font-size:1.5rem;color:#555;margin-bottom:1rem}.services-category-container{width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;margin-top:1rem}.services-category{text-align:center;padding:0 .5rem}.services-example{width:12rem;height:12rem;border:none;border-radius:50%;box-shadow:0 6px 10px rgba(0,0,0,.04)}.category-title{font-size:1.5rem;font-weight:600;font-family:Poppins,Noto Sans Thai,sans-serif;margin:1rem 0;text-align:center;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.category-title span{color:#7e22ce;background:linear-gradient(90deg,rgb(255,248,250),rgb(254,239,251) 40%,rgb(243,232,255) 80%,rgb(243,232,255));border-radius:2rem;margin-top:.8rem;padding:.18em 1.1em;display:inline-block;box-shadow:0 8px 16px 0 rgba(126,34,206,.1),0 0 0 3px #f3e8ff77;font-weight:700}.category-title:hover{color:#6b21a8;transform:translateY(-.2rem)}.services-section:before{content:"";display:block;position:absolute;top:0;left:0;right:0;height:1rem;background:linear-gradient(180deg,rgba(236,72,153,1) 0,rgba(236,72,153,.9) 10%,rgba(236,72,153,.8) 17.5%,rgba(236,72,153,.7) 25%,rgba(236,72,153,.6) 30%,rgba(236,72,153,.5) 40%,rgba(236,72,153,.4) 50%,rgba(236,72,153,.3) 65%,rgba(236,72,153,.2) 80%,rgba(236,72,153,.1) 95%,transparent),linear-gradient(110deg,transparent,rgba(255,255,255,.7) 12%,rgba(255,255,255,.9) 18%,rgba(255,255,255,1) 22%,rgba(255,255,255,.93) 27%,rgba(255,255,255,.7) 33%,rgba(255,255,255,.9) 38%,rgba(255,255,255,1) 43%,rgba(255,255,255,.93) 49%,rgba(255,255,255,.8) 56%,rgba(255,255,255,.7) 64%,rgba(255,255,255,.5) 77%,transparent);background-size:100% 100%,200% 100%;background-position:0 0,-200% 0;background-repeat:no-repeat;animation:shine-move 2s cubic-bezier(.6,0,.4,1) infinite;opacity:1;z-index:2}@keyframes shine-move{0%{background-position:0 0,-200% 0}to{background-position:0 0,200% 0}}