:root {
    --primary-color: #28a745;
    /* Vert logo */
}

body {
    font-family: Arial, sans-serif;
}

.text-primary-custom {
    color: var(--primary-color);
}

.bg-primary-custom {
    background-color: var(--primary-color) !important;
}

.card-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.cta {
    background-color: var(--primary-color);
    color: white;
    padding: 60px 0;
}
