:root {
	--primary: #1c1c84;
	--primary-dark: #11115f;
	--accent: #f4b400;
	--white: #ffffff;
	--text-dark: #1f2937;
	--text-muted: #667085;
	--section-light: #f7f8fc;
	--border-light: #e5e7eb;
	--shadow-soft: 0 14px 36px rgba(17, 17, 95, 0.1);
}

html {
	overflow-x: hidden;
	scroll-padding-top: 92px;
}

body {
	font-family: "Poppins", Arial, sans-serif;
	color: var(--text-dark);
	overflow-x: hidden;
}

a,
button,
.card,
img {
	transition: all 0.25s ease;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible {
	outline: 3px solid rgba(244, 180, 0, 0.45);
	outline-offset: 3px;
}

.flash {
	color: var(--white) !important;
	background-color: #ff3158 !important;
	border-color: #ff3158 !important;
	position: fixed !important;
	z-index: 1050 !important;
	width: 100% !important;
	height: 50px;
	border-radius: 0 !important;
}

#cart_number {
	color: var(--white);
	text-decoration: none;
	background: #4caf50;
	height: 20px;
	width: 20px;
	line-height: 22px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	margin-right: 3px;
	margin-left: 4px;
	border-radius: 50%;
}

.consultancy-topbar {
	background: var(--primary-dark);
	color: var(--white);
	font-size: 13px;
}

.consultancy-topbar .container {
	max-width: min(1680px, calc(100vw - 64px));
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.topbar-contact,
.topbar-social {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 8px 0;
	margin: 0;
}

.topbar-contact li,
.topbar-social li {
	list-style: none;
	color: rgba(255, 255, 255, 0.88);
}

.topbar-contact a,
.topbar-social a {
	color: rgba(255, 255, 255, 0.88);
	text-decoration: none;
}

.topbar-contact a:hover,
.topbar-social a:hover,
.topbar-contact i {
	color: var(--accent);
}

.topbar-social {
	justify-content: flex-end;
	gap: 12px;
}

.topbar-social a {
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.topbar-social a:hover {
	background: var(--accent);
	color: var(--primary-dark);
}

.consultancy-header {
	position: sticky;
	top: 0;
	z-index: 1020;
	background: var(--white);
	box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.consultancy-header .navbar {
	padding: 12px 0;
}

.consultancy-header .container,
.consultancy-home .container,
.consultancy-footer .container,
.consultancy-copyright .container {
	max-width: min(1680px, calc(100vw - 64px));
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}

.consultancy-home .row,
.consultancy-home [class*="col-"] {
	min-width: 0;
}

.consultancy-header .navbar-brand img {
	max-width: 180px;
	max-height: 58px;
	object-fit: contain;
}

.consultancy-header .navbar-nav {
	gap: 4px;
}

.consultancy-header .nav-link {
	color: var(--primary-dark) !important;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 9px !important;
	text-decoration: none;
	border-radius: 6px;
}

.consultancy-header .nav-link:hover,
.consultancy-header .nav-link.active {
	color: var(--primary) !important;
	background: rgba(28, 28, 132, 0.06);
}

.consultancy-header .header-cta {
	background: var(--primary);
	color: var(--white);
	border-radius: 6px;
	font-weight: 700;
	font-size: 13px;
	padding: 11px 18px;
	margin-left: 12px;
	text-decoration: none;
}

.consultancy-header .header-cta:hover {
	background: var(--primary-dark);
	color: var(--white);
}

.consultancy-header .navbar-toggler {
	border: 1px solid var(--border-light);
	color: var(--primary);
	padding: 8px 10px;
}

.consultancy-header .navbar-toggler-icon {
	background-image: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.consultancy-header .sub-menu {
	border: 1px solid var(--border-light);
	box-shadow: var(--shadow-soft);
	border-radius: 8px;
	overflow: hidden;
}

.consultancy-home h1,
.consultancy-home h2,
.consultancy-home h3 {
	color: var(--primary);
	font-weight: 600;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

.consultancy-home p {
	color: var(--text-dark);
	line-height: 1.75;
	overflow-wrap: break-word;
}

.section-eyebrow {
	color: var(--accent) !important;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.home-section {
	padding: 78px 0;
	position: relative;
	overflow: hidden;
	isolation: isolate;
}

.section-light {
	background: var(--section-light);
}

#services .row {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-left: 0;
	margin-right: 0;
}

#services .row > [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
}

#services .service-card {
	min-height: 370px;
}

.section-light:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: radial-gradient(rgba(28, 28, 132, 0.09) 1px, transparent 1px);
	background-size: 24px 24px;
	opacity: 0.32;
	z-index: -2;
}

.section-light:after {
	content: "";
	position: absolute;
	right: -110px;
	top: -90px;
	width: 380px;
	height: 380px;
	border: 34px solid rgba(244, 180, 0, 0.1);
	transform: rotate(18deg);
	z-index: -1;
}

.section-heading {
	max-width: 760px;
	margin: 0 auto 38px;
}

.section-heading h2 {
	font-size: 34px;
	margin-bottom: 12px;
}

.hero-section {
	background: var(--hero-bg, url("../images/chc-hero-background.png")) center center / cover no-repeat;
	position: relative;
	min-height: 600px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.hero-section .container {
	position: relative;
	z-index: 1;
}

.hero-shell {
	position: relative;
	min-height: 600px;
	display: flex;
	align-items: center;
}

.hero-content {
	width: min(760px, 52vw);
	padding: 12px 0 42px;
	color: var(--white);
}

.hero-logo {
	width: 360px;
	max-width: 100%;
	margin-bottom: 34px;
	filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.18));
}

.hero-section .section-eyebrow {
	color: var(--accent) !important;
	font-size: 24px;
	margin-bottom: 18px;
}

.hero-section h1 {
	color: var(--white);
	font-size: 46px;
	line-height: 1.1;
	margin-bottom: 10px;
	text-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.hero-section h1 span {
	color: var(--accent);
	display: inline-block;
}

.hero-gold-line {
	display: block;
	width: 82px;
	height: 3px;
	background: var(--accent);
	margin: 16px 0 16px;
}

.hero-copy {
	max-width: 660px;
	font-size: 19px;
	color: rgba(255, 255, 255, 0.9) !important;
	line-height: 1.6;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin: 30px 0 34px;
}

.btn-consultancy,
.btn-consultancy-outline,
.btn-consultancy-light {
	border-radius: 6px;
	font-weight: 700;
	padding: 12px 22px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.btn-consultancy {
	background: var(--accent);
	border: 1px solid var(--accent);
	color: var(--primary-dark);
}

.btn-consultancy:hover {
	background: #ffca3a;
	border-color: #ffca3a;
	color: var(--primary-dark);
	transform: translateY(-2px);
}

.btn-consultancy-outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: var(--white);
}

.btn-consultancy-outline:hover {
	border-color: var(--accent);
	color: var(--accent);
	transform: translateY(-2px);
}

.btn-consultancy-light {
	background: var(--white);
	color: var(--primary);
}

.btn-consultancy-light:hover {
	background: var(--accent);
	color: var(--primary-dark);
}

.trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	font-size: 16px;
	font-weight: 600;
	color: var(--white);
}

.trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	padding-right: 28px;
	border-right: 1px solid rgba(255, 255, 255, 0.34);
}

.trust-row span:last-child {
	border-right: 0;
	padding-right: 0;
}

.trust-row i {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--accent);
	border-radius: 8px;
	color: var(--accent);
	font-size: 22px;
}

.experience-badge {
	position: absolute;
	left: 54%;
	top: 30%;
	transform: translate(-50%, -50%);
	width: 230px;
	min-height: 230px;
	border-radius: 50%;
	background: var(--white);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 24px;
	border: 10px solid rgba(28, 28, 132, 0.28);
	z-index: 3;
}

.experience-badge span,
.experience-badge em {
	font-size: 14px;
	color: var(--primary-dark);
	font-style: normal;
	line-height: 1.25;
}

.experience-badge strong {
	color: var(--primary);
	font-size: 12px;
	line-height: 1.25;
	margin: 4px 0;
}

.experience-badge small {
	display: block;
	width: 46px;
	height: 3px;
	background: var(--primary);
	margin: 5px 0 8px;
}

.experience-badge b {
	color: var(--primary);
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.experience-badge:before,
.experience-badge:after {
	content: "";
	position: absolute;
	bottom: 25px;
	width: 44px;
	height: 72px;
	border: 5px solid var(--accent);
	border-top: 0;
	border-bottom: 0;
	opacity: 0.9;
}

.experience-badge:before {
	left: 27px;
	border-right: 0;
	border-radius: 0 0 0 44px;
	transform: rotate(-18deg);
}

.experience-badge:after {
	right: 27px;
	border-left: 0;
	border-radius: 0 0 44px 0;
	transform: rotate(18deg);
}

.about-consultancy h2 {
	font-size: 36px;
	margin-bottom: 18px;
}

.about-consultancy:before {
	content: "";
	position: absolute;
	left: -120px;
	top: 70px;
	width: 260px;
	height: 260px;
	border: 28px solid rgba(28, 28, 132, 0.06);
	transform: rotate(28deg);
	z-index: -1;
}

.about-consultancy:after {
	content: "";
	position: absolute;
	right: 6%;
	bottom: 38px;
	width: 180px;
	height: 6px;
	background: var(--accent);
	opacity: 0.28;
	z-index: -1;
}

.about-collage {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: 210px 210px;
	gap: 16px;
	position: relative;
}

.about-collage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
}

.about-collage img:first-child {
	grid-row: span 2;
}

.about-collage img:hover,
.project-card:hover img,
.blog-card:hover img {
	transform: scale(1.03);
}

.stat-card {
	position: absolute;
	left: 45%;
	bottom: 26px;
	background: var(--white);
	border-radius: 8px;
	padding: 18px 24px;
	box-shadow: var(--shadow-soft);
	text-align: center;
}

.stat-card strong {
	display: block;
	color: var(--primary);
	font-size: 42px;
	line-height: 1;
}

.stat-card span {
	color: var(--text-muted);
	font-weight: 700;
}

.service-card,
.project-card,
.blog-card,
.testimonial-card,
.category-card {
	border: 1px solid var(--border-light);
	border-radius: 8px;
	background: var(--white);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.service-card:hover,
.project-card:hover,
.blog-card:hover,
.testimonial-card:hover,
.category-card:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-soft);
}

.service-card .card-body {
	text-align: center;
	padding: 0 18px 20px;
}

.service-card-link {
	color: inherit;
	display: block;
	height: 100%;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.service-card-link:hover {
	color: inherit;
}

.service-card > .service-card-link {
	padding-bottom: 20px;
}

.service-card > .service-card-link h3,
.service-card > .service-card-link p {
	padding-left: 18px;
	padding-right: 18px;
}

.service-card-more {
	align-items: center;
	color: var(--gold);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 8px;
	margin-top: 18px;
}

.service-card-more i {
	font-size: 12px;
}

.service-card-photo {
	aspect-ratio: 16 / 9.5;
	background: var(--section-light);
	overflow: hidden;
	width: 100%;
}

.service-card-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-card-media,
.service-card .service-card-icon {
	color: var(--primary);
	background: var(--primary);
	border: 3px solid var(--white);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
	width: 58px;
	height: 58px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin: -29px auto 15px;
	position: relative;
	z-index: 1;
}

.service-card-media img {
	display: block;
	filter: brightness(0) invert(1);
	height: 32px;
	object-fit: contain;
	width: 32px;
}

.service-card h3,
.category-card h3,
.project-card h3,
.blog-card h3,
.testimonial-card h3 {
	font-size: 17px;
	margin-bottom: 9px;
}

.service-card p,
.project-card p,
.blog-card p,
.testimonial-card p {
	font-size: 14px;
	margin-bottom: 0;
}

.why-choose-section {
	background: var(--white);
	padding-top: 72px;
}

.why-choose-section:before {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: var(--section-light);
	z-index: -1;
}

.why-choose-section h2 {
	font-size: 34px;
}

.why-choose-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.why-choose-item {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	display: flex;
	flex-direction: column;
	min-height: 285px;
	padding: 24px 20px;
	position: relative;
}

.why-choose-item:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-soft);
}

.why-choose-number {
	align-items: center;
	background: var(--primary);
	border: 3px solid rgba(244, 180, 0, 0.28);
	border-radius: 50%;
	color: var(--white);
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	height: 50px;
	justify-content: center;
	line-height: 1;
	margin-bottom: 18px;
	width: 50px;
}

.why-choose-item h3 {
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.why-choose-item p {
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 0;
}

.trust-proof-section {
	background: var(--primary);
	padding: 50px 0 50px;
	position: relative;
	overflow: hidden;
}

.trust-proof-panel {
	background: var(--primary);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	color: var(--white);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(260px, 0.72fr) 1fr;
	padding: 34px;
}

.trust-proof-heading h2 {
	color: var(--white);
	font-size: 30px;
	margin-bottom: 0;
}

.trust-proof-grid {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-proof-item {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	min-width: 0;
}

.trust-proof-item i {
	align-items: center;
	background: var(--accent);
	border-radius: 50%;
	color: var(--primary-dark);
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 12px;
	height: 24px;
	justify-content: center;
	margin-top: 2px;
	width: 24px;
}

.trust-proof-item span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.sector-band {
	background: var(--primary);
	color: var(--white);
}

.sector-band:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 78px);
	z-index: -1;
}

.sector-band:after {
	content: "";
	position: absolute;
	right: -80px;
	top: -160px;
	width: 260px;
	height: 560px;
	background: rgba(244, 180, 0, 0.16);
	transform: skewX(-20deg);
	z-index: -1;
}

.sector-band h2 {
	color: var(--white);
}

.sector-grid {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.sector-item {
	min-height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 12px;
	padding: 18px 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.sector-item:last-child {
	border-right: 0;
}

.sector-item i {
	color: var(--accent);
	font-size: 34px;
}

.sector-item span {
	color: var(--white);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.35;
}

.project-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 8px;
	padding-bottom: 14px;
	margin-bottom: 28px;
}

#projects:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 190px;
	background: linear-gradient(180deg, rgba(247, 248, 252, 0.92), rgba(255, 255, 255, 0));
	z-index: -2;
}

#projects:after {
	content: "";
	position: absolute;
	left: -80px;
	bottom: 30px;
	width: 280px;
	height: 52px;
	border-top: 2px solid rgba(244, 180, 0, 0.35);
	border-bottom: 2px solid rgba(28, 28, 132, 0.18);
	transform: rotate(-18deg);
	z-index: -1;
}

.project-tabs .nav-link {
	white-space: nowrap;
	color: var(--primary);
	background: var(--white);
	border: 1px solid var(--border-light);
	font-weight: 700;
	border-radius: 6px;
}

.project-tabs .nav-link.active {
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

.project-card img,
.blog-card img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.project-card .card-body,
.blog-card .card-body {
	padding: 18px;
}

.project-card p {
	color: var(--accent);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
}

.project-card span {
	color: var(--text-muted);
	font-size: 13px;
}

.project-content-section,
.blog-insights-section {
	background: var(--section-light);
	padding-top: 0;
}

.project-content-panel,
.blog-insights-panel {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	margin: 0 auto;
	max-width: 1120px;
	padding: 34px 38px;
}

.project-content-panel h3,
.project-product-panel h3,
.blog-insights-panel h3 {
	font-size: 30px;
	line-height: 1.28;
	margin-bottom: 16px;
}

.project-content-panel p,
.project-product-panel p,
.blog-insights-panel p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 12px;
}

.project-content-panel p:last-child,
.project-product-panel p:last-child,
.blog-insights-panel p:last-child {
	margin-bottom: 0;
}

.project-product-section {
	background: var(--white);
}

.project-product-panel {
	align-items: center;
	background: var(--section-light);
	border: 1px solid var(--border-light);
	border-left: 5px solid var(--accent);
	border-radius: 8px;
	display: grid;
	gap: 24px;
	grid-template-columns: 0.65fr 1fr auto;
	padding: 32px 34px;
}

.project-product-panel .btn {
	white-space: nowrap;
}

.empty-note {
	text-align: center;
	background: var(--section-light);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	padding: 22px;
}

.category-card {
	text-align: center;
	padding: 20px 14px;
	min-height: 262px;
}

.shop-consultancy:before {
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)),
		radial-gradient(rgba(28, 28, 132, 0.1) 1px, transparent 1px);
	background-size: auto, 22px 22px;
}

.shop-consultancy:after {
	right: auto;
	left: -140px;
	top: auto;
	bottom: -170px;
	border-color: rgba(28, 28, 132, 0.08);
}

.category-card a {
	text-decoration: none;
}

.category-card img {
	width: 100%;
	height: 172px;
	object-fit: contain;
	margin-bottom: 14px;
}

.category-card h3 {
	color: var(--primary-dark);
	margin-bottom: 0;
	font-size: 17px;
}

.consultancy-category-slider,
.consultancy-client-slider,
.consultancy-blog-slider,
.consultancy-testimonial-slider {
	margin-top: 8px;
	position: relative;
	padding: 0 54px;
}

.consultancy-category-slider .owl-stage,
.consultancy-client-slider .owl-stage,
.consultancy-blog-slider .owl-stage,
.consultancy-testimonial-slider .owl-stage {
	display: flex;
}

.consultancy-category-slider .owl-item,
.consultancy-client-slider .owl-item,
.consultancy-blog-slider .owl-item,
.consultancy-testimonial-slider .owl-item {
	display: flex;
}

.consultancy-category-slider .item,
.consultancy-category-slider .category-card,
.consultancy-client-slider .item,
.consultancy-client-slider .client-logo,
.consultancy-blog-slider .item,
.consultancy-blog-slider .blog-card,
.consultancy-testimonial-slider .item,
.consultancy-testimonial-slider .testimonial-card {
	width: 100%;
}

.consultancy-category-slider .owl-nav,
.consultancy-client-slider .owl-nav,
.consultancy-blog-slider .owl-nav,
.consultancy-testimonial-slider .owl-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	margin-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50% - 42px);
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 3;
}

.consultancy-category-slider .owl-nav button,
.consultancy-client-slider .owl-nav button,
.consultancy-blog-slider .owl-nav button,
.consultancy-testimonial-slider .owl-nav button {
	width: 38px;
	height: 38px;
	border-radius: 50% !important;
	background: var(--primary) !important;
	color: var(--white) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 24px rgba(17, 17, 95, 0.18);
	pointer-events: auto;
}

.consultancy-category-slider .owl-nav button:hover,
.consultancy-client-slider .owl-nav button:hover,
.consultancy-blog-slider .owl-nav button:hover,
.consultancy-testimonial-slider .owl-nav button:hover {
	background: var(--accent) !important;
	color: var(--primary-dark) !important;
}

.consultancy-category-slider .owl-nav button span,
.consultancy-category-slider .owl-nav button i,
.consultancy-client-slider .owl-nav button span,
.consultancy-client-slider .owl-nav button i,
.consultancy-blog-slider .owl-nav button span,
.consultancy-blog-slider .owl-nav button i,
.consultancy-testimonial-slider .owl-nav button span,
.consultancy-testimonial-slider .owl-nav button i {
	line-height: 1;
}

.consultancy-category-slider .owl-dots,
.consultancy-client-slider .owl-dots,
.consultancy-blog-slider .owl-dots,
.consultancy-testimonial-slider .owl-dots {
	margin-top: 28px;
}

.testimonial-card {
	padding: 28px;
	min-height: 330px;
}

#testimonials:before {
	content: "\201C";
	position: absolute;
	left: 6%;
	top: 30px;
	font-size: 220px;
	line-height: 1;
	font-weight: 600;
	color: rgba(28, 28, 132, 0.055);
	z-index: -1;
}

#testimonials:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 38%;
	height: 100%;
	background: linear-gradient(135deg, transparent 0 48%, rgba(244, 180, 0, 0.08) 48% 58%, transparent 58%);
	z-index: -1;
}

.consultancy-testimonial-slider {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-card > i {
	color: var(--primary);
	font-size: 28px;
	margin-bottom: 18px;
}

.testimonial-person {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
}

.testimonial-person img,
.testimonial-person span {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	flex: 0 0 48px;
}

.testimonial-person img {
	object-fit: cover;
}

.testimonial-person span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	color: var(--white);
	font-weight: 600;
}

.testimonial-person h3 {
	font-size: 15px;
	margin-bottom: 2px;
	color: var(--primary-dark);
}

.testimonial-person small {
	color: var(--text-muted);
}

#testimonialCarousel {
	padding: 0 44px;
}

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
	width: 38px;
	opacity: 1;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
	background-color: var(--primary);
	border-radius: 50%;
	background-size: 52%;
	width: 34px;
	height: 34px;
}

.client-logo {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px;
}

#clients:after {
	width: 320px;
	height: 320px;
	border-width: 26px;
	border-color: rgba(244, 180, 0, 0.11);
	right: 8%;
	top: auto;
	bottom: -150px;
}

.client-logo img {
	max-width: 100%;
	max-height: 100px;
	object-fit: contain;
	/*filter: grayscale(1);*/
	/*opacity: 0.74;*/
}

.client-logo:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.blog-card time {
	color: var(--accent);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

#blogs:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(28, 28, 132, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(28, 28, 132, 0.035) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(180deg, transparent 0, #000 18%, #000 78%, transparent 100%);
	z-index: -1;
}

.blog-card h3 {
	margin-top: 8px;
	min-height: 48px;
}

.blog-card a {
	color: var(--primary);
	font-weight: 600;
	text-decoration: none;
}

.contact-strip {
	background: var(--primary-dark);
	padding: 46px 0;
	border-bottom: 1px solid #fff;
}

.contact-strip h2 {
	color: var(--white);
	font-size: 30px;
	margin-bottom: 0;
}

.inner-page .home-section {
	padding: 86px 0;
}

.inner-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 420px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.94) 0%, rgba(28, 28, 132, 0.9) 46%, rgba(17, 17, 95, 0.56) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.inner-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 25%, rgba(255, 255, 255, 0.14), transparent 26%),
		linear-gradient(125deg, transparent 0 63%, rgba(244, 180, 0, 0.18) 63% 68%, transparent 68%);
	z-index: -1;
}

.inner-hero:after {
	content: "";
	position: absolute;
	left: -140px;
	bottom: -190px;
	width: 430px;
	height: 430px;
	border: 34px solid rgba(255, 255, 255, 0.08);
	transform: rotate(22deg);
	z-index: -1;
}

.inner-hero-content {
	max-width: 760px;
	color: var(--white);
	padding: 70px 0;
}

.inner-hero-content h1 {
	color: var(--white);
	font-size: clamp(38px, 5vw, 66px);
	line-height: 1.08;
	margin-bottom: 18px;
}

.inner-hero-content p:not(.section-eyebrow) {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
	max-width: 680px;
	margin-bottom: 25px;
}

.page-hero-services {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.96) 0%, rgba(28, 28, 132, 0.88) 50%, rgba(17, 17, 95, 0.5) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.page-hero-projects {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.95) 0%, rgba(28, 28, 132, 0.84) 48%, rgba(17, 17, 95, 0.45) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.page-hero-blogs {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.95) 0%, rgba(28, 28, 132, 0.86) 52%, rgba(17, 17, 95, 0.5) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.page-hero-contact {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.95) 0%, rgba(28, 28, 132, 0.86) 52%, rgba(17, 17, 95, 0.5) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.page-hero-about {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.95) 0%, rgba(28, 28, 132, 0.86) 52%, rgba(17, 17, 95, 0.48) 100%),
		url("../images/about-us.jpg") center center / cover no-repeat;
}

.page-hero-category {
	background:
		linear-gradient(90deg, rgba(17, 17, 95, 0.95) 0%, rgba(28, 28, 132, 0.86) 52%, rgba(17, 17, 95, 0.5) 100%),
		url("../images/chc-hero-background.png") center center / cover no-repeat;
}

.process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.process-card {
	position: relative;
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	padding: 28px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.process-card:before {
	content: "";
	position: absolute;
	right: -28px;
	top: -28px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: rgba(244, 180, 0, 0.13);
}

.process-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--white);
	font-weight: 600;
	margin-bottom: 18px;
}

.process-card h3 {
	font-size: 20px;
	margin-bottom: 9px;
}

.process-card p {
	font-size: 14px;
	margin-bottom: 0;
}

.services-consulting-copy {
	background: var(--section-light);
	padding-top: 0;
}

.services-consulting-panel {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-left: 5px solid var(--accent);
	border-radius: 8px;
	box-shadow: var(--shadow-soft);
	margin: 0 auto;
	max-width: 1120px;
	padding: 34px 38px;
}

.services-consulting-panel h3 {
	font-size: 30px;
	line-height: 1.28;
	margin-bottom: 16px;
}

.services-consulting-panel p:last-child {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0;
}

.blog-detail-card,
.blog-sidebar {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
	overflow: hidden;
}

.blog-detail-image {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
}

.blog-detail-content {
	padding: 34px;
	color: var(--text-dark);
	font-size: 17px;
	line-height: 1.8;
}

.blog-detail-content h1,
.blog-detail-content h2,
.blog-detail-content h3,
.blog-detail-content h4 {
	color: var(--primary);
	font-weight: 600;
	line-height: 1.3;
	margin: 30px 0 14px;
}

.blog-detail-content h1:first-child,
.blog-detail-content h2:first-child,
.blog-detail-content h3:first-child,
.blog-detail-content h4:first-child {
	margin-top: 0;
}

.blog-detail-content h1 {
	font-size: 34px;
}

.blog-detail-content h2 {
	font-size: 28px;
}

.blog-detail-content h3 {
	font-size: 23px;
}

.blog-detail-content h4 {
	font-size: 19px;
}

.blog-detail-content p {
	margin: 0 0 18px;
}

.blog-detail-content ul,
.blog-detail-content ol {
	margin: 0 0 22px;
	padding-left: 28px;
}

.blog-detail-content ul li,
.blog-detail-content ol li {
	margin-bottom: 8px;
	padding-left: 5px;
	line-height: 1.7;
}

.blog-detail-content ul li {
	list-style: disc outside;
}

.blog-detail-content ol li {
	list-style: decimal outside;
}

.blog-detail-content ul ul li {
	list-style-type: circle;
}

.blog-detail-content ol ol li {
	list-style-type: lower-alpha;
}

.blog-detail-content a {
	color: var(--primary);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.blog-detail-content blockquote {
	margin: 24px 0;
	padding: 16px 20px;
	border-left: 4px solid var(--accent);
	background: #f7f8fc;
	color: var(--primary-dark);
}

.blog-detail-content table {
	display: block;
	width: 100%;
	margin: 24px 0;
	overflow-x: auto;
	border-collapse: collapse;
}

.blog-detail-content th,
.blog-detail-content td {
	padding: 10px 12px;
	border: 1px solid var(--border-light);
	text-align: left;
	vertical-align: top;
}

.blog-detail-content th {
	background: #f7f8fc;
	color: var(--primary-dark);
}

.blog-detail-content pre {
	max-width: 100%;
	padding: 16px;
	overflow-x: auto;
	background: #f7f8fc;
	border-radius: 6px;
}

.blog-detail-content .workflow-line {
	padding: 14px 16px;
	background: #f7f8fc;
	border-left: 4px solid var(--accent);
	color: var(--primary-dark);
	font-weight: 600;
	overflow-wrap: anywhere;
}

.blog-share {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid var(--border-light);
}

.blog-detail-content .blog-share a {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--white);
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-detail-content .blog-share a:hover,
.blog-detail-content .blog-share a:focus-visible {
	color: var(--white);
	transform: translateY(-2px);
	box-shadow: 0 7px 16px rgba(15, 23, 42, 0.18);
}

.blog-share-facebook {
	background: #4267b2;
}

.blog-share-twitter {
	background: #1da1f2;
}

.blog-share-linkedin {
	background: #0077b5;
}

.blog-share-whatsapp {
	background: #25d366;
}

.blog-detail-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 24px auto;
	border-radius: 8px;
}

.blog-sidebar {
	position: sticky;
	top: 118px;
	padding: 26px;
}

.blog-sidebar h2 {
	font-size: 24px;
	margin-bottom: 18px;
}

.recent-post {
	display: grid;
	grid-template-columns: 86px 1fr;
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid var(--border-light);
	text-decoration: none;
}

.recent-post-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.recent-post:last-child {
	border-bottom: 0;
}

.recent-post img {
	width: 86px;
	height: 72px;
	object-fit: cover;
	border-radius: 8px;
}

.recent-post time {
	color: var(--accent);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.recent-post strong {
	display: block;
	color: var(--primary-dark);
	font-size: 14px;
	line-height: 1.4;
	margin-top: 4px;
}

.service-detail-card,
.service-sidebar {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.service-detail-card {
	overflow: hidden;
	padding: 0;
}

.service-detail-photo {
	aspect-ratio: 16 / 6.5;
	background: var(--section-light);
	overflow: hidden;
	width: 100%;
}

.service-detail-photo img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.service-detail-content {
	padding: 0 38px 38px;
}

.service-detail-icon {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--white);
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin: -39px 0 24px;
	position: relative;
	z-index: 1;
}

.service-detail-icon img {
	display: block;
	filter: brightness(0) invert(1);
	height: 46px;
	object-fit: contain;
	width: 46px;
}

.service-detail-card h2 {
	font-size: 34px;
	margin-bottom: 18px;
}

.deliverable-box {
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid var(--border-light);
}

.deliverable-box h3 {
	font-size: 24px;
	margin-bottom: 18px;
}

.deliverable-item {
	min-height: 72px;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--section-light);
}

.deliverable-item i {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 28px;
	font-size: 13px;
}

.deliverable-item span {
	color: var(--primary-dark);
	font-weight: 600;
	line-height: 1.45;
}

.service-sidebar {
	position: sticky;
	top: 0px;
	padding: 24px;
}

.service-sidebar h2 {
	font-size: 24px;
	margin-bottom: 16px;
}

.service-sidebar a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 1px solid var(--border-light);
	color: var(--primary-dark);
	font-weight: 600;
	text-decoration: none;
}

.service-sidebar a:last-child {
	border-bottom: 0;
}

.service-sidebar-media,
.service-sidebar a i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
}

.service-sidebar-media img {
	display: block;
	filter: brightness(0) invert(1);
	height: 20px;
	object-fit: contain;
	width: 20px;
}

.service-sidebar a:hover,
.service-sidebar a.active {
	color: var(--primary);
}

.service-sidebar a.active .service-sidebar-media,
.service-sidebar a.active i {
	background: var(--primary);
	color: var(--white);
}

.service-detail-process {
	max-width: 1180px;
	margin: 0 auto;
}

.contact-info-panel,
.contact-form-panel,
.support-card {
	background: var(--white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.contact-info-panel,
.contact-form-panel {
	padding: 38px;
}

.contact-info-panel h2,
.contact-form-panel h2 {
	font-size: 32px;
	margin-bottom: 14px;
}

.contact-info-list {
	display: grid;
	gap: 14px;
	margin-top: 28px;
}

.contact-info-item {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 14px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	background: var(--section-light);
	text-decoration: none;
}

.contact-info-item i {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(28, 28, 132, 0.08);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
}

.contact-info-item strong {
	display: block;
	color: var(--primary-dark);
	font-size: 15px;
	margin-bottom: 3px;
}

.contact-info-item em {
	display: block;
	color: var(--text-muted);
	font-style: normal;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.contact-info-item:hover {
	transform: translateY(-3px);
	box-shadow: var(--shadow-soft);
}

.consultancy-contact-form label {
	color: var(--primary-dark);
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 7px;
}

.consultancy-contact-form .form-control {
	border: 1px solid var(--border-light);
	border-radius: 8px;
	min-height: 48px;
	color: var(--text-dark);
	box-shadow: none;
}

.consultancy-contact-form textarea.form-control {
	min-height: 150px;
	resize: vertical;
}

.consultancy-contact-form .form-control:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 3px rgba(28, 28, 132, 0.1);
}

.support-card {
	height: 100%;
	padding: 30px;
	text-align: center;
}

.support-card i {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: rgba(28, 28, 132, 0.08);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 18px;
}

.support-card h3 {
	font-size: 20px;
	margin-bottom: 8px;
}

.support-card p {
	font-size: 14px;
	margin-bottom: 0;
}

.section-light:before,
.section-light:after,
.about-consultancy:before,
.about-consultancy:after,
.sector-band:before,
.sector-band:after,
#projects:before,
#projects:after,
.shop-consultancy:before,
.shop-consultancy:after,
#testimonials:before,
#testimonials:after,
#clients:after,
#blogs:before,
.inner-hero:before,
.inner-hero:after,
.process-card:before {
	display: none !important;
}

.consultancy-footer {
	background: #11115f;
	color: var(--white);
}

.consultancy-footer .footer-logo img {
	max-width: 190px;
	background: var(--white);
	border-radius: 6px;
	padding: 6px;
}

.consultancy-footer p,
.consultancy-footer a,
.consultancy-footer li {
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 14px;
	line-height: 1.7;
}

.consultancy-footer h2 {
	color: var(--white);
	font-size: 18px;
	margin-bottom: 18px;
}

.consultancy-footer h2:after {
	background: var(--accent);
}

.consultancy-footer .footer-links {
	padding-left: 0;
}

.consultancy-footer .footer-links li {
	margin-bottom: 8px;
	list-style: none;
}

.consultancy-footer .footer-links a {
	text-decoration: none;
}

.consultancy-footer .footer-links a:hover {
	color: var(--white) !important;
	padding-left: 2px;
}

.consultancy-footer .footer-social ul {
	padding-left: 0;
	display: flex;
	gap: 10px;
}

.consultancy-footer .footer-social li {
	list-style: none;
}

.consultancy-footer .footer-social a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	color: #11115f !important;
}

.consultancy-footer .footer-social a:hover {
	background: var(--accent);
	color: var(--primary-dark) !important;
}

.consultancy-copyright {
	background: var(--primary-dark);
	padding: 16px 0;
}

.consultancy-copyright p {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0;
	font-size: 13px;
}

.consultancy-copyright a {
	color: var(--white);
	text-decoration: none;
	margin: 0 8px;
}

.footer-city-row {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-city-links {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px 22px;
}

.footer-city-links li {
	margin-bottom: 0 !important;
}

.city-detail-section {
	background: var(--section-light);
}

.city-content-card,
.city-sidebar {
	background: #ffffff;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(19, 24, 84, 0.08);
}

.city-content-card {
	padding: 42px;
}

.city-content-card h2,
.city-sidebar h3 {
	color: var(--primary);
	font-weight: 600;
	margin-bottom: 18px;
}

.city-content p {
	color: var(--text-dark);
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 18px;
}

.service-overview {
	color: var(--text-muted);
	line-height: 1.75;
}

.city-content ul,
.service-overview ul {
	list-style: disc outside;
	margin: 0 0 18px;
	padding-left: 28px;
}

.city-content ol,
.service-overview ol {
	list-style: decimal outside;
	margin: 0 0 18px;
	padding-left: 30px;
}

.city-content ul > li,
.service-overview ul > li {
	list-style: disc outside;
}

.city-content ol > li,
.service-overview ol > li {
	list-style: decimal outside;
}

.city-content li,
.service-overview li {
	color: var(--text-dark);
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 8px;
	padding-left: 4px;
}

.city-content li::marker,
.service-overview li::marker {
	color: var(--accent);
}

.city-content li > ul,
.service-overview li > ul {
	list-style-type: circle;
	margin: 8px 0 0;
}

.city-content li > ul > li,
.service-overview li > ul > li {
	list-style-type: circle;
}

.city-sidebar {
	padding: 32px;
	position: sticky;
	top: 120px;
}

.city-sidebar ul {
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.city-sidebar li {
	color: var(--text-muted);
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 12px;
	padding-left: 26px;
	position: relative;
}

.city-sidebar li::before {
	color: var(--accent);
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 0;
}

.page-hero-city .inner-hero-content {
	max-width: 860px;
}

.whatsapp-button a {
	background: #25d366;
	    border-radius: 50%;
}

.sticky-icon {
	right: 12px;
	top: 50%;
	width: 56px;
	transform: translateY(-50%);
	z-index: 1001;
	pointer-events: none;
}

.sticky-icon a {
	width: 56px;
	height: 56px;
	transform: none;
	border-radius: 50px;
	margin: 5px 0;
	padding: 8px;
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	align-items: center;
	color: transparent;
	box-shadow: 0 10px 24px rgba(17, 17, 95, 0.18);
	pointer-events: auto;
}

.sticky-icon a i {
	margin-right: 0;
	flex: 0 0 40px;
}

.sticky-icon a:hover {
	width: 230px;
	transform: translateX(-174px);
	color: var(--white);
	padding-right: 18px;
}

.sticky-icon a:hover i {
	margin-right: 14px;
}

@media (max-width: 1199.98px) {
	.consultancy-topbar .container,
	.consultancy-header .container,
	.consultancy-home .container,
	.consultancy-footer .container,
	.consultancy-copyright .container {
		max-width: min(100%, calc(100vw - 36px));
		padding-left: 18px;
		padding-right: 18px;
	}

	.hero-section h1 {
		font-size: 46px;
	}

	.hero-content {
		width: min(650px, 56vw);
	}

	.hero-logo {
		width: 310px;
	}

	.experience-badge {
		left: 59%;
		width: 205px;
		min-height: 205px;
	}

	.why-choose-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.why-choose-item {
		min-height: 0;
	}

	.trust-proof-panel {
		grid-template-columns: 1fr;
	}

	.sector-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991.98px) {
	.consultancy-header .navbar-collapse {
		padding: 18px 0 8px;
	}

	.consultancy-header .header-cta {
		margin: 10px 0 0;
		justify-content: center;
	}

	.consultancy-header .sub-menu {
		position: static;
		display: none;
		box-shadow: none;
		border-radius: 6px;
		margin: 6px 0 10px;
	}

	.hero-section {
		min-height: 660px;
		background-position: 58% center;
	}

	.hero-shell {
		min-height: 590px;
	}

	.hero-content {
		width: min(560px, 58vw);
	}

	.hero-section .section-eyebrow {
		font-size: 19px;
	}

	.experience-badge {
		left: 62%;
		width: 170px;
		min-height: 170px;
		border-width: 7px;
	}

	.experience-badge b {
		font-size: 38px;
	}

	.experience-badge:before,
	.experience-badge:after {
		display: none;
	}

	.about-collage {
		grid-template-rows: 190px 190px;
	}

	.sector-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.consultancy-category-slider,
	.consultancy-client-slider,
	.consultancy-blog-slider,
	.consultancy-testimonial-slider {
		padding: 0 30px;
	}

	.category-card {
		min-height: 230px;
	}

	.category-card img {
		height: 104px;
	}

	.testimonial-card {
		min-height: 300px;
	}
}

@media (max-width: 767.98px) {
	html {
		scroll-padding-top: 78px;
	}

	.consultancy-topbar {
		display: none;
	}

	.consultancy-header .navbar {
		padding: 8px 0;
	}

	.consultancy-header .navbar-brand {
		margin-right: 8px;
	}

	.consultancy-header .navbar-toggler {
		width: 46px;
		height: 46px;
		margin-left: auto;
		background: var(--primary);
		border-color: var(--primary);
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.consultancy-header .navbar-toggler-icon {
		width: 24px;
		height: 24px;
		color: var(--white);
		position: relative;
	}

	.consultancy-header .navbar-toggler-icon i {
		display: none;
	}

	.consultancy-header .navbar-toggler-icon:before {
		content: "";
		position: absolute;
		left: 1px;
		top: 4px;
		width: 22px;
		height: 2px;
		background: var(--white);
		border-radius: 3px;
		box-shadow: 0 7px 0 var(--white), 0 14px 0 var(--white);
	}

	.sticky-icon {
		display: none;
	}

	.home-section {
		padding: 46px 0;
	}

	.inner-page .home-section {
		padding: 58px 0;
	}

	.inner-hero {
		min-height: auto;
		background-position: 58% center;
	}

	.inner-hero-content {
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		min-width: 0;
		padding: 56px 0;
	}

	.inner-hero-content h1 {
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		font-size: 22px;
		line-height: 1.18;
		overflow-wrap: anywhere;
	}

	.inner-hero-content p:not(.section-eyebrow) {
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		font-size: 12px;
		line-height: 1.65;
		overflow-wrap: anywhere;
	}

	.process-grid {
		grid-template-columns: 1fr;
	}

	.services-consulting-panel {
		padding: 24px 18px;
	}

	.project-content-panel,
	.blog-insights-panel,
	.project-product-panel {
		padding: 24px 18px;
	}

	.project-product-panel {
		align-items: flex-start;
		grid-template-columns: 1fr;
	}

	.project-content-panel h3,
	.blog-insights-panel h3,
	.project-product-panel h3 {
		font-size: 22px;
		line-height: 1.32;
	}

	.services-consulting-panel h3 {
		font-size: 22px;
		line-height: 1.32;
	}

	.service-card .card-body,
	.project-card .card-body,
	.blog-card .card-body {
		padding: 22px 12px;
	}

	.service-card p,
	.project-card p,
	.blog-card p,
	.testimonial-card p,
	.process-card p {
		font-size: 12px;
		overflow-wrap: anywhere;
	}

	.service-card h3,
	.category-card h3,
	.project-card h3,
	.blog-card h3,
	.testimonial-card h3 {
		font-size: 15px;
		overflow-wrap: anywhere;
	}

	.blog-sidebar {
		position: static;
	}

	.blog-detail-content {
		padding: 24px 18px;
		font-size: 16px;
		line-height: 1.7;
	}

	.blog-detail-content h1 {
		font-size: 28px;
	}

	.blog-detail-content h2 {
		font-size: 23px;
		margin-top: 26px;
	}

	.blog-detail-content h3 {
		font-size: 19px;
		margin-top: 22px;
	}

	.blog-detail-content ul,
	.blog-detail-content ol {
		padding-left: 24px;
	}

	.blog-sidebar {
		padding: 20px 18px;
	}

	.service-detail-card {
		padding: 0;
	}

	.service-detail-content {
		padding: 0 16px 24px;
	}

	.service-detail-card h2 {
		font-size: 24px;
	}

	.service-sidebar {
		position: static;
		padding: 18px;
	}

	.contact-info-panel,
	.contact-form-panel,
	.support-card {
		padding: 22px 16px;
	}

	.contact-info-panel h2,
	.contact-form-panel h2 {
		font-size: 23px;
	}

	.contact-info-item {
		grid-template-columns: 40px 1fr;
		padding: 14px;
	}

	.contact-info-item i {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	.section-heading h2,
	.about-consultancy h2,
	.contact-strip h2 {
		width: 100%;
		max-width: calc(100vw - 24px);
		font-size: 21px;
		overflow-wrap: anywhere;
	}

	.section-heading {
		width: calc(100vw - 24px);
		max-width: calc(100vw - 24px);
		margin-left: auto;
		margin-right: auto;
	}

	.hero-section h1 {
		font-size: 36px;
		word-break: normal;
	}

	.hero-section {
		background-position: 60% center;
		min-height: auto;
	}

	.hero-shell {
		min-height: 0;
		padding: 56px 0;
	}

	.hero-content {
		width: 100%;
		max-width: 560px;
	}

	.hero-logo {
		width: 230px;
		margin-bottom: 26px;
	}

	.hero-section .section-eyebrow {
		font-size: 15px;
	}

	.hero-copy {
		font-size: 16px;
	}

	.hero-actions .btn {
		width: 100%;
		justify-content: center;
	}

	.trust-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.experience-badge {
		position: relative;
		width: 150px;
		min-height: 150px;
		left: auto;
		top: auto;
		bottom: 18px;
		transform: none;
		padding: 16px;
		margin-top: 22px;
	}

	.experience-badge strong {
		font-size: 14px;
	}

	.about-collage {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 190px);
	}

	.about-collage img:first-child {
		grid-row: span 1;
	}

	.stat-card {
		left: auto;
		right: 16px;
		bottom: 16px;
	}

	.sector-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sector-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	#testimonialCarousel {
		padding: 0;
	}

	#testimonialCarousel .carousel-control-prev,
	#testimonialCarousel .carousel-control-next {
		display: none;
	}

	.consultancy-category-slider,
	.consultancy-client-slider,
	.consultancy-blog-slider,
	.consultancy-testimonial-slider {
		padding: 0 20px;
	}

	.consultancy-category-slider .owl-nav button,
	.consultancy-client-slider .owl-nav button,
	.consultancy-blog-slider .owl-nav button,
	.consultancy-testimonial-slider .owl-nav button {
		width: 32px;
		height: 32px;
	}

	.consultancy-category-slider .owl-nav,
	.consultancy-client-slider .owl-nav,
	.consultancy-blog-slider .owl-nav,
	.consultancy-testimonial-slider .owl-nav {
		left: 6px;
		right: 6px;
		top: 50%;
	}

	.category-card {
		min-height: 218px;
		padding: 18px 10px;
	}

	.category-card img {
		height: 96px;
		margin-bottom: 12px;
	}

	.category-card h3 {
		font-size: 20px;
		line-height: 1.25;
	}

	.client-logo {
		height: 104px;
		padding: 16px;
	}

	.blog-card img,
	.project-card img {
		height: 160px;
	}

	.testimonial-card {
		min-height: auto;
		padding: 22px 18px;
	}
}

@media (max-width: 575.98px) {
	html,
	body,
	.consultancy-home,
	.consultancy-home .container,
	.consultancy-home section {
		width: 100% !important;
		max-width: 100% !important;
		overflow-x: hidden;
	}

	.consultancy-topbar .container {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.consultancy-header .container,
	.consultancy-home .container,
	.consultancy-footer .container,
	.consultancy-copyright .container {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}

	.consultancy-header .navbar-brand img {
		max-width: 154px;
	}

	.consultancy-home .row {
		margin-left: 0;
		margin-right: 0;
	}

	.consultancy-home [class*="col-"] {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.consultancy-home h1,
	.consultancy-home h2,
	.consultancy-home h3,
	.consultancy-home p {
		width: 100%;
		max-width: calc(100vw - 24px);
		white-space: normal;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	.hero-section h1 {
		font-size: 32px;
	}

	.home-section {
		padding: 40px 0;
	}

	.section-heading {
		margin-bottom: 26px;
	}

	.section-eyebrow {
		font-size: 12px;
	}

	.sector-grid {
		grid-template-columns: 1fr 1fr;
	}

	.sector-item {
		min-height: 104px;
		padding: 14px 8px;
	}

	.sector-item i {
		font-size: 28px;
	}

	.sector-item span {
		font-size: 12px;
	}

	.why-choose-section h2 {
		font-size: 24px;
		line-height: 1.3;
	}

	.why-choose-intro {
		font-size: 13px;
		line-height: 1.65;
	}

	.why-choose-item {
		gap: 12px;
		grid-template-columns: 44px 1fr;
		padding: 16px 14px;
	}

	.why-choose-number {
		font-size: 13px;
		height: 42px;
		width: 42px;
	}

	.why-choose-item h3 {
		font-size: 15px;
	}

	.why-choose-item p {
		font-size: 12px;
		line-height: 1.6;
	}

	.consultancy-category-slider,
	.consultancy-client-slider,
	.consultancy-blog-slider,
	.consultancy-testimonial-slider {
		padding: 0 18px;
	}

	.consultancy-category-slider .owl-nav,
	.consultancy-client-slider .owl-nav,
	.consultancy-blog-slider .owl-nav,
	.consultancy-testimonial-slider .owl-nav {
		left: 8px;
		right: 8px;
	}

	.category-card img {
		height: 245px;
	}

	.consultancy-copyright p {
		line-height: 1.8;
	}

	.about-consultancy h2 {
		font-size: 20px;
		line-height: 1.32;
	}

	.about-consultancy p {
		font-size: 13px;
		line-height: 1.65;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 991.98px) {
	#services .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.why-choose-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.trust-proof-grid {
		grid-template-columns: 1fr;
	}

	.footer-city-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.city-sidebar {
		position: static;
	}

	.sticky-icon {
		display: none;
	}

	[data-aos],
	[data-aos][class*="aos-"] {
		opacity: 1 !important;
		transform: none !important;
		transition-delay: 0s !important;
	}
}

@media (max-width: 767.98px) {
	.hero-section {
		background:
			linear-gradient(90deg, rgba(8, 8, 70, 0.92), rgba(17, 17, 95, 0.72)),
			var(--hero-bg, url("../images/chc-hero-background.png")) 64% center / cover no-repeat;
	}

	.hero-section .container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.hero-shell {
		display: block;
		padding: 46px 0;
	}

	.hero-content {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.hero-section h1 {
		font-size: 29px;
		line-height: 1.18;
		width: 100%;
		max-width: calc(100vw - 40px);
		margin-bottom: 12px;
		word-break: break-word;
		overflow-wrap: break-word;
		text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	}

	.hero-copy {
		width: 100%;
		max-width: calc(100vw - 40px);
		font-size: 14px;
		line-height: 1.6;
	}

	.hero-actions {
		gap: 12px;
		margin: 22px 0 24px;
	}

	.hero-actions .btn {
		width: 100%;
		max-width: calc(100vw - 40px);
		min-height: 46px;
		padding: 11px 16px;
	}

	.trust-row span {
		width: 100%;
		border-right: 0;
		padding-right: 0;
	}

	.trust-row i {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.experience-badge {
		display: none;
	}
}

@media (max-width: 575.98px) {
	#services .row {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.why-choose-grid {
		grid-template-columns: 1fr;
	}

	.why-choose-section {
		padding-top: 40px;
	}

	.why-choose-section h2 {
		font-size: 24px;
		line-height: 1.3;
	}

	.why-choose-item {
		min-height: 0;
		padding: 16px 14px;
	}

	.why-choose-number {
		font-size: 13px;
		height: 42px;
		margin-bottom: 12px;
		width: 42px;
	}

	.why-choose-item h3 {
		font-size: 15px;
	}

	.why-choose-item p {
		font-size: 12px;
		line-height: 1.6;
	}

	.trust-proof-section {
		padding-bottom: 40px;
	}

	.trust-proof-panel {
		gap: 18px;
		padding: 22px 16px;
	}

	.trust-proof-heading h2 {
		font-size: 23px;
		line-height: 1.3;
	}

	.trust-proof-item span {
		font-size: 12px;
	}

	.footer-city-links {
		grid-template-columns: 1fr;
	}

	.city-content-card,
	.city-sidebar {
		padding: 24px;
	}

	.city-content p {
		font-size: 16px;
	}

	.city-content li,
	.service-overview li {
		font-size: 16px;
	}

	.services-consulting-copy {
		padding-bottom: 40px;
	}

	.project-content-section,
	.blog-insights-section,
	.project-product-section {
		padding-bottom: 40px;
	}

	.project-content-panel h3,
	.blog-insights-panel h3,
	.project-product-panel h3 {
		font-size: 20px;
	}

	.project-content-panel p,
	.blog-insights-panel p,
	.project-product-panel p {
		font-size: 13px;
		line-height: 1.65;
	}

	.project-product-panel .btn {
		justify-content: center;
		width: 100%;
	}

	.services-consulting-panel h3 {
		font-size: 20px;
	}

	.services-consulting-panel p:last-child {
		font-size: 13px;
		line-height: 1.65;
	}

	#services .service-card {
		min-height: auto;
	}

	.service-card .card-body {
		padding: 0 12px 20px;
	}

	.service-card-media,
	.service-card .service-card-icon {
		margin: -29px auto 15px;
	}

	.hero-section h1 {
		font-size: 25px;
		max-width: 320px;
	}

	.hero-section .section-eyebrow {
		font-size: 12px;
		margin-bottom: 12px;
		max-width: 320px;
	}

	.consultancy-home .hero-copy {
		max-width: 320px;
	}

	.about-consultancy h2,
	.about-consultancy p {
		max-width: 320px;
	}

	.hero-gold-line {
		width: 58px;
		margin: 12px 0;
	}

	.whatsapp-button.fixed-button {
		right: 16px;
		bottom: calc(28px + env(safe-area-inset-bottom));
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}

	.whatsapp-button.fixed-button a {
		width: 48px;
		height: 48px;
		line-height: 48px;
		border-radius: 50%;
	}

	.bottom #button,
	#button {
		width: 42px;
		height: 42px;
		line-height: 42px;
	}
}
