{"id":998,"date":"2025-08-11T14:35:27","date_gmt":"2025-08-11T14:35:27","guid":{"rendered":"https:\/\/orphans-irshed.org\/?page_id=998"},"modified":"2025-08-16T12:47:15","modified_gmt":"2025-08-16T12:47:15","slug":"general-donations","status":"publish","type":"page","link":"https:\/\/orphans-irshed.org\/ar\/general-donations\/","title":{"rendered":"\u0627\u0644\u062a\u0628\u0631\u0639\u0627\u062a \u0627\u0644\u0639\u0627\u0645\u0629"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"998\" class=\"elementor elementor-998\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d553d2 e-con-full e-flex e-con e-parent\" data-id=\"3d553d2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31dd895 elementor-widget elementor-widget-template\" data-id=\"31dd895\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"762\" class=\"elementor elementor-762\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99d184e e-flex e-con-boxed e-con e-parent\" data-id=\"99d184e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fcef95c elementor-widget elementor-widget-heading\" data-id=\"fcef95c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">General Donations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-538e41c e-flex e-con-boxed e-con e-parent\" data-id=\"538e41c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-917fbfb e-con-full e-flex e-con e-child\" data-id=\"917fbfb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f868b87 e-con-full e-flex e-con e-child\" data-id=\"f868b87\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af62ad8 e-con-full e-flex e-con e-child\" data-id=\"af62ad8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-93fd878 elementor-widget elementor-widget-heading\" data-id=\"93fd878\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Donate Now<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2955b82 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2955b82\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Start Donating with Us<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57630e8 donation-form general-donation elementor-widget elementor-widget-shortcode\" data-id=\"57630e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' style='display:none'><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-btn-bg-color-hover-tertiary: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/ar\/wp-json\/wp\/v2\/pages\/998' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_23\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_23'><span class='gform-field-label__text'>URL<\/span><\/label><div class='ginput_container'><input name='input_23' id='input_1_23' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_23'>\u0647\u0630\u0627 \u0627\u0644\u062d\u0642\u0644 \u0644\u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062a\u062d\u0642\u0642 \u0648\u064a\u062c\u0628 \u062a\u0631\u0643\u0647 \u062f\u0648\u0646 \u062a\u063a\u064a\u064a\u0631.<\/div><\/div><fieldset id=\"field_1_1\" class=\"gfield gfield--type-radio gfield--type-choice custom-radio-button custom-subscription-btn gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>Subscription<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_1'>\n\t\t\t<div class='gchoice gchoice_1_1_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='One Time Donation' checked='checked' id='choice_1_1_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_1_0' id='label_1_1_0' class='gform-field-label gform-field-label--type-inline'>One Time Donation<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_1_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='Monthly'  id='choice_1_1_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_1_1' id='label_1_1_1' class='gform-field-label gform-field-label--type-inline'>Monthly<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_1_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_1' type='radio' value='Yearly'  id='choice_1_1_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_1_2' id='label_1_1_2' class='gform-field-label gform-field-label--type-inline'>Yearly<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_1_3\" class=\"gfield gfield--type-product gfield--type-choice gfield--input-type-radio gfield--width-full custom-radio-button custom-amount-btn gfield_price gfield_price_1_3 gfield_product_1_3 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible gfield--choice-align-vertical\"  ><legend class='gfield_label gform-field-label' ><span class='gform-field-label__text'>Donation Amount<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_3'>\n\t\t\t<div class='gchoice gchoice_1_3_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_3' type='radio' value='$50|50'  id='choice_1_3_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_3_0' id='label_1_3_0' class='gform-field-label gform-field-label--type-inline'>$50<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_3_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_3' type='radio' value='$100|100'  id='choice_1_3_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_3_1' id='label_1_3_1' class='gform-field-label gform-field-label--type-inline'>$100<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_3_2'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_3' type='radio' value='$500|500'  id='choice_1_3_2' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_3_2' id='label_1_3_2' class='gform-field-label gform-field-label--type-inline'>$500<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_3_3'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_3' type='radio' value='Other|0'  id='choice_1_3_3' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_3_3' id='label_1_3_3' class='gform-field-label gform-field-label--type-inline'>Other<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_19\" class=\"gfield gfield--type-html gfield--width-full personaldetails gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p> Ensure an orphan and their family get food for a whole month<p><\/div><div id=\"field_1_21\" class=\"gfield gfield--type-html gfield--width-full personaldetails gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p> Could provide essential treatment and medicine for children in need<p><\/div><div id=\"field_1_20\" class=\"gfield gfield--type-html gfield--width-full personaldetails gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><p> Could provide a child with food, medicine, winter essentials, and school supplies<p><\/div><div id=\"field_1_10\" class=\"gfield gfield--type-product gfield--input-type-price gfield--width-full gfield_price gfield_price_1_10 gfield_product_1_10 field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_10'><span class='gform-field-label__text'>Donation Amount in USD<\/span><\/label><div class='ginput_container ginput_container_product_price'>\n\t\t\t\t\t<input name='input_10' id='input_1_10' type='text' value='' class='large ginput_amount'  placeholder='Donation Amount in USD'  aria-invalid=\"false\"  \/>\n\t\t\t\t<\/div><\/div><div id=\"field_1_11\" class=\"gfield gfield--type-total gfield--width-full gfield_price gfield_price_1_ gfield_total gfield_total_1_ field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  aria-atomic=\"true\" aria-live=\"polite\" ><label class='gfield_label gform-field-label' for='input_1_11'><span class='gform-field-label__text'>Total<\/span><\/label><div class='ginput_container ginput_container_total'>\n\t\t\t\t\t\t\t<input type='text' readonly name='input_11' id='input_1_11' value='$0.00' class='gform-text-input-reset ginput_total ginput_total_1' \/>\n\t\t\t\t\t\t<\/div><\/div><fieldset id=\"field_1_12\" class=\"gfield gfield--type-name gfield--width-full gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' ><span class='gform-field-label__text'>Personal Details<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_1_12'>\n                            \n                            <span id='input_1_12_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_12.3' id='input_1_12_3' value=''   aria-required='true'   placeholder='First Name'  \/>\n                                                    <label for='input_1_12_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>\u0627\u0644\u0627\u0648\u0644<\/label>\n                                                <\/span>\n                            \n                            <span id='input_1_12_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_12.6' id='input_1_12_6' value=''   aria-required='true'   placeholder='Last Name'  \/>\n                                                    <label for='input_1_12_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>\u0627\u0644\u0627\u062e\u064a\u0631<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_1_6\" class=\"gfield gfield--type-email gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'><span class='gform-field-label__text'>Email<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_6' id='input_1_6' type='email' value='' class='large'   placeholder='Email' aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_22\" class=\"gfield gfield--type-phone gfield--phone-format-international gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_22'><span class='gform-field-label__text'>Phone Number<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_22' id='input_1_22' type='tel' value='' class='large'  placeholder='Phone Number' aria-required=\"true\" aria-invalid=\"false\"    \/><\/div><\/div><div id=\"field_1_9\" class=\"gfield gfield--type-stripe_creditcard gfield--width-full gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' for='input_1_9_1'><span class='gform-field-label__text'>Card Details<\/span><span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(\u0645\u0637\u0644\u0648\u0628)<\/span><\/span><\/label><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <button type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' >Send<\/button> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='hlkbLBFSRBgApE1Nh53LKmJ4f4f0ESb5FaIZg6Fto3s6U6M+q8221J0It9Fi3GBEZtsicb4OW9R6IIY5Ruf0hLO\/UIJj4gyLOjv5f8AiRz+ooHw=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIxXCI6W1wiZjM4M2FjOTZmZWM1NjM2NTNkN2FlYTNmNTRlMWFmNGRcIixcIjUzM2U1ZWY5YTcxMTFjYTNhMDNmOWQwMTA3MTU1ODg1XCIsXCJiYmFmZTRlMWQ3MDhkYWJhY2U4NjJmM2EwOWUxNjAxMFwiXSxcIjNcIjpbXCIzODZmYmNlZDgxNjQyZTNiZjhlZTFkNzgxY2RmNzI1MVwiLFwiNmNkYWUzMzdlMjU5OGRkZGUwMmIxMGY5ZDA5ZTc5Y2VcIixcImUwZWFkODkzYWNkOWU3ZGYwMTdhNDdhYmY0YWU3YzIyXCIsXCJjNDQxMjY2NmQyMjExZDQxZjc1N2FkNjE2MmFlOGZhNVwiXSxcImdmb3JtX3N1Ym1pc3Npb25fbWV0aG9kXCI6W1wiYjY0MzZiZTg3ZGMyYWYxNzBlOTQwNjU2MjE0NzQxMjNcIixcIjQwNjEwNTY3NjA5Y2I1NzQ5MTZmMjVjYzA1ZDMxZjczXCJdLFwiZ2Zvcm1fdGhlbWVcIjpcImNjYWVkNDRjZDEyNjAyNzc3NDU4ZGVmZjAzYTA0ZmZhXCIsXCJnZm9ybV9zdHlsZV9zZXR0aW5nc1wiOlwiNWMwMDMxMmIzMjQzYjg1ZjJmYTAxYWNjN2MyNTRjNDBcIixcImZvcm1faWRcIjpcIjAyNWYxMjAwYWEzMTllNjRjNzAzOThkMjExZmRhNWI4XCIsXCJ1cmxcIjpcImY5Yzk4M2E2ODdlMDU3NDllNGVjYTBjNTRiNTg4NWFlXCIsXCJzdGF0ZV90aW1lc3RhbXBcIjpcImI0OWQ0Nzk0MWI1ODdmZDU1MDhhNmMzMjU4MWRjM2M3XCJ9IiwiMzJkMzhkY2E0N2U2NWIyYjU4Y2ExNDM3NDBmZWVjNWMiLDE3ODkxMzk2MzFd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9829bd3 e-flex e-con-boxed e-con e-parent\" data-id=\"9829bd3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b5fcc63 e-con-full e-flex e-con e-child\" data-id=\"b5fcc63\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c0ce33d elementor-widget elementor-widget-heading\" data-id=\"c0ce33d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Donate Today<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0fad36 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c0fad36\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Save a Life!\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9dada6 elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"e9dada6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-school\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tQuality Education for All\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tProvide access to quality education and learning resources for children in underprivileged areas.\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11b413c elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"11b413c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-hospital\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tHealth and Well-being Support\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEnsure children have access to proper healthcare, nutrition, and mental health support.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6e38b5 elementor-position-inline-end elementor-mobile-position-inline-end elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c6e38b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"icon icon-planting\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tOrphan Sponsorship Program\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"elementor-icon-box-description\">\n\t\t\t\t\t\tEmpowers underprivileged children with education, healthcare, and opportunities.\n\n\t\t\t\t\t<\/p>\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5046f71 e-con-full e-flex e-con e-child\" data-id=\"5046f71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b7abc9f e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"b7abc9f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36b0aba animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"36b0aba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1675\" height=\"1115\" src=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024.jpg\" class=\"attachment-full size-full wp-image-1135\" alt=\"Irshad distributed Food Parcels\" srcset=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024.jpg 1675w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024-300x200.jpg 300w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024-1024x682.jpg 1024w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024-768x511.jpg 768w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024-1536x1022.jpg 1536w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024-600x399.jpg 600w\" sizes=\"(max-width: 1675px) 100vw, 1675px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c17ae28 e-con-full animated-slow e-flex elementor-invisible e-con e-child\" data-id=\"c17ae28\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInDown&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-237575a animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"237575a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1225\" height=\"1840\" src=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166.jpg\" class=\"attachment-full size-full wp-image-1168\" alt=\"Irshad distributed toys on eid\" srcset=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166.jpg 1225w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166-200x300.jpg 200w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166-682x1024.jpg 682w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166-768x1154.jpg 768w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166-1023x1536.jpg 1023w, https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03166-600x901.jpg 600w\" sizes=\"(max-width: 1225px) 100vw, 1225px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9964082 e-flex e-con-boxed e-con e-parent\" data-id=\"9964082\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2427c8 elementor-widget elementor-widget-heading\" data-id=\"d2427c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Inspiring Impact\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83c28ec animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"83c28ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Explore Our Work\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6618996 elementor-widget elementor-widget-gallery\" data-id=\"6618996\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;masonry&quot;,&quot;columns&quot;:3,&quot;columns_tablet&quot;:3,&quot;columns_mobile&quot;:2,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;lazyload&quot;:&quot;yes&quot;,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_KX6A0464.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"Irshed-distributed-hot-meals-in-Gaza\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTIxNSwidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyX0tYNkEwNDY0LmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_KX6A0464.jpg\" data-width=\"1955\" data-height=\"1302\" aria-label=\"Irshed distributed hot meals in Gaza\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_014A0512.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"Irshed-distributed-vegetables-in-Gaza\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTIxNywidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyXzAxNEEwNTEyLmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_014A0512.jpg\" data-width=\"1857\" data-height=\"1042\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_IMG_0606.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"Irshed-distributed-blankets-in-Gaza\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTIxOCwidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyX0lNR18wNjA2LmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_IMG_0606.jpg\" data-width=\"1675\" data-height=\"1115\" aria-label=\"Irshed distributed blankets in Gaza\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_5A5A6140.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"Irshed-organized-Kermese-for-displaced-people in lebanon\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTIxOSwidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyXzVBNUE2MTQwLmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_5A5A6140.jpg\" data-width=\"1675\" data-height=\"1115\" aria-label=\"Irshed organized Kermese for displaced people in lebanon\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03093.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"irshad-distributed_Food-Parcels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTEzNywidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyX0RTQzAzMDkzLmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_DSC03093.jpg\" data-width=\"1660\" data-height=\"1104\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"6618996\" data-elementor-lightbox-title=\"irshad-distributed_Food-Parcels\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTEzNSwidXJsIjoiaHR0cHM6XC9cL29ycGhhbnMtaXJzaGVkLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDhcL2pwZWctb3B0aW1pemVyXzc3N0E4MDI0LmpwZyIsInNsaWRlc2hvdyI6IjY2MTg5OTYifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/orphans-irshed.org\/wp-content\/uploads\/2025\/08\/jpeg-optimizer_777A8024.jpg\" data-width=\"1675\" data-height=\"1115\" aria-label=\"Irshad distributed Food Parcels\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-317a05a e-flex e-con-boxed e-con e-parent\" data-id=\"317a05a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a252782 e-con-full e-flex e-con e-child\" data-id=\"a252782\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe3604a elementor-widget elementor-widget-heading\" data-id=\"fe3604a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Donations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1584615 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"1584615\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where Your Donations Go\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f4e4cf3 e-con-full e-flex e-con e-child\" data-id=\"f4e4cf3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9344265 elementor-widget elementor-widget-ucaddon_uc_material_bullets\" data-id=\"9344265\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_uc_material_bullets.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Icon Bullets -->\n\t\t<link id='font-awesome-css' href='https:\/\/orphans-irshed.org\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/orphans-irshed.org\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Icon Bullets *\/\n\n\n\n#uc_uc_material_bullets_elementor_9344265 *{\n\t-webkit-box-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\tbox-sizing: border-box;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-icon-wrapper{\n\tdisplay: flex;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  flex-grow:0;\n  flex-shrink:0;\n  line-height:1em;\n  transition:0.3s;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-icon svg{\n  height:1em;\n  width:1em;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .uc_material_bullets_row{\n\tfont-weight:400;\n\toverflow:hidden;\n\tdisplay:flex;\n\tposition:relative;\n\ttext-align:left;\n\twidth:100%;   \n    transition:0.3s;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .uc_material_bullets_row a.ue-item-link{\n  position:absolute;\n  display:block;\n  top:0;\n  right:0;\n  left:0;\n  bottom:0;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .uc_material_bullets_row:last-child{\n\tmargin-bottom:0px !important;\n}\n\n\n#uc_uc_material_bullets_elementor_9344265 .uc_material_bullets_row {\n\tposition:relative;\n\tvertical-align:middle;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .uc_material_bullets_row .uc_content_box{\n\tdisplay:flex;\n    flex-direction:column;\n    justify-content:center;\n    align-items: flex-start;\n    flex-grow:1;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-bullets{\n  display:grid;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-text, \n#uc_uc_material_bullets_elementor_9344265 .ue-title, \n#uc_uc_material_bullets_elementor_9344265 .ue-seperator{\n  width:100%;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-seperator-line{\n  display:inline-block;\n  font-size:0px;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .ue-seperator{\n  font-size:0px;\n}\n\n#uc_uc_material_bullets_elementor_9344265.uc-remote-parent .uc_material_bullets_row{\n  cursor:pointer;\n}\n\n.ue-title{\n  font-size:21px;\n  margin:0;\n}\n\n#uc_uc_material_bullets_elementor_9344265 .uc_content_box > *{\n  transition: all .3s;\n}\n\n<\/style>\n\n<div class=\"uc_material_bullets  \"  id=\"uc_uc_material_bullets_elementor_9344265\"  >   \t\n    \t<div class=\"ue-bullets uc-items-wrapper\">\n          \t<div class=\"uc_material_bullets_row elementor-repeater-item-cde398c\">\n  <div class=\"ue-icon-wrapper\">\n              <div class=\"ue-icon\">\n                    <i class='icon icon-Child'><\/i>                    \t\n\n                \n              <\/div>\n  <\/div>\n  <div class=\"uc_content_box uc_ceal\">\n    <div class=\"ue-title\">Needy individuals and families<\/div>\n    \n    \t\n    \n    <div class=\"ue-text\"><\/div>\t\n  <\/div>\n    \t\n<\/div>\n<div class=\"uc_material_bullets_row elementor-repeater-item-f100d22\">\n  <div class=\"ue-icon-wrapper\">\n              <div class=\"ue-icon\">\n                    <i class='icon icon-users2'><\/i>                    \t\n\n                \n              <\/div>\n  <\/div>\n  <div class=\"uc_content_box uc_ceal\">\n    <div class=\"ue-title\">Orphans and widows<\/div>\n    \n    \t\n    \n    <div class=\"ue-text\"><\/div>\t\n  <\/div>\n    \t\n<\/div>\n<div class=\"uc_material_bullets_row elementor-repeater-item-2dc34a4\">\n  <div class=\"ue-icon-wrapper\">\n              <div class=\"ue-icon\">\n                    <i class='icon icon-Safe-house'><\/i>                    \t\n\n                \n              <\/div>\n  <\/div>\n  <div class=\"uc_content_box uc_ceal\">\n    <div class=\"ue-title\">Refugees and displaced persons<\/div>\n    \n    \t\n    \n    <div class=\"ue-text\"><\/div>\t\n  <\/div>\n    \t\n<\/div>\n<div class=\"uc_material_bullets_row elementor-repeater-item-d57f4c3\">\n  <div class=\"ue-icon-wrapper\">\n              <div class=\"ue-icon\">\n                    <i class='icon icon-heart1'><\/i>                    \t\n\n                \n              <\/div>\n  <\/div>\n  <div class=\"uc_content_box uc_ceal\">\n    <div class=\"ue-title\">People living in poverty<\/div>\n    \n    \t\n    \n    <div class=\"ue-text\"><\/div>\t\n  <\/div>\n    \t\n<\/div>\n\n      <\/div>\n<\/div>\n<!-- end Icon Bullets -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-afa5d12 e-con-full e-flex e-con e-parent\" data-id=\"afa5d12\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b07951d elementor-widget elementor-widget-template\" data-id=\"b07951d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"346\" class=\"elementor elementor-346\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0f3eef0 e-flex e-con-boxed e-con e-parent\" data-id=\"0f3eef0\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c4c274f e-con-full e-flex e-con e-child\" data-id=\"c4c274f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-edc6b5a elementor-widget elementor-widget-heading\" data-id=\"edc6b5a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23d2e31 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"23d2e31\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What People Ask\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7aa2af3 e-con-full e-flex e-con e-child\" data-id=\"7aa2af3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1374275 e-con-full e-flex e-con e-child\" data-id=\"1374275\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d05b4fd elementor-widget elementor-widget-elementskit-accordion\" data-id=\"d05b4fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6aa3b3067aee7\">\n\n            \n                <div class=\"elementskit-card active\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-d05b4fd\">\n                        <a href=\"#collapse-d879fc26aa3b3067aee7\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-d879fc26aa3b3067aee7\" aria-expanded=\"true\" aria-controls=\"Collapse-d879fc26aa3b3067aee7\">\n                            \n                            <span class=\"ekit-accordion-title\"> How can I get in touch with Irshed for more information?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-down-arrow1\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-up-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-d879fc26aa3b3067aee7\" class=\" show collapse\" aria-labelledby=\"primaryHeading-0-d05b4fd\" data-parent=\"#accordion-6aa3b3067aee7\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Contact us via our website, email, or phone \u2014 our team is happy to answer your questions and share more about our initiatives.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-1-d05b4fd\">\n                        <a href=\"#collapse-21d16056aa3b3067aee7\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-21d16056aa3b3067aee7\" aria-expanded=\"false\" aria-controls=\"Collapse-21d16056aa3b3067aee7\">\n                            \n                            <span class=\"ekit-accordion-title\"> What is Irshed mission?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-down-arrow1\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-up-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-21d16056aa3b3067aee7\" class=\" collapse\" aria-labelledby=\"primaryHeading-1-d05b4fd\" data-parent=\"#accordion-6aa3b3067aee7\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>We strive to be, by the year 2028, a leading non-profit organization in serving and advancing society and humanity.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-2-d05b4fd\">\n                        <a href=\"#collapse-7cca4106aa3b3067aee7\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-7cca4106aa3b3067aee7\" aria-expanded=\"false\" aria-controls=\"Collapse-7cca4106aa3b3067aee7\">\n                            \n                            <span class=\"ekit-accordion-title\"> How do you maintain transparency in your work?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-down-arrow1\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-up-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-7cca4106aa3b3067aee7\" class=\" collapse\" aria-labelledby=\"primaryHeading-2-d05b4fd\" data-parent=\"#accordion-6aa3b3067aee7\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>You can request documentation for your donation to ensure transparency. Contact us directly with your specific requirements.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-3-d05b4fd\">\n                        <a href=\"#collapse-001e4366aa3b3067aee7\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-001e4366aa3b3067aee7\" aria-expanded=\"false\" aria-controls=\"Collapse-001e4366aa3b3067aee7\">\n                            \n                            <span class=\"ekit-accordion-title\"> Is it possible to make a $1 donation, or is there a minimum amount required to contribute?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-down-arrow1\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-up-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-001e4366aa3b3067aee7\" class=\" collapse\" aria-labelledby=\"primaryHeading-3-d05b4fd\" data-parent=\"#accordion-6aa3b3067aee7\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Yes, you can donate $1! We appreciate contributions of all sizes, and every donation makes a meaningful impact.<\/p>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5aa7205 e-con-full e-flex e-con e-child\" data-id=\"5aa7205\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Donate Now Start Donating with Us Donate Today Save a Life! Quality Education for All Provide access to quality education and learning resources for children in underprivileged areas. Health and Well-being Support Ensure children have access to proper healthcare, nutrition, and mental health support. Orphan Sponsorship Program Empowers underprivileged children with education, healthcare, and opportunities. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1216,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-998","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"wpcf_dashboard":"<div class=\"woocommerce\"><div class=\"woocommerce-info\">Please log in first? <a class=\"wpneoShowLogin\" href=\"#\">Click here to login<\/a><\/div><div class=\"wpneo_login_form_div\" style=\"display: none;\"><form name=\"loginform\" id=\"loginform\" action=\"https:\/\/orphans-irshed.org\/wp-login.php\" method=\"post\"><p class=\"login-username\">\n\t\t\t\t<label for=\"user_login\">\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/label>\n\t\t\t\t<input type=\"text\" name=\"log\" id=\"user_login\" autocomplete=\"username\" class=\"input\" value=\"\" size=\"20\" style=\"direction: ltr;\" \/>\n\t\t\t<\/p><p class=\"login-password\">\n\t\t\t\t<label for=\"user_pass\">\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631<\/label>\n\t\t\t\t<input type=\"password\" name=\"pwd\" id=\"user_pass\" autocomplete=\"current-password\" spellcheck=\"false\" class=\"input\" value=\"\" size=\"20\" style=\"direction: ltr;\" \/>\n\t\t\t<\/p><p class=\"login-remember\"><label><input name=\"rememberme\" type=\"checkbox\" id=\"rememberme\" value=\"forever\" \/> \u062a\u0630\u0643\u0631\u0646\u064a<\/label><\/p><p class=\"login-submit\">\n\t\t\t\t<input type=\"submit\" name=\"wp-submit\" id=\"wp-submit\" class=\"button button-primary\" value=\"\u062f\u062e\u0648\u0644\" \/>\n\t\t\t\t<input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/pages\/998\" \/>\n\t\t\t<\/p><\/form><\/div><\/div>","_links":{"self":[{"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/pages\/998","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/comments?post=998"}],"version-history":[{"count":67,"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/pages\/998\/revisions"}],"predecessor-version":[{"id":2087,"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/pages\/998\/revisions\/2087"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/media\/1216"}],"wp:attachment":[{"href":"https:\/\/orphans-irshed.org\/ar\/wp-json\/wp\/v2\/media?parent=998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}