﻿

.card-img-top.full-image {
    height: 200px;
    object-fit: contain;
    background-color: #f8f9fa; /* برای عکس‌هایی که فضای خالی دارن */
    border-radius: 30px !important;
}

.card-body {
    text-align: center;
}

@media (min-width: 768px) {
    .card {
        min-height: 320px;
    }
}

@media (max-width: 767px) {
    .card {
        min-height: auto;
    }
}

.full-image {
    height: 200px;
    object-fit: cover;
    background-color: #f8f9fa;
    border-radius: 20px;
    margin-top: 1px;
}



.search-input {
    height: 45px;
    font-size: 14px;
}

/*.search-btn {
    height: 45px;
    padding: 0 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: var(--accent-color);
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    transition: 0.3s ease;
}*/

    .search-btn:hover {
        background-color: color-mix(in srgb, var(--accent-color) 90%, white 20%);
    }

