.dropdown-item.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    /* kerakli kenglikka moslab o‘zgartiring */
    display: inline-block;
}

.hover-left {
    transition: transform 0.5s ease;
    display: block;
}

.hover-left:hover {
    transform: translateX(-10px);
}

.hover-top {
    transition: transform 0.5s ease;
    display: block;
}

.hover-top:hover {
    transform: translateY(-10px);
}

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.transition {
    transition: all 0.3s ease-in-out;
}

.clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 1.5em;
    max-height: 3em;
    /* 2 qatorga mos */
}

.img-fixed {
    aspect-ratio: 4 / 6;
    /* yoki 1 / 1, yoki 16 / 9 – qanday formatda bo'lishi kerakligiga qarab */
    object-fit: cover;
    width: 100%;
    height: auto;
}

.icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f220 !important;
}

.circle-wrapper {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: border 0.3s ease;
    border: 2px solid #ccc;
    box-sizing: border-box;
}

.circle-wrapper img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
}

.site:hover .circle-wrapper {
    border: 7px solid rgba(0, 123, 255, 0.5);
}

.statistic-box {
    min-height: 250px;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}

.team-item:hover .statistic-box {
    transform: translateY(-7px);
    cursor: pointer;
}

.team-item:hover .statistic-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background-color: rgba(0, 123, 255, 0.5);
    border-radius: 0 0 10px 10px;
}

.owl-nav {
    pointer-events: none !important;
    display: none !important;
}

.card-content {
    display: grid;
    grid-template-rows: auto 1px auto;
    align-items: center;
    text-align: center;
}

@media (max-width: 991.98px) {
    .custom-dropdown {
        border: none !important;
    }
}

@media (min-width: 992px) {
    .custom-dropdown {
        border: 1px solid rgba(0, 0, 0, 0.15) !important;
    }
}
