stay_commerce-frontend 0.1.0

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 (242) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +28 -0
  4. data/Rakefile +8 -0
  5. data/app/assets/builds/404error-RVKQJ4S4.digested.jpg +0 -0
  6. data/app/assets/builds/Facebook-5HJUILVR.digested.svg +3 -0
  7. data/app/assets/builds/Google-CZ3UPVSC.digested.svg +6 -0
  8. data/app/assets/builds/application.js +95 -0
  9. data/app/assets/builds/application.js.map +7 -0
  10. data/app/assets/builds/beach-KAZW5GM3.digested.jpg +0 -0
  11. data/app/assets/builds/beach2-3ARC34NS.digested.jpg +0 -0
  12. data/app/assets/builds/beach3-PSTOH5FV.digested.jpg +0 -0
  13. data/app/assets/builds/beach4-PWNRPD3S.digested.jpg +0 -0
  14. data/app/assets/builds/beach5-SBOKKRHF.digested.jpg +0 -0
  15. data/app/assets/builds/beach6-SXZ5Y5AI.digested.jpg +0 -0
  16. data/app/assets/builds/beach7-FNBMFVKK.digested.jpg +0 -0
  17. data/app/assets/builds/beach8-TD7LTRQM.digested.jpg +0 -0
  18. data/app/assets/builds/bg-image-H7UGUMV2.digested.jpg +0 -0
  19. data/app/assets/builds/bgimage-DU3PCXKN.digested.jpg +0 -0
  20. data/app/assets/builds/bundle.css +30914 -0
  21. data/app/assets/builds/bundle.css.map +7 -0
  22. data/app/assets/builds/bundle.js +74569 -0
  23. data/app/assets/builds/bundle.js.map +7 -0
  24. data/app/assets/builds/hotel1-HGBXPKJK.digested.jpg +0 -0
  25. data/app/assets/builds/logo_updated-KQWAXLYL.digested.png +0 -0
  26. data/app/assets/builds/styles.css +6422 -0
  27. data/app/assets/builds/styles.css.map +7 -0
  28. data/app/assets/config/manifest.js +2 -0
  29. data/app/assets/images/favicon.ico +0 -0
  30. data/app/assets/images/stay_commerce/frontend/beach-666122_1280 (1).jpg +0 -0
  31. data/app/assets/images/stay_commerce/frontend/beach-666122_1280.jpg +0 -0
  32. data/app/assets/stylesheets/stay_commerce/frontend/application.css +15 -0
  33. data/app/controllers/stay_commerce/frontend/application_controller.rb +8 -0
  34. data/app/controllers/stay_commerce/frontend/welcome_controller.rb +6 -0
  35. data/app/helpers/stay_commerce/frontend/application_helper.rb +6 -0
  36. data/app/javascript/Images/404error.jpg +0 -0
  37. data/app/javascript/Images/Facebook.svg +3 -0
  38. data/app/javascript/Images/Google.svg +6 -0
  39. data/app/javascript/Images/beach-2245867_1280.jpg +0 -0
  40. data/app/javascript/Images/beach.jpg +0 -0
  41. data/app/javascript/Images/beach2.jpg +0 -0
  42. data/app/javascript/Images/beach3.jpg +0 -0
  43. data/app/javascript/Images/beach4.jpg +0 -0
  44. data/app/javascript/Images/beach5.jpg +0 -0
  45. data/app/javascript/Images/beach6.jpg +0 -0
  46. data/app/javascript/Images/beach7.jpg +0 -0
  47. data/app/javascript/Images/beach8.jpg +0 -0
  48. data/app/javascript/Images/bg-image.jpg +0 -0
  49. data/app/javascript/Images/bgimage.jpg +0 -0
  50. data/app/javascript/Images/blog-1.jpg +0 -0
  51. data/app/javascript/Images/gallery.png +0 -0
  52. data/app/javascript/Images/home 5.jpg +0 -0
  53. data/app/javascript/Images/home1.jpg +0 -0
  54. data/app/javascript/Images/home2.jpg +0 -0
  55. data/app/javascript/Images/home3.jpg +0 -0
  56. data/app/javascript/Images/home6.jpg +0 -0
  57. data/app/javascript/Images/hotel1.jpg +0 -0
  58. data/app/javascript/Images/room1.jpg +0 -0
  59. data/app/javascript/Images/room2.jpg +0 -0
  60. data/app/javascript/Images/room3.jpg +0 -0
  61. data/app/javascript/Images/room4.jpg +0 -0
  62. data/app/javascript/Images/wine-4520213_1280.jpg +0 -0
  63. data/app/javascript/application.js +1 -0
  64. data/app/javascript/react/Api/apiConstants.js +47 -0
  65. data/app/javascript/react/assets/beach-2245867_1280.jpg +0 -0
  66. data/app/javascript/react/assets/logo.png +0 -0
  67. data/app/javascript/react/assets/logo_updated.png +0 -0
  68. data/app/javascript/react/components/AboutUsPage/AboutPage.jsx +41 -0
  69. data/app/javascript/react/components/AboutusFront/About.jsx +37 -0
  70. data/app/javascript/react/components/Accommodation/Accommodation.jsx +32 -0
  71. data/app/javascript/react/components/Accommodation/NormalListing.jsx +50 -0
  72. data/app/javascript/react/components/Accommodation/SpecialListing.jsx +51 -0
  73. data/app/javascript/react/components/Accountpage/AccountInfo.jsx +217 -0
  74. data/app/javascript/react/components/Accountpage/AccountPage.jsx +27 -0
  75. data/app/javascript/react/components/Accountpage/CommonPage.jsx +24 -0
  76. data/app/javascript/react/components/AddNewProperty/CommonLayout.jsx +68 -0
  77. data/app/javascript/react/components/AddNewProperty/Description.jsx +229 -0
  78. data/app/javascript/react/components/AddNewProperty/Details.jsx +234 -0
  79. data/app/javascript/react/components/AddNewProperty/Images.jsx +196 -0
  80. data/app/javascript/react/components/AddNewProperty/Location.jsx +239 -0
  81. data/app/javascript/react/components/AddNewProperty/Room.jsx +1132 -0
  82. data/app/javascript/react/components/AvatarDropdown/AvatarDropDown.jsx +142 -0
  83. data/app/javascript/react/components/BlogDesign/BlogsLatest.jsx +67 -0
  84. data/app/javascript/react/components/ContactUs/Contact.jsx +89 -0
  85. data/app/javascript/react/components/FacilitiesSection/Facilities.jsx +66 -0
  86. data/app/javascript/react/components/FixedNavbar/FixedNav.jsx +88 -0
  87. data/app/javascript/react/components/ForgetPassword/ForgetPassword.jsx +103 -0
  88. data/app/javascript/react/components/Gallery/Gallery.jsx +164 -0
  89. data/app/javascript/react/components/GalleryModalLight/GalleryModalLight.jsx +35 -0
  90. data/app/javascript/react/components/GallerySlider/GallerySlider.jsx +58 -0
  91. data/app/javascript/react/components/Headers/PropertyCard.jsx +46 -0
  92. data/app/javascript/react/components/HeroSectionDesign/BookingForm.jsx +178 -0
  93. data/app/javascript/react/components/HeroSectionDesign/HeroSection.jsx +29 -0
  94. data/app/javascript/react/components/HeroSectionDesign/MyPropertiesListing.jsx +104 -0
  95. data/app/javascript/react/components/HeroSectionDesign/PropertiesPage.jsx +122 -0
  96. data/app/javascript/react/components/HotelListing/Listing.jsx +48 -0
  97. data/app/javascript/react/components/Layout/Layout.js +18 -0
  98. data/app/javascript/react/components/Listing-stay-Detail/AmenitiesFeatures.jsx +58 -0
  99. data/app/javascript/react/components/Listing-stay-Detail/AmenitiesModal.jsx +250 -0
  100. data/app/javascript/react/components/Listing-stay-Detail/ApartmentCard.jsx +120 -0
  101. data/app/javascript/react/components/Listing-stay-Detail/BookingModal.jsx +398 -0
  102. data/app/javascript/react/components/Listing-stay-Detail/CheckoutForm.jsx +296 -0
  103. data/app/javascript/react/components/Listing-stay-Detail/ListingStayDetailPage.jsx +512 -0
  104. data/app/javascript/react/components/Listing-stay-Detail/PropertyDescription.jsx +76 -0
  105. data/app/javascript/react/components/Listing-stay-Detail/PropertyDetailsCard.jsx +62 -0
  106. data/app/javascript/react/components/Listing-stay-Detail/Reviews.jsx +132 -0
  107. data/app/javascript/react/components/Listing-stay-Detail/RoomDescriptionModal.jsx +105 -0
  108. data/app/javascript/react/components/Listing-stay-Detail/Rules.jsx +23 -0
  109. data/app/javascript/react/components/ListingImageGallery/ListingImageGallery.jsx +30 -0
  110. data/app/javascript/react/components/LoginPage/LoginPage.jsx +115 -0
  111. data/app/javascript/react/components/MobileNav/MobileMenu.jsx +47 -0
  112. data/app/javascript/react/components/Navbar/Navbar.jsx +25 -0
  113. data/app/javascript/react/components/Page404/Page404.jsx +30 -0
  114. data/app/javascript/react/components/PropertyListing/MyProperties.jsx +146 -0
  115. data/app/javascript/react/components/PropertyListing/StayBooking/BookingDetails.jsx +178 -0
  116. data/app/javascript/react/components/PropertyListing/StayBooking/MyBooking.jsx +83 -0
  117. data/app/javascript/react/components/ResetPassword/ResetPassword.jsx +117 -0
  118. data/app/javascript/react/components/SignupPage/SignupPage.jsx +185 -0
  119. data/app/javascript/react/components/SmallNavbar/SmallNav.jsx +51 -0
  120. data/app/javascript/react/components/SocialAuth/SocialAuth.jsx +21 -0
  121. data/app/javascript/react/components/StayCard/StayCard.jsx +69 -0
  122. data/app/javascript/react/components/StayCard/StayCard2.jsx +45 -0
  123. data/app/javascript/react/components/StayCard/StayCard3.jsx +45 -0
  124. data/app/javascript/react/components/TestimonialSection/Testimonial.jsx +113 -0
  125. data/app/javascript/react/components/Unauthorized/Unauthorized.jsx +12 -0
  126. data/app/javascript/react/data/jsons/__countryListing.json +201 -0
  127. data/app/javascript/react/packs/App.js +26 -0
  128. data/app/javascript/react/packs/index.jsx +38 -0
  129. data/app/javascript/react/packs/routes/ParentRoute.jsx +14 -0
  130. data/app/javascript/react/packs/routes/Route.jsx +163 -0
  131. data/app/javascript/react/pages/AccommodationList.jsx +21 -0
  132. data/app/javascript/react/pages/Home.jsx +32 -0
  133. data/app/javascript/react/redux/slices/AuthSlice/AuthSlice.jsx +100 -0
  134. data/app/javascript/react/redux/slices/PropertySlice/PropertySlice.jsx +722 -0
  135. data/app/javascript/react/redux/slices/PropertySlice/Searchslice.jsx +36 -0
  136. data/app/javascript/react/redux/slices/UserSlice/UserSlice.jsx +215 -0
  137. data/app/javascript/react/redux/store.js +35 -0
  138. data/app/javascript/react/shared/Avatar/Avatar.jsx +32 -0
  139. data/app/javascript/react/shared/Badge/Badge.jsx +33 -0
  140. data/app/javascript/react/shared/Button/Button.jsx +67 -0
  141. data/app/javascript/react/shared/Button/ButtonPrimary.jsx +11 -0
  142. data/app/javascript/react/shared/Button/ButtonSelect.jsx +9 -0
  143. data/app/javascript/react/shared/Checkbox/Checkbox.jsx +38 -0
  144. data/app/javascript/react/shared/CurrencySymbol.jsx +6 -0
  145. data/app/javascript/react/shared/DateField/CustomDatePicker.jsx +69 -0
  146. data/app/javascript/react/shared/FooterSection/Footer.jsx +75 -0
  147. data/app/javascript/react/shared/FormField/FormField.jsx +75 -0
  148. data/app/javascript/react/shared/FormItem/FormItem.jsx +20 -0
  149. data/app/javascript/react/shared/Input/Input.jsx +27 -0
  150. data/app/javascript/react/shared/Label/Label.jsx +12 -0
  151. data/app/javascript/react/shared/Modal.jsx +20 -0
  152. data/app/javascript/react/shared/NcImage/NcImage.jsx +101 -0
  153. data/app/javascript/react/shared/NcImage/PlaceIcon.jsx +31 -0
  154. data/app/javascript/react/shared/NcImage/placecImageIcon.svg +6 -0
  155. data/app/javascript/react/shared/Select/Select.jsx +20 -0
  156. data/app/javascript/react/styles/404error.scss +58 -0
  157. data/app/javascript/react/styles/ApartmentCard.scss +126 -0
  158. data/app/javascript/react/styles/BookingDetails.scss +457 -0
  159. data/app/javascript/react/styles/Modal.scss +36 -0
  160. data/app/javascript/react/styles/PropertiesPage.scss +219 -0
  161. data/app/javascript/react/styles/RenderSection.scss +480 -0
  162. data/app/javascript/react/styles/about.scss +97 -0
  163. data/app/javascript/react/styles/accountinfo.scss +67 -0
  164. data/app/javascript/react/styles/accountpage.scss +36 -0
  165. data/app/javascript/react/styles/amenitiesfeatures.scss +223 -0
  166. data/app/javascript/react/styles/application.scss +87 -0
  167. data/app/javascript/react/styles/avatar.scss +39 -0
  168. data/app/javascript/react/styles/avatardropdown.scss +57 -0
  169. data/app/javascript/react/styles/badge.scss +90 -0
  170. data/app/javascript/react/styles/blog.scss +100 -0
  171. data/app/javascript/react/styles/bookingform.scss +124 -0
  172. data/app/javascript/react/styles/button.scss +44 -0
  173. data/app/javascript/react/styles/buttonprimary.scss +32 -0
  174. data/app/javascript/react/styles/checkbox.scss +37 -0
  175. data/app/javascript/react/styles/commonlayout.scss +83 -0
  176. data/app/javascript/react/styles/commonpage.scss +51 -0
  177. data/app/javascript/react/styles/contact.scss +173 -0
  178. data/app/javascript/react/styles/customdatepicker.scss +120 -0
  179. data/app/javascript/react/styles/description.scss +21 -0
  180. data/app/javascript/react/styles/details.scss +88 -0
  181. data/app/javascript/react/styles/facilities.scss +131 -0
  182. data/app/javascript/react/styles/fixednavbar.scss +137 -0
  183. data/app/javascript/react/styles/fonts.scss +22 -0
  184. data/app/javascript/react/styles/footer.scss +300 -0
  185. data/app/javascript/react/styles/forgetpassword.scss +68 -0
  186. data/app/javascript/react/styles/formfield.scss +39 -0
  187. data/app/javascript/react/styles/formitem.scss +20 -0
  188. data/app/javascript/react/styles/gallery.scss +142 -0
  189. data/app/javascript/react/styles/gallerymodallight.scss +137 -0
  190. data/app/javascript/react/styles/galleryslider.scss +114 -0
  191. data/app/javascript/react/styles/header.scss +49 -0
  192. data/app/javascript/react/styles/herosection.scss +61 -0
  193. data/app/javascript/react/styles/images.scss +112 -0
  194. data/app/javascript/react/styles/input.scss +58 -0
  195. data/app/javascript/react/styles/label.scss +11 -0
  196. data/app/javascript/react/styles/listing.scss +94 -0
  197. data/app/javascript/react/styles/listingimagegallery.scss +57 -0
  198. data/app/javascript/react/styles/listingstaydetailpage.scss +887 -0
  199. data/app/javascript/react/styles/location.scss +66 -0
  200. data/app/javascript/react/styles/loginpage.scss +150 -0
  201. data/app/javascript/react/styles/mobilemenu.scss +53 -0
  202. data/app/javascript/react/styles/mybooking.scss +104 -0
  203. data/app/javascript/react/styles/myproperty.scss +51 -0
  204. data/app/javascript/react/styles/ncimage.scss +24 -0
  205. data/app/javascript/react/styles/normallisting.scss +95 -0
  206. data/app/javascript/react/styles/property-description.scss +75 -0
  207. data/app/javascript/react/styles/propertycard.scss +48 -0
  208. data/app/javascript/react/styles/propertydetailscard.scss +302 -0
  209. data/app/javascript/react/styles/resetpassword.scss +79 -0
  210. data/app/javascript/react/styles/reviews.scss +185 -0
  211. data/app/javascript/react/styles/room.scss +275 -0
  212. data/app/javascript/react/styles/rooms.scss +0 -0
  213. data/app/javascript/react/styles/select.scss +44 -0
  214. data/app/javascript/react/styles/signuppage.scss +132 -0
  215. data/app/javascript/react/styles/smallnav.scss +94 -0
  216. data/app/javascript/react/styles/socialauth.scss +62 -0
  217. data/app/javascript/react/styles/speciallisting.scss +94 -0
  218. data/app/javascript/react/styles/staycard.scss +77 -0
  219. data/app/javascript/react/styles/staycard2.scss +115 -0
  220. data/app/javascript/react/styles/testimonial.scss +216 -0
  221. data/app/javascript/react/styles/unauthorized.scss +22 -0
  222. data/app/javascript/react/styles/variables.scss +3 -0
  223. data/app/javascript/react/styles/wrapper.scss +4 -0
  224. data/app/javascript/react/utils/formSchema.js +120 -0
  225. data/app/javascript/react/utils/helpers/APIHelper.jsx +55 -0
  226. data/app/javascript/react/utils/helpers/ErrorHandler.js +21 -0
  227. data/app/javascript/react/utils/helpers/InfoHandler.js +15 -0
  228. data/app/javascript/react/utils/helpers/SuccessHandler.js +12 -0
  229. data/app/javascript/react/utils/helpers/isInViewPortIntersectionObserver.jsx +39 -0
  230. data/app/jobs/stay_commerce/frontend/application_job.rb +6 -0
  231. data/app/mailers/stay_commerce/frontend/application_mailer.rb +8 -0
  232. data/app/models/stay_commerce/frontend/application_record.rb +7 -0
  233. data/app/views/layouts/stay_commerce/frontend/application.html.erb +61 -0
  234. data/app/views/stay_commerce/frontend/welcome/index.html.erb +2 -0
  235. data/config/initializers/cors.rb +6 -0
  236. data/config/initializers/devise.rb +359 -0
  237. data/config/routes.rb +11 -0
  238. data/lib/stay_commerce/frontend/engine.rb +14 -0
  239. data/lib/stay_commerce/frontend/version.rb +5 -0
  240. data/lib/stay_commerce/frontend.rb +8 -0
  241. data/lib/tasks/stay_commerce/frontend_tasks.rake +4 -0
  242. metadata +370 -0
@@ -0,0 +1,302 @@
1
+ // HotelCarousel.scss
2
+
3
+ // Reset and base styles
4
+ * {
5
+ box-sizing: border-box;
6
+ margin: 0;
7
+ padding: 0;
8
+
9
+ }
10
+
11
+ .hotel-carousel-container {
12
+ width: 100%;
13
+ margin: auto;
14
+ padding: 0 15px;
15
+ padding-bottom:2.5rem;
16
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
17
+ border-radius: 0.75rem;
18
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
19
+ margin-top:4rem;
20
+ }
21
+
22
+ .section-title {
23
+ font-size: 1.5rem;
24
+ font-weight: 600;
25
+ margin-bottom: 1.5rem;
26
+ color: #333;
27
+ padding-top:2rem;
28
+
29
+ }
30
+
31
+ // Hotel Card Styles
32
+ .hotel-card {
33
+ background-color: #fff;
34
+ border-radius: 8px;
35
+ overflow: hidden;
36
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
37
+ margin: 10px;
38
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
39
+ cursor: pointer;
40
+ height: 380px;
41
+ display: flex;
42
+ flex-direction: column;
43
+
44
+ &:hover {
45
+ transform: translateY(-5px);
46
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
47
+ }
48
+
49
+ .card-image {
50
+ height: 180px;
51
+ width: 100%;
52
+ overflow: hidden;
53
+
54
+ img {
55
+ width: 100%;
56
+ height: 100%;
57
+ object-fit: cover;
58
+ transition: transform 0.3s ease;
59
+ }
60
+
61
+ &:hover img {
62
+ transform: scale(1.05);
63
+ }
64
+ }
65
+
66
+ .card-content {
67
+ padding: 15px;
68
+ flex: 1;
69
+ display: flex;
70
+ flex-direction: column;
71
+ }
72
+
73
+ .hotel-type {
74
+ display: flex;
75
+ align-items: center;
76
+ margin-bottom: 8px;
77
+ font-size: 14px;
78
+ color: #555;
79
+
80
+ .star {
81
+ color: #ffc107;
82
+ margin-left: 5px;
83
+ font-size: 16px;
84
+ }
85
+ }
86
+
87
+ .hotel-name {
88
+ font-size: 16px;
89
+ font-weight: 600;
90
+ margin-bottom: 8px;
91
+ color: #333;
92
+ line-height: 1.3;
93
+ flex-grow: 1;
94
+ }
95
+
96
+ .hotel-rating {
97
+ font-size: 14px;
98
+ color: #0071c2;
99
+ margin-bottom: 8px;
100
+ font-weight: 500;
101
+ }
102
+
103
+ .hotel-distance {
104
+ font-size: 14px;
105
+ color: #666;
106
+ margin-bottom: 15px;
107
+ display: flex;
108
+ align-items: center;
109
+
110
+ .location-icon {
111
+ margin-right: 5px;
112
+ color: #555;
113
+ }
114
+ }
115
+
116
+ .price-section {
117
+ margin-top: auto;
118
+
119
+ .starting-from {
120
+ font-size: 12px;
121
+ color: #777;
122
+ margin-bottom: 2px;
123
+ }
124
+
125
+ .price {
126
+ font-size: 18px;
127
+ font-weight: 700;
128
+ color: #333;
129
+ }
130
+ }
131
+ }
132
+
133
+ // Custom Slick Carousel Styles
134
+ .carousel-wrapper {
135
+ position: relative;
136
+ margin: 0 auto 30px;
137
+
138
+ // Fix for slick-list (the container for slides)
139
+ .slick-list {
140
+ overflow: hidden;
141
+ margin: 0 -10px;
142
+ }
143
+
144
+ .slick-track {
145
+ display: flex;
146
+ align-items: stretch;
147
+ }
148
+
149
+
150
+ // Fix for slick slide sizing
151
+ .slick-slide {
152
+ padding: 0 10px;
153
+ display: flex !important;
154
+ justify-content: center;
155
+ float: left;
156
+ align-items: center;
157
+
158
+ > div {
159
+ height: 100%;
160
+ width: 100%;
161
+ display: flex;
162
+ }
163
+ }
164
+
165
+ .slick-slide[aria-hidden="true"] {
166
+ opacity: 0.5;
167
+ pointer-events: none;
168
+ }
169
+ .slick-arrow {
170
+ position: absolute;
171
+ top: 50%;
172
+ transform: translateY(-50%); /* Center vertically */
173
+ z-index: 10;
174
+ width: 36px;
175
+ height: 36px;
176
+ border-radius: 50%;
177
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
178
+ display: flex !important;
179
+ align-items: center;
180
+ justify-content: center;
181
+ opacity: 1;
182
+ border: none;
183
+ text-indent: -9999px;
184
+ overflow: hidden;
185
+ cursor: pointer;
186
+
187
+ &:before {
188
+ content: '';
189
+ color: #fff;
190
+ font-size: 16px;
191
+ font-weight: bold;
192
+ opacity: 1;
193
+ position: absolute;
194
+ left: 50%;
195
+ top: 50%;
196
+ transform: translate(-50%, -50%);
197
+ }
198
+
199
+ &:hover {
200
+ opacity: 1;
201
+ }
202
+
203
+ &.slick-disabled {
204
+ opacity: 0.7;
205
+ cursor: not-allowed;
206
+ }
207
+ }
208
+
209
+ .slick-prev {
210
+ left: -18px;
211
+ &:before {
212
+ content: '<';
213
+ font-family: Arial, sans-serif;
214
+ line-height: 1;
215
+ }
216
+ }
217
+
218
+ .slick-next {
219
+ right: -18px;
220
+ &:before {
221
+ content: '>';
222
+ font-family: Arial, sans-serif;
223
+ line-height: 1;
224
+ }
225
+ }
226
+
227
+ // Dots (pagination)
228
+ .slick-dots {
229
+ bottom: -30px;
230
+
231
+ li {
232
+ margin: 0 4px;
233
+
234
+ button:before {
235
+ font-size: 10px;
236
+ color: #ccc;
237
+ opacity: 1;
238
+ }
239
+
240
+ &.slick-active button:before {
241
+ color: #0071c2;
242
+ }
243
+ }
244
+ }
245
+
246
+ // Fix for slick initialization
247
+ .slick-initialized .slick-slide {
248
+ display: flex;
249
+ height: auto;
250
+ }
251
+ }
252
+
253
+ // Additional styles to mimic the original card design
254
+ .hotel-card {
255
+ .hotel-type {
256
+ .star {
257
+ &:not(:first-child) {
258
+ margin-left: 1px;
259
+ }
260
+ }
261
+ }
262
+ }
263
+
264
+ // Custom rating colors
265
+ .hotel-rating {
266
+ &:contains("Exceptional") {
267
+ color: #1a9f29;
268
+ }
269
+
270
+ &:contains("Excellent") {
271
+ color: #1a9f29;
272
+ }
273
+
274
+ &:contains("Very good") {
275
+ color: #17a2b8;
276
+ }
277
+
278
+ &:contains("Good") {
279
+ color: #6f42c1;
280
+ }
281
+
282
+ &:contains("Review score") {
283
+ color: #fd7e14;
284
+ }
285
+ }
286
+
287
+ // Responsive adjustments
288
+ @media (max-width: 992px) {
289
+ .hotel-card {
290
+ height: 360px;
291
+ }
292
+ }
293
+
294
+ @media (max-width: 576px) {
295
+ .hotel-carousel-container {
296
+ padding: 0 10px;
297
+ }
298
+
299
+ .slick-arrow {
300
+ display: none !important;
301
+ }
302
+ }
@@ -0,0 +1,79 @@
1
+ .reset-password {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ min-height: 100vh;
6
+ background-color: #ffffff;
7
+ color: #1a202c;
8
+
9
+ &__container {
10
+ width: 100%;
11
+ max-width: 400px;
12
+ background-color: #ffffff;
13
+ border-radius: 8px;
14
+ box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
15
+ padding: 2rem;
16
+ }
17
+
18
+ &__title {
19
+ text-align: center;
20
+ font-size: 1.75rem;
21
+ color: #db7c0b;
22
+ margin-bottom: 1.5rem;
23
+ }
24
+
25
+ &__field {
26
+ margin-bottom: 1.25rem;
27
+ display: flex;
28
+ flex-direction: column;
29
+ }
30
+
31
+ &__label {
32
+ display: block;
33
+ color: #db7c0b;
34
+ margin-bottom: 0.5rem;
35
+ }
36
+
37
+ &__input {
38
+ padding: 0.5rem 0.75rem;
39
+ border: 1px solid #d1d5db;
40
+ border-radius: 0.375rem;
41
+ box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
42
+ outline: none;
43
+ transition: border-color 0.2s;
44
+
45
+ &:focus {
46
+ border-color: #db7c0b;
47
+ box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.3);
48
+ }
49
+ }
50
+
51
+ &__error {
52
+ color: #ef4444;
53
+ font-size: 0.875rem;
54
+ margin-top: 0.25rem;
55
+ }
56
+
57
+ &__button {
58
+ width: 100%;
59
+ background-color: #ea580c;
60
+ color: #ffffff;
61
+ padding: 0.5rem 1rem;
62
+ border-radius: 0.375rem;
63
+ transition: background-color 0.3s;
64
+ outline: none;
65
+ border: none;
66
+ font-weight: 500;
67
+ cursor: pointer;
68
+
69
+ &:hover {
70
+ background-color: #c2410c;
71
+ }
72
+
73
+ &:disabled {
74
+ background-color: #f97316;
75
+ cursor: not-allowed;
76
+ }
77
+ }
78
+ }
79
+
@@ -0,0 +1,185 @@
1
+ .reviews-container {
2
+ margin: 0 auto;
3
+ padding: 20px;
4
+ color: #333;
5
+ border-radius: 0.75rem;
6
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
7
+
8
+ h2 {
9
+ font-size: 24px;
10
+ font-weight: 600;
11
+ margin-bottom: 10px;
12
+ }
13
+
14
+ .divider {
15
+ height: 1px;
16
+ background-color: #e0e0e0;
17
+ margin: 15px 0;
18
+ }
19
+
20
+ .reviews-summary {
21
+ display: flex;
22
+ margin: 30px 0;
23
+ gap: 50px;
24
+
25
+ @media (max-width: 768px) {
26
+ flex-direction: column;
27
+ }
28
+ }
29
+
30
+ .rating-average {
31
+ text-align: center;
32
+ min-width: 150px;
33
+
34
+ h1 {
35
+ font-size: 42px;
36
+ font-weight: 500;
37
+ margin: 0 0 5px;
38
+ }
39
+
40
+ .stars {
41
+ margin-bottom: 10px;
42
+
43
+ .star {
44
+ color: #FFD700;
45
+ font-size: 24px;
46
+ }
47
+ }
48
+
49
+ p {
50
+ margin: 5px 0;
51
+
52
+ &.review-count {
53
+ color: #666;
54
+ font-size: 0.9rem;
55
+ }
56
+ }
57
+ }
58
+
59
+ .rating-bars {
60
+ flex-grow: 1;
61
+ display: flex;
62
+ flex-direction: column;
63
+ justify-content: space-between;
64
+ }
65
+
66
+ .rating-bar {
67
+ display: flex;
68
+ align-items: center;
69
+ margin: 5px 0;
70
+
71
+ .rating-number {
72
+ min-width: 40px;
73
+ text-align: center;
74
+ font-size: 0.9rem;
75
+ }
76
+
77
+ .progress-container {
78
+ flex-grow: 1;
79
+ height: 8px;
80
+ background-color: #e0e0e0;
81
+ border-radius: 4px;
82
+ margin: 0 10px;
83
+ overflow: hidden;
84
+ }
85
+
86
+ .progress-bar {
87
+ height: 100%;
88
+ background-color: #ffd700;
89
+ border-radius: 4px;
90
+ }
91
+
92
+ .percentage {
93
+ min-width: 40px;
94
+ font-size: 0.9rem;
95
+ color: #666;
96
+ }
97
+ }
98
+
99
+ .reviews-list {
100
+ margin-top: 20px;
101
+ }
102
+
103
+ .review-item {
104
+ padding: 15px 0;
105
+
106
+ .user-info {
107
+ display: flex;
108
+ align-items: center;
109
+ margin-bottom: 10px;
110
+
111
+ .profile-pic {
112
+ width: 48px;
113
+ height: 48px;
114
+ border-radius: 50%;
115
+ object-fit: cover;
116
+ margin-right: 15px;
117
+ }
118
+
119
+ h3 {
120
+ margin: 0 0 5px;
121
+ font-size: 16px;
122
+ font-weight: 600;
123
+ }
124
+
125
+ .rating-display {
126
+ display: flex;
127
+ align-items: center;
128
+
129
+ .star {
130
+ color: #00cc66;
131
+ margin-right: 5px;
132
+ }
133
+
134
+ .rating-value {
135
+ color: #00cc66;
136
+ font-weight: 500;
137
+ }
138
+ }
139
+ }
140
+
141
+ .review-content {
142
+ margin: 0 0 10px;
143
+ line-height: 1.5;
144
+ color: #555;
145
+ }
146
+
147
+ .show-more-btn {
148
+ background: none;
149
+ border: none;
150
+ color: #555;
151
+ cursor: pointer;
152
+ font-weight: 600;
153
+ padding: 0;
154
+ margin-bottom: 10px;
155
+
156
+ &:hover {
157
+ color: #000;
158
+ }
159
+ }
160
+
161
+ .review-divider {
162
+ height: 1px;
163
+ background-color: #e0e0e0;
164
+ margin-top: 10px;
165
+ }
166
+ }
167
+ }
168
+
169
+ button.show-more-btn, button.show-less-btn {
170
+ display: inline-block !important;
171
+ background-color: #f8f8f8 !important;
172
+ border: 1px solid #ddd !important;
173
+ border-radius: 4px !important;
174
+ color: #555 !important;
175
+ font-weight: 500 !important;
176
+ cursor: pointer !important;
177
+ transition: all 0.2s ease !important;
178
+ padding: 6px 14px !important;
179
+ font-size: 13px !important;
180
+
181
+ &:hover {
182
+ background-color: #e9e9e9 !important;
183
+ color: #333 !important;
184
+ }
185
+ }