body {
    background-color: #1a1a1a;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.389vw;
    font-family: 'HelveticaNeue', sans-serif;
}

/* Janeiro Font - Normal */
@font-face {
    font-family: 'Janeiro';
    src: url('fonts/helvetica-neue-5/Janeiro-DEMO6.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Janeiro Font - Bold (Mapped to same file) */
@font-face {
    font-family: 'Janeiro';
    src: url('fonts/helvetica-neue-5/Janeiro-DEMO6.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.contact-container {
    background-color: #1a1a1a;
    border: 0.139vw solid #F00101;
    border-radius: 0.556vw;
    padding: 2.778vw;
    max-width: 83.333vw;
    width: 100%;
    position: relative;
}

.logo-text {
    color: #F00101;
    font-size: 0.972vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.389vw;
    letter-spacing: 1px;
    font-family: 'Janeiro' !important;
}

.contact-header {
    color: #F00101;
    font-size: 8vw;
    text-align: center;
    margin-bottom: 3.472vw;
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Janeiro' !important;
}

.contact-info {
    color: #ffffff;
    font-size: 1.111vw;
    line-height: 2;
}

.contact-info-item {
    margin-bottom: 0.556vw;
}

.company-description {
    color: #ffffff;
    font-size: 1.111vw;
    line-height: 1.8;
    margin-top: 2.778vw;
}

.company-description p {
    margin-bottom: 0.556vw;
}

.contact-form {
    color: #ffffff;
}

.form-label {
    color: #ffffff;
    font-size: 0.972vw;
    margin-bottom: 0.556vw;
    font-weight: 400;
}

.form-control,
.form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 0.069vw solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    padding: 0.556vw 0;
    font-size: 1.111vw;
}

.form-control::placeholder {
    color: #ffffff;
    opacity: 0.7;
}

.form-control:focus {
    border-bottom-color: #ffffff;
    box-shadow: none;
    outline: none;
}

.form-group {
    margin-bottom: 2.083vw;
}

.btn-submit {
    background-color: #ffffff;
    color: #000000;
    border: 0.069vw solid #000000;
    padding: 0.833vw 2.778vw;
    font-size: 1.111vw;
    font-weight: 500;
    border-radius: 0;
    margin-top: 1.389vw;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #f0f0f0;
    border-color: #000000;
    color: #000000;
}



@media (max-width: 991px) {
    .contact-info {
        font-size: 2.111vw;
    }

    .company-description {
        font-size: 2.111vw;
    }

    .form-label {
        font-size: 1.972vw;
    }

    .form-control,
    .form-control:focus {
        font-size: 2.111vw;
    }

    .btn-submit {
        font-size: 2.111vw;
    }

    .logo-text {
        font-size: 1.972vw;
    }
}

@media (max-width: 768px) {
    .contact-header {
        font-size: 9.333vw;
    }

    .contact-container {
        padding: 2.083vw 1.389vw;
    }

    .contact-info {
        font-size: 3.111vw;
    }

    .logo-text {
        font-size: 2.972vw;
    }

    .company-description {
        font-size: 3.111vw;
    }

    .form-label {
        font-size: 2.972vw;
    }

    .form-control,
    .form-control:focus {
        font-size: 3.111vw;
    }

    .btn-submit {
        font-size: 3.111vw;
    }

    .contact-container {
        max-width: 95.333vw;
    }
}