{"id":22204,"date":"2025-02-10T11:31:54","date_gmt":"2025-02-10T11:31:54","guid":{"rendered":"https:\/\/wim.no\/questions-and-answers\/"},"modified":"2025-11-11T09:49:36","modified_gmt":"2025-11-11T09:49:36","slug":"questions-and-answers","status":"publish","type":"page","link":"https:\/\/wim.no\/en\/questions-and-answers\/","title":{"rendered":"Questions and answers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"22204\" class=\"elementor elementor-22204 elementor-692\" data-elementor-post-type=\"page\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-efacb5a e-flex e-con-boxed e-con e-parent\" data-id=\"efacb5a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-102d7bb elementor-search-form--skin-minimal elementor-widget__width-initial elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-search-form\" data-id=\"102d7bb\" data-element_type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;minimal&quot;}\" data-widget_type=\"search-form.default\">\n\t\t\t\t\t\t\t<search role=\"search\">\n\t\t\t<form class=\"elementor-search-form\" action=\"https:\/\/wim.no\/en\/\" method=\"get\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-search-form__container\">\n\t\t\t\t\t<label class=\"elementor-screen-only\" for=\"elementor-search-form-102d7bb\">Search<\/label>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-search-form__icon\">\n\t\t\t\t\t\t\t<div class=\"e-font-icon-svg-container\"><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-search\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"><\/path><\/svg><\/div>\t\t\t\t\t\t\t<span class=\"elementor-screen-only\">Search<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<input id=\"elementor-search-form-102d7bb\" placeholder=\"Search....\" class=\"elementor-search-form__input\" type=\"search\" name=\"s\" value=\"\">\n\t\t\t\t\t<input type='hidden' name='lang' value='en' \/>\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/form>\n\t\t<\/search>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5438735 elementor-widget elementor-widget-html\" data-id=\"5438735\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.page-search-box {\r\n  position: relative;\r\n  max-width: 420px;\r\n  margin-bottom: 12px;\r\n}\r\n.page-search-box input {\r\n  background: #f1f2f3;\r\n  width: 100%;\r\n  padding: 10px 12px 10px 40px;\r\n  border: 1px solid #ccc;\r\n  border-radius: 6px;\r\n  font-size: 16px;\r\n}\r\n.page-search-box .search-icon {\r\n  position: absolute;\r\n  left: 12px;\r\n  top: 50%;\r\n  transform: translateY(-50%);\r\n  pointer-events: none;\r\n  color: #aaaaaa;\r\n  font-size: 18px;\r\n}\r\n#noResults {\r\n  display: none;\r\n  color: red;\r\n  font-weight: bold;\r\n  margin-top: 10px;\r\n}\r\n<\/style>\r\n\r\n<div class=\"page-search-box\">\r\n  <i class=\"fa-solid fa-magnifying-glass search-icon\"><\/i>\r\n  <input id=\"pageSearch\" placeholder=\"Search by keyword...\" type=\"search\" autocomplete=\"off\">\r\n<\/div>\r\n\r\n<div id=\"noResults\">\u274c No results found<\/div>\r\n\r\n<script>\r\n(function() {\r\n  const input = document.getElementById('pageSearch');\r\n  const noResultsEl = document.getElementById('noResults');\r\n\r\n  const containerSelectors = [\r\n    '.elementor-posts',\r\n    '.elementor-posts-container',\r\n    '.elementor-loop',\r\n    '.elementor-loop-grid',\r\n    '.jet-listing-grid',\r\n    '.wp-block-query',\r\n    '.posts-list',\r\n    '.post-list'\r\n  ];\r\n\r\n  const itemSelectorsFallback = [\r\n    '.elementor-loop-item',\r\n    '.elementor-post',\r\n    '.jet-listing-grid__item',\r\n    '.wp-block-post',\r\n    '.post',\r\n    '.post-item',\r\n    '.e-loop-item' \/\/ added\r\n  ];\r\n\r\n  function getPostItems() {\r\n    let items = [];\r\n\r\n    for (const sel of containerSelectors) {\r\n      document.querySelectorAll(sel).forEach(container => {\r\n        try {\r\n          container.querySelectorAll(':scope > *').forEach(child => items.push(child));\r\n        } catch {\r\n          Array.from(container.children).forEach(child => items.push(child));\r\n        }\r\n      });\r\n    }\r\n\r\n    if (items.length === 0) {\r\n      itemSelectorsFallback.forEach(sel => {\r\n        document.querySelectorAll(sel).forEach(el => items.push(el));\r\n      });\r\n    }\r\n\r\n    return [...new Set(items)];\r\n  }\r\n\r\n  function runSearch(term) {\r\n    const filter = (term || '').trim().toLowerCase();\r\n    const items = getPostItems();\r\n\r\n    if (items.length === 0) {\r\n      noResultsEl.style.display = 'none';\r\n      return;\r\n    }\r\n\r\n    let anyMatched = false;\r\n    items.forEach(item => {\r\n      const text = (item.innerText || item.textContent || '').toLowerCase();\r\n      if (filter === '' || text.includes(filter)) {\r\n        item.style.display = '';\r\n        if (filter !== '') anyMatched = true;\r\n      } else {\r\n        item.style.display = 'none';\r\n      }\r\n    });\r\n\r\n    noResultsEl.style.display = (!anyMatched && filter !== '') ? 'block' : 'none';\r\n  }\r\n\r\n  let timer = null;\r\n  input.addEventListener('input', e => {\r\n    clearTimeout(timer);\r\n    timer = setTimeout(() => runSearch(e.target.value), 150);\r\n  });\r\n\r\n  window.addEventListener('load', () => runSearch(input.value || ''));\r\n\r\n  const observer = new MutationObserver(() => {\r\n    clearTimeout(timer);\r\n    timer = setTimeout(() => runSearch(input.value || ''), 200);\r\n  });\r\n  observer.observe(document.body, { childList: true, subtree: true });\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-1e983a9 e-flex e-con-boxed e-con e-parent\" data-id=\"1e983a9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-690644b e-n-tabs-none elementor-widget elementor-widget-n-tabs\" data-id=\"690644b\" data-element_type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;disable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"110126155\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-1101261551\" data-tab-title-id=\"e-n-tab-title-1101261551\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-1101261551\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tOther\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261552\" data-tab-title-id=\"e-n-tab-title-1101261552\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261552\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tPrayer \t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261553\" data-tab-title-id=\"e-n-tab-title-1101261553\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261553\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tThe legal and the illegal\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261554\" data-tab-title-id=\"e-n-tab-title-1101261554\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261554\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tWomen\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261555\" data-tab-title-id=\"e-n-tab-title-1101261555\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261555\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRitual purification\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261556\" data-tab-title-id=\"e-n-tab-title-1101261556\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261556\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFasting and Ramadan\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261557\" data-tab-title-id=\"e-n-tab-title-1101261557\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261557\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tHajj and Umrah\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261558\" data-tab-title-id=\"e-n-tab-title-1101261558\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"8\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261558\" style=\"--n-tabs-title-order: 8;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFaith\/Aqidah\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-1101261559\" data-tab-title-id=\"e-n-tab-title-1101261559\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"9\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-1101261559\" style=\"--n-tabs-title-order: 9;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAlms\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-11012615510\" data-tab-title-id=\"e-n-tab-title-11012615510\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"10\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-11012615510\" style=\"--n-tabs-title-order: 10;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tMarriage and divorce\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261551\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261551\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-aa068fd e-con-full e-flex e-con e-child\" data-id=\"aa068fd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-81c2f30 elementor-grid-1 qna elementor-grid-tablet-1 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"81c2f30\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-22799\">.ellipsis-qna {\r\n  display: -webkit-box;\r\n  -webkit-line-clamp: 3;     \/* Show only 3 lines *\/\r\n  -webkit-box-orient: vertical;\r\n  overflow: hidden;\r\n}\r\n\r\n.elementor-4168 .elementor-element.elementor-element-877b70b{\r\n    background: #253A6F!important;\r\n}.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22799 .elementor-element.elementor-element-69574ff{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 0px 4px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:4px;border-color:#253A6F;--border-color:#253A6F;--border-radius:15px 15px 15px 15px;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-22799 .elementor-element.elementor-element-69574ff:not(.elementor-motion-effects-element-type-background), .elementor-22799 .elementor-element.elementor-element-69574ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3F3F3;}.elementor-22799 .elementor-element.elementor-element-69574ff.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-text-editor .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-text-editor .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.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 );}.elementor-22799 .elementor-element.elementor-element-88e13b9{text-align:start;font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:400;color:#979797;}.elementor-widget-heading .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-22799 .elementor-element.elementor-element-e82d821 .elementor-heading-title{font-family:\"Raleway\", Sans-serif;font-size:22px;font-weight:600;color:#1E1E1E;}.elementor-22799 .elementor-element.elementor-element-309ea6a{font-family:\"Raleway\", Sans-serif;font-size:20px;font-weight:400;color:#1E1E1E;}.elementor-22799 .elementor-element.elementor-element-3468682{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-22799 .elementor-element.elementor-element-cc20157{--divider-border-style:solid;--divider-color:#BDBDBD;--divider-border-width:1px;padding:0px 0px 0px 0px;}.elementor-22799 .elementor-element.elementor-element-cc20157 .elementor-divider-separator{width:100%;}.elementor-22799 .elementor-element.elementor-element-cc20157 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-22799 .elementor-element.elementor-element-f9990c4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22799 .elementor-element.elementor-element-f9990c4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-22799 .elementor-element.elementor-element-242e53d{--display:flex;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22799 .elementor-element.elementor-element-877b70b{background-color:#C6A242;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:5px 10px 5px 10px;border-radius:100px 100px 100px 100px;font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:400;color:#FFFFFF;}.elementor-22799 .elementor-element.elementor-element-72cf79a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-22799 .elementor-element.elementor-element-72cf79a.e-con{--align-self:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-button .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-button .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22799 .elementor-element.elementor-element-1a32de1 .elementor-button{background-color:#C6A242;font-family:\"Poppins\", Sans-serif;font-size:16px;font-weight:400;border-style:solid;border-width:2px 2px 2px 2px;border-color:#C6A242;border-radius:5px 5px 5px 5px;padding:10px 20px 10px 20px;}.elementor-22799 .elementor-element.elementor-element-1a32de1.elementor-element{--align-self:flex-end;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-22799 .elementor-element.elementor-element-fd6179d{padding:0px 0px 0px 20px;}@media(min-width:768px){.elementor-22799 .elementor-element.elementor-element-242e53d{--width:40%;}.elementor-22799 .elementor-element.elementor-element-72cf79a{--width:32%;}}@media(max-width:1024px) and (min-width:768px){.elementor-22799 .elementor-element.elementor-element-69574ff{--width:100%;}.elementor-22799 .elementor-element.elementor-element-f9990c4{--width:36.393%;}.elementor-22799 .elementor-element.elementor-element-242e53d{--width:100%;}.elementor-22799 .elementor-element.elementor-element-72cf79a{--width:100%;}}@media(max-width:1024px){.elementor-22799 .elementor-element.elementor-element-f9990c4{--flex-wrap:wrap;}.elementor-22799 .elementor-element.elementor-element-242e53d{--flex-wrap:nowrap;}.elementor-22799 .elementor-element.elementor-element-877b70b{font-size:14px;}.elementor-22799 .elementor-element.elementor-element-72cf79a{--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22799 .elementor-element.elementor-element-1a32de1.elementor-element{--align-self:center;}.elementor-22799 .elementor-element.elementor-element-1a32de1 .elementor-button{padding:10px 25px 10px 25px;}.elementor-22799 .elementor-element.elementor-element-fd6179d.elementor-element{--align-self:flex-start;}}@media(max-width:767px){.elementor-22799 .elementor-element.elementor-element-f9990c4{--justify-content:space-between;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22799 .elementor-element.elementor-element-72cf79a{--width:100%;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22799 .elementor-element.elementor-element-72cf79a.e-con{--align-self:flex-start;}.elementor-22799 .elementor-element.elementor-element-1a32de1{margin:2px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-22799 .elementor-element.elementor-element-1a32de1.elementor-element{--align-self:center;}.elementor-22799 .elementor-element.elementor-element-1a32de1 .elementor-button{font-size:15px;border-width:2px 2px 2px 2px;padding:10px 20px 10px 20px;}.elementor-22799 .elementor-element.elementor-element-fd6179d.elementor-element{--align-self:flex-start;}}\/* Start custom CSS for container, class: .elementor-element-69574ff *\/@media screen and (max-width:768px){\n        .elementor-4168 .elementor-element.elementor-element-f9990c4 {\n        width: 100% !important;\n    }\n    .elementor-4168 .elementor-element.elementor-element-df0a225{\n        width:100% !important;\n    }\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22861 post-22861 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> In September we will become happy parents. What we are wondering is if there is any prayer we can perform for the newborn. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for contacting us. There are several general prayers that can be used in connection with childbirth. Here are some examples: &#8220;Rabbi hab li milla dunka dhurriyyatan tayyibatan innaka sami ud-dua&#8221;. Translation: &#8220;My Lord, grant me a pure offspring! You are the Hearer of prayer.&#8221; (Quran, 3:38)   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/prayer-for-future-children\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22884 post-22884 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 26, 2009\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I had a question about zamzam. Some say that you should give zamzam to newborns. Is that true? I understand that it is okay to give zamzam until the child is a few weeks old. But should you give it the day the child is born, I am very unsure? From what I have read, it is important that a newborn only gets milk from the mother, especially at the beginning, if the child gets anything else it can in a way ruin breastfeeding. It can cause the child to lose the desire for breast milk. I am a little confused, you hear so many stories that you should do this and that. If you can answer whether it is something healthy or not, that would be great.       <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIt&#8217;s just nice that you ask. It&#8217;s important to ask about things in Islam that you&#8217;re unsure about.\nThe Quran is in Arabic because it was revealed in Arabic, which was the language of the Prophet (peace be upon him), just as other holy books were revealed to prophets in their respective languages. Moreover, Arabic is a language that is quite rich with several variations of different words, unique inflections, concepts, etc.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/tahnik-for-the-newborns\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22869 post-22869 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is the best way for a Muslim, who is interested in his religion (but is busy with university studies, and lacks teachers, or teachers who have time), to learn about his religious duties? Is it obligatory for every religious person to read many Islamic texts? Is it wrong if one likes to examine evidence\/sources [p. valid rulings] closer, as this entails increased conviction and higher ambitions?  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThe obligation to a morally responsible Muslim is to use his efforts to learn what is obligatory for him to know, and includes: &#8216;aqida (statements of faith), purification, prayer, fasting, buying and selling and everything that affects him because of his profession or work, such as being a doctor. If he does not learn this, he is sinful. The purpose of making this obligatory is to make one&#8217;s worship and work valid through [p. the knowledge of] its constituents and conditions. Acquiring knowledge beyond this is a sunnah. And let it also be said that the acquisition of knowledge about the obligatory is not limited to reading a text or a book. It is possible that one will get answers to one&#8217;s questions about the obligatory knowledge, such as questions about &#8216;aqida or about a ruling that affects one&#8217;s personal worship or work. The best way, however, to understand the rulings is to attend knowledge-based fiqh courses regularly, taught by a qualified person.      \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/what-knowledge-is-mandatory-to-acquire\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22892 post-22892 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 31, 2011\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assalama-o-alaikom my question is if some parents forcefully put Quarn-e-Pak in their daughter's stomach and forcefully take half of it and marry her where her residence is, of course her parents know that she wants to marry someone else, then what is the law for this? And if the girl took half of it by pressing her hand in, what is the forgiveness for this, please forgive me. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for contacting us. There are several general prayers that can be used in connection with childbirth. Here are some examples: &#8220;Rabbi hab li milla dunka dhurriyyatan tayyibatan innaka sami ud-dua&#8221;.  Translation: \u201cMy Lord, grant me a pure offspring! You are the Hearer of prayer.\u201d (Quran 3:38)\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/%d9%82%d8%b3%d9%85-%da%a9%d8%a7-%da%a9%d9%81%d8%a7%d8%b1%db%81\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22859 post-22859 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 16, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The girl I'm going to marry uses her mother's name as her last name, how is this when you're going to do nikah and what is most correct, from what I've heard it's most common for children to have their father's last name, are there any exceptions here? And what's most common when a girl gets married and is going to change her last name, I've googled this a bit and it says that the girl shouldn't remove her father's last name and that this is a sin but how should I approach this when the girl doesn't use her father's last name at all? Hoping for an answer.  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThere is no requirement for girls, or boys, to have a surname after their father. A person&#8217;s full name can even be without a surname. In general, one can have an arbitrary name as long as it does not have a meaning that conflicts with the fundamentals of the Islamic faith.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/does-the-child-inherit-the-mothers-or-fathers-name\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23505 post-23505 qna type-qna status-publish has-post-thumbnail hentry category-other\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  March 19, 2013\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Can you explain a little bit about what Sharia is? In short, what is Sharia, where in the world is Sharia practiced, and is the Sharia that is practiced as it is described from a religious standpoint (does it have any basis in the Quran)? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tSharia is the divine law. It is a set of rules that God commands humans to live by. It makes clear to us what we should do and what we should not do, and its rules are intended to protect humans from evil and to make all aspects of their lives useful and enjoyable. Sharia is an all-encompassing expression of Allah&#8217;s will for both the spiritual and social lives of humans through commandments, prohibitions, or permissions.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/other\/what-is-sharia\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"10\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-81c2f30=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-81c2f30=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-81c2f30=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<span class=\"page-numbers dots\">&hellip;<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-81c2f30=10\"><span class=\"elementor-screen-only\">Page<\/span>10<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-81c2f30=2\">Next<\/a>\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261552\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261552\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-6e8c855 e-con-full e-flex e-con e-child\" data-id=\"6e8c855\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a28e9d6 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"a28e9d6\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23023 post-23023 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 8, 2009\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aslam u alaikum! I am a 16 year old girl and have wondered about this question for quite some time, but never dared to ask \"uncleji\" (imam). I actually think it is easier to write it here on wim.no. My question is: Can you wear a necklace with aytalkursi on it in the bathroom and toilet? AND can you wear it when you are menstruating?.. A friend told me that she also wondered about it once, she also asked her Quran teacher and he replied: As long as it is not visible, it is fine. This applies to the toilet. But she did not dare to ask about menstruation either.. She said it was a bit embarrassing. Hope you can answer it! Thanks in advance!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for submitting your question. In the name of Allah, the Most Gracious, the Most Merciful. May He bless His beloved Prophet Muhammad, peace be upon him, the best of creation. To understand the rank and nobility of the Quran, it is worth mentioning its description by the Creator Himself: &#8220;Nay, verily, this [the Quran] is a reminder, and whoever wills, let him commit it to memory, on honorable leaves, exalted and pure, by the hands of scribes, noble and pious&#8221; (Quran 80:11-16) While these verses define the etiquette for writing down the Quran, the following verse tells us about who is fit to touch it: &#8220;None shall touch it [the Quran] except the pure&#8221; (Quran 56:79) Regarding your question, the use of such a hanging ornament actually involves physical contact with the written verse of the Quran. Based on the above verses, and in order to maintain respect and reverence for the Quran, it will not be permissible to wear such a necklace during menstruation or in a state of major ritual impurity (janaba), be it a man or a woman for the latter. The same applies to wearing this necklace in the toilet, if the text of the verse is not covered.      And Allah knows best. M. Azhar Approved by Imam Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/is-it-permissible-to-wear-a-necklace-with-quranic-verses-during-menstruation\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22907 post-22907 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 22, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Zaid has a large number of prayers, which he makes up for five times a day. Is there any way for him to be released from this responsibility as soon as possible and avoid punishment from Allah? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tZaid has a large number of prayers, which he wants to make up as soon as possible. The easiest option according to Alahazrat Imam Ahmad Raza is: It is permissible for him in ruku and in each sujud that instead of reciting subhana rabbi yal azeem and subhana rabbi yal a&#8217;la three times, he can recite this only once. One should always remember that the recitation does not start until one has bowed completely and is in the ruku position. One should remain in this position until the last word, i.e. azeem, is said.    The same applies when doing sujud. One should always remember that recitation does not start until one is in the sujud position. One should remain in this position until one has said the last word, i.e. a&#8217;la. The second abbreviation can be done in the third and fourth rakahs of fard salah, where instead of surah al-Fatiha one can say Subhan Allah three times and do ruku. It is necessary that one stands straight and says Subhan Allah before going into ruku position. This option only applies in the third and fourth rakahs of fard salah. That option does not apply in witr (wajib salah). Then one should always recite surah al-Fatiha combined with another surah at the end.        The third shortening can be done in the last rakah after reciting attahiyyat or tashahhud. Instead of reciting the entire durood and dua, one can say Allahumma salli ala sayyidina Muhammad wa alihi and end the prayer. The fourth possibility is in the last rakah of witr. Instead of reciting the entire dua-e-qunoot, one can instead say rabbighfirli once or three times. (Fatwaa Razwiah, vol. 3, p. 622)     And Allah knows best. Translated by Javaria T source: www.islamicacademy.org\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Javaria T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/to-make-up-for-their-prayers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22914 post-22914 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"> How does one perform the prayer of hardship ?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAssalamu alaikum, Thank you for your inquiry. Both the Quran and the hadith contain numerous duas, which encourage us to ask Allah for everything we need. Allah (\u2018Azza wa jall) hears all our prayers and answers them, as He says in the Quran: \u201cWhen My servants ask Me, behold, I am near. I respond to the supplication of the supplicant when he calls upon Me. So that they may listen to Me and believe in Me, that they may be guided.\u201d (2:186) In another verse, Allah tells us how we can call upon Him: \u201cCall upon your Lord humbly in secret. Indeed, He does not like the transgressors.\u201d (7:55) In the hadiths below, dua (prayer) is described as follows: \u201cDua is ibadah, that is, a form of worship.\u201d (Ihya al-Uloom, Urdu, Vol. 1, p. 557, Dar-ul-Isha&#8217;at, Karachi) \u201cDua is the essence of ibadah.\u201d (ibid) &#8220;Ask Allah for His favor. For Allah loves to be asked of it. The best ibadah is to wait for prosperity.&#8221; (ibid) The fulfillment of dua has its prerequisites, so that one cannot be content with making dua alone in a difficult situation or in distress. The importance of performing the prayer, fasting in Ramadan, paying alms, etc. cannot be exaggerated in this context. Reciting the Quran regularly is also one of the best ways to fill one&#8217;s heart with joy, contentment, peace of mind and peace. It is in reality a great blessing, and the best wazifa. Not least, one must be careful to refrain from evil and acquire good. In this way, one will be able to strengthen one&#8217;s prayers, so that they are accepted and answered. Below is a short treatise of a prayer called salat al-hajah, i.e. the prayer of need. A big thank you goes to sister Javaria T. who has translated it for wim.no. It is highly recommended to explore it, and insha\u2019Allah it will be of great help, as it has been narrated from the Holy Prophet Muhammad (peace be upon him) himself. Abdullah ibn Abi Awfa (may Allah be pleased with him) reported: The Messenger of Allah (may Allah&#8217;s blessings and peace be upon him) said, &#8220;Whoever has a need from Allah or from a person, let him perform ablution properly and then pray two rak&#8217;ahs. Then let them glorify Allah and send blessings upon the Prophet (may Allah&#8217;s blessings and peace be upon him). Then let them say: Translation: There is no god but Allah, the Most Forbearing, the Most Generous. Glory be to Allah, the Lord of the Overwhelming Throne. All praise is for Allah, the Lord of the worlds. I ask You (Allah) for everything that leads to Your mercy, and Your overwhelming forgiveness, enrichment in all good, and freedom from all sin. Leave not any of my sins without being forgiven, and no worry except for that for which You have a solution, and no desire, which is to attain Your pleasure, without You having fulfilled it, You the Most Merciful!\u201d [Narrated by Tirmidhi and Ibn Majah. The hadith has a minor weakness. Such hadiths are directly followed in relation to good deeds (fada\u2019il al-a\u2019mal) by general agreement among traditional Sunni scholars] The supplication of need is very simple: The essence of it is to present one\u2019s need to Allah, the Most High, by performing the ritual ablution (wudu), praying two rak\u2019ahs (or four), and then supplicating to Allah wholeheartedly. It is preferable to use the above or another similar dua transmitted from the beloved Prophet (may Allah\u2019s blessings and peace be upon him). [Ibrahim al-Halabi, Sharh Munyat al-Musalli; al-Fatawa al-Hindiyya; Ibn Abidin, Radd al-Muhtar] The internal practice of dua involves showing our need and absolute submission to Allah, entrusting one\u2019s matter to Allah, and knowing that the only One who can provide and benefit us is Allah the Exalted. With this, one should be sure that Allah answers our prayers, but in the way He sees best for us. When circumstances do not allow us to pray two rak&#8217;ahs, one should still make dua to Allah, presenting one&#8217;s needs to Him, for He answers our dua and loves to be prayed to. May Allah Ta&#8217;ala reward you with what is best for you both in this life and in the hereafter, ameen. And Allah knows best. Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/the-prayer-of-need-salah-al-hajah\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22986 post-22986 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 29, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I need to know the detailed procedure for performing Salat-ul-Istikhara. I am a Hanafi, if that matters. <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWa alaikum assalam, The Istikhara prayer is very simple: One prays two rak&#8217;ahs whenever one wishes, but not during the time when it is not permissible to perform the prayer. Then the dua for istikhara is recited. It is best to recite it before sleeping, but it is not necessary. One should put aside one&#8217;s own opinions and perceptions about the matter and rather wait for a sign from Allah or wait for an indication of what should be done. If it is unclear, it is recommended to repeat the istikhara prayer and dua seven times. Shaykh Nuh Keller mentioned that the more times one performs the istikhara prayer, the clearer the answer will be. He prays for everything that may be important, and also for things that one did not think were necessary to do istikhara. If one comes up with situations where one does not have the opportunity to pray, one should deal with dua alone. This is something that menstruating women should also do.         The great Hanafi scholar and hadith expert from Aleppo, Shaykh Abdullah Siraj al-Din, mentioned in his book regarding the virtue of prayer and which is performed by Sufis, including Shaykh al-Akbar Muhiyyuddin ibn al-Arabi (may Allah sanctify his secret), to perform the isthikhara prayer at the beginning of the day, after sunrise, so that Allah can guide them correctly throughout the day and keep them away from committing sins. We ask Allah to grant us useful knowledge and success so that our way of being is loved by Him and to follow the footsteps of His beloved Prophet Muhammad (peace be upon him). Translated by Javaria T. source: sunnipath.com\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Javaria T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/istikhara-prayer-prayer-for-guidance\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22925 post-22925 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 12, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam I was wondering if you can combine the prayers if you don't have time to pray all of them at the right time? For example, I have trouble praying isha because sometimes I'm tired and need sleep since I have to go to work early the next day. Then I was wondering if I can pray isha at the same time as maghrib? Another question is whether isha can be done at 3 am? I heard that this can't be done after 12 noon, but as long as it's before fajir, then it should be fine. Thanks     <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAssalamu alaikum, Thank you for your inquiry. There is a difference of opinion among the scholars on the issue of combining prayers. According to Imam Abu Hanfia (may Allah be pleased with him), it is not permissible to pray two different prayers one after the other, unless the time for the subsequent prayer comes immediately after the first prayer is performed. His opinion is based on the following verse of the Quran: Indeed, prayer is enjoined upon the believers as an ordinance at specified times.    (4:103) According to this verse, it is a prerequisite that one prays within the specified time for the prayer to be valid. The exception to this rule is during the Hajj, that is, the pilgrimage. Zuhr and Asr can be prayed together at the Zuhr time on the Day of Arafat, while Maghrib and Isha can be prayed together at the Isha time in Muzdalifah. [Kitab al-Fiqh (Urdu translation of al-Fiqh ala al-Mazahib al-Arbah), volume 1, pages 785-6, Mehkama Auqaf Punjab, Lahore] Isha time in principle extends until the time for fajr begins. It can be delayed until midnight (by midnight it is usually meant the middle of the time between sunset and sunrise, and NOT necessarily 12 o&#8217;clock), but it is not recommended to postpone it until after midnight. Especially in the summer when there are short nights, it is recommended to pray Isha as early as possible. (Imdad al-Fiqh, p. 58, Dar al-Salam Cairo)       And Allah knows best. Wassalam Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/is-it-permissible-to-combine-prayers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22992 post-22992 qna type-qna status-publish has-post-thumbnail hentry category-prayer-salah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 20, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam, Can one read namaz with eyes closed? I feel that I concentrate better with eyes closed. jazakallah khair. U. Khalid   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t In principle, it is makrooh (disliked) to close your eyes during prayer. However, it is permissible according to need. For example, if there is something in front of you that may be distracting to look at (Kitab al-Fiqh, 1\/437), or if it is difficult to concentrate with your eyes open [Bahar-e-Shariat according to Durr al-Mukhtar and Radd al-Muhtar, 1\/245, Maktaba Alahazrat.   And Allah Ta&#8217;ala knows best. Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/prayer-salah\/closing-your-eyes-during-prayer\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"12\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-a28e9d6=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a28e9d6=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a28e9d6=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a28e9d6=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a28e9d6=5\"><span class=\"elementor-screen-only\">Page<\/span>5<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-a28e9d6=2\">Next<\/a>\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261553\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261553\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-e481564 e-con-full e-flex e-con e-child\" data-id=\"e481564\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-94417d0 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"94417d0\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23064 post-23064 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 30, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Many brothers send questions via e-mail regarding shaking hands with women in professional settings, saying that not doing so will harm or hinder their ability to function. Perhaps they will not be hired, promoted, or accepted into professional fields (such as the legal profession) where Muslim presence is required. I checked what some prominent traditional fuqaha [Islamic jurists], including those from Pakistan and some of my teachers in Damascus, had to say, and they are very firm in their views. However, the brothers who have asked say that such answers are based on little understanding of \u201cWestern realities.\u201d They say that it is not possible to function in a Western professional work environment without shaking hands with women. What would you answer and advise regarding this issue, Sayyidi?      <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAssalamu alaykum In the name of Him who inspires truth! No, it is not permissible to shake hands with the opposite sex at all. There are many narrations from the Prophet (peace be upon him) where he never shook hands with any woman, despite his status as a prophet. All the allegiance [bay\u2019ah] he took was either without holding hands or with a piece of cloth tied around it. He explicitly informed the women when they extended their hands to him that he did not shake hands with women. [See Muhammad Ibn Sa&#8217;d, The Women in Madina, Chapter 1: The manner in which the Messenger of Allah received women&#8217;s allegiance] Consequently, we cannot find anything to go on to change this rule. Many non-Islamic professions are prevalent in the business and commercial world. We are constantly asked whether it is permissible to sit at the same table as a client where alcohol is served; whether it is permissible to hold private meetings with women behind closed doors without a third person present, performing zuhr instead of jumu\u2019ah if one is busy with meetings when it is time for khutbah; taking off the hijab to seek employment; shaving the beard for such reasons and so on; not to mention interest-based loans. This list is endless. So, how can a person want to be assimilated, and sell the afterlife for something that is short-lived, the life on earth. Yes, certain fatwas (legal rulings) are to be found on these matters from so-called scholars. Much of the religion has already been put at stake. We know of a mosque in a city in California where \u201cIslamic Dating\u201d is being promoted. Their practice is supported by seemingly convincing logical arguments that sound very attractive, but how far can one take the matter, and how much of the religion will remain if this course continues to be followed?              No one has said that following religion in the 21st century is easy; whether one is in a Muslim country or in the West. Did not the Prophet (peace be upon him) say that there will come a time when a person who follows his religion will be like one holding on to a burning coal, and did he not say that this world is a prison for a believer and a paradise for a non-believer? One must remember that through perseverance and abstinence from sin [sabr ani&#8217;l-ma&#8217;siyah] there are great rewards to be earned, despite the apparent financial or similar losses one may incur in this world.    The average American and Westerner [since shaking hands with a woman is a bigger issue in America and the West] is usually very understanding and attuned to other people&#8217;s religious requirements. If informed in a polite manner, they will normally act with understanding and are prepared to be more accommodating.  If scholars start offering caution and tolerance for certain matters that are strictly clarified in the Shari\u2019ah by excusing themselves that we live in modern times, how will the original rulings in these matters be renewed? Sunnah and correct customs will be lost forever and innovations will take over. Those who try to adhere to the correct rulings of the Shari\u2019ah in these matters will feel isolated and weak.   Therefore, it must be emphasized that the traditional jurists who are unable to give discretion in such matters do not do so out of narrow-mindedness or ignorance. It is only to keep the religion intact and complete. Yes, if someone in certain situations is forced to act contrary to the Sunnah, it is a personal problem where tawba [repentance] should be made.   Allah will guide whoever fears Him, and He knows best.  Translated by Khudija Mahmood, source: sunnipath.com\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khudija Mahmood\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/shaking-hands-with-the-opposite-sex-is-haram-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23031 post-23031 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 2, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I have a question about wireless internet. Would it be wrong for me to use another network without telling them? With today's wireless capabilities on laptops, you can easily connect to another wireless network (if they haven't locked it) without actually doing any significant harm to the owner. But would it still be wrong?   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWaleikum assalam wa rahmtaullah, I hope that you are well and in the best of health and good spirits. May Allah grant you goodness and success in this life and the next. The legal basis for this in Shariah is that one cannot make use of another&#8217;s property without their permission. This permission can be given explicitly or implicitly. In most countries, no such implicit permission is given for strangers to use people&#8217;s private wireless networks. In fact, this is quite often against the law, and is generally perceived as unethical as studies have shown.      When there is no explicit permission to use another&#8217;s property, a Muslim is religiously obligated to exercise caution, because it is another&#8217;s property and it is not permissible to use their property without explicit or clear implicit permission. [al-Bahr al-Ra&#8217;iq, 8:209 from Abu al-Layth al-Samarqandi&#8217;s &#8216;Uyun al-Masai&#8217;l; al-Fatawa al-Hindiyya, 2:290 from al-Muhit; Ibn Abidin, Radd al-Muhtar, 4:285 (&#8216;Illmiyya ed.) from Sharh al-Wahbaniyya and al-Khaniyya] The basis of this issue is the words of the Prophet of Allah (peace be upon him): &#8220;The property of a Muslim is not permissible to take without their permission&#8221; [narrated by Ahmad, and others] And Allah alone grants success.  Translated by Omar T, source: sunnipath.com\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Omar T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/using-someone-elses-wireless-network-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23117 post-23117 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  July 11, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">If you were teaching a class of both female and male youth who are from Muslim backgrounds, would it have been acceptable to teach them even if one or two of them were adults and did not wear the hijab? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWalaikum assalam I hope you are in good health and in good spirits. This follows the ruling of enjoining good and forbidding evil. The essential reason for enjoining good and forbidding evil is to increase good and reduce evil. This should be done after clear thinking and careful consideration of the situation and of the possible outcomes. Until one is certain that one\u2019s words or actions are beneficial (at least confirming the truth, even if it is not heard) and without harm, one should not act. The scholars draw this from the saying of the Prophet (peace and blessings of Allah be upon him): \u201cWhoever believes in Allah and the Last Day, let him say what is good or remain silent.\u201d [Bukhari and Muslim] Imam Nawawi (may Allah be pleased with him) said; Every legally responsible person should refrain from speaking except when there is a clear benefit from speaking. When speaking and not speaking are equally beneficial, it is Sunnah to remain silent, because permissible speech easily leads to what is unlawful and provocative, which in fact happens most of the time, and it is no substitute for safety. The Prophet (peace and blessings of Allaah be upon him) said: \u201cWhoever believes in Allaah and the Last Day, let him speak what is good or remain silent.\u201d This Hadeeth, whose authenticity is agreed upon by Bukhari and Muslim, is an explicit legal text indicating that a person should not speak if what he is going to say is not good, i.e. its benefit is clear and evident to him. When there is doubt as to the benefit of speaking, one should not say anything at all. Imam Shafi (may Allah be pleased with him) said: &#8220;One should first think about the matter, and if one is benefited by speaking, one should speak, but if one doubts, one should remain silent until the benefit becomes clear. [Nawawi, al-Adhkar as translated by Shaykh Nuh Keller, Reliance of the Traveller, r.1.1] The Most Important of the Rules Enjoining Good and Forbidding Evil Enjoining good and forbidding evil is one of the most important Islamic duties. The Prophet (peace and blessings of Allah be upon him) warned us, &#8220;Enjoin good and forbid evil or Allah will make the worst of you rule over the best of you, and the best of you will displace Allah and be left in uncertainty.&#8221; Scholars believe that enjoining good and forbidding evil is obligatory if one believes that the person will listen. However, if one believes that the person will not listen, it is recommended. However, if greater harm or a worsening of the situation is feared, it is better (even obligatory in some cases) not to speak. something, because one lawfully chooses the lesser of two evils. It would be obligatory, however, to hate evil in one&#8217;s heart. With this, if it is going on in one&#8217;s presence (something like listening to unlawful speech) it would be obligatory to leave if stopping (for example, discreetly changing the subject) the conversation is not possible. Likewise, if a sister is not covered properly, one cannot allow oneself to look at her hair or limbs. Likewise, if a brother is wearing very tight trousers, one cannot look at the (very tight) area between the navel and the knees. Sayyidi Abd al-Ghani al-Nabulsi (may Allah be pleased with him) warns that the general prophetic in enjoining good and forbidding evil is to do so in a discreet, non-specific manner, in order to spare the honor and feelings of the wrongdoer as much as possible. [from Sharh al-Tariqa al-Muhammadiyya, Sayyidi Abd al-Ghani al-Nabulsi; Radd al-Muhtar, Allama Ibn Abidin; al-Hadhr wa&#8217;l Ibaha, Shaykh Khalil al-Nahlawi] Waleikum assalam Translated by Azim Qureshi, source: sunnipath.com\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Azim Qureshi.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/how-to-command-good-and-forbid-evil-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23032 post-23032 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 20, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assalamu alaikum. I would like to know if it is permissible to go to the cinema? Lisa  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn the name of Allah, the Most Gracious, the Most Merciful! Going to the cinema cannot be without things that are disliked or simply forbidden in Islam, including: &#8211; looking at naked or semi-naked pictures of women and\/or men &#8211; erotic and\/or sexual scenes &#8211; music, which according to most scholars is haram to listen to These are things that are a common denominator for all cinemas. Therefore, it is impossible to find a cinema that does not show films that contain this type of morally destructive things. From this it is clear and obvious that going to the cinema is hardly forbidden in itself. One can go to the cinema to watch a film that has a good message and sensible teachings. The prerequisite is that it is free from all that is unlawful. Since this is almost completely impossible, it is usually concluded that it is not permissible to go to the cinema. For it is a general rule in Islam that in addition to something being forbidden, everything that can lead to the forbidden is also forbidden or discouraged. So that one has the least possible risk of ending up in the forbidden. It is not that one has no leisure activities in Islam, or that one should not have fun. Islam is for sensible games and leisure activities that serve one&#8217;s physical health and\/or common sense, and is against everything to the contrary. And Allah knows best. Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/going-to-the-cinema\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23071 post-23071 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 12, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What does Islam say about interest and loans?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t&#8220;O you who believe, fear God and forgive usury, if you are believers. If you do not, then war has been declared upon you from God and His Messenger. But if you turn back, then you may keep your original capital. Do not wrong, and you shall not be wronged. If anyone is in difficulty, then give respite until things improve. But to forgive as a gift is best for you, if you but knew.&#8221; [2:278-80]\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Azhar M \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/what-does-islam-say-about-interest-and-loans\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23063 post-23063 qna type-qna status-publish has-post-thumbnail hentry category-the-lawful-and-the-unlawful\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 30, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Many brothers send questions via e-mail regarding shaking hands with women in professional settings, saying that not doing so will harm or hinder their ability to function. Perhaps they will not be hired, promoted, or accepted into professional fields (such as the legal profession) where Muslim presence is required. I checked what some prominent traditional fuqaha [Islamic jurists], including those from Pakistan and some of my teachers in Damascus, had to say, and they are very firm in their views. However, the brothers who have asked say that such answers are based on little understanding of \u201cWestern realities.\u201d They say that it is not possible to function in a Western professional work environment without shaking hands with women. What would you answer and advise regarding this issue, Sayyidi?      <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo, it is not permissible to shake hands with the opposite sex at all. There are many narrations from the Prophet (peace be upon him) where he never shook hands with any woman, despite his status as a prophet. All the allegiance [bay\u2019ah] he took was either without holding hands or with a piece of cloth tied around it. He explicitly informed the women when they extended their hands to him that he did not shake hands with women. [See Muhammad Ibn Sa&#8217;d, The Women in Madina, Chapter 1: The manner in which the Messenger of Allah received women&#8217;s allegiance]    \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khudija Mahmood\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/the-lawful-and-the-unlawful\/shaking-hands-with-the-opposite-sex-is-haram\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"15\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-94417d0=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=5\"><span class=\"elementor-screen-only\">Page<\/span>5<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=6\"><span class=\"elementor-screen-only\">Page<\/span>6<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=7\"><span class=\"elementor-screen-only\">Page<\/span>7<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=8\"><span class=\"elementor-screen-only\">Page<\/span>8<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=9\"><span class=\"elementor-screen-only\">Page<\/span>9<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-94417d0=10\"><span class=\"elementor-screen-only\">Page<\/span>10<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-94417d0=2\">Next<\/a>\t\t<\/nav>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261554\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261554\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-dd3e345 e-flex e-con-boxed e-con e-child\" data-id=\"dd3e345\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a1113d4 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"a1113d4\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22659 post-22659 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 22, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assalaam alaikum, Shaykh, my question is regarding sisters. If one\u2019s sister is unmarried and due to her picky nature, it seems unlikely that she will get married in the near future, does the responsibility regarding her welfare lie on her father\u2019s shoulders? Considering that she is actually in her mid-30s and her father is in his mid-60s. She works and socializes as she wishes, but she is punctual in her salah (prayer) etc. And I know for sure that she only socializes with her Muslim sisters. The fact that she has refused all the marriage proposals makes my father sinful and the sin in return will fall on me, her younger brother (but the elder of two brothers).Also, I intend to study abroad, the responsibility for my sister will fall on my head if my father passes away, considering the independent nature of women (my sister most definitely included) in the West. For example, I am almost certain that she would not travel abroad with me, and I would probably not be able to afford it (as I am married myself). Shaykh, sorry for the awkward way I have written my question, it is more of a request for advice than a formal question. In any case, thank you for taking the time to consider and hopefully offer a solution to my situation.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn the name of Allah, the Most Gracious, the Most Merciful. Dear brother, Refusing marriage: Your sister&#8217;s refusal to marry is not a sin. Nor is your father to be held responsible if his daughter refuses to marry. Nor is there any sin on you if your sister refuses to marry. That is her prerogative.\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khudija Mahmood\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/responsibility-towards-women\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23224 post-23224 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 30, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A woman had her monthly bleeding, which lasted only one day. After this, she has white discharge that lasts only one day. Often she has bleeding that lasts one or two days. Based on this, she does ghusl. However, since she still assumed that her bleeding might start again, she waited until the end of the prayer time before performing ghusl. By chance, she missed this prayer. Two days later, the bleeding started again, which lasted six days. Considering that her period of purity between these bleedings did not last fifteen days at a time, she counted it as a period of bleeding of ten consecutive days, should she make up her prayers? Secondly, considering that she has had a period of bleeding for ten days, during which she has made up the prayers (qada) for two days, can these prayers be included? She made up (i.e. made up) her prayers during these days, as she did not know that her period was not completely over.         <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tTo answer this question and other questions related to menstruation, one must know the basic principles of menstruation. Namely: 1. The minimum menstrual period is three days. This means that if the bleeding stops for less than three days, it will not be considered menstruation.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Javaria T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/menstruation-irregular-periods\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23215 post-23215 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 2, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I would like to know what kind of obligations a husband has towards his wife in terms of providing her with separate accommodation. This husband allows his wife to live with his family, which results in her having to share all the household facilities with the rest of his family (kitchen, bathroom). This causes many problems for his wife and she also has no privacy. The husband has the opportunity to provide her with her own accommodation and facilities, but he does not. The wife is having a hard time. Can you please explain from outside the Hanafi school of law how this problem can be resolved? I have heard that Hanafi scholars have guidelines in this area, where it is reported that one's wife has the right to her own accommodation. Is this true?       <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tSharia has given certain rights to a husband and similarly wives have certain rights. Spouses often fail each other in giving each other their rights. This often leads to conflicts and sometimes marriages break up.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Javaria T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/a-wifes-right-to-separate-housing\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23218 post-23218 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 21, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I recently received the following from someone who is trying to follow the religion sincerely but does not know how to respond to this. I would greatly appreciate your help. May Allah reward you all immensely for all that you do for the ummah: I came across this hadith and was very saddened: Narrated Ibn \u2018Abbas: The Prophet (peace be upon him) said: \u201cI was shown the Fire of Hell and the majority of its inhabitants were ungrateful women.\u201d It was asked, \u201cDo they not believe in Allah?\u201d (or are they ungrateful to Allah?) He replied, \u201cThey are ungrateful to their husbands and ungrateful to the kindness and good (charitable good deeds) done to them. If you always do good (deeds) to one of them, and if she sees something in you (that she does not like), she will say, \u201cI never received any good from you.\u201d Sahih Bukhari, Volume 1, Book 2, Number 28 Throughout their lives, women tolerate injustices from their husbands. 99% of women are treated like slaves. Islam does not allow women to complain, or react against the injustices committed by their husbands, or misbehave with them, as they do. If women do any of this, Hellfire will be their destiny!! Please comment.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tDear Questioner, I pray that you are in good health and iman. The Hadith literature is a rich and fascinating glimpse into the life of the Prophet (peace be upon him). One of the most incredible aspects of this literature is the fact that many women took part in the preservation and transmission of the Prophet&#8217;s legacy.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Javaria T\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/more-women-than-men-in-hell\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23246 post-23246 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 28, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assalamu alaikum, I wanted to get clarification on the explanation given by Shaykh Nuh regarding the proof for wearing the hijab. This is a topic that has been debated a lot since the hijab ban in France and I am now unsure where the claim comes from. Assalamu alaikum, I wanted to get clarification on the explanation given by Shaykh Nuh regarding the proof for wearing the hijab. This is a topic that has been debated a lot since the hijab ban in France and I am now unsure where the claim comes from. Shaykh Nuh writes: \u201cThere is no other lexical meaning in which the word khimar can be constructed. The wording that is commanded, however, and that they should draw their head coverings over their chests, sometimes confuses those who are not specialists in the science of the Qur\u2019an, and indeed, interpreting the Qur\u2019an sometimes requires a deep knowledge of the historical circumstances surrounding the various verses that were revealed. In this case, the elliptical form of the divine command is because the women who lived at the time of the revelation wore head coverings tied behind their necks, as some village women still do in Muslim countries, leaving the front of the neck uncovered, as well as the opening (Ar. singular jayb, plural juyub, translated as \u201cbreast\u201d in the verse above) at the top of the garment. The Islamic revelation confirmed the practice of covering the head, understood from the use of the word khimar in the verse, but also explained that the tradition of that time was not sufficient and therefore the women tied the head covering in front and let it cover down to hide the neck and the opening of the garment at the top.\u201d I am a little confused as to how the wording used in these individual verses is considered an order. My previous understanding regarding the evidence for hijab was that the specifics of the order came from the hadith in Abu Dawood regarding the Prophet (peace be upon him) emphasizing to Asma that only the face and hands should be shown. Could you please clarify what makes the wording\/grammar in the verses referenced above that makes them evidence for the wearing of hijab obligatory? I am not sure how the word \u201ckhimar\u201d alone is used as evidence that hijab is required.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn the name of Allah, the Most Merciful, the Merciful. Praise be to Allah. May the peace and blessings of Allah be upon our beloved Prophet. Dear sister, The commandment of hijab is obvious when we examine the grammatical structure of this verse: \u0625\u0650\u0644\u0627\u064e\u0651 \u0645\u064e\u0627 \u0638\u064e\u0647\u064e\u0631\u064e \u0645\u0650\u0646\u0652\u0647\u064e\u0627 \u0648\u064e\u0644\u0652\u064a\u064e\u0636\u0652\u0631\u0650\u0628\u0652\u0646\u064e \u0628\u0650\u062e\u064f\u0645\u064f\u0631\u0650\u0647\u0650\u0646\u064e\u0651 \u0639\u064e\u0644\u064e\u0649 \u062c\u064f\u064a\u064f\u0648\u0628\u0650\u0647\u0650\u0646\u064e\u0651  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khudija Mahmood\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/regarding-the-general-explanation-of-the-verse-about-hijab\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23235 post-23235 qna type-qna status-publish has-post-thumbnail hentry category-women\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salaam aleekum I'm wondering what rules apply after a miscarriage. Are they the same rules that a woman follows after a normal birth? For example, the 40 days and such? Does it matter how far along a woman was before the miscarriage?    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. The same rules apply to miscarriage as to normal birth. It does not matter how far along the woman is before the miscarriage occurs. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/women\/miscarriage-and-impurity\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"4\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-a1113d4=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a1113d4=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a1113d4=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-a1113d4=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-a1113d4=2\">Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261555\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261555\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-1e7e585 e-flex e-con-boxed e-con e-child\" data-id=\"1e7e585\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb12ffe elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"fb12ffe\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23281 post-23281 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  October 17, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Can you have sex with your wife after her period has ended, but before she has taken a shower? What if her period ends a few days earlier than normal. What then? Thank you.   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAll praise belongs to Allah, the Almighty. Peace and blessings be upon Prophet Muhammad, the last of the prophets, and may God be pleased with all the followers of Prophet Muhammad (peace and blessings of Allah be upon him) and his progeny. Thank you for submitting your question. Regarding intercourse after menstruation, it is important to consider the following: If menstruation ends after ten days, which is the maximum menstrual period, then there is no problem in having intercourse with one&#8217;s wife before she has performed ghusl (shower\/bath).\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/intercourse-after-menstruation\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23278 post-23278 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  October 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">salam o'alaikom Sometimes when I finish praying when I check below I find some mist like deposit on the tip of my private part, do I have to do wudu again and do the salat again or should I just do wudu for the new salat. Jazakom Allahwakhair <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. Since this happens irregularly as you describe in your inquiry, there are two scenarios: 1. That it happens before or during salah 2. Or after salah  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/me-gjwudu-puddle\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23284 post-23284 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  October 29, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">salam o3alaikom I have a question about ghusl, I know that you should start with wudu first, then ghusl comes. but when I do ghusl and I have gas in my stomach and I let it out, do I have to do wudu and ghusl again or should I finish ghusl and just do wudu again. Then I have another question. every time I wake up I find something in my underwear but I'm not sure if it's Mani, Madhi or Wadi so it always ends up with me doing ghusl, and sometimes I find it quite tiring. I apologize for the way I've written it, but I hope dear brothers that you can answer me on this. wasalam o3alaikom      <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for submitting your question. Wudu before ghusl is not necessary, but rather a sunnah. One does not need to repeat wudu after ghusl, regardless of whether one has performed wudu before ghusl or not, unless one has done something that invalidates wudu. In other words, ghusl is valid even if one has not performed wudu before it, or if one releases air from one&#8217;s stomach during ghusl.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/wudu-ghusl-and-madhi-wadi\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23282 post-23282 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 10, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hi, I have a question regarding sexual intercourse within Islam. I am wondering if as a girl I have to make myself clean (pak\/tahir) in the same way after sexual intercourse as after menstruation? or is there a difference, or is there something else I also have to do in addition? Another thing I was wondering was, do I need to become clean (pak\/tahir) after intimate activity in the genitals, but without sexual intercourse taking place? [The italics are an adapted rewording of the original text]    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t Thank you for your inquiry. Ghusl is obligatory if one or more of the following conditions are present: Ejaculation that occurs only due to shahwah (sexual desire), and not for any other reason. This applies both in the form of a &#8220;wet dream&#8221; or in a waking state. There is no distinction between men and women here.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/same-rule-for-intercourse-as-for-menstruation-ift-ghusl\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23276 post-23276 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  December 11, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is the quickest way to perform ghusl while fulfilling all the requirements related to purification? I am talking about ghusl which is required for intercourse, menstruation, etc. Thank you  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tGhusl (ritual shower) becomes obligatory on three occasions: After sexual intercourse, whether it leads to ejaculation\/orgasm or not. After ejaculation\/orgasm that occurs due to sexual desire. At the end of menstruation and postpartum period.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Mohammad Juned\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/complete-ghusl-in-steps\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22811 post-22811 qna type-qna status-publish has-post-thumbnail hentry category-ritual-purification\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  December 16, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why do we have to trim our pubic and armpit hair? Do we have to continue to do so? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAl-Salam `alaykum, The hair in the lower abdomen and below the elbows should be removed. It is disliked to let it grow until it becomes long. It is recommended to do this on a weekly basis, ideally on Fridays (before the Friday prayer). Extending this to at least once every 15 days is not disliked, but beyond this is blameworthy, and later than 40 days is sinful. (Tahtawi, Hashiyat al-Tahtawi &#8216;ala al-Maraqi al-Falah)     \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:   M. Azhar\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/ritual-purification\/why-trim-meat\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"2\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-fb12ffe=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous<\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-fb12ffe=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-fb12ffe=2\"> Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261556\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261556\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-6d9a7fc e-flex e-con-boxed e-con e-child\" data-id=\"6d9a7fc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82895a2 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"82895a2\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23306 post-23306 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 2, 2011\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam. I work in Sogn&amp;Fjordane. Should I follow Oslo? The days here are extremely long in August. Is there any disp. that I can follow Saudi A?     <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. We recommend that you follow local times for both prayers and fasting to the extent possible. If the area you are in (Sogn og Fjordane) is not significantly different from Oslo in terms of sunrise and sunset, you must fast according to local dawn and sunset.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/lent-outside-oslo\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23339 post-23339 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 23, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hi. I was fasting but broke it when my wife and I started having fun. I have heard of kaffara but what is it?  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. The answer depends on what you mean by &#8216;cozy&#8217;. If you have broken your fast through sexual intercourse, you must both make it up (make qada) after Ramadan and make amends for it, i.e. kaffarah. Kaffarah is fasting for two consecutive months. If you fail to fast for one day during these two months, you must start over again.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/ruined-the-fast-with-a-cuddle\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23316 post-23316 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 1, 2011\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam o alaikum warehmatollah. In Maraqi `l Sa`adat by Abu`l Ikhlas al Shurunbulali it says the following about breastfeeding and fasting: \"A pregnant women or nursing woman, with the condition for each that she have a legitimate fear (note 1) for the baby or for herself is exempted from fasting in Ramadan\" Note 1: For the sick person, pregnant woman, and nursing woman, the condition for permissibility of breaking the fast is not simply a delusion of potential harm, but rather a legitimate fear, recognized by the Sacred Law. This entails either (1) past experience, even if of someone else with the same illness (2) an obvious sign of potential harm, or (3) an opinion of a qualified Muslim physician who does not sin in public. The same would apply for a healthy person who has a legitimate fear, based on one of the above indications of becoming ill (Tahtawi2: 355, Durr 2: 116). Ibn Abideen adds that if one were to break the fast without one of the above indications, then he would have to perform expiation while most people are unfortunately completely unaware of this ruling (Radd: 2:116) In Imam Nawawi's book al \u2013 Maqasid it is simply stated: Breast-feeding women who apprehend harm to herself can omit fasting. We do not have the opportunity to ask a qualified Muslim doctor who is knowledgeable in Sharia. We have asked previously, and it does not seem that the person concerned cares at all about Sharia rules and would prefer that one not fast at all.       <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. Mashallah, you have gone into this matter thoroughly and included some of the most important references in this issue. I believe the answer lies in your question. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/fear-of-illness-due-to-fasting\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23332 post-23332 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 18, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salaam ale kum. We are some girls who have been discussing a bit about what is permissible and not permissible while fasting. But there was one thing that we could not find an answer to. Is it permissible to kiss when fasting?   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for contacting us! Kissing who? I assume you mean your spouse. Yes, it is permissible to kiss your spouse while fasting provided that you have control over yourself and your emotions, so that it does not lead to sexual intercourse or something that invalidates the fast.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/kissing-while-fasting\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23326 post-23326 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 20, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is the main reason why we fast? Siddique <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAll praise belongs to Allah, the Almighty. Peace and blessings be upon Prophet Muhammad, the last of the prophets, and may God be pleased with all the followers of Prophet Muhammad (peace and blessings of Allah be upon him) and his progeny. Thank you for your question. That was a big question in a short sentence. Below, insha&#8217;Allah, we will try to understand why we fast.   And Allah alone grants success. Fasting is one of the five pillars of Islam. This speaks volumes about its importance and central place in Islam. The commandment to fast is stated in the Quran in the following words:  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/the-purpose-of-fasting\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23290 post-23290 qna type-qna status-publish has-post-thumbnail hentry category-fasting-and-ramadan\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 29, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aslama_o_ ALikum I am wondering if it is permissible to wear lenses while fasting. It is like contact lenses, you have to wear them in your eyes to see better. I was really wondering about this so please answer me quickly. Thanks in advance   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAll praise belongs to Allah, the Almighty. Peace and blessings be upon Prophet Muhammad, the last of the prophets, and may God be pleased with all the followers of Prophet Muhammad (peace and blessings of Allah be upon him) and his progeny. Thank you for submitting your question.\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/fasting-and-ramadan\/wearing-contact-lenses-during-fasting\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"7\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-82895a2=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous<\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-82895a2=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-82895a2=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-82895a2=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-82895a2=5\"><span class=\"elementor-screen-only\">Page<\/span>5<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-82895a2=2\"> Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261557\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261557\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-cbf49f1 e-flex e-con-boxed e-con e-child\" data-id=\"cbf49f1\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eb88b12 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"eb88b12\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23372 post-23372 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  February 25, 2010\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tawaf-e-Wida and Wudu<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tWudu is necessary (wajib) to perform tawaf. Tawaf-e-wida is also wajib in hajj. If you have performed tawaf-e-wida without wudu (as your email suggests), it means that you have missed a wajib in hajj. When this happens, it must be replaced with a dam (sacrifice a goat, a sheep, etc.).   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  najeeb Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/tawaf-e-wida-and-wudu\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23375 post-23375 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  May 24, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I am impatient and waiting to perform Umrah.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tI am a 19 year old girl, and compared to many others still very young. For two years now I have been waiting to go to Saudi Arabia and wanted to perform Umrah. But I have not been able to do so. I was born Muslim and follow Islam from the heart. However, I am currently a practicing Muslim and have been performing the prayer (namaz\/salah) every day for two years now. I started wearing the hijab a year ago.    \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/i-am-impatient-and-waiting-to-perform-umrah\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23374 post-23374 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 9, 2010\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam. I am wondering if it is permissible in Islam to have intercourse with one's wife while on hajj? and possibly when it is permissible?  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. It is not permissible to have sexual intercourse during Hajj from the time one assumes ihram until one has performed tawaf ziyarat (also called tawaf ifadah). One assumes ihram for Hajj usually on the 8th. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  najeeb Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/intercourse-during-hajj\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23371 post-23371 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 23, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hi, I'm wondering who can pay for an umrah\/hajj trip? Can I, as a daughter, give an umrah trip as a gift to my parents even if they can afford to pay for it themselves and they have an adult son who could also do it. Thank you very much for the work you do.? <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tYou are doing yourself a great favor by paying for your parents&#8217; Umrah. This will, insha&#8217;Allah, ensure you a lot of reward and blessings. This is regardless of whether they themselves can afford to do this &#8211; or whether there are other people who can also pay for them.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/umrah-as-a-gift\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22826 post-22826 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  August 29, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">1. What about a pilgrim who is unable to stay overnight in Mina due to no tents. Is there any restriction that everyone must stay there until Salat-e-Fajar before heading to Arafat and if a person does not do this then Hajj will not be complete? 2. What about transportation from Mina to Arafat. If the bus time to Arafat is after Maghrib Salaat, or late in the evening and on the night of 8 Dhul Hajj (before Salaat Fajar)?    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t1) Staying overnight in Mina is Sunnah. If for some reason one is unable to stay overnight there, it will not have any consequence on the validity of the Hajj. However, it is an act that is against the Sunnah. 2) It is obligatory to stay on the plain of Arafat (wuquf Arafat) for a while between the time when the sun begins to leave the zenith (its highest point in the sky) on the 9th of Dhul-Hajj and before the time of Fajr on the 10th of Dhul-Hajj occurs.      \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/drop-mina-and-go-to-arafat-early\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23373 post-23373 qna type-qna status-publish has-post-thumbnail hentry category-hajj-and-umrah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  October 30, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What is Takbir al-Tashreeq and when is it recited?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tTakbir al-Tashriq is a practice that has been handed down from the previous generations of Muslims with reference to Sayyiduna &#8216;Ali and Ibn Mas&#8217;ud (may Allah be pleased with them) in the collection of Ibn Abi Shayba [Ibn al-Humam, Fath al-Qadir]. This is therefore a practice that has its roots from the companions of the Prophet (peace be upon him) and is therefore considered authentic and meritorious. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  najeeb Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/hajj-and-umrah\/takbir-al-tashreeq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"2\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-eb88b12=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-eb88b12=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-eb88b12=2\">Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261558\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261558\" data-tab-index=\"8\" style=\"--n-tabs-title-order: 8;\" class=\" elementor-element elementor-element-33309ca e-flex e-con-boxed e-con e-child\" data-id=\"33309ca\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c349e94 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"c349e94\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23405 post-23405 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 24, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Is the Prophet, peace be upon him, a healer of diseases? I came across a way of sending blessings (salaam) to the Prophet, peace be upon him, which describes him as a \u201chealer of diseases and medicine for hearts.\u201d Is it permissible to portray the Prophet, peace be upon him, as a \u201chealer of diseases\u201d? And is this way of sending blessings different from that in Salat al-Tibbiyya?   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tKnow that the school of Ahl al-Sunnah takes the position that it is obligatory to attribute all actions to Allah the Exalted. The Quran is clear about this when it says: \u201cAllah is the Creator of all things\u201d (39:62). \u201cAnd Allah created you and what you do\u201d (37:96). \u201cSay everything is from Allah\u201d (4:78).   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khurram Khan\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/is-the-prophet-a-healer-of-diseases\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23404 post-23404 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 28, 2007\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I need guidance and advice regarding protection against human black magic and evil jinn. I have been having problems for a while now. Where can I get guidance and advice?  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tBlack magic (sihr) is something that definitely exists and causes harm to people. The Messenger of Allah (peace be upon him) was also affected by black magic. A Jew named Labid ibn Asim who outwardly pretended to be a believer (munafiq, hypocrite) performed black magic on the Messenger of Allah (peace be upon him).  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Khudija Mahmood\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/87-protection-against-black-magic\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23407 post-23407 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  June 20, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What are jinn, and what do they mean in daily life?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAllah mentions the jinn in the following way in the Quran: &#8220;We created the jinn before from blazing fire.&#8221; (15:27) The jinn are also part of Allah&#8217;s creation, and will, just like humans, have to answer for their actions on the Day of Judgment.\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  M Azhar\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/what-are-djinns\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23411 post-23411 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  October 6, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salamoalaikom I was wondering that when we read la ilaha illallaho Muhammad darsololla and when we read Muhammad darasolollah then why do we kiss our eyes. Salamoalaikom <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. Kissing the thumbs and rubbing them over the eyes after hearing \u201cash\u2019hadu anna Muhammadar-rasul Allah\u201d in the adhan is an action characterized as mustahabb by many scholars.\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rahman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/why-do-people-kiss-their-thumbs-during-the-adhan\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23410 post-23410 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 28, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What does Islam have to do with \"Healing\"?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. The term healing encompasses many different methods, but I assume you mean different forms of alternative medicine or that which falls outside of regular medical practice.\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Noman Ahmed\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/what-relation-does-islam-have-to-qhealingq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23419 post-23419 qna type-qna status-publish has-post-thumbnail hentry category-faith-aqidah\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  December 9, 2008\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">According to some, the Prophet (peace be upon him) is present everywhere, as well as omnipresent like Allah, while other schools say that this is not the case. Can you clarify for me the TRUE ISLAMIC position on this matter based on traditional Islam? I have recently read some articles that explain that, yes, the Prophet (peace be upon him) is hazir and nazir because he receives darood from the angels and possesses the power to receive salaam from everyone in the entire world, which makes him hazir and nazir, meaning everywhere and at all times...  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThis debate is foreign to me. Authentic hadiths confirm that Allah makes the Prophet (peace be upon him) acquainted with the deeds of his people. Thus, it is &#8220;as if&#8221; he is present, through his knowledge of the actions of his people.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:   M. Azhar\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/faith-aqidah\/the-prophet-peace-be-upon-him-was-present\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"5\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-c349e94=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-c349e94=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-c349e94=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-c349e94=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-c349e94=5\"><span class=\"elementor-screen-only\">Page<\/span>5<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-c349e94=2\">Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-1101261559\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-1101261559\" data-tab-index=\"9\" style=\"--n-tabs-title-order: 9;\" class=\" elementor-element elementor-element-0bdda0a e-flex e-con-boxed e-con e-child\" data-id=\"0bdda0a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-523b383 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"523b383\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-22836 post-22836 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  April 26, 2009\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salaam aleekum. I have a small question. What is sadqa and how does one give sadqa?  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. The term sadaqah (plural sadaqat) means &#8220;voluntary charity&#8221;. Anything given with the intention of reward (ajr or sawab) from Allah is sadaqah. It can be given to the needy, whether they are relatives, friends or other people in the community.  \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/256-what-is-sadaqah\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23444 post-23444 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  September 8, 2009\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Aslama o ALikum I am wondering, how much fitrana should I pay to the mosque, how much per person? I am also wondering how much a person should pay zakaat, if one has gold worth around 40 thousand kroner. That is about 150 grams of gold is about 17 tolles. I would like you to answer me as soon as possible. to my email. thank you Allah hafiz    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. The minimum amount for fitrana or sadaqah al-fitr is this year (2009) approximately 30 kroner per person (based on the price of approximately 2 kilos of flour), and the maximum is 150 kroner (based on approximately 4 kilos of dates). One can choose to give fitrana according to one of these two.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/zakat-and-fitrana\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23447 post-23447 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  February 16, 2010\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AA, If we want to pay zakat, what is most important first? We also have a debt where we pay interest that we cannot get rid of, something we want to finish as soon as possible because the debt is constantly growing. What should we do, pay zakat first or pay off the loan we have? Hope to get a quick answer...    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. Giving the obligatory alms (zakah or zakat) is obligatory on every Muslim who possesses the nisab for a whole year. The nisab for zakah is, among other things, approximately 87.48 grams of gold, 612.36 grams of silver, or cash equivalent to the value of 612.36 silver if one has neither gold nor silver.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/zakat-on-mortgages\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23438 post-23438 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  March 1, 2010\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Assalamo alaikom! I refer to a previous question (Is it permissible to donate haram items?) where it was answered that everything that is haram to own and use is haram to donate. Does this also apply to interest? Jazakallah khair   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn the name of Allah, the Most Merciful, the Merciful. Thank you for your inquiry. There is a general rule that applies to all forbidden assets and illegal income. These cannot be donated. By donation here is meant giving something away as sadaqa. That is, giving something away with the intention of receiving reward for it from Allah.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/sadaqah-with-interest\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23436 post-23436 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 10, 2011\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hi Every year at the end of the year you get written interest from the bank on money you have in your savings account. I know that receiving\/giving interest is illegal in Islam, except in special cases. I plan to give this interest to charity or donate it to a mosque anyway. Can you get ajr for that?   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. It is not correct to give this money to a mosque. However, it can be used for other charitable purposes, but without the intention of sadqa\/sawab. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/interest-money\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23433 post-23433 qna type-qna status-publish has-post-thumbnail hentry category-zakah-alms\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  February 5, 2012\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Hi, everyone in Norway is taxed, tax deducted from our salary. This money is given to something good in society. The Norwegian state collects the amount from every citizen in Norway, can we call this zakaht,? And why not when this money goes to roads, schools, medicines, aid abroad, etc. The money goes not only to Norwegians, but to more Muslims who use the roads, education, medicine, etc.    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn the name of Allah, the Most Merciful, the Ever-Merciful. Thank you for your inquiry. There is a difference between the state tax and zakah (or zakat).\t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb ur Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/zakah-alms\/503-pay-both-tax-and-zakat\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"2\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-523b383=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-523b383=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-523b383=2\">Next<\/a>\t\t<\/nav>\n\t\t\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 data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" id=\"e-n-tab-content-11012615510\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-11012615510\" data-tab-index=\"10\" style=\"--n-tabs-title-order: 10;\" class=\" elementor-element elementor-element-075ad8b e-flex e-con-boxed e-con e-child\" data-id=\"075ad8b\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88df6c4 elementor-grid-1 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"88df6c4\" data-element_type=\"widget\" data-settings=\"{&quot;template_id&quot;:22799,&quot;columns&quot;:1,&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;pagination_load_type&quot;:&quot;ajax&quot;,&quot;auto_scroll&quot;:&quot;yes&quot;,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23494 post-23494 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  February 9, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Is talaq valid if the woman is in her menstrual period?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. It is sinful to give talaq (divorce) while the woman is menstruating. However, the talaq will be valid. The waiting period of the woman will be extended. She must wait for another menstrual cycle before the idda begins.    \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/talaq-during-menstruation\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23472 post-23472 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  January 26, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">In case of second talaq, one can only do ruju. Or is a new nikah required? Is a new nikah required at all, after the 1st or 2nd?   <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry. If the husband pronounces one or two verbal talaqs (divorces) (sarih) then it will be considered as talaq-raj&#8217;i. With such a divorce, the spouses can do ruju (return) without a new nikah (marriage contract). But ruju must take place before the expiry of the iddat period. After that, a new Nikah is required.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/together-again-after-talaq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23489 post-23489 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 9, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Salam aleikum. I don't know where to send the question so I'm sending it here. I wonder if I can get a complement on the different divorces in Islam. I'm thinking especially about women's rights. I read a hadith where a woman came to the Prophet Muhammad (pbuh) and said that even though there was nothing wrong with her husband, she wanted a divorce. The Prophet then asked if she was willing to give some gift in return. Then they divorced, but I don't remember in what way, whether the Prophet made her husband do it or whether he gave her a divorce. Which hadith is this? Is it true that the Prophet never prevented a woman who wanted a divorce from getting a divorce? Because if so, how can it be right for people nowadays to prevent women from doing so?         <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tThank you for your inquiry to us. When a woman does not want to live with her husband, for any valid reason, she can apply for divorce. This is called khul&#8221;a. Everything from dissatisfaction with the husband&#8217;s appearance to the husband subjecting his wife to abuse are valid reasons for a khul&#8221;a. Khul&#8221;a can be applied for through the court. It involves the woman agreeing to repay what she has received from her husband as dowry (mahr) in return for the dissolution of the marriage. The parties also have the opportunity to agree on an amount that is less or more than the value of the dowry.     \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/divorce-rights-for-women\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23492 post-23492 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 9, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I have a problem and want to clarify my situation with a Muslim's wife. It started with me and my husband having a bad day and we started arguing after some heated discussions. The argument quickly led to both of us losing our temper. I said things that I shouldn't have said and my husband said the following words: \"I am giving you talaq\". After hearing that sentence, my world fell apart. When things calmed down a bit, he started saying that he was just trying to scare me and he never said the word \"talaq\". He said something else, and that I had heard wrong. I am now very confused whether talaq has been done or not. Are we married or divorced now? He has put his hand on the Quran and says that he did not say that he is giving me talaq. Please guide a confused sister!          <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIf your husband said: &#8220;I give you talaq&#8221;, it became a talaq raj&#8221;i. This despite the fact that he now says that he said it just to scare you. I assume that he said it only once or twice, and not three times. Because if he said it three times then it is talaq mughallazah, i.e. divorce immediately without any possibility of ruju&#8221; (to repent). While talaq raj&#8221;i means that one has the possibility of ruju&#8221; and can be together as a married couple again without further ado.     \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/talaq-or-not\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23478 post-23478 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 9, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Due to various circumstances, I wish to divorce my Pakistani husband who has not lived with us and who has not supported the children. (The post has been significantly shortened and anonymized) <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tIn Pakistan you have the option of applying for something called &#8220;khul&#8221;a&#8221;, i.e. divorce by the woman. This is done through the judiciary and can probably be arranged by consulting with some lawyer down there. The prerequisite for a woman to apply for khul&#8221;a is that she has a valid reason to have the marriage dissolved. The situation you have described in your email probably forms such a basis for khul&#8221;a.   \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb-ur-Rehman Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/divorce-from-husband-2\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"22799\" class=\"elementor elementor-22799 elementor-4168 e-loop-item e-loop-item-23482 post-23482 qna type-qna status-publish has-post-thumbnail hentry category-1-marriage-and-divorce\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-69574ff e-con-full e-flex e-con e-parent\" data-id=\"69574ff\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88e13b9 elementor-widget elementor-widget-text-editor\" data-id=\"88e13b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tPublished on:  November 9, 2016\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e82d821 elementor-widget elementor-widget-heading\" data-id=\"e82d821\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">I have a question regarding divorce. In a situation where a husband and wife are at different jobs and they argue over the phone. Both hang up the phone. The husband does not say a word of divorce to his wife, because he does not really want to divorce her.    <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-309ea6a ellipsis-qna  elementor-widget elementor-widget-text-editor\" data-id=\"309ea6a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAll praise belongs to Allah, the Almighty. Peace and blessings be upon Prophet Muhammad, the last of the prophets, and may God be pleased with all the followers of Prophet Muhammad (peace and blessings of Allah be upon him) and his progeny. Thank you for submitting your question. In none of the cases described in the question is the marriage dissolved. It is worth noting that a divorce does not become effective by saying &#8220;talaq&#8221; to oneself &#8211; whether verbally or in writing. \t\t\t\t\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-3468682 e-con-full e-flex e-con e-child\" data-id=\"3468682\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc20157 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cc20157\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-f9990c4 e-con-full e-flex e-con e-child\" data-id=\"f9990c4\" data-element_type=\"container\">\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-242e53d e-con-full e-flex e-con e-child\" data-id=\"242e53d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-877b70b Paragraph elementor-widget elementor-widget-text-editor\" data-id=\"877b70b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAnswered by:  Najeeb Naz\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div data-particle_enable=\"false\" data-particle-mobile-disabled=\"false\" class=\"elementor-element elementor-element-72cf79a e-con-full e-flex e-con e-child\" data-id=\"72cf79a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a32de1 elementor-mobile-align-left elementor-tablet-align-left elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1a32de1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/wim.no\/en\/1-marriage-and-divorce\/divorce-by-saying-talaq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd6179d qna-button elementor-widget elementor-widget-shortcode\" data-id=\"fd6179d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" integrity=\"sha512-...\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" \/>\r\n\r\n    <style>\r\n    .social-share-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .share-button {\r\n      background-color: transparent;\r\n      color: #C6A242;\r\n      border: 2px solid #C6A242;\r\n      padding: 10px 20px;\r\n      border-radius: 5px;\r\n      cursor: pointer;\r\n      font-size: 16px;\r\n      transition: all 0.3s;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n    }\r\n\r\n    .custom-share-icon {\r\n      width: 16px;\r\n      height: 16px;\r\n      transition: all 0.3s;\r\n    }\r\n\r\n    .share-button:hover,.share-button:active,.share-button:focus {\r\n      background-color: #C6A242;\r\n      color: white!Important;\r\n      border: 2px solid #C6A242;\r\n    }\r\n\r\n    .share-button:hover .custom-share-icon,\r\n    .share-button:active .custom-share-icon,\r\n    .share-button:focus .custom-share-icon {\r\n      filter: brightness(0) invert(1);\r\n    }\r\n\r\n    .social-icons {\r\n      display: none;\r\n      position: absolute;\r\n      bottom: 100%;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      background: white;\r\n      border-radius: 10px;\r\n      padding: 10px;\r\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\r\n      z-index: 100;\r\n    }\r\n\r\n    .social-icons.active {\r\n      display: flex;\r\n      gap: 10px;\r\n    }\r\n\r\n    .social-icon {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 40px;\r\n      height: 40px;\r\n      border-radius: 50%;\r\n      color: white;\r\n      text-decoration: none;\r\n      transition: transform 0.3s;\r\n    }\r\n\r\n    .social-icon, \r\n    .social-icon:hover, \r\n    .social-icon:focus, \r\n    .social-icon:active {\r\n      text-decoration: none !important;\r\n    }\r\n\r\n    .social-share-container a {\r\n      text-decoration: none!Important;\r\n    }\r\n\r\n    .social-icon:hover {\r\n        color:white!Important;\r\n        transform: scale(1.1);\r\n    }\r\n\r\n    .facebook { background-color: #3b5998; }\r\n    .instagram { background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); }\r\n    .whatsapp { background-color: #25D366; }\r\n    .x { background-color: #000000; }\r\n    <\/style>\r\n\r\n    <div class=\"social-share-container\">\r\n      <button class=\"share-button\">\r\n        <img decoding=\"async\" src=\"https:\/\/sysinn.net\/wim.no\/wp-content\/uploads\/2025\/04\/Vector.png\" class=\"custom-share-icon\" alt=\"Share\">\r\n        Share      <\/button>\r\n\r\n      <div class=\"social-icons\">\r\n        <a href=\"#\" class=\"social-icon facebook\" title=\"Share on Facebook\">\r\n          <i class=\"fab fa-facebook-f\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon instagram\" title=\"Share on Instagram\">\r\n          <i class=\"fab fa-instagram\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon whatsapp\" title=\"Share on WhatsApp\">\r\n          <i class=\"fab fa-whatsapp\"><\/i>\r\n        <\/a>\r\n        <a href=\"#\" class=\"social-icon x\" title=\"Share on X\">\r\n          <i class=\"fab fa-x-twitter\"><\/i>\r\n        <\/a>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n    function initCustomSocialShare(context = document) {\r\n        const containers = context.querySelectorAll('.social-share-container');\r\n        \r\n        containers.forEach(function(container) {\r\n            if (container.dataset.shareInitialized) return;\r\n            container.dataset.shareInitialized = 'true';\r\n            \r\n            const shareButton = container.querySelector('.share-button');\r\n            const socialIcons = container.querySelector('.social-icons');\r\n\r\n            if (!shareButton || !socialIcons) return;\r\n\r\n            shareButton.onclick = null;\r\n            shareButton.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n                document.querySelectorAll('.social-icons.active').forEach(function(activeIcons) {\r\n                    if (activeIcons !== socialIcons) {\r\n                        activeIcons.classList.remove('active');\r\n                    }\r\n                });\r\n                socialIcons.classList.toggle('active');\r\n            });\r\n\r\n            socialIcons.onclick = null;\r\n            socialIcons.addEventListener('click', function (e) {\r\n                e.stopPropagation();\r\n            });\r\n\r\n            const currentUrl = encodeURIComponent(container.dataset.shareUrl || window.location.href);\r\n            const title = encodeURIComponent(container.dataset.shareTitle || document.title);\r\n\r\n            const facebook = container.querySelector('.facebook');\r\n            const instagram = container.querySelector('.instagram');\r\n            const whatsapp = container.querySelector('.whatsapp');\r\n            const x = container.querySelector('.x');\r\n\r\n            if (facebook) facebook.href = `https:\/\/www.facebook.com\/sharer\/sharer.php?u=${currentUrl}`;\r\n            if (instagram) instagram.href = `https:\/\/www.instagram.com\/`;\r\n            if (whatsapp) whatsapp.href = `https:\/\/wa.me\/?text=${title}%20${currentUrl}`;\r\n            if (x) x.href = `https:\/\/twitter.com\/intent\/tweet?url=${currentUrl}&text=${title}`;\r\n        });\r\n    }\r\n\r\n    document.addEventListener('DOMContentLoaded', function () {\r\n        initCustomSocialShare();\r\n\r\n        const observer = new MutationObserver(function(mutations) {\r\n            mutations.forEach(function(mutation) {\r\n                mutation.addedNodes.forEach(function(node) {\r\n                    if (node.nodeType === 1) {\r\n                        initCustomSocialShare(node);\r\n                    }\r\n                });\r\n            });\r\n        });\r\n        \r\n        observer.observe(document.body, {\r\n            childList: true,\r\n            subtree: true\r\n        });\r\n    });\r\n\r\n    if (typeof jQuery !== 'undefined') {\r\n        jQuery(document).on('ajaxComplete', function() {\r\n            initCustomSocialShare();\r\n        });\r\n\r\n        if (window.elementor) {\r\n            window.elementor.on('preview:loaded', function() {\r\n                initCustomSocialShare();\r\n            });\r\n        }\r\n    }\r\n    <\/script>\r\n    <\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t<div class=\"e-load-more-anchor\" data-page=\"1\" data-max-page=\"7\" data-next-page=\"https:\/\/wim.no\/en\/?e-page-88df6c4=2\"><\/div>\n\t\t\t\t<nav class=\"elementor-pagination\" aria-label=\"Pagination\">\n\t\t\t<span class=\"page-numbers prev\">Previous <\/span>\n<span aria-current=\"page\" class=\"page-numbers current\"><span class=\"elementor-screen-only\">Page<\/span>1<\/span>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-88df6c4=2\"><span class=\"elementor-screen-only\">Page<\/span>2<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-88df6c4=3\"><span class=\"elementor-screen-only\">Page<\/span>3<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-88df6c4=4\"><span class=\"elementor-screen-only\">Page<\/span>4<\/a>\n<a class=\"page-numbers\" href=\"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/?e-page-88df6c4=5\"><span class=\"elementor-screen-only\">Page<\/span>5<\/a>\n<a class=\"page-numbers next\" href=\"https:\/\/wim.no\/en\/?e-page-88df6c4=2\">Next<\/a>\t\t<\/nav>\n\t\t\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\t<\/div>\n\t\t<\/div>\n\t\t\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","protected":false},"excerpt":{"rendered":"<p>\u274c No results found Other Prayer The legal and the illegal Women Ritual purification Fasting and Ramadan Hajj and Umrah Faith\/Aqidah Alms Marriage and divorce Les Mer Dele Les Mer [&hellip;]<\/p>\n","protected":false},"author":22,"featured_media":22209,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-22204","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Questions and Answers | WIM<\/title>\n<meta name=\"description\" content=\"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wim.no\/en\/questions-and-answers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Questions and answers\" \/>\n<meta property=\"og:description\" content=\"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wim.no\/en\/questions-and-answers\/\" \/>\n<meta property=\"og:site_name\" content=\"Wim.no\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-11T09:49:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/\",\"url\":\"https:\/\/wim.no\/en\/questions-and-answers\/\",\"name\":\"Questions and Answers | WIM\",\"isPartOf\":{\"@id\":\"https:\/\/wim.no\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp\",\"datePublished\":\"2025-02-10T11:31:54+00:00\",\"dateModified\":\"2025-11-11T09:49:36+00:00\",\"description\":\"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.\",\"breadcrumb\":{\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wim.no\/en\/questions-and-answers\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage\",\"url\":\"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp\",\"contentUrl\":\"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp\",\"width\":1440,\"height\":650,\"caption\":\"Sp\u00f8rsm\u00e5l og svar\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wim.no\/en\/questions-and-answers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wim.no\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Questions and answers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wim.no\/#website\",\"url\":\"https:\/\/wim.no\/\",\"name\":\"Wim.no\",\"description\":\"World Islamic Mission\",\"publisher\":{\"@id\":\"https:\/\/wim.no\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wim.no\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wim.no\/#organization\",\"name\":\"Wim.no\",\"url\":\"https:\/\/wim.no\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wim.no\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wim.no\/wp-content\/uploads\/2025\/01\/wim-logo-1.svg\",\"contentUrl\":\"https:\/\/wim.no\/wp-content\/uploads\/2025\/01\/wim-logo-1.svg\",\"width\":150,\"height\":85,\"caption\":\"Wim.no\"},\"image\":{\"@id\":\"https:\/\/wim.no\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Questions and Answers | WIM","description":"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wim.no\/en\/questions-and-answers\/","og_locale":"en_US","og_type":"article","og_title":"Questions and answers","og_description":"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.","og_url":"https:\/\/wim.no\/en\/questions-and-answers\/","og_site_name":"Wim.no","article_modified_time":"2025-11-11T09:49:36+00:00","og_image":[{"width":1440,"height":650,"url":"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wim.no\/en\/questions-and-answers\/","url":"https:\/\/wim.no\/en\/questions-and-answers\/","name":"Questions and Answers | WIM","isPartOf":{"@id":"https:\/\/wim.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage"},"image":{"@id":"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage"},"thumbnailUrl":"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp","datePublished":"2025-02-10T11:31:54+00:00","dateModified":"2025-11-11T09:49:36+00:00","description":"Find answers to common questions about Islam, including prayer, fasting, family, and daily life, based on authentic Islamic teachings. Ask us for guidance.","breadcrumb":{"@id":"https:\/\/wim.no\/en\/questions-and-answers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wim.no\/en\/questions-and-answers\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wim.no\/en\/questions-and-answers\/#primaryimage","url":"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp","contentUrl":"https:\/\/wim.no\/wp-content\/uploads\/2025\/09\/image-7.webp","width":1440,"height":650,"caption":"Sp\u00f8rsm\u00e5l og svar"},{"@type":"BreadcrumbList","@id":"https:\/\/wim.no\/en\/questions-and-answers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wim.no\/en\/"},{"@type":"ListItem","position":2,"name":"Questions and answers"}]},{"@type":"WebSite","@id":"https:\/\/wim.no\/#website","url":"https:\/\/wim.no\/","name":"Wim.no","description":"World Islamic Mission","publisher":{"@id":"https:\/\/wim.no\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wim.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wim.no\/#organization","name":"Wim.no","url":"https:\/\/wim.no\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wim.no\/#\/schema\/logo\/image\/","url":"https:\/\/wim.no\/wp-content\/uploads\/2025\/01\/wim-logo-1.svg","contentUrl":"https:\/\/wim.no\/wp-content\/uploads\/2025\/01\/wim-logo-1.svg","width":150,"height":85,"caption":"Wim.no"},"image":{"@id":"https:\/\/wim.no\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/comments?post=22204"}],"version-history":[{"count":0,"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/pages\/22204\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/media\/22209"}],"wp:attachment":[{"href":"https:\/\/wim.no\/en\/wp-json\/wp\/v2\/media?parent=22204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}