.dest-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e9ecef !important;
}
.dest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(79, 142, 247, 0.5) !important;
}

/* Modal Styling Overrides */
.modal-content input:focus, .modal-content textarea:focus {
    box-shadow: 0 0 0 0.25rem rgba(79, 142, 247, 0.25);
    border-color: #4f8ef7;
}
