/* Footer copyright center on all screens */

.footer-copyright {
    text-align: center !important;
    color: #fff;
    margin-top: 0.5rem;
    width: 100%;
}


/* Footer Social Icons */

.footer-social {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    color: #fff;
    font-size: 1.7rem;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-social {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #232526 0%, #414345 100%);
    color: #fff;
    font-size: 1.7rem;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.footer-social:hover {
    background: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%);
    color: #fff200;
    box-shadow: 0 4px 16px rgba(255, 78, 80, 0.15);
    text-decoration: none !important;
}

.footer-social i {
    line-height: 1;
}


/* Custom styles for Akihiro Japan Car Sale Website */

.hero-section {
    min-height: 400px;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5);
    background: url('https://images.unsplash.com/photo-1503736334956-4c8f8e92946d?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.brand-logo {
    max-height: 60px;
}