#footer {
    background: #fff;
    padding: 40px 0 40px;
    color: #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

#footer h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

#footer p {
    font-size: 15px;
    color: #555;
    margin-top: 15px;
    line-height: 24px;
}

#footer .social {
    border-top: 1px solid rgb(0 0 0 / 16%);
    padding-top: 15px;
    text-align: center;
    display: flex;
    gap: 12px;
}

#footer .social i.fa-brands {
    font-size: 24px;
    width: 34px;
    height: 34px;
    padding: 5px 0;
    color: #fff;
    background: transparent;
    border-radius: 10px;
    transition: all 0.3s;
}

#footer .social i.fa-instagram {
    color: #fff;
    background: linear-gradient(20deg,
            #f09433 10%,
            #e6683c 25%,
            #dc2743 50%,
            #bc1888 75%,
            #cc2366 100%);
}

#footer .social i.fa-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

#footer .social i.fa-linkedin-in {
    background: #0077b5;
}

#footer .social i.fa-facebook-f {
    background: #1877F2;
}

#footer .social i.fa-threads {
    background: #000;
}

#footer .social i.fa-brands:hover {
    transform: translateY(-1px) scale(1.05);
}

#footer .footer-about p {
    text-align: left;
}

#footer .footer-links ul {
    list-style: none;
    padding: 0;
}

#footer .footer-links ul li {
    margin-bottom: 10px;
}

#footer .footer-links ul li a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
}

#footer .footer-links ul li a:hover {
    color: #333;
}

#footer .footer-links .badge {
    background: #eee;
    color: #333;
    font-size: 10px;
    margin-left: 5px;
    border-radius: 4px;
    padding: 3px 6px;
}

#footer .footer-contact p {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

#footer .footer-contact i {
    margin-right: 10px;
    margin-top: 5px;
    color: #333;
}

#footer .footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: left;
}

#footer .footer-bottom p {
    font-size: 15px;
    color: #555;
    margin: 0;
}

#footer .footer-bottom b {
    color: #333;
}

#privacy-policy {
    padding: 40px 0;
    line-height: 30px;
}

#terms-conditions {
    padding: 40px 0;
    line-height: 30px;
}