.elementor-17147 .elementor-element.elementor-element-12645ae{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:20px;--padding-right:20px;}.elementor-17147 .elementor-element.elementor-element-77d1665{--display:flex;}.elementor-17147 .elementor-element.elementor-element-77d1665:not(.elementor-motion-effects-element-type-background), .elementor-17147 .elementor-element.elementor-element-77d1665 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F9FB;}.elementor-17147 .elementor-element.elementor-element-73e0096{width:100%;max-width:100%;}.elementor-17147 .elementor-element.elementor-element-73e0096 .sec-title__title{color:#060606;}.elementor-17147 .elementor-element.elementor-element-73e0096 .sec-title__tagline{color:#000000;}.elementor-17147 .elementor-element.elementor-element-025430e{margin-top:0px;margin-bottom:105px;}.elementor-17147 .elementor-element.elementor-element-c52cd02 > .elementor-element-populated{margin:0px 0px 0px 10px;--e-column-margin-right:0px;--e-column-margin-left:10px;}@media(max-width:1024px){.elementor-17147 .elementor-element.elementor-element-c52cd02 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for villoz-contact-form, class: .elementor-element-73e0096 */.team-form-one {
    --primary: #0f172a;
    --secondary: #1e293b;
    --accent: #c8a96b;
    --accent-dark: #b18d4c;
    --text: #1f2937;
    --muted: #6b7280;
    --white: #ffffff;
    --border: #dbe3ea;
    --field-bg: #f8fafc;
   

    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
}

.team-form-one__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.08;
    pointer-events: none;
}

.team-form-one .container {
    position: relative;
    z-index: 2;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-form-one .sec-title {
    margin-bottom: 38px;
}

.team-form-one .sec-title__tagline {
    display: block;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 700;
}

.team-form-one .sec-title__title {
    margin: 0;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--primary);
}

.team-form-one .wpcf7 {
    max-width: 980px;
    margin: 0 auto;
}

.team-form-one .wpcf7 form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 22px;
    padding: 34px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(200, 169, 107, 0.18);
    border-radius: 24px;
    box-shadow: var(--shadow);
    backdrop-filter: blur(8px);
}

.team-form-one .wpcf7 form > label {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primary);
}

.team-form-one .wpcf7 form > label:last-of-type {
    grid-column: 1 / -1;
}

.team-form-one .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}

.team-form-one .wpcf7 input[type="text"],
.team-form-one .wpcf7 input[type="email"],
.team-form-one .wpcf7 input[type="tel"],
.team-form-one .wpcf7 input[type="number"],
.team-form-one .wpcf7 select,
.team-form-one .wpcf7 textarea {
    width: 100%;
    appearance: none;
    border: 1px solid var(--border);
    background: var(--field-bg);
    color: var(--text);
    border-radius: 16px;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.team-form-one .wpcf7 input[type="text"],
.team-form-one .wpcf7 input[type="email"],
.team-form-one .wpcf7 input[type="tel"],
.team-form-one .wpcf7 input[type="number"],
.team-form-one .wpcf7 select {
    min-height: 56px;
}

.team-form-one .wpcf7 textarea {
    min-height: 170px;
    resize: vertical;
}

.team-form-one .wpcf7 input::placeholder,
.team-form-one .wpcf7 textarea::placeholder {
    color: #94a3b8;
}

.team-form-one .wpcf7 input:focus,
.team-form-one .wpcf7 select:focus,
.team-form-one .wpcf7 textarea:focus {
    background: var(--white);
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(200, 169, 107, 0.16);
}

.team-form-one .wpcf7 select {
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 22px) calc(50% - 3px),
        calc(100% - 16px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 48px;
}

.team-form-one .wpcf7 input[type="number"]::-webkit-outer-spin-button,
.team-form-one .wpcf7 input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.team-form-one .wpcf7 input[type="number"] {
    -moz-appearance: textfield;
}
.team-form-one .wpcf7 .wpcf7-submit {
    grid-column: 1 / -1;
    justify-self: start;
    min-width: 220px;
    min-height: 58px;
    border: none;
    border-radius: 999px;
    padding: 16px 28px;
    background: #132742;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(19, 39, 66, 0.28);
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.team-form-one .wpcf7 .wpcf7-submit:hover {
    transform: translateY(-2px);
    background: #1b3659;
    box-shadow: 0 18px 34px rgba(19, 39, 66, 0.38);
}

.team-form-one .wpcf7 .wpcf7-submit:active {
    transform: translateY(0);
    background: #0f2036;
}

.team-form-one .wpcf7-spinner {
    margin: 14px 0 0 14px;
}

.team-form-one .wpcf7-not-valid {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1) !important;
}

.team-form-one .wpcf7-not-valid-tip {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #dc2626;
}

.team-form-one .wpcf7-response-output {
    grid-column: 1 / -1;
    margin: 4px 0 0 !important;
    padding: 14px 18px !important;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 600;
}

.team-form-one .screen-reader-response {
    display: none;
}

@media (max-width: 991px) {
    .team-form-one {
        padding: 90px 0;
    }

    .team-form-one .wpcf7 form {
        padding: 28px;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .team-form-one {
        padding: 70px 0;
    }

    .team-form-one .wpcf7 form {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 18px;
    }

    .team-form-one .wpcf7 form > label:last-of-type,
    .team-form-one .wpcf7 .wpcf7-submit,
    .team-form-one .wpcf7 .wpcf7-response-output {
        grid-column: auto;
    }

    .team-form-one .wpcf7 .wpcf7-submit {
        width: 100%;
        justify-self: stretch;
    }
}/* End custom CSS */