/* ===== Select2 fixes - * reset bozuyor ===== */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
    background: #aab4c8;
    border-radius: 4px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #7a8aaa;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #aab4c8 #f1f1f1;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Bootstrap 5 teması yüklendiğinden manuel Select2 override'larına gerek yok */

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: dark;
    }
}

.camp-listing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* .item-card9-img {
  min-width: 300px;
  width: 300px;
  height: 280px;
} */

.item-card9-imgs {
    height: 100%;
    /* border-radius: 0.375rem 0 0 0.375rem; */
}

/* Mobile responsive */
@media (min-width: 992px) {
    .cover-image.py-9 {
        padding-top: 9rem !important;
        padding-bottom: 9rem !important;
    }
}

@media (max-width: 991.98px) {
    .item-card9-img {
        min-width: 100%;
        width: 100%;
        height: 200px;
    }

    .item-card9-imgs {
        border-radius: 0.375rem 0.375rem 0 0;
    }
}

@media (max-width: 768px) {
    .item-card9-img {
        height: 180px;
    }
}
