﻿body{
    overflow:auto;
    overflow-x:hidden;
}

.eplan1 {
    padding: 25px 15px;
    /*padding-top:0;*/
}

.eplan2 a {
    background: #ffffffd4;
    /*width: calc(100% / 4 - 15px);*/
    margin: 0 0px 15px 0;
    padding: 20px;
    border-radius: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid var(--hoverback);
    display: block;
    text-decoration:none;
}
    .eplan2 a:hover {
        background: #fff;
        box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.3);
    }

.eplan2 button {
    background: #ffffffd4;
    /*width: calc(100% / 4 - 15px);*/
    margin: 0 0px 15px 0;
    padding: 20px;
    border-radius: 12px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid var(--hoverback);
    display: block;
    text-decoration:none;
    width:100%;
}
    .eplan2 button:hover {
        background: #fff;
        box-shadow: 0px 1px 15px 0px rgba(41, 77, 99, 0.3);
    }

.eplan3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bfd0d0;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
}

    .eplan3 h2 {
        font-size: 17px;
        color: var(--renk);
        font-weight: 600;
        margin-bottom: 0;
    }

.eplan4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .eplan4 img {
        max-height: 100px;
    }

.eplan5 {
    border-top: 1px solid #bfd0d0;
    padding: 15px 0;
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eplan7 {
    font-size: 16px;
    color: var(--renk);
    font-weight: 600;
}

.eplan6 {
   /* display: flex;
    align-items: center;
    justify-content: space-between;*/
 /*   width: 100%;
    height: 50px;*/
    background: var(--renk);
    border-radius: 8px;
    padding: 10px  20px; 
    text-transform: uppercase;
    color: #fff; 
    text-align:start; 
    transition: all 0.4s ease;
}
    .eplan6 p {
        font-size: 15px;
        font-weight: 600;
        /*opacity: 0.7;*/
        margin-bottom: 0;
    }
.eplan2 a:hover .eplan6{
    background:var(--hoverback);
}
.pkd6 {
    position: sticky;
    top: 15px;
    min-height: 300px;
    height: inherit;
}

.eplan8{
    padding:15px;
}


.planfiltre-panel {
    border: 1px solid #e5e5e5;
    padding: 15px 18px; 
    font-size: 13px;
}

.planfiltre-blok {
    margin-bottom: 18px;
}

.planfiltre-baslik {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.planfiltre-baslik-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.planrange-wrap {
    width: 100%;
    position: relative;
}

.planrange-input {
    width: 80%;
    -webkit-appearance: none;
    height: 3px;
    background: #ddd;
    outline: none;
    border-radius: 3px;
    margin-top: 6px;
}

    .planrange-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #000;
        cursor: pointer;
    }

    .planrange-input::-moz-range-thumb {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid #000;
        cursor: pointer;
    }

.planrange-values {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    font-size: 12px;
    z-index: 55555555;
    position: relative;
}
.planrange-double {
    position: relative;
    height: 30px;
}

    .planrange-double input[type=range] {
        position: absolute;
        left: 50%;
        top: 0;
        pointer-events: none;
        transform: translate(-50%, 50%);
    }

.planrange-double .planrange-min {
    pointer-events: auto; /* Bu slider çalışsın */
}

.planrange-double .planrange-max {
    pointer-events: auto; /* Bu slider da çalışsın */
}

.plandaire-tipleri {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.planbtn-plan {
    padding: 6px 10px;
    background: #ffffff;
    color: var(--renk);
    font-size: 12px;
    cursor: pointer;
    min-width: 48px;
    text-align: center;
    border: 1px solid var(--renk);
}

    .planbtn-plan.active {
        box-shadow: 0 0 0 2px var(--renk) inset;
        background: var(--renk);
        color: #fff;
    }

.plantemizle-btn {
    border: none;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .plantemizle-btn i {
        font-size: 13px;
    }

.planpowered-by {
    margin-top: 10px;
    font-size: 11px;
    color: #888;
}

.eplansil1 {
    display: flex;
    justify-content: space-between;
}
.eplansil1 button{
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: transparent;
    color: #5F8382;
    cursor: pointer;
    border: 1px solid #5F8382;
    padding-top:2px;
    font-weight:600;
}
    .eplansil1 i {
        color: var(--renk);
        font-size: 18px;
    }
