@media (max-width:2560px) {
.footer {
    font-family: 'Inter', 'Poppins', sans-serif;
    background: linear-gradient(220deg, #000000a1, #000000), url('../img/footer_bg.png');
    background-size: cover;
    padding: 40px 0;
    color: #cbd5e1;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.4);
}

.footer h5 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #facc15;
    /* gold tone */
    margin-bottom: 15px;
}

.footer p,
.footer a {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer .logo-img {
    display: flex;
    justify-content: center;
}

.footer a img {
    background: white;
    padding: 10px;
    border-radius: 5px;
}

.footer a:hover {
    color: #facc15;
    text-decoration: underline;
}

.footer small,
.footer .small {
    font-size: 12px;
    color: #94a3b8;
}

.btn-attractive {
    background: linear-gradient(135deg, #001355, #810000);
    color: #fff !important;
    font-weight: 600;
    padding: 10px 22px;
    border: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
}

.btn-attractive:hover {
    background: linear-gradient(135deg, #810000, #001355);
    color: #ffffff ;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

}
