/* Overrides can be added here if needed. Intentionally left minimal to follow template closely. */

/* Ensure base font smoothing and consistent body bg */
html.darkmode[data-theme="light"] body { -webkit-font-smoothing: antialiased; }

/* Scale the replacement logo consistently across the UI */
.navbar-sticky .logo img,
.slide-bar .info-widget > img {
    max-height: 48px;
    width: auto;
}

/* Footer refresh */
.footer-feature-card {
    background-color: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 20px 22px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.footer-feature-icon {
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    border-radius: 12px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.footer-feature-icon img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.footer-feature-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #0f172a;
    text-transform: uppercase;
}

.footer-feature-copy {
    color: #475569;
    font-size: 0.9375rem;
}

.footer-utility .btn {
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.footer-payment-icons i {
    font-size: 1.65rem;
    color: #0f172a;
    opacity: 0.7;
}

.footer-payment-icons i:hover {
    opacity: 1;
}

.footer-bottom-inner {
    display: flex;
    justify-content: center;
}

.footer-bottom-inner .link-secondary:hover {
    color: #0f172a;
}
