/* ===========================================
   MODERN PRODUCT / SERVICE PAGE STYLES
   =========================================== */

/* ---------- Hero ---------- */
.product-hero {
	position: relative;
	padding: 110px 0 90px;
	overflow: hidden;
	background: #1a1a1a;
}
.product-hero-bg {
	position: absolute;
	inset: 0;
	background-image: url('../img-content/25.jpg');
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.product-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(20,20,20,0.85) 0%, rgba(212,145,54,0.78) 100%);
}
.product-hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.product-breadcrumb {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: rgba(255,255,255,0.12);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,0.22);
	padding: 8px 22px;
	border-radius: 50px;
	margin-bottom: 26px;
	font-size: 14px;
	color: #fff;
	font-family: "Prompt", sans-serif;
}
.product-breadcrumb a {
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	transition: color 0.2s ease;
}
.product-breadcrumb a:hover { color: #fff; }
.product-breadcrumb .separator { color: rgba(255,255,255,0.5); }
.product-hero-tag {
	display: inline-block;
	color: #ffd591;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.product-hero-title {
	font-family: "Prompt", sans-serif;
	font-size: 56px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 22px;
	line-height: 1.2;
	text-shadow: 0 2px 24px rgba(0,0,0,0.35);
}
.product-hero-subtitle {
	font-family: "Prompt", sans-serif;
	font-size: 19px;
	color: rgba(255,255,255,0.95) !important;
	max-width: 740px;
	margin: 0 auto 38px !important;
	line-height: 1.7 !important;
}
.product-hero-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}
.btn-hero-primary,
.btn-hero-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 14px 34px;
	border-radius: 50px;
	font-family: "Prompt", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.btn-hero-primary {
	background: #fff;
	color: #D49136 !important;
}
.btn-hero-primary:hover {
	background: #D49136;
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(0,0,0,0.28);
	text-decoration: none;
}
.btn-hero-secondary {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255,255,255,0.55);
}
.btn-hero-secondary:hover {
	background: #fff;
	color: #D49136 !important;
	border-color: #fff;
	transform: translateY(-3px);
	text-decoration: none;
}

/* ---------- Section Titles ---------- */
.section-title-wrapper {
	text-align: center;
	margin-bottom: 56px;
}
.section-tag {
	display: inline-block;
	color: #D49136;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 14px;
	position: relative;
	padding: 0 30px;
}
.section-tag::before,
.section-tag::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #D49136;
	position: absolute;
	top: 50%;
}
.section-tag::before { left: 0; }
.section-tag::after { right: 0; }
.section-title {
	font-family: "Prompt", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #1a1a1a !important;
	margin: 0;
	line-height: 1.3;
}
.section-subtitle {
	font-family: "Prompt", sans-serif;
	font-size: 17px;
	color: #666 !important;
	margin: 14px auto 0 !important;
	max-width: 700px;
	line-height: 1.6 !important;
}

/* ---------- Feature Cards ---------- */
.feature-section {
	padding: 90px 0;
	background: #fff;
}
.feature-card {
	text-align: center;
	padding: 38px 24px;
	background: #fff;
	border-radius: 18px;
	border: 1px solid #f0f0f0;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
}
.feature-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(212,145,54,0.14);
	border-color: rgba(212,145,54,0.3);
}
.feature-icon {
	width: 76px;
	height: 76px;
	border-radius: 22px;
	background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	margin-bottom: 22px;
	box-shadow: 0 10px 24px rgba(212,145,54,0.35);
	transition: transform 0.4s ease;
}
.feature-card:hover .feature-icon {
	transform: scale(1.06) rotate(-6deg);
}
.feature-title {
	font-family: "Prompt", sans-serif;
	font-size: 19px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 12px;
}
.feature-desc {
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	color: #666 !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* ---------- Services Section ---------- */
.services-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.services-section-heading {
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0;
}

/* ---------- Service Card ---------- */
.service-card {
	display: block;
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none !important;
	color: inherit !important;
	box-shadow: 0 4px 18px rgba(0,0,0,0.05);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
	border: 1px solid #f0f0f0;
}
.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(212,145,54,0.18);
	border-color: rgba(212,145,54,0.25);
}
.service-card-img {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
	background: #f4f4f4;
}
.service-card-img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.service-card:hover .service-card-img img {
	transform: scale(1.08);
}
.service-card-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(212,145,54,0.92) 100%);
	opacity: 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 28px;
	transition: opacity 0.4s ease;
}
.service-card:hover .service-card-overlay {
	opacity: 1;
}
.service-card-btn {
	background: #fff;
	color: #D49136 !important;
	padding: 10px 24px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transform: translateY(20px);
	transition: transform 0.4s ease;
	box-shadow: 0 6px 18px rgba(0,0,0,0.25);
	font-family: "Prompt", sans-serif;
}
.service-card:hover .service-card-btn {
	transform: translateY(0);
}
.service-card-body {
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 3px solid transparent;
	transition: border-color 0.3s ease;
	background: #fff;
}
.service-card:hover .service-card-body {
	border-top-color: #D49136;
}
.service-card-title {
	font-family: "Prompt", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #1a1a1a !important;
	margin: 0;
	line-height: 1.4;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.service-card-arrow {
	width: 38px;
	height: 38px;
	min-width: 38px;
	border-radius: 50%;
	background: #f5f5f5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #D49136;
	font-size: 13px;
	transition: all 0.3s ease;
}
.service-card:hover .service-card-arrow {
	background: #D49136;
	color: #fff;
	transform: rotate(-45deg);
}

/* ---------- View All Button ---------- */
.btn-view-all {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #D49136;
	color: #fff !important;
	padding: 14px 38px;
	border-radius: 50px;
	font-family: "Prompt", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 8px 22px rgba(212,145,54,0.35);
}
.btn-view-all:hover {
	background: #1a1a1a;
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.3);
	text-decoration: none;
}

/* ---------- CTA Section ---------- */
.cta-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background: #1a1a1a;
}
.cta-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url('../img-content/34.jpg');
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.cta-section::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(212,145,54,0.94) 0%, rgba(20,20,20,0.92) 100%);
	z-index: 1;
}
.cta-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #fff;
}
.cta-tag {
	display: inline-block;
	color: #ffd591;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 4px;
	margin-bottom: 14px;
	text-transform: uppercase;
}
.cta-title {
	font-family: "Prompt", sans-serif;
	font-size: 44px;
	font-weight: 700;
	color: #fff !important;
	margin: 0 0 18px;
	line-height: 1.2;
}
.cta-subtitle {
	font-family: "Prompt", sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,0.95) !important;
	margin: 0 auto 36px !important;
	max-width: 640px;
	line-height: 1.7 !important;
}
.cta-actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}
.cta-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 16px 36px;
	border-radius: 50px;
	font-family: "Prompt", sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.cta-btn-primary {
	background: #fff;
	color: #D49136 !important;
}
.cta-btn-primary:hover {
	background: #D49136;
	color: #fff !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.3);
	text-decoration: none;
}
.cta-btn-secondary {
	background: #06C755;
	color: #fff !important;
}
.cta-btn-secondary:hover {
	background: #fff;
	color: #06C755 !important;
	transform: translateY(-3px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.3);
	text-decoration: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
	.product-hero { padding: 80px 0 60px; }
	.product-hero-title { font-size: 42px; }
	.product-hero-subtitle { font-size: 17px; }
	.section-title { font-size: 32px; }
	.feature-section, .services-section, .cta-section { padding: 60px 0; }
	.cta-title { font-size: 34px; }
}
@media (max-width: 768px) {
	.product-hero { padding: 60px 0 50px; }
	.product-hero-title { font-size: 32px; }
	.product-hero-subtitle { font-size: 15px; }
	.section-title { font-size: 26px; }
	.section-subtitle { font-size: 15px; }
	.section-title-wrapper { margin-bottom: 36px; }
	.service-card-title { font-size: 15px; }
	.service-card-body { padding: 16px 18px; }
	.cta-title { font-size: 26px; }
	.cta-subtitle { font-size: 15px; }
	.btn-hero-primary,
	.btn-hero-secondary,
	.cta-btn { padding: 12px 26px; font-size: 15px; }
}

/* ===========================================
   MODERN NAVIGATION
   =========================================== */
body.modern-nav-locked {
	overflow: hidden;
}
.modern-nav {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 2px 0 rgba(0,0,0,0.04);
	transition: box-shadow 0.3s ease;
	font-family: "Prompt", sans-serif;
}
.modern-nav.is-scrolled {
	box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

/* Top utility bar */
.modern-nav-top {
	background: #1a1a1a;
	color: #fff;
	font-size: 13px;
}
.modern-nav-top-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 38px;
	padding: 6px 0;
	gap: 16px;
	flex-wrap: wrap;
}
.modern-nav-top-left,
.modern-nav-top-right {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}
.modern-nav-top-link {
	color: rgba(255,255,255,0.85);
	display: inline-flex;
	align-items: center;
	gap: 7px;
	text-decoration: none;
	font-size: 13px;
	transition: color 0.2s ease;
}
.modern-nav-top-link i {
	color: #D49136;
	font-size: 12px;
}
.modern-nav-top-link:hover {
	color: #D49136;
	text-decoration: none;
}
.modern-nav-top-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255,255,255,0.08);
	color: rgba(255,255,255,0.85);
	font-size: 13px;
	text-decoration: none;
	transition: all 0.25s ease;
}
.modern-nav-top-social:hover {
	background: #D49136;
	color: #fff;
	transform: translateY(-2px);
	text-decoration: none;
}

/* Main nav */
.modern-nav-main {
	background: #fff;
	transition: padding 0.25s ease;
}
.modern-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 78px;
	padding: 10px 0;
	gap: 24px;
}
.modern-nav.is-scrolled .modern-nav-inner {
	min-height: 64px;
}

/* Logo */
.modern-nav-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	text-decoration: none;
}
.modern-nav-logo img {
	height: 58px;
	width: auto;
	transition: height 0.25s ease;
}
.modern-nav.is-scrolled .modern-nav-logo img {
	height: 46px;
}

/* Menu (desktop center) */
.modern-nav-menu {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: center;
}
.modern-nav-list {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.modern-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 12px 18px;
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	transition: all 0.25s ease;
}
.modern-nav-link .mobile-only-icon { display: none; }
.modern-nav-link::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 0;
	height: 2px;
	background: #D49136;
	transition: all 0.3s ease;
	transform: translateX(-50%);
	border-radius: 2px;
}
.modern-nav-link:hover {
	color: #D49136;
	text-decoration: none;
	background: rgba(212,145,54,0.06);
}
.modern-nav-link:hover::after {
	width: 26px;
}
.modern-nav-link.is-active {
	color: #D49136;
}
.modern-nav-link.is-active::after {
	width: 26px;
}

/* Right (CTA + toggle) */
.modern-nav-right {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-shrink: 0;
}
.modern-nav-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
	color: #fff !important;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 6px 18px rgba(212,145,54,0.32);
}
.modern-nav-cta:hover {
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(212,145,54,0.45);
	text-decoration: none;
}
.modern-nav-cta i {
	font-size: 18px;
}
.modern-nav-cta span {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
	text-align: left;
}
.modern-nav-cta small {
	font-size: 11px;
	font-weight: 500;
	opacity: 0.9;
}
.modern-nav-cta strong {
	font-size: 16px;
	font-weight: 700;
}

/* Hamburger toggle */
.modern-nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	background: #f5f5f5;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.modern-nav-toggle:hover {
	background: #ececec;
}
.modern-nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: #1a1a1a;
	border-radius: 2px;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.modern-nav-toggle.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}
.modern-nav-toggle.is-active span:nth-child(2) {
	opacity: 0;
}
.modern-nav-toggle.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* Mobile menu drawer + overlay */
.modern-nav-close {
	display: none;
	position: absolute;
	top: 14px;
	right: 14px;
	width: 40px;
	height: 40px;
	background: #f5f5f5;
	border: 0;
	border-radius: 50%;
	color: #1a1a1a;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s ease;
}
.modern-nav-close:hover {
	background: #ececec;
}
.modern-nav-mobile-cta {
	display: none;
}
.modern-nav-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.modern-nav-overlay.is-open {
	display: block;
	opacity: 1;
}

.hide-sm { display: inline-flex; }
.hide-md { display: inline-flex; }

/* ----- Mobile breakpoint ----- */
@media (max-width: 991px) {
	.modern-nav-top { display: none; }
	.hide-md { display: none; }
	.modern-nav-toggle { display: flex; }
	.modern-nav-inner { min-height: 64px; }
	.modern-nav-logo img { height: 44px; }
	.modern-nav.is-scrolled .modern-nav-logo img { height: 40px; }

	.modern-nav-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: min(340px, 88vw);
		height: 100vh;
		background: #fff;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
		padding: 70px 24px 30px;
		transform: translateX(100%);
		transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
		z-index: 1001;
		box-shadow: -10px 0 40px rgba(0,0,0,0.15);
		overflow-y: auto;
	}
	.modern-nav-menu.is-open {
		transform: translateX(0);
	}
	.modern-nav-close {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.modern-nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
		width: 100%;
		margin-bottom: 28px;
	}
	.modern-nav-link {
		font-size: 17px;
		padding: 14px 18px;
		border-radius: 12px;
		justify-content: flex-start;
	}
	.modern-nav-link .mobile-only-icon {
		display: inline-flex;
		width: 36px;
		height: 36px;
		min-width: 36px;
		border-radius: 10px;
		background: rgba(212,145,54,0.1);
		color: #D49136;
		font-size: 15px;
		align-items: center;
		justify-content: center;
		margin-right: 6px;
		transition: all 0.25s ease;
	}
	.modern-nav-link::after { display: none; }
	.modern-nav-link.is-active {
		background: linear-gradient(135deg, rgba(212,145,54,0.12) 0%, rgba(212,145,54,0.04) 100%);
		color: #D49136;
	}
	.modern-nav-link.is-active .mobile-only-icon {
		background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
		color: #fff;
	}
	.modern-nav-link:hover { background: rgba(212,145,54,0.06); }

	.modern-nav-mobile-cta {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding-top: 22px;
		border-top: 1px solid #ececec;
	}
	.modern-nav-cta-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 14px 20px;
		border-radius: 50px;
		font-size: 15px;
		font-weight: 700;
		text-decoration: none;
		transition: all 0.25s ease;
	}
	.modern-nav-cta-phone {
		background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
		color: #fff !important;
		box-shadow: 0 8px 20px rgba(212,145,54,0.32);
	}
	.modern-nav-cta-phone:hover { transform: translateY(-2px); text-decoration: none; }
	.modern-nav-cta-line {
		background: #06C755;
		color: #fff !important;
		box-shadow: 0 8px 20px rgba(6,199,85,0.3);
	}
	.modern-nav-cta-line:hover { transform: translateY(-2px); text-decoration: none; }
}

@media (max-width: 576px) {
	.hide-sm { display: none; }
	.modern-nav-top-inner { justify-content: center; gap: 14px; }
	.modern-nav-top-left,
	.modern-nav-top-right { gap: 10px; }
}

/* ===========================================
   PORTFOLIO PAGE
   =========================================== */
.portfolio-hero-bg {
	background-image: url('../img-content/19.jpg') !important;
}
.portfolio-hero-bg::after {
	background: linear-gradient(135deg, rgba(20,20,20,0.88) 0%, rgba(180,80,30,0.7) 100%) !important;
}

/* Portfolio badge on card */
.portfolio-card-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.95);
	color: #D49136;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	z-index: 2;
	backdrop-filter: blur(6px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Stats Section */
.stats-section {
	padding: 70px 0;
	background: #fff;
}
.stat-card {
	text-align: center;
	padding: 30px 16px;
	background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
	border-radius: 18px;
	border: 1px solid #f0f0f0;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
}
.stat-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 40px rgba(212,145,54,0.16);
	border-color: rgba(212,145,54,0.3);
}
.stat-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 16px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(212,145,54,0.12), rgba(212,145,54,0.04));
	color: #D49136;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	transition: all 0.4s ease;
}
.stat-card:hover .stat-icon {
	background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
	color: #fff;
	transform: scale(1.06);
	box-shadow: 0 10px 20px rgba(212,145,54,0.3);
}
.stat-number {
	font-family: "Prompt", sans-serif;
	font-size: 44px;
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1;
	margin-bottom: 8px;
}
.stat-number span {
	color: #D49136;
	font-size: 36px;
}
.stat-label {
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #666;
}

/* ===========================================
   CONTACT PAGE
   =========================================== */
.contact-hero-bg {
	background-image: url('../img-content/1.jpg') !important;
}
.contact-hero-bg::after {
	background: linear-gradient(135deg, rgba(20,20,20,0.86) 0%, rgba(22,158,242,0.62) 100%) !important;
}

/* Contact Section */
.contact-section {
	padding: 90px 0;
	background: #fff;
}

/* Contact Card */
.contact-card {
	display: block;
	background: #fff;
	border-radius: 18px;
	padding: 30px 24px;
	text-align: center;
	text-decoration: none !important;
	color: inherit !important;
	border: 1px solid #f0f0f0;
	box-shadow: 0 4px 18px rgba(0,0,0,0.04);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	height: 100%;
	position: relative;
	overflow: hidden;
}
.contact-card::before {
	content: '';
	position: absolute;
	inset: auto 0 0 0;
	height: 4px;
	background: linear-gradient(90deg, #D49136 0%, #f5b05a 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}
.contact-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	border-color: rgba(212,145,54,0.3);
}
.contact-card:hover::before {
	transform: scaleX(1);
}
.contact-card-icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 18px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	transition: all 0.4s ease;
}
.contact-card-phone .contact-card-icon {
	background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%);
	box-shadow: 0 10px 24px rgba(212,145,54,0.35);
}
.contact-card-line .contact-card-icon {
	background: linear-gradient(135deg, #06C755 0%, #4cd87d 100%);
	box-shadow: 0 10px 24px rgba(6,199,85,0.35);
}
.contact-card-email .contact-card-icon {
	background: linear-gradient(135deg, #EA4335 0%, #ff7a6e 100%);
	box-shadow: 0 10px 24px rgba(234,67,53,0.32);
}
.contact-card-fb .contact-card-icon {
	background: linear-gradient(135deg, #1877F2 0%, #4d9bff 100%);
	box-shadow: 0 10px 24px rgba(24,119,242,0.35);
}
.contact-card:hover .contact-card-icon {
	transform: scale(1.06) rotate(-6deg);
}
.contact-card-label {
	font-family: "Prompt", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.contact-card-value {
	font-family: "Prompt", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
	word-break: break-word;
}
.contact-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #D49136 !important;
	font-family: "Prompt", sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: gap 0.3s ease;
}
.contact-card:hover .contact-card-cta {
	gap: 12px;
}

/* Address Section */
.address-section {
	padding: 90px 0;
	background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}
.address-info {
	background: #fff;
	border-radius: 22px;
	padding: 44px 36px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.06);
	height: 100%;
	border: 1px solid #f0f0f0;
}
.address-title {
	font-family: "Prompt", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 14px 0 10px;
	line-height: 1.3;
}
.address-tagline {
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	color: #666 !important;
	margin: 0 0 26px !important;
	line-height: 1.6 !important;
}
.address-list { margin-bottom: 28px; }
.address-item {
	display: flex;
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px dashed #ececec;
}
.address-item:last-child { border-bottom: 0; }
.address-item-icon {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(212,145,54,0.14), rgba(212,145,54,0.04));
	color: #D49136;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 17px;
}
.address-item-label {
	font-family: "Prompt", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.address-item-value {
	font-family: "Prompt", sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.5;
}
.address-item-value a {
	color: #1a1a1a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease;
}
.address-item-value a:hover {
	color: #D49136;
	border-bottom-color: #D49136;
}
.address-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.btn-address-primary,
.btn-address-secondary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 26px;
	border-radius: 50px;
	font-family: "Prompt", sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.btn-address-primary {
	background: #D49136;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(212,145,54,0.3);
}
.btn-address-primary:hover {
	background: #1a1a1a;
	color: #fff !important;
	transform: translateY(-2px);
	text-decoration: none;
}
.btn-address-secondary {
	background: #06C755;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(6,199,85,0.28);
}
.btn-address-secondary:hover {
	background: #04a045;
	color: #fff !important;
	transform: translateY(-2px);
	text-decoration: none;
}
.address-map {
	height: 100%;
	min-height: 420px;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.address-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

/* Gallery section */
.gallery-section {
	padding: 90px 0;
	background: #fff;
}

/* ===========================================
   MODERN FLOATING ACTION BUTTON (kc_fab override)
   =========================================== */
.kc_fab_wrapper {
	height: auto !important;
	bottom: 20px !important;
	right: 20px !important;
	width: auto !important;
	left: auto !important;
}
button.kc_fab_main_btn {
	width: 62px !important;
	height: 62px !important;
	background: linear-gradient(135deg, #D49136 0%, #f5b05a 100%) !important;
	box-shadow: 0 8px 24px rgba(212,145,54,0.45), 0 4px 12px rgba(0,0,0,0.18) !important;
	font-size: 28px !important;
	bottom: 0 !important;
	right: 0 !important;
	position: relative !important;
	animation: fab-pulse 2.4s ease-out infinite;
}
button.kc_fab_main_btn::before {
	content: '';
	position: absolute;
	inset: -6px;
	border-radius: 50%;
	border: 2px solid rgba(212,145,54,0.4);
	animation: fab-ring 2.4s ease-out infinite;
	pointer-events: none;
}
button.kc_fab_main_btn:hover {
	transform: scale(1.08) rotate(45deg);
	box-shadow: 0 12px 30px rgba(212,145,54,0.55), 0 6px 16px rgba(0,0,0,0.22) !important;
}
button.kc_fab_main_btn:focus {
	transform: scale(1.05) rotate(135deg) !important;
}
@keyframes fab-pulse {
	0%, 100% { transform: scale(1); }
	50% { transform: scale(1.04); }
}
@keyframes fab-ring {
	0% { transform: scale(1); opacity: 0.6; }
	100% { transform: scale(1.35); opacity: 0; }
}

.sub_fab_btns_wrapper {
	bottom: 80px !important;
	right: 6px !important;
}
.sub_fab_btns_wrapper button {
	width: 52px !important;
	height: 52px !important;
	font-size: 22px !important;
	margin-right: 5px !important;
	margin-bottom: 14px !important;
	box-shadow: 0 6px 18px rgba(0,0,0,0.22), 0 2px 6px rgba(0,0,0,0.12) !important;
	transform: scale(0) !important;
	opacity: 0;
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease !important;
}
.sub_fab_btns_wrapper.show button {
	transform: scale(1) !important;
	opacity: 1;
}
.sub_fab_btns_wrapper.show button:nth-child(1) { transition-delay: 0.05s; }
.sub_fab_btns_wrapper.show button:nth-child(2) { transition-delay: 0.12s; }
.sub_fab_btns_wrapper.show button:nth-child(3) { transition-delay: 0.19s; }
.sub_fab_btns_wrapper.show button:nth-child(4) { transition-delay: 0.26s; }
.sub_fab_btns_wrapper button:hover {
	transform: scale(1.12) !important;
	box-shadow: 0 10px 24px rgba(0,0,0,0.3), 0 4px 10px rgba(0,0,0,0.18) !important;
}

/* Modern tooltip label */
.sub_fab_btns_wrapper button[data-link-title]:hover:after {
	background: #1a1a1a !important;
	color: #fff !important;
	padding: 8px 16px !important;
	border-radius: 50px !important;
	font-family: "Prompt", sans-serif !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	right: calc(100% + 14px) !important;
	top: 50% !important;
	transform: translateY(-50%);
	min-width: auto !important;
	white-space: nowrap;
	box-shadow: 0 4px 14px rgba(0,0,0,0.22);
	opacity: 1;
}
.sub_fab_btns_wrapper button[data-link-title]:hover:before {
	content: '';
	position: absolute;
	right: calc(100% + 7px);
	top: 50%;
	transform: translateY(-50%);
	border: 6px solid transparent;
	border-left-color: #1a1a1a;
	pointer-events: none;
}

/* Overlay when expanded */
.kc_fab_overlay {
	background: rgba(20,20,20,0.45) !important;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media (max-width: 768px) {
	.kc_fab_wrapper {
		bottom: 16px !important;
		right: 16px !important;
	}
	button.kc_fab_main_btn {
		width: 58px !important;
		height: 58px !important;
		font-size: 26px !important;
	}
	.sub_fab_btns_wrapper button {
		width: 48px !important;
		height: 48px !important;
		font-size: 20px !important;
	}
	.address-info { padding: 30px 24px; }
	.address-map { min-height: 320px; }
	.contact-card { padding: 26px 18px; }
	.contact-card-icon { width: 60px; height: 60px; font-size: 24px; }
	.contact-card-value { font-size: 16px; }
	.stat-number { font-size: 34px; }
	.stat-number span { font-size: 28px; }
	.stat-icon { width: 50px; height: 50px; font-size: 22px; }
	.stats-section { padding: 50px 0; }
	.contact-section,
	.address-section,
	.gallery-section { padding: 60px 0; }
}
