/*
 * Theme default — bootstrap thuần.
 *
 * File này chỉ chứa phần Bootstrap 5 không có sẵn: kích thước logo, thanh
 * topbar, hero và footer. Mọi thứ còn lại dùng class gốc của Bootstrap.
 */

/* ---------- Logo ---------- */

.client-logo {
    max-height: 52px;
    width: auto;
}

/* ---------- Layout chung ---------- */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-main {
    flex: 1 0 auto;
}

.section-py {
    padding: 3.5rem 0;
}

/* ---------- Topbar ---------- */

.site-topbar {
    font-size: 0.875rem;
}

.site-topbar a {
    text-decoration: none;
}

/* ---------- Hero ---------- */

.site-hero {
    background: linear-gradient(135deg, var(--bs-primary) 0%, #0a58ca 100%);
    color: #fff;
}

.site-hero .btn-outline-light:hover {
    color: var(--bs-primary);
}

/* ---------- Ô icon tròn dùng ở khối dịch vụ / quy trình ---------- */

.site-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.25rem;
    flex: 0 0 auto;
}

/* ---------- Footer ---------- */

.site-footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer .footer-title {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
