/* ============================================================
   Cloudeli — "Mission Control" aura layer (loads last)
   Live hero · NOC panel · dark bands · spotlight cards ·
   grain · tech marquee · scroll motion. Brand palette only.
   ============================================================ */

:root{
	--noc-bg:#0d1b34;
	--noc-bg2:#11274d;
	--glow:#2f8bff;
	--glow-soft:rgba(47,139,255,.35);
}

/* ---------- Fix: schedule cards must sit BELOW the new dark hero ----------
   (theme used height:230 + translateY(-50%) to overlap the old photo hero) */
.schedule{height:auto !important;margin-top:0 !important;padding:90px 0 30px !important;background:#fff;}
.schedule .schedule-inner{transform:none !important;}

/* grain + cursor glow are injected by JS into <body> */
.grain{
	position:fixed;inset:0;z-index:9998;pointer-events:none;opacity:.04;
	background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
	mix-blend-mode:overlay;
}
.cursor-glow{
	position:fixed;top:0;left:0;width:520px;height:520px;border-radius:50%;
	margin:-260px 0 0 -260px;z-index:9997;pointer-events:none;opacity:0;
	background:radial-gradient(circle,rgba(40,137,228,.16) 0%,rgba(40,137,228,0) 60%);
	transition:opacity .4s ease;will-change:transform;
}
@media (hover:hover) and (pointer:fine){.cursor-glow.on{opacity:1;}}
@media (hover:none){.cursor-glow,.grain{display:none;}}

/* ============================================================
   HERO — Live Operations
   ============================================================ */
.slider.hero-ops{
	background:linear-gradient(135deg,#0d1b34 0%,#11274d 55%,#0b1730 100%);
	min-height:760px;display:flex;align-items:center;
	padding:150px 0 90px;position:relative;overflow:hidden;color:#fff;
}
/* calm hero: no particle layer — soft static depth only */
.slider.hero-ops .fx-blob{z-index:0;animation:none;filter:blur(80px);}
.slider.hero-ops .fx-blob.b1{width:540px;height:540px;top:-150px;right:-90px;opacity:.38;background:radial-gradient(circle at 30% 30%,#2f8bff,#1a76d1);}
.slider.hero-ops .fx-blob.b2{width:380px;height:380px;bottom:-150px;left:-70px;opacity:.16;background:radial-gradient(circle at 30% 30%,#7bbef7,#2889e4);}
.slider.hero-ops::after{
	content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
	background:radial-gradient(55% 55% at 80% 26%, rgba(47,139,255,.16), transparent 70%);
}
.slider.hero-ops .container{position:relative;z-index:2;}

.hero-eyebrow{
	display:inline-flex;align-items:center;gap:9px;
	background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);
	color:#cfe0f7;font-weight:600;font-size:13px;letter-spacing:.04em;
	padding:8px 16px;border-radius:50px;margin-bottom:22px;
	-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);
}
.hero-eyebrow .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;position:relative;}
.hero-eyebrow .dot::after{content:"";position:absolute;inset:-5px;border-radius:50%;background:rgba(34,197,94,.45);animation:fxPing 1.8s ease-out infinite;}

.hero-ops-copy h1{
	color:#fff;font-size:56px;line-height:1.1;font-weight:800;letter-spacing:-.025em;margin-bottom:20px;
}
.hero-ops-copy h1 .rotator{
	background:linear-gradient(135deg,#7bbef7,#2f8bff);
	-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
	display:block;white-space:nowrap;position:relative;
	transition:opacity .35s ease, transform .35s ease;
}
.hero-ops-copy h1 .rotator.swap{opacity:0;transform:translateY(10px);}
.hero-ops-copy p{color:rgba(255,255,255,.78);font-size:17.5px;line-height:1.8;max-width:540px;margin-bottom:30px;}

.hero-cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center;}
.btn-ghost-light{
	display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:50px;
	font-weight:600;font-size:14px;color:#fff;border:1.5px solid rgba(255,255,255,.45);
	transition:all .3s ease;
}
.btn-ghost-light:hover{background:#fff;color:#11274d;border-color:#fff;transform:translateY(-3px);}

.hero-trust{display:flex;gap:22px;flex-wrap:wrap;align-items:center;margin-top:34px;
	padding-top:24px;border-top:1px solid rgba(255,255,255,.12);}
.hero-trust .ht{display:inline-flex;align-items:center;gap:9px;color:rgba(255,255,255,.8);font-size:13px;font-weight:600;}
.hero-trust .ht i{color:#7bbef7;font-size:15px;}
.hero-trust .ms-grid{display:grid;grid-template-columns:repeat(2,8px);grid-template-rows:repeat(2,8px);gap:2px;}
.hero-trust .ms-grid span{width:8px;height:8px;display:block;}
.hero-trust .ms-grid span:nth-child(1){background:#f25022;}
.hero-trust .ms-grid span:nth-child(2){background:#7fba00;}
.hero-trust .ms-grid span:nth-child(3){background:#00a4ef;}
.hero-trust .ms-grid span:nth-child(4){background:#ffb900;}
.hero-trust .tp i{color:#00b67a;}

/* ===== Live operations panel (MSP: security · cloud · Microsoft 365) ===== */
.noc-panel{
	position:relative;border-radius:22px;padding:22px;overflow:hidden;
	background:linear-gradient(160deg,rgba(255,255,255,.10),rgba(255,255,255,.035));
	border:1px solid rgba(255,255,255,.16);
	-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
	box-shadow:0 40px 90px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.12);
	animation:fxFloat 7s ease-in-out infinite;
}
/* subtle scanning sheen */
.noc-panel::after{content:"";position:absolute;top:0;left:-60%;width:45%;height:100%;
	background:linear-gradient(100deg,transparent,rgba(123,190,247,.10),transparent);
	transform:skewX(-18deg);animation:nocScan 6.5s ease-in-out infinite;pointer-events:none;}
@keyframes nocScan{0%,100%{left:-60%;}50%{left:120%;}}

.noc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative;z-index:1;}
.noc-title{display:inline-flex;align-items:center;gap:9px;color:#fff;font-weight:700;font-size:14px;letter-spacing:.02em;}
.noc-pulse{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:nocPulse 2s infinite;}
@keyframes nocPulse{0%{box-shadow:0 0 0 0 rgba(34,197,94,.55);}70%{box-shadow:0 0 0 9px rgba(34,197,94,0);}100%{box-shadow:0 0 0 0 rgba(34,197,94,0);}}
.noc-demo{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:3px 9px;}

/* hero: security posture ring */
.noc-hero{display:flex;align-items:center;gap:18px;padding:14px;margin-bottom:14px;position:relative;z-index:1;
	background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:16px;}
.noc-ring{position:relative;width:84px;height:84px;flex:none;}
.noc-ring svg{width:100%;height:100%;transform:rotate(-90deg);}
.noc-ring .ring-bg{fill:none;stroke:rgba(255,255,255,.12);stroke-width:7;}
.noc-ring .ring-val{fill:none;stroke:url(#ringGrad);stroke-width:7;stroke-linecap:round;stroke-dasharray:214;stroke-dashoffset:13;}
.noc-panel.in .noc-ring .ring-val{animation:ringGrow 1.8s ease forwards .25s;}
@keyframes ringGrow{from{stroke-dashoffset:214;}to{stroke-dashoffset:13;}}
.noc-ring-num{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;}
.noc-ring-num b{color:#fff;font-size:25px;font-weight:800;line-height:1;}
.noc-ring-num small{color:rgba(255,255,255,.5);font-size:11px;}
.noc-hero-meta{display:flex;flex-direction:column;gap:5px;}
.noc-hero-label{color:rgba(255,255,255,.55);font-size:12px;letter-spacing:.02em;}
.noc-hero-state{display:inline-flex;align-items:center;gap:7px;color:#7ef0a6;font-weight:700;font-size:15px;}
.noc-hero-state i{font-size:16px;}
.noc-hero-sub{color:rgba(255,255,255,.55);font-size:12px;}

/* three service pillars */
.noc-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;position:relative;z-index:1;}
.noc-pillar{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:12px 11px;text-align:left;}
.noc-pillar .np-ico{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;margin-bottom:9px;}
.np-ico.sec{background:rgba(244,80,34,.16);color:#ff8a6a;}
.np-ico.cloud{background:rgba(0,164,239,.16);color:#5cc3ff;}
.np-ico.m365{background:rgba(127,186,0,.16);color:#a4e34d;}
.noc-pillar small{display:block;color:rgba(255,255,255,.55);font-size:10.5px;margin-bottom:5px;letter-spacing:.01em;}
.noc-pillar b{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.02em;line-height:1;display:block;}
.noc-pillar b .u{color:#7bbef7;font-size:13px;}
.noc-pillar .np-cap{display:inline-flex;align-items:center;gap:5px;color:#7ef0a6;font-size:10.5px;font-weight:600;margin-top:7px;}
.noc-pillar .np-cap::before{content:"";width:5px;height:5px;border-radius:50%;background:#22c55e;}

/* threat activity mini bar chart */
.noc-chart{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:12px 14px;margin-bottom:14px;position:relative;z-index:1;}
.noc-chart-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.noc-chart-head span{color:rgba(255,255,255,.7);font-size:12px;font-weight:600;}
.noc-chart-tag{color:rgba(255,255,255,.45) !important;font-weight:500 !important;}
.noc-bars{display:flex;align-items:flex-end;gap:7px;height:44px;}
.noc-bars i{flex:1;height:var(--h);border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#2f8bff,#1a76d1);opacity:.85;transform-origin:bottom;}
.noc-panel.in .noc-bars i{animation:barGrow .9s ease forwards;transform:scaleY(0);}
.noc-bars i:nth-child(1){animation-delay:.30s;}
.noc-bars i:nth-child(2){animation-delay:.38s;}
.noc-bars i:nth-child(3){animation-delay:.46s;}
.noc-bars i:nth-child(4){animation-delay:.54s;}
.noc-bars i:nth-child(5){animation-delay:.62s;}
.noc-bars i:nth-child(6){animation-delay:.70s;}
.noc-bars i:nth-child(7){animation-delay:.78s;}
.noc-bars i:last-child{background:linear-gradient(180deg,#7ef0a6,#22c55e);opacity:1;}
@keyframes barGrow{from{transform:scaleY(0);}to{transform:scaleY(1);}}

/* status rows */
.noc-rows{display:flex;flex-direction:column;gap:9px;position:relative;z-index:1;}
.noc-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:rgba(255,255,255,.8);}
.noc-row > span:first-child{display:inline-flex;align-items:center;gap:8px;}
.noc-row i{color:#7bbef7;font-size:13px;width:15px;text-align:center;}
.noc-row .ok{color:#7ef0a6;font-weight:600;display:inline-flex;align-items:center;gap:6px;}
.noc-row .ok::before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;}

@media (prefers-reduced-motion:reduce){
	.noc-panel::after,.noc-panel.in .noc-ring .ring-val,.noc-panel.in .noc-bars i{animation:none !important;transform:none !important;}
}

@media (max-width:991px){
	.slider.hero-ops{min-height:auto;padding:120px 0 70px;}
	.hero-ops-copy h1{font-size:40px;}
	.noc-panel{margin-top:46px;}
}
@media (max-width:767px){
	.hero-ops-panel{display:none !important;}
	.slider.hero-ops{padding-bottom:56px;}
}
@media (max-width:575px){
	.hero-ops-copy h1{font-size:32px;}
	.hero-trust{gap:14px;}
	.noc-pillar b{font-size:17px;}
	.noc-ring{width:74px;height:74px;}
}

/* ============================================================
   DARK "what we do" orbit band
   ============================================================ */
.orbit-story.dark{
	background:linear-gradient(135deg,#0d1b34 0%,#11274d 60%,#0b1730 100%);
	color:#fff;position:relative;overflow:hidden;
}
.orbit-story.dark::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;
	top:-180px;right:-120px;background:radial-gradient(circle,rgba(47,139,255,.22),transparent 70%);}
.orbit-story.dark .eyebrow{color:#7bbef7;}
.orbit-story.dark h2{color:#fff;}
.orbit-story.dark h2 span{color:#7bbef7 !important;}
.orbit-story.dark p.lead{color:rgba(255,255,255,.78);}
.orbit-story.dark .pointlist li{color:#fff;}
.orbit-story.dark .pointlist li i{background:rgba(47,139,255,.18);color:#7bbef7;}
.orbit-story.dark .ring{border-color:rgba(123,190,247,.35) !important;}
.orbit-story.dark .ring.r2{border-color:rgba(123,190,247,.14) !important;}
.orbit-story.dark .core{box-shadow:0 0 60px rgba(47,139,255,.6),0 20px 50px rgba(0,0,0,.5);}
.orbit-story.dark .node{
	background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.16);
	-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
	box-shadow:0 16px 40px rgba(0,0,0,.45);
}
.orbit-story.dark .node i{color:#7bbef7;}
.orbit-story.dark .node b{color:#fff;}
.orbit-story.dark .node:hover{box-shadow:0 0 32px rgba(47,139,255,.5);}

/* ============================================================
   SPOTLIGHT cards (services / values / features)
   ============================================================ */
.spotlight-card{position:relative;isolation:isolate;}
.spotlight-card::before{
	content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;opacity:0;
	transition:opacity .35s ease;pointer-events:none;
	background:radial-gradient(360px circle at var(--mx,50%) var(--my,0%),rgba(40,137,228,.16),transparent 60%);
}
.spotlight-card:hover::before{opacity:1;}
.spotlight-card > *{position:relative;z-index:1;}
.spotlight-card.glow-border::after{
	content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;z-index:0;opacity:0;
	transition:opacity .35s ease;pointer-events:none;
	background:linear-gradient(120deg,rgba(40,137,228,.7),rgba(123,190,247,.1) 40%,transparent 70%);
	-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
	-webkit-mask-composite:xor;mask-composite:exclude;
}
.spotlight-card:hover.glow-border::after{opacity:1;}

/* ============================================================
   PROCESS — scroll-drawn connector
   ============================================================ */
.process .steps-row{position:relative;}
.process .steps-row::before{display:none;} /* replace static line with svg */
.process .proc-svg{position:absolute;top:48px;left:8%;width:84%;height:4px;z-index:1;overflow:visible;pointer-events:none;}
.process .proc-svg line.track{stroke:#cfe0f7;stroke-width:2;}
.process .proc-svg line.fill{stroke:url(#procGrad);stroke-width:3;stroke-linecap:round;
	stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset .1s linear;}
@media (max-width:767px){.process .proc-svg{display:none;}}

/* ============================================================
   TECH MARQUEE (replaces client carousel)
   ============================================================ */
.techbar{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:46px 0;overflow:hidden;}
.techbar .tb-label{text-align:center;color:var(--muted);font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:26px;}
.marquee{position:relative;display:flex;overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.marquee .track{display:flex;flex:0 0 auto;gap:18px;padding-right:18px;animation:marquee 28s linear infinite;}
.techbar:hover .marquee .track{animation-play-state:paused;}
.marquee .tchip{
	display:inline-flex;align-items:center;gap:11px;white-space:nowrap;
	background:var(--soft);border:1px solid var(--line);border-radius:14px;
	padding:14px 22px;font-weight:600;color:var(--ink);font-size:15px;
	transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.marquee .tchip:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm);border-color:transparent;}
.marquee .tchip i{font-size:22px;color:var(--brand);}
@keyframes marquee{to{transform:translateX(-50%);}}

/* ============================================================
   Richer reveal — blur-in
   ============================================================ */
html.fx .reveal{filter:blur(8px);}
html.fx .reveal.in{filter:blur(0);}

@media (prefers-reduced-motion:reduce){
	.slider.hero-ops .hero-net{display:none;}
	.marquee .track{animation:none;}
	.noc-panel,.hero-eyebrow .dot::after{animation:none;}
}


/* ===== Schedule / solution cards (refined, sales-focused) ===== */
.schedule .single-schedule{
	height:100%;border-radius:20px !important;overflow:hidden;
	background:linear-gradient(165deg,#2f93ec,#1a76d1) !important;
	border:1px solid rgba(255,255,255,.16) !important;
	box-shadow:0 26px 60px rgba(26,118,209,.30) !important;
	transition:transform .35s ease, box-shadow .35s ease !important;
}
.schedule .single-schedule::before{display:none !important;}
.schedule .single-schedule:hover{transform:translateY(-10px) !important;box-shadow:0 38px 84px rgba(26,118,209,.42) !important;}
.schedule .single-schedule .inner{position:relative;padding:32px 30px 30px !important;display:flex;flex-direction:column;height:100%;overflow:hidden;}
/* decorative watermark icon */
.schedule .single-schedule .icon{position:absolute;right:-22px;bottom:-26px;z-index:0;line-height:0;}
.schedule .single-schedule .icon i{position:static !important;right:auto !important;bottom:auto !important;font-size:122px !important;color:#fff;opacity:.12 !important;transition:transform .45s ease, opacity .45s ease;}
.schedule .single-schedule:hover .icon i{transform:scale(1.12) rotate(-6deg);opacity:.17 !important;}
/* foreground content */
.schedule .single-schedule .single-content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;}
.schedule .single-schedule .sch-ico{width:54px;height:54px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;
	background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.30);color:#fff;font-size:23px;margin-bottom:18px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.28);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
.schedule .single-schedule h4{font-size:22px !important;font-weight:700 !important;letter-spacing:-.01em;color:#fff !important;margin:0 0 9px !important;text-transform:none !important;}
.schedule .single-schedule span{display:block;color:#fff !important;font-weight:600 !important;font-size:15px;line-height:1.5;margin:0 0 14px !important;}
.schedule .single-schedule p{color:rgba(255,255,255,.82) !important;font-size:14.5px;line-height:1.65;margin:0 0 18px !important;}
.schedule .sch-list{list-style:none;margin:0 0 22px;padding:0;display:flex;flex-direction:column;gap:9px;}
.schedule .sch-list li{display:flex;align-items:center;gap:10px;color:#fff;font-size:13.5px;font-weight:500;}
.schedule .sch-list li i{flex:none;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.92);color:#1a76d1;font-size:10px;display:inline-flex;align-items:center;justify-content:center;}
.schedule .sch-link{margin-top:auto !important;display:inline-flex;align-items:center;gap:9px;width:-moz-fit-content;width:fit-content;
	color:#fff !important;font-weight:700;font-size:14px;padding-bottom:3px;border-bottom:2px solid rgba(255,255,255,.42);
	transition:gap .25s ease, border-color .25s ease;}
.schedule .sch-link:hover{gap:13px;border-color:#fff;}
.schedule .sch-link i{transition:transform .25s ease;}
.schedule .sch-link:hover i{transform:translateX(3px);}
@media (max-width:991px){.schedule .single-schedule{margin-bottom:24px;}}


/* ===== Services grid — modern, balanced cards ===== */
.pricing-table .single-table{
	display:flex;flex-direction:column;height:auto !important;
	padding:32px 28px 28px !important;border-radius:20px !important;margin-bottom:26px !important;
	background:#fff !important;border:1px solid var(--line) !important;
	box-shadow:0 10px 30px rgba(13,27,52,.05) !important;overflow:hidden;position:relative;
	transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}
.pricing-table .single-table:hover{transform:translateY(-8px) !important;box-shadow:0 30px 60px rgba(26,118,209,.18) !important;border-color:transparent !important;}
/* head */
.pricing-table .single-table .table-head{text-align:center;}
.pricing-table .single-table .icon{margin-bottom:16px !important;}
.pricing-table .single-table .icon i{
	width:66px;height:66px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;
	background:var(--grad-soft) !important;color:var(--brand) !important;font-size:29px;
	box-shadow:inset 0 0 0 1px rgba(26,118,209,.12);transition:all .35s ease;
}
.pricing-table .single-table:hover .icon i{background:var(--grad) !important;color:#fff !important;transform:translateY(-2px) rotate(-4deg);box-shadow:0 14px 28px rgba(26,118,209,.30);}
.pricing-table .single-table .title{font-size:21px !important;font-weight:700 !important;margin-bottom:9px !important;letter-spacing:-.01em;}
.pricing-table .single-table .price p{color:var(--body) !important;font-size:14.5px;line-height:1.6;margin:0;min-height:72px;}
/* feature list */
.pricing-table .single-table .table-list{margin:18px 0 0 !important;padding:18px 0 0 !important;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px;}
.pricing-table .single-table .table-list li{
	display:flex;align-items:center;gap:11px;color:var(--ink) !important;font-size:14px;font-weight:500;
	padding:0 !important;border:0 !important;text-transform:none;line-height:1.35;
}
.pricing-table .single-table .table-list li i{
	flex:none;width:22px;height:22px;border-radius:7px;background:rgba(26,118,209,.10) !important;color:var(--brand) !important;
	display:inline-flex;align-items:center;justify-content:center;font-size:11px;margin:0 !important;float:none !important;
}
/* footer CTA pinned bottom */
.pricing-table .single-table .table-bottom{margin-top:18px !important;padding-top:16px;border-top:1px solid var(--line);text-align:left;}
.pricing-table .single-table .svc-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-weight:700;font-size:14px;transition:gap .25s ease,color .25s ease;}
.pricing-table .single-table .svc-link:hover{gap:12px;color:#11528f;}
.pricing-table .single-table .svc-link i{transition:transform .25s ease;}
.pricing-table .single-table .svc-link:hover i{transform:translateX(3px);}
@media (max-width:991px){.pricing-table .single-table{margin-bottom:20px !important;}}
