{"id":6625,"date":"2026-01-16T15:49:07","date_gmt":"2026-01-16T15:49:07","guid":{"rendered":"https:\/\/aqtpakistan.org\/ur\/?page_id=6625"},"modified":"2026-01-19T16:38:45","modified_gmt":"2026-01-19T16:38:45","slug":"sharayi-calculator","status":"publish","type":"page","link":"https:\/\/aqtpakistan.org\/ur\/sharayi-calculator\/","title":{"rendered":"Sharayi Calculator"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6625\" class=\"elementor elementor-6625\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9106057 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9106057\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M500,97C126.7,96.3,0.8,19.8,0,0v100l1000,0V1C1000,19.4,873.3,97.8,500,97z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b6ab907\" data-id=\"b6ab907\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0643444 elementor-widget elementor-widget-heading\" data-id=\"0643444\" 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\">Sharayi Calculator<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-573d19c elementor-widget elementor-widget-woocommerce-breadcrumb\" data-id=\"573d19c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woocommerce-breadcrumb.default\">\n\t\t\t\t\t<nav class=\"woocommerce-breadcrumb\">Home<\/nav>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e8ed7db elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"e8ed7db\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f01355\" data-id=\"3f01355\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7d74e06 elementor-widget elementor-widget-html\" data-id=\"7d74e06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n\n<style>\n    :root {\n        --primary-gold: #289BB3;\n        --secondary-dark: #2c3e50;\n        --accent-green: #27ae60;\n        --white: #ffffff;\n        --border-color: #ececec;\n    }\n\n    .sharayi-wrapper {\n        font-family: 'Segoe UI', Roboto, sans-serif;\n        color: var(--secondary-dark);\n        max-width: 1100px;\n        margin: 20px auto;\n        background: transparent;\n        position: relative;\n        z-index: 99;\n    }\n\n    \/* Selector Styling *\/\n    .selector-container {\n        max-width: 500px;\n        margin: 0 auto 30px auto;\n        text-align: center;\n    }\n\n    .sharayi-label {\n        font-weight: 700;\n        display: block;\n        margin-bottom: 12px;\n        font-size: 18px;\n    }\n\n    select#calculation-type {\n        display: block !important;\n        width: 100% !important;\n        height: 55px !important;\n        padding: 0 15px !important;\n        border: 2px solid var(--primary-gold) !important;\n        border-radius: 10px !important;\n        background: #fff !important;\n        font-size: 16px !important;\n        cursor: pointer !important;\n        appearance: menulist !important;\n    }\n\n    \/* Two Column Layout *\/\n    .calc-grid {\n        display: grid;\n        grid-template-columns: 1.2fr 1fr;\n        gap: 30px;\n        opacity: 0;\n        transform: translateY(10px);\n        transition: all 0.4s ease;\n    }\n\n    .calc-grid.active {\n        opacity: 1;\n        transform: translateY(0);\n    }\n\n    \/* Left Column: Rules & Info *\/\n    .info-column {\n        padding: 25px;\n        background: #fff;\n        border-radius: 15px;\n        border: 1px solid #b5e8f3;\n        font-size: 15px;\n        line-height: 1.6;\n    }\n\n    .info-column h3 { color: var(--primary-gold); margin-top: 0; border-bottom: 2px solid var(--primary-gold); padding-bottom: 10px; }\n    .info-column p { margin-bottom: 15px; }\n    .info-column strong { color: #444; }\n\n    \/* Right Column: Inputs & Results *\/\n    .input-column {\n        padding: 25px;\n        background: #289BB3;\n        border-radius: 15px;\n        border: 1px solid var(--border-color);\n        display: flex;\n        flex-direction: column;\n    }\n\n    \/* FIX: Force White Labels and Fixed Input Heights *\/\n    .input-column label {\n        color: #ffffff !important;\n        font-weight: 600 !important;\n        margin-bottom: 8px !important;\n        display: block !important;\n        text-align: left !important;\n    }\n    \n    .input-column h3 {\n        color: #fff;\n        border-bottom: 2px solid #fff;\n    padding-bottom: 10px;\n    margin-bottom: 20px;\n    }\n\n    input.sharayi-input {\n        width: 100% !important;\n        height: 50px !important; \/* Fixed height override *\/\n        line-height: 50px !important;\n        padding: 0 14px !important;\n        margin-bottom: 15px !important;\n        border: 1px solid #ddd !important;\n        border-radius: 8px !important;\n        box-sizing: border-box !important;\n        font-size: 16px !important;\n        background: #ffffff !important;\n        color: #333 !important;\n    }\n\n    .sharayi-btn {\n        background: #E62D2C;\n        color: white;\n        border: none;\n        padding: 16px;\n        border-radius: 8px;\n        font-weight: bold;\n        width: 100%;\n        cursor: pointer;\n        font-size: 16px;\n        transition: 0.3s;\n        text-transform: uppercase;\n    }\n\n    .sharayi-btn:hover { background: #7E0100; }\n\n    \/* Results Area *\/\n    .result-box {\n        margin-top: 20px;\n        padding: 20px;\n        background: #e8f5e9;\n        border-radius: 10px;\n        text-align: center;\n        border: 2px dashed var(--accent-green);\n    }\n\n    .result-amount { font-size: 32px; color: var(--accent-green); font-weight: 800; margin: 10px 0; }\n\n    .donate-btn {\n        display: inline-block;\n        background: #E62D2C;\n        color: #fff !important;\n        text-decoration: none !important;\n        padding: 12px 35px;\n        border-radius: 50px;\n        font-weight: bold;\n        margin-top: 10px;\n        transition: 0.3s;\n    }\n    .donate-btn:hover { background: #7E0100; }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 768px) {\n        .calc-grid { grid-template-columns: 1fr; }\n        .info-column { order: 2; }\n        .input-column { order: 1; }\n    }\n\n    .hidden-content { display: none; }\n    \n\/* Accordion Styling *\/\n.rules-accordion {\n    background: #ffffff;\n    border: 1px solid #b5e8f3;\n    border-radius: 10px;\n    margin-bottom: 12px;\n    padding: 12px 15px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n}\n\n.rules-accordion summary {\n    font-weight: 600;\n    color: var(--primary-gold);\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    outline: none;\n}\n\n\/* Custom Arrow using FontAwesome *\/\n.rules-accordion summary::after {\n    content: '\\f078';\n    font-family: 'Font Awesome 6 Free';\n    font-weight: 900;\n    font-size: 14px;\n    transition: transform 0.3s ease;\n}\n\n.rules-accordion[open] summary::after {\n    transform: rotate(180deg);\n}\n\n.accordion-content {\n    padding-top: 15px;\n    font-size: 14px;\n    color: #444;\n    border-top: 1px solid #f0f0f0;\n    margin-top: 10px;\n    line-height: 1.5;\n}\n\n.accordion-content p {\n    margin-bottom: 8px;\n}\n\n\/* Styling for the Comparison Table inside Khums Accordion *\/\n.khums-table {\n    width: 100% !important;\n    border-collapse: collapse !important;\n    margin-top: 10px !important;\n    font-size: 13px !important;\n    background: #fff !important;\n}\n\n.khums-table th {\n    background-color: var(--primary-gold) !important;\n    color: white !important;\n    padding: 10px !important;\n    text-align: left !important;\n    border: 1px solid #ddd !important;\n}\n\n.khums-table td {\n    padding: 10px !important;\n    border: 1px solid #eee !important;\n    color: #333 !important;\n}\n\n.khums-table tr:nth-child(even) {\n    background-color: #f9f9f9 !important;\n}\n    \n<\/style>\n\n<div class=\"sharayi-wrapper\">\n    <div class=\"selector-container\">\n        <label class=\"sharayi-label\">Select Purpose<\/label>\n        <select id=\"calculation-type\" class=\"sharayi-calc-select\">\n            <option value=\"\" disabled selected>-- Choose Calculation --<\/option>\n            <option value=\"zakaat\">Zakaat<\/option>\n            <option value=\"fitrah\">Fitrah<\/option>\n            <option value=\"khums\">Khums<\/option>\n            <option value=\"fidya\">Fidya<\/option>\n        <\/select>\n    <\/div>\n\n    <div id=\"dynamic-grid\" class=\"calc-grid\">\n        <div id=\"info-col\" class=\"info-column\"><\/div>\n        <div id=\"input-col\" class=\"input-column\"><\/div>\n    <\/div>\n<\/div>\n\n\n<div id=\"zakaat-info\" class=\"hidden-content\">\n    <h3>Zakaat Rules<\/h3>\n    <p><strong>Gold & Silver:<\/strong> Obligatory if Gold reaches 87.48g or Silver reaches 612.36g.<\/p>\n    <p><strong>Rate:<\/strong> 2.5% (1\/40) of the total value.<\/p>\n    <p><strong>Recipients:<\/strong> The poor (Fuqara), needy (Masakeen), and those in debt.<\/p>\n\n    <details class=\"rules-accordion\">\n        <summary>1. On Which Items Is Zakat Obligatory?<\/summary>\n        <div class=\"accordion-content\">\n            <p>According to Ahlul Bait (as), zakat is only obligatory on 9 specific items:<\/p>\n            <p><strong>A. Gold & Silver:<\/strong> Obligatory on coins reaching the threshold (Nisab).<br>\n            <em>Gold:<\/em> 87.48g | <em>Silver:<\/em> 612g | <em>Rate:<\/em> 2.5%<\/p>\n            <p><strong>B. Business Goods:<\/strong> 2.5% of the total value of business inventory held for one year.<\/p>\n            <p><strong>C. Livestock:<\/strong> Specific rates apply for Camels (5+), Cows (30+), and Sheep (40+).<\/p>\n            <p><strong>D. Crops:<\/strong> Wheat, Barley, Dates, and Raisins (10% if rainwater, 5% if manual irrigation).<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>2. Is Zakat Obligatory on Salary, Income, or Investments?<\/summary>\n        <div class=\"accordion-content\">\n            <p>According to Ahlul Bait (as), zakat is <strong>not<\/strong> obligatory on salary, business income, or general savings.<\/p>\n            <p>However, <strong>Khums<\/strong> is obligatory if the saved money remains unused for a year. Please choose the Khums option from the dropdown above to calculate this.<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>3. Zakat al-Fitr (Eid-ul-Fitr Charity)<\/summary>\n        <div class=\"accordion-content\">\n            <p>This is the obligatory charity due on the night of Eid-ul-Fitr for every household member.<\/p>\n            <p>Please choose the <strong>Fitrah<\/strong> option from the dropdown above to calculate your total.<\/p>\n        <\/div>\n    <\/details>\n    \n    <details class=\"rules-accordion\">\n        <summary>4. Is Zakat Due on Houses, Cars, or Jewelry?<\/summary>\n        <div class=\"accordion-content\">\n            <p><strong>House & Car:<\/strong> No zakat on personal-use residence or vehicles.<\/p>\n            <p><strong>Jewelry:<\/strong> If gold\/silver jewelry exceeds nisab (87.48g gold \/ 612g silver), zakat is due.<\/p>\n            <p><strong>Savings:<\/strong> No zakat on savings, but Khums (20%) is obligatory after one year.<\/p>\n        <\/div>\n    <\/details>    \n    \n    <details class=\"rules-accordion\">\n        <summary>5. Who Can Receive Zakat?<\/summary>\n        <div class=\"accordion-content\">\n            <ul>\n                <li>Fuqara (Poor) & Masakeen (Needy)<\/li>\n                <li>Indebted individuals in financial hardship<\/li>\n                <li>Religious education institutions<\/li>\n            <\/ul>\n            <p><em>Note:<\/em> Sadat (Prophet's descendants) cannot receive zakat but can receive Khums.<\/p>\n        <\/div>\n    <\/details>      \n    \n<\/div>\n<div id=\"zakaat-calc\" class=\"hidden-content\">\n    <h3>Calculator<\/h3>\n    <label>Gold (Grams)<\/label>\n    <input type=\"number\" id=\"gold\" class=\"sharayi-input\" placeholder=\"0\">\n    <label>Silver (Grams)<\/label>\n    <input type=\"number\" id=\"silver\" class=\"sharayi-input\" placeholder=\"0\">\n    <label>Cash\/Business Goods (Rs)<\/label>\n    <input type=\"number\" id=\"cash\" class=\"sharayi-input\" placeholder=\"0\">\n    <button onclick=\"calculateZakaat()\" class=\"sharayi-btn\">Calculate Total<\/button>\n    <div id=\"z-res\"><\/div>\n<\/div>\n\n<div id=\"fitrah-info\" class=\"hidden-content\">\n    <h3>Fitrah Guide<\/h3>\n    <p>Obligatory charity due on the night of Eid-ul-Fitr for every person in the household.<\/p>\n<\/div>\n<div id=\"fitrah-calc\" class=\"hidden-content\">\n    <h3>Calculator<\/h3>\n    <label>Family Members<\/label>\n    <input type=\"number\" id=\"family-members\" class=\"sharayi-input\" placeholder=\"Total members\">\n    <label>Rate per Person (Rs)<\/label>\n    <input type=\"number\" id=\"fitrah-rate\" class=\"sharayi-input\" value=\"300\">\n    <button onclick=\"calculateFitrah()\" class=\"sharayi-btn\">Calculate Fitrah<\/button>\n    <div id=\"f-res\"><\/div>\n<\/div>\n\n<div id=\"khums-info\" class=\"hidden-content\">\n    <h3>Khums Rules & FAQ<\/h3>\n    <p><strong>Rate:<\/strong> 20% of the surplus savings that remain at the end of your financial year.<\/p>\n    <details class=\"rules-accordion\">\n        <summary>1. What is Khums?<\/summary>\n        <div class=\"accordion-content\">\n            <p>Khums means \u201cone-fifth\u201d (20%) and is an Islamic obligation mentioned in the <strong>Quran (Surah Al-Anfal 8:41)<\/strong>.<\/p>\n            <p>According to Ahlul Bait (as), khums applies to savings, business profits, minerals, and treasures remaining after your yearly expenses.<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>2. On What Items Is Khums Obligatory?<\/summary>\n        <div class=\"accordion-content\">\n            <p><strong>A. Surplus Annual Income:<\/strong> 20% of savings remaining after fulfilling all expenses (food, rent, education, etc.).<\/p>\n            <p><strong>B. Minerals & Resources:<\/strong> 20% of extracted value (gold, oil, etc.) after expenses.<\/p>\n            <p><strong>C. Treasure Trove:<\/strong> 20% on found buried wealth.<\/p>\n            <p><strong>D. Mixed Wealth:<\/strong> To purify wealth where Lawful (Halal) and Illegitimate (Haram) income are mixed unknowingly.<\/p>\n            <p><strong>E. Land:<\/strong> When a non-Muslim buys land from a Muslim in an Islamic country.<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>3. Who Must Pay Khums?<\/summary>\n        <div class=\"accordion-content\">\n            <ul>\n                <li>Every adult Muslim (Baligh) with surplus income.<\/li>\n                <li>Profit-making businesses and companies.<\/li>\n                <li>Professionals, traders, and farmers who save money after covering living costs.<\/li>\n            <\/ul>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>4. How Is Khums Distributed?<\/summary>\n        <div class=\"accordion-content\">\n            <p>Khums is divided into two equal parts (50\/50):<\/p>\n            <p><strong>Sahm al-Imam (50%):<\/strong> Used for Islamic education, religious propagation, and welfare projects under the guidance of Marja-e-Taqleed.<\/p>\n            <p><strong>Sahm al-Sadat (50%):<\/strong> Specifically for poor and needy Sayyids (descendants of Prophet Muhammad PBUH).<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>5. When and How to Pay Khums?<\/summary>\n        <div class=\"accordion-content\">\n            <p>Khums is paid annually on a fixed date (e.g., 1st Ramadhan). It must be given to a Mujtahid or an authorized organization.<\/p>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>6. Difference Between Khums and Zakat<\/summary>\n        <div class=\"accordion-content\">\n            <table class=\"khums-table\">\n                <thead>\n                    <tr>\n                        <th>Aspect<\/th>\n                        <th>Khums<\/th>\n                        <th>Zakaat<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>Rate<\/td>\n                        <td>20%<\/td>\n                        <td>2.5%<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>On<\/td>\n                        <td>Savings\/Profit<\/td>\n                        <td>9 Specific Items<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>Recipients<\/td>\n                        <td>Imam & Sayyids<\/td>\n                        <td>General Poor<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/details>\n\n    <details class=\"rules-accordion\">\n        <summary>7. What If Someone Does Not Pay Khums?<\/summary>\n        <div class=\"accordion-content\">\n            <p>Wealth becomes \"Ghayr-mubah\" (impure). Use of such wealth is considered sinful, and the amount remains a debt upon the individual.<\/p>\n        <\/div>\n    <\/details>\n<\/div>\n    <\/details>\n<div id=\"khums-calc\" class=\"hidden-content\">\n    <h3>Calculator<\/h3>\n    <label>Surplus Annual Savings (Rs)<\/label>\n    <input type=\"number\" id=\"savings\" class=\"sharayi-input\" placeholder=\"Savings after expenses\">\n    <button onclick=\"calculateKhums()\" class=\"sharayi-btn\">Calculate Khums<\/button>\n    <div id=\"k-res\"><\/div>\n<\/div>\n\n<div id=\"fidya-info\" class=\"hidden-content\">\n    <h3>Fidya Rules<\/h3>\n    <p>Compensation for fasts missed due to old age or chronic illness.<\/p>\n<\/div>\n<div id=\"fidya-calc\" class=\"hidden-content\">\n    <h3>Calculator<\/h3>\n    <label>Missed Fasts<\/label>\n    <input type=\"number\" id=\"missed-fasts\" class=\"sharayi-input\" placeholder=\"0\">\n    <label>Rate per Fast (Rs)<\/label>\n    <input type=\"number\" id=\"fidya-rate\" class=\"sharayi-input\" value=\"100\">\n    <button onclick=\"calculateFidya()\" class=\"sharayi-btn\">Calculate Fidya<\/button>\n    <div id=\"fd-res\"><\/div>\n<\/div>\n\n<script>\n    const typeSelect = document.getElementById('calculation-type');\n    const grid = document.getElementById('dynamic-grid');\n    const infoCol = document.getElementById('info-col');\n    const inputCol = document.getElementById('input-col');\n\n    typeSelect.addEventListener('change', function() {\n        const type = this.value;\n        if (type) {\n            infoCol.innerHTML = document.getElementById(`${type}-info`).innerHTML;\n            inputCol.innerHTML = document.getElementById(`${type}-calc`).innerHTML;\n            grid.classList.add('active');\n        }\n    });\n\n    function getResultHtml(amount, cause) {\n        const donationPage = \"https:\/\/aqtpakistan.org\/ur\/donation\/\";\n        const finalAmount = amount.toFixed(2);\n        \n        \/\/ FIX: Based on your inspect screenshot, the attribute name is 'attribute_donation-for'\n        \/\/ and the values are capitalized like 'Zakaat'\n        const causeSlug = cause.charAt(0).toUpperCase() + cause.slice(1);\n        const donateUrl = `${donationPage}?wcdp-donation-amount=${finalAmount}&attribute_donation-for=${causeSlug}`;\n\n        return `\n            <div class=\"result-box\">\n                <div style=\"font-weight:bold; color:#666;\">Total Amount<\/div>\n                <div class=\"result-amount\">Rs ${amount.toLocaleString(undefined, {minimumFractionDigits: 2})}<\/div>\n                <a href=\"${donateUrl}\" class=\"donate-btn\">Donate Now<\/a>\n            <\/div>\n        `;\n    }\n\n    function calculateZakaat() {\n        const total = (parseFloat(document.getElementById('gold').value || 0) + \n                       parseFloat(document.getElementById('silver').value || 0) + \n                       parseFloat(document.getElementById('cash').value || 0)) * 0.025;\n        document.getElementById('z-res').innerHTML = getResultHtml(total, 'zakaat');\n    }\n\n    function calculateFitrah() {\n        const total = (parseInt(document.getElementById('family-members').value || 0) * parseFloat(document.getElementById('fitrah-rate').value || 0));\n        document.getElementById('f-res').innerHTML = getResultHtml(total, 'fitrah');\n    }\n\n    function calculateKhums() {\n        const total = parseFloat(document.getElementById('savings').value || 0) * 0.20;\n        document.getElementById('k-res').innerHTML = getResultHtml(total, 'khums');\n    }\n\n    function calculateFidya() {\n        const total = (parseInt(document.getElementById('missed-fasts').value || 0) * parseFloat(document.getElementById('fidya-rate').value || 0));\n        document.getElementById('fd-res').innerHTML = getResultHtml(total, 'fidya');\n    }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sharayi Calculator Select Purpose &#8212; Choose Calculation &#8212;ZakaatFitrahKhumsFidya Zakaat Rules Gold &#038; Silver: Obligatory if Gold reaches 87.48g or Silver reaches 612.36g. Rate: 2.5% (1\/40) of the total value. Recipients: The poor (Fuqara), needy (Masakeen), and those in debt. 1. On Which Items Is Zakat Obligatory? According to Ahlul Bait (as), zakat is only obligatory [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6625","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/pages\/6625","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/comments?post=6625"}],"version-history":[{"count":190,"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/pages\/6625\/revisions"}],"predecessor-version":[{"id":7173,"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/pages\/6625\/revisions\/7173"}],"wp:attachment":[{"href":"https:\/\/aqtpakistan.org\/ur\/wp-json\/wp\/v2\/media?parent=6625"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}