        /* ===== استایل کلی بخش ===== */
        .icon-section {
            padding: 0px 0;
             /* background: linear-gradient(135deg, #f8faff 0%, #eef4ff 100%);*/
            direction: rtl;
        }

        .icon-section .section-title {
            font-size: 30px;
            font-weight: 800;
            color: #1a2a4a;
            margin-bottom: 6px;
            letter-spacing: -0.5px;
        }
        .icon-section .section-subtitle {
            font-size: 16px;
            color: #5a6a7e;
            margin-bottom: 35px;
            font-weight: 300;
        }
        .icon-section .section-subtitle span {
            color: #2b7be4;
            font-weight: 600;
        }

        /* ===== اصلاح چیدمان راست‌به‌چپ برای Bootstrap 3 ===== */
        .row-rtl {
            display: flex;
            flex-wrap: wrap;
            margin-left: -6px;
            margin-right: -6px;
        }
        .row-rtl [class*="col-"] {
            float: none;
            padding-left: 6px;
            padding-right: 6px;
        }

        /* ======================================== */
        /* ===== کارت آیکن ===== */
        /* ======================================== */
        .icon-box {
            background: #fef1a2;
            padding: 20px 15px 18px;
            border-radius: 12px;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
            cursor: pointer;

            /* ===== ارتفاع ثابت ===== */
            height: 175px;
            min-height: 175px;
            max-height: 175px;

            border: 1px solid rgba(43, 123, 228, 0.08);
            position: relative;
            overflow: hidden;
            margin-bottom: 12px;
            transform: none !important;

            /* ===== چیدمان عمودی در حالت عادی ===== */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;

            text-decoration: none !important;
        }

        .icon-box:hover {
            background: #fff8d0;
            border-color: #2b7be4;
            transform: none !important;
            box-shadow: 0 8px 25px rgba(43, 123, 228, 0.13);
            height: 175px;
            min-height: 175px;
            max-height: 175px;
        }

        /* ======================================== */
        /* ===== حالت عادی (عمودی) ===== */
        /* ======================================== */

        .icon-box .icon-wrapper {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            margin-bottom: 8px;
        }

        .icon-box img {
            width: 52px;
            height: 52px;
            object-fit: contain;
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            display: block;
            pointer-events: none;
        }

        .icon-box h5 {
            font-size: 15px;
            font-weight: 700;
            color: #1a2a4a;
            transition: all 0.3s ease;
            margin: 0 0 2px 0;
            line-height: 1.3;
            text-align: center;
            width: 100%;
            pointer-events: none;
        }

        .icon-box .sub-text {
            font-size: 13px;
            color: #6a7a8e;
            margin: 0;
            line-height: 1.5;
            text-align: center;
            width: 100%;
            pointer-events: none;
            transition: all 0.3s ease;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            max-height: 40px;
        }

        /* دکمه مخفی در حالت عادی */
        .icon-box .btn-hover {
            display: none;
        }

        /* ======================================== */
        /* ===== حالت HOVER (افقی + عمودی) ===== */
        /* ======================================== */

        .icon-box:hover {
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            align-content: center;
            gap: 6px 12px;
            padding: 20px 15px 18px;
        }

        /* آیکن در hover */
        .icon-box:hover .icon-wrapper {
            transform: scale(1.1);
            margin-bottom: 0;
            flex: 0 0 auto;
            order: 0;
        }

        .icon-box:hover img {
            transform: scale(1.1) rotate(-3deg);
        }

        /* عنوان + زیرمتن */
        .icon-box:hover .content-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            text-align: right;
            flex: 0 1 auto;
            max-width: 70%;
            order: 1;
            gap: 2px;
        }

        .icon-box:hover .content-wrapper h5 {
            color: #2b7be4 !important;
            text-align: right;
            margin: 0;
            font-size: 15px;
        }

        .icon-box:hover .content-wrapper .sub-text {
            color: #4a5a72;
            text-align: right;
            max-height: 40px;
            -webkit-line-clamp: 2;
            margin: 0;
            font-size: 13px;
        }

        /* ======================================== */
        /* ===== دکمه در hover - پهنای ۷۰٪ ===== */
        /* ======================================== */
        .icon-box:hover .btn-hover {
            display: inline-block;
            position: relative;
            bottom: auto;
            left: auto;
            transform: none;
            opacity: 1;
            background: #2b7be4;
            color: #ffffff;
            border: none;
            padding: 6px 18px;
            border-radius: 20px;
            font-size: 11px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap;
            box-shadow: 0 3px 12px rgba(43, 123, 228, 0.25);
            z-index: 10;
            text-decoration: none !important;
            letter-spacing: 0.3px;
            margin-top: 4px;
            flex: 0 0 70%;
            max-width: 70%;
            text-align: center;
            transition: all 0.3s ease;
            order: 2;
        }

        .icon-box:hover .btn-hover i {
            margin-right: 4px;
            margin-left: 0;
            font-size: 10px;
        }

        .icon-box:hover .btn-hover:hover {
            background: #1a6bc4;
            transform: translateY(-2px);
            box-shadow: 0 5px 16px rgba(43, 123, 228, 0.35);
        }

        /* ======================================== */
        /* ===== شمارنده ===== */
        /* ======================================== */
        .icon-box .badge-number {
            position: absolute;
            top: 8px;
            right: 10px;
            background: #2b7be4;
            color: #fff;
            font-size: 9px;
            font-weight: 700;
            padding: 1px 8px;
            border-radius: 20px;
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.3s ease;
            z-index: 10;
        }

        .icon-box:hover .badge-number {
            opacity: 1;
            transform: scale(1);
        }

        /* ======================================== */
        /* ===== خط تزئینی پایین ===== */
        /* ======================================== */
        .icon-box::before {
            content: '';
            position: absolute;
            bottom: 0;
            right: 50%;
            transform: translateX(50%);
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #2b7be4, #6aabf7);
            transition: width 0.35s ease;
            border-radius: 2px 2px 0 0;
            z-index: 5;
        }

        .icon-box:hover::before {
            width: 35%;
        }

        /* ===== افکت شیشه‌ای ===== */
        .icon-box::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at center, rgba(43, 123, 228, 0.03) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.5s ease;
            pointer-events: none;
            border-radius: 12px;
        }

        .icon-box:hover::after {
            opacity: 1;
        }

        /* ======================================== */
        /* ===== انیمیشن ورود ===== */
        /* ======================================== */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .icon-box {
            animation: fadeInUp 0.5s ease forwards;
            opacity: 0;
        }

        .icon-box:nth-child(1) { animation-delay: 0.05s; }
        .icon-box:nth-child(2) { animation-delay: 0.1s; }
        .icon-box:nth-child(3) { animation-delay: 0.15s; }
        .icon-box:nth-child(4) { animation-delay: 0.2s; }
        .icon-box:nth-child(5) { animation-delay: 0.25s; }
        .icon-box:nth-child(6) { animation-delay: 0.3s; }
        .icon-box:nth-child(7) { animation-delay: 0.35s; }
        .icon-box:nth-child(8) { animation-delay: 0.4s; }

        /* ======================================== */
        /* ===== ریسپانسیو ===== */
        /* ======================================== */

        @media (min-width: 992px) {
            .row-rtl .col-md-3 {
                width: 25%;
                flex: 0 0 25%;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .row-rtl .col-sm-6 {
                width: 50%;
                flex: 0 0 50%;
            }
            .icon-box {
                padding: 16px 12px 14px;
                height: 160px;
                min-height: 160px;
                max-height: 160px;
            }
            .icon-box:hover {
                height: 160px;
                min-height: 160px;
                max-height: 160px;
                padding: 16px 12px 14px;
            }
            .icon-box .icon-wrapper {
                width: 50px;
                height: 50px;
            }
            .icon-box img {
                width: 44px;
                height: 44px;
            }
            .icon-box h5 {
                font-size: 14px;
            }
            .icon-box .sub-text {
                font-size: 12px;
                max-height: 34px;
            }
            .icon-box:hover .btn-hover {
                font-size: 10px;
                padding: 5px 14px;
                flex: 0 0 70%;
                max-width: 70%;
            }
            .icon-box:hover .content-wrapper {
                max-width: 65%;
            }
        }

        @media (min-width: 480px) and (max-width: 767px) {
            .row-rtl .col-xs-6 {
                width: 50%;
                flex: 0 0 50%;
            }
            .icon-section {
                padding: 35px 0;
            }
            .icon-box {
                padding: 14px 10px 12px;
                margin-bottom: 10px;
                border-radius: 10px;
                height: 145px;
                min-height: 145px;
                max-height: 145px;
            }
            .icon-box:hover {
                height: 145px;
                min-height: 145px;
                max-height: 145px;
                padding: 14px 10px 12px;
                gap: 4px 8px;
            }
            .icon-box .icon-wrapper {
                width: 44px;
                height: 44px;
                margin-bottom: 6px;
            }
            .icon-box img {
                width: 38px;
                height: 38px;
            }
            .icon-box h5 {
                font-size: 13px;
            }
            .icon-box .sub-text {
                font-size: 11px;
                max-height: 30px;
                -webkit-line-clamp: 2;
            }
            .icon-box:hover .btn-hover {
                font-size: 9px;
                padding: 4px 12px;
                flex: 0 0 70%;
                max-width: 70%;
            }
            .icon-box:hover .btn-hover i {
                font-size: 8px;
            }
            .icon-section .section-title {
                font-size: 24px;
            }
            .icon-section .section-subtitle {
                font-size: 14px;
                margin-bottom: 28px;
            }
            .icon-box .badge-number {
                font-size: 8px;
                padding: 1px 6px;
                top: 5px;
                right: 6px;
            }
            .icon-box:hover .content-wrapper {
                max-width: 60%;
            }
            .icon-box:hover .content-wrapper h5 {
                font-size: 13px;
            }
            .icon-box:hover .content-wrapper .sub-text {
                font-size: 11px;
            }
        }

        @media (max-width: 479px) {
            .icon-section {
                padding: 25px 0;
            }
            .row-rtl .col-xs-6 {
                width: 50%;
                flex: 0 0 50%;
                padding-left: 8px;
                padding-right: 8px;
            }
            .icon-box {
                padding: 6px 4px 4px;
                margin-bottom: 10px;
                border-radius: 10px;
                height: 150px;
                min-height: 150px;
                max-height: 150px;
                max-width: 380px;
                margin-left: auto;
                margin-right: auto;
            }
            .icon-box:hover {
                height: 150px;
                min-height: 150px;
                max-height: 150px;
                padding: 6px 4px 4px;
                gap: 4px 10px;
            }
            .icon-box .icon-wrapper {
                width: 40px;
                height: 40px;
                margin-bottom: 6px;
            }
            .icon-box img {
                width: 40px;
                height: 40px;
            }
            .icon-box h5 {
                font-size: 10px;
            }
            .icon-box .sub-text {
                font-size: 8px;
                max-height: 32px;
                -webkit-line-clamp: 2;
            }
            .icon-box:hover .btn-hover {
                font-size: 8px;
                padding: 4px 4px;
                flex: 0 0 70%;
                max-width: 70%;
            }
            .icon-box:hover .btn-hover i {
                font-size: 9px;
            }
            .icon-section .section-title {
                font-size: 20px;
            }
            .icon-section .section-subtitle {
                font-size: 13px;
                margin-bottom: 22px;
            }
            .icon-box .badge-number {
                font-size: 8px;
                padding: 1px 6px;
                top: 5px;
                right: 6px;
            }
            .icon-box:hover .content-wrapper {
                max-width: 65%;
            }
            .icon-box:hover .content-wrapper h5 {
                font-size: 11px;
            }
            .icon-box:hover .content-wrapper .sub-text {
                font-size: 9px;
            }
            .row-rtl {
                margin-left: 0;
                margin-right: 0;
            }
            .icon-box {
                animation: none;
                opacity: 1;
            }
        }

        @media (min-width: 1200px) {
            .icon-box {
                padding: 22px 18px 18px;
                margin-bottom: 14px;
                height: 185px;
                min-height: 185px;
                max-height: 185px;
            }
            .icon-box:hover {
                height: 185px;
                min-height: 185px;
                max-height: 185px;
                padding: 22px 18px 18px;
                gap: 6px 16px;
            }
            .icon-box .icon-wrapper {
                width: 64px;
                height: 64px;
                margin-bottom: 10px;
            }
            .icon-box img {
                width: 56px;
                height: 56px;
            }
            .icon-box h5 {
                font-size: 16px;
            }
            .icon-box .sub-text {
                font-size: 13px;
                max-height: 42px;
            }
            .icon-box:hover .btn-hover {
                font-size: 12px;
                padding: 6px 20px;
                flex: 0 0 70%;
                max-width: 70%;
            }
            .icon-box:hover .content-wrapper {
                max-width: 72%;
            }
            .icon-box:hover .content-wrapper h5 {
                font-size: 16px;
            }
            .icon-box:hover .content-wrapper .sub-text {
                font-size: 13px;
            }
        }