tabexseriescomponents 0.2.1069 → 0.2.1071

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (389) hide show
  1. package/dist/index.cjs.js +854 -484
  2. package/dist/index.esm.js +854 -484
  3. package/dist/index.umd.js +854 -484
  4. package/package.json +1 -1
  5. package/srcbefore27-11/Contexts/LanguageContext.jsx +408 -0
  6. package/srcbefore27-11/Contexts/ProductsCardsSectionContext.jsx +36 -0
  7. package/srcbefore27-11/Imagekitconfig copy.jsx +46 -0
  8. package/srcbefore27-11/Imagekitconfig.jsx +178 -0
  9. package/srcbefore27-11/StylesJS/Customstyles.js +456 -0
  10. package/srcbefore27-11/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +538 -0
  11. package/srcbefore27-11/TabexComponents/Cards/Card20/Card20.jsx +299 -0
  12. package/srcbefore27-11/TabexComponents/Cards/Card21/Card21.jsx +388 -0
  13. package/srcbefore27-11/TabexComponents/Cards/Card22/Card22.jsx +288 -0
  14. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
  15. package/srcbefore27-11/TabexComponents/Cards/Card23/Card23.jsx +733 -0
  16. package/srcbefore27-11/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
  17. package/srcbefore27-11/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
  18. package/srcbefore27-11/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
  19. package/srcbefore27-11/TabexComponents/Cards/Cardwithdetailsshowonhover/Cardwithdetailsshowonhover.jsx +1074 -0
  20. package/srcbefore27-11/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
  21. package/srcbefore27-11/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +293 -0
  22. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover/Categorycard_details_onhover.jsx +512 -0
  23. package/srcbefore27-11/TabexComponents/Cards/Categorycard_details_onhover copy/Categorycard_details_onhover.jsx +513 -0
  24. package/srcbefore27-11/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
  25. package/srcbefore27-11/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
  26. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
  27. package/srcbefore27-11/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +184 -0
  28. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
  29. package/srcbefore27-11/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +208 -0
  30. package/srcbefore27-11/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
  31. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
  32. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +145 -0
  33. package/srcbefore27-11/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
  34. package/srcbefore27-11/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
  35. package/srcbefore27-11/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +605 -0
  36. package/srcbefore27-11/TabexComponents/Cards/MenuCard/MenuCard.jsx +817 -0
  37. package/srcbefore27-11/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
  38. package/srcbefore27-11/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
  39. package/srcbefore27-11/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
  40. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
  41. package/srcbefore27-11/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
  42. package/srcbefore27-11/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
  43. package/srcbefore27-11/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
  44. package/srcbefore27-11/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
  45. package/srcbefore27-11/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
  46. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
  47. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
  48. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
  49. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
  50. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
  51. package/srcbefore27-11/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +731 -0
  52. package/srcbefore27-11/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
  53. package/srcbefore27-11/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
  54. package/srcbefore27-11/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +138 -0
  55. package/srcbefore27-11/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +611 -0
  56. package/srcbefore27-11/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +600 -0
  57. package/srcbefore27-11/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
  58. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
  59. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +2321 -0
  60. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +1311 -0
  61. package/srcbefore27-11/TabexComponents/Cards/Simpleproductcard/Simpleproductcardlastversion15-9.jsx +1292 -0
  62. package/srcbefore27-11/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
  63. package/srcbefore27-11/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
  64. package/srcbefore27-11/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
  65. package/srcbefore27-11/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
  66. package/srcbefore27-11/TabexComponents/Cards/Variants_J_Cards/Variants_J_Cards.jsx +660 -0
  67. package/srcbefore27-11/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +759 -0
  68. package/srcbefore27-11/TabexComponents/Footer/Footer1/Footer1.jsx +551 -0
  69. package/srcbefore27-11/TabexComponents/Footer/Footer2/Footer2.jsx +731 -0
  70. package/srcbefore27-11/TabexComponents/Footer/Footer3/Footer3.jsx +414 -0
  71. package/srcbefore27-11/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
  72. package/srcbefore27-11/TabexComponents/Footer/Footer5/Footer5.jsx +776 -0
  73. package/srcbefore27-11/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
  74. package/srcbefore27-11/TabexComponents/Footer/Footer7/Footer7.jsx +430 -0
  75. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8 copy.jsx +1970 -0
  76. package/srcbefore27-11/TabexComponents/Footer/Footer8/Footer8.jsx +2015 -0
  77. package/srcbefore27-11/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
  78. package/srcbefore27-11/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +582 -0
  79. package/srcbefore27-11/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +1165 -0
  80. package/srcbefore27-11/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +646 -0
  81. package/srcbefore27-11/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
  82. package/srcbefore27-11/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +332 -0
  83. package/srcbefore27-11/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
  84. package/srcbefore27-11/TabexComponents/Generalfiles/images/noimage.png +0 -0
  85. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
  86. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
  87. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
  88. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
  89. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
  90. package/srcbefore27-11/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
  91. package/srcbefore27-11/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
  92. package/srcbefore27-11/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
  93. package/srcbefore27-11/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
  94. package/srcbefore27-11/TabexComponents/Generalfiles/images/usflag.png +0 -0
  95. package/srcbefore27-11/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
  96. package/srcbefore27-11/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1264 -0
  97. package/srcbefore27-11/TabexComponents/Headers/CategoriesComponent/CategoriesComponent.jsx +375 -0
  98. package/srcbefore27-11/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1056 -0
  99. package/srcbefore27-11/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1498 -0
  100. package/srcbefore27-11/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1289 -0
  101. package/srcbefore27-11/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
  102. package/srcbefore27-11/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +907 -0
  103. package/srcbefore27-11/TabexComponents/Headers/FloatingIcons/FloatingIcons.jsx +358 -0
  104. package/srcbefore27-11/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +875 -0
  105. package/srcbefore27-11/TabexComponents/Headers/Header4/Header4.jsx +622 -0
  106. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
  107. package/srcbefore27-11/TabexComponents/Headers/Header8/Header8.jsx +3414 -0
  108. package/srcbefore27-11/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +777 -0
  109. package/srcbefore27-11/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +933 -0
  110. package/srcbefore27-11/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +710 -0
  111. package/srcbefore27-11/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
  112. package/srcbefore27-11/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +1347 -0
  113. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1566 -0
  114. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
  115. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
  116. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
  117. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +7199 -0
  118. package/srcbefore27-11/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
  119. package/srcbefore27-11/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +941 -0
  120. package/srcbefore27-11/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +80 -0
  121. package/srcbefore27-11/TabexComponents/Headers/Minimalheader/Minimalheader.jsx +846 -0
  122. package/srcbefore27-11/TabexComponents/Headers/Modernheader/Modernheader.jsx +1198 -0
  123. package/srcbefore27-11/TabexComponents/Headers/ParentCollectionsComponent/ParentCollectionsComponent.jsx +385 -0
  124. package/srcbefore27-11/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +784 -0
  125. package/srcbefore27-11/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1186 -0
  126. package/srcbefore27-11/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +3711 -0
  127. package/srcbefore27-11/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +266 -0
  128. package/srcbefore27-11/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +860 -0
  129. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader copy.jsx +950 -0
  130. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader.jsx +1052 -0
  131. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
  132. package/srcbefore27-11/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
  133. package/srcbefore27-11/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
  134. package/srcbefore27-11/TabexComponents/Headers/SubheaderDropdown/SubheaderDropdown.jsx +610 -0
  135. package/srcbefore27-11/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1049 -0
  136. package/srcbefore27-11/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1095 -0
  137. package/srcbefore27-11/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +979 -0
  138. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
  139. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
  140. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +872 -0
  141. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContentrecent.jsx +895 -0
  142. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
  143. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
  144. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
  145. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
  146. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
  147. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +421 -0
  148. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
  149. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
  150. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +822 -0
  151. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm19-8beforeattach.jsx +789 -0
  152. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm22-7.jsx +787 -0
  153. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
  154. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
  155. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
  156. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +295 -0
  157. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/PopupCountryComponent/PopupCountryComponent.jsx +120 -0
  158. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +119 -0
  159. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
  160. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
  161. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +489 -0
  162. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
  163. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
  164. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +633 -0
  165. package/srcbefore27-11/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +509 -0
  166. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
  167. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
  168. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
  169. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +2323 -0
  170. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
  171. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
  172. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection21-11beforeform.jsx +1891 -0
  173. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
  174. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection/CardsSectionwithanomation12-1.jsx +2065 -0
  175. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
  176. package/srcbefore27-11/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
  177. package/srcbefore27-11/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
  178. package/srcbefore27-11/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +966 -0
  179. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
  180. package/srcbefore27-11/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +1577 -0
  181. package/srcbefore27-11/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +596 -0
  182. package/srcbefore27-11/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
  183. package/srcbefore27-11/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
  184. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
  185. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +394 -0
  186. package/srcbefore27-11/TabexComponents/Sections/Slideshow/CountDownSection/CountDownSection.jsx +174 -0
  187. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
  188. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +651 -0
  189. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
  190. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection20-2.jsx +1017 -0
  191. package/srcbefore27-11/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
  192. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +3027 -0
  193. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
  194. package/srcbefore27-11/TabexComponents/Sections/Slideshow/MarqueeSection/MarqueeSection.jsx +103 -0
  195. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Preloaderone/Preloaderone.jsx +49 -0
  196. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
  197. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +384 -0
  198. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards copy.jsx +1576 -0
  199. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +1989 -0
  200. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
  201. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
  202. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
  203. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
  204. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +474 -0
  205. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
  206. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +665 -0
  207. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
  208. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
  209. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
  210. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
  211. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
  212. package/srcbefore27-11/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +741 -0
  213. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TableSection/TableSection.jsx +423 -0
  214. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
  215. package/srcbefore27-11/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +636 -0
  216. package/srcbefore27-11/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
  217. package/srcbefore27-11/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +234 -0
  218. package/srcbefore27-11/TabexComponents/StaticPages/AddReview/AddReview.jsx +306 -0
  219. package/srcbefore27-11/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +364 -0
  220. package/srcbefore27-11/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +1000 -0
  221. package/srcbefore27-11/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
  222. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
  223. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout.jsx +2506 -0
  224. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
  225. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout12-12beforeextras.jsx +1999 -0
  226. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
  227. package/srcbefore27-11/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
  228. package/srcbefore27-11/TabexComponents/StaticPages/Compare/Compare.jsx +79 -0
  229. package/srcbefore27-11/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
  230. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
  231. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
  232. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter.jsx +3337 -0
  233. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
  234. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
  235. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
  236. package/srcbefore27-11/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
  237. package/srcbefore27-11/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
  238. package/srcbefore27-11/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
  239. package/srcbefore27-11/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
  240. package/srcbefore27-11/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
  241. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
  242. package/srcbefore27-11/TabexComponents/StaticPages/Login/Login.jsx +616 -0
  243. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +693 -0
  244. package/srcbefore27-11/TabexComponents/StaticPages/OrderSuccess/OrderSuccess2.jsx +173 -0
  245. package/srcbefore27-11/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1831 -0
  246. package/srcbefore27-11/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
  247. package/srcbefore27-11/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
  248. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
  249. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
  250. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +268 -0
  251. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +190 -0
  252. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
  253. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +224 -0
  254. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductFileUploader.jsx +136 -0
  255. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +347 -0
  256. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +262 -0
  257. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +5566 -0
  258. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
  259. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
  260. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
  261. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
  262. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Product_itemtypeeuro.jsx +3101 -0
  263. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +3047 -0
  264. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo13-5.jsx +2103 -0
  265. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfo_28_6.jsx +2189 -0
  266. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Productinfotoday.jsx +2166 -0
  267. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.js +2714 -0
  268. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +2206 -0
  269. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Service_itemtypetill28-4-2025.jsx +1158 -0
  270. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +1117 -0
  271. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabs4-5.jsx +1043 -0
  272. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Serviceinfotabstill28-4-2025.jsx +1040 -0
  273. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +905 -0
  274. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
  275. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
  276. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
  277. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
  278. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
  279. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
  280. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
  281. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
  282. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
  283. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
  284. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
  285. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
  286. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
  287. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
  288. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +928 -0
  289. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
  290. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
  291. package/srcbefore27-11/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
  292. package/srcbefore27-11/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
  293. package/srcbefore27-11/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +346 -0
  294. package/srcbefore27-11/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +367 -0
  295. package/srcbefore27-11/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +222 -0
  296. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
  297. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
  298. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1505 -0
  299. package/srcbefore27-11/TabexComponents/StaticPages/Signup/CustomerInformationForm12-5beforeemailrequired.jsx +1476 -0
  300. package/srcbefore27-11/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
  301. package/srcbefore27-11/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
  302. package/srcbefore27-11/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +219 -0
  303. package/srcbefore27-11/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
  304. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
  305. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
  306. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
  307. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
  308. package/srcbefore27-11/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
  309. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
  310. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
  311. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
  312. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
  313. package/srcbefore27-11/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
  314. package/srcbefore27-11/button.jsx +40 -0
  315. package/srcbefore27-11/index.jsx +353 -0
  316. package/srcbefore27-11/styles/Home.module.css +129 -0
  317. package/srcbefore27-11/styles/cards/Categorcycard_fullimage.module.css +14 -0
  318. package/srcbefore27-11/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
  319. package/srcbefore27-11/styles/cards/Categorycard_withshapes.module.css +189 -0
  320. package/srcbefore27-11/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
  321. package/srcbefore27-11/styles/cards/Productcard6.module.css +9 -0
  322. package/srcbefore27-11/styles/cards/Productccard_with_zoominonhover.module.css +94 -0
  323. package/srcbefore27-11/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
  324. package/srcbefore27-11/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
  325. package/srcbefore27-11/styles/cards/card23.module.css +60 -0
  326. package/srcbefore27-11/styles/cards/categorycard.module.css +84 -0
  327. package/srcbefore27-11/styles/cards/categorycard3.module.css +50 -0
  328. package/srcbefore27-11/styles/cards/categorycardwithtext.module.css +40 -0
  329. package/srcbefore27-11/styles/cards/generalCardsStyles.module.css +79 -0
  330. package/srcbefore27-11/styles/cards/productcard_animatedbuttons.module.css +139 -0
  331. package/srcbefore27-11/styles/cards/productcard_with_textonhover.module.css +18 -0
  332. package/srcbefore27-11/styles/cards/productcard_withtextonimage.module.css +0 -0
  333. package/srcbefore27-11/styles/cards/productccard_with_imageontopleft.module.css +85 -0
  334. package/srcbefore27-11/styles/general/bootstrap.css +4763 -0
  335. package/srcbefore27-11/styles/general/dropdown.css +206 -0
  336. package/srcbefore27-11/styles/general/editorbardropdown.module.css +94 -0
  337. package/srcbefore27-11/styles/general/filter.module.css +108 -0
  338. package/srcbefore27-11/styles/general/form.module.css +255 -0
  339. package/srcbefore27-11/styles/general/general.module.css +872 -0
  340. package/srcbefore27-11/styles/general/image-gallery.css +531 -0
  341. package/srcbefore27-11/styles/general/react-accessible-accordion.module.css +52 -0
  342. package/srcbefore27-11/styles/general/react-phone-input-2.module.css +927 -0
  343. package/srcbefore27-11/styles/general/scrollbtn.module.css +22 -0
  344. package/srcbefore27-11/styles/general/slick.module.css +166 -0
  345. package/srcbefore27-11/styles/general/tabs.module.css +119 -0
  346. package/srcbefore27-11/styles/general/workplaceeditor.module.css +328 -0
  347. package/srcbefore27-11/styles/globals.css +26 -0
  348. package/srcbefore27-11/styles/headers/CTAHeader.module.css +40 -0
  349. package/srcbefore27-11/styles/headers/CategoryFeaturingHeader.module.css +61 -0
  350. package/srcbefore27-11/styles/headers/Gotoheader.module.css +87 -0
  351. package/srcbefore27-11/styles/headers/Header7.module.css +50 -0
  352. package/srcbefore27-11/styles/headers/HeaderWithAdSlider.module.css +86 -0
  353. package/srcbefore27-11/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
  354. package/srcbefore27-11/styles/headers/HeaderWithUtilityBar.module.css +46 -0
  355. package/srcbefore27-11/styles/headers/Header_threesectionslogocentered.module.css +84 -0
  356. package/srcbefore27-11/styles/headers/NewHeader.module.css +101 -0
  357. package/srcbefore27-11/styles/headers/SearchFocusedHeader.module.css +62 -0
  358. package/srcbefore27-11/styles/headers/Sideheader.module.css +108 -0
  359. package/srcbefore27-11/styles/headers/Simpleheader.module.css +102 -0
  360. package/srcbefore27-11/styles/headers/classicheader.module.css +16 -0
  361. package/srcbefore27-11/styles/headers/classicheaderstyles.module.css +9 -0
  362. package/srcbefore27-11/styles/headers/dropdown.css +0 -0
  363. package/srcbefore27-11/styles/headers/header4.module.css +175 -0
  364. package/srcbefore27-11/styles/headers/header5.module.css +30 -0
  365. package/srcbefore27-11/styles/headers/header_contactinfo.module.css +53 -0
  366. package/srcbefore27-11/styles/headers/headerresturant.module.css +89 -0
  367. package/srcbefore27-11/styles/headers/modernheader.module.css +45 -0
  368. package/srcbefore27-11/styles/headers/stylishheader.module.css +24 -0
  369. package/srcbefore27-11/styles/headers/subheader.module.css +114 -0
  370. package/srcbefore27-11/styles/headers/threetieredheader.module.css +91 -0
  371. package/srcbefore27-11/styles/sections/BackgroundImageWithTopContent.css +4 -0
  372. package/srcbefore27-11/styles/sections/Backgroundimage1.module.css +17 -0
  373. package/srcbefore27-11/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
  374. package/srcbefore27-11/styles/sections/Freetext.module.css +18 -0
  375. package/srcbefore27-11/styles/sections/Section_with_rightbgcont.module.css +49 -0
  376. package/srcbefore27-11/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
  377. package/srcbefore27-11/styles/sections/Slideshow_with_squarebg.module.css +39 -0
  378. package/srcbefore27-11/styles/staticpages/accordion.module.css +9 -0
  379. package/srcbefore27-11/styles/staticpages/cart.module.css +108 -0
  380. package/srcbefore27-11/styles/staticpages/dropdown.css +196 -0
  381. package/srcbefore27-11/styles/staticpages/filter.module.css +139 -0
  382. package/srcbefore27-11/styles/staticpages/image-gallery.css +481 -0
  383. package/srcbefore27-11/styles/staticpages/login.module.css +155 -0
  384. package/srcbefore27-11/styles/staticpages/productinfo.module.css +54 -0
  385. package/srcbefore27-11/styles/staticpages/shop.module.css +191 -0
  386. package/srcbefore27-11/styles/staticpages/signup.module.css +250 -0
  387. package/srcbefore27-11/styles/staticpages/staticroutersidenav.module.css +129 -0
  388. package/srcbefore27-11/styles/staticpages/viewcart.module.css +129 -0
  389. package/srcbefore27-11/styles/staticpages/wishlist.module.css +29 -0
@@ -0,0 +1,2015 @@
1
+ import React, { useEffect, useState, useContext } from 'react';
2
+ import { css } from 'glamor';
3
+ import { Imagekitimagecomp } from '../../../Imagekitconfig.jsx';
4
+ import { FaFacebookF } from '@react-icons/all-files/fa/FaFacebookF';
5
+ import { FaGoogle } from '@react-icons/all-files/fa/FaGoogle';
6
+ import { AiFillInstagram } from '@react-icons/all-files/ai/AiFillInstagram';
7
+ import { FaWhatsapp } from '@react-icons/all-files/fa/FaWhatsapp';
8
+ import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
9
+ import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
10
+ import { AiFillYoutube } from '@react-icons/all-files/ai/AiFillYoutube';
11
+ import { AiOutlineMail } from '@react-icons/all-files/ai/AiOutlineMail';
12
+ import { Accordion, AccordionItem, AccordionItemHeading, AccordionItemButton, AccordionItemPanel, AccordionItemState } from 'react-accessible-accordion';
13
+ import { FiChevronUp } from '@react-icons/all-files/fi/FiChevronUp';
14
+ import { FiChevronDown } from '@react-icons/all-files/fi/FiChevronDown';
15
+ const Footer8 = (props) => {
16
+ const [sectionproperties, setsectionproperties] = useState('');
17
+ const [logoarrayofobjects, setlogoarrayofobjects] = useState([]);
18
+ const history = props.actions.history;
19
+ const StatePagePropertiesContext = props.actions.StatePagePropertiesContext;
20
+ const lang = props.actions.lang;
21
+ const langdetect = props.actions.langdetect;
22
+ const routingcountext = props.actions.routingcountext;
23
+ const StaticPagesLinksContext = props.actions.StaticPagesLinksContext;
24
+ const authdetailsContext = props.actions.authdetailsContext;
25
+ const templateproperties_context = props.actions.templateproperties_context;
26
+ const templatepropcontext = props.actions.templatepropcontext;
27
+ const ikimagecredcontext = props.actions.ikimagecredcontext;
28
+ const fetchCategoriesQueryContext = props.actions.fetchCategoriesQueryContext;
29
+
30
+ useEffect(() => {
31
+ var secpropobj = {};
32
+ StatePagePropertiesContext.pageobj.sections.forEach(function (sectionitem, sectionindex) {
33
+ if (sectionitem.sectionid == props.sectionidprops) {
34
+ sectionitem.sectionproperties.forEach(function (sectionpropertiesobj, sectionpropertiesindex) {
35
+ secpropobj[sectionpropertiesobj.property_css_name] = sectionpropertiesobj.property_value;
36
+ });
37
+ }
38
+ });
39
+ setsectionproperties({ ...secpropobj });
40
+ }, [StatePagePropertiesContext]);
41
+ const returnpolicyobj = (policytype) => {
42
+ var policyobj = {};
43
+ authdetailsContext?.instinfo?.instpolicies?.forEach(function (item, index) {
44
+ if (item.policytype == policytype) {
45
+ policyobj = item;
46
+ }
47
+ });
48
+ return policyobj;
49
+ };
50
+ const footerStyles = {
51
+ footerContainer: css({
52
+ background: sectionproperties.footerbgcolor,
53
+ paddingTop: sectionproperties.footer_paddingTop + 'px',
54
+ paddingBottom: sectionproperties.footer_paddingBottom + 'px',
55
+ width: '100vw',
56
+ }),
57
+ footerlogo: css({
58
+ width: sectionproperties.logo_width + 'px',
59
+ height: sectionproperties.logo_height + 'px',
60
+ position: 'relative',
61
+ }),
62
+ textStyles: css({
63
+ fontSize: sectionproperties.footerinfotext_fontsize + 'px',
64
+ color: sectionproperties.footerinfotext_color,
65
+ textTransform: sectionproperties.footerinfotext_textTransform,
66
+ fontWeight: sectionproperties.footerinfotext_fontweight,
67
+ }),
68
+ iconStyle: css({
69
+ width: sectionproperties.iconcontainerwidth + 'px',
70
+ height: sectionproperties.iconcontainerheight + 'px',
71
+ borderTopLeftRadius: sectionproperties.iconcontainerbordertl + 'px',
72
+ borderTopRightRadius: sectionproperties.iconcontainerbordertr + 'px',
73
+ borderBottomLeftRadius: sectionproperties.iconcontainerborderbl + 'px',
74
+ borderBottomRightRadius: sectionproperties.iconcontainerborderbr + 'px',
75
+ color: sectionproperties.iconcontainercolor,
76
+ backgroundColor: sectionproperties.iconcontainerbg,
77
+ border: sectionproperties.iconcontainer_borderWidth + 'px solid ' + sectionproperties.iconcontainer_bordercolor,
78
+ ':hover': {
79
+ backgroundColor: sectionproperties.iconcontainerbgonhover,
80
+ color: sectionproperties.iconcontainercoloronhover,
81
+ },
82
+ }),
83
+ iconTextStyle: css({
84
+ color: sectionproperties.footerinfotext_secondarycolor,
85
+ fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
86
+ fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
87
+ }),
88
+ iconTextStylepagename: css({
89
+ color: sectionproperties.footerinfotext_secondarycolor,
90
+ fontSize: sectionproperties.footerinfotext_secondaryfontsize + 'px',
91
+ fontWeight: sectionproperties.footerinfotext_secondaryfontweight,
92
+ transition: '.3s',
93
+ ':hover': {
94
+ color: sectionproperties.footerinfotext_coloronhover,
95
+ },
96
+ }),
97
+ footerinfoContainer: css({
98
+ ':hover .footerinfo': {
99
+ transition: '.3s',
100
+ color: sectionproperties.footerinfotext_coloronhover,
101
+ },
102
+ }),
103
+ logoStyles: css({
104
+ width: sectionproperties.logo_width + 'px',
105
+ height: sectionproperties.logo_height + 'px',
106
+ }),
107
+ sectionTitle: css({
108
+ color: sectionproperties.sectionTitleColor,
109
+ fontSize: sectionproperties.sectionTitleFontSize + 'px',
110
+ textTransform: sectionproperties.sectionTitleTextTransform,
111
+ fontWeight: sectionproperties.sectionTitleFontWeight,
112
+ }),
113
+ subPages: css({
114
+ textTransform: sectionproperties.footertitle_texttransform,
115
+ fontSize: sectionproperties.footertitle__fontsize + 'px',
116
+ fontWeight: sectionproperties.footertitle__fontweight,
117
+ color: sectionproperties.footertitlecolor,
118
+ cursor: 'pointer',
119
+ transition: '.3s',
120
+ ':hover': {
121
+ color: sectionproperties.footertitlecoloronhover,
122
+ },
123
+ }),
124
+ facebook_btn: css({
125
+ cursor: 'pointer',
126
+ background: sectionproperties.facebkbtnn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.facebkbtnnbgColor,
127
+ width: sectionproperties.facebkbtnnWidth + 'px',
128
+ height: sectionproperties.facebkbtnnHeight + 'px',
129
+ borderRadius: sectionproperties.facebkbtnn_borderRadius + 'px',
130
+ color: sectionproperties.facebkbtnnTextcolor,
131
+ border: sectionproperties.facebkbtnnborderwidth + 'px solid ' + sectionproperties.facebkbtnnbordercolor,
132
+ transition: '.3s',
133
+ ':hover': {
134
+ background: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? 'Transparent' : sectionproperties.facebkbtnnbgColoronhover,
135
+ borderColor: sectionproperties.facebkbtnntransparentbgcoloronhover == 'Transparent' ? sectionproperties.facebkbtnnTextcoloronhover : sectionproperties.facebkbtnnbgColoronhover,
136
+ color: sectionproperties.facebkbtnnTextcoloronhover,
137
+ },
138
+ }),
139
+ youtube_btn: css({
140
+ cursor: 'pointer',
141
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
142
+ width: sectionproperties.youtubebtnWidth + 'px',
143
+ height: sectionproperties.youtubebtnHeight + 'px',
144
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
145
+ color: sectionproperties.youtubebtnTextcolor,
146
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
147
+ transition: '.3s',
148
+ ':hover': {
149
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
150
+ borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
151
+ color: sectionproperties.youtubebtnTextcoloronhover,
152
+ },
153
+ }),
154
+ youtube_btnnnn: css({
155
+ cursor: 'pointer',
156
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
157
+ width: sectionproperties.youtubebtnWidth + 'px',
158
+ height: sectionproperties.youtubebtnHeight + 'px',
159
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
160
+ color: 'red',
161
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
162
+ transition: '.3s',
163
+ ':hover': {
164
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
165
+ borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
166
+ color: sectionproperties.youtubebtnTextcoloronhover,
167
+ },
168
+ }),
169
+ mailbtn: css({
170
+ cursor: 'pointer',
171
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
172
+ width: sectionproperties.youtubebtnWidth + 'px',
173
+ height: sectionproperties.youtubebtnHeight + 'px',
174
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
175
+ color: '#001f3c',
176
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
177
+ transition: '.3s',
178
+ ':hover': {
179
+ background: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColoronhover,
180
+ borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
181
+ color: sectionproperties.youtubebtnTextcoloronhover,
182
+ },
183
+ }),
184
+
185
+ gmail: css({
186
+ cursor: 'pointer',
187
+ background: sectionproperties.youtubebtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.youtubebtnbgColor,
188
+ width: sectionproperties.youtubebtnWidth + 'px',
189
+ height: sectionproperties.youtubebtnHeight + 'px',
190
+ borderRadius: sectionproperties.youtubebtn_borderRadius + 'px',
191
+ color: sectionproperties.youtubebtnTextcolor,
192
+ border: sectionproperties.youtubebtnborderwidth + 'px solid ' + sectionproperties.youtubebtnbordercolor,
193
+ transition: '.3s',
194
+ ':hover': {
195
+ background: '#176bef',
196
+ borderColor: sectionproperties.youtubebtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.youtubebtnTextcoloronhover : sectionproperties.youtubebtnbgColoronhover,
197
+ color: sectionproperties.youtubebtnTextcoloronhover,
198
+ },
199
+ }),
200
+ instgram_btn: css({
201
+ cursor: 'pointer',
202
+ background: sectionproperties.instgrambtn_bgtransparent == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColor,
203
+ width: sectionproperties.instgrambtnWidth + 'px',
204
+ height: sectionproperties.instgrambtnHeight + 'px',
205
+ borderRadius: sectionproperties.instgrambtn_borderRadius + 'px',
206
+ color: sectionproperties.instgrambtnTextcolor,
207
+ border: sectionproperties.instgrambtnborderwidth + 'px solid ' + sectionproperties.instgrambtnbordercolor,
208
+ transition: '.3s',
209
+ ':hover': {
210
+ background: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? 'transparent' : sectionproperties.instgrambtnbgColoronhover,
211
+ borderColor: sectionproperties.instgrambtn_transparentbgcoloronhover == 'Transparent' ? sectionproperties.instgrambtnTextcoloronhover : sectionproperties.instgrambtnbgColoronhover,
212
+ color: sectionproperties.instgrambtnTextcoloronhover,
213
+ },
214
+ }),
215
+ divider: css({
216
+ height: sectionproperties.vl_height + 'px',
217
+ width: sectionproperties.vl_width + '%',
218
+ backgroundColor: sectionproperties.vl_bg,
219
+ marginBottom: sectionproperties.divider_mb + 'px',
220
+ marginTop: sectionproperties.divider_mt + 'px',
221
+ }),
222
+ appstore: css({
223
+ width: '100%',
224
+ objectFit: 'contain',
225
+ }),
226
+ googleplay: css({
227
+ width: '100%',
228
+ objectFit: 'contain',
229
+ }),
230
+ linkedinbtn: css({
231
+ color: sectionproperties.linkedinbtnTextcolor,
232
+ backgroundColor: sectionproperties.linkedinbgcolor,
233
+ ':hover': {
234
+ backgroundColor: sectionproperties.linkedinbgcoloronhover,
235
+ color: sectionproperties.linkedinbtnTextcoloronhover,
236
+ },
237
+ }),
238
+ tiktokbtn: css({
239
+ color: authdetailsContext?.instinfo?.instid == '67d6bda67adf6' ? '#05756d' : '',
240
+ ':hover': {
241
+ backgroundColor: sectionproperties.tiktokbgcoloronhover,
242
+ },
243
+ }),
244
+ };
245
+
246
+ useEffect(() => {
247
+ if (templateproperties_context.length != 0 && templateproperties_context.logoarrayofobjects != undefined) {
248
+ var logoarrayofobjectsparsed = JSON.parse(templateproperties_context.logoarrayofobjects);
249
+ if (Array.isArray(logoarrayofobjectsparsed)) {
250
+ setlogoarrayofobjects([...logoarrayofobjectsparsed]);
251
+ }
252
+ }
253
+ }, [templateproperties_context]);
254
+
255
+ return (
256
+ <footer class="row m-0 w-100 justify-content-center">
257
+ {authdetailsContext?.instinfo?.instid != '67b1bb900a541' && authdetailsContext?.instinfo?.instid != '67d6bda67adf6' && (
258
+ <div class={`${footerStyles.footerContainer}` + ' col-lg-12 col-md-12 col-sm-12 '}>
259
+ {/* Upper Section */}
260
+ {/* footerstyle */}
261
+ {sectionproperties.footerstyle == 'Style 1' && (
262
+ <div
263
+ class="row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3"
264
+ style={{
265
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
266
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
267
+ }}
268
+ >
269
+ <div
270
+ class={
271
+ sectionproperties.prodCatShow == 'Show'
272
+ ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
273
+ : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
274
+ }
275
+ >
276
+ <div class="row m-0 w-100">
277
+ {sectionproperties.showlogo == 'Show' && (
278
+ <div class="col-lg-12 p-0 d-flex justify-content-start align-items-center mb-auto">
279
+ <div
280
+ class={`${footerStyles.logoStyles}` + ' d-flex justify-content-start align-items-center cursor-pointer '}
281
+ onClick={() => {
282
+ routingcountext('home');
283
+ }}
284
+ >
285
+ <Imagekitimagecomp
286
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
287
+ publicKey={ikimagecredcontext?.ikimagepublickey}
288
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
289
+ style={{
290
+ width: '100%',
291
+ height: '100%',
292
+ objectFit: 'contain',
293
+ }}
294
+ loading="lazy"
295
+ />
296
+ </div>
297
+ </div>
298
+ )}
299
+ {sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionposition == 'Bottom' && (
300
+ <div class={langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'}>
301
+ <p
302
+ class={langdetect == 'en' ? ' wordbreak pr-5 wordbreak3 mb-4 p-md-0 ' : ' wordbreak pl-5 wordbreak3 mb-4 p-md-0 '}
303
+ style={{
304
+ fontSize: sectionproperties.prodCatFontSize + 'px',
305
+ fontWeight: sectionproperties.prodCatFontWeight,
306
+ color: sectionproperties.prodCatColor,
307
+ textAlign: langdetect == 'en' ? 'left' : 'right',
308
+ }}
309
+ >
310
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
311
+ </p>
312
+ </div>
313
+ )}
314
+ </div>
315
+ </div>
316
+
317
+ <div class={sectionproperties.prodCatShow == 'Show' ? 'col-lg-6 p-0' : 'col-lg-8 p-0'}>
318
+ <div class="row m-0 w-100">
319
+ {sectionproperties.prodCatShow == 'Show' && sectionproperties.descriptionposition == 'Top' && (
320
+ <div
321
+ class={
322
+ langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2 mb-3' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2 mb-3'
323
+ }
324
+ >
325
+ <p
326
+ class={' wordbreak mb-3 p-md-0 '}
327
+ style={{
328
+ fontSize: sectionproperties.prodCatFontSize + 'px',
329
+ fontWeight: sectionproperties.prodCatFontWeight,
330
+ color: sectionproperties.prodCatColor,
331
+ textAlign: langdetect == 'en' ? 'left' : 'right',
332
+ }}
333
+ >
334
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
335
+ </p>
336
+ </div>
337
+ )}
338
+ <div class={'col-lg-6 col-md-12 col-sm-12 align-items-center mb-md-3 p-sm-0'}>
339
+ {sectionproperties.showfooteraddress == 'Show' && (
340
+ <p class={`${footerStyles.textStyles}` + ' m-0 p-0 mb-3 mb-md-1 wordbreak d-none '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
341
+ {langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar}
342
+ </p>
343
+ )}
344
+ {sectionproperties.showfooteraddress == 'Show' && (
345
+ <div class="col-lg-12 col-md-12 col-sm-12 p-0 mb-3 mb-md-0 d-flex">
346
+ <div class={footerStyles.footerinfoContainer + ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 '}>
347
+ <p class={`${footerStyles.iconTextStyle}` + ' wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
348
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.address_en : authdetailsContext?.instinfo?.address_ar}
349
+ </p>
350
+ </div>
351
+ </div>
352
+ )}
353
+ {sectionproperties.showdownloadsection == 'Show' && (
354
+ <div class="col-lg-12 justify-content-start align-items-center mb-md-4 p-0">
355
+ <div class="row m-0 w-100 align-items-center flex-row justify-content-start justify-content-start justify-content-sm-center">
356
+ <div class="col-lg-12 p-0 mb-2">
357
+ <p class={`${footerStyles.textStyles}` + ' m-0 p-0 mb-2 mb-md-1 wordbreak '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
358
+ {langdetect == 'en' ? 'Download The App' : 'حمل التطبيق'}
359
+ </p>
360
+ </div>
361
+ <div class={langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 p-0 pr-2' : 'col-lg-4 col-md-3 col-sm-6 p-0 pl-2'}>
362
+ <img
363
+ class={`${footerStyles.appstore}` + ' d-flex justify-content-center align-items-center cursor-pointer '}
364
+ src={'https://tabex-co.com/storage/StaticImages/appstore.png'}
365
+ onClick={() => {
366
+ window.open(authdetailsContext?.instinfo?.mobileapplink_appstore, '_blank');
367
+ }}
368
+ />
369
+ </div>
370
+ <div class={langdetect == 'en' ? 'col-lg-4 col-md-3 col-sm-6 pl-0' : 'col-lg-4 col-md-3 col-sm-6 pr-0'}>
371
+ <img
372
+ class={`${footerStyles.googleplay}` + ' d-flex justify-content-center align-items-center cursor-pointer '}
373
+ src={'https://tabex-co.com/storage/StaticImages/googleplay.png'}
374
+ onClick={() => {
375
+ window.open(authdetailsContext?.instinfo?.mobileapplink_playstore, '_blank');
376
+ }}
377
+ />
378
+ </div>
379
+ </div>
380
+ </div>
381
+ )}
382
+ </div>
383
+
384
+ <div class={'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'}>
385
+ <div class="row m-0 w-100">
386
+ <div class="col-lg-12 p-0">
387
+ <p class={`${footerStyles.textStyles}` + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
388
+ {langdetect == 'en' ? sectionproperties.otherinfotitle2en : sectionproperties.otherinfotitle2ar}
389
+ </p>
390
+ </div>
391
+ <div class="col-lg-12 p-0 mb-2 mb-md-0 d-flex align-items-center justify-content-start">
392
+ {sectionproperties.showfooteremail == 'Show' && (
393
+ <div
394
+ class={
395
+ footerStyles.footerinfoContainer +
396
+ ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-2 cursor-pointer '
397
+ }
398
+ onClick={() => {
399
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
400
+ }}
401
+ >
402
+ <p
403
+ class={`${footerStyles.iconTextStyle}` + ' p-0 m-0 wordbreak text-transform-none footerinfo pb-1 '}
404
+ style={{
405
+ borderBottomWidth: '1px',
406
+ borderBottomStyle: 'solid',
407
+ textAlign: langdetect == 'en' ? 'left' : 'right',
408
+ }}
409
+ >
410
+ {authdetailsContext?.instinfo?.contactinfo?.email}
411
+ </p>
412
+ </div>
413
+ )}
414
+ </div>
415
+ <div class="col-lg-12 p-0 mt-2 mt-md-1 d-flex align-items-center justify-content-start">
416
+ {sectionproperties.showfooterphonenumber == 'Show' && (
417
+ <div
418
+ class={
419
+ footerStyles.footerinfoContainer +
420
+ ' col-xl-12 col-lg-12 col-md-12 col-sm-12 d-flex justify-content-start align-items-center mb-md-0 cursor-pointer '
421
+ }
422
+ onClick={() => {
423
+ window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_self');
424
+ }}
425
+ >
426
+ <p class={`${footerStyles.iconTextStyle}` + ' p-0 m-0 wordbreak footerinfo '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
427
+ {authdetailsContext?.CuContactphonenumber}
428
+ </p>
429
+ </div>
430
+ )}
431
+ </div>
432
+
433
+ <div class={'col-lg-12 p-0 d-flex align-items-center justify-content-start mt-3'}>
434
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
435
+ <div
436
+ class={
437
+ langdetect == 'en'
438
+ ? `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center mr-2 '
439
+ : `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-2 '
440
+ }
441
+ onClick={() => {
442
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
443
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
444
+ }
445
+ }}
446
+ >
447
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
448
+ </div>
449
+ )}
450
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
451
+ <div
452
+ class={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
453
+ onClick={() => {
454
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
455
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
456
+ }
457
+ }}
458
+ >
459
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
460
+ </div>
461
+ )}
462
+ {sectionproperties.youtbtn_show == 'Show' && authdetailsContext?.instinfo?.whatsappnumber != null && (
463
+ <div
464
+ class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
465
+ onClick={() => {
466
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
467
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
468
+ }
469
+ }}
470
+ >
471
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
472
+ </div>
473
+ )}
474
+ {sectionproperties.tiktokshow == 'Show' && authdetailsContext?.instinfo?.tiktoklink != null && (
475
+ <div
476
+ class={
477
+ langdetect == 'en'
478
+ ? `${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-2'
479
+ : `${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center mr-2 '
480
+ }
481
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
482
+ onClick={() => {
483
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
484
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
485
+ }
486
+ }}
487
+ >
488
+ <IoLogoTiktok size={sectionproperties.youtubebtniconfontsize} />
489
+ </div>
490
+ )}
491
+ </div>
492
+ </div>
493
+ </div>
494
+ </div>
495
+ </div>
496
+ </div>
497
+ )}
498
+
499
+ {sectionproperties.footerstyle == 'Style 2' && (
500
+ <div
501
+ class="row m-0 w-100 justify-content-center px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3"
502
+ style={{
503
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
504
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
505
+ }}
506
+ >
507
+ <div class={'col-lg-12 p-0 d-flex align-items-center justify-content-start mb-5'}>
508
+ <div class={'row m-0 w-100'}>
509
+ <div class="col-lg-12 text-start mb-3 p-md-0">
510
+ <p
511
+ class="m-0 p-0"
512
+ style={{
513
+ fontSize: 20,
514
+ fontWeight: 500,
515
+ color: '#fff',
516
+ }}
517
+ >
518
+ {langdetect == 'en' ? 'Follow Us' : 'تابعنا'}
519
+ </p>
520
+ </div>
521
+ <div class="col-lg-12 text-start px-5 flex-column">
522
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
523
+ <div
524
+ class={`${footerStyles.youtube_btn}` + ' w-100 d-flex align-items-center justify-content-start '}
525
+ onClick={() => {
526
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
527
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
528
+ }
529
+ }}
530
+ style={{
531
+ width: 'auto',
532
+ height: 'auto',
533
+ borderWidth: 0,
534
+ fontSize: 16,
535
+ fontWeight: 500,
536
+ textAlign: langdetect == 'en' ? 'left' : 'right',
537
+ }}
538
+ >
539
+ Facebook
540
+ </div>
541
+ )}
542
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
543
+ <div
544
+ class={`${footerStyles.youtube_btn}` + ' w-100 d-flex align-items-center justify-content-start '}
545
+ onClick={() => {
546
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
547
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
548
+ }
549
+ }}
550
+ style={{
551
+ width: 'auto',
552
+ height: 'auto',
553
+ borderWidth: 0,
554
+ fontSize: 16,
555
+ fontWeight: 500,
556
+ textAlign: langdetect == 'en' ? 'left' : 'right',
557
+ }}
558
+ >
559
+ Instagram
560
+ </div>
561
+ )}
562
+ {sectionproperties.youtbtn_show == 'Show' && authdetailsContext?.instinfo?.whatsappnumber != null && (
563
+ <div
564
+ class={`${footerStyles.youtube_btn}` + ' w-100 d-flex align-items-center justify-content-start '}
565
+ onClick={() => {
566
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
567
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
568
+ }
569
+ }}
570
+ style={{
571
+ width: 'auto',
572
+ height: 'auto',
573
+ borderWidth: 0,
574
+ fontSize: 16,
575
+ fontWeight: 500,
576
+ textAlign: langdetect == 'en' ? 'left' : 'right',
577
+ }}
578
+ >
579
+ WhatsApp
580
+ </div>
581
+ )}
582
+ {sectionproperties.tiktokshow == 'Show' && authdetailsContext?.instinfo?.tiktoklink != null && (
583
+ <div
584
+ class={`${footerStyles.youtube_btn}` + ' w-100 d-flex align-items-center justify-content-start '}
585
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
586
+ onClick={() => {
587
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
588
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
589
+ }
590
+ }}
591
+ style={{
592
+ width: 'auto',
593
+ height: 'auto',
594
+ borderWidth: 0,
595
+ fontSize: 16,
596
+ fontWeight: 500,
597
+ textAlign: langdetect == 'en' ? 'left' : 'right',
598
+ }}
599
+ >
600
+ Tiktok
601
+ </div>
602
+ )}
603
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
604
+ <div
605
+ class={`${footerStyles.youtube_btn}` + ' w-100 d-flex align-items-center justify-content-start '}
606
+ style={{
607
+ width: 'auto',
608
+ height: 'auto',
609
+ borderWidth: 0,
610
+ fontSize: 16,
611
+ fontWeight: 500,
612
+ textAlign: langdetect == 'en' ? 'left' : 'right',
613
+ }}
614
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
615
+ onClick={() => {
616
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
617
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
618
+ }
619
+ }}
620
+ >
621
+ LinkedIn
622
+ </div>
623
+ )}
624
+ </div>
625
+ </div>
626
+ </div>
627
+ <div
628
+ class={
629
+ sectionproperties.prodCatShow == 'Show'
630
+ ? 'col-lg-6 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
631
+ : 'col-lg-4 col-md-12 col-sm-12 p-0 d-flex justify-content-start mb-md-3'
632
+ }
633
+ >
634
+ <div class="row m-0 w-100">
635
+ <div class={langdetect == 'en' ? 'col-lg-12 pr-5 p-md-0 d-flex justify-content-start mt-2' : 'col-lg-12 pl-5 p-md-0 d-flex justify-content-start mt-2'}>
636
+ <p
637
+ class={langdetect == 'en' ? ' wordbreak pr-5 mb-4 p-md-0 ' : ' wordbreak pl-5 mb-4 p-md-0 '}
638
+ style={{
639
+ fontSize: sectionproperties.prodCatFontSize + 'px',
640
+ fontWeight: sectionproperties.prodCatFontWeight,
641
+ color: sectionproperties.prodCatColor,
642
+ textAlign: langdetect == 'en' ? 'left' : 'right',
643
+ }}
644
+ >
645
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.description_en : authdetailsContext?.instinfo?.description_ar}
646
+ </p>
647
+ </div>
648
+ </div>
649
+ </div>
650
+ <div class={'col-lg-6 col-md-12 col-sm-12 mb-md-3 p-sm-0'}>
651
+ <div class="row m-0 w-100">
652
+ <div class="col-lg-12 p-0">
653
+ <p
654
+ class={`${footerStyles.iconTextStyle}` + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none '}
655
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
656
+ onClick={() => {
657
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
658
+ }}
659
+ >
660
+ {langdetect == 'en' ? 'T: ' : 'الهاتف: '} {authdetailsContext?.CuContactphonenumber}
661
+ </p>
662
+ </div>
663
+ <div class="col-lg-12 p-0">
664
+ <p
665
+ class={`${footerStyles.iconTextStyle}` + ' m-0 p-0 mb-3 mb-md-2 wordbreak d-none '}
666
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}
667
+ onClick={() => {
668
+ window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_self');
669
+ }}
670
+ >
671
+ {langdetect == 'en' ? 'E: ' : 'الايميل: '} {authdetailsContext?.instinfo?.contactinfo?.email}
672
+ </p>
673
+ </div>
674
+ </div>
675
+ </div>
676
+ </div>
677
+ )}
678
+ {/* Divider */}
679
+ {sectionproperties.showhidemainpages == 'Show' && (
680
+ <div class="row m-0 allcentered">
681
+ <div class={`${footerStyles.divider}` + ' '}></div>
682
+ </div>
683
+ )}
684
+ {/* Lower Section */}
685
+ {sectionproperties.showhidemainpages == 'Show' && (
686
+ <div
687
+ class="row m-0 w-100 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3 "
688
+ style={{
689
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
690
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
691
+ }}
692
+ >
693
+ <div class="col-lg-12 col-md-12 col-sm-12 p-0 d-flex justify-content-md-center flex-row ">
694
+ <div class={' scrollhorizontal-lg w-100 d-flex align-items-center h-100 flex-md-column '}>
695
+ {templatepropcontext?.pagesnprop?.map((item, index) => {
696
+ if (item.isnavigation == 1 && item.isactive == 1) {
697
+ return (
698
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
699
+ <p
700
+ onClick={() => {
701
+ routingcountext(item.navigationroute);
702
+ }}
703
+ class={`${footerStyles.subPages}` + ' wordbreak '}
704
+ style={{
705
+ textAlign: langdetect == 'en' ? 'left' : 'right',
706
+ marginRight: langdetect == 'en' ? '20px' : 0,
707
+ marginLeft: langdetect == 'ar' ? '20px' : 0,
708
+ }}
709
+ >
710
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
711
+ </p>
712
+ </div>
713
+ );
714
+ }
715
+ })}
716
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'No' && (
717
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
718
+ <p
719
+ onClick={() => {
720
+ routingcountext(StaticPagesLinksContext.Policies);
721
+ }}
722
+ class={`${footerStyles.subPages}` + ' wordbreak '}
723
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
724
+ >
725
+ {lang.policies}
726
+ </p>
727
+ </div>
728
+ )}
729
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && (
730
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
731
+ <p
732
+ onClick={() => {
733
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
734
+ }}
735
+ class={`${footerStyles.subPages}` + ' wordbreak '}
736
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
737
+ >
738
+ {langdetect == 'en' ? returnpolicyobj('Privacy Policy')?.policypagename_en : returnpolicyobj('Privacy Policy')?.policypagename_ar}
739
+ </p>
740
+ </div>
741
+ )}
742
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && (
743
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
744
+ <p
745
+ onClick={() => {
746
+ routingcountext(StaticPagesLinksContext.ShippingPolicy);
747
+ }}
748
+ class={`${footerStyles.subPages}` + ' wordbreak '}
749
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
750
+ >
751
+ {langdetect == 'en' ? returnpolicyobj('Shipping Policy')?.policypagename_en : returnpolicyobj('Shipping Policy')?.policypagename_ar}
752
+ </p>
753
+ </div>
754
+ )}
755
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && (
756
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
757
+ <p
758
+ onClick={() => {
759
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
760
+ }}
761
+ class={`${footerStyles.subPages}` + ' wordbreak '}
762
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
763
+ >
764
+ {langdetect == 'en' ? returnpolicyobj('Refund Policy')?.policypagename_en : returnpolicyobj('Refund Policy')?.policypagename_ar}
765
+ </p>
766
+ </div>
767
+ )}
768
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.separatepolicies == 'Yes' && (
769
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
770
+ <p
771
+ onClick={() => {
772
+ routingcountext(StaticPagesLinksContext.TermsConditions);
773
+ }}
774
+ class={`${footerStyles.subPages}` + ' wordbreak '}
775
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
776
+ >
777
+ {langdetect == 'en' ? returnpolicyobj('Terms & Conditions')?.policypagename_en : returnpolicyobj('Terms & Conditions')?.policypagename_ar}
778
+ </p>
779
+ </div>
780
+ )}
781
+ {sectionproperties.showhidesubpages == 'Show' && sectionproperties.showfavorites && (
782
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
783
+ <p
784
+ class={`${footerStyles.subPages}` + ' wordbreak '}
785
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
786
+ onClick={() => {
787
+ routingcountext(StaticPagesLinksContext.Wishlist);
788
+ }}
789
+ >
790
+ {langdetect == 'en' ? sectionproperties.wishlisttitle_en : sectionproperties.wishlisttitle_ar}
791
+ </p>
792
+ </div>
793
+ )}
794
+ {authdetailsContext.loggedin && sectionproperties.showhidesubpages == 'Show' && (
795
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
796
+ <p
797
+ class={`${footerStyles.subPages}` + ' wordbreak '}
798
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
799
+ onClick={() => {
800
+ routingcountext(StaticPagesLinksContext.Ordershistory);
801
+ }}
802
+ >
803
+ {lang.orderhistory}
804
+ </p>
805
+ </div>
806
+ )}
807
+ </div>
808
+ </div>
809
+ </div>
810
+ )}
811
+ </div>
812
+ )}
813
+ {authdetailsContext?.instinfo?.instid == '67b1bb900a541' && (
814
+ <div class={`${footerStyles.footerContainer}` + ' col-lg-12 col-md-12 col-sm-12 '}>
815
+ <div
816
+ class="row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3"
817
+ style={{
818
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
819
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
820
+ }}
821
+ >
822
+ {sectionproperties.showlogo == 'Show' && (
823
+ <div class="col-lg-12 p-0 allcentered mb-4">
824
+ <div
825
+ class={`${footerStyles.logoStyles}` + ' d-flex justify-content-start align-items-center cursor-pointer '}
826
+ onClick={() => {
827
+ routingcountext('home');
828
+ }}
829
+ >
830
+ <Imagekitimagecomp
831
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
832
+ publicKey={ikimagecredcontext?.ikimagepublickey}
833
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
834
+ style={{
835
+ width: '100%',
836
+ height: '100%',
837
+ objectFit: 'contain',
838
+ }}
839
+ loading="lazy"
840
+ />
841
+ </div>
842
+ </div>
843
+ )}
844
+ <div
845
+ class="col-lg-4 col-md-12 text-start flex-column mb-md-3"
846
+ style={{
847
+ flex: 1,
848
+ background: '#282826',
849
+ marginLeft: '0.75rem',
850
+ marginRight: '0.75rem',
851
+ }}
852
+ >
853
+ <div class="row m-0 w-100 px-3 py-4" style={{}}>
854
+ <div class="row m-0 w-100">
855
+ <div class="col-lg-12 p-0 text-start mb-2">
856
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Branches Addresses' : 'عناوين الفروع'}</p>
857
+ </div>
858
+ <div class="col-lg-12 p-0 text-start">
859
+ <p
860
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
861
+ style={{
862
+ color: '#e2e0a2',
863
+ marginBottom: 0,
864
+ fontWeight: 500,
865
+ }}
866
+ >
867
+ {langdetect == 'en' ? 'First Branch Cairo' : 'الفرع الأول القاهرة'}
868
+ </p>
869
+ </div>
870
+ <div class="col-lg-12 p-0 text-start">
871
+ <p
872
+ class={`${footerStyles.iconTextStyle}`}
873
+ style={{
874
+ color: '#e2e0a2',
875
+ marginBottom: 0,
876
+ fontWeight: 500,
877
+ }}
878
+ >
879
+ {langdetect == 'en' ? authdetailsContext?.instinfo?.address_en : authdetailsContext?.instinfo?.address_ar}
880
+ {/* (سوديك- بورتال A -بيڤرلي هيلز – الشيخ زايد). */}
881
+ </p>
882
+ </div>
883
+ <div class="col-lg-12 p-0 text-start">
884
+ <p
885
+ class={`${footerStyles.iconTextStyle}`}
886
+ style={{
887
+ color: '#e2e0a2',
888
+ marginBottom: 0,
889
+ fontWeight: 500,
890
+ }}
891
+ >
892
+ {langdetect == 'en' ? 'Branch Numbers' : 'ارقام الموبايل الخاص بالفرع :'}
893
+ </p>
894
+ </div>
895
+ <div
896
+ class="col-lg-12 p-0 text-start"
897
+ style={{
898
+ color: '#e1c856',
899
+ }}
900
+ >
901
+ <a href={'tel:01225534406'} target={'_self'}>
902
+ <p
903
+ class={`${footerStyles.iconTextStyle}`}
904
+ style={{
905
+ direction: 'ltr',
906
+ }}
907
+ >
908
+ +201225534406
909
+ </p>
910
+ </a>
911
+ <p class={`${footerStyles.iconTextStyle}` + ' mx-1 '}> </p>
912
+
913
+ <a href={'tel:01015055005'} target={'_self'}>
914
+ <p
915
+ class={`${footerStyles.iconTextStyle}`}
916
+ style={{
917
+ direction: 'ltr',
918
+ }}
919
+ >
920
+ +201015055005
921
+ </p>
922
+ </a>
923
+ </div>
924
+ <div class="col-lg-12 p-0 text-start mt-3">
925
+ <p
926
+ class={`${footerStyles.iconTextStyle}`}
927
+ style={{
928
+ color: '#e2e0a2',
929
+ marginBottom: 0,
930
+ fontWeight: 500,
931
+ }}
932
+ >
933
+ {langdetect == 'en' ? 'Second Branch Alexandria' : 'الفرع الثاني الاسكندرية'}
934
+ </p>
935
+ </div>
936
+ <div class="col-lg-12 p-0 text-start">
937
+ <p
938
+ class={`${footerStyles.iconTextStyle}`}
939
+ style={{
940
+ color: '#e2e0a2',
941
+ marginBottom: 0,
942
+ fontWeight: 500,
943
+ }}
944
+ >
945
+ (برج الشباب – ڤيكتوريا -منتزه اول – الاسكندرية)
946
+ </p>
947
+ </div>
948
+ <div class="col-lg-12 p-0 text-start">
949
+ <p
950
+ class={`${footerStyles.iconTextStyle}`}
951
+ style={{
952
+ color: '#e2e0a2',
953
+ marginBottom: 0,
954
+ fontWeight: 500,
955
+ }}
956
+ >
957
+ {langdetect == 'en' ? 'Branch Numbers' : 'ارقام الموبايل الخاص بالفرع :'}
958
+ </p>
959
+ </div>
960
+ <div class="col-lg-12 p-0 text-start">
961
+ <a href={'tel:01225534407'} target={'_self'}>
962
+ <p
963
+ class={`${footerStyles.iconTextStyle}`}
964
+ style={{
965
+ direction: 'ltr',
966
+ }}
967
+ >
968
+ +201225534407
969
+ </p>
970
+ </a>
971
+ <p class={`${footerStyles.iconTextStyle}` + ' mx-1 '}> </p>
972
+ <a href={'tel:01007073070'} target={'_self'}>
973
+ <p
974
+ class={`${footerStyles.iconTextStyle}`}
975
+ style={{
976
+ direction: 'ltr',
977
+ }}
978
+ >
979
+ +201007073070
980
+ </p>
981
+ </a>
982
+ </div>
983
+ </div>
984
+ </div>
985
+ </div>
986
+ <div class="col-lg-4 col-md-12 text-start flex-column mb-md-3">
987
+ <div
988
+ class="row m-0 w-100 px-3 py-4"
989
+ style={{
990
+ background: '#282826',
991
+ flex: 1,
992
+ display: 'flex',
993
+ flexDirection: 'column',
994
+ }}
995
+ >
996
+ <div class="row m-0 w-100">
997
+ <div class="col-lg-12 p-0 text-start mb-2">
998
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Contact Information' : 'بيانات التواصل'}</p>
999
+ </div>
1000
+ <div class="col-lg-12 p-0 text-start mb-2">
1001
+ <p
1002
+ class={`${footerStyles.iconTextStyle}`}
1003
+ style={{
1004
+ color: '#e2e0a2',
1005
+ marginBottom: 0,
1006
+ fontWeight: 500,
1007
+ }}
1008
+ >
1009
+ {langdetect == 'en' ? 'Phone Numbers' : 'أرقام الهاتف'}
1010
+ </p>
1011
+ </div>
1012
+ <div class="col-lg-12 p-0 text-start mb-2">
1013
+ <a href={'tel:01557000021'} target={'_self'}>
1014
+ <p
1015
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1016
+ style={{
1017
+ direction: 'ltr',
1018
+ }}
1019
+ >
1020
+ +201557000021
1021
+ </p>
1022
+ </a>
1023
+ </div>
1024
+ <div class="col-lg-12 p-0 text-start mb-2">
1025
+ <a href={'tel:01015055005'} target={'_self'}>
1026
+ <p
1027
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1028
+ style={{
1029
+ direction: 'ltr',
1030
+ }}
1031
+ >
1032
+ +201015055005
1033
+ </p>
1034
+ </a>
1035
+ </div>
1036
+ <div class="col-lg-12 p-0 text-start mb-2">
1037
+ <a href={'tel:01015055005'} target={'_self'}>
1038
+ <p
1039
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1040
+ style={{
1041
+ direction: 'ltr',
1042
+ }}
1043
+ >
1044
+ +447878692563
1045
+ </p>
1046
+ </a>
1047
+ </div>
1048
+ <div class="col-lg-12 p-0 text-start mt-4 mb-2">
1049
+ <p
1050
+ class={`${footerStyles.iconTextStyle}`}
1051
+ style={{
1052
+ color: '#e2e0a2',
1053
+ marginBottom: 0,
1054
+ fontWeight: 500,
1055
+ }}
1056
+ >
1057
+ {langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'}
1058
+ </p>
1059
+ </div>
1060
+ <div class="col-lg-12 p-0 text-start">
1061
+ <p
1062
+ class={`${footerStyles.iconTextStyle}` + ' cursor-pointer '}
1063
+ onClick={() => {
1064
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
1065
+ }}
1066
+ >
1067
+ contact@advisor-firm.com
1068
+ </p>
1069
+ </div>
1070
+ <div
1071
+ class="col-lg-12 p-0 allcentered"
1072
+ style={{
1073
+ height: '200px',
1074
+ }}
1075
+ >
1076
+ <img
1077
+ class={' mx-2 '}
1078
+ src={'https://tabex-co.com/storage/StaticImages/qr.png'}
1079
+ style={{
1080
+ maxWidth: '90%',
1081
+ maxHeight: '90%',
1082
+ }}
1083
+ />
1084
+ </div>
1085
+ </div>
1086
+ </div>
1087
+ </div>
1088
+ <div class="col-lg-4 col-md-12 text-start flex-column">
1089
+ <div
1090
+ class="row m-0 w-100 px-3 py-4 "
1091
+ style={{
1092
+ background: '#282826',
1093
+ flex: 1,
1094
+ display: 'flex',
1095
+ flexDirection: 'column',
1096
+ }}
1097
+ >
1098
+ <div class="row m-0 w-100">
1099
+ <div class="col-lg-12 p-0 text-start mb-2">
1100
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Social Media' : 'مواقع التواصل'}</p>
1101
+ </div>
1102
+ <div class="col-lg-12 p-0 d-flex flex-column">
1103
+ <div class="row m-0 w-100">
1104
+ <div className="col-lg-12 p-0 d-flex flex-row">
1105
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
1106
+ <div
1107
+ class={
1108
+ langdetect == 'en'
1109
+ ? `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center mr-2 '
1110
+ : `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-2 '
1111
+ }
1112
+ onClick={() => {
1113
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
1114
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1115
+ }
1116
+ }}
1117
+ >
1118
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1119
+ </div>
1120
+ )}
1121
+ {/* {authdetailsContext?.instinfo?.twitterlink != null && (
1122
+ <div
1123
+ class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1124
+ onClick={() => {
1125
+ if (authdetailsContext?.instinfo?.twitterlink != null) {
1126
+ window.open(authdetailsContext?.instinfo?.twitterlink, '_blank');
1127
+ }
1128
+ }}
1129
+ >
1130
+ <i
1131
+ className="h-100 allcentered"
1132
+ style={{
1133
+ fontSize: 20,
1134
+ }}
1135
+ >
1136
+ x
1137
+ </i>
1138
+ </div>
1139
+ )} */}
1140
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
1141
+ <div
1142
+ class={`${footerStyles.youtube_btn} ${footerStyles.linkedinbtn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2'}
1143
+ onClick={() => {
1144
+ if (authdetailsContext?.instinfo?.linkedinlink != null) {
1145
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
1146
+ }
1147
+ }}
1148
+ >
1149
+ <FaLinkedinIn size={sectionproperties.linkedinbtniconfontsize} />
1150
+ </div>
1151
+ )}
1152
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
1153
+ <div
1154
+ class={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1155
+ onClick={() => {
1156
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1157
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1158
+ }
1159
+ }}
1160
+ >
1161
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1162
+ </div>
1163
+ )}
1164
+ </div>
1165
+ <div className="col-lg-12 p-0 d-flex flex-row mt-3">
1166
+ {sectionproperties.tiktokshow == 'Show' && authdetailsContext?.instinfo?.tiktoklink != null && (
1167
+ <div
1168
+ class={
1169
+ langdetect == 'en'
1170
+ ? `${footerStyles.youtube_btn} ${footerStyles.tiktokbtn}` + ' d-flex align-items-center justify-content-center mr-2'
1171
+ : `${footerStyles.youtube_btn} ${footerStyles.tiktokbtn}` + ' d-flex align-items-center justify-content-center ml-2'
1172
+ }
1173
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
1174
+ onClick={() => {
1175
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
1176
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
1177
+ }
1178
+ }}
1179
+ >
1180
+ <IoLogoTiktok size={sectionproperties.youtubebtniconfontsize} />
1181
+ </div>
1182
+ )}
1183
+
1184
+ {authdetailsContext?.instinfo?.youtubelink != null && (
1185
+ <div
1186
+ class={`${footerStyles.youtube_btn} ` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1187
+ onClick={() => {
1188
+ if (authdetailsContext?.instinfo?.youtubelink != null) {
1189
+ window.open(authdetailsContext?.instinfo?.youtubelink, '_blank');
1190
+ }
1191
+ }}
1192
+ >
1193
+ <AiFillYoutube size={sectionproperties.youtubebtniconfontsize} />
1194
+ </div>
1195
+ )}
1196
+ <div
1197
+ class={`${footerStyles.gmail}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1198
+ onClick={() => {
1199
+ window.open(
1200
+ 'https://www.google.com/search?sca_esv=a8b84fafe7230c1b&hl=en-US&gl=eg&output=search&kgmid=/g/11wvg_fn0v&q=%D9%85%D8%A4%D8%B3%D8%B3%D8%A9+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%B4%D8%A7%D8%B1+-+Advisor+Firm&shndl=30&source=sh/x/loc/act/m1/3&kgs=72f861e74b86481a',
1201
+ '_blank',
1202
+ );
1203
+ }}
1204
+ >
1205
+ <FaGoogle size={sectionproperties.youtubebtniconfontsize} />
1206
+ </div>
1207
+ </div>
1208
+ </div>
1209
+ </div>
1210
+ </div>
1211
+ </div>
1212
+ </div>
1213
+ <div class="col-12 mb-4 mt-4">
1214
+ <div
1215
+ style={{
1216
+ height: 1,
1217
+ width: '100%',
1218
+ background: '#818181',
1219
+ }}
1220
+ ></div>
1221
+ </div>
1222
+ <div class="col-12 mb-2 mt-2 text-start">
1223
+ {/* here */}
1224
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
1225
+ <p
1226
+ onClick={() => {
1227
+ routingcountext(StaticPagesLinksContext.TermsConditions);
1228
+ }}
1229
+ class={`${footerStyles.subPages}` + ' wordbreak '}
1230
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
1231
+ >
1232
+ {langdetect == 'en' ? returnpolicyobj('Terms & Conditions')?.policypagename_en : returnpolicyobj('Terms & Conditions')?.policypagename_ar}
1233
+ </p>
1234
+ </div>
1235
+
1236
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
1237
+ <p
1238
+ onClick={() => {
1239
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
1240
+ }}
1241
+ class={`${footerStyles.subPages}` + ' wordbreak '}
1242
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
1243
+ >
1244
+ {langdetect == 'en' ? returnpolicyobj('Refund Policy')?.policypagename_en : returnpolicyobj('Refund Policy')?.policypagename_ar}
1245
+ </p>
1246
+ </div>
1247
+ <div class="scrollhorizontalcard d-md-flex justify-content-md-start w-md-100">
1248
+ <p
1249
+ onClick={() => {
1250
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
1251
+ }}
1252
+ class={`${footerStyles.subPages}` + ' wordbreak '}
1253
+ style={{ textAlign: langdetect == 'en' ? 'left' : 'right', marginRight: langdetect == 'en' ? '20px' : 0, marginLeft: langdetect == 'ar' ? '20px' : 0 }}
1254
+ >
1255
+ {langdetect == 'en' ? returnpolicyobj('Privacy Policy')?.policypagename_en : returnpolicyobj('Privacy Policy')?.policypagename_ar}
1256
+ </p>
1257
+ </div>
1258
+ </div>
1259
+ <div
1260
+ class="col-12 text-center"
1261
+ style={{
1262
+ color: '#818181',
1263
+ }}
1264
+ >
1265
+ حقوق النشر محفوظة © 2025 مؤسسة المستشار
1266
+ </div>
1267
+ </div>
1268
+ </div>
1269
+ )}
1270
+ {/* {authdetailsContext?.instinfo?.instid == '67d6bda67adf6' && (
1271
+ <div class={`${footerStyles.footerContainer}` + ' col-lg-12 col-md-12 col-sm-12 '}>
1272
+ <div
1273
+ class="row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3"
1274
+ style={{
1275
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
1276
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
1277
+ }}
1278
+ >
1279
+ {sectionproperties.showlogo == 'Show' && (
1280
+ <div class="col-lg-12 p-0 allcentered mb-4">
1281
+ <div
1282
+ class={`${footerStyles.logoStyles}` + ' d-flex justify-content-start align-items-center cursor-pointer '}
1283
+ onClick={() => {
1284
+ routingcountext('home');
1285
+ }}
1286
+ >
1287
+ <Imagekitimagecomp
1288
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
1289
+ publicKey={ikimagecredcontext?.ikimagepublickey}
1290
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
1291
+ style={{
1292
+ width: '100%',
1293
+ height: '100%',
1294
+ objectFit: 'contain',
1295
+ }}
1296
+ loading="lazy"
1297
+ />
1298
+ </div>
1299
+ </div>
1300
+ )}
1301
+ <div
1302
+ class="col-lg-4 col-md-12 text-start flex-column mb-md-3"
1303
+ style={{
1304
+ flex: 1,
1305
+ background: sectionproperties.prodCatColor,
1306
+ marginLeft: '0.75rem',
1307
+ marginRight: '0.75rem',
1308
+ borderRadius: 15,
1309
+ }}
1310
+ >
1311
+ <div class="row m-0 w-100 px-3 py-4" style={{}}>
1312
+ <div class="row m-0 w-100">
1313
+ <div class="col-lg-12 p-0 text-start mb-2">
1314
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Addresses' : 'عناوين'}</p>
1315
+ </div>
1316
+ <div class="col-lg-12 p-0 text-start mb-2">
1317
+ <p
1318
+ class={`${footerStyles.iconTextStyle}`}
1319
+ style={{
1320
+ color: sectionproperties.footerinfotext_color,
1321
+ marginBottom: 0,
1322
+ fontWeight: 500,
1323
+ }}
1324
+ >
1325
+ {langdetect == 'en' ? 'Head Office' : 'المكتب الرئيسي'}
1326
+ </p>
1327
+ </div>
1328
+ <div class="col-lg-12 p-0 text-start mb-2">
1329
+ <p
1330
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1331
+ style={{
1332
+ color: sectionproperties.footerinfotext_secondarycolor,
1333
+ }}
1334
+ >
1335
+ Villa No. 298 B - South Police Acemy - Fifth Settlement - New Cairo - Cairo - Egypt.
1336
+ </p>
1337
+ </div>
1338
+
1339
+ <div class="col-lg-12 p-0 text-start mt-4 mb-2">
1340
+ <p
1341
+ class={`${footerStyles.iconTextStyle}`}
1342
+ style={{
1343
+ color: sectionproperties.footerinfotext_color,
1344
+ marginBottom: 0,
1345
+ fontWeight: 500,
1346
+ }}
1347
+ >
1348
+ {langdetect == 'en' ? 'Factory' : 'المصنع'}
1349
+ </p>
1350
+ </div>
1351
+ <div class="col-lg-12 p-0 text-start">
1352
+ <p
1353
+ class={`${footerStyles.iconTextStyle}` + ' '}
1354
+ style={{
1355
+ color: sectionproperties.footerinfotext_secondarycolor,
1356
+ }}
1357
+ >
1358
+ Units No. (40, 41, 42), Industrial Zone, Arab Al-Awamer Complex, Assiut Governorate
1359
+ </p>
1360
+ </div>
1361
+ </div>
1362
+ </div>
1363
+ </div>
1364
+
1365
+ <div class="col-lg-4 col-md-12 text-start flex-column mb-md-3">
1366
+ <div
1367
+ class="row m-0 w-100 px-3 py-4"
1368
+ style={{
1369
+ background: sectionproperties.prodCatColor,
1370
+ flex: 1,
1371
+ display: 'flex',
1372
+ flexDirection: 'column',
1373
+ borderRadius: 15,
1374
+ }}
1375
+ >
1376
+ <div class="row m-0 w-100">
1377
+ <div class="col-lg-12 p-0 text-start mb-2">
1378
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Contact Information' : 'بيانات التواصل'}</p>
1379
+ </div>
1380
+ <div class="col-lg-12 p-0 text-start mb-2">
1381
+ <p
1382
+ class={`${footerStyles.iconTextStyle}`}
1383
+ style={{
1384
+ color: sectionproperties.footerinfotext_color,
1385
+ marginBottom: 0,
1386
+ fontWeight: 500,
1387
+ }}
1388
+ >
1389
+ {langdetect == 'en' ? 'Phone Numbers' : 'أرقام الهاتف'}
1390
+ </p>
1391
+ </div>
1392
+ <div class="col-lg-12 p-0 text-start mb-2">
1393
+ <a href={'tel:' + authdetailsContext?.CuContactphonenumber} target={'_self'}>
1394
+ <p
1395
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1396
+ style={{
1397
+ direction: 'ltr',
1398
+
1399
+ color: sectionproperties.footerinfotext_secondarycolor,
1400
+ }}
1401
+ >
1402
+ {authdetailsContext?.CuContactphonenumber}
1403
+ </p>
1404
+ </a>
1405
+ </div>
1406
+
1407
+ <div class="col-lg-12 p-0 text-start mt-4 mb-2">
1408
+ <p
1409
+ class={`${footerStyles.iconTextStyle}`}
1410
+ style={{
1411
+ color: sectionproperties.footerinfotext_color,
1412
+ marginBottom: 0,
1413
+ fontWeight: 500,
1414
+ }}
1415
+ >
1416
+ {langdetect == 'en' ? 'Email' : 'البريد الإلكتروني'}
1417
+ </p>
1418
+ </div>
1419
+ <div class="col-lg-12 p-0 text-start">
1420
+ <p
1421
+ class={`${footerStyles.iconTextStyle}` + ' cursor-pointer '}
1422
+ onClick={() => {
1423
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
1424
+ }}
1425
+ style={{
1426
+ color: sectionproperties.footerinfotext_secondarycolor,
1427
+ }}
1428
+ >
1429
+ {authdetailsContext?.instinfo?.contactinfo?.email}
1430
+ </p>
1431
+ </div>
1432
+ </div>
1433
+ </div>
1434
+ </div>
1435
+ <div class="col-lg-4 col-md-12 text-start flex-column">
1436
+ <div
1437
+ class="row m-0 w-100 px-3 py-4 "
1438
+ style={{
1439
+ background: sectionproperties.prodCatColor,
1440
+ flex: 1,
1441
+ display: 'flex',
1442
+ flexDirection: 'column',
1443
+ borderRadius: 15,
1444
+ }}
1445
+ >
1446
+ <div class="row m-0 w-100">
1447
+ <div class="col-lg-12 p-0 text-start mb-2">
1448
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Social Media' : 'مواقع التواصل'}</p>
1449
+ </div>
1450
+ <div class="col-lg-12 p-0 d-flex flex-column">
1451
+ <div class="row m-0 w-100">
1452
+ <div className="col-lg-12 p-0 d-flex flex-row">
1453
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
1454
+ <div
1455
+ class={
1456
+ langdetect == 'en'
1457
+ ? `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center mr-2 '
1458
+ : `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-2 '
1459
+ }
1460
+ onClick={() => {
1461
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
1462
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1463
+ }
1464
+ }}
1465
+ >
1466
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1467
+ </div>
1468
+ )}
1469
+
1470
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
1471
+ <div
1472
+ class={`${footerStyles.youtube_btn} ${footerStyles.linkedinbtn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2'}
1473
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
1474
+ onClick={() => {
1475
+ if (authdetailsContext?.instinfo?.linkedinlink != null) {
1476
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
1477
+ }
1478
+ }}
1479
+ >
1480
+ <FaLinkedinIn size={sectionproperties.instgrambtniconfontsize} />
1481
+ </div>
1482
+ )}
1483
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
1484
+ <div
1485
+ class={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1486
+ onClick={() => {
1487
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1488
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1489
+ }
1490
+ }}
1491
+ >
1492
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1493
+ </div>
1494
+ )}
1495
+ </div>
1496
+ <div className="col-lg-12 p-0 d-flex flex-row mt-3">
1497
+ {sectionproperties.tiktokshow == 'Show' && authdetailsContext?.instinfo?.tiktoklink != null && (
1498
+ <div
1499
+ class={
1500
+ langdetect == 'en'
1501
+ ? `${footerStyles.youtube_btn} ${footerStyles.tiktokbtn}` + ' d-flex align-items-center justify-content-center mr-2'
1502
+ : `${footerStyles.youtube_btn} ${footerStyles.tiktokbtn}` + ' d-flex align-items-center justify-content-center ml-2'
1503
+ }
1504
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
1505
+ onClick={() => {
1506
+ if (authdetailsContext?.instinfo?.tiktoklink != null) {
1507
+ window.open(authdetailsContext?.instinfo?.tiktoklink, '_blank');
1508
+ }
1509
+ }}
1510
+ >
1511
+ <IoLogoTiktok size={sectionproperties.youtubebtniconfontsize} />
1512
+ </div>
1513
+ )}
1514
+
1515
+ {authdetailsContext?.instinfo?.youtubelink != null && (
1516
+ <div
1517
+ class={`${footerStyles.youtube_btn} ` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1518
+ onClick={() => {
1519
+ if (authdetailsContext?.instinfo?.youtubelink != null) {
1520
+ window.open(authdetailsContext?.instinfo?.youtubelink, '_blank');
1521
+ }
1522
+ }}
1523
+ >
1524
+ <AiFillYoutube size={sectionproperties.youtubebtniconfontsize} />
1525
+ </div>
1526
+ )}
1527
+ </div>
1528
+ </div>
1529
+ </div>
1530
+ </div>
1531
+ </div>
1532
+ </div>
1533
+ <div class="col-12 mb-4 mt-4">
1534
+ <div
1535
+ style={{
1536
+ height: 1,
1537
+ width: '100%',
1538
+ background: '#fff',
1539
+ }}
1540
+ ></div>
1541
+ </div>
1542
+
1543
+ <div
1544
+ class="col-12 text-center"
1545
+ style={{
1546
+ color: '#fff',
1547
+ }}
1548
+ >
1549
+ حقوق النشر محفوظة © 2025
1550
+ </div>
1551
+ </div>
1552
+ </div>
1553
+ )} */}
1554
+ {authdetailsContext?.instinfo?.instid == '67d6bda67adf6' && (
1555
+ <div class={`${footerStyles.footerContainer}` + ' col-lg-12 col-md-12 col-sm-12 '}>
1556
+ <div
1557
+ class="row m-0 w-100 px-1025-1 pb-3 pl-sm-2 pr-sm-2 pl-md-3 pr-md-3"
1558
+ style={{
1559
+ paddingLeft: langdetect == 'en' ? sectionproperties.footer_paddingLeft + 'px' : sectionproperties.footer_paddingRight + 'px',
1560
+ paddingRight: langdetect == 'en' ? sectionproperties.footer_paddingRight + 'px' : sectionproperties.footer_paddingLeft + 'px',
1561
+ }}
1562
+ >
1563
+ {/* hena */}
1564
+ <div class="col-xl-4 col-lg-3 col-md-12 text-start flex-column mb-md-3">
1565
+ <div class="row m-0 w-100">
1566
+ {sectionproperties.showlogo == 'Show' && (
1567
+ <div class="col-lg-12 p-0 text-start mb-4">
1568
+ <div
1569
+ class={`${footerStyles.logoStyles}` + ' d-flex justify-content-start align-items-center cursor-pointer '}
1570
+ onClick={() => {
1571
+ routingcountext('home');
1572
+ }}
1573
+ >
1574
+ <Imagekitimagecomp
1575
+ urlEndpoint={ikimagecredcontext?.ikimageendpoint}
1576
+ publicKey={ikimagecredcontext?.ikimagepublickey}
1577
+ path={langdetect == 'en' ? logoarrayofobjects[0]?.englishlogo : logoarrayofobjects[0]?.arabiclogo}
1578
+ style={{
1579
+ width: '100%',
1580
+ height: '100%',
1581
+ objectFit: 'contain',
1582
+ }}
1583
+ loading="lazy"
1584
+ />
1585
+ </div>
1586
+ </div>
1587
+ )}
1588
+
1589
+ <div class="col-lg-12 p-0 text-start mb-2">
1590
+ <p
1591
+ class={`${footerStyles.iconTextStyle}`}
1592
+ style={{
1593
+ color: sectionproperties.footerinfotext_color,
1594
+ marginBottom: 0,
1595
+ fontWeight: 500,
1596
+ }}
1597
+ >
1598
+ {langdetect == 'en' ? 'Head Office' : 'المكتب الرئيسي'}
1599
+ </p>
1600
+ </div>
1601
+ <div class="col-lg-12 p-0 text-start mb-2">
1602
+ <p
1603
+ class={`${footerStyles.iconTextStyle}` + ' m-0 '}
1604
+ style={{
1605
+ color: sectionproperties.footerinfotext_secondarycolor,
1606
+ fontSize: 14,
1607
+ fontWeight: 400,
1608
+ }}
1609
+ >
1610
+ {/* {langdetect=='en'? sectionproperties.addressinenglish:sectionproperties.addressinarabic} */}
1611
+ Villa No. 298 B - South Police Acemy - Fifth Settlement - New Cairo - Cairo - Egypt.
1612
+ </p>
1613
+ </div>
1614
+
1615
+ <div class="col-lg-12 p-0 text-start mt-4 mb-2">
1616
+ <p
1617
+ class={`${footerStyles.iconTextStyle}`}
1618
+ style={{
1619
+ color: sectionproperties.footerinfotext_color,
1620
+ marginBottom: 0,
1621
+ fontWeight: 500,
1622
+ }}
1623
+ >
1624
+ {langdetect == 'en' ? 'Factory' : 'المصنع'}
1625
+ </p>
1626
+ </div>
1627
+ <div class="col-lg-12 p-0 text-start">
1628
+ <p
1629
+ class={`${footerStyles.iconTextStyle}` + ' '}
1630
+ style={{
1631
+ color: sectionproperties.footerinfotext_secondarycolor,
1632
+ fontSize: 14,
1633
+ fontWeight: 400,
1634
+ }}
1635
+ >
1636
+ Units No. (40, 41, 42), Industrial Zone, Arab Al-Awamer Complex, Assiut Governorate
1637
+ </p>
1638
+ </div>
1639
+ </div>
1640
+ </div>
1641
+ <div class="col-lg-4 col-md-12 d-none d-md-flex flex-column mb-md-3 mt-3">
1642
+ <Accordion class="w-100" allowMultipleExpanded={true} allowZeroExpanded={true}>
1643
+ <AccordionItem uuid={1}>
1644
+ <AccordionItemHeading>
1645
+ <AccordionItemButton>
1646
+ <div class="row m-0 w-100">
1647
+ <div className="col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start">
1648
+ <p class={`${footerStyles.textStyles}` + ' m-md-0 '}>
1649
+ {langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar}
1650
+ </p>
1651
+ </div>
1652
+ <div className="col-lg-2 col-md-2 col-sm-2 p-0">
1653
+ <AccordionItemState>
1654
+ {(state) => {
1655
+ if (state.expanded == true) {
1656
+ return (
1657
+ <i className={footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '}>
1658
+ <FiChevronUp />
1659
+ </i>
1660
+ );
1661
+ } else {
1662
+ return (
1663
+ <i className={footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '}>
1664
+ <FiChevronDown />
1665
+ </i>
1666
+ );
1667
+ }
1668
+ }}
1669
+ </AccordionItemState>
1670
+ </div>
1671
+ </div>
1672
+ </AccordionItemButton>
1673
+ </AccordionItemHeading>
1674
+ <AccordionItemPanel className="p-0 anim">
1675
+ <div class="row m-0 w-100">
1676
+ {templatepropcontext?.pagesnprop?.map((item, index) => {
1677
+ if (item.isnavigation == 1 && item.isactive == 1) {
1678
+ return (
1679
+ <div
1680
+ class="col-lg-12 p-0 text-start mb-2"
1681
+ onClick={() => {
1682
+ routingcountext(item.navigationroute);
1683
+ }}
1684
+ >
1685
+ <p
1686
+ class={`${footerStyles.iconTextStylepagename}` + ' m-0 '}
1687
+ style={{
1688
+ color: sectionproperties.footerinfotext_secondarycolor,
1689
+ }}
1690
+ >
1691
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
1692
+ </p>
1693
+ </div>
1694
+ );
1695
+ }
1696
+ })}
1697
+ </div>
1698
+ </AccordionItemPanel>
1699
+ </AccordionItem>
1700
+ </Accordion>
1701
+ </div>
1702
+ {/* quick links */}
1703
+ <div class={`${langdetect == 'en' ? 'pl-5' : 'pr-5'}` + ' col-lg-3 col-md-12 text-start flex-column mb-md-3 d-md-none '}>
1704
+ <div class="row m-0 w-100">
1705
+ <div class="col-lg-12 p-0 text-start mb-2">
1706
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? sectionproperties.addresstitle_en : sectionproperties.addresstitle_ar}</p>
1707
+ </div>
1708
+ {templatepropcontext?.pagesnprop?.map((item, index) => {
1709
+ if (item.isnavigation == 1 && item.isactive == 1) {
1710
+ return (
1711
+ <div
1712
+ class="col-lg-12 p-0 text-start mb-2"
1713
+ onClick={() => {
1714
+ routingcountext(item.navigationroute);
1715
+ }}
1716
+ >
1717
+ <p
1718
+ class={`${footerStyles.iconTextStylepagename}` + ' m-0 cursor-pointer '}
1719
+ style={{
1720
+ color: sectionproperties.footerinfotext_secondarycolor,
1721
+ }}
1722
+ >
1723
+ {langdetect == 'en' ? item.pagename : item.pagename_ar}
1724
+ </p>
1725
+ </div>
1726
+ );
1727
+ }
1728
+ })}
1729
+ </div>
1730
+ </div>
1731
+ <div class="col-lg-4 col-md-12 d-none d-md-flex flex-column mb-md-3 mt-3">
1732
+ <Accordion class="w-100" allowMultipleExpanded={true} allowZeroExpanded={true}>
1733
+ <AccordionItem uuid={1}>
1734
+ <AccordionItemHeading>
1735
+ <AccordionItemButton>
1736
+ <div class="row m-0 w-100">
1737
+ <div className="col-lg-10 col-md-10 col-sm-10 p-0 d-flex align-items-center justify-content-start">
1738
+ <p class={`${footerStyles.textStyles}` + ' m-md-0 '}>
1739
+ {langdetect == 'en' ? sectionproperties.otherinfotitle2en : sectionproperties.otherinfotitle2ar}
1740
+ </p>
1741
+ </div>
1742
+ <div className="col-lg-2 col-md-2 col-sm-2 p-0">
1743
+ <AccordionItemState>
1744
+ {(state) => {
1745
+ if (state.expanded == true) {
1746
+ return (
1747
+ <i className={footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '}>
1748
+ <FiChevronUp />
1749
+ </i>
1750
+ );
1751
+ } else {
1752
+ return (
1753
+ <i className={footerStyles.textStyles + ' h-100 d-flex align-items-center justify-content-end '}>
1754
+ <FiChevronDown />
1755
+ </i>
1756
+ );
1757
+ }
1758
+ }}
1759
+ </AccordionItemState>
1760
+ </div>
1761
+ </div>
1762
+ </AccordionItemButton>
1763
+ </AccordionItemHeading>
1764
+ <AccordionItemPanel className="p-0 anim">
1765
+ <div class="row m-0 w-100">
1766
+ {fetchCategoriesQueryContext?.data?.data?.categories.map((item, index) => {
1767
+ if (item.isshowntocustomers == 1 && item.isinftiler == 1) {
1768
+ return (
1769
+ <div
1770
+ class="col-lg-12 p-0 text-start mb-2"
1771
+ onClick={() => {
1772
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
1773
+ }}
1774
+ >
1775
+ <p
1776
+ class={`${footerStyles.iconTextStylepagename}` + ' m-0 '}
1777
+ style={{
1778
+ color: sectionproperties.footerinfotext_secondarycolor,
1779
+ }}
1780
+ >
1781
+ {langdetect == 'en' ? item.title_en : item.title_ar}
1782
+ </p>
1783
+ </div>
1784
+ );
1785
+ }
1786
+ })}
1787
+ </div>
1788
+ </AccordionItemPanel>
1789
+ </AccordionItem>
1790
+ </Accordion>
1791
+ </div>
1792
+ {/* categories */}
1793
+ <div class={' col-lg-3 col-md-12 text-start flex-column mb-md-3 d-md-none'}>
1794
+ <div class="row m-0 w-100">
1795
+ <div class="col-lg-12 p-0 text-start mb-2">
1796
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? sectionproperties.otherinfotitle2en : sectionproperties.otherinfotitle2ar}</p>
1797
+ </div>
1798
+ {fetchCategoriesQueryContext?.data?.data?.categories.map((item, index) => {
1799
+ if (item.isshowntocustomers == 1) {
1800
+ return (
1801
+ <div
1802
+ class="col-lg-12 p-0 text-start mb-2"
1803
+ onClick={() => {
1804
+ routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
1805
+ }}
1806
+ >
1807
+ <p
1808
+ class={`${footerStyles.iconTextStylepagename}` + ' m-0 cursor-pointer '}
1809
+ style={{
1810
+ color: sectionproperties.footerinfotext_secondarycolor,
1811
+ }}
1812
+ >
1813
+ {langdetect == 'en' ? item.title_en : item.title_ar}
1814
+ </p>
1815
+ </div>
1816
+ );
1817
+ }
1818
+ })}
1819
+ </div>
1820
+ </div>
1821
+ {/* social media */}
1822
+ <div class="col-xl-2 col-lg-3 col-md-12 text-start flex-column mb-md-3 mt-md-3">
1823
+ <div class="row m-0 w-100">
1824
+ <div class="col-lg-12 p-0 text-start mb-2">
1825
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Contact' : 'تواصل'}</p>
1826
+ </div>
1827
+ <div
1828
+ class={`${footerStyles.iconTextStylepagename}` + ' col-lg-12 p-0 d-flex flex-row align-items-center '}
1829
+ onClick={() => {
1830
+ window.open('tel:' + authdetailsContext?.CuContactphonenumber, '_self');
1831
+ }}
1832
+ >
1833
+ <i class={' fa fa-phone mr-2 ml-2 '}></i>
1834
+
1835
+ <p class={' m-0 cursor-pointer '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
1836
+ {authdetailsContext?.CuContactphonenumber}
1837
+ </p>
1838
+ </div>
1839
+ <div
1840
+ class={`${footerStyles.iconTextStylepagename}` + ' col-lg-12 p-0 d-flex flex-row mt-3 align-items-center '}
1841
+ onClick={() => {
1842
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
1843
+ }}
1844
+ >
1845
+ <i class={' fa fa-at mr-2 ml-2 '}></i>
1846
+
1847
+ <p class={`${footerStyles.iconTextStylepagename}` + ' m-0 cursor-pointer '} style={{ textAlign: langdetect == 'en' ? 'left' : 'right' }}>
1848
+ {authdetailsContext?.instinfo?.contactinfo?.email}
1849
+ </p>
1850
+ </div>
1851
+ <div class="col-lg-12 p-0 text-start mb-2 mt-1">
1852
+ <p class={`${footerStyles.textStyles}`}>{langdetect == 'en' ? 'Follow Us' : 'تابعنا'}</p>
1853
+ </div>
1854
+ <div class="col-lg-12 p-0 d-flex flex-column">
1855
+ <div class="row m-0 w-100">
1856
+ <div className="col-lg-12 p-0 d-flex flex-row">
1857
+ {sectionproperties.fbbtn_show == 'Show' && authdetailsContext?.instinfo?.facebooklink != null && (
1858
+ <div
1859
+ class={
1860
+ langdetect == 'en'
1861
+ ? `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center mr-2 '
1862
+ : `${footerStyles.facebook_btn}` + ' d-flex align-items-center justify-content-center ml-2 '
1863
+ }
1864
+ onClick={() => {
1865
+ if (authdetailsContext?.instinfo?.facebooklink != null) {
1866
+ window.open(authdetailsContext?.instinfo?.facebooklink, '_blank');
1867
+ }
1868
+ }}
1869
+ >
1870
+ <FaFacebookF size={sectionproperties.facebkbtnniconfontsize} />
1871
+ </div>
1872
+ )}
1873
+
1874
+ {authdetailsContext?.instinfo?.linkedinlink != null && (
1875
+ <div
1876
+ class={`${footerStyles.youtube_btn} ${footerStyles.linkedinbtn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2'}
1877
+ // class={`${footerStyles.youtube_btn}` + ' d-flex align-items-center justify-content-center ml-1 mr-1 '}
1878
+ onClick={() => {
1879
+ if (authdetailsContext?.instinfo?.linkedinlink != null) {
1880
+ window.open(authdetailsContext?.instinfo?.linkedinlink, '_blank');
1881
+ }
1882
+ }}
1883
+ >
1884
+ <FaLinkedinIn size={sectionproperties.instgrambtniconfontsize} />
1885
+ </div>
1886
+ )}
1887
+ {sectionproperties.instbtn_show == 'Show' && authdetailsContext?.instinfo?.instagramlink != null && (
1888
+ <div
1889
+ class={`${footerStyles.instgram_btn}` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1890
+ onClick={() => {
1891
+ if (authdetailsContext?.instinfo?.instagramlink != null) {
1892
+ window.open(authdetailsContext?.instinfo?.instagramlink, '_blank');
1893
+ }
1894
+ }}
1895
+ >
1896
+ <AiFillInstagram size={sectionproperties.instgrambtniconfontsize} />
1897
+ </div>
1898
+ )}
1899
+ </div>
1900
+ <div className="col-lg-12 p-0 d-flex flex-row mt-3">
1901
+ {authdetailsContext?.instinfo?.youtubelink != null && (
1902
+ <div
1903
+ class={
1904
+ langdetect == 'en'
1905
+ ? `${footerStyles.youtube_btnnnn}` + ' d-flex align-items-center justify-content-center mr-2'
1906
+ : `${footerStyles.youtube_btnnnn}` + ' d-flex align-items-center justify-content-center ml-2'
1907
+ }
1908
+ onClick={() => {
1909
+ if (authdetailsContext?.instinfo?.youtubelink != null) {
1910
+ window.open(authdetailsContext?.instinfo?.youtubelink, '_blank');
1911
+ }
1912
+ }}
1913
+ >
1914
+ <AiFillYoutube size={sectionproperties.youtubebtniconfontsize} />
1915
+ </div>
1916
+ )}
1917
+
1918
+ {authdetailsContext?.instinfo?.contactinfo?.email != null && (
1919
+ <div
1920
+ class={`${footerStyles.mailbtn}` + ' d-flex align-items-center justify-content-center mr-2 ml-2'}
1921
+ onClick={() => {
1922
+ window.open('mailto:' + authdetailsContext?.instinfo?.contactinfo?.email, '_self');
1923
+ }}
1924
+ >
1925
+ <AiOutlineMail size={sectionproperties.youtubebtniconfontsize} />
1926
+ </div>
1927
+ )}
1928
+
1929
+ {authdetailsContext?.instinfo?.whatsappnumber != null && (
1930
+ <div
1931
+ class={`${footerStyles.youtube_btn} ` + ' d-flex align-items-center justify-content-center ml-2 mr-2 '}
1932
+ onClick={() => {
1933
+ if (authdetailsContext?.instinfo?.whatsappnumber != null) {
1934
+ window.open('https://api.whatsapp.com/send?phone=' + authdetailsContext?.instinfo?.whatsappnumber, '_blank');
1935
+ }
1936
+ }}
1937
+ >
1938
+ <FaWhatsapp size={sectionproperties.youtubebtniconfontsize} />
1939
+ </div>
1940
+ )}
1941
+ </div>
1942
+ </div>
1943
+ </div>
1944
+ </div>
1945
+ </div>
1946
+
1947
+ <div class="col-12 mb-4 mt-4">
1948
+ <div
1949
+ style={{
1950
+ height: 1,
1951
+ width: '100%',
1952
+ background: '#fff',
1953
+ }}
1954
+ ></div>
1955
+ </div>
1956
+
1957
+ <div
1958
+ class="col-12 text-center d-flex flex-row align-items-center justify-content-center"
1959
+ style={{
1960
+ color: '#fff',
1961
+ }}
1962
+ >
1963
+ <p
1964
+ class={' m-0 font-14 font-weight-500 cusrsor-pointer '}
1965
+ onClick={() => {
1966
+ routingcountext(StaticPagesLinksContext.PrivacyPolicy);
1967
+ }}
1968
+ >
1969
+ {langdetect == 'en' ? returnpolicyobj('Privacy Policy')?.policypagename_en : returnpolicyobj('Privacy Policy')?.policypagename_ar}
1970
+ </p>
1971
+ <span
1972
+ style={{
1973
+ color: 'white',
1974
+ fontSize: 14,
1975
+ }}
1976
+ className="mx-2"
1977
+ >
1978
+ {' '}
1979
+ -{' '}
1980
+ </span>
1981
+ <p
1982
+ class={' m-0 font-14 font-weight-500 cusrsor-pointer '}
1983
+ onClick={() => {
1984
+ routingcountext(StaticPagesLinksContext.ShippingPolicy);
1985
+ }}
1986
+ >
1987
+ {langdetect == 'en' ? returnpolicyobj('Shipping Policy')?.policypagename_en : returnpolicyobj('Shipping Policy')?.policypagename_ar}
1988
+ </p>
1989
+ <span
1990
+ style={{
1991
+ color: 'white',
1992
+ fontSize: 14,
1993
+ }}
1994
+ className="mx-2"
1995
+ >
1996
+ {' '}
1997
+ -{' '}
1998
+ </span>
1999
+ <p
2000
+ class={' m-0 font-14 mx-1 font-weight-500 cusrsor-pointer '}
2001
+ onClick={() => {
2002
+ routingcountext(StaticPagesLinksContext.RefundPolicy);
2003
+ }}
2004
+ >
2005
+ {langdetect == 'en' ? returnpolicyobj('Refund Policy')?.policypagename_en : returnpolicyobj('Refund Policy')?.policypagename_ar}
2006
+ </p>
2007
+ </div>
2008
+ </div>
2009
+ </div>
2010
+ )}
2011
+ </footer>
2012
+ );
2013
+ };
2014
+
2015
+ export default Footer8;