: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-muted);
	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);
}

.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(--white);
	padding: 52px 0 0;
	position: relative;
	min-height: 560px;
	overflow: hidden;
}

.hero-section:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52%;
	background: #f2f4f8;
	z-index: 0;
}

.hero-section:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46%;
	height: 120px;
	background-image: linear-gradient(135deg, rgba(28, 28, 132, 0.045) 25%, transparent 25%, transparent 50%, rgba(28, 28, 132, 0.045) 50%, rgba(28, 28, 132, 0.045) 75%, transparent 75%, transparent);
	background-size: 22px 22px;
	opacity: 0.65;
	z-index: 0;
}

.hero-section .container {
	position: relative;
	z-index: 1;
}

.hero-section h1 {
	font-size: 58px;
	line-height: 1.08;
	margin-bottom: 22px;
}

.hero-section h1 span {
	color: var(--accent);
}

.hero-copy {
	max-width: 560px;
	font-size: 18px;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 28px 0 26px;
}

.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(--primary);
	border: 1px solid var(--primary);
	color: var(--white);
}

.btn-consultancy:hover {
	background: var(--primary-dark);
	border-color: var(--primary-dark);
	color: var(--white);
	transform: translateY(-2px);
}

.btn-consultancy-outline {
	background: var(--white);
	border: 1px solid var(--border-light);
	color: var(--primary);
}

.btn-consultancy-outline:hover {
	border-color: var(--primary);
	color: var(--primary);
	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: 18px;
	font-size: 14px;
	font-weight: 700;
	color: var(--primary-dark);
}

.trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.trust-row i {
	color: var(--accent);
}

.hero-visual {
	position: relative;
	min-height: 508px;
	margin-right: calc((100vw - min(1680px, calc(100vw - 64px))) / -2 - 24px);
	overflow: visible;
}

.hero-visual img {
	width: 100%;
	height: 508px;
	object-fit: cover;
	clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
	box-shadow: 0 22px 46px rgba(17, 17, 95, 0.12);
}

.hero-angle {
	position: absolute;
	top: -44px;
	bottom: -44px;
	width: 42px;
	transform: skewX(-18deg);
	transform-origin: top;
	z-index: 2;
}

.hero-angle-gold {
	left: 84px;
	background: var(--accent);
}

.hero-angle-navy {
	left: 136px;
	background: var(--primary);
}

.experience-badge {
	position: absolute;
	left: 38px;
	top: 50%;
	transform: translateY(-16%);
	width: 185px;
	min-height: 185px;
	border-radius: 50%;
	background: var(--white);
	box-shadow: var(--shadow-soft);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 22px;
	border: 6px solid rgba(244, 180, 0, 0.28);
	z-index: 3;
}

.experience-badge span,
.experience-badge em {
	font-size: 12px;
	color: var(--text-muted);
	font-style: normal;
}

.experience-badge strong {
	color: var(--primary);
	font-size: 17px;
	line-height: 1.25;
	margin: 5px 0;
}

.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: 28px 20px;
}

.service-card i {
	color: var(--primary);
	background: rgba(28, 28, 132, 0.08);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	margin-bottom: 17px;
}

.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;
}

.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;
}

.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: 118px;
	object-fit: contain;
	margin-bottom: 14px;
}

.category-card h3 {
	color: var(--primary-dark);
	margin-bottom: 0;
	font-size: 14px;
}

.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: 74px;
	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: 118px;
	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: 74px;
	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;
}

.contact-strip h2 {
	color: var(--white);
	font-size: 30px;
	margin-bottom: 0;
}

.consultancy-footer {
	background: var(--primary);
	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%;
}

.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;
}

.whatsapp-button a {
	background: #25d366;
}

.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;
	}

	.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 {
		background: var(--white);
		padding-top: 54px;
		min-height: auto;
	}

	.hero-section:after {
		display: none;
	}

	.hero-visual,
	.hero-visual img {
		height: auto;
		min-height: 360px;
	}

	.hero-visual {
		margin-right: 0;
		overflow: hidden;
		border-radius: 8px;
		box-shadow: var(--shadow-soft);
	}

	.hero-visual img {
		height: 360px;
		clip-path: none;
		box-shadow: none;
	}

	.hero-angle {
		transform: skewX(-18deg);
	}

	.hero-angle-gold {
		left: 36px;
	}

	.hero-angle-navy {
		left: 82px;
	}

	.about-collage {
		grid-template-rows: 190px 190px;
	}

	.sector-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 767.98px) {
	html {
		scroll-padding-top: 78px;
	}

	.consultancy-topbar {
		display: none;
	}

	.sticky-icon {
		display: none;
	}

	.home-section {
		padding: 56px 0;
	}

	.section-heading h2,
	.about-consultancy h2,
	.contact-strip h2 {
		font-size: 28px;
	}

	.hero-section h1 {
		font-size: 36px;
		word-break: normal;
	}

	.hero-copy {
		font-size: 16px;
	}

	.hero-actions .btn {
		width: 100%;
		justify-content: center;
	}

	.trust-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.hero-visual img {
		height: 310px;
	}

	.experience-badge {
		width: 142px;
		min-height: 142px;
		left: 18px;
		top: auto;
		bottom: 18px;
		transform: none;
		padding: 16px;
	}

	.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 42px;
	}

	.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: 34px;
		height: 34px;
	}

	.consultancy-category-slider .owl-nav,
	.consultancy-client-slider .owl-nav,
	.consultancy-blog-slider .owl-nav,
	.consultancy-testimonial-slider .owl-nav {
		top: calc(50% - 30px);
	}
}

@media (max-width: 575.98px) {
	.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: 158px;
	}

	.hero-section h1 {
		font-size: 32px;
	}

	.hero-visual img {
		height: 260px;
	}

	.sector-grid {
		grid-template-columns: 1fr 1fr;
	}

	.category-card img {
		height: 92px;
	}

	.consultancy-copyright p {
		line-height: 1.8;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
