.elementor-17164 .elementor-element.elementor-element-d82b493{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-88eec79 *//* Genel Form Alanı */
.wpcf7 form {
    max-width: 800px;
    width: 100%;
    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: 25px;
    font-weight: 600;
    color: #006175;
    border-left: 4px solid #007e8e;
    padding-left: 12px;
}

/* Label */
.wpcf7 label {
    display: block;
    margin-bottom: -25px;
    font-weight: 500;
    color: #000000;
}

/* Input, Select, Textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100% !important;
    box-sizing: border-box;
    margin-top: 6px;
    padding: 12px 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #007e8e;
    box-shadow: 0 0 0 3px rgba(155,213,225,0.3);
    outline: none;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Select görünüm */
.wpcf7 select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23007e8e' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 25px;
    cursor: pointer;
}

/* Dosya Yükleme */
.wpcf7 input[type="file"] {
    margin-top: 8px;
    padding: 6px;
    font-size: 13px;
    border-radius: 6px;
    background: #f9f9f9;
    border: 1px dashed #ddd;
}

/* 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;
}

.kvkk-onay label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kvkk-onay input[type="checkbox"] {
    transform: scale(1.1);
}

/* Submit */
.wpcf7 input[type="submit"] {
    background: #007e8e;
    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;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,126,142,0.3);
}

/* Mesajlar */
.wpcf7-response-output {
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip {
    color: #ff0000;
}

.wpcf7-mail-sent-ok {
    background: #007e8e;
    border-color: #9bd5e1;
    color: #006175;
}

/* Yan yana alanlar */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-col {
    flex: 1;
}

/* Mobil */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }

    .wpcf7 form {
        padding: 20px;
    }

    .wpcf7 h3 {
        font-size: 22px;
    }

    .wpcf7 input[type="submit"] {
        width: 100%;
    }
}/* End custom CSS */