﻿.custom-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Gölge */
    border: 1px solid #EDEDED;
    transition: border-color 0.2s ease;
}

    .custom-card > a.cardA {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        text-decoration: none;
       
         
    }
    .custom-card:hover {
        border-width: 1px; /* Kalınlık biraz artar */
        border-color: #999; /* Daha koyu ve belirgin */
        box-shadow: none; /* Gölge yok */
    }
.card-body {
    flex-grow: 1;
}
/*.card-body:hover {
    background-color: #EDEDED;
}*/
.stl-containerAnasayfa {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    aspect-ratio: 1 / 1; /* otomatik kare kart görünümü */
    background-color: #f8f9fa;
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    padding: 10px 20px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .stl-containerAnasayfa img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        display: block;
    }
.scroll-hint-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 20px;
    color: white;
    background-color: gray;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounce 2s infinite;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.svg-white {
    filter: brightness(0) invert(1);
}

 

.card-footer {
    background-color: #F5F5F5;
    /*border: 1px solid #EDEDED;*/
}

    .card-footer:hover {
        background-color: #EDEDED;
        cursor: pointer;
    }



.customcontainer {
    display: flex;
}

/*.filterMenu {
    width: 200px;
    background-color: #F5F5F5;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top:none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}*/
#menuArea {
    height: 80vh;
    top: 0;
    bottom:10px;
    position: relative;
    transition: transform 0.15s ease-out;
    padding:10px 0 0 0;

}
#menuAreaSabit {
    height: 80vh;
    top: 0;
    bottom: 10px;
    position: relative;
    transition: transform 0.15s ease-out;
    padding: 10px 0 0 0;
}
@media (max-width: 991.98px) {
    #menuArea {
        height: 100%;
        top: 0;
        bottom: 10px;
        position: relative;
        transition: transform 0.15s ease-out;
        padding: 10px 0 0 0px;
        background-color: white !important;
    }
}
@media (max-width: 991.98px) {
    .filterMenu {

        background-color: white;

    }
}
@media (max-width: 700.98px) {
    .filterMenu {
        background-color: white !important;
        border: none !important;
    }
}

.filterMenu {
    /*width: 350px;*/
    top: 0;
    padding: 0 10px 0 10px;
    width: 100%;
    background-color: white;
    /*  background-color: #F5F5F5;*/
    /*    border: 1px solid #ddd;*/
    /* border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);*/
    /* border-top: none;*/
    border: 1px solid #ddd;
    border-radius: 20px;
}
        .filterMenu h5 {
            font-weight: bold;
            margin-bottom: 1rem;
        }

    .accordion-button {
        padding-inline-start: 5px;
        text-align: start;
      /*  border-bottom: 1px solid #ddd;*/
    }



    .filterMenu .accordion-item {
        border: none;
    }

    .filterMenu .form-check-label {
        font-size: 14px;
    }

    .contentArea {
        flex: 1;
        padding: 1rem;
        margin-left: 200px; /* Menü genişliği kadar */
    }

    .CategoryBtn {
        color: black;
        text-decoration: none;
    }

        .CategoryBtn:hover {
            cursor: pointer;
        }

    .accordion-collapse {
        /*background-color: #F5F5F5;*/
    }

.accordion-body {
    padding-inline-start: 5px;
    padding-inline-end: 0;
    max-height: 300px;
    overflow-y: auto;
  
}

    .accordion-in-Item {
        margin-bottom: 5px;
    }

        .accordion-in-Item:hover {
            background-color: #EDEDED;
            cursor: pointer;
        }

        .accordion-in-Item label, input:hover {
            cursor: pointer;
        }

    .rating-stars .star {
        cursor: pointer;
        transition: color 0.2s ease;
    }

        .rating-stars .star.hover {
            color: gold !important;
        }

 