.service-image-container{height:350px;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.service-image-container:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.service-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-image-container:hover .service-image{transform:scale(1.05)}.service-detail__content{padding:20px}.service-detail__title{font-size:28px;font-weight:700;margin-bottom:20px;color:var(--fixnix-purple)}.service-detail__text{font-size:16px;line-height:1.6;color:#666;margin-bottom:25px}.service-detail__list{list-style-type:none;padding-left:0}.service-detail__list li{position:relative;padding-left:25px;margin-bottom:10px;font-size:15px;line-height:1.5;color:#555}.service-detail__list li:before{content:"✓";position:absolute;left:0;color:var(--fixnix-yellow);font-weight:700}@media (max-width:992px){.service-image-container{height:300px;margin-bottom:30px}.service-detail__title{font-size:24px}}@media (max-width:768px){.service-image-container{height:250px}.service-detail__content{padding:15px 0}.service-detail__title{font-size:22px;margin-bottom:15px}.service-detail__text{font-size:15px;margin-bottom:20px}}@media (max-width:576px){.service-image-container{height:200px}.service-detail__title{font-size:20px}.service-detail__list li{font-size:14px}}