@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_907NSg.ttf") format("truetype");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf") format("truetype");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf") format("truetype");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf") format("truetype");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf") format("truetype");
}

@font-face {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("../fonts/google/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_KUnNSg.ttf") format("truetype");
}

:root {
	--alt-font: "Plus Jakarta Sans", sans-serif;
	--primary-font: "Plus Jakarta Sans", sans-serif;
	--bric-gold: #E8A200;
	--bric-yellow: #FAC600;
	--bric-green: #1D7A3A;
	--bric-green-dark: #0F4C1E;
	--bric-dark: #111A14;
	--bric-dark-soft: #163826;
	--bric-text-muted: #B5BFB8;
	--bric-surface: #F7F9F7;
}

.bg-bric-dark-green {
	background: var(--bric-green-dark);
}

.bg-bric-medium-green {
	background: var(--bric-green);
}

.text-bric-gold {
	color: var(--bric-gold);
}

.text-bric-yellow {
	color: var(--bric-yellow);
}

.btn-bric-gold {
	background-color: var(--bric-gold);
	border-color: var(--bric-gold);
	color: var(--bric-dark);
}


.btn-bric-gold:hover,
.btn-bric-gold:focus {
	background-color: var(--bric-yellow);
	border-color: var(--bric-yellow);
	color: var(--bric-dark);
}

.bric-disabled-link {
	opacity: 0.7;
}

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

.bric-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 26, 20, 0.58) 0%, rgba(17, 26, 20, 0.72) 38%, rgba(17, 26, 20, 0.9) 100%);
	z-index: 0;
}

.bric-hero .container,
.bric-hero .container-fluid,
.bric-hero [class*="position-absolute"] {
	position: relative;
	z-index: 1;
}

.bric-eyebrow {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: var(--bric-yellow);
	margin-bottom: 22px;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.bric-eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: rgba(250, 198, 0, 0.55);
}

.bric-typing {
	color: var(--bric-yellow);
	border-right: 2px solid rgba(250, 198, 0, 0.85);
	padding-right: 6px;
	white-space: nowrap;
}

.bric-badge {
	background: rgba(232, 162, 0, 0.12);
	border: 1px solid rgba(250, 198, 0, 0.22);
	color: var(--white);
	backdrop-filter: blur(12px);
}

.bric-surface-card {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 247, 0.98) 100%);
	border: 1px solid rgba(15, 76, 30, 0.08);
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(17, 26, 20, 0.08);
	height: 100%;
}

.bric-dark-card {
	background: linear-gradient(180deg, rgba(29, 122, 58, 0.22) 0%, rgba(15, 76, 30, 0.8) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
	height: 100%;
}

.bric-product-card {
	background: linear-gradient(180deg, rgba(22, 56, 38, 0.95) 0%, rgba(15, 76, 30, 0.95) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	padding: 42px 34px;
	height: 100%;
	transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bric-product-card:hover {
	transform: translateY(-6px);
	border-color: rgba(250, 198, 0, 0.28);
	box-shadow: 0 25px 55px rgba(0, 0, 0, 0.24);
}

.bric-product-icon,
.bric-icon-chip {
	width: 68px;
	height: 68px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(232, 162, 0, 0.14);
	color: var(--bric-yellow);
	font-size: 28px;
	margin-bottom: 20px;
}

.bric-tab-panel img,
.bric-rounded-image {
	border-radius: 16px;
	box-shadow: 0 30px 80px rgba(17, 26, 20, 0.18);
}

.bric-tab-section .nav-tabs {
	gap: 14px;
	margin-bottom: 3rem;
}

.bric-tab-section .nav-tabs .nav-link {
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	background: rgba(15, 76, 30, 0.08);
	color: var(--bric-dark);
}

.bric-tab-section .nav-tabs .nav-link.active,
.bric-tab-section .nav-tabs .nav-link:hover {
	background: var(--bric-gold);
	color: var(--bric-dark);
	box-shadow: 0 14px 30px rgba(232, 162, 0, 0.22);
}

.bric-tab-panel .feature-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bric-tab-panel .feature-list li {
	color: var(--bric-dark);
	padding: 0 0 14px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.bric-tab-panel .feature-list i,
.bric-check {
	color: var(--bric-green);
	margin-top: 6px;
}

.bric-stat-card {
	text-align: center;
	padding: 26px 20px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	height: 100%;
}

.bric-stat-card .counter,
.bric-stat-card .counter-prefix,
.bric-stat-card .counter-suffix {
	color: var(--white);
	font-weight: 700;
	font-size: 52px;
	line-height: 1;
	letter-spacing: -0.04em;
}

.bric-stat-card span.d-block {
	color: rgba(255, 255, 255, 0.72);
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.6;
}

.bric-logo-marquee {
	background: rgba(232, 162, 0, 0.08);
	color: var(--white);
	padding: 16px 26px;
	border-radius: 999px;
	border: 1px solid rgba(250, 198, 0, 0.18);
	font-weight: 600;
	font-size: 18px;
	white-space: nowrap;
}

.bric-case-card {
	background: linear-gradient(180deg, rgba(17, 26, 20, 1) 0%, rgba(22, 56, 38, 1) 100%);
	border-radius: 18px;
	padding: 32px;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.bric-case-metric {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(232, 162, 0, 0.14);
	color: var(--bric-yellow);
	font-weight: 600;
	margin-bottom: 18px;
}

.bric-contact-chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	margin: 0 12px 12px 0;
}

.header-dark .navbar-nav .dropdown .dropdown-menu,
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu {
	width: 220px;
	min-width: 220px;
	padding: 16px 0;
	margin-top: 0;
	background: linear-gradient(180deg, rgba(17, 26, 20, 0.96) 0%, rgba(22, 56, 38, 0.96) 100%);
	backdrop-filter: blur(18px);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
	overflow: hidden;
}

.header-dark .navbar-nav .simple-dropdown .dropdown-menu li,
[data-header-hover="dark"] .navbar-nav .simple-dropdown .dropdown-menu li {
	padding: 0 16px;
}

.header-dark .navbar-nav .dropdown .dropdown-menu a,
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
	line-height: 1.45;
	padding: 10px 14px;
	border-radius: 10px;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.header-dark .navbar-nav .dropdown .dropdown-menu a:hover,
.header-dark .navbar-nav .dropdown .dropdown-menu a.active,
.header-dark .navbar-nav .dropdown .dropdown-menu li.active > a,
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu a:hover,
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu a.active,
[data-header-hover="dark"] .navbar-nav .dropdown .dropdown-menu li.active > a {
	color: var(--white);
	background-color: rgba(250, 198, 0, 0.12);
	transform: translateX(2px);
}

.bric-page-hero {
	padding-top: 220px;
	padding-bottom: 130px;
	position: relative;
	overflow: hidden;
}

.bric-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(17, 26, 20, 0.84) 0%, rgba(17, 26, 20, 0.88) 100%);
}

.bric-page-hero .container {
	position: relative;
	z-index: 1;
}

.bric-data-card {
	background: linear-gradient(180deg, rgba(17, 26, 20, 1) 0%, rgba(22, 56, 38, 1) 100%);
	border-radius: 18px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.bric-data-card pre {
	margin: 0;
	color: var(--white);
	font-family: "Courier New", monospace;
	font-size: 15px;
	line-height: 1.8;
	white-space: pre-wrap;
}

.bric-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.bric-check-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding-bottom: 16px;
	color: inherit;
}

.bric-check-list i {
	color: var(--bric-gold);
	margin-top: 6px;
}

.bric-contact-form .form-control,
.bric-contact-form .form-select {
	border-radius: 12px;
	border: 1px solid rgba(17, 26, 20, 0.12);
	background-color: rgba(247, 249, 247, 0.9);
	padding: 14px 18px;
	min-height: 54px;
	color: var(--bric-dark);
}

.bric-contact-form .form-control:focus,
.bric-contact-form .form-select:focus {
	border-color: rgba(232, 162, 0, 0.55);
	box-shadow: 0 0 0 0.2rem rgba(232, 162, 0, 0.16);
}

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

.bric-contact-form .form-check {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	border-radius: 12px;
	background: rgba(247, 249, 247, 0.9);
	border: 1px solid rgba(17, 26, 20, 0.08);
	height: 100%;
	min-height: 72px;
	margin-bottom: 0;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.bric-contact-form .form-check:hover {
	border-color: rgba(232, 162, 0, 0.38);
	box-shadow: 0 12px 28px rgba(17, 26, 20, 0.08);
}

.bric-contact-form .form-check-input {
	float: none;
	margin: 0;
	width: 1.1rem;
	height: 1.1rem;
	flex-shrink: 0;
	border-color: rgba(17, 26, 20, 0.28);
	background-color: rgba(255, 255, 255, 0.98);
}

.bric-contact-form .form-check-label {
	display: block;
	color: var(--bric-dark);
	font-weight: 600;
	line-height: 1.4;
}

.bric-contact-form .form-check-input:focus {
	border-color: rgba(232, 162, 0, 0.55);
	box-shadow: 0 0 0 0.18rem rgba(232, 162, 0, 0.16);
}

.bric-contact-form .form-check-input:checked + .form-check-label {
	color: var(--bric-dark);
}

.bric-contact-form .form-check-input:checked {
	background-color: var(--bric-gold);
	border-color: var(--bric-gold);
}

@media (max-width: 991px) {
	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav {
		align-items: stretch;
		width: 100%;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav > .nav-item {
		position: relative;
		width: 100%;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
		display: block;
		width: 100%;
		text-align: left;
		padding-right: 46px !important;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link.dropdown-toggle {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		display: block;
		justify-content: flex-start;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link.dropdown-toggle::after {
		content: "\f282";
		font-family: bootstrap-icons;
		font-size: 13px;
		line-height: 1;
		border: 0;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		display: block;
		margin: 0;
		transition: transform 0.2s ease;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav > .nav-item.dropdown > .nav-link.dropdown-toggle.bric-mobile-open::after {
		transform: translateY(-50%) rotate(-180deg);
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
		padding: 2px 15px 14px 30px;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu li {
		padding: 0;
	}

	body[data-mobile-nav-style="classic"] header .navbar .navbar-collapse .navbar-nav .dropdown .dropdown-menu a {
		padding: 8px 0;
		line-height: 1.45;
	}
}

.bric-floating-wa {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 15px 20px;
	border-radius: 999px;
	background: #25D366;
	color: #FFFFFF;
	font-weight: 700;
	box-shadow: 0 18px 36px rgba(37, 211, 102, 0.3);
}

.bric-floating-wa:hover {
	color: #FFFFFF;
	transform: translateY(-2px);
}

@media (max-width: 991px) {
	.bric-page-hero,
	.bric-hero {
		min-height: auto;
	}

	.bric-logo-marquee {
		font-size: 16px;
		padding: 14px 20px;
	}

	footer.footer > .container > .row:first-child > div:first-child,
	footer.footer > .container > .row:first-child > div:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}

	footer.footer > .container > .row:first-child > div:nth-child(2),
	footer.footer > .container > .row:first-child > div:nth-child(3) {
		flex: 0 0 50%;
		max-width: 50%;
	}

	footer.footer > .container > .row:first-child > div:not(:last-child) {
		margin-bottom: 30px;
	}

	footer.footer .footer-bottom {
		row-gap: 15px;
	}

	footer.footer .footer-bottom .col-lg-4 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.bric-stat-card .counter,
	.bric-stat-card .counter-prefix,
	.bric-stat-card .counter-suffix {
		font-size: 40px;
	}

	.bric-floating-wa {
		right: 16px;
		bottom: 16px;
		padding: 14px 16px;
	}
}