/* ============================================
   FOOTER: Footer styling
   ============================================ */

/* Custom spacing for the contact form section */
.section-contact {
    padding-top: 1.5rem; /* Reduced top padding */
}

/* Footer styling */
footer {
    background: rgba(33, 37, 41, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Remove box-shadow from footer buttons */
footer .btn-primary {
    box-shadow: none;
}

footer p {
    font-weight: 500;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
