:root {
	--primary: #a22426;
	--primary-dark: #2b2a29;
	--gold: #c7a35a;
	--bg: #ffffff;
	--surface: #f7f7f5;
	--surface-alt: #f1f0ee;
	--text: #101828;
	--muted: #667085;
	--border: rgba(16, 24, 40, 0.08);
	--shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Roboto", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top left, rgba(162, 36, 38, 0.08), transparent 24%),
		radial-gradient(circle at top right, rgba(199, 163, 90, 0.1), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	display: block;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: 0.35s ease;
}

.main-header.nav-scrolled {
	background: rgba(0, 0, 0, 0.66);
	box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
	backdrop-filter: blur(16px);
}

.navbar {
	padding: 0px 0;
}

.brand-mark {
	  font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #fff;
	font-size: 1.1rem;
}

.nav-scrolled .brand-mark,
.nav-scrolled .nav-link,
.nav-scrolled .search-toggle {
	/* color: var(--text) !important; */
}

.nav-link {
	color: rgba(255, 255, 255, 0.88) !important;
	font-weight: 600;
	padding: 0.75rem 1rem !important;
	border-radius: 999px;
}

.nav-link:hover,
.nav-link:focus {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08);
}

.nav-scrolled .nav-link:hover,
.nav-scrolled .nav-link:focus {
	background: rgba(162, 36, 38, 0.08);
	color: var(--primary) !important;
}

.search-toggle {
	border: 0;
	background: transparent;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
}

.btn-gold {
	background: linear-gradient(135deg, var(--gold), #e0c27b);
	color: #1f1a12;
	font-weight: 700;
	border: 0;
	padding: 0.9rem 1.4rem;
	border-radius: 999px;
	box-shadow: 0 16px 30px rgba(199, 163, 90, 0.2);
}

.btn-gold:hover {
	color: #1f1a12;
	transform: translateY(-1px);
}

.btn-outline-light,
.btn-outline-dark {
	padding: 0.9rem 1.4rem;
	border-radius: 999px;
	font-weight: 700;
}

.btn-outline-light {
	border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline-dark {
	border-color: rgba(16, 24, 40, 0.15);
}

.mega-menu {
	border: 0;
	border-radius: 28px;
	box-shadow: 0 30px 80px rgba(16, 24, 40, 0.12);
}

.mega-label,
.section-kicker,
.eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.76rem;
	color: var(--primary);
	font-weight: 700;
}
/* Hero media positioning */
.hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; /* Overlay ke neeche dikhane ke liye */
}

/* Video ki styling */
.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Video aspect ratio maintain karke poore screen ko cover karegi */
    object-position: center;
}
.mega-menu h3,
.section-title,
.hero-content h1 {
	  font-family: "Plus Jakarta Sans", sans-serif; }

.mega-link {
	min-height: 112px;
	border: 1px solid var(--border);
	border-radius: 20px;
	padding: 18px;
	color: var(--text);
	background: linear-gradient(180deg, #fff, #fbfbfa);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	transition: 0.25s ease;
}

.mega-link:hover {
	transform: translateY(-4px);
	border-color: rgba(162, 36, 38, 0.25);
	box-shadow: var(--shadow);
}

.mega-link i {
	color: var(--primary);
	font-size: 1.4rem;
}

.hero-section {
	height: 100vh;
	min-height: 760px;
	position: relative;
}

.heroSwiper,
.hero-slide {
	height: 100%;
}

.hero-slide {
	position: relative;
}

.hero-media {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(16, 24, 40, 0.28), rgba(16, 24, 40, 0.44)),
		url('https://images.unsplash.com/photo-1494522855154-9297ac14b55f?auto=format&fit=crop&w=1800&q=80') center/cover;
	transform: scale(1.06);
}

.hero-video-wrap {
	overflow: hidden;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	background: #000;
}

.hero-media-alt {
	background:
		linear-gradient(180deg, rgba(16, 24, 40, 0.28), rgba(16, 24, 40, 0.44)),
		url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero-media-alt-2 {
	background:
		linear-gradient(180deg, rgba(16, 24, 40, 0.28), rgba(16, 24, 40, 0.44)),
		url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(10, 16, 30, 0.20), rgba(10, 16, 30, 0.48));
}

.hero-content {
	max-width: 920px;
	color: #fff;
	padding-top: 4rem;
}

.hero-content h1 {
	font-size: clamp(3rem, 6.5vw, 4.4rem);
	line-height: 0.98;
	max-width: 12ch;
	margin: 0;
}

.hero-copy {
	max-width: 650px;
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-top: 1.2rem;
}

.hero-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.55);
	opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.hero-next-preview {
	position: absolute;
	right: 5vw;
	bottom: 5vw;
	z-index: 6;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	width: min(380px, calc(100vw - 2rem));
	transition: 0.35s ease;
}

.hero-next-thumb {
	position: relative;
	flex: 0 0 calc(50% - 5px);
	width: calc(50% - 5px);
	aspect-ratio: 16 / 9;
	min-height: 0;
	border: 1px solid rgba(255, 255, 255, 0.32);
	padding: 0;
	border-radius: 0;
	overflow: hidden;
	background: #f2f2f2 center/cover no-repeat;
	box-shadow: 0 20px 42px rgba(10, 16, 30, 0.18);
	text-align: left;
	color: var(--text);
	appearance: none;
}

.hero-thumb-video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
	background: #000;
}

.hero-next-thumb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 24, 40, 0.05), rgba(16, 24, 40, 0.22));
	opacity: 1;
	pointer-events: none;
}

.hero-next-thumb.is-active::after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 1.5px;
	background: linear-gradient(135deg, rgba(199, 163, 90, 1), rgba(162, 36, 38, 1));
	mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	animation: previewBorderSweep var(--preview-duration, 5s) linear forwards;
	pointer-events: none;
}

.section-pad {
	padding: 96px 0;
}

.section-white {
	background: #fff;
}

.section-tint {
	background: linear-gradient(180deg, #fbfbfa 0%, #f5f5f3 100%);
}

.section-title {
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 1.02;
	margin-bottom: 0;
}

.section-text {
	color: var(--muted);
	line-height: 1.8;
}
.navbar-brand .logo {
	width: auto;
	height: 82px;
	object-fit: contain;
}

.info-card,
.vertical-card,
.team-card,
.project-card,
.stat-card,
.csr-panel,
.news-card,
.map-panel,
.contact-form,
.search-modal {
	border: 1px solid var(--border);
	/* box-shadow: var(--shadow); */
	background: #fff;
}

.info-card,
.stat-card,
.csr-panel,
.contact-form {
	border-radius: 24px;
	padding: 28px;
}

.info-card h3,
.vertical-card h3,
.team-card h3,
.project-card h3,
.csr-card h3,
.news-copy h3,
.contact-details p,
.map-label,
.footer-brand,
.site-footer h3 {
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.timeline-wrap {
	position: relative;
	padding-top: 24px;
}

.timeline-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 38px;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(162, 36, 38, 0.18), transparent);
}

.timeline-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.timeline-item {
	background: #fff;
	border-radius: 22px;
	padding: 24px;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.timeline-item span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(162, 36, 38, 0.08);
	color: var(--primary);
	font-weight: 800;
}

.timeline-item h4 {
	margin: 18px 0 10px;
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.vertical-card {
	display: block;
	height: 100%;
	padding: 28px;
	border-radius: 28px;
	color: var(--text);
	transition: 0.28s ease;
}

.vertical-card:hover {
	transform: translateY(-8px);
	border-color: rgba(162, 36, 38, 0.22);
}

.vertical-icon {
	width: 64px;
	height: 64px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(162, 36, 38, 0.1), rgba(199, 163, 90, 0.14));
	display: grid;
	place-items: center;
	color: var(--primary);
	font-size: 1.4rem;
	margin-bottom: 18px;
}

.leader-portrait {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow);
}

.leader-portrait img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 520px;
}

.leadership-message {
	padding: 24px 28px;
	border-left: 4px solid var(--primary);
	background: var(--surface);
	border-radius: 0 22px 22px 0;
	margin-top: 24px;
}

.leadership-message p {
	margin: 0 0 12px;
	line-height: 1.8;
}

.team-card {
	display: flex;
	gap: 18px;
	align-items: center;
	padding: 18px;
	border-radius: 24px;
}

.team-card img {
	width: 90px;
	height: 110px;
	object-fit: cover;
	border-radius: 18px;
}

.business-tabs {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}

.business-tab {
	appearance: none;
	border: 0;
	background: transparent;
	padding: 0 0 10px;
	font: inherit;
	font-weight: 700;
	font-size: 1.05rem;
	color: rgba(15, 23, 42, 0.34);
	border-bottom: 4px solid transparent;
	transition: color 0.22s ease, border-color 0.22s ease;
}

.business-tab.active {
	color: var(--primary);
	border-color: var(--primary);
}

.business-showcase {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: 14px;
	align-items: stretch;
}

.business-panels {
	display: block;
}

.business-panel[hidden] {
	display: none;
}

.business-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	align-content: start;
}

.business-card,
.business-feature {
	border-radius: 0;
	overflow: hidden;
	position: relative;
	min-height: 150px;
	box-shadow: none;
}

.business-card {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	min-height: 150px;
	background: linear-gradient(135deg, rgba(10, 132, 168, 0.9), rgba(141, 58, 170, 0.92));
	color: #fff;
	text-decoration: none;
	transition: transform 0.24s ease, filter 0.24s ease;
}

.business-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 45%), linear-gradient(180deg, rgba(15, 23, 42, 0.1), rgba(15, 23, 42, 0.78));
	z-index: 0;
}

.business-card span,
.business-card p,
.business-card i,
.business-feature-overlay,
.business-feature-footer {
	position: relative;
	z-index: 1;
}

.business-card p {
	margin: 10px 0 0;
	font-size: 0.94rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.86);
}

.business-card span {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.2;
}

.business-card-icon {
	width: 52px;
	height: 52px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	margin-bottom: 16px;
	background: rgba(255, 255, 255, 0.16);
	backdrop-filter: blur(10px);
	font-size: 1.35rem;
	color: #fff;
}

.business-card i {
	position: absolute;
	right: 18px;
	top: 18px;
	margin-left: auto;
	font-size: 1.55rem;
}

.business-card-featured {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	min-height: 150px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	justify-content: space-between;
	padding: 18px 18px 18px 20px;
}

.business-card-featured::after {
	background: linear-gradient(135deg, rgba(5, 141, 177, 0.18), rgba(141, 58, 170, 0.86));
}

.business-card-featured i {
	font-size: 2rem;
}

.business-card:nth-child(2),
.business-card:nth-child(3),
.business-card:nth-child(4),
.business-card:nth-child(5),
.business-card:nth-child(6),
.business-card:nth-child(7),
.business-card:nth-child(8) {
	min-height: 148px;
}

.business-card:hover {
	transform: translateY(-4px);
	filter: saturate(1.05);
}

.business-feature {
	min-height: 100%;
	background: #0d1320;
}

.business-feature img {
	width: 100%;
	height: 100%;
	min-height: 620px;
	object-fit: cover;
	display: block;
}

.business-feature-overlay {
	position: absolute;
	inset: auto 0 0 0;
	padding: 22px 22px 24px;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.05), rgba(2, 6, 23, 0.9));
}

.business-feature-kicker {
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 0.72rem;
	color: rgba(255, 255, 255, 0.8);
}

.business-feature h3 {
	margin: 0;
	max-width: 27ch;
	margin-bottom: 2rem;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(1.8rem, 2.2vw, 2.9rem);
	line-height: 1.05;
	color: #fff;
}

.business-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 18px;
	align-items: center;
	padding: 0 0 18px;
	font-size: 1.02rem;
	color: rgba(255, 255, 255, 0.9);
}

.business-feature-tags span {
	position: relative;
	padding-right: 18px;
}

.business-feature-tags span:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.26);
	transform: translateY(-50%);
}

.business-feature-footer {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.business-feature-footer a {
	color: #fff;
	font-weight: 600;
	font-size: 1.08rem;
	text-decoration: none;
}

.business-roster {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.roster-card {
	display: flex;
	gap: 18px;
	align-items: flex-start;
	padding: 22px 20px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
}

.roster-card span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 14px;
	background: rgba(162, 36, 38, 0.08);
	color: var(--primary);
	font-weight: 800;
}

.roster-card h3 {
	margin-bottom: 8px;
	font-size: 1.08rem;
}

.roster-card p {
	margin-bottom: 0;
	color: var(--muted);
	line-height: 1.65;
}

.news-copy span {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--primary);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.stats-grid .stat-card {
	min-height: 210px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, rgba(247, 243, 238, 0.7) 100%);
	padding: 30px 28px;
}

.stats-grid .stat-card::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, var(--primary), #d3a95a);
}

.stats-header .section-title {
	max-width: 24ch;
}

.stat-icon {
	width: 54px;
	height: 54px;
	border-radius: 18px;
	display: grid;
	place-items: center;
	margin-bottom: 20px;
	background: linear-gradient(135deg, rgba(162, 36, 38, 0.12), rgba(199, 163, 90, 0.18));
	color: var(--primary);
	font-size: 1.35rem;
}

.stat-card span[data-count] {
	display: block;
	font-size: clamp(2.4rem, 5vw, 4rem);
	  font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	color: var(--primary-dark);
	line-height: 1;
}

.stat-card p {
	margin: 12px 0 0;
	font-size: 1.02rem;
	font-weight: 600;
	color: var(--muted);
}

.csr-panel {
	display: grid;
	gap: 14px;
}

.csr-panel div {
	padding: 16px 18px;
	background: var(--surface);
	border-radius: 18px;
	display: flex;
	gap: 12px;
	align-items: center;
}

.csr-panel i {
	color: var(--primary);
	font-size: 1.15rem;
}


.csr-carousel {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 88px;
	gap: 12px;
	align-items: stretch;
}

.csr-carousel-main {
	position: relative;
	min-height: 640px;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: var(--shadow);
	background: #0b111b;
	padding: 34px;
	color: #fff;
}

.csr-carousel-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.03);
	transform-origin: center center;
	animation: csrImageZoom 18s ease-in-out infinite alternate;
	transition: opacity 0.35s ease, transform 0.55s ease;
	will-change: transform, opacity;
	opacity: 1;
}

.csr-carousel.is-transitioning .csr-carousel-image {
	opacity: 0.4;
	transform: scale(1.1);
}

.csr-carousel-overlay,
.csr-carousel-main::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.csr-carousel-overlay {
	background:
		radial-gradient(circle at 18% 70%, rgba(111, 180, 63, 0.18), transparent 18%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.04) 34%, rgba(2, 6, 23, 0.15) 100%);
}

.csr-carousel-main::before {
	background: linear-gradient(180deg, rgba(12, 16, 24, 0.08), rgba(12, 16, 24, 0.78));
}

.csr-carousel-copy,
.csr-carousel-rail,
.csr-pill-list {
	position: relative;
	z-index: 1;
}

.csr-carousel-copy {
	max-width: 30ch;
	position: absolute;
	left: 34px;
	bottom: 42px;
	text-transform: uppercase;
}

.csr-carousel-copy span {
	display: block;
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.03em;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.csr-carousel-copy h3 {
	margin: 16px 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	line-height: 1;
	text-transform: none;
}

.csr-carousel-copy p {
	margin: 14px 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	text-transform: none;
	color: rgba(255, 255, 255, 0.92);
}

.csr-carousel-copy a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.02rem;
	text-transform: none;
}

.csr-carousel-rail {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.csr-carousel-tab {
	appearance: none;
	border: 0;
	width: 88px;
	flex: 1;
	border-radius: 18px;
	padding: 14px 10px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=500&q=80') center/cover no-repeat;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	color: #fff;
	cursor: pointer;
	transition: transform 0.24s ease, filter 0.24s ease, opacity 0.24s ease;
}

.csr-carousel-tab::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.66));
	transition: background 0.24s ease;
}

.csr-carousel-tab:hover,
.csr-carousel-tab.active {
	transform: translateY(-4px);
	filter: saturate(1.05);
}

.csr-carousel-tab.active::after {
	background: linear-gradient(180deg, rgba(162, 36, 38, 0.08), rgba(2, 6, 23, 0.74));
}

.csr-carousel-tab-index,
.csr-carousel-tab-label {
	position: relative;
	z-index: 1;
}

.csr-carousel-tab-index {
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	font-weight: 800;
	color: rgba(255, 255, 255, 0.82);
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}

.csr-carousel-tab-label {
	font-size: 0.98rem;
	line-height: 1.2;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: center;
}

.csr-carousel-tab.active .csr-carousel-tab-index {
	color: #fff;
}

.csr-carousel-tab.active .csr-carousel-tab-label {
	font-weight: 700;
}

.csr-visual {
	position: relative;
	min-height: 640px;
	border-radius: 34px;
	overflow: hidden;
	box-shadow: var(--shadow);
	background: #0b111b;
	padding: 34px;
	color: #fff;
}

.csr-visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(12, 16, 24, 0.08), rgba(12, 16, 24, 0.78)),
		url('https://images.unsplash.com/photo-1526634332515-d56c8b8942e3?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;
	transform: scale(1.03);
	transform-origin: center center;
	animation: csrImageZoom 18s ease-in-out infinite alternate;
	z-index: 0;
}

.csr-visual::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 70%, rgba(111, 180, 63, 0.18), transparent 18%),
		linear-gradient(90deg, rgba(2, 6, 23, 0.18), rgba(2, 6, 23, 0.04) 34%, rgba(2, 6, 23, 0.15) 100%);
	pointer-events: none;
}

.csr-visual-copy,
.csr-visual-card,
.csr-side-rail,
.csr-pill-list {
	position: relative;
	z-index: 1;
}

.csr-visual-copy {
	max-width: 30ch;
	position: absolute;
	left: 34px;
	bottom: 42px;
	text-transform: uppercase;
}

.csr-visual-copy span {
	display: block;
	font-size: clamp(2.8rem, 5vw, 4.8rem);
	font-weight: 800;
	line-height: 0.95;
	letter-spacing: -0.03em;
	text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.csr-visual-copy h3 {
	margin: 16px 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: clamp(2.2rem, 3vw, 3.2rem);
	line-height: 1;
	text-transform: none;
}

.csr-visual-copy a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 18px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.02rem;
	text-transform: none;
}

.csr-visual-card {
	position: absolute;
	left: 33%;
	bottom: 58px;
	max-width: 360px;
	padding: 24px 26px 22px;
	background: rgba(7, 11, 20, 0.72);
	backdrop-filter: blur(16px);
	border-left: 1px solid rgba(255, 255, 255, 0.38);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.csr-visual-card p {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.92);
}

.csr-side-rail {
	position: absolute;
	right: 18px;
	top: 18px;
	bottom: 18px;
	display: flex;
	gap: 10px;
}

.csr-side-rail-item {
	width: 64px;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		url('https://images.unsplash.com/photo-1511632765486-a01980e01a18?auto=format&fit=crop&w=500&q=80') center/cover no-repeat;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 14px 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.csr-side-rail-item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(2, 6, 23, 0.66));
}

.csr-side-rail-item span {
	position: relative;
	z-index: 1;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 1.05rem;
	letter-spacing: 0.03em;
	color: rgba(255, 255, 255, 0.92);
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.csr-pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 14px;
}

.csr-pill-list span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(7, 11, 20, 0.5);
	backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, 0.94);
	font-size: 0.98rem;
	line-height: 1.3;
}

.csr-pill-list i {
	color: #fff;
}

@keyframes csrImageZoom {
	0% {
		transform: scale(1.03) translate3d(0, 0, 0);
	}
	100% {
		transform: scale(1.12) translate3d(-1.5%, -1%, 0);
	}
}

.news-card {
	overflow: hidden;
	border-radius: 10px;
}

.news-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.news-copy {
	padding: 22px;
}

.map-panel {
	min-height: 460px;
	border-radius: 32px;
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at center, rgba(162, 36, 38, 0.08), transparent 30%),
		linear-gradient(135deg, #ffffff, #f4f4f2);
}

.map-panel::before {
	content: "";
	position: absolute;
	inset: 26px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(16, 24, 40, 0.05), rgba(16, 24, 40, 0.02)),
		url('https://upload.wikimedia.org/wikipedia/commons/thumb/8/80/BlankMap-World-noborders.png/1280px-BlankMap-World-noborders.png') center/contain no-repeat;
	opacity: 0.34;
}

.map-pin {
	position: absolute;
	width: 18px;
	height: 18px;
	background: var(--primary);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(162, 36, 38, 0.12);
	animation: pulse 2.6s infinite;
}

.pin-1 { left: 28%; top: 34%; }
.pin-2 { left: 41%; top: 50%; }
.pin-3 { left: 57%; top: 40%; }

.map-label {
	position: absolute;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: var(--shadow);
	font-size: 0.95rem;
}

.label-1 { left: 18%; top: 24%; }
.label-2 { left: 32%; top: 64%; }
.label-3 { left: 54%; top: 24%; }

.contact-details p {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 14px;
}

.contact-details i {
	color: var(--primary);
}

.contact-form .form-control {
	border-radius: 16px;
	min-height: 56px;
	border-color: rgba(16, 24, 40, 0.12);
}

.contact-form textarea.form-control {
	min-height: 160px;
}

.site-footer {
	background: var(--primary-dark);
	color: rgba(255, 255, 255, 0.86);
	padding: 70px 0 26px;
}

.site-footer h3,
.footer-brand {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.site-footer a {
	display: block;
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 10px;
}

.site-footer a:hover {
	color: #fff;
}

.footer-bottom {
	margin-top: 34px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.socials {
	display: flex;
	gap: 14px;
}

.socials a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.08);
}

.search-modal {
	border-radius: 24px;
}

.form-control:focus {
	box-shadow: 0 0 0 0.2rem rgba(162, 36, 38, 0.12);
	border-color: rgba(162, 36, 38, 0.35);
}

.swiper-pagination-bullet {
	background: rgba(16, 24, 40, 0.25);
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: var(--primary);
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--primary);
}

.nav-scrolled .navbar-toggler {
	border-color: rgba(16, 24, 40, 0.15);
}

.navbar-toggler {
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.timeline-item,
.vertical-card,
.project-card-large,
.news-card,
.info-card,
.stat-card,
.team-card,
.csr-panel div,
.map-panel,
.contact-form,
.mega-link {
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.vertical-card:hover,
.project-card-large:hover,
.news-card:hover,
.team-card:hover,
.info-card:hover,
.stat-card:hover,
.mega-link:hover {
	transform: translateY(-6px);
}

@keyframes pulse {
	0% { box-shadow: 0 0 0 0 rgba(162, 36, 38, 0.24); }
	70% { box-shadow: 0 0 0 16px rgba(162, 36, 38, 0); }
	100% { box-shadow: 0 0 0 0 rgba(162, 36, 38, 0); }
}

@keyframes previewBorderSweep {
	from { clip-path: inset(0 100% 0 0); }
	to { clip-path: inset(0 0 0 0); }
}

@media (max-width: 1199px) {
	.main-header {
		background: rgba(16, 24, 40, 0.9);
	}

	.navbar-collapse {
		background: #fff;
		padding: 18px;
		border-radius: 24px;
		margin-top: 14px;
		box-shadow: var(--shadow);
	}

	.nav-link {
		color: var(--text) !important;
	}

	.search-toggle {
		color: #fff;
	}

	.brand-mark {
		color: #fff;
	}
}

@media (max-width: 991px) {
	.hero-section {
		min-height: 840px;
	}

	.hero-content h1 {
		max-width: 10ch;
	}

	.timeline-grid,
	.section-pad .row.stats-grid {
		grid-template-columns: 1fr;
	}

	.project-card-large img {
		height: 420px;
	}

	.business-showcase {
		grid-template-columns: 1fr;
	}

	.business-feature img {
		min-height: 420px;
	}

	.business-roster {
		grid-template-columns: 1fr;
	}

	.csr-visual {
		min-height: 720px;
	}

	.csr-carousel-copy {
		left: 22px;
		right: 88px;
		bottom: 156px;
		max-width: none;
	}

	.csr-visual-card {
		left: 22px;
		right: 88px;
		bottom: 84px;
		max-width: none;
	}

	.csr-carousel-rail {
		left: 22px;
		right: 22px;
		flex-direction: row;
		top: auto;
		bottom: 18px;
		height: 170px;
	}

	.csr-carousel-tab {
		width: auto;
	}

	.csr-carousel-tab-label,
	.csr-carousel-tab-index {
		writing-mode: horizontal-tb;
		transform: none;
	}

	.map-panel {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	.hero-content h1 {
		font-size: clamp(2.6rem, 10vw, 3.6rem);
	}

	.section-pad {
		padding: 70px 0;
	}

	.business-grid {
		grid-template-columns: 1fr;
	}

	.business-tabs {
		justify-content: flex-start;
		gap: 14px;
		flex-wrap: wrap;
	}

	.csr-carousel {
		grid-template-columns: 1fr;
	}

	.csr-carousel-rail {
		flex-direction: row;
		height: auto;
		flex-wrap: wrap;
	}

	.csr-carousel-tab {
		width: calc(50% - 5px);
		min-height: 108px;
	}

	.csr-carousel-copy {
		left: 18px;
		right: 18px;
		bottom: 178px;
		max-width: none;
	}

	.csr-visual {
		min-height: 820px;
		padding: 22px;
	}

	.csr-pill-list span {
		width: 100%;
	}

	.team-card {
		align-items: flex-start;
	}

	.team-card img {
		width: 72px;
		height: 92px;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 575px) {
	.hero-section {
		min-height: 760px;
	}

	.hero-content {
		padding-top: 5rem;
	}

	.hero-next-preview {
		right: 1rem;
		left: 1rem;
		bottom: 1rem;
		width: auto;
	}

	.hero-next-thumb {
		width: calc(50% - 5px);
		min-height: 0;
	}

	.project-copy {
		left: 14px;
		right: 14px;
		bottom: 14px;
	}

	.map-label {
		font-size: 0.8rem;
	}

	.pin-1 { left: 24%; top: 34%; }
	.pin-2 { left: 40%; top: 50%; }
	.pin-3 { left: 58%; top: 40%; }
}