.elementor-16403 .elementor-element.elementor-element-87b3a31{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-9318eef */.donation-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .page-header {
            text-align: center;
            margin-bottom: 60px;
            padding: 40px 20px;
        }

        .page-header h1 {
            font-size: 3rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 15px;
            letter-spacing: -0.5px;
        }

        .page-header p {
            font-size: 1.2rem;
            color: #666;
            max-width: 600px;
            margin: 0 auto;
        }

        .donation-content {
            display: grid;
            grid-template-columns: 1fr;
            gap: 40px;
            margin-bottom: 60px;
        }

        .donation-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .donation-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #4a9fd8, #6bb6ff);
            transform: scaleX(1);
        }

        .donation-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
        }

        .section-title {
            font-size: 1.8rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e8f4f8;
        }

        .tax-id-section {
            background: linear-gradient(135deg, #4a9fd8 0%, #6bb6ff 100%);
            color: #ffffff;
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
            text-align: center;
            box-shadow: 0 8px 16px rgba(74, 159, 216, 0.3);
        }

        .tax-id-label {
            font-size: 1rem;
            font-weight: 500;
            margin-bottom: 10px;
            opacity: 0.95;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .tax-id-value {
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: 2px;
            margin: 10px 0;
        }

        .donation-info {
            margin: 25px 0;
        }

        .donation-info p {
            font-size: 1.1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .donation-info ul {
            list-style: none;
            padding-left: 0;
            margin: 20px 0;
        }

        .donation-info li {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            padding-left: 25px;
            position: relative;
            margin-bottom: 12px;
        }

        .donation-info li::before {
            content: '✓';
            position: absolute;
            left: 0;
            top: 2px;
            color: #ffffff;
            background: linear-gradient(135deg, #4a9fd8 0%, #6bb6ff 100%);
            font-weight: bold;
            font-size: 0.85rem;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            line-height: 20px;
            text-align: center;
            box-shadow: 0 2px 4px rgba(74, 159, 216, 0.3);
        }

        .donation-methods {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 25px;
            margin: 30px 0;
        }

        .method-card {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 25px;
            border: 2px solid #e8f4f8;
            transition: all 0.3s ease;
        }

        .method-card:hover {
            border-color: #4a9fd8;
            background: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .method-title {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .method-icon {
            width: 32px;
            height: 32px;
            background: linear-gradient(90deg, #4a9fd8, #6bb6ff);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: bold;
            font-size: 1.2rem;
            position: relative;
        }

        .method-icon.check-icon {
            font-size: 1.1rem;
        }

        .method-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.6;
        }

        .contact-info {
            background: #f8f9fa;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
        }

        .contact-info h3 {
            font-size: 1.3rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 15px;
        }

        .contact-info p {
            font-size: 1rem;
            color: #555;
            line-height: 1.8;
            margin-bottom: 10px;
        }

        .contact-info a {
            color: #4a9fd8;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #2c5aa0;
            text-decoration: underline;
        }

        .highlight-box {
            background: #e8f4f8;
            border-left: 4px solid #4a9fd8;
            padding: 20px;
            border-radius: 8px;
            margin: 25px 0;
        }

        .highlight-box p {
            font-size: 1rem;
            color: #2c3e50;
            line-height: 1.7;
            margin: 0;
        }

        .paypal-button {
            display: inline-block;
            margin-top: 15px;
            padding: 12px 30px;
            background: linear-gradient(90deg, #0070ba 0%, #003087 100%);
            color: #ffffff;
            text-decoration: none;
            border-radius: 8px;
            font-weight: 600;
            font-size: 1rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 6px rgba(0, 112, 186, 0.3);
            border: none;
            cursor: pointer;
            text-align: center;
        }

        .paypal-button:hover {
            background: linear-gradient(90deg, #005ea6 0%, #002d6b 100%);
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 112, 186, 0.4);
            color: #ffffff;
            text-decoration: none;
        }

        .paypal-button:active {
            transform: translateY(0);
        }

        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2rem;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .tax-id-value {
                font-size: 1.5rem;
            }

            .donation-card {
                padding: 25px;
            }

            .donation-methods {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .page-header {
                padding: 20px 10px;
            }

            .page-header h1 {
                font-size: 1.8rem;
            }

            .tax-id-section {
                padding: 20px;
            }

            .tax-id-value {
                font-size: 1.3rem;
            }
        }/* End custom CSS */