@font-face {
    font-family: "RifficLocal";
    src: url("/RifficFree-Bold.ttf") format("truetype");
}

.contact-page h1,
.contact-page h2 {
    font-family: "RifficLocal", sans-serif;
}

.contact-box {
    width: 100%;
    max-width: 420px;
    margin: 80px auto 50px;
    padding: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}

.contact-heading {
    margin: 0 0 25px;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

.contact-box input,
.contact-box textarea {
    width: 80%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: none;
}

.contact-box button {
    width: 80%;
    padding: 10px;
    font-weight: bold;
    background: white;
    border: 2px solid black;
    cursor: pointer;
}

.contact-box button:hover {
    background: black;
    color: white;
}

.g-recaptcha {
    margin: 15px 0 15px 8%;
}

.success-message {
    margin-top: 15px;
    color: #4caf50;
}

.error-message {
    margin-top: 15px;
    color: #ff4c4c;
}

.contact-honeypot {
    display: none;
}
