/* Hero gradient */
.hero {
    background: linear-gradient(4deg, #1a2c0d, #1c1c1c);
    color: #fff;
    padding: 60px 0;
}

.motif {
    object-fit: contain;
    max-height: 400px;
}

.module {
    background: linear-gradient(140deg, #ffffff, #e1f0da);
}


.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero p.lead {
    font-size: 1.2rem;
}

/* Feature cards */
.feature-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f9f1;
    border-radius: 50%;
    margin-bottom: 1rem;
    color: #355e14;
}

/* Contact section */
.contact-illustration img {
    max-width: 100%;
    height: auto;
}

/* Footer */
.footer-dark {
    background: #121212;
    color: #ccc;
    padding: 40px 0;
}

.footer-dark a {
    color: #ccc;
}

.footer-dark .social a {
    font-size: 1.2rem;
    margin-right: 15px;
}

.hero-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-black {
    background-color: #1c1c1c !important;
}

.deloitte-dot {
    color: #86BC24;
    /* Deloitte’s Dark Lemon Lime */
}

.dislaimer a {
    text-decoration: none;
    color: #121212;
}

.dislaimer a:hover {
    text-decoration: none;
    /* keep it off on hover, too */
}

.bg-deloitte-green {
    background-color: #86BC24;
    color: #fff;
    padding: 0.02em 0.2em;
    border-radius: 0.2rem;
}

.btn-deloitte {
    background-color: #86BC24;
    border-color: #86BC24;
    color: #fff;
}

.btn-deloitte:hover,
.btn-deloitte:focus {
    background-color: darken(#86BC24, 10%);
    /* or #6fae1e */
    border-color: darken(#86BC24, 10%);
}

.horizontal {
    border-color: rgba(255, 255, 255, 0.1)
}

.linkcolor {
    color: #86BC24;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}