.services-container{max-width:var(--max-width);margin:0 auto;padding:98px 20px;color:var(--color-text);position:relative;overflow:hidden}.services-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,rgba(163,201,230,.05) 2%,transparent 15%) 0 0 /40px 40px;animation:moveDots 20s linear infinite;z-index:0;pointer-events:none}@keyframes moveDots{0%{background-position:0 0}to{background-position:40px 40px}}.services-heading{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:16px}.services-subtitle{text-align:center;font-size:1.2rem;color:var(--color-muted);margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.services-list{display:flex;flex-direction:column;gap:40px}.service-item{display:flex;align-items:center;background:linear-gradient(135deg,#ffffff,#f9f9f9);border:1px solid #ddd;border-radius:12px;padding:20px;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease}.service-item:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.1)}.service-media{flex-shrink:0;margin-right:20px;position:relative;overflow:hidden;border-radius:8px}.service-image{width:500px;height:300px;object-fit:cover}.service-video{width:500px;height:200px;object-fit:cover;border-radius:8px}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);border-radius:50%;padding:10px;color:#fff;cursor:pointer;display:none}.service-media:hover .play-button{display:flex}.service-content{flex:1 1;text-align:left}.service-icon{color:#3b5998;margin-bottom:15px}.service-title{font-size:1.5rem;font-weight:600;margin-bottom:12px;color:var(--color-text)}.service-description{font-size:1rem;color:#666;line-height:1.6;margin-bottom:15px}.service-cta{display:inline-flex;align-items:center;gap:8px;background:#3b5998;color:#fff;padding:8px 16px;border-radius:20px;text-decoration:none;font-weight:500;transition:background .3s ease}.service-cta:hover{background:#5b7cbf}@media (max-width:768px){.services-heading{font-size:2rem}.services-subtitle{font-size:1rem}.service-item{flex-direction:column;padding:15px;text-align:center}.service-media{margin-right:0;margin-bottom:20px}.service-image{width:100%;height:150px}.service-content{text-align:center}}