__( 'CSS code', 'elementor-pro' );
__( 'Custom CSS', 'elementor-pro' );/******/ (function() { // webpackBootstrap
/******/ 	"use strict";
/******/ 	var __webpack_modules__ = ({

/***/ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-field.tsx":
/*!*************************************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-field.tsx ***!
  \*************************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   CustomCssField: function() { return /* binding */ CustomCssField; }
/* harmony export */ });
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @elementor/editor-controls */ "@elementor/editor-controls");
/* harmony import */ var _elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @elementor/editor-editing-panel */ "@elementor/editor-editing-panel");
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__);



const CustomCssField = ({
  children
}) => {
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__.ControlAdornmentsProvider, {
    items: [{
      id: 'custom-css-indicator',
      Adornment: _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__.CustomCssIndicator
    }]
  }, children);
};

/***/ }),

/***/ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-section.tsx":
/*!***************************************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-section.tsx ***!
  \***************************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   CustomCssStyleSection: function() { return /* binding */ CustomCssStyleSection; }
/* harmony export */ });
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @elementor/editor-editing-panel */ "@elementor/editor-editing-panel");
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _custom_css__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./custom-css */ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css.tsx");




const CustomCssStyleSection = () => {
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_1__.StyleTabSection, {
    section: {
      component: _custom_css__WEBPACK_IMPORTED_MODULE_3__.CustomCss,
      name: 'Custom CSS',
      title: (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_2__.__)('Custom CSS', 'elementor-pro')
    },
    fields: ['custom_css'],
    unmountOnExit: false
  });
};

/***/ }),

/***/ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css.tsx":
/*!*******************************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css.tsx ***!
  \*******************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   CustomCss: function() { return /* binding */ CustomCss; }
/* harmony export */ });
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @elementor/editor-controls */ "@elementor/editor-controls");
/* harmony import */ var _elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @elementor/editor-controls-extended */ "@elementor/editor-controls-extended");
/* harmony import */ var _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @elementor/editor-editing-panel */ "@elementor/editor-editing-panel");
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3__);
/* harmony import */ var _elementor_ui__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @elementor/ui */ "@elementor/ui");
/* harmony import */ var _elementor_ui__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_elementor_ui__WEBPACK_IMPORTED_MODULE_4__);
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n");
/* harmony import */ var _wordpress_i18n__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_wordpress_i18n__WEBPACK_IMPORTED_MODULE_5__);
/* harmony import */ var _custom_css_field__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./custom-css-field */ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-field.tsx");








const CustomCss = () => {
  const {
    id,
    meta
  } = (0,_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3__.useStyle)();
  const {
    customCss,
    setCustomCss
  } = (0,_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3__.useCustomCss)();
  const metaKey = `${meta.breakpoint || 'desktop'}-${meta.state || 'default'}-${id}`;
  const [localStates, setLocalStates] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)({});
  const [hasLicense, setHasLicense] = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(true);
  (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => {
    if (!localStates[metaKey]) {
      setLocalStates(prev => ({
        ...prev,
        [metaKey]: {
          value: customCss?.raw || '',
          isValid: true
        }
      }));
    }
    // eslint-disable-next-line react-hooks/exhaustive-deps
  }, [metaKey]);
  (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(() => {
    const checkLicense = async () => {
      const isLicenseExpired = await (0,_elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_2__.getIsLicenseExpired)(true);
      setHasLicense(!isLicenseExpired);
    };
    checkLicense();
  }, []);
  const currentLocalState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => {
    return localStates[metaKey] || {
      value: customCss?.raw || '',
      isValid: true
    };
  }, [localStates, metaKey, customCss?.raw]);
  const handleChange = (value, isValid) => {
    setLocalStates(prev => ({
      ...prev,
      [metaKey]: {
        value,
        isValid
      }
    }));
    if (isValid) {
      setCustomCss(value, {
        history: {
          propDisplayName: 'Custom CSS'
        }
      });
    }
  };
  const syntaxRuleOptions = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => {
    if (!meta.breakpoint || meta.breakpoint === 'desktop') {
      return {
        rules: {
          mediaQuery: false
        }
      };
    }
    return undefined;
  }, [meta.breakpoint]);
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_3__.SectionContent, {
    gap: 1
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_custom_css_field__WEBPACK_IMPORTED_MODULE_6__.CustomCssField, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_ui__WEBPACK_IMPORTED_MODULE_4__.Stack, {
    direction: "row",
    alignItems: "center",
    gap: 1
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__.ControlFormLabel, null, (0,_wordpress_i18n__WEBPACK_IMPORTED_MODULE_5__.__)('CSS code', 'elementor-pro')), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_controls__WEBPACK_IMPORTED_MODULE_1__.ControlAdornments, null))), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement(_elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_2__.CssEditor, {
    value: currentLocalState.value,
    onChange: handleChange,
    syntaxRuleOptions: syntaxRuleOptions,
    readOnly: !hasLicense
  }));
};

/***/ }),

/***/ "./packages/packages/pro/editor-editing-panel-extended/src/init.ts":
/*!*************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/init.ts ***!
  \*************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   init: function() { return /* binding */ init; }
/* harmony export */ });
/* harmony import */ var _elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @elementor/editor-canvas */ "@elementor/editor-canvas");
/* harmony import */ var _elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__);
/* harmony import */ var _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @elementor/editor-controls-extended */ "@elementor/editor-controls-extended");
/* harmony import */ var _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__);
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @elementor/editor-editing-panel */ "@elementor/editor-editing-panel");
/* harmony import */ var _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__);
/* harmony import */ var _elementor_editor_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @elementor/editor-props */ "@elementor/editor-props");
/* harmony import */ var _elementor_editor_props__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_props__WEBPACK_IMPORTED_MODULE_3__);
/* harmony import */ var _components_custom_css_section__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components/custom-css-section */ "./packages/packages/pro/editor-editing-panel-extended/src/components/custom-css-section.tsx");
/* harmony import */ var _transformers_settings_attributes_transformer__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./transformers/settings/attributes-transformer */ "./packages/packages/pro/editor-editing-panel-extended/src/transformers/settings/attributes-transformer.ts");






async function init() {
  _elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__.settingsTransformersRegistry.register('attributes', _transformers_settings_attributes_transformer__WEBPACK_IMPORTED_MODULE_5__.proAttributesTransformer);
  _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__.controlsRegistry.register('attributes', _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__.AttributesControl, 'full', _elementor_editor_props__WEBPACK_IMPORTED_MODULE_3__.keyValuePropTypeUtil);
  if (await (0,_elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__.licenseApi)('atomic-custom-css')) {
    (0,_elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__.injectIntoStyleTab)({
      id: 'custom-css',
      component: _components_custom_css_section__WEBPACK_IMPORTED_MODULE_4__.CustomCssStyleSection,
      options: {
        overwrite: true
      }
    });
  }
  _elementor_editor_editing_panel__WEBPACK_IMPORTED_MODULE_2__.controlsRegistry.register('display-conditions', _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__.DisplayConditionsControl, 'two-columns', _elementor_editor_controls_extended__WEBPACK_IMPORTED_MODULE_1__.displayConditionsPropTypeUtil);
}

/***/ }),

/***/ "./packages/packages/pro/editor-editing-panel-extended/src/transformers/settings/attributes-transformer.ts":
/*!*****************************************************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/transformers/settings/attributes-transformer.ts ***!
  \*****************************************************************************************************************/
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {

__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */   proAttributesTransformer: function() { return /* binding */ proAttributesTransformer; }
/* harmony export */ });
/* harmony import */ var _elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @elementor/editor-canvas */ "@elementor/editor-canvas");
/* harmony import */ var _elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__);

const proAttributesTransformer = (0,_elementor_editor_canvas__WEBPACK_IMPORTED_MODULE_0__.createTransformer)(values => {
  return values.map(value => value.key && value.value ? `${value.key}="${value.value}"` : '').join(' ');
});

/***/ }),

/***/ "react":
/*!**************************!*\
  !*** external ["React"] ***!
  \**************************/
/***/ (function(module) {

module.exports = window["React"];

/***/ }),

/***/ "@elementor/editor-canvas":
/*!***********************************************!*\
  !*** external ["elementorV2","editorCanvas"] ***!
  \***********************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["editorCanvas"];

/***/ }),

/***/ "@elementor/editor-controls":
/*!*************************************************!*\
  !*** external ["elementorV2","editorControls"] ***!
  \*************************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["editorControls"];

/***/ }),

/***/ "@elementor/editor-controls-extended":
/*!*********************************************************!*\
  !*** external ["elementorV2","editorControlsExtended"] ***!
  \*********************************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["editorControlsExtended"];

/***/ }),

/***/ "@elementor/editor-editing-panel":
/*!*****************************************************!*\
  !*** external ["elementorV2","editorEditingPanel"] ***!
  \*****************************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["editorEditingPanel"];

/***/ }),

/***/ "@elementor/editor-props":
/*!**********************************************!*\
  !*** external ["elementorV2","editorProps"] ***!
  \**********************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["editorProps"];

/***/ }),

/***/ "@elementor/ui":
/*!*************************************!*\
  !*** external ["elementorV2","ui"] ***!
  \*************************************/
/***/ (function(module) {

module.exports = window["elementorV2"]["ui"];

/***/ }),

/***/ "@wordpress/i18n":
/*!******************************!*\
  !*** external ["wp","i18n"] ***!
  \******************************/
/***/ (function(module) {

module.exports = window["wp"]["i18n"];

/***/ })

/******/ 	});
/************************************************************************/
/******/ 	// The module cache
/******/ 	var __webpack_module_cache__ = {};
/******/ 	
/******/ 	// The require function
/******/ 	function __webpack_require__(moduleId) {
/******/ 		// Check if module is in cache
/******/ 		var cachedModule = __webpack_module_cache__[moduleId];
/******/ 		if (cachedModule !== undefined) {
/******/ 			return cachedModule.exports;
/******/ 		}
/******/ 		// Create a new module (and put it into the cache)
/******/ 		var module = __webpack_module_cache__[moduleId] = {
/******/ 			// no module.id needed
/******/ 			// no module.loaded needed
/******/ 			exports: {}
/******/ 		};
/******/ 	
/******/ 		// Execute the module function
/******/ 		__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/ 	
/******/ 		// Return the exports of the module
/******/ 		return module.exports;
/******/ 	}
/******/ 	
/************************************************************************/
/******/ 	/* webpack/runtime/compat get default export */
/******/ 	!function() {
/******/ 		// getDefaultExport function for compatibility with non-harmony modules
/******/ 		__webpack_require__.n = function(module) {
/******/ 			var getter = module && module.__esModule ?
/******/ 				function() { return module['default']; } :
/******/ 				function() { return module; };
/******/ 			__webpack_require__.d(getter, { a: getter });
/******/ 			return getter;
/******/ 		};
/******/ 	}();
/******/ 	
/******/ 	/* webpack/runtime/define property getters */
/******/ 	!function() {
/******/ 		// define getter functions for harmony exports
/******/ 		__webpack_require__.d = function(exports, definition) {
/******/ 			for(var key in definition) {
/******/ 				if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ 					Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ 				}
/******/ 			}
/******/ 		};
/******/ 	}();
/******/ 	
/******/ 	/* webpack/runtime/hasOwnProperty shorthand */
/******/ 	!function() {
/******/ 		__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }
/******/ 	}();
/******/ 	
/******/ 	/* webpack/runtime/make namespace object */
/******/ 	!function() {
/******/ 		// define __esModule on exports
/******/ 		__webpack_require__.r = function(exports) {
/******/ 			if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ 				Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ 			}
/******/ 			Object.defineProperty(exports, '__esModule', { value: true });
/******/ 		};
/******/ 	}();
/******/ 	
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
!function() {
/*!**************************************************************************!*\
  !*** ./packages/packages/pro/editor-editing-panel-extended/src/index.ts ***!
  \**************************************************************************/
__webpack_require__.r(__webpack_exports__);
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./init */ "./packages/packages/pro/editor-editing-panel-extended/src/init.ts");

(async () => {
  await (0,_init__WEBPACK_IMPORTED_MODULE_0__.init)();
})();
}();
(window.elementorV2 = window.elementorV2 || {}).editorEditingPanelExtended = __webpack_exports__;
/******/ })()
;
window.elementorV2.editorEditingPanelExtended?.init?.();<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//asha.org.pk/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://asha.org.pk/genuine-insights-and-corgi-betbonus-ca-for-2/</loc>
		<lastmod>2026-09-18T06:49:45+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/exceptional-textiles-for-inspired-living-with/</loc>
		<lastmod>2026-09-18T06:44:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/exceptional-textiles-featuring-https-honey-betz-cz-4/</loc>
		<lastmod>2026-09-18T06:44:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-opportunities-await-with-zodiaccasino-nz-5/</loc>
		<lastmod>2026-09-18T06:42:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-opportunities-await-with-zodiaccasino-nz-6/</loc>
		<lastmod>2026-09-18T06:42:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/intuitive-gameplay-fuels-soaring-wins-with-aviator/</loc>
		<lastmod>2026-09-18T06:36:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/intuitive-gameplay-surrounds-aviator-game-for/</loc>
		<lastmod>2026-09-18T06:36:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/ausgezeichnete-gewinnchancen-und-https/</loc>
		<lastmod>2026-09-18T06:36:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/ausgezeichnete-gewinnchancen-locken-bei/</loc>
		<lastmod>2026-09-18T06:36:17+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/detailed-planning-around-spincitys-net-unlocks/</loc>
		<lastmod>2026-09-18T06:35:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/detailed-planning-enables-fantastic-city/</loc>
		<lastmod>2026-09-18T06:35:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-insights-for-seasoned-players-with-https/</loc>
		<lastmod>2026-09-18T06:33:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-insights-into-online-betting-experiences/</loc>
		<lastmod>2026-09-18T06:33:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/creative-design-solutions-and-inspiring-ideas/</loc>
		<lastmod>2026-09-18T06:33:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/creative-design-solutions-featuring-spingalaxys-ca/</loc>
		<lastmod>2026-09-18T06:33:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/innovatieve-kansen-ontdek-je-rond-vipzino-casino/</loc>
		<lastmod>2026-09-18T06:29:01+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/innovatieve-strategieen-en-https-vipzino-casino-co/</loc>
		<lastmod>2026-09-18T06:29:01+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/erfolgreiche-sportwetten-strategien-mit-honeybetz-2/</loc>
		<lastmod>2026-09-18T06:28:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/erfolgreiche-sportwetten-strategien-mit-honeybetz/</loc>
		<lastmod>2026-09-18T06:28:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/attraktive-spielwelten-und-playjonnybonus-de-fur-2/</loc>
		<lastmod>2026-09-18T06:25:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/attraktive-spielwelten-und-playjonnybonus-de-fur/</loc>
		<lastmod>2026-09-18T06:25:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/creative-solutions-and-innovative-designs/</loc>
		<lastmod>2026-09-18T06:14:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/creative-solutions-and-https-spingalaxys-nz/</loc>
		<lastmod>2026-09-18T06:14:46+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/asombrosa-estrategia-ganadora-revelada-alrededor/</loc>
		<lastmod>2026-09-18T06:11:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/asombrosas-opciones-para-jugadores-estan/</loc>
		<lastmod>2026-09-18T06:11:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/detailed-insights-and-https-gamingclub-nz-reveal/</loc>
		<lastmod>2026-09-18T06:11:03+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/detailed-insights-and-https-gamingclub-nz-enhance/</loc>
		<lastmod>2026-09-18T06:11:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/parhaan-kuningasvalmistajan-kasinon-salaisuudet/</loc>
		<lastmod>2026-09-18T05:37:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/joker8-revealed-free-spins-secret-no-deposit-edge/</loc>
		<lastmod>2026-09-18T05:36:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/betinia-login-seamless-play-starts-here/</loc>
		<lastmod>2026-09-18T03:43:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/unlock-powbets-exclusive-no-deposit-bonuses-now/</loc>
		<lastmod>2026-09-18T03:41:50+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/unlock-your-game-with-bassbet-free-spins/</loc>
		<lastmod>2026-09-18T03:40:58+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/win-beatz-promocijska-koda-za-popust/</loc>
		<lastmod>2026-09-18T01:45:08+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/grandiose-wins-await-at-gransino-casino-netherlands/</loc>
		<lastmod>2026-09-18T01:44:47+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/casino-buran-hungary-jatekok-varazslatos-vilaga/</loc>
		<lastmod>2026-09-18T01:44:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/irwin-casino-usa-winning-edge-strategies/</loc>
		<lastmod>2026-09-18T01:42:59+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/westace-casino-opinie-unfiltered-truth-revealed/</loc>
		<lastmod>2026-09-18T01:42:18+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/chicken-road-casino-laventure-palpitante/</loc>
		<lastmod>2026-09-18T00:04:59+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/stop-losing-to-the-house-edge-at-bitcoin-casinos/</loc>
		<lastmod>2026-09-18T00:04:26+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/chicken-road-casino-l-art-de-miser-sur-la-route-du-poulet/</loc>
		<lastmod>2026-09-18T00:04:19+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/carretera-de-pollo-un-viaje-mortifero/</loc>
		<lastmod>2026-09-18T00:04:09+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/kipwegverkenner-ontdekt-onverwachte-wegschatten/</loc>
		<lastmod>2026-09-18T00:03:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/camino-del-pollo-mistico-a-la-aventura/</loc>
		<lastmod>2026-09-18T00:03:19+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/uk-players-hidden-gems-for-real-wins/</loc>
		<lastmod>2026-09-18T00:02:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/chicken-road-casino-lart-de-gagner-gros/</loc>
		<lastmod>2026-09-18T00:02:19+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/gana-dinero-y-fama-con-ritmos-de-winbeatz/</loc>
		<lastmod>2026-09-18T00:01:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/odkryj-najlepsze-kasyna-online-i-wygraj/</loc>
		<lastmod>2026-09-18T00:00:55+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/test-post-2193c672-50fa-4ac0-84bf-874e83e57613-57f7e44fb45dfdfe/</loc>
		<lastmod>2026-09-17T20:39:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/unlock-campobet-bonus-code-your-winning-edge-awaits/</loc>
		<lastmod>2026-09-17T17:08:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/frumzi-casino-nyeremenye-nincs-befizetes-nelkul/</loc>
		<lastmod>2026-09-17T16:59:30+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/unveiling-spinyoo-casino-sister-sites-for-savvy-players/</loc>
		<lastmod>2026-09-17T16:44:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/ziskejte-gamdom-freespiny-kodem-hned-ted/</loc>
		<lastmod>2026-09-17T16:21:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/1xslots-slovensko-vitazi-vo-svete-online-hier/</loc>
		<lastmod>2026-09-17T16:00:16+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/gagnez-gros-au-wonaco-casino-bonus-exclusif/</loc>
		<lastmod>2026-09-17T15:58:20+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/geluk-en-vaardigheid-vereisen-de-chicken-road-game/</loc>
		<lastmod>2026-09-17T15:54:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/geluk-en-vaardigheid-testen-met-de-chicken-road/</loc>
		<lastmod>2026-09-17T15:54:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/effiziente-gewinnchancen-durch-clevere-strategien/</loc>
		<lastmod>2026-09-17T15:26:29+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/effiziente-datensicherheit-und-flexibler-zugang/</loc>
		<lastmod>2026-09-17T15:26:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/einzigartige-bonusangebote-und-serioses/</loc>
		<lastmod>2026-09-17T15:24:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/einzigartige-boni-und-lukrative-angebote-locken/</loc>
		<lastmod>2026-09-17T15:24:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/attraktive-spieleauswahl-und-slotexo-casino-fur-3/</loc>
		<lastmod>2026-09-17T15:06:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/attraktive-spieleauswahl-und-slotexo-casino-fur-4/</loc>
		<lastmod>2026-09-17T15:06:00+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/vinn-storst-pa-vinci-spin-med-strategisk-spillglede/</loc>
		<lastmod>2026-09-17T14:57:26+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/golden-tiger-no-deposit-bonus-unlock-free-spins/</loc>
		<lastmod>2026-09-17T14:56:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/machine-a-sous-du-casino-amon-544576/</loc>
		<lastmod>2026-09-17T14:55:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/boomerang-videos-that-make-time-spin-backward/</loc>
		<lastmod>2026-09-17T14:55:24+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/onlyspins-arvostelu-kattava-opas/</loc>
		<lastmod>2026-09-17T14:55:09+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fantastische-kansen-ontdekken-met-jouw/</loc>
		<lastmod>2026-09-17T14:28:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fantastische-kansen-ontdekken-met-kaasino-casino/</loc>
		<lastmod>2026-09-17T14:28:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/rockyspin-online-63/</loc>
		<lastmod>2026-09-17T14:13:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/r-14/</loc>
		<lastmod>2026-09-17T14:13:28+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/estrategias-ganadoras-reveladas-con-pokerenchile/</loc>
		<lastmod>2026-09-17T14:07:44+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/estrategias-ganadoras-reveladas-con-pokerenchile-2/</loc>
		<lastmod>2026-09-17T14:07:44+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fantastische-kansen-ontvouwen-zich-rond-slotrush-4/</loc>
		<lastmod>2026-09-17T13:59:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fantastische-kansen-ontvouwt-slotrush-casino-met/</loc>
		<lastmod>2026-09-17T13:59:54+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/sensacional-plataforma-winolot-y-sus-ventajas-para/</loc>
		<lastmod>2026-09-17T13:52:03+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/sensacional-plataforma-winolot-y-sus-ventajas-para-2/</loc>
		<lastmod>2026-09-17T13:52:02+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/dinamica-completa-sobre-latri-bet-para-entender/</loc>
		<lastmod>2026-09-17T13:50:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/dinamica-apuesta-inteligente-con-latribet-para-un/</loc>
		<lastmod>2026-09-17T13:50:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/spannande-reflexer-och-chicken-road-sweden-se-ger/</loc>
		<lastmod>2026-09-17T13:31:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/spannande-reflexer-och-chicken-road-sweden-se-ger-3/</loc>
		<lastmod>2026-09-17T13:31:21+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/erfolgreiche-strategien-und-umfassende/</loc>
		<lastmod>2026-09-17T13:07:35+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/erfolgreiche-strategien-und-lukrative-angebote-3/</loc>
		<lastmod>2026-09-17T13:07:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-discussions-surrounding-https-2/</loc>
		<lastmod>2026-09-17T12:52:35+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/genuine-discussions-surrounding-https/</loc>
		<lastmod>2026-09-17T12:52:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/atencao-ao-percurso-da-galinha-em-https-2/</loc>
		<lastmod>2026-09-17T12:44:07+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/atencao-ao-percurso-desafiador-com-roadchicken-pt/</loc>
		<lastmod>2026-09-17T12:44:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/spinan-13/</loc>
		<lastmod>2026-09-17T12:43:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/spinanga-review-116/</loc>
		<lastmod>2026-09-17T12:43:35+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/investment-pieces-with-https-fortunicas-co-uk/</loc>
		<lastmod>2026-09-17T12:43:06+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/investment-options-with-fortunicas-co-uk-for-long/</loc>
		<lastmod>2026-09-17T12:43:04+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/sublime-rewards-and-7gold-casino-experiences-for/</loc>
		<lastmod>2026-09-17T12:41:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/sublime-journeys-and-7gold-casino-experiences-for/</loc>
		<lastmod>2026-09-17T12:41:48+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/einzigartige-designs-und-https-spinanias-com-de-4/</loc>
		<lastmod>2026-09-17T12:31:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/einzigartige-designs-und-https-spinanias-com-de-5/</loc>
		<lastmod>2026-09-17T12:31:09+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/vibrant-gaming-experiences-await-alongside-king/</loc>
		<lastmod>2026-09-17T12:23:45+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/vibrant-gaming-experiences-await-around-https-king/</loc>
		<lastmod>2026-09-17T12:23:43+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fondamentali-soluzioni-con-diva-spin-it-com-per-un/</loc>
		<lastmod>2026-09-17T12:19:15+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/fondamentali-soluzioni-creative-attorno-a-diva/</loc>
		<lastmod>2026-09-17T12:19:14+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/essential-details-concerning-bet-label-eu-simplify/</loc>
		<lastmod>2026-09-17T12:18:41+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/essential-details-regarding-bet-label-eu-and/</loc>
		<lastmod>2026-09-17T12:18:37+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/zkuenosti-hra-s-22bet-odhaluji-zajimave-trendy-v/</loc>
		<lastmod>2026-09-17T12:03:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/zkuenosti-hra-s-22bet-odhaluji-zajimave-strategie/</loc>
		<lastmod>2026-09-17T12:03:32+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/increible-estrategia-en-chicken-road-game-casino-2/</loc>
		<lastmod>2026-09-17T11:46:36+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/increible-estrategia-en-chicken-road-game-casino/</loc>
		<lastmod>2026-09-17T11:46:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/boy-abdomen-wellness-associated-with-migraines-allergies/</loc>
		<lastmod>2026-09-17T11:32:25+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/in-the-function-1094-b-transmittal-away-from-coverage-of/</loc>
		<lastmod>2026-09-17T11:32:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/zkuenosti-s-online-sazenim-a-22bet-platformou-pro/</loc>
		<lastmod>2026-09-17T11:17:31+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/zkuenosti-s-online-sazenim-a-22-bet-pinaeji-nove/</loc>
		<lastmod>2026-09-17T11:17:30+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/m88-va-su-an-toan-trong-ca-cuoc-tai-sao-toc-do-rut-tien-2/</loc>
		<lastmod>2026-09-16T12:16:33+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/m88-va-su-an-toan-trong-ca-cuoc-tai-sao-toc-do-rut-tien/</loc>
		<lastmod>2026-09-16T12:14:03+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/pin-up-casino-da-jonli-o-yinlar-o-z-tajribangizni-yaxshilang/</loc>
		<lastmod>2026-09-15T09:27:22+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/top-features-of-betpkr-what-makes-their-live-dealer-and-slots-a-must-try/</loc>
		<lastmod>2026-09-14T14:00:19+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/mostbet-hungary-online-kaszino-elmenye-elo-asztalok-es-nepszeru-nyerogepek/</loc>
		<lastmod>2026-09-14T12:01:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://asha.org.pk/coronavirus-disease-2019/</loc>
		<lastmod>2026-09-11T19:38:12+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->