.elementor-29509 .elementor-element.elementor-element-2788298{--display:flex;}.elementor-29509 .elementor-element.elementor-element-9fe8324 img{width:100%;}.elementor-29509 .elementor-element.elementor-element-8a5dfe2{--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;}.elementor-29509 .elementor-element.elementor-element-e9dd35d > .elementor-widget-container{margin:26px 0px 0px 0px;}/* Start custom CSS for wd_contact_form_7, class: .elementor-element-e9dd35d *//* PArdole Parfüm Bayilik Formu Modern CSS */
.pardole-bayilik-formu {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    font-family: inherit; /* Temanın mevcut fontunu korur */
}

/* Etiketler (Labels) */
.pardole-bayilik-formu label {
    font-weight: 600;
    color: #2c2c2c;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    letter-spacing: 0.5px;
}

/* Input ve Textarea Alanları */
.pardole-bayilik-formu input[type="text"],
.pardole-bayilik-formu input[type="email"],
.pardole-bayilik-formu input[type="tel"],
.pardole-bayilik-formu textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    background-color: #fcfcfc;
    font-size: 15px;
    color: #4a4a4a;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.pardole-bayilik-formu textarea {
    min-height: 140px;
    resize: vertical;
}

/* Odaklanma (Focus) Efektleri - Parfüm konseptine uygun Gold/Bronz ton */
.pardole-bayilik-formu input:focus,
.pardole-bayilik-formu textarea:focus {
    border-color: #c5a880; 
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(197, 168, 128, 0.15);
    outline: none;
}

/* Form Elemanları Arası Boşluk */
.pardole-bayilik-formu .form-group {
    margin-bottom: 24px;
}

/* KVKK Onay Alanı Düzenlemesi */
.pardole-bayilik-formu .kvkk-alani .wpcf7-list-item {
    margin: 0;
}

.pardole-bayilik-formu .kvkk-alani label {
    font-size: 13px;
    color: #777;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.pardole-bayilik-formu .kvkk-alani input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #c5a880; /* Seçili olduğunda kutuyu gold yapar */
}

.pardole-bayilik-formu .kvkk-alani a {
    color: #c5a880;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.pardole-bayilik-formu .kvkk-alani a:hover {
    border-bottom-color: #c5a880;
}

/* Gönder Butonu Tasarımı */
.pardole-bayilik-formu input[type="submit"] {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 18px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    width: 100%;
}

.pardole-bayilik-formu input[type="submit"]:hover {
    background-color: #c5a880;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197, 168, 128, 0.3);
}

/* Hata ve Başarı Mesajları (Contact Form 7 Standart Sınıfları) */
.pardole-bayilik-formu .wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 500;
}

.pardole-bayilik-formu .wpcf7-response-output {
    border-radius: 10px !important;
    margin-top: 25px !important;
    padding: 16px 20px !important;
    border: none !important;
    font-size: 14px;
    font-weight: 500;
}

/* Hata mesajı kutusu */
.pardole-bayilik-formu .wpcf7-validation-errors {
    background-color: #fdf2f2 !important;
    color: #e74c3c !important;
}

/* Başarı mesajı kutusu */
.pardole-bayilik-formu .wpcf7-mail-sent-ok {
    background-color: #f4f9f4 !important;
    color: #2ecc71 !important;
}/* End custom CSS */