/* موبایل فرست */
@media (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .navbar-brand {
        font-size: 14px !important;
        padding: 10px 5px !important;
    }
    
    .logo h1 {
        font-size: 16px !important;
    }
    
    .Layout-logo-guilannzm {
        font-size: 12px !important;
    }
    
    /* بهبود کارت‌ها */
    .thumbnail.smilar-company {
        margin-bottom: 15px;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .company-title {
        font-size: 14px !important;
        height: 40px;
        overflow: hidden;
    }
    
    /* بهبود ناوبری */
    .navbar-nav > li > a {
        text-align: center;
        border-bottom: 1px solid #eee;
    }
    
    /* بهبود فرم جستجو */
    .search-input {
        font-size: 16px !important;
        height: 44px !important;
    }
    
    .btn-search {
        height: 44px !important;
        font-size: 16px !important;
    }
    
    /* بهبود سایدبار */
    .group-sidebar {
        position: fixed;
        top: 0;
        right: -300px;
        width: 280px;
        height: 100%;
        background: white;
        z-index: 1050;
        transition: right 0.3s ease;
        overflow-y: auto;
    }
    
    .group-sidebar.active {
        right: 0;
    }
    
    /* بهبود فوتر */
    .footer .col-sm-4 {
        margin-bottom: 20px;
        text-align: center;
    }
}

/* تبلت */
@media (min-width: 768px) and (max-width: 1023px) {
    .col-md-3 {
        width: 50% !important;
    }
}

/* انیمیشن‌های لمسی */
.touch-active {
    opacity: 0.7;
    transform: scale(0.98);
    transition: all 0.1s ease;
}

/* بهبود اسکرول */
::-webkit-scrollbar {
    width: 6px;
}

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

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}