.services{padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;background:linear-gradient(99deg,#ffffff,#bfd5ff)}.s-title h2{font-size:2.5rem;font-weight:800;color:#ffffff;margin-bottom:2rem;text-align:center}.service-container{display:grid;grid-template-columns:1fr;grid-gap:30px;gap:30px;width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.services-card{border-radius:12px;padding:2rem;color:#000000;box-shadow:0 5px 15px rgba(0,0,0,.35);transition:transform .4s,box-shadow .4s;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;width:100%;box-sizing:border-box}.services-card:hover{transform:scale(1.03);box-shadow:0 5px 15px #5a95e3dc}.services-card h3{font-size:1.5rem;font-weight:800;margin-bottom:1rem;text-align:left}.services-card p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;text-align:left;color:#000}.readmore{display:flex;justify-content:flex-start}.readmore .anchor-link{color:#ffcc00;text-decoration:none;font-weight:600}.readmore .anchor-link:hover{text-decoration:underline}p.des{color:#000!important}@media (min-width:720px){.service-container{grid-template-columns:1fr 1fr 1fr}.services-card{padding:1.5rem}.services-card h3{font-size:1.4rem}.services-card p{font-size:.95rem}}@media (max-width:719px){.services-card{padding:1.2rem;color:#000}.services-card h3{font-size:1.2rem;text-align:center}.services-card p{font-size:.95rem;text-align:center;color:#000}.readmore{justify-content:center}}.services-card{border-radius:8px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3)}.services-card:first-child{background:linear-gradient(115deg,#fdd3d3 51%,#ff5d5d27)}.services-card:nth-child(2){background:linear-gradient(115deg,#efe7ff 51%,hsl(260,84%,81%))}.services-card:nth-child(3){background:linear-gradient(115deg,#fac5f1 51%,#fcabdd)}.services-card:nth-child(4){background:linear-gradient(115deg,#eef7ea 51%,hsl(88,100%,75%))}.services-card:nth-child(5){background:linear-gradient(115deg,#ffd8ff 51%,hsl(290,97%,77%))}.services-card:nth-child(6){background:linear-gradient(115deg,#ececec 51%,hsl(0,0%,28%))}.servies-btn{font-family:inherit;font-size:20px;background:rgba(255,255,255,.336);color:white;fill:rgb(155,153,153);padding:10px 1em 10px .9em;display:flex;align-items:center;cursor:pointer;border:none;border-radius:8px;font-weight:400;font-size:14px;box-shadow:none;margin-left:0}button span{display:block;margin-left:.3em;transition:all .3s ease-in-out}.servies-btn:hover{background:#00a11b}