.picture{color:#c1b608;
font-size:30px;
margin:3px;}

.lock{color:#3041c0;
font-size:30px;
margin:3px;}

.download{color:#4CAF50;
font-size:30px;
margin:3px;}
.info{color:#19757b;
font-size:30px;
margin:3px;}
  .btn-small {
            background: #c1b608;
            border: none;
            border-radius: 8px;
            padding: 9px 9px;
            color: white;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
            display: inline-flex;
            align-items: center;
            gap: 8px;
      margin-top:5px;
      margin-bottom:5px;
        }

        .btn-small i {
            font-size: 18px;
        }

        .btn-small:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        }

        /* نمط صغير حديث */
        .btn-small-modern {
            background: #ffffff;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            padding: 9px 16px;
            color: #333;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 7px;
           
        }

        .btn-small-modern i {
            color: #667eea;
            font-size: 13px;
            transition: transform 0.3s ease;
        }

        .btn-small-modern:hover {
            border-color: #667eea;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.15);
        }

        .btn-small-modern:hover i {
            transform: scale(1.1);
        }

        /* نمط صغير للتحميل */
        .btn-small-upload {
            background: #4CAF50;
            border: none;
            border-radius: 6px;
            padding: 9px 16px;
            color: white;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-top:5px;
        }

        .btn-small-upload i {
            font-size: 18px;
        }

        .btn-small-upload:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
        }

        /* نمط صغير ميني */
        .btn-small-mini {
            background: #19757b;
            border: 1.5px solid #19757b;
            border-radius: 6px;
            padding: 8px 14px;
            color: white;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-top:5px;
        }

        .btn-small-mini i {
            font-size: 18px;
        }

        .btn-small-mini:hover {
            background: #19757b;
            color: white;
            transform: translateY(-1px);
        }

        /* نمط صغير دائري */
        .btn-small-circle {
            background: #3041c0;
            border: none;
            border-radius: 8px;
            padding: 8px 16px;
            color: white;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .btn-small-circle i {
            font-size: 18px;
        }

        .btn-small-circle:hover {
            background: #3041c0;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
        }
        @media (max-width: 768px) {
            .buttons-showcase {
                grid-template-columns: 1fr;
            }
            
            .header h1 {
                font-size: 1.8rem;
            }
            
            .button-card {
                padding: 20px;
            }
        }

        @media (max-width: 745px) {
            body {
                padding: 20px 15px;
            }
            
            .header h1 {
                font-size: 1.5rem;
            }
            
            .btn-small, .btn-small-modern, .btn-small-upload, 
            .btn-small-mini, .btn-small-circle {
                padding: 7px 3px;
                font-size: 10px;
            }
            .btn-small-circle i {
            font-size: 10px;
        }
              .btn-small-mini i {
            font-size: 10px;
        }
            .btn-small-upload i {
            font-size: 10px;
        }
            .btn-small i {
            font-size: 10px;
        }
        }

