.footer_box {
    background-color: #2A2A32;
}

.footer_content {
    width: 1200px;
    margin: 0 auto;
    color: #A9A9A9 ;
    padding: 20px;
    font-size: 14px;
}

.footer_box a {
    color: #A9A9A9 ;
}

.phone_qr {
    width: 150px;
    height: 150px;
}

.footer_box .f_qr {
    text-align: center;
}

.footer_box .logoimg {
    filter: grayscale(1);
    width: 60px;
}

.footer_box .l_d {
    font-size: 20px;
    padding-top: 20px;
    font-family: cursive;
}

.footer_box .l_t {
    font-size: 25px;
    padding-left: 10px;
    font-family: auto;
}

.footer-custom a {
    color: #A9A9A9  !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-custom a:hover {
    color: #38bdf8 !important;
}

.footer-custom .text-light {
    color: #64748b !important;
}

.footer-custom img {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-custom img:hover {
    opacity: 1;
}

.footer-custom p, 
.footer-custom span {
    color: #A9A9A9 ;
    line-height: 1.6;
}

.footer-custom .h4 {
    color: #f1f5f9;
    font-weight: 600;
}

.f_qr {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f_qr img.phone_qr {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.f_qr div {
    color: #94a3b8;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.footer-custom {
    background: #1a1f36 !important;
    color: #e2e8f0 !important;
}

.footer-custom a {
    color: #A9A9A9 !important;
    text-decoration: none;
}

.footer-custom a:hover {
    color: #D3D3D3 !important;
}