/* Tùy chỉnh riêng cho PS5'Tu */

/* Tiêu đề lớn chủ đạo */
.ps5-title {
    font-size: 3rem; /* Kích thước trên mobile */
    font-weight: 900;
}

@media (min-width: 768px) {
    .ps5-title {
        font-size: 5rem; /* Kích thước trên máy tính */
    }
}

/* Hiệu ứng hover cho menu */
.nav-link:hover {
    color: #00d2ff !important;
}

/* Hiệu ứng hover cho footer links */
footer a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

/* Màu sắc icon mạng xã hội */
.social-icons a {
    transition: color 0.3s;
}
.social-icons a:hover {
    color: #fff !important;
}
.social-icons .facebook:hover { color: #1877f2 !important; }
.social-icons .tiktok:hover { color: #fff !important; text-shadow: 2px 2px 0px #ff0050, -2px -2px 0px #00f2ea; }
.social-icons .instagram:hover { color: #e4405f !important; }
.social-icons .shopee:hover { color: #ee4d2d !important; }