﻿.hero-image {
    max-height: 420px;
}

.feature-card {
    transition: .3s ease;
    border-radius: 18px;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgba(0,0,0,.15);
    }

.btn-success {
    background: #2E7D32;
    border: none;
}

    .btn-success:hover {
        background: #1B5E20;
    }

.btn-outline-warning {
    color: #F57C00;
    border-color: #F57C00;
}

    .btn-outline-warning:hover {
        background: #F57C00;
        color: white;
    }
