:root { --bg: #f7f7ff; --primary: #1450de; --navy: #102c6d; --muted: #475569; --faint: #94a3b8; }
.svc-hero { background-color: #f7f7ff; background-image: linear-gradient(rgba(20, 80, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 80, 222, 0.05) 1px, transparent 1px); background-size: 56px 56px; position: relative; overflow: hidden;}
.svc-hero-wrap { display: flex; align-items: center; flex-wrap: wrap; max-width: 1290px; margin: 0 auto; width: 100%; padding-bottom: 45px; }
.svc-hero-content { padding-right: 32px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(20, 80, 222, 0.07); border: 1px solid rgba(20, 80, 222, 0.22); border-radius: 50px; padding: 6px 16px; font-size: 12.5px; color: var(--primary); font-weight: 500; letter-spacing: 0.03em; margin-bottom: 1.4rem; text-transform: uppercase; }
.badge-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; box-shadow: 0 0 7px rgba(20, 80, 222, 0.6); animation: pulse-dot 1.8s ease-in-out infinite; }
.svc-hero-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.72; max-width: 460px; margin-top: 1.2rem; margin-bottom: 0; }
.svc-hero-visual { display: flex; align-items: center; justify-content: center; min-height: 340px; }
.svc-canvas-wrap { width: 100%; }
h1 { margin: auto; }
.t-gradient { background: linear-gradient(135deg, var(--primary) 0%, var(--navy) 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.t-accent { background: linear-gradient(135deg, var(--navy) 0%, var(--primary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.45; transform: scale(0.72); } }
@media (max-width: 767px) { .svc-hero { padding: 52px 0 44px; } .svc-hero-content { padding-right: 10px; margin-bottom: 24px; text-align: center; } .svc-hero-sub { margin-left: auto; margin-right: auto; } .hero-badge { display: inline-flex; } }
@media (min-width: 1310px) { .w-col { padding: 0 !important; } }
.jh-wrap { display: flex; justify-content: end; align-items: center; width: 100%; }
.jh-scene { position: relative; width: 538px; height: 475px; flex-shrink: 0; }
.jh-card { position: absolute; left: 24px; top: 56px; width: 298px; height: 364px; background: #fff; border-radius: 20px; box-shadow: 0 8px 40px rgba(20, 44, 109, 0.13), 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; opacity: 0; animation: jh-card-in 0.7s cubic-bezier(0.34,1.56,0.64,1) 0.2s both, jh-float 4.5s ease-in-out 1.5s infinite; }
.jh-card-banner { background: linear-gradient(135deg, #1450de 0%, #102c6d 100%); padding: 14px 18px; display: flex; align-items: center; gap: 10px; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.jh-brief-icon { width: 22px; height: 22px; flex-shrink: 0; }
.jh-card-title { font-size: 15px; font-weight: 700; color: #102c6d; padding: 11px 16px 7px; line-height: 1.35; }
.jh-pills { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 16px 10px; }
.jh-pill { display: inline-flex; align-items: center; gap: 5px; border-radius: 50px; font-size: 11.5px; font-weight: 500; padding: 4px 10px; }
.jh-pill svg { width: 11px; height: 11px; }
.jh-pill-blue { background: rgba(20,80,222,0.10); color: #1450de; }
.jh-pill-gray { background: #f1f3f8; color: #475569; }
.jh-divider { height: 1px; background: #eef0f7; margin: 0 16px; }
.jh-stats { display: flex; justify-content: space-around; padding: 10px 8px; text-align: center; }
.jh-stat-num { font-size: 16px; font-weight: 800; color: #1450de; line-height: 1; }
.jh-stat-lbl { font-size: 10px; color: #94a3b8; margin-top: 3px; white-space: nowrap; }
.jh-tags { display: flex; flex-wrap: wrap; gap: 5px; padding: 9px 16px 14px; }
.jh-tag { background: #f0f4ff; color: #1450de; border-radius: 6px; font-size: 10.5px; font-weight: 500; padding: 3px 8px; border: 1px solid rgba(20,80,222,0.12); }
.jh-badge { position: absolute; background: #fff; border-radius: 14px; box-shadow: 0 4px 20px rgba(20,44,109,0.10), 0 1px 4px rgba(0,0,0,0.06); padding: 11px 14px; display: flex; align-items: center; gap: 11px; min-width: 175px; opacity: 0; }
.jh-badge-1 { top: 57px; left: 334px; animation: jh-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.9s both, jh-badge-float-a 5s ease-in-out 2.0s infinite; }
.jh-badge-2 { top: 189px; left: 334px; animation: jh-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.15s both, jh-badge-float-b 5.5s ease-in-out 2.3s infinite; }
.jh-badge-3 { top: 346px; left: 334px; animation: jh-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) 1.4s both, jh-badge-float-a 4.8s ease-in-out 2.6s infinite; }
.jh-badge-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.jh-badge-icon svg { width: 18px; height: 18px; }
.jh-badge-icon-blue { background: rgba(20,80,222,0.10); color: #1450de; }
.jh-badge-icon-purple { background: rgba(124,58,237,0.10); color: #7c3aed; }
.jh-badge-icon-green { background: rgba(16,185,129,0.10); color: #059669; }
.jh-badge-title { font-size: 12.5px; font-weight: 700; color: #1e293b; line-height: 1.3; }
.jh-badge-sub { font-size: 11px; color: #94a3b8; margin-top: 2px; }
.jh-dot { position: absolute; border-radius: 50%; opacity: 0; }
.jh-dot-1 { width: 8px; height: 8px; background: #1450de; opacity: 0; top: 300px; left: 14px; animation: jh-pop 0.4s ease 1.8s both; }
.jh-dot-2 { width: 6px; height: 6px; background: #7c3aed; opacity: 0; top: 58px; left: 10px; animation: jh-pop 0.4s ease 2.0s both; }
.jh-dot-3 { width: 10px; height: 10px; background: #1450de; opacity: 0; top: 436px; left: 346px; animation: jh-pop 0.4s ease 2.2s both; }
.jh-desc { font-size: 11px; color: #64748b; line-height: 1.6; padding: 8px 18px 10px; display: -webkit-box; -webkit-line-clamp: 6; line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; padding-bottom: 0px; }
.jh-meta-row { display: flex; flex-direction: column; gap: 7px; padding: 6px 18px 14px; }
.jh-meta-item { display: flex; align-items: center; gap: 7px; font-size: 11px; color: #475569; font-weight: 500; }
.jh-meta-item svg { width: 13px; height: 13px; color: #1450de; flex-shrink: 0; }
.jh-meta-label { color: #94a3b8; font-weight: 400; margin-right: 2px; }
@keyframes jh-card-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes jh-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes jh-pop { from { opacity: 0; transform: scale(0.72); } to { opacity: 1; transform: scale(1); } }
@keyframes jh-badge-float-a { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@keyframes jh-badge-float-b { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.about-one-faq-section .home-one-accordian-text-wrapper { transition: height 0.35s ease; overflow: hidden; }
.about-one-faq-section .accordian-down-arrow { transition: transform 0.35s ease; transform: rotate(0deg); }
.about-one-faq-section .accordian-down-arrow.active { transform: rotate(-180deg); }
@media (max-width: 991px) { .jh-wrap { justify-content: center; } }
@media (max-width: 576px) { .jh-scene { transform: none; width: 100%; height: 640px; } .jh-card { left: calc(50% - 149px); } .jh-badge { width: 260px; padding: 11px 14px; gap: 10px; } .jh-badge-1 { top: 435px; left: calc(50% - 130px); } .jh-badge-2 { top: 500px; left: calc(50% - 130px); } .jh-badge-3 { top: 580px; left: calc(50% - 130px); } }