/*
 * Hariman Forge site customizations.
 * Keep page-specific Elementor styling in WordPress; use this file for global brand polish.
 */

:root {
	--hariman-ink: #101820;
	--hariman-steel: #53616d;
	--hariman-gold: #c8932b;
	--hariman-surface: #f7f5f0;
	--hariman-white: #ffffff;
}

body {
	color: var(--hariman-ink);
}

a {
	text-underline-offset: 0.18em;
}

.hariman-location-map {
	background: #071230;
	border-radius: 4px;
	overflow: hidden;
}

.hariman-location-map img {
	display: block;
	height: min(460px, 54vw);
	object-fit: cover;
	width: 100%;
}

::selection {
	background: var(--hariman-gold);
	color: var(--hariman-white);
}

.elementor-element-cc297b6 .rs-pricing-table-currency,
.elementor-element-cc297b6 .rs-pricing-table-body,
.elementor-element-harprod2 .rs-pricing-table-currency,
.elementor-element-harprod2 .rs-pricing-table-body {
	display: none;
}

.elementor-element-cc297b6 .rs-pricing-table-price-text,
.elementor-element-harprod2 .rs-pricing-table-price-text {
	display: block;
	line-height: 1.15;
	white-space: normal;
}

.elementor-element-cc297b6 .rs-pricing-table-period,
.elementor-element-harprod2 .rs-pricing-table-period {
	display: block;
	margin-top: 10px;
}

.hariman-nexus-showcase {
	--hn-blue: #0d47d9;
	--hn-green: #5ecb35;
	--hn-ink: #0b1320;
	--hn-muted: #53616d;
	--hn-line: #e4eaf3;
	--hn-soft: #f5f8fc;
	color: var(--hn-ink);
}

.hariman-nexus-showcase .hn-hero,
.hariman-nexus-showcase .hn-section {
	margin-bottom: 42px;
}

.hariman-nexus-showcase .hn-hero {
	align-items: center;
	background: linear-gradient(135deg, #07101f 0%, #102446 55%, #173916 100%);
	border-radius: 8px;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
	overflow: hidden;
	padding: 54px;
	position: relative;
}

.hariman-nexus-showcase .hn-hero h1,
.hariman-nexus-showcase .hn-hero p,
.hariman-nexus-showcase .hn-hero .hn-url {
	color: #ffffff;
}

.hariman-nexus-showcase .hn-hero h1 {
	font-size: 52px;
	line-height: 1.05;
	margin: 0 0 18px;
}

.hariman-nexus-showcase .hn-lede {
	font-size: 19px;
	line-height: 1.7;
	margin-bottom: 24px;
	max-width: 680px;
}

.hariman-nexus-showcase .hn-kicker {
	color: var(--hn-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.hariman-nexus-showcase .hn-hero .hn-kicker {
	color: #77e84f;
}

.hariman-nexus-showcase .hn-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 14px;
}

.hariman-nexus-showcase .hn-button {
	background: var(--hn-blue);
	border: 1px solid var(--hn-blue);
	border-radius: 6px;
	color: #ffffff;
	display: inline-flex;
	font-weight: 700;
	line-height: 1;
	padding: 15px 22px;
	text-decoration: none;
}

.hariman-nexus-showcase .hn-button:hover {
	background: #0837aa;
	color: #ffffff;
}

.hariman-nexus-showcase .hn-button--ghost {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.42);
}

.hariman-nexus-showcase .hn-button--light {
	background: #ffffff;
	border-color: #ffffff;
	color: var(--hn-blue);
}

.hariman-nexus-showcase .hn-hero__logo {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	padding: 24px;
}

.hariman-nexus-showcase .hn-hero__logo img {
	display: block;
	height: auto;
	width: 100%;
}

.hariman-nexus-showcase .hn-hero__logo--product {
	background: #ffffff;
}

.hariman-nexus-showcase .hn-hero__logo--product img {
	border-radius: 6px;
	max-height: 360px;
	object-fit: contain;
}

.elementor-widget-rsprice .rs-pricing-icon img {
	max-height: 118px;
	object-fit: contain;
	width: auto;
}

.elementor-widget-rs-logo .rs-grid-figure {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 118px;
}

.elementor-widget-rs-logo .logo-img,
.elementor-widget-rs-logo .logo-img a,
.elementor-widget-rs-logo .rs-grid-figure > img {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border-radius: 8px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	min-height: 104px;
	padding: 12px;
	width: 100%;
}

.elementor-widget-rs-logo img.rs-grid-img {
	display: block;
	max-height: 76px !important;
	max-width: 100% !important;
	object-fit: contain;
	width: auto !important;
}

.hariman-nexus-showcase .hn-product-mark {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	color: #ffffff;
	padding: 42px 32px;
}

.hariman-nexus-showcase .hn-product-mark span,
.hariman-nexus-showcase .hn-product-mark strong,
.hariman-nexus-showcase .hn-product-mark em {
	display: block;
}

.hariman-nexus-showcase .hn-product-mark span {
	color: #77e84f;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.hariman-nexus-showcase .hn-product-mark strong {
	font-size: 42px;
	line-height: 1.08;
	margin: 12px 0;
}

.hariman-nexus-showcase .hn-product-mark em {
	color: rgba(255, 255, 255, 0.78);
	font-style: normal;
}

.hariman-nexus-showcase .hn-section {
	background: #ffffff;
	border: 1px solid var(--hn-line);
	border-radius: 8px;
	padding: 34px;
}

.hariman-nexus-showcase h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.hariman-nexus-showcase p {
	color: var(--hn-muted);
	line-height: 1.75;
}

.hariman-nexus-showcase .hn-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 42px;
}

.hariman-nexus-showcase .hn-card {
	background: var(--hn-soft);
	border: 1px solid var(--hn-line);
	border-radius: 8px;
	padding: 24px;
}

.hariman-nexus-showcase .hn-card h3 {
	font-size: 20px;
	margin: 0 0 10px;
}

.hariman-nexus-showcase .hn-split,
.hariman-nexus-showcase .hn-brochure {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
}

.hariman-nexus-showcase .hn-list {
	background: var(--hn-soft);
	border-radius: 8px;
	margin: 0;
	padding: 24px 28px;
}

.hariman-nexus-showcase .hn-list li {
	margin: 8px 0;
}

.hariman-nexus-showcase .hn-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 24px;
}

.hariman-nexus-showcase .hn-gallery--focused {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
}

.hariman-nexus-showcase .hn-shot {
	background: #f8fafc;
	border: 1px solid var(--hn-line);
	border-radius: 8px;
	overflow: hidden;
}

.hariman-nexus-showcase .hn-shot img {
	aspect-ratio: 3 / 4;
	display: block;
	object-fit: contain;
	object-position: top;
	padding: 12px;
	width: 100%;
}

.hariman-nexus-showcase .hn-shot span {
	display: block;
	font-weight: 700;
	padding: 12px 14px;
}

.hariman-nexus-showcase .hn-cta {
	background: linear-gradient(135deg, var(--hn-blue), #1d8f42);
	text-align: center;
}

.hariman-nexus-showcase .hn-cta h2,
.hariman-nexus-showcase .hn-cta p,
.hariman-nexus-showcase .hn-cta .hn-kicker {
	color: #ffffff;
}

.information-sidebar .rs-contact-box .sidebar_number a {
	color: #ffffff;
	text-decoration: none;
}

.information-sidebar .brochures-widget .brochures-txt {
	color: rgba(255, 255, 255, 0.86);
}

.elementor-21640 .elementor-element.elementor-element-eb245cf {
	background-color: #03228f;
	background-image: linear-gradient(90deg, rgba(3, 34, 143, 0.92), rgba(78, 149, 237, 0.82)), url("../../../../uploads/2020/11/services.jpg") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.elementor-21640 .elementor-element.elementor-element-eb245cf .rs-heading .title-inner .title {
	color: #ffffff !important;
}

.elementor-21640 .elementor-element.elementor-element-a16aa1c > .elementor-element-populated,
.elementor-21640 .elementor-element.elementor-element-a16aa1c > .elementor-widget-wrap,
.elementor-element.elementor-element-a16aa1c > .elementor-element-populated,
.elementor-element.elementor-element-a16aa1c > .elementor-widget-wrap {
	background: linear-gradient(rgba(3, 34, 143, 0.08), rgba(3, 34, 143, 0.08)), url("../../../../uploads/2020/11/hariman-about-consultation-roadmap.png") center center / cover no-repeat !important;
	background-image: linear-gradient(rgba(3, 34, 143, 0.08), rgba(3, 34, 143, 0.08)), url("../../../../uploads/2020/11/hariman-about-consultation-roadmap.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	min-height: 520px;
}

@media (max-width: 991px) {
	.hariman-nexus-showcase .hn-hero,
	.hariman-nexus-showcase .hn-split,
	.hariman-nexus-showcase .hn-brochure {
		grid-template-columns: 1fr;
	}

	.hariman-nexus-showcase .hn-grid,
	.hariman-nexus-showcase .hn-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.hariman-nexus-showcase .hn-hero,
	.hariman-nexus-showcase .hn-section {
		padding: 24px;
	}

	.hariman-nexus-showcase .hn-hero h1 {
		font-size: 38px;
	}

	.hariman-nexus-showcase .hn-grid,
	.hariman-nexus-showcase .hn-gallery {
		grid-template-columns: 1fr;
	}
}
