tabexseriescomponents 0.2.744 → 0.2.745

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.
package/dist/index.esm.js CHANGED
@@ -117,6 +117,7 @@ import { IoSearchOutline } from '@react-icons/all-files/io5/IoSearchOutline';
117
117
  import { AiFillYoutube } from '@react-icons/all-files/ai/AiFillYoutube';
118
118
  import { IoLogoTiktok } from '@react-icons/all-files/io5/IoLogoTiktok';
119
119
  import { FaLinkedinIn } from '@react-icons/all-files/fa/FaLinkedinIn';
120
+ import { FaMap } from '@react-icons/all-files/fa/FaMap';
120
121
  import { FiMenu } from '@react-icons/all-files/fi/FiMenu';
121
122
  import { BsChevronDown } from '@react-icons/all-files/bs/BsChevronDown';
122
123
  import { IoClose } from '@react-icons/all-files/io5/IoClose';
@@ -2871,10 +2872,15 @@ var Product_itemtype = function Product_itemtype(props) {
2871
2872
  onSlide: function onSlide(d) {
2872
2873
  setcurrentshowingimageindex(d);
2873
2874
  },
2875
+ showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
2874
2876
  ref: function ref(el) {
2875
2877
  return setGallery(el);
2876
2878
  },
2877
- onClick: toggleFullScreen
2879
+ onClick: function onClick() {
2880
+ if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
2881
+ toggleFullScreen();
2882
+ }
2883
+ }
2878
2884
  })), productimagesarray.length != 0 && /*#__PURE__*/React.createElement("div", {
2879
2885
  "class": "w-100 d-none d-md-block"
2880
2886
  }, /*#__PURE__*/React.createElement(ImageGallery, {
@@ -2882,10 +2888,16 @@ var Product_itemtype = function Product_itemtype(props) {
2882
2888
  thumbnailPosition: 'bottom',
2883
2889
  showNav: false,
2884
2890
  showPlayButton: false,
2885
- showFullscreenButton: true,
2891
+ showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
2886
2892
  startIndex: currentshowingimageindex,
2893
+ showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
2887
2894
  onSlide: function onSlide(d) {
2888
2895
  setcurrentshowingimageindex(d);
2896
+ },
2897
+ onClick: function onClick() {
2898
+ if (sectionproperties.showgalleryfullscreenbtn == 'Yes') {
2899
+ toggleFullScreen();
2900
+ }
2889
2901
  }
2890
2902
  })))), /*#__PURE__*/React.createElement("div", {
2891
2903
  className: sectionproperties.gallerystyle == 'Style 1' ? sectionproperties.evencols == 'Yes' ? langdetect == 'en' ? 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-4 pr-0 pl-md-0 pr-md-0' : 'col-xl-6 col-lg-6 col-md-12 col-sm-12 pl-0 pr-4 pl-md-0 pr-md-0' : langdetect == 'en' ? 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-4 pr-0 p-md-0' : 'col-xl-7 col-lg-7 col-md-12 col-sm-12 pl-0 pr-4 p-md-0' : 'col-xl-12 col-lg-12 col-md-12 col-sm-12 px-3 px-md-2'
@@ -23751,7 +23763,7 @@ var DownloadApp = function DownloadApp(props) {
23751
23763
  function ownKeys$23(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
23752
23764
  function _objectSpread$23(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$23(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$23(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
23753
23765
  var SocialMediaSection = function SocialMediaSection(props) {
23754
- var _authdetailsContext$i, _authdetailsContext$i4, _authdetailsContext$i7, _authdetailsContext$i10, _authdetailsContext$i13, _authdetailsContext$i16;
23766
+ var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i5, _authdetailsContext$i8, _authdetailsContext$i11, _authdetailsContext$i14;
23755
23767
  props.actions;
23756
23768
  props.actions.StatePagePropertiesContext;
23757
23769
  var _useState = useState({}),
@@ -23780,12 +23792,62 @@ var SocialMediaSection = function SocialMediaSection(props) {
23780
23792
  width: templateproperties_context.socialmediasectioniconwidth + 'px',
23781
23793
  height: templateproperties_context.socialmediasectioniconheight + 'px',
23782
23794
  border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.socialmediasectionbordercolor,
23783
- borderRadius: 5,
23795
+ borderRadius: templateproperties_context.socialmediasectioniconborderradius,
23784
23796
  ':hover': {
23785
23797
  transition: '.3s',
23786
23798
  color: templateproperties_context.socialmediasectioniconcoloronhover,
23787
23799
  border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.socialmediasectioniconcoloronhover
23788
23800
  }
23801
+ }),
23802
+ fbsocialmediaicon: css({
23803
+ color: templateproperties_context.fbsocialmediasectioniconcolor,
23804
+ background: templateproperties_context.fbsocialmediasectioniconbgcolor,
23805
+ ':hover': {
23806
+ transition: '.3s',
23807
+ color: templateproperties_context.fbsocialmediasectioniconcoloronhover,
23808
+ background: templateproperties_context.fbsocialmediasectioniconbgcoloronhover,
23809
+ border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.fbsocialmediasectioniconcoloronhover
23810
+ }
23811
+ }),
23812
+ instagramsocialmediaicon: css({
23813
+ color: templateproperties_context.instagramsocialmediasectioniconcolor,
23814
+ background: templateproperties_context.instagramsocialmediasectioniconbgcolor,
23815
+ ':hover': {
23816
+ transition: '.3s',
23817
+ color: templateproperties_context.instagramsocialmediasectioniconcoloronhover,
23818
+ background: templateproperties_context.instagramsocialmediasectioniconbgcoloronhover,
23819
+ border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.instagramsocialmediasectioniconcoloronhover
23820
+ }
23821
+ }),
23822
+ ytsocialmediaicon: css({
23823
+ color: templateproperties_context.ytsocialmediasectioniconcolor,
23824
+ background: templateproperties_context.ytsocialmediasectioniconbgcolor,
23825
+ ':hover': {
23826
+ transition: '.3s',
23827
+ color: templateproperties_context.ytsocialmediasectioniconcoloronhover,
23828
+ background: templateproperties_context.ytsocialmediasectioniconbgcoloronhover,
23829
+ border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.ytsocialmediasectioniconcoloronhover
23830
+ }
23831
+ }),
23832
+ linkedinsocialmediaicon: css({
23833
+ color: templateproperties_context.linkedinsocialmediasectioniconcolor,
23834
+ background: templateproperties_context.linkedinsocialmediasectioniconbgcolor,
23835
+ ':hover': {
23836
+ transition: '.3s',
23837
+ color: templateproperties_context.linkedinsocialmediasectioniconcoloronhover,
23838
+ background: templateproperties_context.linkedinsocialmediasectioniconbgcoloronhover,
23839
+ border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.linkedinsocialmediasectioniconcoloronhover
23840
+ }
23841
+ }),
23842
+ tiktoksocialmediaicon: css({
23843
+ color: templateproperties_context.tiktoksocialmediasectioniconcolor,
23844
+ background: templateproperties_context.tiktoksocialmediasectioniconbgcolor,
23845
+ ':hover': {
23846
+ transition: '.3s',
23847
+ color: templateproperties_context.tiktoksocialmediasectioniconcoloronhover,
23848
+ background: templateproperties_context.tiktoksocialmediasectioniconbgcoloronhover,
23849
+ border: templateproperties_context.socialmediasectioniconborderwidth + 'px solid ' + templateproperties_context.tiktoksocialmediasectioniconcoloronhover
23850
+ }
23789
23851
  })
23790
23852
  };
23791
23853
  return /*#__PURE__*/React.createElement("div", {
@@ -23793,91 +23855,110 @@ var SocialMediaSection = function SocialMediaSection(props) {
23793
23855
  style: {
23794
23856
  background: templateproperties_context.socialmediasectionbgcolor,
23795
23857
  paddingTop: templateproperties_context.socialmediapaddinghorizontal + 'px',
23796
- paddingBottom: templateproperties_context.socialmediapaddinghorizontal + 'px'
23858
+ paddingBottom: templateproperties_context.socialmediapaddinghorizontal + 'px',
23859
+ paddingLeft: templateproperties_context.socialmediapaddingleftright + 'px',
23860
+ paddingRight: templateproperties_context.socialmediapaddinghorizontal + 'px'
23797
23861
  }
23798
- }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
23799
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23862
+ }, /*#__PURE__*/React.createElement("div", {
23863
+ "class": templateproperties_context.showstoreinfo == 'Show' ? 'col-lg-6 p-0 text-start d-flex flex-row d-md-none' : 'd-none p-0'
23864
+ }, templateproperties_context.showaddress == 'Show' && /*#__PURE__*/React.createElement("p", {
23865
+ "class": "m-0 p-0 cursor-pointer d-flex flex-row",
23800
23866
  onClick: function onClick() {
23801
- var _authdetailsContext$i2;
23802
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null) {
23803
- var _authdetailsContext$i3;
23804
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink, '_blank');
23867
+ window.open(templateproperties_context.locationlink, '_blank');
23868
+ },
23869
+ style: {
23870
+ color: '#b2b2b2'
23871
+ }
23872
+ }, /*#__PURE__*/React.createElement("i", {
23873
+ "class": ' h-100 d-flex align-items-center justify-content-center '
23874
+ }, /*#__PURE__*/React.createElement(FaMap, {
23875
+ size: 15
23876
+ })), /*#__PURE__*/React.createElement("span", {
23877
+ "class": "mx-2"
23878
+ }, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.address_en)), templateproperties_context.showphonenumber == 'Show' && /*#__PURE__*/React.createElement("p", {
23879
+ "class": "m-0 p-0 mx-4 cursor-pointer",
23880
+ onClick: function onClick() {
23881
+ window.open('tel:' + (authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber), '_self');
23882
+ },
23883
+ style: {
23884
+ color: '#b2b2b2'
23885
+ }
23886
+ }, /*#__PURE__*/React.createElement("i", {
23887
+ "class": ' fa fa-phone '
23888
+ }), /*#__PURE__*/React.createElement("span", {
23889
+ "class": "mx-2"
23890
+ }, " ", authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.CuContactphonenumber))), /*#__PURE__*/React.createElement("div", {
23891
+ "class": templateproperties_context.showstoreinfo == 'Show' ? 'col-lg-6 p-0 text-end justify-content-md-center col-md-12' : 'col-lg-12 allcentered p-0'
23892
+ }, (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.facebooklink) != null && /*#__PURE__*/React.createElement("div", {
23893
+ "class": "".concat(header_cssstyles.fbsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23894
+ onClick: function onClick() {
23895
+ var _authdetailsContext$i3;
23896
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.facebooklink) != null) {
23897
+ var _authdetailsContext$i4;
23898
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.facebooklink, '_blank');
23805
23899
  }
23806
23900
  }
23807
23901
  }, /*#__PURE__*/React.createElement(FaFacebookF, {
23808
23902
  size: templateproperties_context.socialmediasectioniconfontsize
23809
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
23810
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23903
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null && /*#__PURE__*/React.createElement("div", {
23904
+ "class": "".concat(header_cssstyles.instagramsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23811
23905
  onClick: function onClick() {
23812
- var _authdetailsContext$i5;
23813
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.instagramlink) != null) {
23814
- var _authdetailsContext$i6;
23815
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink, '_blank');
23906
+ var _authdetailsContext$i6;
23907
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.instagramlink) != null) {
23908
+ var _authdetailsContext$i7;
23909
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.instagramlink, '_blank');
23816
23910
  }
23817
23911
  }
23818
23912
  }, /*#__PURE__*/React.createElement(AiFillInstagram, {
23819
23913
  style: {
23820
23914
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
23821
23915
  }
23822
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
23823
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23916
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null && /*#__PURE__*/React.createElement("div", {
23917
+ "class": "".concat(header_cssstyles.ytsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23824
23918
  onClick: function onClick() {
23825
- var _authdetailsContext$i8;
23826
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i8 = authdetailsContext.instinfo) === null || _authdetailsContext$i8 === void 0 ? void 0 : _authdetailsContext$i8.youtubelink) != null) {
23827
- var _authdetailsContext$i9;
23828
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink, '_blank');
23919
+ var _authdetailsContext$i9;
23920
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i9 = authdetailsContext.instinfo) === null || _authdetailsContext$i9 === void 0 ? void 0 : _authdetailsContext$i9.youtubelink) != null) {
23921
+ var _authdetailsContext$i10;
23922
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.youtubelink, '_blank');
23829
23923
  }
23830
23924
  }
23831
23925
  }, /*#__PURE__*/React.createElement(AiFillYoutube, {
23832
23926
  style: {
23833
23927
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
23834
23928
  }
23835
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i10 = authdetailsContext.instinfo) === null || _authdetailsContext$i10 === void 0 ? void 0 : _authdetailsContext$i10.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
23836
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23929
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null && /*#__PURE__*/React.createElement("div", {
23930
+ "class": "".concat(header_cssstyles.linkedinsocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23837
23931
  onClick: function onClick() {
23838
- var _authdetailsContext$i11;
23839
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i11 = authdetailsContext.instinfo) === null || _authdetailsContext$i11 === void 0 ? void 0 : _authdetailsContext$i11.linkedinlink) != null) {
23840
- var _authdetailsContext$i12;
23841
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink, '_blank');
23932
+ var _authdetailsContext$i12;
23933
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i12 = authdetailsContext.instinfo) === null || _authdetailsContext$i12 === void 0 ? void 0 : _authdetailsContext$i12.linkedinlink) != null) {
23934
+ var _authdetailsContext$i13;
23935
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.linkedinlink, '_blank');
23842
23936
  }
23843
23937
  }
23844
23938
  }, /*#__PURE__*/React.createElement(FaLinkedinIn, {
23845
23939
  style: {
23846
23940
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
23847
23941
  }
23848
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i13 = authdetailsContext.instinfo) === null || _authdetailsContext$i13 === void 0 ? void 0 : _authdetailsContext$i13.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
23849
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23942
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null && /*#__PURE__*/React.createElement("div", {
23943
+ "class": "".concat(header_cssstyles.tiktoksocialmediaicon, " ").concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23850
23944
  onClick: function onClick() {
23851
- var _authdetailsContext$i14;
23852
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i14 = authdetailsContext.instinfo) === null || _authdetailsContext$i14 === void 0 ? void 0 : _authdetailsContext$i14.tiktoklink) != null) {
23853
- var _authdetailsContext$i15;
23854
- window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink, '_blank');
23945
+ var _authdetailsContext$i15;
23946
+ if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i15 = authdetailsContext.instinfo) === null || _authdetailsContext$i15 === void 0 ? void 0 : _authdetailsContext$i15.tiktoklink) != null) {
23947
+ var _authdetailsContext$i16;
23948
+ window.open(authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.tiktoklink, '_blank');
23855
23949
  }
23856
23950
  }
23857
23951
  }, /*#__PURE__*/React.createElement(IoLogoTiktok, {
23858
23952
  style: {
23859
23953
  fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
23860
23954
  }
23861
- })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i16 = authdetailsContext.instinfo) === null || _authdetailsContext$i16 === void 0 ? void 0 : _authdetailsContext$i16.whatsappnumber) != null && /*#__PURE__*/React.createElement("div", {
23862
- "class": "".concat(header_cssstyles.socialmediaicon) + ' allcentered mx-2 cursor-pointer ',
23863
- onClick: function onClick() {
23864
- var _authdetailsContext$i17;
23865
- if ((authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i17 = authdetailsContext.instinfo) === null || _authdetailsContext$i17 === void 0 ? void 0 : _authdetailsContext$i17.whatsappnumber) != null) {
23866
- var _authdetailsContext$i18;
23867
- window.open('https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i18 = authdetailsContext.instinfo) === null || _authdetailsContext$i18 === void 0 ? void 0 : _authdetailsContext$i18.whatsappnumber), '_blank');
23868
- }
23869
- }
23870
- }, /*#__PURE__*/React.createElement(FaWhatsapp, {
23871
- style: {
23872
- fontSize: parseFloat(templateproperties_context.socialmediasectioniconfontsize) + 2 + 'px'
23873
- }
23874
- })));
23955
+ }))));
23875
23956
  };
23876
23957
 
23877
23958
  function ownKeys$22(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
23878
23959
  function _objectSpread$22(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$22(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$22(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
23879
23960
  var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
23880
- var _authdetailsContext$i3, _authdetailsContext$i4, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
23961
+ var _authdetailsContext$i3, _authdetailsContext$i4, _authdetailsContext$i5, _returnpolicyobj, _returnpolicyobj2, _returnpolicyobj3, _returnpolicyobj4, _returnpolicyobj5, _returnpolicyobj6, _returnpolicyobj7, _returnpolicyobj8, _returnpolicyobj9, _returnpolicyobj10, _returnpolicyobj11, _returnpolicyobj12, _returnpolicyobj13, _returnpolicyobj14, _returnpolicyobj15, _returnpolicyobj16, _returnpolicyobj17, _returnpolicyobj18, _returnpolicyobj19, _returnpolicyobj20, _returnpolicyobj21, _returnpolicyobj22, _returnpolicyobj23, _returnpolicyobj24;
23881
23962
  var actions = props.actions;
23882
23963
  var LogoutMutationContext = props.actions.LogoutMutationContext;
23883
23964
  var setsidecartnavshowcontext = props.actions.setsidecartnavshowcontext;
@@ -24689,7 +24770,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24689
24770
  }, /*#__PURE__*/React.createElement(FaRegHeart, {
24690
24771
  size: 22,
24691
24772
  color: sectionproperties.wishlistresponsivecolor
24692
- }))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 && /*#__PURE__*/React.createElement("div", {
24773
+ }))), sectionproperties.cartBtnShow == 'Show' && CartButton(), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 || (_authdetailsContext$i3 = _authdetailsContext$i3.instcurrencies) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.length) > 1 && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) != '67b1bb900a541' && /*#__PURE__*/React.createElement("div", {
24693
24774
  "class": 'd-flex align-items-center pl-1 pr-1 pt-1',
24694
24775
  style: {}
24695
24776
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
@@ -24702,8 +24783,8 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24702
24783
  "class": "".concat(header_cssstyles.languagecontainer) + ' row m-0 w-100 d-flex align-items-center '
24703
24784
  }, /*#__PURE__*/React.createElement("p", {
24704
24785
  "class": "m-0 p-0 ml-1 mr-1"
24705
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.map(function (item, index) {
24706
- var _authdetailsContext$i5;
24786
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
24787
+ var _authdetailsContext$i6;
24707
24788
  return /*#__PURE__*/React.createElement(Dropdown.Item, {
24708
24789
  "class": "m-0 p-0",
24709
24790
  onClick: function onClick() {
@@ -24725,7 +24806,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24725
24806
  }
24726
24807
  }, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
24727
24808
  "class": 'ml-2 mr-2'
24728
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.length) - 1 && /*#__PURE__*/React.createElement("div", {
24809
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) - 1 && /*#__PURE__*/React.createElement("div", {
24729
24810
  "class": "col-lg-12 p-0"
24730
24811
  }, /*#__PURE__*/React.createElement("hr", {
24731
24812
  "class": "m-0"
@@ -31917,7 +31998,7 @@ var FloatingIcons = function FloatingIcons(props) {
31917
31998
  function ownKeys$1W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
31918
31999
  function _objectSpread$1W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1W(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
31919
32000
  var Simpleheader = function Simpleheader(props) {
31920
- var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$c2, _authdetailsContext$i4, _authdetailsContext$i5, _logoarrayofobjects$3, _logoarrayofobjects$4;
32001
+ var _header_cssstyles, _authdetailsContext$i, _logoarrayofobjects$, _logoarrayofobjects$2, _authdetailsContext$i2, _authdetailsContext$i3, _fetchcustomercartQue, _fetchcustomercartQue2, _authdetailsContext$c, _authdetailsContext$i4, _authdetailsContext$c2, _authdetailsContext$i5, _authdetailsContext$i6, _logoarrayofobjects$3, _logoarrayofobjects$4;
31921
32002
  var actions = props.actions;
31922
32003
  var _useState = useState(''),
31923
32004
  _useState2 = _slicedToArray(_useState, 2),
@@ -32464,7 +32545,12 @@ var Simpleheader = function Simpleheader(props) {
32464
32545
  "class": ' h-100 d-flex align-items-center '
32465
32546
  }, /*#__PURE__*/React.createElement(HiUserCircle, {
32466
32547
  size: sectionproperties.userBtnTextfontsize
32467
- }))), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
32548
+ })), (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.instid) == '67b1bb900a541' && /*#__PURE__*/React.createElement("span", {
32549
+ className: "mx-2",
32550
+ style: {
32551
+ fontSize: 18
32552
+ }
32553
+ }, "\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644")), authdetailsContext.loggedin && /*#__PURE__*/React.createElement("div", {
32468
32554
  "class": header_cssstyles.userBtnLoggedinContainer + ' allcentered ',
32469
32555
  sytle: {
32470
32556
  position: 'relative'
@@ -32630,7 +32716,7 @@ var Simpleheader = function Simpleheader(props) {
32630
32716
  "class": "".concat(header_cssstyles.dropdownitem) + ' dropdownitem d-flex align-items-center m-0 p-0 '
32631
32717
  }, /*#__PURE__*/React.createElement("span", {
32632
32718
  "class": "ml-2 mr-2"
32633
- }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i4 = authdetailsContext.instinfo) === null || _authdetailsContext$i4 === void 0 || (_authdetailsContext$i4 = _authdetailsContext$i4.instcurrencies) === null || _authdetailsContext$i4 === void 0 ? void 0 : _authdetailsContext$i4.length) > 1 && /*#__PURE__*/React.createElement("div", {
32719
+ }, "English"))))))), authdetailsContext != undefined && (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.length) > 1 && sectionproperties.showcurrency == 'Show' && /*#__PURE__*/React.createElement("div", {
32634
32720
  "class": ' d-flex align-items-center justify-content-end '
32635
32721
  }, /*#__PURE__*/React.createElement(Dropdown, null, /*#__PURE__*/React.createElement(Dropdown.Toggle, null, /*#__PURE__*/React.createElement("li", {
32636
32722
  "class": ' d-flex align-items-center justify-content-center '
@@ -32642,8 +32728,8 @@ var Simpleheader = function Simpleheader(props) {
32642
32728
  "class": ' row m-0 w-100 d-flex align-items-center '
32643
32729
  }, /*#__PURE__*/React.createElement("p", {
32644
32730
  "class": "m-0 p-0 ml-2 mr-2"
32645
- }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i5 = authdetailsContext.instinfo) === null || _authdetailsContext$i5 === void 0 || (_authdetailsContext$i5 = _authdetailsContext$i5.instcurrencies) === null || _authdetailsContext$i5 === void 0 ? void 0 : _authdetailsContext$i5.map(function (item, index) {
32646
- var _authdetailsContext$i6;
32731
+ }, authdetailsContext === null || authdetailsContext === void 0 ? void 0 : authdetailsContext.currencyname_ar), /*#__PURE__*/React.createElement(MdKeyboardArrowDown, null)))), /*#__PURE__*/React.createElement(Dropdown.Menu, null, authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.map(function (item, index) {
32732
+ var _authdetailsContext$i7;
32647
32733
  return /*#__PURE__*/React.createElement(Dropdown.Item, {
32648
32734
  onClick: function onClick() {
32649
32735
  setcurrencyfunccontext(item);
@@ -32663,7 +32749,7 @@ var Simpleheader = function Simpleheader(props) {
32663
32749
  }
32664
32750
  }, /*#__PURE__*/React.createElement(FaMoneyBillWave, null), /*#__PURE__*/React.createElement("span", {
32665
32751
  "class": 'ml-2 mr-2'
32666
- }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i6 = authdetailsContext.instinfo) === null || _authdetailsContext$i6 === void 0 || (_authdetailsContext$i6 = _authdetailsContext$i6.instcurrencies) === null || _authdetailsContext$i6 === void 0 ? void 0 : _authdetailsContext$i6.length) - 1 && /*#__PURE__*/React.createElement("div", {
32752
+ }, langdetect == 'en' ? item.currencyname_en : item.currencyname_ar)))), index != (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i7 = authdetailsContext.instinfo) === null || _authdetailsContext$i7 === void 0 || (_authdetailsContext$i7 = _authdetailsContext$i7.instcurrencies) === null || _authdetailsContext$i7 === void 0 ? void 0 : _authdetailsContext$i7.length) - 1 && /*#__PURE__*/React.createElement("div", {
32667
32753
  "class": "col-lg-12 p-0"
32668
32754
  }, /*#__PURE__*/React.createElement("hr", {
32669
32755
  "class": "m-0"
@@ -67955,23 +68041,39 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
67955
68041
  }), sectionproperties.flippingcards == 'Yes' && sectionproperties.showcountdown != 'Yes' && /*#__PURE__*/React.createElement("div", {
67956
68042
  "class": "row m-0 w-100 d-flex justify-content-center"
67957
68043
  }, cardsarray.map(function (cardinfoitem, cardinfoindex) {
68044
+ // alert(JSON.stringify(cardsarray[7]));
67958
68045
  return /*#__PURE__*/React.createElement("div", {
67959
- "class": sectionproperties.numofcols == '2' ? ' flip-card h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
68046
+ "class": (cardinfoitem === null || cardinfoitem === void 0 ? void 0 : cardinfoitem.cardobj_descripen) == undefined ? sectionproperties.numofcols == '2' ? ' flip-card flip-cardnonhover h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card flip-cardnonhover h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card flip-cardnonhover h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card flip-cardnonhover h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '2' ? ' flip-card h-md-auto col-lg-6 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '3' ? ' flip-card h-md-auto col-lg-4 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : sectionproperties.numofcols == '6' ? ' flip-card h-md-auto col-lg-2 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp : ' flip-card h-md-auto col-lg-3 col-md-6 d-flex align-items-center justify-content-center justify-content-md-start col-sm-' + sectionproperties.numberOfColsverticalresp,
67960
68047
  style: {
67961
68048
  zIndex: 2,
67962
68049
  paddingLeft: sectionproperties.marginhorizontal + 'px',
67963
68050
  paddingRight: sectionproperties.marginhorizontal + 'px',
67964
- marginBottom: sectionproperties.innersectionmarginbottom + 'px'
68051
+ marginBottom: sectionproperties.innersectionmarginbottom + 'px',
68052
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : ''
68053
+ },
68054
+ onClick: function onClick() {
68055
+ if (cardinfoitem.iscardclickable == 'Yes') {
68056
+ if (cardinfoitem.btntype == 'Web Product Link') {
68057
+ routingcountext(cardinfoitem.btnlink, false, '');
68058
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'Same Tab' && cardinfoitem.btntype != 'Web Product Link') {
68059
+ window.open(cardinfoitem.btnlink, '_self');
68060
+ } else if (cardinfoitem.iscardclickable == 'Yes' && cardinfoitem.clickabletabtype == 'New Tab' && cardinfoitem.btntype != 'Web Product Link') {
68061
+ window.open(cardinfoitem.btnlink, '_blank');
68062
+ } else if (sectionproperties.btntype == 'App/Web Page') {
68063
+ // window.open(sectionproperties.btnlink, '_target');
68064
+ routingcountext(cardinfoitem.btnlink, false, '');
68065
+ }
68066
+ }
67965
68067
  }
67966
68068
  }, /*#__PURE__*/React.createElement("div", {
67967
68069
  "class": "flip-card-inner",
67968
68070
  style: {
67969
- background: sectionproperties.reservation_bgcolor,
68071
+ background: cardinfoitem.cardbgcolorfromarray,
67970
68072
  borderRadius: sectionproperties.reservation_borderradius + 'px',
67971
68073
  border: sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : ''
67972
68074
  }
67973
68075
  }, /*#__PURE__*/React.createElement("div", {
67974
- "class": "flip-card-front d-flex align-items-center"
68076
+ "class": cardinfoitem.cardobj_descripen != '' ? 'flip-card-front d-flex align-items-center' : 'd-flex align-items-center'
67975
68077
  }, /*#__PURE__*/React.createElement("div", {
67976
68078
  "class": "row m-0 w-100"
67977
68079
  }, /*#__PURE__*/React.createElement("div", {
@@ -68003,9 +68105,10 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
68003
68105
  }, /*#__PURE__*/React.createElement("p", {
68004
68106
  "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
68005
68107
  style: {
68006
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
68108
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
68109
+ color: cardinfoitem.text1colorfromarray
68007
68110
  }
68008
- }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), /*#__PURE__*/React.createElement("div", {
68111
+ }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)))), cardinfoitem.cardobj_descripen != '' && /*#__PURE__*/React.createElement("div", {
68009
68112
  "class": "flip-card-back allcentered"
68010
68113
  }, /*#__PURE__*/React.createElement("div", {
68011
68114
  "class": "row m-0 w-100 allcentered"
@@ -68040,7 +68143,8 @@ var ServicesectionCenteredcards = function ServicesectionCenteredcards(props) {
68040
68143
  }, /*#__PURE__*/React.createElement("p", {
68041
68144
  "class": sectionStyles.text1Styles + ' p-0 m-0 wordbreak wordbreak-noellipsis text1Styles ',
68042
68145
  style: {
68043
- cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
68146
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default',
68147
+ color: cardinfoitem.text1colorfromarray
68044
68148
  }
68045
68149
  }, langdetect == 'en' ? cardinfoitem.cardobj_titleen : cardinfoitem.cardobj_titlear)), /*#__PURE__*/React.createElement("div", {
68046
68150
  "class": "col-lg-12 d-flex p-0",