@pmidc/upyog-css 1.1.6 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +772 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/CardBasedOptions.scss +534 -534
- package/src/components/CitizenHomeCard.scss +228 -228
- package/src/components/EllipsisMenu.scss +16 -16
- package/src/components/EventCalendarView.scss +9 -9
- package/src/components/FAQ.scss +63 -63
- package/src/components/NewAccordianCitizen.scss +130 -130
- package/src/components/OnGroundEventCard.scss +71 -71
- package/src/components/PageBasedInput.scss +30 -30
- package/src/components/PopupHeadingLabel.scss +14 -14
- package/src/components/PropertySearchForm.scss +58 -58
- package/src/components/SearchForm.scss +56 -56
- package/src/components/SearchOnRadioButton.scss +9 -9
- package/src/components/StandaloneSearchBar.scss +9 -9
- package/src/components/TimeLine.scss +96 -96
- package/src/components/WhatsNewCard.scss +12 -12
- package/src/components/actionLink.scss +3 -3
- package/src/components/actionbar.scss +96 -96
- package/src/components/bannercomponents.scss +137 -137
- package/src/components/body.scss +261 -261
- package/src/components/buttons.scss +87 -87
- package/src/components/card.scss +581 -581
- package/src/components/cardHeaderWithOptions.scss +13 -13
- package/src/components/changeLanguage.scss +3 -3
- package/src/components/charts.scss +185 -185
- package/src/components/checkbox.scss +83 -83
- package/src/components/checkpoint.scss +65 -65
- package/src/components/citizenInfoLabel.scss +14 -14
- package/src/components/custombtn.scss +15 -15
- package/src/components/datatable.scss +116 -116
- package/src/components/datewrap.scss +21 -21
- package/src/components/detailscard.scss +6 -6
- package/src/components/detailscontainer.scss +13 -13
- package/src/components/filters.scss +97 -97
- package/src/components/grey.scss +3 -3
- package/src/components/hoc/InboxComposer.scss +115 -115
- package/src/components/howItWorks.scss +71 -71
- package/src/components/imageviewer.scss +33 -33
- package/src/components/info-banner.scss +35 -35
- package/src/components/inputotp.scss +15 -15
- package/src/components/keynote.scss +29 -29
- package/src/components/languageSelector.scss +24 -24
- package/src/components/loader.scss +96 -96
- package/src/components/map.scss +36 -36
- package/src/components/metricsTable.scss +26 -26
- package/src/components/multiLink.scss +87 -87
- package/src/components/multiSelectDropdown.scss +88 -88
- package/src/components/navbar.scss +338 -338
- package/src/components/newFooter.scss +75 -75
- package/src/components/plusMinus.scss +15 -15
- package/src/components/popup.scss +15 -15
- package/src/components/radiobtn.scss +44 -44
- package/src/components/ratingstar.scss +33 -33
- package/src/components/roundedLabel.scss +10 -10
- package/src/components/searchAction.scss +27 -27
- package/src/components/sectionalDropdown.scss +43 -43
- package/src/components/selectdropdown.scss +276 -276
- package/src/components/staticDynamicMessages.scss +110 -110
- package/src/components/staticSideBar.scss +27 -27
- package/src/components/statushighlight.scss +17 -17
- package/src/components/submiterrors.scss +11 -11
- package/src/components/summary.scss +28 -28
- package/src/components/table.scss +362 -362
- package/src/components/tag.scss +27 -27
- package/src/components/telephone.scss +17 -17
- package/src/components/textfields.scss +119 -119
- package/src/components/toast.scss +31 -31
- package/src/components/toggleSwitch.scss +40 -40
- package/src/components/topbar.scss +217 -217
- package/src/components/uploadcomponents.scss +113 -113
- package/src/index.scss +1029 -1028
- package/src/modules/adv/index.scss +553 -0
- package/src/pages/citizen/CitizenEngagementNotificationWrapper.scss +8 -8
- package/src/pages/citizen/CitizenLogin.scss +50 -50
- package/src/pages/citizen/DocumentList.scss +448 -448
- package/src/pages/citizen/Events.scss +46 -46
- package/src/pages/citizen/HomePageWrapper.scss +214 -214
- package/src/pages/citizen/InboxCard.scss +327 -327
- package/src/pages/citizen/SurveyList.scss +21 -21
- package/src/pages/citizen/citizenDocument.scss +25 -25
- package/src/pages/citizen/citizenNewLogin.scss +357 -357
- package/src/pages/citizen/container.scss +32 -32
- package/src/pages/citizen/loaderMessage.scss +295 -295
- package/src/pages/citizen/payment/payment-type.scss +2 -2
- package/src/pages/citizen/updatePropertyNumber.scss +46 -46
- package/src/pages/common/form.scss +25 -25
- package/src/pages/common/newApplicationTimeline.scss +203 -0
- package/src/pages/common/pgrUICssfix.scss +105 -105
- package/src/pages/common/requiredField.scss +2 -2
- package/src/pages/common/sanctionFeeTable.scss +91 -91
- package/src/pages/common/searchIcon.scss +12 -12
- package/src/pages/common/stepForm.scss +40 -40
- package/src/pages/employee/EmployeeLogin.scss +6 -6
- package/src/pages/employee/cardfix.scss +13 -13
- package/src/pages/employee/container.scss +73 -73
- package/src/pages/employee/dashboard.scss +203 -203
- package/src/pages/employee/disconnection.scss +425 -425
- package/src/pages/employee/dss.scss +251 -251
- package/src/pages/employee/faq.scss +353 -353
- package/src/pages/employee/footer.scss +68 -68
- package/src/pages/employee/form-fields.scss +13 -13
- package/src/pages/employee/header.scss +262 -262
- package/src/pages/employee/iframe.scss +65 -65
- package/src/pages/employee/inbox.scss +744 -744
- package/src/pages/employee/index.scss +677 -677
- package/src/pages/employee/landing.scss +324 -324
- package/src/pages/employee/login.scss +253 -253
- package/src/pages/employee/oldMobileInbox.scss +4 -4
- package/src/pages/employee/popupmodule.scss +47 -47
- package/src/pages/employee/response.scss +2 -2
- package/src/pages/employee/scroll-table.scss +113 -113
- package/src/pages/employee/surveys.scss +469 -469
- package/src/pages/employee/tooltip.scss +35 -35
- package/src/pages/employee/updateNumber.scss +12 -12
- package/src/pages/swach/index.scss +172 -172
- package/src/pages/ws/index.scss +104 -104
- package/svg/camera.svg +4 -4
- package/svg/check.svg +3 -3
- package/svg/close.svg +4 -4
- package/svg/error.svg +3 -3
- package/svg/error2.svg +5 -5
- package/svg/searchicon.svg +3 -3
- package/svg/starempty.svg +3 -3
- package/svg/starfilled.svg +4 -4
- package/svg/success.svg +3 -3
|
@@ -1,325 +1,325 @@
|
|
|
1
|
-
.middle-content {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
height: 522px;
|
|
6
|
-
@media (min-width: 768px) {
|
|
7
|
-
flex-direction: row;
|
|
8
|
-
min-height: 360px;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
.middle-left-half {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
width: 100%;
|
|
15
|
-
@media (min-width: 768px) {
|
|
16
|
-
width: 50%;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.middle-left-half-upper {
|
|
20
|
-
min-height: 162px;
|
|
21
|
-
margin-bottom: 18px;
|
|
22
|
-
box-shadow: 0px 0px 5px 0px #22222270;
|
|
23
|
-
font-family: Noto sans;
|
|
24
|
-
background-color: #ffe5e5;
|
|
25
|
-
@media (min-width: 768px) {
|
|
26
|
-
height: 50%;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
.middle-left-half-upper-body {
|
|
30
|
-
list-style-type: none;
|
|
31
|
-
padding: 0px 10px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.middle-left-half-upper-body ul li {
|
|
35
|
-
text-decoration: none !important;
|
|
36
|
-
margin-top: 20px;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.middle-left-half-lower {
|
|
40
|
-
min-height: 162px;
|
|
41
|
-
box-shadow: 0px 0px 5px 0px #22222270;
|
|
42
|
-
@media (min-width: 768px) {
|
|
43
|
-
height: 45%;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
.middle-section {
|
|
47
|
-
display: flex;
|
|
48
|
-
flex-wrap: wrap;
|
|
49
|
-
gap: 16px;
|
|
50
|
-
padding: 16px;
|
|
51
|
-
min-height: 360px;
|
|
52
|
-
position: relative;
|
|
53
|
-
z-index: 2;
|
|
54
|
-
margin-bottom: 20px;
|
|
55
|
-
}
|
|
56
|
-
.middle-content {
|
|
57
|
-
display: flex;
|
|
58
|
-
flex-direction: column;
|
|
59
|
-
gap: 16px;
|
|
60
|
-
width: 100%;
|
|
61
|
-
@media (min-width: 768px) {
|
|
62
|
-
flex-direction: row;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
.middle-left-half {
|
|
66
|
-
flex: 1;
|
|
67
|
-
display: flex;
|
|
68
|
-
flex-direction: column;
|
|
69
|
-
}
|
|
70
|
-
.middle-right-half {
|
|
71
|
-
flex: 1;
|
|
72
|
-
display: flex;
|
|
73
|
-
flex-direction: column;
|
|
74
|
-
box-shadow: 0px 0px 5px 0px #22222270;
|
|
75
|
-
}
|
|
76
|
-
.middle-header {
|
|
77
|
-
font-size: 20px;
|
|
78
|
-
background-color: #092e86;
|
|
79
|
-
color: white;
|
|
80
|
-
padding: 10px;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.middle-right-body {
|
|
84
|
-
display: flex;
|
|
85
|
-
flex-direction: column;
|
|
86
|
-
@media (max-width: 768px) {
|
|
87
|
-
flex-direction: row;
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
.middle-image-section {
|
|
91
|
-
flex: 40%;
|
|
92
|
-
display: flex;
|
|
93
|
-
justify-content: center;
|
|
94
|
-
align-items: center;
|
|
95
|
-
padding: 10px;
|
|
96
|
-
height: 160px;
|
|
97
|
-
img {
|
|
98
|
-
max-width: 100%;
|
|
99
|
-
height: auto;
|
|
100
|
-
object-fit: cover;
|
|
101
|
-
}
|
|
102
|
-
@media (max-width: 768px) {
|
|
103
|
-
width: 100%;
|
|
104
|
-
height: auto;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
.middle-right-content-section {
|
|
108
|
-
flex: 60%;
|
|
109
|
-
padding: 10px;
|
|
110
|
-
@media (max-width: 768px) {
|
|
111
|
-
width: 60%;
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
.middle-right-content-section li {
|
|
115
|
-
padding: 10px 0;
|
|
116
|
-
display: flex;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.photo-gallery {
|
|
120
|
-
position: relative;
|
|
121
|
-
display: flex;
|
|
122
|
-
justify-content: center;
|
|
123
|
-
align-items: center;
|
|
124
|
-
overflow: hidden;
|
|
125
|
-
padding: 10px;
|
|
126
|
-
height: 150px;
|
|
127
|
-
background-color: #f5f5f5;
|
|
128
|
-
}
|
|
129
|
-
.gallery-image {
|
|
130
|
-
width: 100%;
|
|
131
|
-
height: 150px;
|
|
132
|
-
object-fit: cover;
|
|
133
|
-
transition: transform 0.5s ease-in-out;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.gallery-btn {
|
|
137
|
-
position: absolute;
|
|
138
|
-
top: 50%;
|
|
139
|
-
transform: translateY(-50%);
|
|
140
|
-
background: rgba(0, 0, 0, 0.5);
|
|
141
|
-
color: white;
|
|
142
|
-
border: none;
|
|
143
|
-
padding: 10px;
|
|
144
|
-
cursor: pointer;
|
|
145
|
-
font-size: 18px;
|
|
146
|
-
}
|
|
147
|
-
.gallery-btn.left {
|
|
148
|
-
left: 10px;
|
|
149
|
-
}
|
|
150
|
-
.gallery-btn.right {
|
|
151
|
-
right: 10px;
|
|
152
|
-
}
|
|
153
|
-
.gallery-btn:hover {
|
|
154
|
-
background: rgba(0, 0, 0, 0.8);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.help-section {
|
|
158
|
-
text-align: center;
|
|
159
|
-
padding: 20px 60px;
|
|
160
|
-
position: relative;
|
|
161
|
-
clear: both;
|
|
162
|
-
|
|
163
|
-
@media (max-width: 768px) {
|
|
164
|
-
margin-top: 35vh;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
@media (max-width: 600px) {
|
|
168
|
-
margin-top: 40vh;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
@media (max-width: 450px) {
|
|
172
|
-
margin-top: 75vh;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
.help-section-header {
|
|
176
|
-
margin-bottom: 20px;
|
|
177
|
-
color: #18191c;
|
|
178
|
-
font-size: 32px;
|
|
179
|
-
font-family: Poppins;
|
|
180
|
-
font-weight: 500;
|
|
181
|
-
}
|
|
182
|
-
.help-section-button-container {
|
|
183
|
-
display: flex;
|
|
184
|
-
flex-direction: column;
|
|
185
|
-
gap: 15px;
|
|
186
|
-
align-items: center;
|
|
187
|
-
@media (min-width: 768px) {
|
|
188
|
-
flex-direction: row;
|
|
189
|
-
justify-content: center;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
.help-section-button {
|
|
193
|
-
display: flex;
|
|
194
|
-
align-items: center;
|
|
195
|
-
padding: 8px 20px 8px 10px;
|
|
196
|
-
border-radius: 90px;
|
|
197
|
-
border: 1px solid #ccc;
|
|
198
|
-
background-color: #f9f9f9;
|
|
199
|
-
cursor: pointer;
|
|
200
|
-
box-sizing: border-box;
|
|
201
|
-
width: 300px;
|
|
202
|
-
background-color: white;
|
|
203
|
-
font-family: Noto sans, sans-serif;
|
|
204
|
-
@media (min-width: 640px) {
|
|
205
|
-
margin-right: 20px;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
.help-section-text-container {
|
|
209
|
-
display: flex;
|
|
210
|
-
flex-direction: column;
|
|
211
|
-
text-align: left;
|
|
212
|
-
}
|
|
213
|
-
.help-section-medium {
|
|
214
|
-
font-size: 16px;
|
|
215
|
-
letter-spacing: 0.5px;
|
|
216
|
-
font-weight: 400;
|
|
217
|
-
color: #1c1d1f;
|
|
218
|
-
}
|
|
219
|
-
.help-section-contact-no {
|
|
220
|
-
font-size: 20px;
|
|
221
|
-
letter-spacing: 0.25px;
|
|
222
|
-
font-weight: 600;
|
|
223
|
-
color: #61646b;
|
|
224
|
-
}
|
|
225
|
-
.help-section-icon {
|
|
226
|
-
width: 55px;
|
|
227
|
-
height: 55px;
|
|
228
|
-
border-radius: 50%;
|
|
229
|
-
display: flex;
|
|
230
|
-
justify-content: center;
|
|
231
|
-
align-items: center;
|
|
232
|
-
margin-right: 10px;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.about-section,
|
|
236
|
-
.middle-section {
|
|
237
|
-
padding: 20px 60px;
|
|
238
|
-
}
|
|
239
|
-
.title {
|
|
240
|
-
text-align: left;
|
|
241
|
-
color: #18191c;
|
|
242
|
-
font-size: 32px;
|
|
243
|
-
font-family: Poppins;
|
|
244
|
-
font-weight: 400;
|
|
245
|
-
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
|
|
246
|
-
margin-bottom: 20px;
|
|
247
|
-
}
|
|
248
|
-
.about-content {
|
|
249
|
-
display: flex;
|
|
250
|
-
flex-direction: column;
|
|
251
|
-
align-items: start;
|
|
252
|
-
@media (min-width: 640px) {
|
|
253
|
-
flex-direction: row;
|
|
254
|
-
justify-content: space-between;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
.content {
|
|
258
|
-
display: flex;
|
|
259
|
-
justify-content: space-between;
|
|
260
|
-
}
|
|
261
|
-
.about-left-half,
|
|
262
|
-
.about-right-half {
|
|
263
|
-
width: 100%;
|
|
264
|
-
font-family: Noto sans, sans-serif;
|
|
265
|
-
font-size: 16px;
|
|
266
|
-
color: #61646b;
|
|
267
|
-
letter-spacing: 0.5px;
|
|
268
|
-
@media (min-width: 640px) {
|
|
269
|
-
width: 48%;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
.top-section-parent {
|
|
273
|
-
position: relative;
|
|
274
|
-
width: 100%;
|
|
275
|
-
background: linear-gradient(to bottom, #3765ca, #294a97);
|
|
276
|
-
height: 160px;
|
|
277
|
-
}
|
|
278
|
-
.top-section {
|
|
279
|
-
position: absolute;
|
|
280
|
-
top: -50px;
|
|
281
|
-
left: 0;
|
|
282
|
-
right: 0;
|
|
283
|
-
display: flex;
|
|
284
|
-
align-items: center;
|
|
285
|
-
justify-content: space-around;
|
|
286
|
-
}
|
|
287
|
-
.logo-box {
|
|
288
|
-
width: 120px;
|
|
289
|
-
height: 100px;
|
|
290
|
-
background-color: white;
|
|
291
|
-
display: flex;
|
|
292
|
-
flex-direction: column;
|
|
293
|
-
align-items: center;
|
|
294
|
-
justify-content: center;
|
|
295
|
-
text-align: center;
|
|
296
|
-
padding: 10px;
|
|
297
|
-
box-sizing: border-box;
|
|
298
|
-
border-radius: 8px;
|
|
299
|
-
}
|
|
300
|
-
.logo {
|
|
301
|
-
max-width: 70%;
|
|
302
|
-
max-height: 50%;
|
|
303
|
-
padding-top: 25px;
|
|
304
|
-
}
|
|
305
|
-
.logo-text {
|
|
306
|
-
margin-top: 8px;
|
|
307
|
-
color: black;
|
|
308
|
-
font-size: 15px;
|
|
309
|
-
}
|
|
310
|
-
.nav-button {
|
|
311
|
-
background: white;
|
|
312
|
-
border: none;
|
|
313
|
-
color: black;
|
|
314
|
-
font-size: 24px;
|
|
315
|
-
cursor: pointer;
|
|
316
|
-
margin: 0 10px;
|
|
317
|
-
width: 40px;
|
|
318
|
-
height: 40px;
|
|
319
|
-
border-radius: 50%;
|
|
320
|
-
display: flex;
|
|
321
|
-
align-items: center;
|
|
322
|
-
justify-content: center;
|
|
323
|
-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
324
|
-
}
|
|
1
|
+
.middle-content {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
height: 522px;
|
|
6
|
+
@media (min-width: 768px) {
|
|
7
|
+
flex-direction: row;
|
|
8
|
+
min-height: 360px;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
.middle-left-half {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-direction: column;
|
|
14
|
+
width: 100%;
|
|
15
|
+
@media (min-width: 768px) {
|
|
16
|
+
width: 50%;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.middle-left-half-upper {
|
|
20
|
+
min-height: 162px;
|
|
21
|
+
margin-bottom: 18px;
|
|
22
|
+
box-shadow: 0px 0px 5px 0px #22222270;
|
|
23
|
+
font-family: Noto sans;
|
|
24
|
+
background-color: #ffe5e5;
|
|
25
|
+
@media (min-width: 768px) {
|
|
26
|
+
height: 50%;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
.middle-left-half-upper-body {
|
|
30
|
+
list-style-type: none;
|
|
31
|
+
padding: 0px 10px;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.middle-left-half-upper-body ul li {
|
|
35
|
+
text-decoration: none !important;
|
|
36
|
+
margin-top: 20px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.middle-left-half-lower {
|
|
40
|
+
min-height: 162px;
|
|
41
|
+
box-shadow: 0px 0px 5px 0px #22222270;
|
|
42
|
+
@media (min-width: 768px) {
|
|
43
|
+
height: 45%;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
.middle-section {
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-wrap: wrap;
|
|
49
|
+
gap: 16px;
|
|
50
|
+
padding: 16px;
|
|
51
|
+
min-height: 360px;
|
|
52
|
+
position: relative;
|
|
53
|
+
z-index: 2;
|
|
54
|
+
margin-bottom: 20px;
|
|
55
|
+
}
|
|
56
|
+
.middle-content {
|
|
57
|
+
display: flex;
|
|
58
|
+
flex-direction: column;
|
|
59
|
+
gap: 16px;
|
|
60
|
+
width: 100%;
|
|
61
|
+
@media (min-width: 768px) {
|
|
62
|
+
flex-direction: row;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.middle-left-half {
|
|
66
|
+
flex: 1;
|
|
67
|
+
display: flex;
|
|
68
|
+
flex-direction: column;
|
|
69
|
+
}
|
|
70
|
+
.middle-right-half {
|
|
71
|
+
flex: 1;
|
|
72
|
+
display: flex;
|
|
73
|
+
flex-direction: column;
|
|
74
|
+
box-shadow: 0px 0px 5px 0px #22222270;
|
|
75
|
+
}
|
|
76
|
+
.middle-header {
|
|
77
|
+
font-size: 20px;
|
|
78
|
+
background-color: #092e86;
|
|
79
|
+
color: white;
|
|
80
|
+
padding: 10px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.middle-right-body {
|
|
84
|
+
display: flex;
|
|
85
|
+
flex-direction: column;
|
|
86
|
+
@media (max-width: 768px) {
|
|
87
|
+
flex-direction: row;
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
.middle-image-section {
|
|
91
|
+
flex: 40%;
|
|
92
|
+
display: flex;
|
|
93
|
+
justify-content: center;
|
|
94
|
+
align-items: center;
|
|
95
|
+
padding: 10px;
|
|
96
|
+
height: 160px;
|
|
97
|
+
img {
|
|
98
|
+
max-width: 100%;
|
|
99
|
+
height: auto;
|
|
100
|
+
object-fit: cover;
|
|
101
|
+
}
|
|
102
|
+
@media (max-width: 768px) {
|
|
103
|
+
width: 100%;
|
|
104
|
+
height: auto;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
.middle-right-content-section {
|
|
108
|
+
flex: 60%;
|
|
109
|
+
padding: 10px;
|
|
110
|
+
@media (max-width: 768px) {
|
|
111
|
+
width: 60%;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
.middle-right-content-section li {
|
|
115
|
+
padding: 10px 0;
|
|
116
|
+
display: flex;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.photo-gallery {
|
|
120
|
+
position: relative;
|
|
121
|
+
display: flex;
|
|
122
|
+
justify-content: center;
|
|
123
|
+
align-items: center;
|
|
124
|
+
overflow: hidden;
|
|
125
|
+
padding: 10px;
|
|
126
|
+
height: 150px;
|
|
127
|
+
background-color: #f5f5f5;
|
|
128
|
+
}
|
|
129
|
+
.gallery-image {
|
|
130
|
+
width: 100%;
|
|
131
|
+
height: 150px;
|
|
132
|
+
object-fit: cover;
|
|
133
|
+
transition: transform 0.5s ease-in-out;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.gallery-btn {
|
|
137
|
+
position: absolute;
|
|
138
|
+
top: 50%;
|
|
139
|
+
transform: translateY(-50%);
|
|
140
|
+
background: rgba(0, 0, 0, 0.5);
|
|
141
|
+
color: white;
|
|
142
|
+
border: none;
|
|
143
|
+
padding: 10px;
|
|
144
|
+
cursor: pointer;
|
|
145
|
+
font-size: 18px;
|
|
146
|
+
}
|
|
147
|
+
.gallery-btn.left {
|
|
148
|
+
left: 10px;
|
|
149
|
+
}
|
|
150
|
+
.gallery-btn.right {
|
|
151
|
+
right: 10px;
|
|
152
|
+
}
|
|
153
|
+
.gallery-btn:hover {
|
|
154
|
+
background: rgba(0, 0, 0, 0.8);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.help-section {
|
|
158
|
+
text-align: center;
|
|
159
|
+
padding: 20px 60px;
|
|
160
|
+
position: relative;
|
|
161
|
+
clear: both;
|
|
162
|
+
|
|
163
|
+
@media (max-width: 768px) {
|
|
164
|
+
margin-top: 35vh;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
@media (max-width: 600px) {
|
|
168
|
+
margin-top: 40vh;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@media (max-width: 450px) {
|
|
172
|
+
margin-top: 75vh;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
.help-section-header {
|
|
176
|
+
margin-bottom: 20px;
|
|
177
|
+
color: #18191c;
|
|
178
|
+
font-size: 32px;
|
|
179
|
+
font-family: Poppins;
|
|
180
|
+
font-weight: 500;
|
|
181
|
+
}
|
|
182
|
+
.help-section-button-container {
|
|
183
|
+
display: flex;
|
|
184
|
+
flex-direction: column;
|
|
185
|
+
gap: 15px;
|
|
186
|
+
align-items: center;
|
|
187
|
+
@media (min-width: 768px) {
|
|
188
|
+
flex-direction: row;
|
|
189
|
+
justify-content: center;
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
.help-section-button {
|
|
193
|
+
display: flex;
|
|
194
|
+
align-items: center;
|
|
195
|
+
padding: 8px 20px 8px 10px;
|
|
196
|
+
border-radius: 90px;
|
|
197
|
+
border: 1px solid #ccc;
|
|
198
|
+
background-color: #f9f9f9;
|
|
199
|
+
cursor: pointer;
|
|
200
|
+
box-sizing: border-box;
|
|
201
|
+
width: 300px;
|
|
202
|
+
background-color: white;
|
|
203
|
+
font-family: Noto sans, sans-serif;
|
|
204
|
+
@media (min-width: 640px) {
|
|
205
|
+
margin-right: 20px;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
.help-section-text-container {
|
|
209
|
+
display: flex;
|
|
210
|
+
flex-direction: column;
|
|
211
|
+
text-align: left;
|
|
212
|
+
}
|
|
213
|
+
.help-section-medium {
|
|
214
|
+
font-size: 16px;
|
|
215
|
+
letter-spacing: 0.5px;
|
|
216
|
+
font-weight: 400;
|
|
217
|
+
color: #1c1d1f;
|
|
218
|
+
}
|
|
219
|
+
.help-section-contact-no {
|
|
220
|
+
font-size: 20px;
|
|
221
|
+
letter-spacing: 0.25px;
|
|
222
|
+
font-weight: 600;
|
|
223
|
+
color: #61646b;
|
|
224
|
+
}
|
|
225
|
+
.help-section-icon {
|
|
226
|
+
width: 55px;
|
|
227
|
+
height: 55px;
|
|
228
|
+
border-radius: 50%;
|
|
229
|
+
display: flex;
|
|
230
|
+
justify-content: center;
|
|
231
|
+
align-items: center;
|
|
232
|
+
margin-right: 10px;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.about-section,
|
|
236
|
+
.middle-section {
|
|
237
|
+
padding: 20px 60px;
|
|
238
|
+
}
|
|
239
|
+
.title {
|
|
240
|
+
text-align: left;
|
|
241
|
+
color: #18191c;
|
|
242
|
+
font-size: 32px;
|
|
243
|
+
font-family: Poppins;
|
|
244
|
+
font-weight: 400;
|
|
245
|
+
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
|
|
246
|
+
margin-bottom: 20px;
|
|
247
|
+
}
|
|
248
|
+
.about-content {
|
|
249
|
+
display: flex;
|
|
250
|
+
flex-direction: column;
|
|
251
|
+
align-items: start;
|
|
252
|
+
@media (min-width: 640px) {
|
|
253
|
+
flex-direction: row;
|
|
254
|
+
justify-content: space-between;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
.content {
|
|
258
|
+
display: flex;
|
|
259
|
+
justify-content: space-between;
|
|
260
|
+
}
|
|
261
|
+
.about-left-half,
|
|
262
|
+
.about-right-half {
|
|
263
|
+
width: 100%;
|
|
264
|
+
font-family: Noto sans, sans-serif;
|
|
265
|
+
font-size: 16px;
|
|
266
|
+
color: #61646b;
|
|
267
|
+
letter-spacing: 0.5px;
|
|
268
|
+
@media (min-width: 640px) {
|
|
269
|
+
width: 48%;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
.top-section-parent {
|
|
273
|
+
position: relative;
|
|
274
|
+
width: 100%;
|
|
275
|
+
background: linear-gradient(to bottom, #3765ca, #294a97);
|
|
276
|
+
height: 160px;
|
|
277
|
+
}
|
|
278
|
+
.top-section {
|
|
279
|
+
position: absolute;
|
|
280
|
+
top: -50px;
|
|
281
|
+
left: 0;
|
|
282
|
+
right: 0;
|
|
283
|
+
display: flex;
|
|
284
|
+
align-items: center;
|
|
285
|
+
justify-content: space-around;
|
|
286
|
+
}
|
|
287
|
+
.logo-box {
|
|
288
|
+
width: 120px;
|
|
289
|
+
height: 100px;
|
|
290
|
+
background-color: white;
|
|
291
|
+
display: flex;
|
|
292
|
+
flex-direction: column;
|
|
293
|
+
align-items: center;
|
|
294
|
+
justify-content: center;
|
|
295
|
+
text-align: center;
|
|
296
|
+
padding: 10px;
|
|
297
|
+
box-sizing: border-box;
|
|
298
|
+
border-radius: 8px;
|
|
299
|
+
}
|
|
300
|
+
.logo {
|
|
301
|
+
max-width: 70%;
|
|
302
|
+
max-height: 50%;
|
|
303
|
+
padding-top: 25px;
|
|
304
|
+
}
|
|
305
|
+
.logo-text {
|
|
306
|
+
margin-top: 8px;
|
|
307
|
+
color: black;
|
|
308
|
+
font-size: 15px;
|
|
309
|
+
}
|
|
310
|
+
.nav-button {
|
|
311
|
+
background: white;
|
|
312
|
+
border: none;
|
|
313
|
+
color: black;
|
|
314
|
+
font-size: 24px;
|
|
315
|
+
cursor: pointer;
|
|
316
|
+
margin: 0 10px;
|
|
317
|
+
width: 40px;
|
|
318
|
+
height: 40px;
|
|
319
|
+
border-radius: 50%;
|
|
320
|
+
display: flex;
|
|
321
|
+
align-items: center;
|
|
322
|
+
justify-content: center;
|
|
323
|
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
|
|
324
|
+
}
|
|
325
325
|
|