@djb25/digit-ui-css 1.0.14 → 1.0.16

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.
@@ -89,8 +89,12 @@ body {
89
89
  }
90
90
 
91
91
  @keyframes scrollText {
92
- from { transform: translateX(0); }
93
- to { transform: translateX(-100%); }
92
+ from {
93
+ transform: translateX(0);
94
+ }
95
+ to {
96
+ transform: translateX(-100%);
97
+ }
94
98
  }
95
99
 
96
100
  .mcd-search-box {
@@ -104,7 +108,7 @@ body {
104
108
  border-radius: 50px;
105
109
  width: 520px;
106
110
  align-items: center;
107
- box-shadow: 0 3px 10px rgba(0,0,0,0.15);
111
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
108
112
  }
109
113
 
110
114
  .mcd-search-input {
@@ -166,7 +170,6 @@ body {
166
170
  cursor: pointer;
167
171
  }
168
172
 
169
-
170
173
  .branding {
171
174
  display: flex;
172
175
  align-items: center;
@@ -195,7 +198,6 @@ body {
195
198
  padding: 2px 6px;
196
199
  }
197
200
 
198
-
199
201
  .mcd-top-bar {
200
202
  background: rgb(255 255 255);
201
203
  color: black;
@@ -215,7 +217,6 @@ body {
215
217
  transition: transform 0.3s ease;
216
218
  }
217
219
 
218
-
219
220
  .mcd-top-left {
220
221
  display: flex;
221
222
  align-items: center;
@@ -228,7 +229,6 @@ body {
228
229
 
229
230
  .pipe {
230
231
  opacity: 0.5;
231
-
232
232
  }
233
233
 
234
234
  .mcd-top-right {
@@ -259,9 +259,7 @@ body {
259
259
  justify-content: space-between;
260
260
  align-items: center;
261
261
  transform: translateY(0);
262
- transition:
263
- transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
264
- box-shadow 0.35s ease;
262
+ transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
265
263
  will-change: transform;
266
264
  }
267
265
 
@@ -275,7 +273,7 @@ body {
275
273
  top: 0;
276
274
  left: 0;
277
275
  right: 0;
278
- box-shadow: 0 2px 12px rgba(0,0,0,0.15);
276
+ box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
279
277
  }
280
278
 
281
279
  .branding {
@@ -320,7 +318,6 @@ body {
320
318
  text-decoration: underline;
321
319
  }
322
320
 
323
-
324
321
  /* HERO SECTION */
325
322
  .mcd-hero-wrapper {
326
323
  width: 100%;
@@ -333,7 +330,7 @@ body {
333
330
 
334
331
  .mcd-hero-container {
335
332
  width: 96%;
336
- background: #0a2f57;;
333
+ background: #0a2f57;
337
334
  overflow: hidden;
338
335
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
339
336
  position: relative;
@@ -353,13 +350,7 @@ body {
353
350
  padding: 56px 40px;
354
351
  overflow: hidden;
355
352
  /* Deep Govt Blue Gradient */
356
- background:
357
- radial-gradient(
358
- circle at top,
359
- #2f5f8f 0%,
360
- #0d3c63 35%,
361
- #082947 100%
362
- );
353
+ background: radial-gradient(circle at top, #2f5f8f 0%, #0d3c63 35%, #082947 100%);
363
354
  color: #ffffff;
364
355
  display: flex;
365
356
  flex-direction: column;
@@ -376,19 +367,12 @@ body {
376
367
  width: 120px;
377
368
  height: 100%;
378
369
 
379
- background: linear-gradient(
380
- to right,
381
- #0a2f57 0%,
382
- rgba(10, 47, 87, 0.7) 50%,
383
- rgba(10, 47, 87, 0) 100%
384
- );
370
+ background: linear-gradient(to right, #0a2f57 0%, rgba(10, 47, 87, 0.7) 50%, rgba(10, 47, 87, 0) 100%);
385
371
 
386
372
  border-radius: 50%;
387
373
  pointer-events: none;
388
374
  }
389
375
 
390
-
391
-
392
376
  .mcd-hero-logo {
393
377
  width: 205px;
394
378
  margin-bottom: 20px;
@@ -396,13 +380,10 @@ body {
396
380
  border-radius: 100px;
397
381
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
398
382
  transition: box-shadow 0.3s ease, transform 0.3s ease;
399
-
400
383
  }
401
384
 
402
385
  .mcd-hero-logo:hover {
403
- box-shadow:
404
- 0 0 0 6px rgba(255, 255, 255, 0.35),
405
- 0 14px 32px rgba(0, 0, 0, 0.35);
386
+ box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.35), 0 14px 32px rgba(0, 0, 0, 0.35);
406
387
  transform: scale(1.02);
407
388
  }
408
389
 
@@ -420,7 +401,6 @@ body {
420
401
  line-height: 1.2;
421
402
  }
422
403
 
423
-
424
404
  /* RIGHT */
425
405
  .mcd-hero-right {
426
406
  position: relative;
@@ -433,16 +413,11 @@ body {
433
413
  position: absolute;
434
414
  inset: 0;
435
415
 
436
- background: radial-gradient(
437
- ellipse at center,
438
- rgba(0, 0, 0, 0) 55%,
439
- rgba(0, 0, 0, 0.18) 100%
440
- );
416
+ background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.18) 100%);
441
417
 
442
418
  pointer-events: none;
443
419
  }
444
420
 
445
-
446
421
  /* Main Banner */
447
422
  .mcd-hero-container {
448
423
  border-radius: 28px;
@@ -450,11 +425,10 @@ body {
450
425
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
451
426
  }
452
427
 
453
-
454
428
  /* 🔹 Overlap Image */
455
429
  .mcd-hero-overlap-img {
456
430
  position: absolute;
457
- top: -40px; /* overlaps ABOVE banner */
431
+ top: -40px; /* overlaps ABOVE banner */
458
432
  left: 50%;
459
433
  transform: translateX(-50%);
460
434
  width: 160px;
@@ -462,7 +436,6 @@ body {
462
436
  pointer-events: none;
463
437
  }
464
438
 
465
-
466
439
  .mcd-hero-main-img {
467
440
  width: 100%;
468
441
  height: auto;
@@ -481,7 +454,6 @@ body {
481
454
  }
482
455
  }
483
456
 
484
-
485
457
  .hero-animate .mcd-hero-logo {
486
458
  animation: fadeUpSlow 0.9s ease-out forwards;
487
459
  }
@@ -517,9 +489,6 @@ body {
517
489
  }
518
490
  }
519
491
 
520
-
521
-
522
-
523
492
  @media (max-width: 768px) {
524
493
  .mcd-hero-split {
525
494
  flex-direction: column;
@@ -539,13 +508,12 @@ body {
539
508
  }
540
509
  }
541
510
 
542
-
543
511
  /* SEARCH BAR FLOATS BELOW HERO */
544
512
  .mcd-search-wrapper {
545
513
  width: 100%;
546
514
  display: flex;
547
515
  justify-content: center;
548
- margin-top: -40px; /* floats up like KSMART */
516
+ margin-top: -40px; /* floats up like KSMART */
549
517
  z-index: 100;
550
518
  position: relative;
551
519
  }
@@ -555,7 +523,7 @@ body {
555
523
  max-width: 90%;
556
524
  background: #fff;
557
525
  border-radius: 50px;
558
- box-shadow: 0px 8px 25px rgba(0,0,0,0.15);
526
+ box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
559
527
  display: flex;
560
528
  align-items: center;
561
529
  padding: 6px 20px;
@@ -590,7 +558,8 @@ body {
590
558
  transition: 0.2s;
591
559
  }
592
560
 
593
- .mcd-search-btn:hover {}
561
+ .mcd-search-btn:hover {
562
+ }
594
563
 
595
564
  /* SUGGESTED LINKS ROW */
596
565
  .mcd-suggested-wrapper {
@@ -625,10 +594,7 @@ body {
625
594
  cursor: pointer;
626
595
  white-space: nowrap;
627
596
 
628
- transition:
629
- transform 0.25s ease,
630
- box-shadow 0.25s ease,
631
- border-color 0.25s ease;
597
+ transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
632
598
  }
633
599
 
634
600
  .mcd-suggested-btn:hover {
@@ -636,8 +602,7 @@ body {
636
602
 
637
603
  border-color: #0b4fa3;
638
604
 
639
- box-shadow:
640
- 0 10px 24px rgba(0, 0, 0, 0.12);
605
+ box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
641
606
  }
642
607
 
643
608
  .mcd-suggested-btn:active {
@@ -647,13 +612,9 @@ body {
647
612
 
648
613
  .mcd-suggested-btn:focus-visible {
649
614
  outline: none;
650
- box-shadow:
651
- 0 0 0 3px rgba(11, 79, 163, 0.3),
652
- 0 10px 24px rgba(0, 0, 0, 0.12);
615
+ box-shadow: 0 0 0 3px rgba(11, 79, 163, 0.3), 0 10px 24px rgba(0, 0, 0, 0.12);
653
616
  }
654
617
 
655
-
656
-
657
618
  /* Mobile Responsive */
658
619
  @media (max-width: 768px) {
659
620
  .mcd-suggested-wrapper {
@@ -742,7 +703,6 @@ body {
742
703
  color: #4e5b78;
743
704
  }
744
705
 
745
-
746
706
  /* Mobile Responsive */
747
707
  @media (max-width: 900px) {
748
708
  .mcd-quick-grid {
@@ -783,7 +743,7 @@ body {
783
743
  background: #ffffff;
784
744
  border-radius: 12px;
785
745
  padding-bottom: 25px;
786
- box-shadow: 0 4px 12px rgba(0,0,0,0.08);
746
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
787
747
  position: relative;
788
748
  overflow: hidden;
789
749
  cursor: pointer;
@@ -826,7 +786,7 @@ body {
826
786
  top: 120px;
827
787
  left: 50%;
828
788
  transform: translateX(-50%);
829
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
789
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
830
790
  display: flex;
831
791
  justify-content: center;
832
792
  align-items: center;
@@ -837,7 +797,6 @@ body {
837
797
  height: 32px;
838
798
  }
839
799
 
840
-
841
800
  .services-footer {
842
801
  margin-top: 30px;
843
802
  }
@@ -870,7 +829,6 @@ body {
870
829
  }
871
830
  }
872
831
 
873
-
874
832
  /* SERVICE GRID WRAPPER */
875
833
  .mcd-service-wrapper {
876
834
  width: 100%;
@@ -903,14 +861,14 @@ body {
903
861
  display: flex;
904
862
  align-items: center;
905
863
  padding: 0 18px;
906
- box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
864
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
907
865
  cursor: pointer;
908
866
  transition: 0.25s ease;
909
867
  }
910
868
 
911
869
  .mcd-service-card:hover {
912
870
  transform: translateY(-4px);
913
- box-shadow: 0px 6px 16px rgba(0,0,0,0.12);
871
+ box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.12);
914
872
  }
915
873
 
916
874
  /* Left Icon */
@@ -986,7 +944,7 @@ body {
986
944
  .news-events-container {
987
945
  background: #f3f6fb;
988
946
  padding: 60px 0 62px 0;
989
- padding-bottom: 100px;
947
+ padding-bottom: 100px;
990
948
  }
991
949
 
992
950
  /* TITLE */
@@ -1009,7 +967,7 @@ body {
1009
967
  display: flex;
1010
968
  gap: 32px;
1011
969
  border-radius: 14px;
1012
- box-shadow: 0px 6px 28px rgba(0,0,0,0.1);
970
+ box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.1);
1013
971
  position: relative;
1014
972
  z-index: 10;
1015
973
  }
@@ -1141,52 +1099,52 @@ body {
1141
1099
  border-radius: 50%;
1142
1100
  font-size: 26px;
1143
1101
  cursor: pointer;
1144
- box-shadow: 0 4px 18px rgba(0,0,0,0.25);
1102
+ box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
1145
1103
  display: flex;
1146
1104
  align-items: center;
1147
1105
  justify-content: center;
1148
- z-index: 999; /* <-- MAKE BUTTONS VISIBLE */
1106
+ z-index: 999; /* <-- MAKE BUTTONS VISIBLE */
1149
1107
  transition: 0.3s ease;
1150
1108
  }
1151
1109
 
1152
-
1153
- .slide-btn.left { left: 55px; }
1154
- .slide-btn.right { right: 55px; }
1110
+ .slide-btn.left {
1111
+ left: 55px;
1112
+ }
1113
+ .slide-btn.right {
1114
+ right: 55px;
1115
+ }
1155
1116
 
1156
1117
  .slide-btn:hover {
1157
1118
  background: #007bff;
1158
1119
  color: #fff;
1159
1120
  }
1160
1121
 
1161
-
1162
1122
  /* FOOTER BUTTON */
1163
1123
  .news-footer {
1164
1124
  position: relative;
1165
- margin-top: -45px; /* pull it up inside the blue bar */
1125
+ margin-top: -45px; /* pull it up inside the blue bar */
1166
1126
  text-align: center;
1167
1127
  z-index: 10;
1168
1128
  }
1169
1129
 
1170
-
1171
1130
  .view-all-btn {
1172
1131
  padding: 12px 34px;
1173
1132
  border-radius: 24px;
1174
1133
  background: #ffffff;
1175
1134
  color: #007aff;
1176
1135
  border: 1px solid #007aff;
1177
-
1136
+
1178
1137
  font-size: 15px;
1179
1138
  cursor: pointer;
1180
1139
  position: relative;
1181
1140
 
1182
- box-shadow: 0 6px 18px rgba(0,0,0,0.15);
1141
+ box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
1183
1142
  transition: 0.3s ease;
1184
1143
 
1185
1144
  /* This makes it float */
1186
1145
  transform: translateY(50%);
1187
1146
  }
1188
1147
 
1189
-
1190
1148
  .view-all-btn:hover {
1191
1149
  background: #007aff;
1192
1150
  color: white;
@@ -1208,7 +1166,6 @@ body {
1208
1166
  flex-wrap: wrap; /* For mobile responsiveness */
1209
1167
  }
1210
1168
 
1211
-
1212
1169
  @media (max-width: 992px) {
1213
1170
  .stats-container {
1214
1171
  flex-wrap: wrap;
@@ -1226,7 +1183,6 @@ body {
1226
1183
  }
1227
1184
  }
1228
1185
 
1229
-
1230
1186
  /* Section Container */
1231
1187
  .videos-section {
1232
1188
  padding: 60px 0;
@@ -1300,13 +1256,13 @@ body {
1300
1256
  /* White background strip behind logos */
1301
1257
  .footer-logos {
1302
1258
  width: 100%;
1303
- background: #ffffff; /* White background */
1304
- padding: 25px 0; /* Vertical spacing like KSMART */
1259
+ background: #ffffff; /* White background */
1260
+ padding: 25px 0; /* Vertical spacing like KSMART */
1305
1261
  display: flex;
1306
1262
  justify-content: center;
1307
1263
  align-items: center;
1308
- gap: 60px; /* Space between logos */
1309
- border-bottom: 1px solid #e5e5e5; /* Light divider line */
1264
+ gap: 60px; /* Space between logos */
1265
+ border-bottom: 1px solid #e5e5e5; /* Light divider line */
1310
1266
  }
1311
1267
 
1312
1268
  /* Ensure logos look clean */
@@ -1422,7 +1378,7 @@ body {
1422
1378
  /* --------------------------- */
1423
1379
 
1424
1380
  .stats-card {
1425
- position: relative; /* needed for waves */
1381
+ position: relative; /* needed for waves */
1426
1382
  background: #ffffff;
1427
1383
  padding: 40px 30px;
1428
1384
  flex: 1;
@@ -1431,13 +1387,13 @@ body {
1431
1387
  text-align: center;
1432
1388
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15);
1433
1389
  transition: all 0.28s ease;
1434
- overflow: hidden; /* so wave stays inside */
1390
+ overflow: hidden; /* so wave stays inside */
1435
1391
  }
1436
1392
 
1437
1393
  /* Hover effect */
1438
1394
  .stats-card:hover {
1439
1395
  transform: translateY(-8px) scale(1.03);
1440
- box-shadow: 0px 12px 24px rgba(0,0,0,0.22);
1396
+ box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.22);
1441
1397
  }
1442
1398
 
1443
1399
  /* --------------------------- */
@@ -1509,13 +1465,7 @@ body {
1509
1465
  left: 12%;
1510
1466
  width: 75%;
1511
1467
  height: 60px;
1512
- background: repeating-linear-gradient(
1513
- 90deg,
1514
- rgba(0, 120, 190, 0.22) 0px,
1515
- rgba(0, 120, 190, 0.22) 2px,
1516
- transparent 2px,
1517
- transparent 10px
1518
- );
1468
+ background: repeating-linear-gradient(90deg, rgba(0, 120, 190, 0.22) 0px, rgba(0, 120, 190, 0.22) 2px, transparent 2px, transparent 10px);
1519
1469
  opacity: 0.3;
1520
1470
  transform: skewX(-20deg);
1521
1471
  z-index: 2;
@@ -1535,11 +1485,7 @@ body {
1535
1485
  height: 140%;
1536
1486
  top: -30%;
1537
1487
  left: -20%;
1538
- background: radial-gradient(
1539
- circle at 30% 30%,
1540
- rgba(0, 160, 255, 0.18),
1541
- transparent 60%
1542
- );
1488
+ background: radial-gradient(circle at 30% 30%, rgba(0, 160, 255, 0.18), transparent 60%);
1543
1489
  filter: blur(40px);
1544
1490
  }
1545
1491
 
@@ -1550,11 +1496,7 @@ body {
1550
1496
  height: 100%;
1551
1497
  bottom: -50%;
1552
1498
  left: -20%;
1553
- background: radial-gradient(
1554
- circle at 70% 80%,
1555
- rgba(0, 90, 200, 0.18),
1556
- transparent 70%
1557
- );
1499
+ background: radial-gradient(circle at 70% 80%, rgba(0, 90, 200, 0.18), transparent 70%);
1558
1500
  filter: blur(38px);
1559
1501
  }
1560
1502
 
@@ -1569,13 +1511,7 @@ body {
1569
1511
  bottom: 20px;
1570
1512
  width: 100%;
1571
1513
  height: 40px;
1572
- background: repeating-linear-gradient(
1573
- 90deg,
1574
- rgba(0, 130, 200, 0.25) 0px,
1575
- rgba(0, 130, 200, 0.25) 2px,
1576
- transparent 2px,
1577
- transparent 14px
1578
- );
1514
+ background: repeating-linear-gradient(90deg, rgba(0, 130, 200, 0.25) 0px, rgba(0, 130, 200, 0.25) 2px, transparent 2px, transparent 14px);
1579
1515
  transform: skewX(-20deg);
1580
1516
  opacity: 0.4;
1581
1517
  }
@@ -1620,12 +1556,7 @@ body {
1620
1556
  height: 130%;
1621
1557
  top: -20%;
1622
1558
  left: -10%;
1623
- background: radial-gradient(
1624
- circle,
1625
- rgba(0, 122, 255, 0.25) 0%,
1626
- rgba(0, 122, 255, 0.05) 70%,
1627
- transparent 100%
1628
- );
1559
+ background: radial-gradient(circle, rgba(0, 122, 255, 0.25) 0%, rgba(0, 122, 255, 0.05) 70%, transparent 100%);
1629
1560
  border-radius: 40%;
1630
1561
  transform: rotate(20deg);
1631
1562
  }
@@ -1674,9 +1605,8 @@ body {
1674
1605
  opacity: 0.55;
1675
1606
  }
1676
1607
  .card-grid {
1677
- background-image:
1678
- linear-gradient(to right, rgba(0,0,0,0.06) 1px, transparent 1px),
1679
- linear-gradient(to bottom, rgba(0,0,0,0.06) 1px, transparent 1px);
1608
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06) 1px, transparent 1px),
1609
+ linear-gradient(to bottom, rgba(0, 0, 0, 0.06) 1px, transparent 1px);
1680
1610
  background-size: 18px 18px;
1681
1611
  }
1682
1612
 
@@ -1698,28 +1628,22 @@ body {
1698
1628
  }
1699
1629
 
1700
1630
  .card-glass {
1701
- background: rgba(255,255,255,0.25);
1631
+ background: rgba(255, 255, 255, 0.25);
1702
1632
  backdrop-filter: blur(10px);
1703
- border: 1px solid rgba(255,255,255,0.35);
1633
+ border: 1px solid rgba(255, 255, 255, 0.35);
1704
1634
  border-radius: 14px;
1705
1635
  }
1706
1636
 
1707
1637
  .card-stripes {
1708
- background-image: repeating-linear-gradient(
1709
- 135deg,
1710
- rgba(0,0,0,0.03) 0px,
1711
- rgba(0,0,0,0.03) 2px,
1712
- transparent 2px,
1713
- transparent 8px
1714
- );
1638
+ background-image: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 0px, rgba(0, 0, 0, 0.03) 2px, transparent 2px, transparent 8px);
1715
1639
  }
1716
1640
 
1717
1641
  .card-shine {
1718
- background: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.3));
1642
+ background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
1719
1643
  }
1720
1644
 
1721
1645
  .card-dots {
1722
- background-image: radial-gradient(rgba(0,0,0,0.05) 1px, transparent 1px);
1646
+ background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
1723
1647
  background-size: 10px 10px;
1724
1648
  }
1725
1649
 
@@ -1730,21 +1654,21 @@ body {
1730
1654
  }
1731
1655
 
1732
1656
  .card-gradient-border::before {
1733
- content:"";
1734
- position:absolute;
1657
+ content: "";
1658
+ position: absolute;
1735
1659
  inset: -2px;
1736
1660
  background: linear-gradient(135deg, #004aad, #1ec0ff);
1737
1661
  border-radius: inherit;
1738
- z-index:-1;
1662
+ z-index: -1;
1739
1663
  }
1740
1664
 
1741
1665
  .card-mini-wave::before {
1742
- content:"";
1743
- position:absolute;
1744
- top:-10px;
1745
- left:0;
1746
- width:120%;
1747
- height:40px;
1666
+ content: "";
1667
+ position: absolute;
1668
+ top: -10px;
1669
+ left: 0;
1670
+ width: 120%;
1671
+ height: 40px;
1748
1672
  background: radial-gradient(circle at 50% 100%, #0077d8 40%, transparent 41%);
1749
1673
  }
1750
1674
 
@@ -1754,12 +1678,11 @@ body {
1754
1678
 
1755
1679
  .card-inner-shadow {
1756
1680
  background: #fff;
1757
- box-shadow: inset 0 8px 20px rgba(0,0,0,0.07);
1681
+ box-shadow: inset 0 8px 20px rgba(0, 0, 0, 0.07);
1758
1682
  }
1759
1683
 
1760
1684
  .pattern-mesh {
1761
- background: radial-gradient(circle at 30% 40%, #d8f1ff, transparent 60%),
1762
- radial-gradient(circle at 80% 80%, #c4e4ff, transparent 60%);
1685
+ background: radial-gradient(circle at 30% 40%, #d8f1ff, transparent 60%), radial-gradient(circle at 80% 80%, #c4e4ff, transparent 60%);
1763
1686
  }
1764
1687
 
1765
1688
  .pattern-waves {
@@ -1793,23 +1716,11 @@ body {
1793
1716
  }
1794
1717
 
1795
1718
  .pattern-stripes {
1796
- background: repeating-linear-gradient(
1797
- 135deg,
1798
- rgba(0, 42, 97, 0.06) 0px,
1799
- rgba(0, 42, 97, 0.06) 3px,
1800
- transparent 3px,
1801
- transparent 12px
1802
- );
1719
+ background: repeating-linear-gradient(135deg, rgba(0, 42, 97, 0.06) 0px, rgba(0, 42, 97, 0.06) 3px, transparent 3px, transparent 12px);
1803
1720
  }
1804
1721
 
1805
1722
  .pattern-microlines {
1806
- background: repeating-linear-gradient(
1807
- 90deg,
1808
- rgba(0,0,0,0.05) 0px,
1809
- rgba(0,0,0,0.05) 1px,
1810
- transparent 1px,
1811
- transparent 8px
1812
- );
1723
+ background: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0px, rgba(0, 0, 0, 0.05) 1px, transparent 1px, transparent 8px);
1813
1724
  }
1814
1725
 
1815
1726
  .wave-animated {
@@ -1838,15 +1749,21 @@ body {
1838
1749
  }
1839
1750
 
1840
1751
  @keyframes waveMove {
1841
- 0% { transform: translateX(0) rotate(0deg); }
1842
- 50% { transform: translateX(-25px) rotate(-2deg); }
1843
- 100% { transform: translateX(0) rotate(0deg); }
1752
+ 0% {
1753
+ transform: translateX(0) rotate(0deg);
1754
+ }
1755
+ 50% {
1756
+ transform: translateX(-25px) rotate(-2deg);
1757
+ }
1758
+ 100% {
1759
+ transform: translateX(0) rotate(0deg);
1760
+ }
1844
1761
  }
1845
- .service-card-title{
1762
+ .service-card-title {
1846
1763
  padding-bottom: 6vh;
1847
- }
1764
+ }
1848
1765
 
1849
- .service-title {
1766
+ .service-title {
1850
1767
  position: absolute;
1851
1768
  bottom: 12px; /* move text higher/lower */
1852
1769
  left: 50%;
@@ -1866,7 +1783,7 @@ body {
1866
1783
  padding: 12px 28px;
1867
1784
 
1868
1785
  width: fit-content;
1869
- background: #0057C2; /* MCD Blue */
1786
+ background: #0057c2; /* MCD Blue */
1870
1787
  color: #fff;
1871
1788
 
1872
1789
  text-decoration: none;
@@ -1874,13 +1791,13 @@ body {
1874
1791
  font-weight: 600;
1875
1792
 
1876
1793
  border-radius: 30px;
1877
- box-shadow: 0 4px 12px rgba(0,0,0,0.15);
1794
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1878
1795
 
1879
1796
  transition: 0.3s ease;
1880
1797
  }
1881
1798
 
1882
1799
  .playlist-btn:hover {
1883
- background: #003C8F;
1800
+ background: #003c8f;
1884
1801
  transform: translateY(-2px);
1885
1802
  }
1886
1803
 
@@ -1899,8 +1816,8 @@ body {
1899
1816
  padding: 12px 28px;
1900
1817
 
1901
1818
  background: #ffffff;
1902
- color: #0057C2;
1903
- border: 2px solid #0057C2;
1819
+ color: #0057c2;
1820
+ border: 2px solid #0057c2;
1904
1821
 
1905
1822
  border-radius: 30px;
1906
1823
  font-size: 16px;
@@ -1911,11 +1828,10 @@ body {
1911
1828
  }
1912
1829
 
1913
1830
  .playlist-btn-outline:hover {
1914
- background: #0057C2;
1831
+ background: #0057c2;
1915
1832
  color: #ffffff;
1916
1833
  }
1917
1834
 
1918
-
1919
1835
  .playlist-btn-red {
1920
1836
  display: flex;
1921
1837
  align-items: center;
@@ -1925,7 +1841,7 @@ body {
1925
1841
  margin: 30px auto 0;
1926
1842
  padding: 12px 28px;
1927
1843
 
1928
- background: #FF0000;
1844
+ background: #ff0000;
1929
1845
  color: #ffffff;
1930
1846
  border-radius: 30px;
1931
1847
 
@@ -1933,7 +1849,7 @@ body {
1933
1849
  font-weight: 600;
1934
1850
  text-decoration: none;
1935
1851
 
1936
- box-shadow: 0 4px 12px rgba(255,0,0,0.4);
1852
+ box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
1937
1853
  transition: 0.3s ease;
1938
1854
  }
1939
1855
 
@@ -1951,7 +1867,7 @@ body {
1951
1867
  margin: 30px auto 0;
1952
1868
  padding: 12px 30px;
1953
1869
 
1954
- background: linear-gradient(90deg, #003C8F, #0057C2);
1870
+ background: linear-gradient(90deg, #003c8f, #0057c2);
1955
1871
  color: #ffffff;
1956
1872
 
1957
1873
  border-radius: 35px;
@@ -1959,12 +1875,12 @@ body {
1959
1875
  font-weight: 600;
1960
1876
  text-decoration: none;
1961
1877
 
1962
- box-shadow: 0 4px 16px rgba(0,0,0,0.2);
1878
+ box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
1963
1879
  transition: 0.3s ease;
1964
1880
  }
1965
1881
 
1966
1882
  .playlist-btn-gradient:hover {
1967
- background: linear-gradient(90deg, #002F70, #004EAF);
1883
+ background: linear-gradient(90deg, #002f70, #004eaf);
1968
1884
  transform: translateY(-3px);
1969
1885
  }
1970
1886
 
@@ -1976,20 +1892,18 @@ body {
1976
1892
  border: none;
1977
1893
  }
1978
1894
 
1979
-
1980
1895
  .header-login-dropdown {
1981
1896
  position: relative;
1982
1897
  display: inline-block;
1983
1898
  }
1984
1899
 
1985
-
1986
1900
  .login-dropdown-menu {
1987
1901
  position: absolute;
1988
1902
  top: 110%;
1989
1903
  right: 0;
1990
1904
  background: #fff;
1991
1905
  border-radius: 6px;
1992
- box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
1906
+ box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
1993
1907
  width: 180px;
1994
1908
  z-index: 999;
1995
1909
  }
@@ -2006,8 +1920,6 @@ body {
2006
1920
  background: #f5f5f5;
2007
1921
  }
2008
1922
 
2009
-
2010
-
2011
1923
  .djb-contact-wrapper {
2012
1924
  padding: 60px 80px;
2013
1925
  background: #f8f9fb;
@@ -2035,7 +1947,7 @@ body {
2035
1947
  background: #fff;
2036
1948
  padding: 30px;
2037
1949
  border-radius: 10px;
2038
- box-shadow: 0 4px 20px rgba(0,0,0,0.08);
1950
+ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
2039
1951
  }
2040
1952
 
2041
1953
  .info-item {
@@ -2202,15 +2114,19 @@ body {
2202
2114
  padding: 40px 80px;
2203
2115
  }
2204
2116
 
2205
- .section-top { background: #ffffff; }
2206
- .section-bottom { background: #f8f9fb; }
2117
+ .section-top {
2118
+ background: #ffffff;
2119
+ }
2120
+ .section-bottom {
2121
+ background: #f8f9fb;
2122
+ }
2207
2123
 
2208
2124
  .djb-left,
2209
2125
  .djb-right {
2210
2126
  background: #fff;
2211
2127
  padding: 24px;
2212
2128
  border-radius: 10px;
2213
- box-shadow: 0 4px 18px rgba(0,0,0,0.08);
2129
+ box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
2214
2130
  }
2215
2131
 
2216
2132
  .section-title {
@@ -2310,7 +2226,7 @@ body {
2310
2226
  background: #fff;
2311
2227
  padding: 32px;
2312
2228
  border-radius: 12px;
2313
- box-shadow: 0 8px 30px rgba(0,0,0,0.08);
2229
+ box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
2314
2230
  }
2315
2231
 
2316
2232
  .info-grid {
@@ -2323,7 +2239,7 @@ body {
2323
2239
  .info-box {
2324
2240
  display: flex;
2325
2241
  flex-direction: column;
2326
- justify-content: center; /* centers content vertically */
2242
+ justify-content: center; /* centers content vertically */
2327
2243
  text-align: center;
2328
2244
  padding: 24px 16px;
2329
2245
  border-radius: 10px;
@@ -2333,10 +2249,9 @@ body {
2333
2249
 
2334
2250
  .info-box:hover {
2335
2251
  background: #eef5ff;
2336
- box-shadow: 0 6px 20px rgba(0,0,0,0.12);
2252
+ box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
2337
2253
  }
2338
2254
 
2339
-
2340
2255
  .info-box .icon {
2341
2256
  width: 48px;
2342
2257
  height: 48px;
@@ -2353,7 +2268,6 @@ body {
2353
2268
  background: #dce9ff;
2354
2269
  }
2355
2270
 
2356
-
2357
2271
  .info-box h4 {
2358
2272
  margin-bottom: 8px;
2359
2273
  color: #0b5cab;
@@ -2371,11 +2285,10 @@ body {
2371
2285
  }
2372
2286
  }
2373
2287
 
2374
-
2375
2288
  .modal-overlay {
2376
2289
  position: fixed;
2377
2290
  inset: 0;
2378
- background: rgba(0,0,0,0.6);
2291
+ background: rgba(0, 0, 0, 0.6);
2379
2292
  z-index: 9999;
2380
2293
  }
2381
2294
 
@@ -2411,14 +2324,14 @@ body {
2411
2324
  font-size: 14px;
2412
2325
  font-weight: 500;
2413
2326
  color: #003a8f;
2414
- text-decoration: none; /* ✅ remove underline */
2327
+ text-decoration: none; /* ✅ remove underline */
2415
2328
  transition: all 0.25s ease;
2416
2329
  }
2417
2330
 
2418
2331
  .mcd-nav .nav-hover-btn:hover {
2419
2332
  background: #003a8f;
2420
2333
  color: #ffffff;
2421
- text-decoration: none; /* ✅ ensure no underline on hover */
2334
+ text-decoration: none; /* ✅ ensure no underline on hover */
2422
2335
  box-shadow: 0 4px 10px rgba(0, 58, 143, 0.25);
2423
2336
  }
2424
2337
 
@@ -2670,7 +2583,6 @@ body {
2670
2583
  }
2671
2584
  }
2672
2585
 
2673
-
2674
2586
  /* Tabs */
2675
2587
  .djb-tabs {
2676
2588
  display: flex;
@@ -2741,15 +2653,33 @@ body {
2741
2653
  }
2742
2654
 
2743
2655
  /* Width presets */
2744
- .bar-36 { width: 36%; }
2745
- .bar-52 { width: 52%; }
2746
- .bar-68 { width: 68%; }
2747
- .bar-69 { width: 69%; }
2748
- .bar-81 { width: 81%; }
2749
- .bar-86 { width: 86%; }
2750
- .bar-91 { width: 91%; }
2751
- .bar-96 { width: 96%; }
2752
- .bar-100 { width: 100%; }
2656
+ .bar-36 {
2657
+ width: 36%;
2658
+ }
2659
+ .bar-52 {
2660
+ width: 52%;
2661
+ }
2662
+ .bar-68 {
2663
+ width: 68%;
2664
+ }
2665
+ .bar-69 {
2666
+ width: 69%;
2667
+ }
2668
+ .bar-81 {
2669
+ width: 81%;
2670
+ }
2671
+ .bar-86 {
2672
+ width: 86%;
2673
+ }
2674
+ .bar-91 {
2675
+ width: 91%;
2676
+ }
2677
+ .bar-96 {
2678
+ width: 96%;
2679
+ }
2680
+ .bar-100 {
2681
+ width: 100%;
2682
+ }
2753
2683
 
2754
2684
  /* Hover enhancement */
2755
2685
  .djb-revenue-table tbody tr:hover .bar {
@@ -2814,7 +2744,6 @@ body {
2814
2744
  }
2815
2745
  }
2816
2746
 
2817
-
2818
2747
  /* ===== LAYOUT ===== */
2819
2748
  .djb-about-layout {
2820
2749
  display: grid;
@@ -2827,7 +2756,7 @@ body {
2827
2756
  .djb-side-nav {
2828
2757
  background: #ffffff;
2829
2758
  border-radius: 8px;
2830
- box-shadow: 0 4px 12px rgba(0,0,0,0.12);
2759
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
2831
2760
  height: fit-content;
2832
2761
  position: sticky;
2833
2762
  top: 110px;
@@ -2883,7 +2812,6 @@ body {
2883
2812
  }
2884
2813
  }
2885
2814
 
2886
-
2887
2815
  /* ================= PAGE ================= */
2888
2816
  .org-page {
2889
2817
  width: 100%;
@@ -3042,9 +2970,6 @@ svg text {
3042
2970
  pointer-events: none;
3043
2971
  }
3044
2972
 
3045
-
3046
-
3047
-
3048
2973
  /* Premium Professional Organizational Chart - Version 4.0 */
3049
2974
 
3050
2975
  :root {
@@ -3082,7 +3007,7 @@ svg text {
3082
3007
  box-sizing: border-box;
3083
3008
  border-radius: 16px;
3084
3009
  box-shadow: var(--shadow-xl);
3085
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
3010
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3086
3011
  }
3087
3012
 
3088
3013
  /* Chart Header */
@@ -3514,7 +3439,8 @@ svg text {
3514
3439
  }
3515
3440
 
3516
3441
  @keyframes pulse-highlight {
3517
- 0%, 100% {
3442
+ 0%,
3443
+ 100% {
3518
3444
  box-shadow: 0 0 25px rgba(246, 173, 85, 0.6);
3519
3445
  }
3520
3446
  50% {
@@ -3578,7 +3504,7 @@ svg text {
3578
3504
 
3579
3505
  /* Connecting Lines */
3580
3506
  .org-node::before {
3581
- content: '';
3507
+ content: "";
3582
3508
  position: absolute;
3583
3509
  top: 0;
3584
3510
  left: 50%;
@@ -3597,7 +3523,7 @@ svg text {
3597
3523
  }
3598
3524
 
3599
3525
  .org-children::before {
3600
- content: '';
3526
+ content: "";
3601
3527
  position: absolute;
3602
3528
  top: 0;
3603
3529
  left: 0;
@@ -3609,7 +3535,7 @@ svg text {
3609
3535
 
3610
3536
  .org-children .org-node:first-child::after,
3611
3537
  .org-children .org-node:last-child::after {
3612
- content: '';
3538
+ content: "";
3613
3539
  position: absolute;
3614
3540
  top: -55px;
3615
3541
  width: 50%;
@@ -3868,12 +3794,12 @@ svg text {
3868
3794
  .zoom-controls {
3869
3795
  display: none !important;
3870
3796
  }
3871
-
3797
+
3872
3798
  .org-chart-container {
3873
3799
  max-height: none;
3874
3800
  overflow: visible;
3875
3801
  }
3876
-
3802
+
3877
3803
  .org-chart-wrapper {
3878
3804
  transform: scale(1) !important;
3879
3805
  }
@@ -3885,16 +3811,12 @@ svg text {
3885
3811
  flex-direction: column;
3886
3812
  align-items: stretch;
3887
3813
  }
3888
-
3814
+
3889
3815
  .toolbar-section {
3890
3816
  width: 100%;
3891
3817
  justify-content: center;
3892
3818
  }
3893
-
3894
- .search-container {
3895
- min-width: 100%;
3896
- }
3897
-
3819
+
3898
3820
  .chart-legend {
3899
3821
  position: static;
3900
3822
  margin-top: 16px;
@@ -3906,11 +3828,11 @@ svg text {
3906
3828
  flex-direction: column;
3907
3829
  gap: 12px;
3908
3830
  }
3909
-
3831
+
3910
3832
  .org-chart-title {
3911
3833
  font-size: 22px;
3912
3834
  }
3913
-
3835
+
3914
3836
  .info-panel {
3915
3837
  width: calc(100% - 32px);
3916
3838
  left: 16px;
@@ -3919,8 +3841,6 @@ svg text {
3919
3841
  }
3920
3842
  }
3921
3843
 
3922
-
3923
-
3924
3844
  /* ===== Document Frame ===== */
3925
3845
  .doc-frame {
3926
3846
  background: #ffffff;
@@ -4002,13 +3922,12 @@ svg text {
4002
3922
  /* ===== Skeleton Loader ===== */
4003
3923
  .pdf-skeleton {
4004
3924
  width: 100%;
4005
- min-height: 720px; /* same as pdf-container */
3925
+ min-height: 720px; /* same as pdf-container */
4006
3926
  padding: 16px;
4007
3927
  background: #f4f6f8;
4008
3928
  border-radius: 6px;
4009
3929
  }
4010
3930
 
4011
-
4012
3931
  .skeleton-line {
4013
3932
  height: 14px;
4014
3933
  background: linear-gradient(90deg, #e0e0e0, #f0f0f0, #e0e0e0);
@@ -4032,8 +3951,12 @@ svg text {
4032
3951
  }
4033
3952
 
4034
3953
  @keyframes skeleton {
4035
- 0% { background-position: 200% 0; }
4036
- 100% { background-position: -200% 0; }
3954
+ 0% {
3955
+ background-position: 200% 0;
3956
+ }
3957
+ 100% {
3958
+ background-position: -200% 0;
3959
+ }
4037
3960
  }
4038
3961
 
4039
3962
  /* ===== Print Rules ===== */
@@ -4059,10 +3982,6 @@ svg text {
4059
3982
  }
4060
3983
  }
4061
3984
 
4062
-
4063
-
4064
-
4065
-
4066
3985
  /*organisational page for now only*/
4067
3986
  .org-image-wrapper {
4068
3987
  width: 100%;