.elementor-431 .elementor-element.elementor-element-3f73d7bc:not(.elementor-motion-effects-element-type-background), .elementor-431 .elementor-element.elementor-element-3f73d7bc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://seanssigorta.com/wp-content/uploads/2025/11/Gemini_Generated_Image_ewbe2qewbe2qewbe.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-431 .elementor-element.elementor-element-3f73d7bc > .elementor-background-overlay{background-color:var( --e-global-color-secondary );opacity:0.8;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-431 .elementor-element.elementor-element-3f73d7bc > .elementor-container{min-height:450px;}.elementor-431 .elementor-element.elementor-element-3f73d7bc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:100px;padding:0px 15px 0px 15px;}.elementor-431 .elementor-element.elementor-element-495f1686 > .elementor-element-populated{margin:70px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-431 .elementor-element.elementor-element-5b741279{text-align:center;}.elementor-431 .elementor-element.elementor-element-5b741279 .elementor-heading-title{color:var( --e-global-color-21bfb04 );}.elementor-431 .elementor-element.elementor-element-8d77746{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-431 .elementor-element.elementor-element-495f1686 > .elementor-element-populated{margin:160px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-0484abe *//* ============================= */
/* 1. FORM GENEL YAPI */
/* ============================= */

.wpcf7-form {
    max-width: 1000px;
    margin: 20px auto;
    padding: 30px 35px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* ============================= */
/* 2. ADIM GEÇİŞ SİSTEMİ */
/* ============================= */

.cf7-step-content {
    display: none;
    opacity: 0;
}

.cf7-step-content.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease-in-out;
}

/* Poliçe sayfasında ekstra boşluğu azalt */
.step-4 {
    padding-top: 10px;
}

.step-4 h2,
.step-4 h3 {
    margin-bottom: 20px;
}

/* ============================= */
/* 3. STEPPER ÜST BAR */
/* ============================= */

.cf7-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef2f7;
}

.cf7-step {
    flex: 1;
    text-align: center;
    font-size: 13px;
    color: #94a3b8;
}

.cf7-step span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    font-weight: 600;
}

.cf7-step.active {
    color: #2563eb;
    font-weight: 600;
}

.cf7-step.active span {
    background: #2563eb;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(37,99,235,0.15);
}

/* ============================= */
/* 4. LİSTE / SEÇİM ALANI */
/* ============================= */

.wpcf7-list-item {
    display: inline-block;
    margin: 0 12px 12px 0;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.wpcf7-list-item label:hover {
    border-color: #2563eb;
}

/* Step 3 – 3 kolon */
.step-3 .wpcf7-list-item {
    width: calc(33.33% - 15px);
    min-width: 220px;
}

/* ============================= */
/* 5. POLİÇE ONAY KUTULARI */
/* ============================= */

.onay-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;   /* BOŞLUK AZALTILDI */
    padding: 12px 15px;    /* BOŞLUK AZALTILDI */
    background: #f9fafb;
    border-radius: 8px;
}

.onay-check input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.onay-text {
    font-size: 14px;
    line-height: 1.5;
    color: #475569;
}

/* CF7 hata mesajı boşluk azalt */
.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 12px;
}

/* ============================= */
/* 6. NAVİGASYON BUTONLARI */
/* ============================= */

.cf7-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;   /* BOŞLUK AZALTILDI */
    padding-top: 15px;
    border-top: 1px solid #eef2f7;
}

button.next-step,
button.prev-step,
.submit-btn {
    padding: 12px 26px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    border: none;
}

button.next-step,
.submit-btn {
    background: #2563eb;
    color: #fff;
}

button.prev-step {
    background: #f1f5f9;
    color: #64748b;
}

button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* ============================= */
/* 7. ANİMASYON */
/* ============================= */

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ============================= */
/* 8. MOBİL */
/* ============================= */

@media (max-width: 768px) {

    .wpcf7-form {
        padding: 20px;
    }

    .step-3 .wpcf7-list-item {
        width: 100%;
    }

    .cf7-steps {
        display: none;
    }

}
/* STEP 4 – Poliçe Onay Alanı Height Fix */

.step-4 .wpcf7-form-control-wrap {
    display: inline-flex !important;
    align-items: flex-start;
    margin: 0 !important;
    padding: 0 !important;
}

/* Acceptance iç span boşluk fix */
.step-4 .wpcf7-acceptance {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
}

/* Hata mesajı absolute yap boşluk üretmesin */
.step-4 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -18px;
    left: 30px;
    margin: 0 !important;
}

/* Wrapper relative olsun */
.step-4 .onay-row {
    position: relative;
    margin-bottom: 18px;
}
.step-4 .onay-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 18px; /* hata mesajı için sabit yer */
}

.step-4 .onay-input {
    margin-top: 4px;
}

.step-4 .onay-text {
    font-size: 14px;
    line-height: 1.6;
}

/* Hata mesajı sabit yerde kalsın */
.step-4 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 32px;
    margin: 0 !important;
    font-size: 12px;
}
.step-4 .onay-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 18px;
}

.step-4 .onay-input {
    margin-top: 4px;
}

.step-4 .onay-text {
    font-size: 14px;
    line-height: 1.6;
}

.step-4 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    left: 32px;
    margin: 0 !important;
    font-size: 12px;
}
/* STEP 4 – Checkbox biraz aşağı insin */

.step-4 .onay-input {
    margin-top: 18px;   /* 6-10px arası deneyebilirsin */
}/* End custom CSS */