@chipstcp/upyog-css 1.0.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 (141) hide show
  1. package/dist/index.css +21523 -0
  2. package/dist/index.min.css +1 -0
  3. package/img/browser-icon.png +0 -0
  4. package/img/m_seva_white_logo.png +0 -0
  5. package/img/mseva-demo.png +0 -0
  6. package/package.json +63 -0
  7. package/src/components/CardBasedOptions.scss +536 -0
  8. package/src/components/CitizenHomeCard.scss +228 -0
  9. package/src/components/EllipsisMenu.scss +17 -0
  10. package/src/components/EventCalendarView.scss +10 -0
  11. package/src/components/FAQ.scss +64 -0
  12. package/src/components/NewAccordianCitizen.scss +130 -0
  13. package/src/components/OnGroundEventCard.scss +72 -0
  14. package/src/components/PageBasedInput.scss +30 -0
  15. package/src/components/PopupHeadingLabel.scss +15 -0
  16. package/src/components/PropertySearchForm.scss +58 -0
  17. package/src/components/SearchForm.scss +57 -0
  18. package/src/components/SearchOnRadioButton.scss +10 -0
  19. package/src/components/StandaloneSearchBar.scss +10 -0
  20. package/src/components/SurveyModal.scss +195 -0
  21. package/src/components/TimeLine.scss +96 -0
  22. package/src/components/WhatsNewCard.scss +13 -0
  23. package/src/components/actionLink.scss +3 -0
  24. package/src/components/actionbar.scss +100 -0
  25. package/src/components/bannercomponents.scss +137 -0
  26. package/src/components/body.scss +423 -0
  27. package/src/components/buttons.scss +142 -0
  28. package/src/components/card.scss +968 -0
  29. package/src/components/cardHeaderWithOptions.scss +16 -0
  30. package/src/components/changeLanguage.scss +3 -0
  31. package/src/components/charts.scss +186 -0
  32. package/src/components/checkbox.scss +83 -0
  33. package/src/components/checkpoint.scss +65 -0
  34. package/src/components/citizenInfoLabel.scss +14 -0
  35. package/src/components/custombtn.scss +16 -0
  36. package/src/components/datatable.scss +119 -0
  37. package/src/components/datewrap.scss +21 -0
  38. package/src/components/detailscard.scss +6 -0
  39. package/src/components/detailscontainer.scss +13 -0
  40. package/src/components/documentSection.scss +134 -0
  41. package/src/components/filters.scss +98 -0
  42. package/src/components/grey.scss +3 -0
  43. package/src/components/hoc/InboxComposer.scss +111 -0
  44. package/src/components/hoc/index.scss +1 -0
  45. package/src/components/howItWorks.scss +71 -0
  46. package/src/components/imageviewer.scss +33 -0
  47. package/src/components/info-banner.scss +35 -0
  48. package/src/components/inputotp.scss +15 -0
  49. package/src/components/keynote.scss +29 -0
  50. package/src/components/languageSelector.scss +24 -0
  51. package/src/components/loader.scss +96 -0
  52. package/src/components/map.scss +36 -0
  53. package/src/components/menu.scss +0 -0
  54. package/src/components/metricsTable.scss +27 -0
  55. package/src/components/multiLink.scss +118 -0
  56. package/src/components/multiSelectDropdown.scss +89 -0
  57. package/src/components/navbar.scss +377 -0
  58. package/src/components/newFooter.scss +82 -0
  59. package/src/components/plusMinus.scss +15 -0
  60. package/src/components/popup.scss +27 -0
  61. package/src/components/radiobtn.scss +47 -0
  62. package/src/components/ratingstar.scss +33 -0
  63. package/src/components/roundedLabel.scss +10 -0
  64. package/src/components/searchAction.scss +27 -0
  65. package/src/components/sectionalDropdown.scss +43 -0
  66. package/src/components/selectdropdown.scss +302 -0
  67. package/src/components/staticDynamicMessages.scss +111 -0
  68. package/src/components/staticSideBar.scss +27 -0
  69. package/src/components/statushighlight.scss +17 -0
  70. package/src/components/submiterrors.scss +11 -0
  71. package/src/components/summary.scss +29 -0
  72. package/src/components/table.scss +383 -0
  73. package/src/components/tag.scss +27 -0
  74. package/src/components/telephone.scss +17 -0
  75. package/src/components/textfields.scss +146 -0
  76. package/src/components/toast.scss +31 -0
  77. package/src/components/toggleSwitch.scss +41 -0
  78. package/src/components/topbar.scss +218 -0
  79. package/src/components/uploadcomponents.scss +116 -0
  80. package/src/index.scss +2087 -0
  81. package/src/modules/BPA/index.scss +98 -0
  82. package/src/modules/adv/index.scss +643 -0
  83. package/src/modules/hrms/index.scss +1328 -0
  84. package/src/modules/rentAndLease/index.scss +238 -0
  85. package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -0
  86. package/src/pages/citizen/CitizenLogin.scss +50 -0
  87. package/src/pages/citizen/DocumentList.scss +455 -0
  88. package/src/pages/citizen/Events.scss +47 -0
  89. package/src/pages/citizen/HomePageWrapper.scss +215 -0
  90. package/src/pages/citizen/InboxCard.scss +378 -0
  91. package/src/pages/citizen/SurveyList.scss +25 -0
  92. package/src/pages/citizen/citizenDocument.scss +26 -0
  93. package/src/pages/citizen/citizenNewLogin.scss +352 -0
  94. package/src/pages/citizen/container.scss +33 -0
  95. package/src/pages/citizen/loaderMessage.scss +342 -0
  96. package/src/pages/citizen/payment/payment-type.scss +3 -0
  97. package/src/pages/citizen/updatePropertyNumber.scss +46 -0
  98. package/src/pages/common/form.scss +26 -0
  99. package/src/pages/common/newApplicationTimeline.scss +341 -0
  100. package/src/pages/common/pgrUICssfix.scss +129 -0
  101. package/src/pages/common/requiredField.scss +3 -0
  102. package/src/pages/common/sanctionFeeTable.scss +92 -0
  103. package/src/pages/common/searchIcon.scss +13 -0
  104. package/src/pages/common/sitePhotoGraphs.scss +27 -0
  105. package/src/pages/common/stepForm.scss +41 -0
  106. package/src/pages/employee/EmployeeLogin.scss +7 -0
  107. package/src/pages/employee/cardfix.scss +14 -0
  108. package/src/pages/employee/container.scss +73 -0
  109. package/src/pages/employee/dashboard.scss +204 -0
  110. package/src/pages/employee/disconnection.scss +426 -0
  111. package/src/pages/employee/dss.scss +251 -0
  112. package/src/pages/employee/faq.scss +353 -0
  113. package/src/pages/employee/footer.scss +69 -0
  114. package/src/pages/employee/form-fields.scss +27 -0
  115. package/src/pages/employee/header.scss +262 -0
  116. package/src/pages/employee/iframe.scss +66 -0
  117. package/src/pages/employee/inbox.scss +1110 -0
  118. package/src/pages/employee/index.scss +694 -0
  119. package/src/pages/employee/landing.scss +1803 -0
  120. package/src/pages/employee/login.scss +253 -0
  121. package/src/pages/employee/oldMobileInbox.scss +5 -0
  122. package/src/pages/employee/popupmodule.scss +47 -0
  123. package/src/pages/employee/response.scss +3 -0
  124. package/src/pages/employee/scroll-table.scss +114 -0
  125. package/src/pages/employee/surveys.scss +469 -0
  126. package/src/pages/employee/tooltip.scss +36 -0
  127. package/src/pages/employee/updateNumber.scss +13 -0
  128. package/src/pages/swach/index.scss +232 -0
  129. package/src/pages/ws/index.scss +119 -0
  130. package/svg/arrowdown.svg +1 -0
  131. package/svg/arrowleft.svg +1 -0
  132. package/svg/calendar.svg +1 -0
  133. package/svg/camera.svg +4 -0
  134. package/svg/check.svg +4 -0
  135. package/svg/close.svg +4 -0
  136. package/svg/error.svg +4 -0
  137. package/svg/error2.svg +5 -0
  138. package/svg/searchicon.svg +4 -0
  139. package/svg/starempty.svg +4 -0
  140. package/svg/starfilled.svg +5 -0
  141. package/svg/success.svg +4 -0
@@ -0,0 +1,1803 @@
1
+ /* ========================================
2
+ Landing Page - Modern Redesign
3
+ ======================================== */
4
+
5
+ .landing-page {
6
+ min-height: 100vh;
7
+ background-color: #f8fafc;
8
+ font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
9
+ }
10
+
11
+ /* Hero Section */
12
+ .landing-hero {
13
+ position: relative;
14
+ min-height: 85vh;
15
+ background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #0ea5e9 100%);
16
+ display: flex;
17
+ align-items: center;
18
+ justify-content: center;
19
+ padding: 40px 20px;
20
+ overflow: hidden;
21
+
22
+ &::before {
23
+ content: '';
24
+ position: absolute;
25
+ top: 0;
26
+ left: 0;
27
+ right: 0;
28
+ bottom: 0;
29
+ background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
30
+ opacity: 0.5;
31
+ }
32
+ }
33
+
34
+ .landing-hero-overlay {
35
+ position: absolute;
36
+ top: 0;
37
+ left: 0;
38
+ right: 0;
39
+ bottom: 0;
40
+ background: radial-gradient(ellipse at top right, rgba(59, 130, 246, 0.3) 0%, transparent 50%),
41
+ radial-gradient(ellipse at bottom left, rgba(14, 165, 233, 0.3) 0%, transparent 50%);
42
+ }
43
+
44
+ .landing-hero-content {
45
+ position: relative;
46
+ z-index: 1;
47
+ max-width: 1200px;
48
+ width: 100%;
49
+ display: flex;
50
+ flex-direction: column;
51
+ align-items: center;
52
+ gap: 48px;
53
+ }
54
+
55
+ .landing-hero-text {
56
+ text-align: center;
57
+ max-width: 700px;
58
+ }
59
+
60
+ .landing-hero-title {
61
+ font-size: 48px;
62
+ font-weight: 800;
63
+ color: #ffffff;
64
+ margin-bottom: 20px;
65
+ line-height: 1.2;
66
+ text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
67
+
68
+ span {
69
+ background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
70
+ -webkit-background-clip: text;
71
+ -webkit-text-fill-color: transparent;
72
+ background-clip: text;
73
+ }
74
+
75
+ @media (max-width: 768px) {
76
+ font-size: 32px;
77
+ }
78
+ }
79
+
80
+ .landing-hero-subtitle {
81
+ font-size: 18px;
82
+ color: rgba(255, 255, 255, 0.9);
83
+ line-height: 1.7;
84
+ margin: 0;
85
+
86
+ @media (max-width: 768px) {
87
+ font-size: 16px;
88
+ }
89
+ }
90
+
91
+ /* Login Cards */
92
+ .landing-login-cards {
93
+ display: flex;
94
+ gap: 32px;
95
+ flex-wrap: wrap;
96
+ justify-content: center;
97
+
98
+ @media (max-width: 768px) {
99
+ flex-direction: column;
100
+ gap: 20px;
101
+ width: 100%;
102
+ max-width: 400px;
103
+ }
104
+ }
105
+
106
+ .landing-login-card {
107
+ background: rgba(255, 255, 255, 0.95);
108
+ backdrop-filter: blur(20px);
109
+ border-radius: 24px;
110
+ padding: 40px 32px;
111
+ width: 320px;
112
+ cursor: pointer;
113
+ transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
114
+ border: 1px solid rgba(255, 255, 255, 0.2);
115
+ box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15),
116
+ 0 8px 25px rgba(0, 0, 0, 0.1);
117
+ position: relative;
118
+ overflow: hidden;
119
+
120
+ &::before {
121
+ content: '';
122
+ position: absolute;
123
+ top: 0;
124
+ left: 0;
125
+ right: 0;
126
+ height: 4px;
127
+ background: linear-gradient(90deg, #3b82f6, #0ea5e9);
128
+ transform: scaleX(0);
129
+ transition: transform 0.4s ease;
130
+ }
131
+
132
+ &:hover {
133
+ transform: translateY(-12px) scale(1.02);
134
+ box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2),
135
+ 0 15px 40px rgba(0, 0, 0, 0.15);
136
+
137
+ &::before {
138
+ transform: scaleX(1);
139
+ }
140
+
141
+ .landing-login-card-icon {
142
+ transform: scale(1.1) rotate(5deg);
143
+ }
144
+
145
+ .landing-login-card-btn {
146
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
147
+ color: #ffffff;
148
+
149
+ svg {
150
+ transform: translateX(4px);
151
+ }
152
+ }
153
+ }
154
+
155
+ @media (max-width: 768px) {
156
+ width: 100%;
157
+ padding: 32px 24px;
158
+ }
159
+ }
160
+
161
+ .landing-login-card-citizen {
162
+ .landing-login-card-icon {
163
+ background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
164
+ color: #2563eb;
165
+ }
166
+
167
+ &:hover .landing-login-card-btn {
168
+ background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
169
+ }
170
+ }
171
+
172
+ .landing-login-card-employee {
173
+ .landing-login-card-icon {
174
+ background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
175
+ color: #059669;
176
+ }
177
+
178
+ &:hover .landing-login-card-btn {
179
+ background: linear-gradient(135deg, #059669 0%, #047857 100%);
180
+ }
181
+ }
182
+
183
+ .landing-login-card-icon {
184
+ width: 72px;
185
+ height: 72px;
186
+ border-radius: 20px;
187
+ display: flex;
188
+ align-items: center;
189
+ justify-content: center;
190
+ margin-bottom: 24px;
191
+ transition: all 0.4s ease;
192
+
193
+ svg {
194
+ width: 36px;
195
+ height: 36px;
196
+ }
197
+ }
198
+
199
+ .landing-login-card-title {
200
+ font-size: 24px;
201
+ font-weight: 700;
202
+ color: #1e293b;
203
+ margin: 0 0 12px 0;
204
+ }
205
+
206
+ .landing-login-card-desc {
207
+ font-size: 14px;
208
+ color: #64748b;
209
+ line-height: 1.6;
210
+ margin: 0 0 24px 0;
211
+ }
212
+
213
+ .landing-login-card-btn {
214
+ display: flex;
215
+ align-items: center;
216
+ justify-content: center;
217
+ gap: 8px;
218
+ background: #f1f5f9;
219
+ color: #475569;
220
+ padding: 14px 24px;
221
+ border-radius: 12px;
222
+ font-size: 14px;
223
+ font-weight: 600;
224
+ transition: all 0.3s ease;
225
+
226
+ svg {
227
+ width: 18px;
228
+ height: 18px;
229
+ transition: transform 0.3s ease;
230
+ }
231
+ }
232
+
233
+ /* ========================================
234
+ Original Landing Page Styles
235
+ ======================================== */
236
+
237
+ .middle-content {
238
+ display: flex;
239
+ flex-direction: column;
240
+ justify-content: space-between;
241
+ height: 522px;
242
+ @media (min-width: 768px) {
243
+ flex-direction: row;
244
+ min-height: 360px;
245
+ }
246
+ }
247
+ .middle-left-half {
248
+ display: flex;
249
+ flex-direction: column;
250
+ width: 100%;
251
+ @media (min-width: 768px) {
252
+ width: 50%;
253
+ }
254
+ }
255
+ .middle-left-half-upper {
256
+ min-height: 162px;
257
+ margin-bottom: 18px;
258
+ box-shadow: 0px 0px 5px 0px #22222270;
259
+ font-family: Noto sans;
260
+ background-color: #ffe5e5;
261
+ @media (min-width: 768px) {
262
+ height: 50%;
263
+ }
264
+ }
265
+ .middle-left-half-upper-body {
266
+ list-style-type: none;
267
+ padding: 0px 10px;
268
+ }
269
+
270
+ .middle-left-half-upper-body ul li {
271
+ text-decoration: none !important;
272
+ margin-top: 20px;
273
+ }
274
+
275
+ .middle-left-half-lower {
276
+ min-height: 162px;
277
+ box-shadow: 0px 0px 5px 0px #22222270;
278
+ @media (min-width: 768px) {
279
+ height: 45%;
280
+ }
281
+ }
282
+ .middle-section {
283
+ display: flex;
284
+ flex-wrap: wrap;
285
+ gap: 16px;
286
+ padding: 16px;
287
+ min-height: 360px;
288
+ position: relative;
289
+ z-index: 2;
290
+ margin-bottom: 20px;
291
+ }
292
+ .middle-content {
293
+ display: flex;
294
+ flex-direction: column;
295
+ gap: 16px;
296
+ width: 100%;
297
+ @media (min-width: 768px) {
298
+ flex-direction: row;
299
+ }
300
+ }
301
+ .middle-left-half {
302
+ flex: 1;
303
+ display: flex;
304
+ flex-direction: column;
305
+ }
306
+ .middle-right-half {
307
+ flex: 1;
308
+ display: flex;
309
+ flex-direction: column;
310
+ box-shadow: 0px 0px 5px 0px #22222270;
311
+ }
312
+ .middle-header {
313
+ font-size: 20px;
314
+ background-color: #092e86;
315
+ color: white;
316
+ padding: 10px;
317
+ }
318
+
319
+ .middle-right-body {
320
+ display: flex;
321
+ flex-direction: column;
322
+ @media (max-width: 768px) {
323
+ flex-direction: row;
324
+ }
325
+ }
326
+ .middle-image-section {
327
+ flex: 40%;
328
+ display: flex;
329
+ justify-content: center;
330
+ align-items: center;
331
+ padding: 10px;
332
+ height: 160px;
333
+ img {
334
+ max-width: 100%;
335
+ height: auto;
336
+ object-fit: cover;
337
+ }
338
+ @media (max-width: 768px) {
339
+ width: 100%;
340
+ height: auto;
341
+ }
342
+ }
343
+ .middle-right-content-section {
344
+ flex: 60%;
345
+ padding: 10px;
346
+ @media (max-width: 768px) {
347
+ width: 60%;
348
+ }
349
+ }
350
+ .middle-right-content-section li {
351
+ padding: 10px 0;
352
+ display: flex;
353
+ }
354
+
355
+ .photo-gallery {
356
+ position: relative;
357
+ display: flex;
358
+ justify-content: center;
359
+ align-items: center;
360
+ overflow: hidden;
361
+ padding: 10px;
362
+ height: 150px;
363
+ background-color: #f5f5f5;
364
+ }
365
+ .gallery-image {
366
+ width: 100%;
367
+ height: 150px;
368
+ object-fit: cover;
369
+ transition: transform 0.5s ease-in-out;
370
+ }
371
+
372
+ .gallery-btn {
373
+ position: absolute;
374
+ top: 50%;
375
+ transform: translateY(-50%);
376
+ background: rgba(0, 0, 0, 0.5);
377
+ color: white;
378
+ border: none;
379
+ padding: 10px;
380
+ cursor: pointer;
381
+ font-size: 18px;
382
+ }
383
+ .gallery-btn.left {
384
+ left: 10px;
385
+ }
386
+ .gallery-btn.right {
387
+ right: 10px;
388
+ }
389
+ .gallery-btn:hover {
390
+ background: rgba(0, 0, 0, 0.8);
391
+ }
392
+
393
+ .help-section {
394
+ text-align: center;
395
+ padding: 20px 60px;
396
+ position: relative;
397
+ clear: both;
398
+
399
+ @media (max-width: 768px) {
400
+ margin-top: 35vh;
401
+ }
402
+
403
+ @media (max-width: 600px) {
404
+ margin-top: 40vh;
405
+ }
406
+
407
+ @media (max-width: 450px) {
408
+ margin-top: 75vh;
409
+ }
410
+ }
411
+ .help-section-header {
412
+ margin-bottom: 20px;
413
+ color: #18191c;
414
+ font-size: 32px;
415
+ font-family: Poppins;
416
+ font-weight: 500;
417
+ }
418
+ .help-section-button-container {
419
+ display: flex;
420
+ flex-direction: column;
421
+ gap: 15px;
422
+ align-items: center;
423
+ @media (min-width: 768px) {
424
+ flex-direction: row;
425
+ justify-content: center;
426
+ }
427
+ }
428
+ .help-section-button {
429
+ display: flex;
430
+ align-items: center;
431
+ padding: 8px 20px 8px 10px;
432
+ border-radius: 90px;
433
+ border: 1px solid #ccc;
434
+ background-color: #f9f9f9;
435
+ cursor: pointer;
436
+ box-sizing: border-box;
437
+ width: 300px;
438
+ background-color: white;
439
+ font-family: Noto sans, sans-serif;
440
+ @media (min-width: 640px) {
441
+ margin-right: 20px;
442
+ }
443
+ }
444
+ .help-section-text-container {
445
+ display: flex;
446
+ flex-direction: column;
447
+ text-align: left;
448
+ }
449
+ .help-section-medium {
450
+ font-size: 16px;
451
+ letter-spacing: 0.5px;
452
+ font-weight: 400;
453
+ color: #1c1d1f;
454
+ }
455
+ .help-section-contact-no {
456
+ font-size: 20px;
457
+ letter-spacing: 0.25px;
458
+ font-weight: 600;
459
+ color: #61646b;
460
+ }
461
+ .help-section-icon {
462
+ width: 55px;
463
+ height: 55px;
464
+ border-radius: 50%;
465
+ display: flex;
466
+ justify-content: center;
467
+ align-items: center;
468
+ margin-right: 10px;
469
+ }
470
+
471
+ .about-section,
472
+ .middle-section {
473
+ padding: 20px 60px;
474
+ }
475
+ .title {
476
+ text-align: left;
477
+ color: #18191c;
478
+ font-size: 32px;
479
+ font-family: Poppins;
480
+ font-weight: 400;
481
+ text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
482
+ margin-bottom: 20px;
483
+ }
484
+ .about-content {
485
+ display: flex;
486
+ flex-direction: column;
487
+ align-items: start;
488
+ @media (min-width: 640px) {
489
+ flex-direction: row;
490
+ justify-content: space-between;
491
+ }
492
+ }
493
+ .content {
494
+ display: flex;
495
+ justify-content: space-between;
496
+ }
497
+ .about-left-half,
498
+ .about-right-half {
499
+ width: 100%;
500
+ font-family: Noto sans, sans-serif;
501
+ font-size: 16px;
502
+ color: #61646b;
503
+ letter-spacing: 0.5px;
504
+ @media (min-width: 640px) {
505
+ width: 48%;
506
+ }
507
+ }
508
+ /* .top-section-parent {
509
+ position: relative;
510
+ width: 100%;
511
+ background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #0ea5e9 100%);
512
+ padding: 40px 20px 60px;
513
+ margin-top: -20px;
514
+
515
+ @media (max-width: 768px) {
516
+ padding: 30px 15px 50px;
517
+ }
518
+ } */
519
+
520
+ .top-section-parent {
521
+ display: none;
522
+ }
523
+
524
+ .top-section-wrapper {
525
+ max-width: 1200px;
526
+ margin: 0 auto;
527
+ display: flex;
528
+ align-items: center;
529
+ gap: 16px;
530
+ position: relative;
531
+
532
+ @media (max-width: 640px) {
533
+ gap: 8px;
534
+ }
535
+ }
536
+
537
+ .top-section-slider-container {
538
+ flex: 1;
539
+ overflow: hidden;
540
+ border-radius: 16px;
541
+ }
542
+
543
+ .top-section-slider {
544
+ display: flex;
545
+ transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
546
+
547
+ &.sliding-next {
548
+ animation: slideNext 0.4s cubic-bezier(0.4, 0, 0.2, 1);
549
+ }
550
+
551
+ &.sliding-prev {
552
+ animation: slidePrev 0.4s cubic-bezier(0.4, 0, 0.2, 1);
553
+ }
554
+ }
555
+
556
+ @keyframes slideNext {
557
+ 0% { opacity: 0.8; }
558
+ 50% { opacity: 0.9; }
559
+ 100% { opacity: 1; }
560
+ }
561
+
562
+ @keyframes slidePrev {
563
+ 0% { opacity: 0.8; }
564
+ 50% { opacity: 0.9; }
565
+ 100% { opacity: 1; }
566
+ }
567
+
568
+ .top-section-slide-item {
569
+ flex-shrink: 0;
570
+ padding: 8px;
571
+ box-sizing: border-box;
572
+ }
573
+
574
+ .top-section-logo-card {
575
+ background: rgba(255, 255, 255, 0.95);
576
+ backdrop-filter: blur(10px);
577
+ border-radius: 16px;
578
+ padding: 24px 16px;
579
+ display: flex;
580
+ flex-direction: column;
581
+ align-items: center;
582
+ justify-content: center;
583
+ text-align: center;
584
+ box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
585
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
586
+ cursor: pointer;
587
+ border: 2px solid transparent;
588
+ height: 140px;
589
+
590
+ &:hover {
591
+ transform: translateY(-8px) scale(1.02);
592
+ box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
593
+ border-color: rgba(59, 130, 246, 0.3);
594
+
595
+ .top-section-logo-icon {
596
+ transform: scale(1.1);
597
+ }
598
+ }
599
+
600
+ @media (max-width: 640px) {
601
+ padding: 20px 12px;
602
+ height: 120px;
603
+ }
604
+ }
605
+
606
+ .top-section-logo-icon {
607
+ width: 56px;
608
+ height: 56px;
609
+ display: flex;
610
+ align-items: center;
611
+ justify-content: center;
612
+ margin-bottom: 12px;
613
+ transition: transform 0.3s ease;
614
+
615
+ img {
616
+ width: 100%;
617
+ height: 100%;
618
+ object-fit: contain;
619
+ }
620
+
621
+ @media (max-width: 640px) {
622
+ width: 44px;
623
+ height: 44px;
624
+ margin-bottom: 8px;
625
+ }
626
+ }
627
+
628
+ .top-section-logo-text {
629
+ font-size: 13px;
630
+ font-weight: 600;
631
+ color: #1e293b;
632
+ margin: 0;
633
+ line-height: 1.3;
634
+
635
+ @media (max-width: 640px) {
636
+ font-size: 11px;
637
+ }
638
+ }
639
+
640
+ .top-section-nav-btn {
641
+ width: 48px;
642
+ height: 48px;
643
+ border-radius: 50%;
644
+ border: none;
645
+ background: rgba(255, 255, 255, 0.95);
646
+ color: #1e40af;
647
+ display: flex;
648
+ align-items: center;
649
+ justify-content: center;
650
+ cursor: pointer;
651
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
652
+ transition: all 0.3s ease;
653
+ flex-shrink: 0;
654
+
655
+ svg {
656
+ width: 24px;
657
+ height: 24px;
658
+ }
659
+
660
+ &:hover:not(.disabled) {
661
+ background: #ffffff;
662
+ transform: scale(1.1);
663
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
664
+ }
665
+
666
+ &.disabled {
667
+ opacity: 0.4;
668
+ cursor: not-allowed;
669
+ }
670
+
671
+ @media (max-width: 640px) {
672
+ width: 36px;
673
+ height: 36px;
674
+
675
+ svg {
676
+ width: 18px;
677
+ height: 18px;
678
+ }
679
+ }
680
+ }
681
+
682
+ .top-section-dots {
683
+ display: flex;
684
+ justify-content: center;
685
+ gap: 8px;
686
+ margin-top: 20px;
687
+ }
688
+
689
+ .top-section-dot {
690
+ width: 10px;
691
+ height: 10px;
692
+ border-radius: 50%;
693
+ border: none;
694
+ background: rgba(255, 255, 255, 0.4);
695
+ cursor: pointer;
696
+ transition: all 0.3s ease;
697
+ padding: 0;
698
+
699
+ &:hover {
700
+ background: rgba(255, 255, 255, 0.7);
701
+ }
702
+
703
+ &.active {
704
+ background: #ffffff;
705
+ transform: scale(1.3);
706
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
707
+ }
708
+ }
709
+
710
+ /* Keep old styles for backward compatibility */
711
+ .top-section {
712
+ position: absolute;
713
+ top: -50px;
714
+ left: 0;
715
+ right: 0;
716
+ display: flex;
717
+ align-items: center;
718
+ justify-content: space-around;
719
+ }
720
+ .logo-box {
721
+ width: 120px;
722
+ height: 100px;
723
+ background-color: white;
724
+ display: flex;
725
+ flex-direction: column;
726
+ align-items: center;
727
+ justify-content: center;
728
+ text-align: center;
729
+ padding: 10px;
730
+ box-sizing: border-box;
731
+ border-radius: 8px;
732
+ }
733
+ .logo {
734
+ max-width: 70%;
735
+ max-height: 50%;
736
+ padding-top: 25px;
737
+ }
738
+ .logo-text {
739
+ margin-top: 8px;
740
+ color: black;
741
+ font-size: 15px;
742
+ }
743
+ .nav-button {
744
+ background: white;
745
+ border: none;
746
+ color: black;
747
+ font-size: 24px;
748
+ cursor: pointer;
749
+ margin: 0 10px;
750
+ width: 40px;
751
+ height: 40px;
752
+ border-radius: 50%;
753
+ display: flex;
754
+ align-items: center;
755
+ justify-content: center;
756
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
757
+ }
758
+
759
+ /* ========================================
760
+ Services Section (Middle Section)
761
+ ======================================== */
762
+
763
+ .landing-services-section {
764
+ padding: 60px 20px;
765
+ background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
766
+ }
767
+
768
+ .landing-services-container {
769
+ max-width: 1200px;
770
+ margin: 0 auto;
771
+ }
772
+
773
+ .landing-services-header {
774
+ text-align: center;
775
+ margin-bottom: 48px;
776
+ }
777
+
778
+ .landing-services-badge {
779
+ display: inline-block;
780
+ background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
781
+ color: #1e40af;
782
+ padding: 8px 20px;
783
+ border-radius: 50px;
784
+ font-size: 14px;
785
+ font-weight: 600;
786
+ margin-bottom: 16px;
787
+ }
788
+
789
+ .landing-services-title {
790
+ font-size: 36px;
791
+ font-weight: 700;
792
+ color: #1e293b;
793
+ margin: 0;
794
+
795
+ @media (max-width: 768px) {
796
+ font-size: 28px;
797
+ }
798
+ }
799
+
800
+ .landing-services-grid {
801
+ display: grid;
802
+ grid-template-columns: repeat(3, 1fr);
803
+ gap: 24px;
804
+
805
+ @media (max-width: 1024px) {
806
+ grid-template-columns: repeat(2, 1fr);
807
+ }
808
+
809
+ @media (max-width: 640px) {
810
+ grid-template-columns: 1fr;
811
+ }
812
+ }
813
+
814
+ .landing-services-card {
815
+ background: #ffffff;
816
+ border-radius: 20px;
817
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
818
+ overflow: hidden;
819
+ transition: all 0.3s ease;
820
+
821
+ &:hover {
822
+ transform: translateY(-8px);
823
+ box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
824
+ }
825
+ }
826
+
827
+ .landing-services-card-header {
828
+ display: flex;
829
+ align-items: center;
830
+ gap: 12px;
831
+ padding: 20px 24px;
832
+ background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
833
+ color: #ffffff;
834
+
835
+ svg {
836
+ width: 24px;
837
+ height: 24px;
838
+ flex-shrink: 0;
839
+ }
840
+
841
+ h3 {
842
+ font-size: 18px;
843
+ font-weight: 600;
844
+ margin: 0;
845
+ }
846
+ }
847
+
848
+ .landing-services-card-body {
849
+ padding: 24px;
850
+ }
851
+
852
+ .landing-services-list {
853
+ list-style: none;
854
+ padding: 0;
855
+ margin: 0;
856
+ }
857
+
858
+ .landing-services-list-item {
859
+ display: flex;
860
+ align-items: center;
861
+ gap: 12px;
862
+ padding: 12px 0;
863
+ border-bottom: 1px solid #f1f5f9;
864
+ transition: all 0.2s ease;
865
+
866
+ &:last-child {
867
+ border-bottom: none;
868
+ }
869
+
870
+ &:hover {
871
+ padding-left: 8px;
872
+
873
+ .landing-services-list-bullet {
874
+ transform: scale(1.2);
875
+ }
876
+
877
+ a {
878
+ color: #2563eb;
879
+ }
880
+ }
881
+
882
+ a {
883
+ color: #475569;
884
+ text-decoration: none;
885
+ font-size: 14px;
886
+ font-weight: 500;
887
+ transition: color 0.2s ease;
888
+ }
889
+ }
890
+
891
+ .landing-services-list-bullet {
892
+ width: 8px;
893
+ height: 8px;
894
+ background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
895
+ border-radius: 50%;
896
+ flex-shrink: 0;
897
+ transition: transform 0.2s ease;
898
+ }
899
+
900
+ /* Photo Gallery */
901
+ .landing-gallery-container {
902
+ position: relative;
903
+ height: 200px;
904
+ overflow: hidden;
905
+ border-radius: 12px;
906
+ }
907
+
908
+ .landing-gallery-image {
909
+ width: 100%;
910
+ height: 100%;
911
+ object-fit: cover;
912
+ transition: opacity 0.5s ease;
913
+ }
914
+
915
+ .landing-gallery-nav {
916
+ position: absolute;
917
+ top: 50%;
918
+ transform: translateY(-50%);
919
+ background: rgba(255, 255, 255, 0.9);
920
+ border: none;
921
+ width: 40px;
922
+ height: 40px;
923
+ border-radius: 50%;
924
+ display: flex;
925
+ align-items: center;
926
+ justify-content: center;
927
+ cursor: pointer;
928
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
929
+ transition: all 0.3s ease;
930
+ color: #1e40af;
931
+
932
+ &:hover {
933
+ background: #ffffff;
934
+ transform: translateY(-50%) scale(1.1);
935
+ }
936
+
937
+ svg {
938
+ width: 20px;
939
+ height: 20px;
940
+ }
941
+ }
942
+
943
+ .landing-gallery-prev {
944
+ left: 12px;
945
+ }
946
+
947
+ .landing-gallery-next {
948
+ right: 12px;
949
+ }
950
+
951
+ /* News Items */
952
+ .landing-news-item {
953
+ padding: 16px 0;
954
+ border-bottom: 1px solid #f1f5f9;
955
+
956
+ &:last-child {
957
+ border-bottom: none;
958
+ }
959
+ }
960
+
961
+ .landing-news-title {
962
+ font-size: 14px;
963
+ font-weight: 600;
964
+ color: #1e293b;
965
+ margin: 0 0 8px 0;
966
+ line-height: 1.5;
967
+ }
968
+
969
+ .landing-news-meta {
970
+ display: flex;
971
+ align-items: center;
972
+ justify-content: space-between;
973
+ }
974
+
975
+ .landing-news-date {
976
+ font-size: 12px;
977
+ color: #94a3b8;
978
+ }
979
+
980
+ .landing-news-link {
981
+ font-size: 12px;
982
+ color: #3b82f6;
983
+ text-decoration: none;
984
+ font-weight: 600;
985
+
986
+ &:hover {
987
+ text-decoration: underline;
988
+ }
989
+ }
990
+
991
+ /* ========================================
992
+ Help Section
993
+ ======================================== */
994
+
995
+ .landing-help-section {
996
+ padding: 80px 20px;
997
+ background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
998
+ }
999
+
1000
+ .landing-help-container {
1001
+ max-width: 1200px;
1002
+ margin: 0 auto;
1003
+ }
1004
+
1005
+ .landing-help-content {
1006
+ display: flex;
1007
+ flex-direction: column;
1008
+ align-items: center;
1009
+ gap: 48px;
1010
+ }
1011
+
1012
+ .landing-help-text {
1013
+ text-align: center;
1014
+ max-width: 600px;
1015
+ }
1016
+
1017
+ .landing-help-badge {
1018
+ display: inline-block;
1019
+ background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
1020
+ color: #ffffff;
1021
+ padding: 8px 20px;
1022
+ border-radius: 50px;
1023
+ font-size: 12px;
1024
+ font-weight: 700;
1025
+ text-transform: uppercase;
1026
+ letter-spacing: 1px;
1027
+ margin-bottom: 16px;
1028
+ }
1029
+
1030
+ .landing-help-title {
1031
+ font-size: 36px;
1032
+ font-weight: 700;
1033
+ color: #1e293b;
1034
+ margin: 0 0 16px 0;
1035
+
1036
+ @media (max-width: 768px) {
1037
+ font-size: 28px;
1038
+ }
1039
+ }
1040
+
1041
+ .landing-help-subtitle {
1042
+ font-size: 16px;
1043
+ color: #64748b;
1044
+ margin: 0;
1045
+ line-height: 1.7;
1046
+ }
1047
+
1048
+ .landing-help-cards {
1049
+ display: flex;
1050
+ gap: 24px;
1051
+ flex-wrap: wrap;
1052
+ justify-content: center;
1053
+
1054
+ @media (max-width: 768px) {
1055
+ flex-direction: column;
1056
+ width: 100%;
1057
+ max-width: 400px;
1058
+ }
1059
+ }
1060
+
1061
+ .landing-help-card {
1062
+ background: #ffffff;
1063
+ border-radius: 20px;
1064
+ padding: 24px;
1065
+ display: flex;
1066
+ align-items: center;
1067
+ gap: 16px;
1068
+ min-width: 300px;
1069
+ cursor: pointer;
1070
+ transition: all 0.3s ease;
1071
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
1072
+ border: 2px solid transparent;
1073
+
1074
+ &:hover {
1075
+ transform: translateY(-4px);
1076
+ box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
1077
+ border-color: var(--card-color);
1078
+
1079
+ .landing-help-card-arrow {
1080
+ opacity: 1;
1081
+ transform: translateX(0);
1082
+ }
1083
+ }
1084
+
1085
+ @media (max-width: 768px) {
1086
+ width: 100%;
1087
+ min-width: unset;
1088
+ }
1089
+ }
1090
+
1091
+ .landing-help-card-icon {
1092
+ width: 56px;
1093
+ height: 56px;
1094
+ border-radius: 16px;
1095
+ display: flex;
1096
+ align-items: center;
1097
+ justify-content: center;
1098
+ background: var(--card-bg);
1099
+ flex-shrink: 0;
1100
+
1101
+ img {
1102
+ width: 32px;
1103
+ height: 32px;
1104
+ object-fit: contain;
1105
+ }
1106
+ }
1107
+
1108
+ .landing-help-card-content {
1109
+ flex: 1;
1110
+ display: flex;
1111
+ flex-direction: column;
1112
+ gap: 4px;
1113
+ }
1114
+
1115
+ .landing-help-card-label {
1116
+ font-size: 14px;
1117
+ color: #64748b;
1118
+ font-weight: 500;
1119
+ }
1120
+
1121
+ .landing-help-card-value {
1122
+ font-size: 18px;
1123
+ font-weight: 700;
1124
+ color: #1e293b;
1125
+ }
1126
+
1127
+ .landing-help-card-arrow {
1128
+ width: 32px;
1129
+ height: 32px;
1130
+ display: flex;
1131
+ align-items: center;
1132
+ justify-content: center;
1133
+ color: var(--card-color);
1134
+ opacity: 0;
1135
+ transform: translateX(-8px);
1136
+ transition: all 0.3s ease;
1137
+
1138
+ svg {
1139
+ width: 20px;
1140
+ height: 20px;
1141
+ }
1142
+ }
1143
+
1144
+ /* ========================================
1145
+ About Section
1146
+ ======================================== */
1147
+
1148
+ /* .landing-about-section {
1149
+ padding: 80px 20px;
1150
+ background: #ffffff;
1151
+ } */
1152
+
1153
+ .landing-about-section{
1154
+ display: none;
1155
+ }
1156
+
1157
+ .landing-about-container {
1158
+ max-width: 1200px;
1159
+ margin: 0 auto;
1160
+ }
1161
+
1162
+ .landing-about-header {
1163
+ text-align: center;
1164
+ margin-bottom: 48px;
1165
+ }
1166
+
1167
+ .landing-about-badge {
1168
+ display: inline-block;
1169
+ background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
1170
+ color: #1e40af;
1171
+ padding: 8px 20px;
1172
+ border-radius: 50px;
1173
+ font-size: 14px;
1174
+ font-weight: 600;
1175
+ margin-bottom: 16px;
1176
+ }
1177
+
1178
+ .landing-about-title {
1179
+ font-size: 36px;
1180
+ font-weight: 700;
1181
+ color: #1e293b;
1182
+ margin: 0 0 16px 0;
1183
+
1184
+ @media (max-width: 768px) {
1185
+ font-size: 24px;
1186
+ }
1187
+ }
1188
+
1189
+ .landing-about-divider {
1190
+ width: 80px;
1191
+ height: 4px;
1192
+ background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
1193
+ border-radius: 2px;
1194
+ margin: 0 auto;
1195
+ }
1196
+
1197
+ .landing-about-content {
1198
+ display: flex;
1199
+ flex-direction: column;
1200
+ gap: 40px;
1201
+ }
1202
+
1203
+ .landing-about-main {
1204
+ display: grid;
1205
+ grid-template-columns: repeat(2, 1fr);
1206
+ gap: 32px;
1207
+
1208
+ @media (max-width: 768px) {
1209
+ grid-template-columns: 1fr;
1210
+ }
1211
+ }
1212
+
1213
+ .landing-about-card {
1214
+ background: #f8fafc;
1215
+ border-radius: 20px;
1216
+ padding: 32px;
1217
+ position: relative;
1218
+ overflow: hidden;
1219
+
1220
+ h3 {
1221
+ font-size: 22px;
1222
+ font-weight: 700;
1223
+ color: #1e293b;
1224
+ margin: 0 0 20px 0;
1225
+ }
1226
+
1227
+ p {
1228
+ font-size: 15px;
1229
+ color: #64748b;
1230
+ line-height: 1.8;
1231
+ margin: 0 0 16px 0;
1232
+
1233
+ &:last-child {
1234
+ margin-bottom: 0;
1235
+ }
1236
+
1237
+ strong {
1238
+ color: #1e40af;
1239
+ }
1240
+ }
1241
+ }
1242
+
1243
+ .landing-about-card-accent {
1244
+ position: absolute;
1245
+ top: 0;
1246
+ left: 0;
1247
+ width: 4px;
1248
+ height: 100%;
1249
+ background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%);
1250
+ }
1251
+
1252
+ .landing-about-highlights {
1253
+ display: flex;
1254
+ justify-content: center;
1255
+ gap: 32px;
1256
+ flex-wrap: wrap;
1257
+
1258
+ @media (max-width: 640px) {
1259
+ gap: 16px;
1260
+ }
1261
+ }
1262
+
1263
+ .landing-about-highlight-item {
1264
+ display: flex;
1265
+ align-items: center;
1266
+ gap: 12px;
1267
+ background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
1268
+ padding: 16px 24px;
1269
+ border-radius: 50px;
1270
+ transition: all 0.3s ease;
1271
+
1272
+ &:hover {
1273
+ transform: translateY(-4px);
1274
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
1275
+ }
1276
+ }
1277
+
1278
+ .landing-about-highlight-icon {
1279
+ font-size: 24px;
1280
+ }
1281
+
1282
+ .landing-about-highlight-text {
1283
+ font-size: 14px;
1284
+ font-weight: 600;
1285
+ color: #475569;
1286
+ }
1287
+
1288
+ /* ========================================
1289
+ Footer
1290
+ ======================================== */
1291
+
1292
+ .landing-footer {
1293
+ background: #0f172a;
1294
+ color: #ffffff;
1295
+ }
1296
+
1297
+ /* Please do not remove until binit sir and palam sir approves */
1298
+
1299
+ /* .landing-footer-partners {
1300
+ background: #f8fafc;
1301
+ padding: 40px 20px;
1302
+ } */
1303
+
1304
+ /* .landing-footer-partners-container {
1305
+ max-width: 1200px;
1306
+ margin: 0 auto;
1307
+ text-align: center;
1308
+ } */
1309
+
1310
+ .landing-footer-partners-container{
1311
+ display: none;
1312
+ }
1313
+
1314
+ .landing-footer-partners-title {
1315
+ font-size: 14px;
1316
+ font-weight: 600;
1317
+ color: #64748b;
1318
+ text-transform: uppercase;
1319
+ letter-spacing: 2px;
1320
+ margin: 0 0 24px 0;
1321
+ }
1322
+
1323
+ .landing-footer-partners-grid {
1324
+ display: flex;
1325
+ justify-content: center;
1326
+ align-items: center;
1327
+ gap: 32px;
1328
+ flex-wrap: wrap;
1329
+
1330
+ @media (max-width: 768px) {
1331
+ gap: 20px;
1332
+ }
1333
+ }
1334
+
1335
+ .landing-footer-partner-logo {
1336
+ background: #ffffff;
1337
+ padding: 12px 20px;
1338
+ border-radius: 12px;
1339
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
1340
+ transition: all 0.3s ease;
1341
+
1342
+ &:hover {
1343
+ transform: translateY(-4px);
1344
+ box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
1345
+ }
1346
+
1347
+ img {
1348
+ height: 40px;
1349
+ width: auto;
1350
+ object-fit: contain;
1351
+
1352
+ @media (max-width: 768px) {
1353
+ height: 32px;
1354
+ }
1355
+ }
1356
+ }
1357
+
1358
+ /* Please do not remove until binit sir and palam sir approves */
1359
+
1360
+ /*.landing-footer-main {
1361
+ padding: 60px 20px;
1362
+ } */
1363
+
1364
+ .landing-footer-main {
1365
+ display: none;
1366
+ }
1367
+
1368
+ .landing-footer-container {
1369
+ max-width: 1200px;
1370
+ margin: 0 auto;
1371
+ }
1372
+
1373
+ .landing-footer-grid {
1374
+ display: grid;
1375
+ grid-template-columns: 1.5fr 1fr 1fr 1fr;
1376
+ gap: 48px;
1377
+
1378
+ @media (max-width: 1024px) {
1379
+ grid-template-columns: repeat(2, 1fr);
1380
+ gap: 40px;
1381
+ }
1382
+
1383
+ @media (max-width: 640px) {
1384
+ grid-template-columns: 1fr;
1385
+ gap: 32px;
1386
+ }
1387
+ }
1388
+
1389
+ .landing-footer-section-title {
1390
+ font-size: 16px;
1391
+ font-weight: 700;
1392
+ color: #ffffff;
1393
+ margin: 0 0 20px 0;
1394
+ display: flex;
1395
+ align-items: center;
1396
+ gap: 8px;
1397
+
1398
+ svg {
1399
+ width: 20px;
1400
+ height: 20px;
1401
+ color: #3b82f6;
1402
+ }
1403
+ }
1404
+
1405
+ .landing-footer-address-content {
1406
+ p {
1407
+ font-size: 14px;
1408
+ color: #94a3b8;
1409
+ line-height: 1.8;
1410
+ margin: 0 0 4px 0;
1411
+ }
1412
+ }
1413
+
1414
+ .landing-footer-email {
1415
+ display: flex;
1416
+ align-items: center;
1417
+ gap: 8px;
1418
+ margin-top: 12px !important;
1419
+ color: #3b82f6 !important;
1420
+
1421
+ svg {
1422
+ color: #3b82f6;
1423
+ }
1424
+ }
1425
+
1426
+ .landing-footer-links {
1427
+ list-style: none;
1428
+ padding: 0;
1429
+ margin: 0;
1430
+
1431
+ li {
1432
+ margin-bottom: 12px;
1433
+
1434
+ a {
1435
+ font-size: 14px;
1436
+ color: #94a3b8;
1437
+ text-decoration: none;
1438
+ transition: all 0.2s ease;
1439
+ display: inline-block;
1440
+
1441
+ &:hover {
1442
+ color: #ffffff;
1443
+ transform: translateX(4px);
1444
+ }
1445
+ }
1446
+ }
1447
+ }
1448
+
1449
+ .landing-footer-social-icons {
1450
+ display: flex;
1451
+ gap: 12px;
1452
+ }
1453
+
1454
+ .landing-footer-social-icon {
1455
+ width: 44px;
1456
+ height: 44px;
1457
+ border-radius: 12px;
1458
+ display: flex;
1459
+ align-items: center;
1460
+ justify-content: center;
1461
+ background: rgba(255, 255, 255, 0.1);
1462
+ color: #ffffff;
1463
+ transition: all 0.3s ease;
1464
+
1465
+ svg {
1466
+ width: 20px;
1467
+ height: 20px;
1468
+ }
1469
+
1470
+ &:hover {
1471
+ transform: translateY(-4px);
1472
+ }
1473
+ }
1474
+
1475
+ .landing-footer-social-facebook:hover {
1476
+ background: #1877f2;
1477
+ }
1478
+
1479
+ .landing-footer-social-twitter:hover {
1480
+ background: #1da1f2;
1481
+ }
1482
+
1483
+ .landing-footer-social-linkedin:hover {
1484
+ background: #0077b5;
1485
+ }
1486
+
1487
+ .landing-footer-social-youtube:hover {
1488
+ background: #ff0000;
1489
+ }
1490
+
1491
+ .landing-footer-bottom {
1492
+ background: #020617;
1493
+ padding: 20px;
1494
+ }
1495
+
1496
+ .landing-footer-bottom-content {
1497
+ display: flex;
1498
+ justify-content: center;
1499
+ align-items: center;
1500
+ gap: 8px;
1501
+ flex-wrap: wrap;
1502
+
1503
+ @media (max-width: 640px) {
1504
+ flex-direction: column;
1505
+ gap: 12px;
1506
+ }
1507
+ }
1508
+
1509
+ .landing-footer-powered,
1510
+ .landing-footer-license,
1511
+ .landing-footer-copyright {
1512
+ font-size: 13px;
1513
+ color: #94a3b8;
1514
+ cursor: pointer;
1515
+ transition: color 0.2s ease;
1516
+
1517
+ &:hover {
1518
+ color: #ffffff;
1519
+ }
1520
+ }
1521
+
1522
+ .landing-footer-license {
1523
+ text-decoration: none;
1524
+ }
1525
+
1526
+ .landing-footer-divider {
1527
+ color: #475569;
1528
+
1529
+ @media (max-width: 640px) {
1530
+ display: none;
1531
+ }
1532
+ }
1533
+
1534
+ /* ========================================
1535
+ Middle Section - Explore Our Initiatives
1536
+ ======================================== */
1537
+
1538
+ .landing-middle-section {
1539
+ padding: 80px 20px;
1540
+ background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
1541
+ }
1542
+
1543
+ .landing-middle-container {
1544
+ max-width: 1200px;
1545
+ margin: 0 auto;
1546
+ }
1547
+
1548
+ .landing-section-header {
1549
+ text-align: center;
1550
+ margin-bottom: 48px;
1551
+ }
1552
+
1553
+ .landing-section-title {
1554
+ font-size: 36px;
1555
+ font-weight: 700;
1556
+ color: #1e293b;
1557
+ margin: 0 0 12px 0;
1558
+
1559
+ @media (max-width: 768px) {
1560
+ font-size: 28px;
1561
+ }
1562
+ }
1563
+
1564
+ .landing-section-subtitle {
1565
+ font-size: 16px;
1566
+ color: #64748b;
1567
+ margin: 0;
1568
+ }
1569
+
1570
+ .landing-middle-grid {
1571
+ display: grid;
1572
+ grid-template-columns: repeat(3, 1fr);
1573
+ gap: 24px;
1574
+
1575
+ @media (max-width: 1024px) {
1576
+ grid-template-columns: repeat(2, 1fr);
1577
+ }
1578
+
1579
+ @media (max-width: 640px) {
1580
+ grid-template-columns: 1fr;
1581
+ }
1582
+ }
1583
+
1584
+ .landing-info-card {
1585
+ background: #ffffff;
1586
+ border-radius: 20px;
1587
+ box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
1588
+ overflow: hidden;
1589
+ transition: all 0.3s ease;
1590
+
1591
+ &:hover {
1592
+ transform: translateY(-8px);
1593
+ box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
1594
+ }
1595
+ }
1596
+
1597
+ .landing-card-header {
1598
+ display: flex;
1599
+ align-items: center;
1600
+ gap: 12px;
1601
+ padding: 20px 24px;
1602
+ background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
1603
+ color: #ffffff;
1604
+ }
1605
+
1606
+ .landing-card-icon {
1607
+ width: 44px;
1608
+ height: 44px;
1609
+ border-radius: 12px;
1610
+ background: rgba(255, 255, 255, 0.2);
1611
+ display: flex;
1612
+ align-items: center;
1613
+ justify-content: center;
1614
+
1615
+ svg {
1616
+ width: 24px;
1617
+ height: 24px;
1618
+ }
1619
+ }
1620
+
1621
+ .landing-card-icon-purple {
1622
+ background: rgba(139, 92, 246, 0.3);
1623
+ }
1624
+
1625
+ .landing-card-icon-amber {
1626
+ background: rgba(245, 158, 11, 0.3);
1627
+ }
1628
+
1629
+ .landing-card-title {
1630
+ font-size: 18px;
1631
+ font-weight: 600;
1632
+ margin: 0;
1633
+ }
1634
+
1635
+ /* Projects Card */
1636
+ .landing-projects-card {
1637
+ .landing-card-header {
1638
+ background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
1639
+ }
1640
+ }
1641
+
1642
+ .landing-projects-list {
1643
+ padding: 8px;
1644
+ }
1645
+
1646
+ .landing-project-item {
1647
+ display: flex;
1648
+ align-items: center;
1649
+ gap: 12px;
1650
+ padding: 14px 16px;
1651
+ border-radius: 12px;
1652
+ text-decoration: none;
1653
+ color: #1e293b;
1654
+ transition: all 0.2s ease;
1655
+
1656
+ &:hover {
1657
+ background: #f1f5f9;
1658
+
1659
+ .landing-project-arrow {
1660
+ opacity: 1;
1661
+ transform: translateX(0);
1662
+ }
1663
+ }
1664
+ }
1665
+
1666
+ .landing-project-icon {
1667
+ font-size: 20px;
1668
+ width: 36px;
1669
+ height: 36px;
1670
+ display: flex;
1671
+ align-items: center;
1672
+ justify-content: center;
1673
+ background: #f1f5f9;
1674
+ border-radius: 10px;
1675
+ }
1676
+
1677
+ .landing-project-name {
1678
+ flex: 1;
1679
+ font-size: 14px;
1680
+ font-weight: 600;
1681
+ }
1682
+
1683
+ .landing-project-arrow {
1684
+ width: 20px;
1685
+ height: 20px;
1686
+ color: #3b82f6;
1687
+ opacity: 0;
1688
+ transform: translateX(-8px);
1689
+ transition: all 0.2s ease;
1690
+ }
1691
+
1692
+ /* Gallery Card */
1693
+ .landing-gallery-card {
1694
+ .landing-card-header {
1695
+ background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
1696
+ }
1697
+ }
1698
+
1699
+ .landing-gallery-container {
1700
+ position: relative;
1701
+ padding: 16px;
1702
+ }
1703
+
1704
+ .landing-gallery-image {
1705
+ width: 100%;
1706
+ height: 180px;
1707
+ object-fit: cover;
1708
+ border-radius: 12px;
1709
+ }
1710
+
1711
+ .landing-gallery-controls {
1712
+ display: flex;
1713
+ align-items: center;
1714
+ justify-content: center;
1715
+ gap: 16px;
1716
+ margin-top: 16px;
1717
+ }
1718
+
1719
+ .landing-gallery-btn {
1720
+ width: 36px;
1721
+ height: 36px;
1722
+ border-radius: 50%;
1723
+ border: none;
1724
+ background: #f1f5f9;
1725
+ color: #475569;
1726
+ display: flex;
1727
+ align-items: center;
1728
+ justify-content: center;
1729
+ cursor: pointer;
1730
+ transition: all 0.2s ease;
1731
+
1732
+ svg {
1733
+ width: 20px;
1734
+ height: 20px;
1735
+ }
1736
+
1737
+ &:hover {
1738
+ background: #3b82f6;
1739
+ color: #ffffff;
1740
+ }
1741
+ }
1742
+
1743
+ .landing-gallery-dots {
1744
+ display: flex;
1745
+ gap: 8px;
1746
+ }
1747
+
1748
+ .landing-gallery-dot {
1749
+ width: 10px;
1750
+ height: 10px;
1751
+ border-radius: 50%;
1752
+ background: #e2e8f0;
1753
+ cursor: pointer;
1754
+ transition: all 0.2s ease;
1755
+
1756
+ &.active {
1757
+ background: #3b82f6;
1758
+ transform: scale(1.2);
1759
+ }
1760
+
1761
+ &:hover:not(.active) {
1762
+ background: #94a3b8;
1763
+ }
1764
+ }
1765
+
1766
+ /* News Card */
1767
+ .landing-news-card {
1768
+ .landing-card-header {
1769
+ background: linear-gradient(135deg, #d97706 0%, #f59e0b 100%);
1770
+ }
1771
+ }
1772
+
1773
+ .landing-news-list {
1774
+ padding: 16px 24px;
1775
+ }
1776
+
1777
+ .landing-news-item {
1778
+ display: flex;
1779
+ align-items: flex-start;
1780
+ gap: 12px;
1781
+ padding: 12px 0;
1782
+ border-bottom: 1px solid #f1f5f9;
1783
+
1784
+ &:last-child {
1785
+ border-bottom: none;
1786
+ }
1787
+ }
1788
+
1789
+ .landing-news-bullet {
1790
+ width: 8px;
1791
+ height: 8px;
1792
+ min-width: 8px;
1793
+ background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
1794
+ border-radius: 50%;
1795
+ margin-top: 6px;
1796
+ }
1797
+
1798
+ .landing-news-text {
1799
+ font-size: 14px;
1800
+ color: #475569;
1801
+ line-height: 1.6;
1802
+ margin: 0;
1803
+ }