
/* =========================================
   MOBİL FİYAT VE CTA FIX
========================================= */

@media(max-width:768px){

    /* SONUÇ KUTUSU BLOK OLSUN */
    .ikfm-wrapper .ikfm-sonuc-card{
        display:block;
    }

    /* BAŞLIK */
    .ikfm-wrapper .ikfm-sonuc-head{
        display:block;
        margin-bottom:6px;
    }

    /* ANA FİYAT */
    .ikfm-wrapper .ikfm-sonuc-fiyat{
        display:block;
        font-size:30px;
        line-height:1.2;
        margin-bottom:4px;
    }

    /* ALTERNATİF FİYAT */
    .ikfm-wrapper .ikfm-alternatif{
        display:block;
        font-size:14px;
        margin-bottom:12px;
    }

    /* CTA SATIRI BLOK OLSUN */
    .ikfm-wrapper .ikfm-cta-row{
        display:flex !important;
        flex-direction:column !important;
        gap:12px !important;
        width:100% !important;
    }

    /* BUTONLAR TAM GENİŞLİK */
    .ikfm-wrapper .ikfm-cta-row a{
        width:100% !important;
        height:60px !important;
        font-size:17px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

}

/* WRAPPER */
.ikfm-wrapper{
    max-width:900px;
    margin:40px auto;
}

/* ANA KART */
.ikfm-wrapper .ikfm-card{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 45px rgba(0,0,0,0.06);
    border:1px solid #f2f2f2;
}

/* BAŞLIK */
.ikfm-wrapper .ikfm-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    color:#111;
}

/* LABEL */
.ikfm-wrapper .ikfm-card label{
    display:block;
    font-size:16px;
    font-weight:600;
    margin-bottom:6px;
    color:#555;
}

/* INPUT + SELECT */
.ikfm-wrapper .ikfm-card input,
.ikfm-wrapper .ikfm-card select{
    all:unset;
    box-sizing:border-box;
    width:100%;
    height:54px;
    padding:0 18px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fafafa;
    font-size:14px;
    font-family:inherit;
    transition:.25s;
    display:block;
}

/* SELECT yazı ortalama */
.ikfm-wrapper .ikfm-card select{
    line-height:54px;
}

/* PLACEHOLDER KOYU */
.ikfm-wrapper .ikfm-card input::placeholder{
    color:#777;
}

/* FOCUS */
.ikfm-wrapper .ikfm-card input:focus,
.ikfm-wrapper .ikfm-card select:focus{
    border-color:#ffc107;
    background:#fff;
    box-shadow:0 0 0 4px rgba(255,193,7,0.15);
}

/* ROW */
.ikfm-wrapper .ikfm-row{
    display:flex;
    gap:20px;
    margin-top:20px;
}

.ikfm-wrapper .ikfm-col{
    flex:1;
}

/* DURAK */
.ikfm-wrapper .ikfm-durak-item{
    margin-top:15px;
    padding:18px;
    background:#f9fafb;
    border-radius:10px;
    border:1px solid #f1f1f1;
}

/* DURAK EKLE */
.ikfm-wrapper .ikfm-add-stop{
    all:unset;
    margin-top:15px;
    margin-bottom:20px;
    display:inline-block;
    background:#f3f4f6;
    border:1px dashed #ddd;
    padding:12px 18px;
    border-radius:10px;
    cursor:pointer;
    font-size:14px;
}

.ikfm-wrapper .ikfm-add-stop:hover{
    background:#eaeaea;
}

/* HR boşluk */
.ikfm-wrapper hr{
    margin-top:20px;
    border:none;
    border-top:1px solid #eee;
}

/* HESAPLA */
.ikfm-wrapper .ikfm-btn{
    width:100%;
    height:58px;
    margin-top:30px;
    border-radius:10px;
    background:#333333;
    color:#fff;
    font-size:17px;
    font-weight:600;
    border:none;
    cursor:pointer;
}

/* SONUÇ */
.ikfm-wrapper .ikfm-sonuc-card{
    margin-top:30px;
    padding:25px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
    border:1px solid #f1f1f1;
}

.ikfm-wrapper .ikfm-sonuc-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.ikfm-wrapper .ikfm-sonuc-fiyat{
    font-size:36px;
    font-weight:700;
}

/* CTA */
.ikfm-wrapper .ikfm-cta-row{
    display:flex;
    gap:15px;
    margin-top:20px;
}

.ikfm-wrapper .ikfm-cta-row a{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    height:54px;
    border-radius:10px;
    font-weight:600;
    text-decoration:none;
    font-size:17px;
}

/* Butonlar */
.ikfm-whatsapp-btn{background:#25D366;color:#fff;padding:10px;font-size:17px;}
.ikfm-call-btn{background:#fff;color:#111;border:1px solid #ddd;padding:5px;font-size:17px;}

/* Alternatif */
.ikfm-alternatif{
    margin-top:6px;
    font-size:13px;
    color:#666;
}



.ikfm-wrapper .ikfm-info-box{
    margin-top:18px;
    padding:16px 18px;
    background:#f8f9fb;
    border-left:4px solid #ffc107;
    font-size:14px;
    line-height:1.6;
    color:#333;
    border-radius:10px;
}


@media(max-width:768px){

    .ikfm-wrapper .ikfm-card{
        padding:25px;
    }

    .ikfm-wrapper .ikfm-row{
        flex-direction:column;
    }

    .ikfm-wrapper .ikfm-sonuc-head{
        display:block;
        margin-bottom:6px;
    }

    .ikfm-wrapper .ikfm-alternatif{
        display:block;
        font-size:14px;
        margin-bottom:8px;
    }

    .ikfm-wrapper .ikfm-sonuc-fiyat{
        font-size:30px;
        margin-bottom:12px;
    }

    .ikfm-wrapper .ikfm-cta-row{
        display:flex;
        flex-direction:column;
        gap:12px;
    }

    .ikfm-wrapper .ikfm-cta-row a{
        width:100%;
        height:62px;
        font-size:17px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

}

.ikfm-hizmet-badge{
    font-size:12px;
    padding:6px 12px;
    border-radius:10px;
    font-weight:600;
}

/* Standart */
.ikfm-badge-standart{
    background:#f3f4f6;
    color:#444;
}

/* Acil */
.ikfm-badge-acil{
    background:#ffe5e5;
    color:#c40000;
}

/* E-Ticaret */
.ikfm-badge-eticaret{
    background:#eef5ff;
    color:#1d4ed8;
}

* ===============================
   FİYAT + MESAFE SATIRI
=============================== */

.ikfm-fiyat-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:10px;
    margin-bottom:12px;
}

.ikfm-sonuc-fiyat{
    font-size:36px;
    font-weight:700;
}

.ikfm-mesafe{
    font-size:14px;
    color:#666;
    white-space:nowrap;
}

/* MOBİL */
@media(max-width:768px){

    .ikfm-fiyat-row{
        align-items:center;
    }

    .ikfm-sonuc-fiyat{
        font-size:30px;
    }

    .ikfm-mesafe{
        font-size:13px;
    }

}

/* =====================================
   FİYAT + MESAFE MOBİL YAN YANA FIX
===================================== */

.ikfm-fiyat-row{
    display:flex !important;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.ikfm-sonuc-fiyat{
    flex:0 0 auto !important;
    width:auto !important;
    margin:0 !important;
}

.ikfm-mesafe{
    flex:0 0 auto !important;
    width:auto !important;
    margin:0 !important;
    text-align:right;
}

/* MOBİL */
@media(max-width:768px){

    .ikfm-fiyat-row{
        display:flex !important;
        flex-direction:row !important;
        justify-content:space-between !important;
        align-items:center !important;
    }

    .ikfm-sonuc-fiyat{
        font-size:30px;
        white-space:nowrap;
    }

    .ikfm-mesafe{
        align-content: left;
        text-align: left;
        font-size:13px;
        white-space:nowrap;
    }

}