.footer-modern-2 {
    background: #262c36;
    padding: 0.9rem 0;
    color: #e5e7eb;
}

.footer-box {
    padding: 0.5rem;
}

.brand-title {
    font-size: 1.25rem;
    font-weight: 600;
    background: linear-gradient(90deg, #38bdf8, #6366f1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.brand-text {
    font-size: 0.9rem;
    color: #9ca3af;
    line-height: 1.5;
}

.footer-title {
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: #38bdf8;
}

.footer-links,
.footer-contact,
.footer-hours {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li,
.footer-hours li {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    color: #d1d5db;
}

.footer-links a {
    text-decoration: none;
    color: #d1d5db;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #38bdf8;
}

.footer-contact i {
    color: #38bdf8;
    margin-right: 0.6rem !important;
}

.footer-hours span {
    font-weight: 600;
    color: #fff;
    margin-right: 0.4rem;
}

.social-icons {
    margin-top: 1rem;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: rgba(56, 189, 248, 0.1);
    color: #38bdf8;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.social-icons a:hover {
    background: #38bdf8;
    color: #0d1117;
    transform: translateY(-3px);
}

.hr-divider {
    border-color: #808080;
}

.footer-bottom {
    text-align: center;
    font-size: 0.85rem;
    color: #9ca3af;
}

.footer-divider {
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 9999px;
    background: linear-gradient(90deg, #38bdf8, #818cf8, #c084fc);
    margin-bottom: 0.9rem;
}

/* Medium devices (tablets, below 992px) */
@media (min-width: 768px) and (max-width: 991px) {
    .footer-modern-2 {
        text-align: center;
    }

    .footer-modern-2 .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-box {
        width: 100%;
        max-width: 500px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-links,
    .footer-contact,
    .footer-hours {
        text-align: center;
    }

    .footer-divider {
        display: block;
        width: 40px;
        height: 3px;
        margin: 0.75rem auto;
        background: linear-gradient(90deg, #38bdf8, #818cf8, #c084fc);
    }
}

/* Small devices (≤575px) */
@media (max-width: 575px) {
    .footer-modern-2 {
        text-align: center;
    }

    .footer-box {
        width: 100%;
    }

    .brand-title {
        font-size: 1.35rem;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .brand-text {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 1rem;
    }

    .footer-title {
        font-size: 1rem;
    }

    .footer-links li,
    .footer-contact li,
    .footer-hours li {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        margin-top: 0.9rem;
    }

    .social-icons a {
        width: 34px;
        height: 34px;
        font-size: 0.9rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 0.25rem;
    }

    .footer-divider {
        width: 36px;
        height: 3px;
        margin: 0.5rem auto 1rem;
        background: linear-gradient(90deg, #38bdf8, #818cf8, #c084fc);
    }
}