@charset "UTF-8";

/* Page wrapper */

.sticky-element {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

    .sticky-element .section-heading {
        font-size: 2.2rem;
        margin-bottom: 0.3rem;
    }

    .sticky-element .section-subheading {
        margin-bottom: 0;
    }

/* Row + cards */

.row.text-center {
    max-width: 900px;
    margin: 0 auto 2.5rem auto;
    row-gap: 2rem;
}

    .row.text-center .col-sm-6 {
        margin-bottom: 1rem;
        padding: 1.5rem 1rem;
        border-radius: 18px;
        background: rgba(15, 23, 42, 0.7);
        border: 1px solid rgba(255, 193, 7, 0.6);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    }

    /* Icons */

    .row.text-center .fa-stack {
        margin-bottom: 0.8rem;
    }

    .row.text-center .text-primary {
        color: #ffc107 !important;
        height: 8rem;
    }

    /* Partner titles */

    .row.text-center h4 {
        color: #f8f9fa;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-top: 0.75rem;
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

/* Social icons */

.contact__social {
    display: inline-block;
    margin: 0 0.4rem;
    font-size: 1.2rem;
    color: #ffc107;
    text-decoration: none;
}

    .contact__social:hover {
        color: #0dcaf0;
    }

/* Description text */

.row.text-center p.text-muted {
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: #e5e7eb !important;
    font-style: italic;
}

/* Make sure links inside cards don't break layout */

.row.text-center a {
    color: inherit;
}

    .row.text-center a:hover h4 {
        text-shadow: 0 0 6px rgba(255, 193, 7, 0.9);
    }

/* Small screens */

@media (max-width: 576px) {
    .row.text-center .col-sm-6 {
        padding: 1.25rem 0.75rem;
    }

    .sticky-element .section-heading {
        font-size: 1.9rem;
    }
}
