﻿.prime-footer {
    background-color: #0B1F4D;
    color: rgba(255, 255, 255, 0.7);
}

.footer-brand {
    color: #fff;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 4px;
}

.text-orange {
    color: #FF7A00;
}

.footer-tagline {
    color: #FF7A00;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-desc {
    font-size: 14px;
    line-height: 24px;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.65);
}

.social-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background-color 0.2s ease;
}

    .social-icon:hover {
        background-color: #FF7A00;
        color: #fff;
    }

.footer-heading {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 22px;
}

.footer-links li {
    margin-bottom: 14px;
}

    .footer-links li a {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 600;
        font-size: 15px;
    }

        .footer-links li a:hover {
            color: #FF7A00;
        }

.contact-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    background-color: rgba(255, 122, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7A00;
    font-size: 16px;
}

.contact-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.contact-value {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.footer-map {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 8px;
}

    .footer-map iframe {
        display: block;
    }

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 0;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    padding-top: 24px;
}
