.services-hero{background-image:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.8)),url(/images/services-bg.jpg);background-size:cover;background-position:50%}.service-card{transition:all .3s ease-in-out;overflow:hidden;position:relative}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(135deg,rgba(44,82,130,.1),transparent);transition:height .5s ease-in-out;z-index:0}.service-card:hover:before{height:100%}.service-card .icon-container{transition:all .3s ease-in-out;position:relative;z-index:1}.service-card:hover .icon-container{transform:scale(1.1)}.process-step-line{transition:width 1.5s ease-in-out}.process-step.active .process-step-line{width:100%}.feature-item{transition:all .3s ease}.feature-item:hover{background-color:rgba(44,82,130,.05)}.feature-item .feature-icon{transition:all .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1) rotate(5deg);color:var(--medical-blue,#2c5282)}.parallax-section{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.testimonial-container{overflow:hidden}.testimonial-slide{transition:transform .5s ease-in-out}.faq-item{transition:all .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s ease}.faq-item.active .faq-answer{max-height:500px}.cta-gradient{background:linear-gradient(135deg,#2c5282,#4299e1)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.float-animation{animation:float 5s ease-in-out infinite}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--medical-blue,#2c5282) #f0f0f0}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f0f0f0}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--medical-blue,#2c5282);border-radius:20px}.service-btn{position:relative;overflow:hidden;z-index:1}.service-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s;z-index:-1}.service-btn:hover:before{left:100%}