:root {
	--primary: #0f6f61;
	--primary-dark: #084f45;
	--accent: #d7a83f;
	--dark: #0f172a;
	--text: #475569;
	--soft: #f4f8f7;
	--border: #e2e8f0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: var(--text);
	line-height: 1.7;
	background: #ffffff;
}

a {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* color: var(--dark); */
	font-weight: 800;
	line-height: 1.2;
}

.top-strip {
	background: var(--primary-dark);
	color: #e5fffa;
	font-size: 13px;
	padding: 8px 0;
}

.main-navbar {
	border-bottom: 1px solid var(--border);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.site-logo {
	width: 58px;
	height: 48px;
	object-fit: contain;
}

.brand-text {
	color: var(--primary-dark);
	font-weight: 800;
	font-size: 18px;
	letter-spacing: -0.3px;
}

.navbar .nav-link {
	font-weight: 700;
	color: #334155;
	padding: 24px 14px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
	color: var(--primary);
}

.btn-primary {
	background: var(--primary);
	border-color: var(--primary);
	box-shadow: 0 10px 20px rgba(15, 111, 97, 0.18);
}

.btn-primary:hover {
	background: var(--primary-dark);
	border-color: var(--primary-dark);
}

.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}

.btn-outline-primary:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.hero-section {
	position: relative;
	overflow: hidden;
	background: #071d1a;
}

.hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0.48;
}

.hero-section::after,
.page-banner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(4, 35, 32, 0.92),
		rgba(4, 35, 32, 0.48),
		rgba(4, 35, 32, 0.2)
	);
}

.min-vh-hero {
	min-height: 650px;
	position: relative;
	z-index: 2;
}

.hero-card {
	max-width: 760px;
	padding: 38px;
	border-radius: 24px;
	background: rgba(4, 35, 32, 0.55);
	backdrop-filter: blur(2px);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card h1 {
	color: #ffffff;
	font-size: clamp(38px, 5vw, 66px);
	margin-bottom: 20px;
}

.hero-card .lead {
	color: #e5fffa;
	font-size: 19px;
	margin-bottom: 28px;
}

.section-padding {
	padding: 90px 0;
}

.bg-soft {
    background: #fff;
}
.bg-dark-blue {
	background: #0f2d37;
}
.text-white-75 {
	color: rgba(255, 255, 255, 0.75);
}

.section-eyebrow {
	color: var(--primary);
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1.5px;
	font-size: 13px;
}

.section-title {
	max-width: 760px;
	margin-bottom: 46px;
}
.section-title h2,
.section-padding h2 {
	font-size: clamp(30px, 4vw, 44px);
}

.shadow-soft {
	box-shadow: 0 22px 60px rgba(15, 23, 42, 0.14);
}

.feature-card,
.leader-card,
.form-card,
.contact-box {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 20px;
	padding: 28px;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.feature-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: rgba(15, 111, 97, 0.1);
	color: var(--primary);
	font-weight: 900;
	margin-bottom: 18px;
}

.product-card {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: 0 14px 42px rgba(15, 23, 42, 0.07);
	color: var(--text);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.product-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}

.product-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.compact-card img {
	height: 190px;
}

.product-card-body {
	padding: 24px;
}
.product-card h4,
.product-card h5 {
	color: var(--dark);
}
.product-card p {
	margin-bottom: 0;
}
.read-more {
	color: var(--primary);
	font-weight: 800;
}

.check-item {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 14px;
	padding: 16px 18px;
	font-weight: 700;
}

.check-item::before {
	content: "✓";
	display: inline-block;
	margin-right: 10px;
	color: var(--accent);
}

.page-banner {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.page-banner.small-banner {
	min-height: 300px;
}
.page-banner .container {
	position: relative;
	z-index: 2;
}
.page-banner h1 {
	color: #fff;
	max-width: 900px;
	font-size: clamp(36px, 5vw, 58px);
}

.timeline {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.timeline-item {
	background: #fff;
	border-radius: 20px;
	padding: 28px;
	border: 1px solid var(--border);
}

.timeline-item span {
	display: inline-block;
	color: var(--primary);
	font-weight: 900;
	margin-bottom: 12px;
}

.gallery-card {
	overflow: hidden;
	background: #fff;
	border-radius: 18px;
	border: 1px solid var(--border);
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.gallery-card img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gallery-card h5 {
	padding: 20px;
	margin: 0;
}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {
	position: relative;
	padding: 12px 0 12px 34px;
	border-bottom: 1px solid var(--border);
	font-weight: 700;
}

.feature-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--primary);
}

.certificate-img {
	max-width: 420px;
	width: 100%;
	border-radius: 16px;
}

.form-control {
	min-height: 50px;
	border-radius: 12px;
	border-color: var(--border);
}

textarea.form-control {
	min-height: 140px;
}

.cta-section {
	background: linear-gradient(135deg, var(--primary), var(--primary-dark));
	padding: 64px 0;
}

.site-footer {
	background: #071d1a;
	color: rgba(255, 255, 255, 0.72);
	padding: 70px 0 28px;
}

.site-footer h6 {
	color: #fff;
	margin-bottom: 18px;
}
.footer-logo {
	max-width: 180px;
	background: #fff;
	border-radius: 10px;
	padding: 8px;
}
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-links li {
	margin-bottom: 9px;
}
.footer-links a {
	color: rgba(255, 255, 255, 0.72);
}
.footer-links a:hover {
	color: #fff;
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 42px;
	padding-top: 22px;
	font-size: 14px;
}

.back-to-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--primary);
	color: #fff;
	display: none;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	z-index: 1000;
}
.back-to-top.show {
	display: flex;
}

@media (max-width: 991px) {
	.navbar .nav-link {
		padding: 10px 0;
	}
	.min-vh-hero {
		min-height: 560px;
	}
	.hero-card {
		padding: 28px;
	}
	.timeline {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.brand-text {
		font-size: 14px;
	}
	.site-logo {
		width: 48px;
		height: 42px;
	}
	.section-padding {
		padding: 60px 0;
	}
	.hero-card {
		padding: 22px;
	}
}

.product-count-badge,
.gallery-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

.product-count-badge {
	color: var(--primary-dark);
	background: rgba(15, 111, 97, 0.1);
	border: 1px solid rgba(15, 111, 97, 0.18);
	padding: 10px 16px;
}

.gallery-count {
	color: var(--primary);
	background: rgba(15, 111, 97, 0.08);
	padding: 6px 10px;
}

.product-gallery-card img {
	height: 220px;
	transition: transform 0.25s ease;
}

.product-gallery-card:hover img {
	transform: scale(1.04);
}

.compact-list li {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 14px;
}

.product-dropdown {
	width: 320px;
	max-height: 70vh;
	overflow-y: auto;
	border-radius: 14px;
	border: 1px solid var(--border);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.14);
}

.product-dropdown .dropdown-item {
	white-space: normal;
	font-weight: 600;
	color: #334155;
	padding: 9px 16px;
}

.product-dropdown .dropdown-item:hover {
	color: var(--primary);
	background: rgba(15, 111, 97, 0.08);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.82);
}
.site-footer a:hover {
	color: #fff;
}
/* Standard Contact Page */
.contact-banner .container {
	max-width: 960px;
}

.contact-banner-text {
	position: relative;
	z-index: 2;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	margin-top: 14px;
}

.contact-page-section {
	background: linear-gradient(180deg, #ffffff 0%, #f6fbfa 100%);
}

.contact-info-card,
.contact-left-panel,
.contact-form-card,
.map-card {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.contact-info-card {
	padding: 28px;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.contact-info-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.contact-info-icon {
	width: 54px;
	height: 54px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 16px;
	background: rgba(15, 111, 97, 0.1);
	color: var(--primary);
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 18px;
}

.contact-left-panel,
.contact-form-card {
	padding: 34px;
}

.contact-mini-item {
	padding: 17px 0;
	border-bottom: 1px solid var(--border);
}

.contact-mini-item strong,
.contact-mini-item span {
	display: block;
}

.contact-action-box {
	border-radius: 18px;
	padding: 24px;
	background: var(--soft);
	border: 1px solid rgba(15, 111, 97, 0.12);
}

.contact-standard-form .form-label {
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 8px;
}

.contact-standard-form .form-control,
.contact-standard-form .form-select {
	min-height: 52px;
	border-radius: 14px;
	border-color: var(--border);
	box-shadow: none;
}

.contact-standard-form .form-control:focus,
.contact-standard-form .form-select:focus {
	border-color: var(--primary);
	box-shadow: 0 0 0 0.2rem rgba(15, 111, 97, 0.1);
}

.map-card {
	overflow: hidden;
}

.map-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 28px;
	border-bottom: 1px solid var(--border);
}

.map-card iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}

@media (max-width: 767px) {
	.contact-left-panel,
	.contact-form-card,
	.contact-info-card {
		padding: 24px;
	}

	.map-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
	}

	.map-card iframe {
		height: 330px;
	}
}
/* Compact Product Listing Page */

.product-compact-banner {
	min-height: 270px;
}

.product-compact-banner h1 {
	max-width: 720px;
}

.product-banner-subtitle {
	position: relative;
	z-index: 2;
	max-width: 620px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	margin: 10px 0 0;
}

.product-compact-section {
	padding: 56px 0;
}

.compact-product-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.compact-product-header h2 {
	font-size: clamp(26px, 3vw, 36px);
	margin-bottom: 8px;
}

.compact-product-header p:not(.section-eyebrow) {
	max-width: 780px;
	font-size: 15px;
}

.product-count-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	border-radius: 999px;
	background: rgba(15, 111, 97, 0.1);
	color: var(--primary-dark);
	border: 1px solid rgba(15, 111, 97, 0.18);
	font-size: 13px;
	font-weight: 800;
	padding: 8px 14px;
}

.product-compact-card {
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid var(--border);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	text-decoration: none;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.product-compact-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.11);
}

.product-compact-img-wrap {
	position: relative;
	overflow: hidden;
}

.product-compact-card img {
	width: 100%;
	height: 155px;
	object-fit: cover;
	display: block;
	transition: transform 0.25s ease;
}

.product-compact-card:hover img {
	transform: scale(1.04);
}

.product-compact-img-wrap .gallery-count {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #ffffff;
	background: rgba(7, 29, 26, 0.78);
	backdrop-filter: blur(2px);
	border-radius: 999px;
	padding: 5px 9px;
	font-size: 11px;
	font-weight: 700;
}

.product-compact-card .product-card-body {
	padding: 16px;
}

.product-compact-card h4 {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 8px;
	color: var(--dark);
}

.product-compact-card p {
	font-size: 13px;
	line-height: 1.5;
	color: #64748b;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 39px;
	margin-bottom: 0;
}

.product-feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 12px 0 13px;
}

.product-feature-tags span {
	max-width: 100%;
	border-radius: 999px;
	background: rgba(15, 111, 97, 0.08);
	color: var(--primary-dark);
	font-size: 11px;
	font-weight: 700;
	padding: 5px 9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-compact-card .read-more {
	font-size: 13px;
	color: var(--primary);
	font-weight: 800;
}

.compact-capability-section {
	padding: 38px 0 52px;
}

.compact-capability-section .compact-product-header {
	align-items: flex-start;
}

.compact-capability-section h2 {
	font-size: clamp(24px, 3vw, 32px);
}

.capability-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.capability-strip span {
	background: #ffffff;
	border: 1px solid var(--border);
	border-radius: 999px;
	color: #334155;
	font-weight: 800;
	font-size: 13px;
	padding: 9px 14px;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

@media (max-width: 767px) {
	.product-compact-section {
		padding: 42px 0;
	}

	.compact-product-header {
		display: block;
	}

	.compact-product-header .product-count-badge {
		margin-top: 14px;
	}

	.product-compact-card img {
		height: 175px;
	}
}
.footer-social-links{display:flex;flex-wrap:wrap;gap:8px}.footer-social-links a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:5px 10px;font-size:12px;text-decoration:none;color:inherit}.footer-social-links a:hover{background:rgba(255,255,255,.08)}
