.footer-section {
    background: linear-gradient(180deg, #0c1629, #0a1323);
    color: #cfd6e3;
    padding: 70px 0 30px;
}

.brand {
    height: 60px;
    width: auto;
}

.logo-img {
    height: 100%;
    width: auto;
}

.brand p {
    color: #fff;
    font-weight: 600;
}

.footer-text {
    font-size: 14px;
    line-height: 1.7;
    max-width: 420px;
}

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cfd6e3;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    color: #cfd6e3;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-contact i {
    color: #cfd6e3;
    margin-top: 3px;
}

.social-icons a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    margin-right: 10px;
    font-size: 16px;
    text-decoration: none;
}

.social-icons a:hover {
    background: #2c2c2c;
}

.footer-line {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 40px 0 20px;
}

.copyright {
    font-size: 13px;
    color: #9aa4b2;
}

/* FIXED SAASARO CREDIT */
.designer-credit {
    margin-left: 90%;
    font-size: 13px;
    color: #9aa4b2;
}

.copyright a {
    color: #cfd6e3;
    font-weight: 600;
    text-decoration: none;
}

.designer-credit a:hover {
    text-decoration: underline;
}