seo update

This commit is contained in:
2026-04-08 11:01:53 +05:30
parent de7c1d5ad8
commit eefdf32aa8
16 changed files with 607 additions and 29 deletions

View File

@@ -2917,11 +2917,17 @@
font-weight: 600 !important;
}
@keyframes tour-btn-pulse {
0%, 100% { opacity: 1; transform: scale(1); }
50% { opacity: 0.6; transform: scale(0.96); }
}
.gj-tour-popover .driver-popover-next-btn {
background: var(--color-primary, #22c55e) !important;
color: #fff !important;
border: none !important;
text-shadow: none !important;
animation: tour-btn-pulse 1.2s ease-in-out infinite !important;
}
.gj-tour-popover .driver-popover-prev-btn {