.bg {
    background: url('/assets/images/contact-hero.png') center/cover no-repeat;
}
section {
    padding: 100px 20px;
    background: linear-gradient(180deg, #0a0f2c, #111a3a);
}
.floating-btn {
    background: linear-gradient(135deg, #340f64, #b2482b);
}
.contact .card {
    background: rgba(255, 255, 255, 0.02);
    padding: 20px;
    border-radius: 8px;
}
.contact input,
.contact textarea {
    width: 100%;
    padding: 12px;
    margin-top: 6px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    background: #0a0f2c;
    color: #fff;
    border-radius: 4px;
}
.contact input:focus,
.contact textarea:focus {
    outline: none;
    border-color: #7c4dff;
}
.contact button {
    padding: 12px 24px;
    background: linear-gradient(135deg, #340f64, #b2482b);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.contact .mailTo {
    text-decoration: underline;
    color: #ffffff;
}