body {
    background-image: url('../images/bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f0f3f6;
    font-family: 'Segoe UI', sans-serif;
}

.section-title {
    font-weight: 700;
    font-size: 1.8rem;
    color: #0c4f66;
}

.section-subtitle {
    color: #0c4f66;
    font-weight: 600;
}

.card-hover:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 120px;
    object-fit: contain;
    padding: 20px;
}

.divider {
    border-bottom: 1px solid #d8dee2;
    margin: 1rem 0;
}

.logo-text {
    font-weight: 700;
    font-size: 3em;
    color: #343a40;
}

.card-link {
    text-decoration: none;
    border-radius: 15px;
}