.elementor-4439 .elementor-element.elementor-element-fc71ffb{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:40px 0px;--row-gap:40px;--column-gap:0px;}.elementor-4439 .elementor-element.elementor-element-1f0abe4{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;border-style:solid;--border-style:solid;border-width:0px 1px 0px 0px;--border-top-width:0px;--border-right-width:1px;--border-bottom-width:0px;--border-left-width:0px;border-color:#e8e8e8;--border-color:#e8e8e8;--padding-top:15px;--padding-bottom:15px;--padding-left:0px;--padding-right:50px;}.elementor-4439 .elementor-element.elementor-element-789122a{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:15px;--padding-bottom:15px;--padding-left:50px;--padding-right:0px;}@media(max-width:1024px) and (min-width:769px){.elementor-4439 .elementor-element.elementor-element-1f0abe4{--width:100%;}.elementor-4439 .elementor-element.elementor-element-789122a{--width:100%;}}@media(max-width:1024px){.elementor-4439 .elementor-element.elementor-element-fc71ffb{--grid-auto-flow:row;}.elementor-4439 .elementor-element.elementor-element-cb322d0{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4439 .elementor-element.elementor-element-1f0abe4{border-width:0px 0px 0px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4439 .elementor-element.elementor-element-789122a{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:768px){.elementor-4439 .elementor-element.elementor-element-fc71ffb{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-3c67846 *//* =========================================
   VOGUE BOXER – CONTACT FORM 7 TAM DÜZELTME
   ========================================= */

.vb-quote-form,
.vb-quote-form * {
    box-sizing: border-box !important;
}

.vb-quote-form {
    display: block !important;
    width: 100% !important;
    max-width: 920px !important;
    margin: 0 auto !important;
    padding: 42px !important;
    background: #ffffff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 28px !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.07) !important;
}

/* İlk 6 alan masaüstünde ikili */
.vb-quote-form .vb-form-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
    width: 100% !important;
}

/* Alanlar */
.vb-quote-form .vb-field {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.vb-quote-form .vb-full {
    display: block !important;
    width: 100% !important;
    margin-top: 24px !important;
}

/* Etiketler */
.vb-quote-form label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: #111111 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

.vb-quote-form label span {
    color: #d60000 !important;
}

/* Açıklama yazıları */
.vb-quote-form small {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #777777 !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
}

/* CF7 alan kapsayıcıları */
.vb-quote-form .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

/* Tüm form alanları */
.vb-quote-form input[type="text"],
.vb-quote-form input[type="email"],
.vb-quote-form input[type="tel"],
.vb-quote-form input[type="number"],
.vb-quote-form select,
.vb-quote-form textarea,
.vb-quote-form .phonetext,
.vb-quote-form .countrytext {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 13px 16px !important;
    border: 1px solid #cfcfcf !important;
    border-radius: 10px !important;
    outline: none !important;
    background: #ffffff !important;
    color: #111111 !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
}

.vb-quote-form textarea {
    height: 165px !important;
    min-height: 165px !important;
    resize: vertical !important;
}

.vb-quote-form input:focus,
.vb-quote-form select:focus,
.vb-quote-form textarea:focus {
    border-color: #111111 !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08) !important;
}

/* Telefon ve ülke eklentisi */
.vb-quote-form .intl-tel-input,
.vb-quote-form .iti,
.vb-quote-form .country-select {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.vb-quote-form .iti input,
.vb-quote-form .intl-tel-input input {
    width: 100% !important;
    padding-left: 92px !important;
}

.vb-quote-form .iti__country-list,
.vb-quote-form .country-list {
    z-index: 999999 !important;
    background: #ffffff !important;
    color: #111111 !important;
}

/* Dosya yükleme alanı */
.vb-quote-form .vb-upload {
    display: block !important;
    width: 100% !important;
    padding: 26px !important;
    border: 1px dashed #a8a8a8 !important;
    border-radius: 12px !important;
    background: #fafafa !important;
}

.vb-quote-form input[type="file"] {
    display: block !important;
    width: 100% !important;
    color: #555555 !important;
    font-size: 13px !important;
}

.vb-quote-form input[type="file"]::file-.elementor-4439 .elementor-element.elementor-element-3c67846-button {
    margin-right: 12px !important;
    padding: 11px 16px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #111111 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}

/* Onay kutusu */
.vb-quote-form .vb-consent {
    display: block !important;
    width: 100% !important;
    margin: 26px 0 !important;
    color: #555555 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
}

.vb-quote-form .vb-consent .wpcf7-list-item {
    margin: 0 !important;
}

.vb-quote-form input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    min-height: 17px !important;
    margin: 2px 8px 0 0 !important;
    accent-color: #111111 !important;
    vertical-align: top !important;
}

/* Gönder butonu – kesin siyah */
.vb-quote-form .vb-submit {
    display: block !important;
    width: 100% !important;
}

.vb-quote-form input[type="submit"],
.vb-quote-form .wpcf7-submit {
    display: block !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 15px 24px !important;
    border: 2px solid #111111 !important;
    border-radius: 999px !important;
    background: #111111 !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.vb-quote-form input[type="submit"]:hover,
.vb-quote-form .wpcf7-submit:hover {
    border-color: #111111 !important;
    background: #ffffff !important;
    color: #111111 !important;
}

.vb-quote-form input[type="submit"]:focus,
.vb-quote-form .wpcf7-submit:focus {
    border-color: #111111 !important;
    background: #111111 !important;
    color: #ffffff !important;
    outline: none !important;
}

/* Hata ve başarı mesajları */
.vb-quote-form .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 6px !important;
    color: #c40000 !important;
    font-size: 12px !important;
}

.vb-quote-form .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border-width: 1px !important;
    border-radius: 10px !important;
}

/* MOBİL */
@media screen and (max-width: 767px) {

    .vb-quote-form {
        width: 100% !important;
        max-width: 100% !important;
        padding: 24px 16px !important;
        border-radius: 20px !important;
    }

    .vb-quote-form .vb-form-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 19px !important;
    }

    .vb-quote-form .vb-full {
        margin-top: 19px !important;
    }

    .vb-quote-form input[type="text"],
    .vb-quote-form input[type="email"],
    .vb-quote-form input[type="tel"],
    .vb-quote-form input[type="number"],
    .vb-quote-form select,
    .vb-quote-form textarea,
    .vb-quote-form .phonetext,
    .vb-quote-form .countrytext {
        width: 100% !important;
        max-width: 100% !important;
        height: 54px !important;
        min-height: 54px !important;
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        font-size: 16px !important;
    }

    .vb-quote-form textarea {
        height: 150px !important;
        min-height: 150px !important;
    }

    .vb-quote-form .vb-upload {
        padding: 20px 14px !important;
    }

    .vb-quote-form input[type="submit"],
    .vb-quote-form .wpcf7-submit {
        height: 56px !important;
        min-height: 56px !important;
    }
}/* End custom CSS */