.services-section{background-color:#f8f3e7;padding:80px 0}.section-title{font-size:2.2rem;font-weight:700;color:#031c3a;letter-spacing:1px}.section-subtitle{font-size:1.05rem;color:#444;opacity:.85}.service-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .4s ease;box-shadow:0 4px 12px rgba(0,0,0,.05);cursor:pointer;position:relative}.service-img{width:100%;height:220px;object-fit:cover;transition:all .4s ease}.service-content{padding:25px;text-align:left}.service-content h4{color:#001f3f;font-weight:600;margin-bottom:10px;font-size:1.2rem}.service-content p{color:#900101;font-size:.95rem;line-height:1.6}.service-card:hover{transform:translateY(-8px);box-shadow:0 8px 25px rgba(0,31,63,.15)}.service-card:hover .service-img{transform:scale(1.08);filter:brightness(.9)}.services-section{animation:fadeUp 1s ease-in-out}@keyframes fadeUp{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}