/* Footer styles - professional blue / skyblue theme */
.site-footer {
    background: linear-gradient(180deg, rgb(15, 15, 15) 0%, rgb(15, 15, 15) 100%);
    color: #ffffff;
    border-top: none;
    box-shadow: 0 -8px 30px rgba(11, 47, 97, 0.12);
}

.site-footer .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.site-footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}

.site-footer a:hover {
    color: #e6f4ff;
    text-decoration: underline;
}

.footer-contact-form .form-control {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.footer-contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.75);
}

.footer-contact-form .btn {
    background: #ffffff;
    color: #0b3b78;
    border: 0;
    font-weight: 600;
    box-shadow: 0 6px 18px rgba(11, 47, 97, 0.12);
}

.footer-contact-form .btn:active,
.footer-contact-form .btn:focus {
    box-shadow: none;
    outline: none;
}

.footer-map {
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
}

hr.my-4 {
    border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 767px) {
    .footer-map iframe {
        min-height: 160px;
    }

    .site-footer .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}