:root {
	--brand: #ff6a00;
	--ink: #0b1220;
	--muted: #55627a;
	--bg: #0a0f1a;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Inter',system-ui;
	color: #0f172a;
	
}
/* Header */
.header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(10,15,26,.85);
	backdrop-filter: saturate(150%) blur(8px);
	border-bottom: 1px solid rgba(255,255,255,.06);
}

.header a {
	color: #e5e7eb;
}

.header a:hover {
	color: var(--brand);
}
/* Mega-style flyout */
.fly {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #0d1424;
	color: #cbd5e1;
	border-top: 1px solid rgba(255,255,255,.08);
}

.fly .col h4 {
	color: white;
}

.nav-item:hover .fly {
	display: block;
}
/* Hero */
.hero {
	background: linear-gradient(180deg,rgba(8,13,25,.65),rgba(8,13,25,.9)), url('https://images.unsplash.com/photo-1542601906990-b4d3fb778b09?q=80&w=2070&auto=format&fit=crop') center/cover no-repeat;
	color: white;
}

.btn {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	border-radius: .75rem;
	padding: .75rem 1rem;
	font-weight: 600;
}

.btn-primary {
	background: var(--brand);
	color: white;
}

.btn-primary:hover {
	filter: brightness(.95);
}

.btn-ghost {
	border: 1px solid rgba(255,255,255,.25);
	color: white;
}

.btn-ghost:hover {
	border-color: var(--brand);
	color: var(--brand);
}

.badge {
	display: inline-flex;
	align-items: center;
	gap: .5rem;
	font-size: .75rem;
	font-weight: 700;
	color: #ffedd5;
	background: rgba(255,106,0,.15);
	padding: .35rem .6rem;
	border-radius: 999px;
}

.card {
	background: white;
	border-radius: 1rem;
	box-shadow: 0 10px 30px rgba(2,6,23,.06);
}
.card.p-8{height: 300px;}
.card.p-9{height: 600px;}

.section {
	padding-top: 5rem;
}

.kicker {
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--brand);
	font-weight: 700;
	font-size: .8rem;
}

.link-arrow {
	color: var(--brand);
	font-weight: 600;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media(min-width:900px) {
	.grid-2 {
		grid-template-columns: 1.1fr .9fr;
	}
}
/* Footer */
.footer {
	background: #0a0f1a;
	color: #cbd5e1;
}

.footer a {
	color: #cbd5e1;
}

.footer a:hover {
	color: white;
}
/* Anim */
.fade {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity .6s ease, transform .6s ease;
}

.fade.show {
	opacity: 1;
	transform: none;
}

/* Transparent header overlaying hero like reference */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: linear-gradient(180deg, rgba(8,13,25,.85), rgba(8,13,25,.35));
	border-bottom: 1px solid rgba(255,255,255,.06);
}

.header.scrolled {
	background: rgba(10,15,26,.9);
}

.nav-center {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.search-btn {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(255,255,255,.25);
}

.search-btn:hover {
	border-color: white;
}
/* Hero sizes */
.hero .headline {
	font-size: clamp(1.5rem, 4vw, 3.5rem);
	line-height: .98;
	font-weight: 800;
	letter-spacing: -.01em;
  padding-top: 10px;
  padding-bottom: 20px;
}

.hero .featured {
	letter-spacing: .2em;
	font-weight: 700;
	opacity: .9;
}

.cta-green {
	background: #22c55e;
	color: white;
	border-radius: .4rem;
	padding: .8rem 1.2rem;
	font-weight: 700;
}

.cta-green:hover {
	filter: brightness(.95);
}

.hero .overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(10,15,26,.3), rgba(10,15,26,.55));
}

.hero-media {
	position: relative;
	overflow: hidden;
}

.hero-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(10,15,26,.15), rgba(10,15,26,.45));
}
/* Adjust page offset due to fixed header */
.page-offset {
	padding-top: 4rem;
}

/* === Featured Work Slider (inner content style) === */
.featured-split {
	display: flex;
  float: left;

}

@media(min-width:1024px) {
	.featured-split {
		grid-template-columns: 1.1fr 1fr;
	}
}

.featured-left {
	position: relative;
	padding: 3rem 2rem;
	background: #cbd8e4;
}

.featured-watermark {
	position: absolute;
	inset: 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" viewBox="0 0 200 200"><g fill="none" stroke="%23b7c8d8" stroke-width="16" stroke-opacity="0.35"><path d="M0 0 L200 200 M200 0 L0 200"/></g></svg>');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend: multiply;
	opacity: .7;
}

.featured-kicker {
	letter-spacing: .18em;
	font-weight: 800;
	color: #0b1220;
	opacity: .75;
}

.featured-title {
	font-weight: 800;
	color: #0b1220;
	font-size: clamp(1.6rem,3vw,2.6rem);
	line-height: 1.15;
}

.featured-sub {
	color: #2b3b53;
	font-weight: 600;
	margin-top: .75rem;
}

.featured-desc {
	color: #2b3b53;
	margin-top: 1.2rem;
	max-width: 48ch;
}

.featured-cta {
	margin-top: 1.5rem;
	background: #22c55e;
	color: #0b1220;
	font-weight: 800;
	border-radius: .25rem;
	padding: .9rem 1.5rem;
	display: inline-flex;
}

.featured-media {
	position: relative;
}

.featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* Slider controls */
.slider-controls {
	display: flex;
	align-items: center;
	gap: .75rem;
	justify-content: flex-end;
	padding: 1rem 1.25rem;
}

.slider-btn {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid #cbd5e1;
	display: grid;
	place-items: center;
	background: white;
}

.slider-btn:hover {
	border-color: #22c55e;
}

.slider-progress {
	position: relative;
	height: 4px;
	flex: 1;
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
}

.slider-progress .bar {
	position: absolute;
	height: 100%;
	width: 25%;
	left: 0;
	top: 0;
	background: #34d399;
	transition: left .5s ease;
}

/* === News & Insights grid === */
.news-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

@media(min-width:1024px) {
	.news-grid {
		grid-template-columns: repeat(3,1fr);
	}
}

.news-card {
	display: block;
}

.news-card img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	border-radius: .25rem;
}

.news-meta {
	margin-top: .75rem;
	font-size: .9rem;
	color: #64748b;
}

.news-title {
	margin-top: .5rem;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #0b1220;
}

.news-title:hover {
	color: #0ea5e9;
}

.news-snippet {
	margin-top: .5rem;
	color: #334155;
}

.row-end {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.view-all {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	font-weight: 700;
	color: #0ea5e9;
}

.view-all:hover {
	color: #22c55e;
}

.chevrons {
	display: inline-flex;
	gap: .15rem;
}

.chevrons span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	transform: rotate(45deg);
}
/* Industries teaser block */
.industries-teaser h3 {
	font-size: 1rem;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #0b1220;
}

.industry-pill {
	border: 1px solid #e2e8f0;
	border-radius: .5rem;
	padding: .75rem 1rem;
	font-weight: 600;
	color: #0b1220;
}

.industry-pill:hover {
	border-color: #22c55e;
}

/* Swiper overrides for Featured Work */
.overlap-img {
	max-width: 80%;
	transform: translateX(-10%);
}

.featured-split {
	min-height: 400px;
}

.swiper-container {
	padding-bottom: 2rem;
}

.swiper-button-next, .swiper-button-prev {
	color: #22c55e;
}

.swiper-pagination-bullet {
	background: #22c55e;
}

/* === v5 Featured Work (overlap slider) === */
.featured-wrap {
	position: relative;
}

.featured-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media(min-width:1024px) {
	.featured-split {
		grid-template-columns: 1.05fr .95fr;
	}
}

.featured-left {
	position: relative;
	min-height: 380px;
	background: #cbd8e4;
	padding: 3rem 2rem;
	display: flex;
	align-items: center;
}

.featured-watermark {
	position: absolute;
	inset: 0;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="0 0 200 200"><g fill="none" stroke="%23b7c8d8" stroke-width="16" stroke-opacity="0.35"><path d="M0 0 L200 200 M200 0 L0 200"/></g></svg>');
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend: multiply;
	opacity: .7;
}

.featured-inner {
	position: relative;
	z-index: 1;
	max-width: 52ch;
}

.featured-kicker {
	letter-spacing: .18em;
	font-weight: 800;
	color: #0b1220;
	opacity: .75;
}

.featured-title {
	font-weight: 800;
	color: #0b1220;
	font-size: clamp(1.6rem,3vw,2.4rem);
	line-height: 1.15;
	margin-top: .25rem;
}

.featured-sub {
	color: #2b3b53;
	font-weight: 600;
	margin-top: .75rem;
}

.featured-desc {
	color: #2b3b53;
	margin-top: 1rem;
}

.featured-cta {
	margin-top: 1.25rem;
	background: #22c55e;
	color: #0b1220;
	font-weight: 800;
	border-radius: .25rem;
	padding: .8rem 1.2rem;
	display: inline-flex;
}

.featured-media {
	position: relative;
	display: grid;
	place-items: center;
	padding: 2rem;
}
.bg-gray-50{
	background-color: #ffffff !important;
}
.overlap-card {
	width: min(560px,86%);
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(2,6,23,.18);
	transform: translateX(-8%);
} /* overlap into left panel */
.overlap-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width:1023px) {
	.featured-left {
		min-height: unset;
		padding: 2rem 1.25rem;
	}

	.featured-media {
		padding: 1rem;
	}

	.overlap-card {
		transform: none;
		width: 100%;
	}
}

/* Swiper controls styled to match theme */
.swiper {
	--swiper-theme-color: #22c55e;
}

.swiper-button-next, .swiper-button-prev {
	width: 42px;
	height: 42px;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #0b1220;
	background: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 16px;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
	background: #94a3b8;
	opacity: .7;
}

.swiper-pagination-bullet-active {
	background: #22c55e!important;
	opacity: 1;
}

/* === v6 Featured Work (flush image + bottom controls) === */
.featured-wrap {
	position: relative;
}

.featured-swiper {
	position: relative;
	padding-bottom: 56px;
} /* room for progress + arrows */
.featured-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
}

@media(min-width:1024px) {
	.featured-split {
		grid-template-columns: 1.1fr 1.4fr;
	}
}

.featured-left {
	position: relative;
	height: 750px;
	background: #cbd8e4;
	padding: 3.25rem 2.25rem;
	display: flex;
	align-items: center;
	border-radius: .75rem;
}

.featured-inner {
	position: relative;
	z-index: 1;
	max-width: 56ch;
}

.featured-watermark {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="800" height="800" viewBox="0 0 200 200"><g fill="none" stroke="%23b7c8d8" stroke-width="16" stroke-opacity="0.35"><path d="M0 0 L200 200 M200 0 L0 200"/></g></svg>');
	background-size: 48%;
	background-repeat: no-repeat;
	background-position: center;
	mix-blend: multiply;
	opacity: .7;
}

.featured-title {
	font-weight: 800;
	color: #0b1220;
	font-size: clamp(1.8rem,3.2vw,2.8rem);
	line-height: 1.15;
}

.featured-sub {
	color: #2b3b53;
	font-weight: 700;
	margin-top: .85rem;
}

.featured-desc {
	color: #2b3b53;
	margin-top: 1.1rem;
}

.featured-cta {
	margin-top: 1.4rem;
	background: #22c55e;
	color: #0b1220;
	font-weight: 800;
	border-radius: .4rem;
	padding: .9rem 1.3rem;
	display: inline-flex;
}

.featured-media {
	position: relative;
	border-radius: .75rem;
	overflow: hidden;
  left :-50px;
  height: 500px;
  margin-top: 5%;
}

.featured-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Swiper controls placement */
.featured-swiper .swiper-button-prev,
.featured-swiper .swiper-button-next {
	position: absolute;
	bottom: 12px;
	top: auto;
	transform: none;
	z-index: 5;
}

.featured-swiper .swiper-button-prev {
	right: 72px;
	left: auto;
}

.featured-swiper .swiper-button-next {
	right: 20px;
}

.featured-swiper .swiper-button-next, .featured-swiper .swiper-button-prev {
	width: 44px;
	height: 44px;
	border: 1px solid #cbd5e1;
	border-radius: 999px;
	color: #0b1220;
	background: white;
	box-shadow: 0 6px 16px rgba(2,6,23,.08);
}

.featured-swiper .swiper-button-next:after, .featured-swiper .swiper-button-prev:after {
	font-size: 16px;
}

.featured-swiper .swiper-pagination {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 24px;
	top: auto;
	height: 4px;
}

.featured-swiper .swiper-pagination-progressbar {
	background: #e2e8f0;
	border-radius: 999px;
	overflow: hidden;
}

.featured-swiper .swiper-pagination-progressbar-fill {
	background: #34d399;
}

@media(max-width:1023px) {
	.fade.show{
		text-align: center;
	}	
	.text-slate-600 {
		padding: 20px !important;
		text-align: center;
	}
	.aboutcontent{
		width: 100% !important;
	}
	.aboutcontent_text{
		width: 100% !important;
	}
	.nav-center{display: none;}
	.hero-media {
		text-align: center;

	}
	
	.featured-left {
		min-height: unset;
		height: 950px !important;
		text-align: center;
		padding: 2rem 1.25rem;
		border-radius: .75rem .75rem 0 0;
	}

	.featured-media {
		border-radius: 0 0 .75rem .75rem;
		margin-top: 0px  !important;
		left: 0px !important;
		overflow: none !important;
	}

	.featured-swiper {
		padding-bottom: 64px;
	}

	.featured-swiper .swiper-pagination {
		left: 10%;
		right: 10%;
	}
	.bullet{display: none;}
	.bulletspace{line-height: 30px;}
}