.scroll-container{overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px;display:flex;gap:1rem}.scroll-container::-webkit-scrollbar{height:8px}.scroll-container::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#001f3f,#0074d9);border-radius:4px}.service-card{min-width:250px;background:linear-gradient(180deg,#f8faff,#e9f1fb);border-radius:15px;transition:transform .4s ease,box-shadow .4s ease;border:none;overflow:hidden}.service-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 12px 25px rgba(0,31,63,.25)}.service-card img{height:160px;object-fit:cover;transition:transform .5s ease}.service-card:hover img{transform:scale(1.08)}.service-card .card-body{padding:1rem}.service-card .card-title{font-size:1.05rem;font-weight:600;color:#001f3f;margin-bottom:.5rem}.service-card .card-text{font-size:.9rem;color:#334e68;line-height:1.4;white-space:normal}h1,h2{color:#001f3f}h1{font-weight:700}h2{font-weight:600;border-left:5px solid #0074d9;padding-left:10px}@media (max-width:576px){.service-card{max-width:270px}.service-card img{height:180px}}