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,142 @@
1
+
2
+ .gallery-hero {
3
+ background-size: cover;
4
+ background-position: center;
5
+ min-height: 50vh;
6
+ display: flex;
7
+ align-items: center;
8
+ justify-content: center;
9
+ margin-bottom: 2rem;
10
+ flex-direction: column;
11
+ text-align: center;
12
+ }
13
+
14
+ .gallery-title {
15
+ color: white;
16
+ font-size: 2.5rem;
17
+ font-weight: bold;
18
+ margin-bottom: 10px;
19
+ }
20
+
21
+ .gallery-content {
22
+ margin: 0 auto;
23
+ padding: 4rem 2rem;
24
+
25
+ @media (max-width: 768px) {
26
+ padding: 2rem 1rem;
27
+ }
28
+ }
29
+
30
+ .gallery-heading {
31
+ text-align: center;
32
+ font-size: 2.5rem;
33
+ font-weight: bold;
34
+ color: black;
35
+ }
36
+
37
+ .gallery-subheading {
38
+ text-align: center;
39
+ margin-bottom: 4rem;
40
+ opacity: 0.8;
41
+ color: black;
42
+
43
+ @media (max-width: 768px) {
44
+ margin-bottom: 2rem;
45
+ }
46
+ }
47
+
48
+ .gallery-grid {
49
+ max-width: 1200px;
50
+ margin: 0 auto;
51
+ padding: 2rem 1rem;
52
+ margin-bottom: 6rem;
53
+ display: grid;
54
+ grid-template-columns: repeat(3, 1fr);
55
+ grid-auto-rows: 250px;
56
+ gap: 20px;
57
+
58
+ @media (max-width: 1024px) {
59
+ grid-template-columns: repeat(2, 1fr);
60
+ }
61
+ }
62
+
63
+ .gallery-item {
64
+ overflow: hidden;
65
+
66
+ &.tall {
67
+ grid-row: span 2;
68
+
69
+ }
70
+ }
71
+
72
+ .gallery-img {
73
+ width: 100%;
74
+ height: 100%;
75
+ object-fit: cover;
76
+ transition: transform 0.3s ease;
77
+
78
+ &:hover {
79
+ transform: scale(1.15);
80
+ }
81
+ }
82
+
83
+ .breadcrumb {
84
+ display: flex;
85
+ align-items: center;
86
+ justify-content: center;
87
+ gap: 2px;
88
+ position: relative;
89
+ font-size: 1rem;
90
+ color: white;
91
+ flex-wrap: wrap;
92
+
93
+ @media (max-width: 480px) {
94
+ font-size: 0.9rem;
95
+ }
96
+ }
97
+
98
+ .breadcrumb-link {
99
+ color: white;
100
+ text-decoration: none;
101
+
102
+ &:hover {
103
+ color: #FFC107;
104
+ }
105
+ }
106
+
107
+ .breadcrumb-separator {
108
+ color: white;
109
+ margin: 0 4px;
110
+ margin-bottom: 5px;
111
+ font-size: 1.7rem;
112
+ }
113
+
114
+ .breadcrumb-current {
115
+ color: white;
116
+ }
117
+
118
+
119
+ @media (max-width: 768px) {
120
+ .gallery-grid {
121
+ grid-template-columns: 1fr;
122
+ grid-auto-rows: auto;
123
+ }
124
+
125
+ .gallery-item {
126
+ height: auto;
127
+ }
128
+
129
+ .gallery-img {
130
+ width: 100%;
131
+ height: auto;
132
+ }
133
+ }
134
+
135
+ @media (max-width: 382px) {
136
+ .gallery-heading {
137
+ text-align: center;
138
+ font-size: 30px;
139
+ font-weight: bold;
140
+ color: black;
141
+ }
142
+ }
@@ -0,0 +1,137 @@
1
+
2
+ .lightbox-overlay {
3
+ position: fixed;
4
+ top: 0;
5
+ left: 0;
6
+ width: 100%;
7
+ height: 100%;
8
+ background-color: rgba(0, 0, 0, 0.7);
9
+ display: flex;
10
+ align-items: center;
11
+ justify-content: center;
12
+ z-index: 1000;
13
+ }
14
+
15
+
16
+ .lightbox-close {
17
+ position: fixed;
18
+ top: 10px;
19
+ right: 10px;
20
+ font-size: 30px;
21
+ color: white;
22
+ background: transparent;
23
+ font-weight: bold;
24
+ border: none;
25
+ cursor: pointer;
26
+ z-index: 1100;
27
+ padding: 10px;
28
+ transition: color 0.3s ease;
29
+ }
30
+
31
+ .lightbox-close:hover {
32
+ color: #ffc107;
33
+ }
34
+
35
+
36
+ .lightbox-container {
37
+ position: relative;
38
+ max-width: 90%;
39
+ max-height: 85vh;
40
+ display: flex;
41
+ align-items: center;
42
+ justify-content: center;
43
+ flex-direction: column;
44
+ }
45
+
46
+ .lightbox-image-container {
47
+ display: flex;
48
+ align-items: center;
49
+ justify-content: center;
50
+ max-height: 80vh;
51
+ max-width: 100%;
52
+ }
53
+
54
+ .lightbox-image {
55
+ max-height: 80vh;
56
+ max-width: 430px;
57
+ object-fit: contain;
58
+ box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
59
+ }
60
+
61
+ .lightbox-nav {
62
+ position: absolute;
63
+ top: 50%;
64
+ transform: translateY(-50%);
65
+ background: transparent;
66
+ color: white;
67
+ font-size: 2.5rem;
68
+ border: none;
69
+ padding: 1rem;
70
+ cursor: pointer;
71
+ z-index: 1001;
72
+ transition: all 0.3s ease;
73
+ }
74
+
75
+ .lightbox-nav:hover {
76
+ color: #ffc107;
77
+ }
78
+
79
+ .lightbox-prev {
80
+ position:fixed;
81
+ left: 20px;
82
+ font-weight:bold;
83
+
84
+
85
+
86
+ }
87
+
88
+ .lightbox-next {
89
+ position:fixed;
90
+ right: 20px;
91
+ font-weight:bold;
92
+
93
+
94
+ }
95
+
96
+
97
+
98
+ @media (max-width: 768px) {
99
+
100
+
101
+ .lightbox-nav {
102
+ font-size: 2rem;
103
+ padding: 0.5rem;
104
+ }
105
+
106
+ .lightbox-prev {
107
+ left: 5px;
108
+ }
109
+
110
+ .lightbox-next {
111
+ right: 5px;
112
+ }
113
+
114
+ .lightbox-close {
115
+ font-size: 25px;
116
+ top: 5px;
117
+ right: 5px;
118
+ }
119
+ }
120
+
121
+ @media (max-width: 480px) {
122
+
123
+
124
+ .lightbox-nav {
125
+ font-size: 1.8rem;
126
+ padding: 0.3rem;
127
+ }
128
+
129
+ .lightbox-prev {
130
+ left: 3px;
131
+ }
132
+
133
+ .lightbox-next {
134
+ right: 3px;
135
+ }
136
+ }
137
+
@@ -0,0 +1,114 @@
1
+ .image-slider {
2
+ width: 100%;
3
+ max-width: 100%;
4
+ overflow: hidden;
5
+ position: relative;
6
+
7
+ .slick-slider {
8
+ width: 100%;
9
+ display: flex;
10
+ align-items: center;
11
+ }
12
+
13
+ .slick-list {
14
+ width: 100%;
15
+ overflow: hidden;
16
+ }
17
+
18
+ .slick-track {
19
+ display: flex;
20
+ align-items: center;
21
+ }
22
+
23
+ .slick-slide {
24
+ width: 100%;
25
+ display: block !important;
26
+ height: auto;
27
+ padding: 0;
28
+ }
29
+
30
+ .slide {
31
+ width: 100%;
32
+ max-width: 100%;
33
+ text-align: center;
34
+ position: relative;
35
+ height: 400px;
36
+ aspect-ratio: 16 / 9;
37
+
38
+ img {
39
+ width: 100%;
40
+ height: 100%;
41
+ object-fit: cover;
42
+ border-radius: 12px 0px 0px;
43
+ }
44
+ }
45
+
46
+ // Move dots ABOVE the image
47
+ .slick-dots {
48
+ position: absolute;
49
+ bottom: 7px;
50
+ left: 50%;
51
+ transform: translateX(-50%);
52
+ display: flex !important;
53
+ justify-content: center;
54
+ width: auto;
55
+ z-index: 10;
56
+ list-style: none;
57
+ padding: 0;
58
+ margin: 0;
59
+
60
+ li {
61
+ margin: 0 5px;
62
+ padding: 0;
63
+
64
+ button {
65
+ width: 8px;
66
+ height: 8px;
67
+ background: #ccc;
68
+ border-radius: 50%;
69
+ border: none;
70
+ cursor: pointer;
71
+ transition: background-color 0.3s ease;
72
+ padding: 0;
73
+ }
74
+
75
+ &.slick-active button {
76
+ background: #081976;
77
+ }
78
+ }
79
+ }
80
+
81
+ // Custom Arrows
82
+ .slick-arrow {
83
+ position: absolute;
84
+ top: 50%;
85
+ transform: translateY(-50%);
86
+ z-index: 11;
87
+ background: rgba(0, 0, 0, 0.5);
88
+ border: none;
89
+ color: white;
90
+ font-size: 15px;
91
+ width: 30px;
92
+ height: 30px;
93
+ border-radius: 50%;
94
+ cursor: pointer;
95
+ display: flex;
96
+ justify-content: center;
97
+ align-items: center;
98
+ transition: background-color 0.3s ease, opacity 0.3s ease;
99
+ opacity: 0; // Initially hidden
100
+ }
101
+
102
+ .slick-prev {
103
+ left: 10px;
104
+ }
105
+
106
+ .slick-next {
107
+ right: 10px;
108
+ }
109
+
110
+ // Show Arrows on Hover
111
+ &:hover .slick-arrow {
112
+ opacity: 1; // Visible only on hover
113
+ }
114
+ }
@@ -0,0 +1,49 @@
1
+ .header-hero {
2
+ background-size: cover;
3
+ background-position: center;
4
+ min-height: 50vh;
5
+ display: flex;
6
+ flex-direction:column;
7
+ align-items: center;
8
+ justify-content: center;
9
+ }
10
+
11
+ .header-title {
12
+ color: white;
13
+ font-size: 2.5rem;
14
+ font-weight: bold;
15
+ margin-bottom: 10px;
16
+ }
17
+
18
+ .header-content {
19
+ margin: 0 auto;
20
+ padding: 1.5rem;
21
+ }
22
+ .breadcrumb {
23
+ display: flex;
24
+ align-items: center;
25
+ justify-content: center;
26
+ gap: 2px;
27
+ position: relative;
28
+ font-size:1rem;
29
+ color: white;
30
+ }
31
+
32
+ .breadcrumb-link {
33
+ color: white;
34
+ text-decoration: none;
35
+ &:hover {
36
+ color: #FFC107;
37
+ }
38
+ }
39
+
40
+ .breadcrumb-separator {
41
+ color: white;
42
+ margin: 0 4px;
43
+ font-size: 1.7rem;
44
+ margin-bottom:5px;
45
+ }
46
+
47
+ .breadcrumb-current {
48
+ color: white;
49
+ }
@@ -0,0 +1,61 @@
1
+ .hero-section {
2
+ position: relative;
3
+ height: 70vh;
4
+ background-size: cover;
5
+ background-position: center;
6
+ background-repeat: no-repeat;
7
+ border-radius: 20px;
8
+ overflow: hidden;
9
+ box-shadow: 2px 2px 10px 0 #f1f1f1;
10
+ }
11
+
12
+ .hero-overlay {
13
+ position: absolute;
14
+ inset: 0;
15
+ background-color: rgba(0, 0, 0, 0.2);
16
+ z-index: 1;
17
+ }
18
+
19
+ .hero-content {
20
+ position: relative;
21
+ height: 100%;
22
+ z-index: 2;
23
+ display: flex;
24
+ flex-direction: column;
25
+ justify-content: center;
26
+ align-items: center;
27
+ padding: 0 1rem;
28
+ text-align: center;
29
+ color: white;
30
+ }
31
+
32
+ .hero-subtitle {
33
+ font-size: 1.25rem;
34
+ margin-bottom: 1rem;
35
+ }
36
+
37
+ .hero-title {
38
+ font-size: 4rem;
39
+ font-weight: bold;
40
+ margin-bottom: 1.5rem;
41
+ }
42
+
43
+ .hero-desc {
44
+ font-size: 1.125rem;
45
+ margin-bottom: 2rem;
46
+ }
47
+
48
+ .hero-btn {
49
+ background-color: #081976;
50
+ color: white;
51
+ padding: 0.75rem 2rem;
52
+ border: none;
53
+ cursor: pointer;
54
+ font-size: 1rem;
55
+ font-weight: bold;
56
+ transition: background-color 0.3s ease;
57
+
58
+ &:hover {
59
+ background-color: #0f31f0;
60
+ }
61
+ }
@@ -0,0 +1,112 @@
1
+ .image-step-container {
2
+ max-width: 800px;
3
+ margin: auto;
4
+ padding: 20px;
5
+ background: #fff;
6
+ border-radius: 8px;
7
+ box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
8
+
9
+ .title {
10
+ font-size: 24px;
11
+ font-weight: bold;
12
+ margin-bottom: 20px;
13
+ }
14
+
15
+ .form-group {
16
+ margin-bottom: 1.5rem;
17
+
18
+ label {
19
+ font-weight: 500;
20
+ display: block;
21
+ margin-bottom: 0.5rem;
22
+ }
23
+
24
+ .error {
25
+ color: red;
26
+ font-size: 0.875rem;
27
+ margin-top: 0.5rem;
28
+ }
29
+ }
30
+
31
+ .dropzone {
32
+ border: 2px dashed #ccc;
33
+ border-radius: 0.5rem;
34
+ padding: 2rem;
35
+ text-align: center;
36
+ background-color: #fafafa;
37
+ cursor: pointer;
38
+
39
+ .dropzone-content {
40
+ display: flex;
41
+ flex-direction: column;
42
+ align-items: center;
43
+
44
+ .upload-icon {
45
+ width: 3rem;
46
+ height: 3rem;
47
+ color: #888;
48
+ margin-bottom: 0.75rem;
49
+ }
50
+
51
+ .highlight {
52
+ font-weight: 500;
53
+ color: #007bff;
54
+ margin-right: 0.25rem;
55
+ }
56
+
57
+ .note {
58
+ font-size: 0.875rem;
59
+ color: #666;
60
+ margin-top: 0.5rem;
61
+ }
62
+ }
63
+ }
64
+
65
+ .preview-images {
66
+ display: flex;
67
+ flex-wrap: wrap;
68
+ gap: 1rem;
69
+ margin-top: 1rem;
70
+
71
+ .image-wrapper {
72
+ position: relative;
73
+ width: 120px;
74
+ height: 120px;
75
+
76
+ .preview-img {
77
+ width: 100%;
78
+ height: 100%;
79
+ object-fit: cover;
80
+ border-radius: 0.5rem;
81
+ }
82
+
83
+ .remove-btn {
84
+ position: absolute;
85
+ top: 4px;
86
+ right: 4px;
87
+ background: white;
88
+ border: 1px solid #ccc;
89
+ border-radius: 50%;
90
+ width: 24px;
91
+ height: 24px;
92
+ font-size: 14px;
93
+ color: red;
94
+ cursor: pointer;
95
+ line-height: 1;
96
+ padding: 0;
97
+ }
98
+ }
99
+ }
100
+
101
+ .button-group {
102
+ margin-top: 2rem;
103
+ display: flex;
104
+ justify-content: space-between;
105
+ align-items: center;
106
+ gap: 1.5rem;
107
+
108
+ .next-btn {
109
+ padding: 0.75rem 2rem;
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,58 @@
1
+ .nc-Input {
2
+ display: block;
3
+ width: 100%;
4
+ border: 1px solid #e5e7eb;
5
+ background-color: #ffffff;
6
+ color: #111827;
7
+ transition: all 0.2s ease-in-out;
8
+
9
+ &:focus {
10
+ border-color: #93c5fd;
11
+ outline: none;
12
+ box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.5);
13
+ }
14
+
15
+ &.rounded {
16
+ border-radius: 1rem; // rounded-2xl
17
+ }
18
+
19
+ &.sharp {
20
+ border-radius: 0.25rem; // default border radius
21
+ }
22
+
23
+ &.normal {
24
+ font-size: 0.875rem;
25
+ font-weight: 400;
26
+ }
27
+
28
+ &.bold {
29
+ font-size: 0.875rem;
30
+ font-weight: 700;
31
+ }
32
+
33
+ &.small {
34
+ height: 2.25rem;
35
+ padding: 0.5rem 0.75rem;
36
+ }
37
+
38
+ &.medium {
39
+ height: 1.60rem;
40
+ padding: 0.75rem 0rem;
41
+ }
42
+
43
+ &.large {
44
+ height: 3.25rem;
45
+ padding: 1rem 1.25rem;
46
+ }
47
+
48
+ @media (prefers-color-scheme: dark) {
49
+ background-color: #111827;
50
+ border-color: #374151;
51
+ color: #f9fafb;
52
+
53
+ &:focus {
54
+ box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
55
+ }
56
+ }
57
+ }
58
+
@@ -0,0 +1,11 @@
1
+ .nc-Label {
2
+ font-size: 0.875rem; // text-sm
3
+ font-weight: 500; // font-medium
4
+ color: #374151; // text-neutral-700
5
+
6
+ // Dark mode
7
+ .dark & {
8
+ color: #d1d5db; // text-neutral-300
9
+ }
10
+ }
11
+