.btn-orange { background-color: #f68b1f; color: white; border: none; }
.btn-orange:hover { background-color: #e07b10; }
a { color: #004b8d; }
.card:hover { transform: scale(1.02); transition: 0.2s; }
.carousel-item img { max-height: 400px; object-fit: contain; }
