/*
Theme Name: CiSPL Child
Theme URI: http://underscores.me/
Template: cispl
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1783257477
Updated: 2026-07-05 13:17:57

*/
/* CISIPL — Premium Enterprise Theme */
:root {
	--green: #63D14F;
	--green-dark: #0E8D63;
	--navy: #0D1530;
	--navy-2: #111a3d;
	--bg: #F8FBF9;
	--white: #FFFFFF;
	--muted: #5b6478;
	--border: rgba(13, 21, 48, .08);
	--grad-primary: linear-gradient(135deg, #63D14F 0%, #0E8D63 100%);
	--grad-dark: linear-gradient(135deg, #0D1530 0%, #111a3d 60%, #0E8D63 140%);
	--grad-soft: linear-gradient(135deg, rgba(99, 209, 79, .12), rgba(14, 141, 99, .08));
	--shadow-sm: 0 6px 18px rgba(13, 21, 48, .06);
	--shadow-md: 0 18px 40px -12px rgba(13, 21, 48, .18);
	--shadow-glow: 0 0 0 1px rgba(99, 209, 79, .25), 0 20px 50px -12px rgba(14, 141, 99, .35);
}
a:visited {
    color: inherit;
}
* {
	box-sizing: border-box
}

html {
	scroll-behavior: smooth
}

body {
	font-family: 'Montserrat', system-ui, sans-serif;
	font-weight: 400;
	color: var(--navy);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: var(--navy);
	letter-spacing: -.01em
}

h1 {
	font-weight: 800;
	letter-spacing: -.025em
}

a {
	text-decoration: none;
	color: inherit;
	transition: color .25s
}

a:hover {
	color: var(--green-dark)
}

.text-green {
	color: var(--green-dark) !important
}

.text-muted2 {
	color: var(--muted)
}

.bg-navy {
	background: var(--navy) !important;
	color: #fff
}

.bg-soft {
	background: var(--bg)
}

.gradient-text {
	background: var(--grad-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent
}

.section {
	padding: 110px 0;
	position: relative
}

.section-sm {
	padding: 70px 0
}

.eyebrow {
	display: inline-block;
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--green-dark);
	padding: 6px 14px;
	border: 1px solid rgba(14, 141, 99, .25);
	border-radius: 999px;
	background: rgba(99, 209, 79, .08);
	margin-bottom: 18px
}

.section-title {
	font-size: clamp(1.9rem, 3.4vw, 2.85rem);
	line-height: 1.15;
	margin-bottom: 18px
}

.section-sub {
	color: var(--muted);
	font-size: 1.05rem;
	max-width: 720px
}

/* Buttons */
.btn {
	font-family: 'Montserrat';
	font-weight: 600;
	border-radius: 999px;
	padding: 13px 26px;
	transition: all .3s ease;
	border: 0;
	letter-spacing: .01em
}

.btn-primary-grad {
	background: var(--grad-primary);
	color: #fff;
	box-shadow: 0 12px 28px -10px rgba(14, 141, 99, .55)
}

.btn-primary-grad:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px -10px rgba(14, 141, 99, .7);
	color: #fff
}

.btn-outline-light {
	border: 1.5px solid rgba(255, 255, 255, .55);
	color: #fff;
	background: transparent
}

.btn-outline-light:hover {
	background: #fff;
	color: var(--navy)
}

.btn-outline-dark {
	border: 1.5px solid var(--navy);
	color: var(--navy);
	background: transparent
}

.btn-outline-dark:hover {
	background: var(--navy);
	color: #fff
}

.btn-ghost {
	color: var(--green-dark);
	background: transparent;
	font-weight: 600
}

.btn-ghost:hover {
	color: var(--navy)
}

/* Header */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	padding: 18px 0;
	transition: all .35s ease;
	background: transparent
}

.site-header.scrolled {
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(180%) blur(14px);
	box-shadow: 0 6px 30px rgba(13, 21, 48, .08);
	padding: 10px 0
}

.site-header .logo {
	font-weight: 800;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--navy)
}

.site-header .logo .mark {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--grad-primary);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 800;
	font-size: .95rem;
	box-shadow: 0 8px 18px -6px rgba(14, 141, 99, .55)
}

.site-header .logo small {
	display: block;
	font-size: .62rem;
	letter-spacing: .22em;
	font-weight: 600;
	color: var(--muted);
	text-transform: uppercase;
	margin-top: 2px
}

.nav-link {
	font-weight: 500;
	color: var(--navy) !important;
	padding: 10px 14px !important;
	position: relative
}

.site-header:not(.scrolled) .nav-link {
	color: #fff !important
}

.site-header:not(.scrolled) .logo {
	color: #fff
}

.site-header:not(.scrolled) .logo small {
	color: rgba(255, 255, 255, .65)
}

.nav-link::after {
	content: "";
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 4px;
	height: 2px;
	background: var(--grad-primary);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .3s ease
}

.nav-link:hover::after,
.nav-link.active::after {
	transform: scaleX(1);
	transform-origin: left
}

.dropdown-menu {
	border: 0;
	box-shadow: var(--shadow-md);
	border-radius: 18px;
	padding: 14px;
	min-width: 280px;
	margin-top: 10px
}

.dropdown-item {
	border-radius: 10px;
	padding: 10px 14px;
	font-weight: 500;
	font-size: .93rem;
	display: flex;
	gap: 10px;
	align-items: center
}

.dropdown-item i {
	width: 32px;
	height: 32px;
	border-radius: 9px;
	background: var(--grad-soft);
	color: var(--green-dark);
	display: grid;
	place-items: center;
	font-size: .85rem
}

.dropdown-item:hover {
	background: rgba(99, 209, 79, .08);
	color: var(--navy)
}

.navbar-toggler {
	border: 0;
	color: var(--navy)
}

.site-header:not(.scrolled) .navbar-toggler {
	color: #fff
}

/* Hero */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: var(--grad-dark);
	color: #fff;
	overflow: hidden;
	padding-top: 120px
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(800px 500px at 20% 20%, rgba(99, 209, 79, .18), transparent 60%), radial-gradient(700px 600px at 90% 80%, rgba(14, 141, 99, .22), transparent 60%)
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='60'><path d='M0 0h60v60H0z' fill='none'/><path d='M0 .5h60M.5 0v60' stroke='rgba(255,255,255,.04)'/></svg>")
}

.hero .container {
	position: relative;
	z-index: 2
}

.hero h1 {
	font-size: clamp(2.3rem, 4vw, 4.4rem);
	color: #fff;
	line-height: 1.05
}

.hero .lead {
	color: rgba(255, 255, 255, .78);
	font-size: 1.18rem;
	max-width: 620px;
	font-weight: 400
}

.hero .meta {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	color: rgba(255, 255, 255, .7);
	font-size: .9rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 14px
}

.hero .meta .dot {
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: var(--green)
}

.floating {
	position: absolute;
	border-radius: 50%;
	filter: blur(40px);
	opacity: .55;
	animation: float 9s ease-in-out infinite
}

.f1 {
	width: 280px;
	height: 280px;
	background: rgba(99, 209, 79, .45);
	top: 10%;
	right: 5%
}

.f2 {
	width: 200px;
	height: 200px;
	background: rgba(14, 141, 99, .6);
	bottom: 8%;
	left: 8%;
	animation-delay: -3s
}

.f3 {
	width: 140px;
	height: 140px;
	background: rgba(99, 209, 79, .35);
	top: 55%;
	right: 30%;
	animation-delay: -6s
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0) translateX(0)
	}

	50% {
		transform: translateY(-30px) translateX(20px)
	}
}

.hero-visual {
	position: relative;
	height: 480px
}

.hero-visual .orb {
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 24px;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .15);
	backdrop-filter: blur(12px);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 1.8rem;
	animation: float 7s ease-in-out infinite
}

.orb.o1 {
	top: 0;
	left: 30%;
	color: var(--green)
}

.orb.o2 {
	top: 30%;
	right: 5%;
	animation-delay: -2s;
	color: #fff
}

.orb.o3 {
	bottom: 5%;
	left: 5%;
	animation-delay: -4s;
	color: var(--green)
}

.orb.o4 {
	bottom: 25%;
	right: 30%;
	animation-delay: -1s;
	color: #fff
}

.orb.o5 {
	top: 55%;
	left: 42%;
	width: 130px;
	height: 130px;
	background: var(--grad-primary);
	border: 0;
	font-size: 2.4rem;
	box-shadow: 0 30px 60px -15px rgba(14, 141, 99, .55);
	animation-delay: -5s
}

/* Trust bar */
.trust-bar {
	background: #fff;
	border-bottom: 1px solid var(--border);
	padding: 22px 0;
	overflow: hidden
}

.trust-track {
	display: flex;
	gap: 60px;
	animation: scroll 30s linear infinite;
	white-space: nowrap;
	align-items: center
}

.trust-track span {
	font-weight: 600;
	color: var(--navy);
	font-size: .95rem;
	display: inline-flex;
	align-items: center;
	gap: 10px
}

.trust-track i {
	color: var(--green-dark)
}

@keyframes scroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

/* Cards */
.card-glass {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 22px;
	padding: 32px;
	height: 100%;
	transition: all .4s ease;
	position: relative;
	overflow: hidden
}

.card-glass::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 22px;
	padding: 1px;
	background: var(--grad-primary);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	opacity: 0;
	transition: opacity .3s
}

.card-glass:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-glow);
	border-color: transparent
}

.card-glass:hover::before {
	opacity: 1
}

.svc-icon {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background: var(--grad-soft);
	color: var(--green-dark);
	display: grid;
	place-items: center;
	font-size: 1.55rem;
	margin-bottom: 20px;
	transition: all .35s
}

.card-glass:hover .svc-icon {
	background: var(--grad-primary);
	color: #fff;
	transform: scale(1.06) rotate(-3deg)
}

.card-glass h4 {
	font-size: 1.2rem;
	margin-bottom: 10px
}

.card-glass p {
	color: var(--muted);
	font-size: .95rem;
	margin-bottom: 18px;
	line-height: 1.65
}

.card-glass .more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--green-dark);
	font-weight: 600;
	font-size: .9rem
}

.card-glass .more i {
	transition: transform .3s
}

.card-glass:hover .more i {
	transform: translateX(5px)
}

/* Feature cards */
.feature {
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	height: 100%;
	border: 1px solid var(--border);
	position: relative
}

.feature .num {
	position: absolute;
	right: 24px;
	top: 24px;
	font-size: 3rem;
	font-weight: 800;
	color: rgba(99, 209, 79, .12);
	line-height: 1
}

.feature h5 {
	margin-top: 10px;
	font-size: 1.1rem
}

.feature p {
	color: var(--muted);
	font-size: .93rem;
	margin: 0;
	line-height: 1.6
}

.feature .ic {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--grad-primary);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	margin-bottom: 18px
}

/* Stats */
.stats {
	background: var(--grad-dark);
	color: #fff;
	border-radius: 28px;
	padding: 60px 30px;
	position: relative;
	overflow: hidden
}

.stats::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(500px 300px at 80% 50%, rgba(99, 209, 79, .2), transparent 60%)
}

.stat {
	text-align: center;
	position: relative
}

.stat .num {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	font-weight: 800;
	background: var(--grad-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1
}

.stat .lbl {
	color: rgba(255, 255, 255, .75);
	font-size: .88rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: 500
}

/* Sustainability flow */
.flow {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 30px
}

.flow-step {
	background: #fff;
	border: 1px solid var(--border);
	padding: 12px 18px;
	border-radius: 14px;
	font-weight: 600;
	font-size: .88rem;
	color: var(--navy);
	box-shadow: var(--shadow-sm)
}

.flow-arrow {
	color: var(--green-dark);
	font-size: 1rem
}

/* Industries */
.ind {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	padding: 26px 18px;
	text-align: center;
	transition: all .3s;
	cursor: default
}

.ind i {
	font-size: 1.8rem;
	color: var(--green-dark);
	margin-bottom: 12px;
	transition: all .3s
}

.ind h6 {
	margin: 0;
	font-size: .95rem;
	font-weight: 600
}

.ind:hover {
	background: var(--grad-primary);
	border-color: transparent;
	transform: translateY(-5px);
	box-shadow: var(--shadow-md)
}

.ind:hover i,
.ind:hover h6 {
	color: #fff
}

/* Partners */
.partner-logo {
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	height: 90px;
	display: grid;
	place-items: center;
	padding: 14px;
	font-weight: 700;
	color: var(--navy);
	font-size: .95rem;
	letter-spacing: .04em;
	transition: all .3s;
	overflow: hidden
}

.partner-logo:hover {
	transform: scale(1.04);
	box-shadow: var(--shadow-md);
	border-color: transparent;
	background: var(--grad-soft)
}

.partner-logo img {
	max-height: 52px;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	filter: grayscale(20%);
	transition: filter .3s
}

.partner-logo:hover img {
	filter: grayscale(0)
}

/* Case study */
.case {
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	border: 1px solid var(--border);
	height: 100%;
	transition: all .4s
}

.case .img {
	height: 200px;
	background: var(--grad-dark);
	position: relative;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 2.4rem
}

.case .img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(400px 200px at 50% 100%, rgba(99, 209, 79, .35), transparent 70%)
}

.case .body {
	padding: 28px
}

.case .tag {
	display: inline-block;
	font-size: .72rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--green-dark);
	font-weight: 700;
	margin-bottom: 10px
}

.case:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md)
}

/* Testimonials */
.tmial {
	background: #fff;
	border-radius: 22px;
	padding: 36px;
	border: 1px solid var(--border);
	height: 100%
}

.tmial .stars {
	color: #f5b400;
	margin-bottom: 14px
}

.tmial p {
	font-size: 1.05rem;
	color: var(--navy);
	line-height: 1.7;
	font-weight: 500
}

.tmial .who {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 20px
}

.tmial .avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--grad-primary);
	color: #fff;
	display: grid;
	place-items: center;
	font-weight: 700
}

.tmial .who h6 {
	margin: 0;
	font-size: .95rem
}

.tmial .who small {
	color: var(--muted)
}

/* CTA banner */
.cta-band {
	background: var(--grad-dark);
	border-radius: 28px;
	padding: 70px 50px;
	color: #fff;
	position: relative;
	overflow: hidden
}

.cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(600px 300px at 10% 50%, rgba(99, 209, 79, .25), transparent 60%), radial-gradient(500px 300px at 90% 50%, rgba(14, 141, 99, .3), transparent 60%)
}

.cta-band>* {
	position: relative
}

.cta-band h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.6vw, 2.8rem)
}

.cta-band p {
	color: rgba(255, 255, 255, .78);
	font-size: 1.1rem
}

/* Footer */
footer {
	background: var(--navy);
	color: rgba(255, 255, 255, .7);
	padding: 80px 0 30px;
	margin-top: 0
}

footer h6 {
	color: #fff;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 20px
}

footer a {
	color: rgba(255, 255, 255, .7);
	display: block;
	padding: 6px 0;
	font-size: .92rem
}

footer a:hover {
	color: var(--green)
}

footer .brand {
	font-size: 1.4rem;
	font-weight: 800;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px
}

footer .brand .mark {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	background: var(--grad-primary);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 800;
	font-size: .95rem
}

footer .socials a {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .06);
	margin-right: 8px;
	padding: 0
}

footer .socials a:hover {
	background: var(--grad-primary);
	color: #fff
}

.fbottom {
	border-top: 1px solid rgba(255, 255, 255, .08);
	padding-top: 24px;
	margin-top: 50px;
	font-size: .85rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px
}

/* Page hero (inner) */
.page-hero {
	background: var(--grad-dark);
	color: #fff;
	padding: 180px 0 90px;
	position: relative;
	overflow: hidden
}

.page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(700px 400px at 80% 20%, rgba(99, 209, 79, .2), transparent 60%)
}

.page-hero h1 {
	color: #fff;
	font-size: clamp(2rem, 4.2vw, 3.4rem)
}

.page-hero .crumb {
	color: rgba(255, 255, 255, .6);
	font-size: .85rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-weight: 500
}

.page-hero p {
	color: rgba(255, 255, 255, .78);
	font-size: 1.1rem;
	max-width: 720px
}

/* Forms */
.form-control,
.form-select {
	border-radius: 14px;
	border: 1px solid var(--border);
	padding: 14px 18px;
	font-family: 'Montserrat';
	font-size: .95rem;
	background: #fff
}

.form-control:focus,
.form-select:focus {
	border-color: var(--green);
	box-shadow: 0 0 0 4px rgba(99, 209, 79, .15)
}

label {
	font-weight: 500;
	font-size: .88rem;
	margin-bottom: 6px;
	color: var(--navy)
}

/* Timeline */
.timeline {
	position: relative;
	padding-left: 30px;
	border-left: 2px dashed rgba(14, 141, 99, .35)
}

.timeline .t-item {
	position: relative;
	padding-bottom: 32px
}

.timeline .t-item::before {
	content: "";
	position: absolute;
	left: -39px;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--grad-primary);
	box-shadow: 0 0 0 4px rgba(99, 209, 79, .18)
}

.timeline .yr {
	font-weight: 700;
	color: var(--green-dark);
	font-size: .85rem;
	letter-spacing: .12em;
	text-transform: uppercase
}

/* FAQ */
.accordion-item {
	border: 1px solid var(--border);
	border-radius: 16px !important;
	margin-bottom: 12px;
	overflow: hidden;
	background: #fff
}

.accordion-button {
	font-weight: 600;
	color: var(--navy);
	font-family: 'Montserrat';
	padding: 18px 22px;
	background: #fff
}

.accordion-button:not(.collapsed) {
	background: var(--grad-soft);
	color: var(--green-dark);
	box-shadow: none
}

.accordion-button:focus {
	box-shadow: none
}

.accordion-body {
	color: var(--muted);
	font-size: .95rem;
	line-height: 1.7
}

/* Blog */
.blog-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--border);
	height: 100%;
	transition: all .35s
}

.blog-card .img {
	height: 200px;
	background: var(--grad-dark);
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 2.2rem;
	position: relative
}

.blog-card .img::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 100%, rgba(99, 209, 79, .3), transparent 70%)
}

.blog-card .body {
	padding: 24px
}

.blog-card .meta {
	font-size: .78rem;
	color: var(--muted);
	letter-spacing: .06em;
	text-transform: uppercase;
	font-weight: 600
}

.blog-card h5 {
	font-size: 1.1rem;
	margin: 10px 0;
	line-height: 1.4
}

.blog-card:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md)
}

.cat-pill {
	background: #fff;
	border: 1px solid var(--border);
	padding: 8px 16px;
	border-radius: 999px;
	font-size: .85rem;
	font-weight: 500;
	cursor: pointer;
	transition: all .25s
}

.cat-pill.active,
.cat-pill:hover {
	background: var(--grad-primary);
	color: #fff;
	border-color: transparent
}

/* WhatsApp float */
.wa {
	position: fixed;
	right: 22px;
	bottom: 22px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 1.6rem;
	box-shadow: 0 14px 30px rgba(37, 211, 102, .45);
	z-index: 1000;
	animation: pulse 2.4s ease-in-out infinite
}

.wa:hover {
	color: #fff;
	transform: scale(1.08)
}

@keyframes pulse {

	0%,
	100% {
		box-shadow: 0 14px 30px rgba(37, 211, 102, .45), 0 0 0 0 rgba(37, 211, 102, .5)
	}

	50% {
		box-shadow: 0 14px 30px rgba(37, 211, 102, .45), 0 0 0 18px rgba(37, 211, 102, 0)
	}
}

/* SVG divider */
.divider-wave {
	display: block;
	width: 100%;
	height: 60px
}

/* Misc */
.tick-list {
	list-style: none;
	padding: 0;
	margin: 0
}

.tick-list li {
	padding: 10px 0 10px 32px;
	position: relative;
	color: var(--navy);
	font-weight: 500
}

.tick-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--grad-primary);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: .65rem
}

@media(max-width:991px) {
	.section {
		padding: 80px 0
	}

	.hero {
		padding-top: 140px
	}

	.hero-visual {
		display: none
	}

	.site-header {
		background: rgba(13, 21, 48, .95);
		backdrop-filter: blur(12px)
	}

	.navbar-collapse {
		background: #fff;
		border-radius: 16px;
		margin-top: 14px;
		padding: 14px;
		box-shadow: var(--shadow-md)
	}

	.navbar-collapse .nav-link {
		color: var(--navy) !important
	}

	.cta-band {
		padding: 50px 28px
	}
}

/* Brand logo image */
/*.site-header .logo {*/
/*	padding: 6px 14px;*/
/*	border-radius: 14px;*/
/*	background: rgba(255, 255, 255, .92);*/
/*	box-shadow: 0 8px 20px -8px rgba(0, 0, 0, .25);*/
/*	transition: all .3s ease*/
/*}*/

.site-header.scrolled .logo {
	background: transparent;
	box-shadow: none;
	padding: 4px 0
}

.logo-img {
    height: auto;
    width: 100%;
    max-width: 220px;
}

@media (max-width:576px) {
	.logo-img {
		height: 38px
	}
}

/* CLIENT LOGOS STRIP */
.clients-strip {
	padding: 60px 0 40px;
	background: linear-gradient(180deg, rgba(99, 209, 79, .04), transparent)
}

.clients-title {
	font-weight: 700;
	font-size: 1.6rem;
	margin: 8px 0 0;
	color: var(--ink, #0b1220)
}

.clients-marquee {
	margin-top: 32px;
	overflow: hidden;
	mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent)
}

.clients-track {
	display: flex;
	gap: 48px;
	align-items: center;
	width: max-content;
	animation: clientsScroll 40s linear infinite
}

.clients-marquee:hover .clients-track {
	animation-play-state: paused
}

.client-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 18px 28px;
	border: 1px solid rgba(99, 209, 79, .18);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(11, 18, 32, .04);
	min-width: 180px;
	justify-content: center;
	transition: all .3s ease;
	flex-shrink: 0
}

.client-logo:hover {
	transform: translateY(-4px);
	border-color: var(--green, #63D14F);
	box-shadow: 0 12px 28px rgba(99, 209, 79, .18)
}

.client-logo i {
	font-size: 1.4rem;
	color: var(--green, #63D14F)
}

.client-logo span {
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: .3px;
	color: #0b1220;
	font-family: Montserrat, sans-serif
}

@keyframes clientsScroll {
	from {
		transform: translateX(0)
	}

	to {
		transform: translateX(-50%)
	}
}

@media(max-width:576px) {
	.client-logo {
		min-width: 140px;
		padding: 14px 20px
	}

	.client-logo span {
		font-size: .9rem
	}

	.clients-title {
		font-size: 1.25rem
	}
}
