/* Auto-extracted styles for contact.php */

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.2rem, 3.0vw, 3.0rem) 2rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.75rem;
}

.form-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    color: var(--clr-black);
    font-size: 1.1rem;
    font-weight: 400;
    font-family: var(--font-body);
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-bottom-color: var(--clr-black);
}

.form-input::placeholder {
    color: rgba(0, 0, 0, 0.25);
}

.btn-submit {
    grid-column: 1 / -1;
    margin-top: 1.5rem;
    background-color: var(--clr-black);
    color: var(--clr-white);
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s ease;
}

.btn-submit:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-2px);
}

@media (max-width: 900px) {
    .section-contact .container>div {
        grid-template-columns: 1fr !important;
        gap: clamp(2.0rem, 5.0vw, 5.0rem) !important;
    }

    .contact-info {
        padding-right: 0 !important;
    }

    .contact-form {
        grid-template-columns: 1fr;
        gap: clamp(1.0rem, 2.5vw, 2.5rem);
    }

    .form-group {
        grid-column: 1 / -1;
    }

    .form-wrapper {
        padding: 3rem;
    }
}

@media (max-width: 500px) {
    .form-wrapper {
        padding: 2rem;
    }
}

.auto-style-8354e9 {
    text-decoration: none;
}

.auto-style-c73f85 {
    border-color: rgba(255, 255, 255, 0.3);
}

.auto-style-61a251 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.auto-style-364064 {
    padding: 4rem 0;
    background-color: #ffffff;
    overflow: hidden;
}

.auto-style-6796be {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.6rem, 4.0vw, 4.0rem);
    align-items: center;
}

.auto-style-197488 {
    padding-right: 2rem;
}

.auto-style-c6ea08 {
    display: block;
    margin-bottom: 1.5rem;
    letter-spacing: 0.2em;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    font-weight: 500;
}

.auto-style-68bb5e {
    margin-bottom: 2.5rem;
    color: var(--clr-black);
    font-size: clamp(3rem, 4vw, 4.5rem);
    line-height: 1.1;
    font-weight: 400;
}

.auto-style-93686a {
    margin-bottom: 3.5rem;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 80px;
}

.auto-style-ef3af8 {
    display: flex;
    flex-direction: column;
    gap: clamp(1.0rem, 2.5vw, 2.5rem);
}

.auto-style-ec8f11 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 1rem;
}

.auto-style-763449 {
    font-size: 1.1rem;
    color: var(--clr-black);
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.auto-style-29448a {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    font-weight: 400;
}

.auto-style-141585 {
    font-size: 1.35rem;
    color: var(--clr-black);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.auto-style-a5604e {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

.auto-style-b0cac6 {
    font-size: 1.35rem;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.5;
    font-weight: 400;
}

.auto-style-695dbc {
    background: #f5f5f5;
    padding: 4.5rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.03);
}

.auto-style-db1172 {
    font-weight: 600;
}

@media screen and (max-width: 1799px) {
    .btn-submit {
        margin-top: 0;
        padding: 0.95rem 2rem;
        font-size: 14px;
    }

    .auto-style-141585 {
        font-size: 18px;
    }

    .auto-style-ef3af8 {
        gap: 30px;
    }

    .auto-style-29448a {
        font-size: 16px;
    }

    .redev-form {
        gap: clamp(1.0rem, 2.0vw, 1.2rem);
    }
}

@media screen and (max-width: 575px) {
    .auto-style-ef3af8 {
        padding-bottom: 0;
    }

    .form-input,
    .auto-style-29448a {
        font-size: 16px;
    }
}