.elementor-12211 .elementor-element.elementor-element-9b7e3fe{--display:flex;}.elementor-12211 .elementor-element.elementor-element-9b7e3fe:not(.elementor-motion-effects-element-type-background), .elementor-12211 .elementor-element.elementor-element-9b7e3fe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CAE8F3;}/* Start custom CSS for shortcode, class: .elementor-element-8dd7b5a *//* Genel Form Alanı */
.wpcf7 form {
    max-width: 800px;
    width: 100%; /* ekledim: container genişliği tam */
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Başlıklar */
.wpcf7 h3 {
    margin: 30px 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #006175; /* koyu ton */
    border-left: 4px solid #007e8e; /* ana vurgu */
    padding-left: 12px;
}

/* Label */
.wpcf7 label {
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
    color: #000000; /* koyu ton, #00000 yerine düzelttim */
}

/* Input, Select, Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100% !important; /* ekledim: tam genişlik için */
    box-sizing: border-box; /* ekledim: padding ve border dahil */
    margin-top: 6px;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Focus efekti */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #007e8e; /* ana vurgu */
    box-shadow: 0 0 0 3px rgba(155,213,225,0.3); /* açık ton */
    outline: none;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Dosya Yükleme */
.wpcf7 input[type="file"] {
    margin-top: 8px;
    font-size: 13px;
}

/* Ayraç */
.wpcf7 hr {
    border: none;
    border-top: 1px dashed #ddd;
    margin: 30px 0;
}

/* KVKK Alanı */
.kvkk-onay {
    margin: 25px 0;
    font-size: 14px;
    color: #006175; /* koyu ton */
}

.kvkk-onay input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

/* Submit Butonu */
.wpcf7 input[type="submit"] {
    background: #007e8e; /* ana vurgu */
    color: #fff;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #9bd5e1; /* açık ton */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,126,142,0.3); /* ana vurgu hafif gölge */
}

/* Hata & Başarı Mesajları */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
    color: #ff0000; /* kırmızı hata */
}

.wpcf7-mail-sent-ok {
    background: #007e8e; /* ana vurgu */
    border-color: #9bd5e1; /* açık ton */
    color: #006175; /* koyu ton */
}/* End custom CSS */