.container.other-apps {
            margin-top: 1rem;
            margin-bottom: 2rem;
        }

        .gallery {
            display: flex;
            gap: 10px;
            overflow: auto;
        }


        /*.gall_img {
            flex: 1 0 21%;
            padding: 5px;
            border-radius: 10px;
            overflow: hidden;
        }

        .gall_img img {
            width: 100%;
            height: auto;
            cursor: pointer;
            transition: transform 0.3s ease;
        }*/

        .gall_img img:hover {
            transform: scale(1.1);
        }

        .fullscreen-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            z-index: 1;
            padding-top: 60px;
        }

        .modal-photo {
            width: 80%;
            max-width: 100%;
            margin: 0 auto;
            display: block;
        }

        .close-button {
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            position: absolute;
            top: 15px;
            left: 35px;
            cursor: pointer;
        }

        .slider-wrapper {
            position: relative;
            text-align: center;
        }

        .prev-button,
        .next-button {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            font-size: 30px;
            border: none;
            cursor: pointer;
            padding: 10px;
            z-index: 2;
        }

        .prev-button {
            left: 0;
        }

        .next-button {
            right: 0;
        }
        
        .scroll-row {
            overflow-x: auto;
            white-space: nowrap;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .scroll-row::-webkit-scrollbar {
            display: none;
        }


        .scroll-row .card {
            display: inline-block;
            margin-right: 1rem;
            width: calc(100% / 3.5);
            border: none;
            border-radius: 20% 20% 0 0;
        }

        .card a {
            text-decoration: none;
        }

        .card-img-top {
            width: 90px;
            height: 90px;
            border-radius: 20%;
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
            object-fit: cover;
            margin: 0 auto;
        }


        .card-title {
            color: rgb(32, 33, 36);
            fill: rgb(32, 33, 36);
            stop-color: rgb(32, 33, 36);
            font-size: .875rem;
            font-weight: 400;
            letter-spacing: .0178571429em;
            line-height: 1.25rem;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .card-body {
            border: 0;
            color: inherit;
            font: inherit;
            font-size: 100%;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
        }
        
.ss-img {
    width: 23%;
    border-radius: 8px;
    cursor: pointer;
    transition: transform .2s;
}

.ss-img:hover {
    transform: scale(1.03);
}

/* Modal */
.img-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Katta rasm */
.img-modal .modal-content {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
    animation: zoomIn .25s ease;
}

@keyframes zoomIn {
    from { transform: scale(0.4); opacity: 0; }
    to   { transform: scale(1); opacity: 1; }
}

/* Yopish X */
.close-btn {
    position: absolute;
    top: 18px;
    right: 24px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

@media(max-width: 600px) {
    .ss-img { width: 48%; }
}
