
        .donation-process {
            /* background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); */
           
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        /* .donation-process::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23f1c40f" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>') repeat;
            z-index: 0;
        } */
        
        .process-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
            padding: 40px 30px;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
            transition: all 0.3s ease;
            border: 3px solid transparent;
            overflow: hidden;
        }
        
        /* .process-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #f1c40f, #3498db);
        } */
        
        .process-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }
        
        .process-step {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            /* background: linear-gradient(135deg, #f1c40f, #f39c12); */
            background: #e9e100;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 18px;
            margin-right: 20px;
            box-shadow: 0 5px 15px rgba(241, 196, 15, 0.3);
        }
        
        .step-content h4 {
            color: #2c3e50;
            margin-bottom: 10px;
            font-weight: 600;
        }
        
        .step-content p {
            color: #7f8c8d;
            margin-bottom: 0;
            line-height: 1.6;
        }
        
        .payment-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 40px 0;
        }
        
        .payment-method {
            background: white;
            border-radius: 15px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 8px 25px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 2px solid #ecf0f1;
            position: relative;
            overflow: hidden;
        }
        
        /* .payment-method::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(241, 196, 15, 0.1), transparent);
            transition: left 0.5s ease;
        } */
        
        .payment-method:hover::before {
            left: 100%;
        }
        
        .payment-method:hover {
            transform: translateY(-5px);
            /* border-color: #f1c40f; */
            border-color: #e9e100;
            box-shadow: 0 15px 35px rgba(0,0,0,0.12);
        }
        
        .payment-icon {
            width: 60px;
            height: 60px;
            margin: 0 auto 15px;
            background: linear-gradient(135deg, #3498db, #2980b9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 24px;
        }
        
        .orange-money .payment-icon {
            background: linear-gradient(135deg, #ff6b35, #f39c12);
        }
        
        .mtn-momo .payment-icon {
            background: linear-gradient(135deg, #ffcc02, #f1c40f);
        }
        
        .bank-transfer .payment-icon {
            background: linear-gradient(135deg, #3498db, #2980b9);
        }
        
        .payment-info {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-top: 15px;
            /* border-left: 4px solid #f1c40f; */
            border-left: 4px solid #3498db;
        }
        
        .payment-number {
            font-size: 18px;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 5px;
        }
        .payment-number a {
            font-size: 18px;
            font-weight: 700;
            color: #3498db;
            margin-bottom: 5px;
        }
        
        .payment-name {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        .tutorial-section {
            background: white;
            border-radius: 20px;
            padding: 40px;
            margin: 40px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            border: 1px solid #ecf0f1;
        }
        
        .tutorial-title {
            color: #2c3e50;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }
        
        /* .tutorial-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: linear-gradient(90deg, #f1c40f, #3498db);
            border-radius: 2px;
        } */
        
        .form-transition {
            background: linear-gradient(135deg, #3498db, #2980b9);
            border-radius: 20px;
            padding: 50px 30px;
            text-align: center;
            color: white;
            margin: 15px 0;
            position: relative;
            overflow: hidden;
        }
        
        .form-transition::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: ripple 3s infinite;
        }
        
        @keyframes ripple {
            0% { transform: scale(0); opacity: 1; }
            100% { transform: scale(1); opacity: 0; }
        }
        
        .form-transition h3 {
            color: white;
            font-size: 28px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .form-transition p {
            font-size: 16px;
            opacity: 0.9;
            margin-bottom: 0;
        }
        
        .donate-form {
            background: white;
            /* border-radius: 20px; */
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            padding: 40px;
            border: 1px solid #ecf0f1;
        }

        .donate .donate-form .form-control option {
            color: black;
        }
        
        /* .section-divider {
            text-align: center;
            margin: 60px 0;
        } */
        
        /* .section-divider::before {
            content: '';
            display: inline-block;
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, #f1c40f, #3498db);
            margin-right: 20px;
            vertical-align: middle;
        } */
        
        /* .section-divider::after {
            content: '';
            display: inline-block;
            width: 100px;
            height: 2px;
            background: linear-gradient(90deg, #3498db, #f1c40f);
            margin-left: 20px;
            vertical-align: middle;
        } */
        
        .impact-stats {
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
            text-align: center;
        }
        
        .stat-item {
            margin: 15px 0;
        }
        
        .stat-number {
            font-size: 24px;
            font-weight: 700;
            color: #f1c40f;
            display: block;
        }
        
        .stat-label {
            color: #7f8c8d;
            font-size: 14px;
        }
        
        @media (max-width: 768px) {
            .payment-methods {
                grid-template-columns: 1fr;
            }
            
            .process-card {
                padding: 30px 20px;
            }
            
            .tutorial-section {
                padding: 30px 20px;
            }
        }