.footer {
    padding-top: 38px;
    color: #c8d7eb;
    background: linear-gradient(180deg, #041739 0%, #08274f 100%);
    border-top: 5px solid #a93600;
}

.footer-content { padding-bottom: 8px; }

.footer h5 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

.footer-logo {
    width: auto;
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

.footer p {
    color: #e7f2ff;
    line-height: 1.8;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.5rem;
    color: #e7f2ff;
    line-height: 1.7;
}

.footer-links a {
    display: block;
    color: #c8d7eb;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    padding-left: 5px;
    color: #d94f00;
}

.footer-links i {
    display: inline-block;
    width: 1.4rem;
    color: #d94f00;
}


.footer hr {
    border-color: rgba(255, 255, 255, 0.15);
    opacity: 1;
}

.footer-bottom {
    margin-top: 20px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 0.9rem;
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom .visitor-counter { margin-top: .35rem; color: #c8d7eb; font-size: .82rem; }
.visitor-counter i { margin-right: .35rem; color: #d94f00; }

.footer .text-md-end a {
    color: #d94f00;
    font-weight: 600;
    text-decoration: none;
}

.footer .text-md-end a:hover {
    color: #d94f00;
}

.footer .footer-bottom .text-md-end p {
    font-size: .25rem !important;
}

.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
    display: none;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #a93600;
    border-radius: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.back-to-top i {
    font-size: 1.5rem;
    line-height: 1;
}

.back-to-top:hover {
    color: #ffffff;
    background: #7a2600;
    transform: translateY(-3px);
}

@media (max-width: 767.98px) {
    .footer {
        padding-top: 30px;
        text-align: center;
    }

    .footer h5 {
        margin-bottom: 0.75rem;
    }

    .footer-links {
        margin-bottom: 1rem;
    }

    .footer-links li {
        line-height: 1.6;
    }

    .footer .footer-content > div:nth-child(3) .footer-links li {
        justify-content: center;
        text-align: center;
    }

    .footer .footer-content > div:nth-child(3) .footer-links li > div {
        text-align: center;
    }

    .footer-bottom {
        margin-top: 20px;
        padding: 12px 0;
        text-align: center;
    }

    .footer .text-md-end {
        text-align: center !important;
        margin-top: 0.35rem;
    }
}
