.elementor-8466 .elementor-element.elementor-element-3041afc{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:35px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-8466 .elementor-element.elementor-element-3041afc:not(.elementor-motion-effects-element-type-background), .elementor-8466 .elementor-element.elementor-element-3041afc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D8E9D8;}.elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text{text-align:center;}.elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text, .elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text a{font-size:24px;}.elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text.clip .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text.type .ekit-fancy-text-lists::after{background-color:#333333;width:2px;height:100%;}.elementor-8466 .elementor-element.elementor-element-fe5ef86 .ekit-fancy-text.bar-loading .ekit-fancy-text-lists::after{background-color:#333333;}.elementor-8466 .elementor-element.elementor-element-ce50075{--display:flex;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}#elementor-popup-modal-8466{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8466 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-8466 .dialog-close-button{display:flex;}#elementor-popup-modal-8466 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-8466 .elementor-element.elementor-element-3041afc{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}.elementor-8466 .elementor-element.elementor-element-ce50075{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for wpforms, class: .elementor-element-4c89882 *//* ================================
   WPForms – Özel Tasarım (Senin formunla birebir uyumlu)
   ================================ */

.wpforms-container {
    max-width: 1100px !important;
    margin: 0 auto !important;
    background: linear-gradient(to bottom, #d8e9d8, #e8f4e8) !important;
    border-radius: 8px !important;
       padding: 0px 10px !important; /* Sağ ve sol kenarlarda 10px boşluk */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.wpforms-title {
    text-align: center !important;
    font-size: 42px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 0px !important;
}

.wpforms-title span {
    color: #2d9e5a !important;
}

.wpforms-field-container {
    display: grid !important;
    gap: 25px !important;
}

.wpforms-field {
    margin-bottom: 0px !important;
}

.wpforms-field-label {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2d5a4a !important;
    margin-bottom: 0px !important;
}

.wpforms-field-label .wpforms-required-label {
    color: #d32f2f !important;
    margin-left: 3px !important;
}

/* Input, Select, Textarea alanları */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"],
.wpforms-field select,
.wpforms-field textarea {
    padding: 0px 16px !important; /* Yüksekliği artırdık */
    border: 1px solid #b8d4b8 !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    background: #fff !important;
    transition: border-color 0.3s !important;
    width: 100% !important;
}


.wpforms-field input:focus,
.wpforms-field select:focus,
.wpforms-field textarea:focus {
    outline: none !important;
    border-color: #2d9e5a !important;
}

/* Select özel oku */
.wpforms-field select {
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 35px !important;
    cursor: pointer !important;
}

/* Checkbox grubu */
.wpforms-field input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    cursor: pointer !important;
}

.wpforms-field.wpforms-field-checkbox label {
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-weight: 400 !important;
    color: #333 !important;
}

/* Gönder butonu */
.wpforms-submit-container button[type="submit"] {
    background: #2d9e5a !important;
    color: white !important;
    padding: 16px 40px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border: none !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    margin-top: 20px !important;
    float: right !important;
    transition: background 0.3s !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.wpforms-submit-container button[type="submit"]:hover {
    background: #258a4d !important;
}

.wpforms-submit-container button[type="submit"]:active {
    transform: scale(0.98) !important;
}

/* Mobil uyum */
@media (max-width: 768px) {
    .wpforms-container {
        padding: 0px 0px !important;
    }

    .wpforms-title {
        font-size: 32px !important;
    }

    .wpforms-submit-container button[type="submit"] {
        width: 100% !important;
        float: none !important;
    }
    
}



/* Genel grid düzeni */
.wpforms-form .wpforms-field {
    margin-bottom: 0px; /* Alanlar arası boşluk */
}

/* 8. sıra - Gönder butonu */
.wpforms-form button[type="submit"] {
    width: 100%;
    background-color: #2d9e5a;
    color: #fff;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}
.wpforms-form button[type="submit"]:hover {
    background-color: #258a4d;
}

/* Responsive - mobil uyum */
@media (max-width: 768px) {
    #wpforms-1-field_1,
    #wpforms-1-field_2,
    #wpforms-1-field_3,
    #wpforms-1-field_4,
    #wpforms-1-field_5,
    #wpforms-1-field_7,
    #wpforms-1-field_10,
    #wpforms-1-field_11,
    #wpforms-1-field_12,
    #wpforms-1-field_15,
    #wpforms-1-field_16,
    #wpforms-1-field_18 {
        display: block;
        width: 100%;
        margin-right: 0;
    }
}

/* Mobil ve Tablet Uyumlu Kenar Boşluğu */
@media (max-width: 768px) {
    .wpforms-container {
        padding: 0px 10px !important; /* Sağ ve sol kenarda 10px boşluk */
    }
}/* End custom CSS */