﻿.footer-section {
    background-color: #0D2C4B;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.logo-circle {
    background-color: #f3a100;
    color: #0D2C4B;
    font-weight: 900;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.logo-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    font-weight: 700;
}

.footer-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    max-width: 400px;
}

.footer-socials a {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

    .footer-socials a:hover {
        background: #f3a100;
        color: #0D2C4B;
    }

.footer-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer-contact-list, .footer-links {
    list-style: none;
    padding: 0;
}

    .footer-contact-list li, .footer-links li {
        margin-bottom: 15px;
        font-size: 0.95rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .footer-contact-list i {
        color: #f3a100;
        margin-right: 10px;
        width: 20px;
    }

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

    .footer-bottom p, .footer-policy-links a {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none;
    }

        .footer-policy-links a:hover {
            color: #f3a100;
        }
