/*
 * Home page header
 */
#header .header-container {
	height: 110px;
}

#header .header-nav-main nav > ul > li > a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	#header .header-column > .header-row.justify-content-between {
		position: relative;
		justify-content: flex-start !important;
	}

	#header .header-nav {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		justify-content: center !important;
		margin: 0 !important;
		padding: 0 !important;
		z-index: 2;
	}

	#header .header-logo {
		position: relative;
		z-index: 4;
	}

	#header .header-column .header-extra-info {
		margin-left: auto !important;
		position: relative;
		z-index: 4;
		flex-shrink: 0;
	}

	#header .btn-free-estimate {
		margin-left: 0.75rem !important;
		position: relative;
		z-index: 4;
		flex-shrink: 0;
	}

	#header .header-btn-collapse-nav {
		position: relative;
		z-index: 4;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	#header .btn-free-estimate {
		margin-left: auto !important;
	}
}

.custom-left-border-1 {
	position: relative;
}

.custom-left-border-1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -22px;
	height: 60%;
	border-left: 1px solid var(--grey-500);
	transform: translate3d(0, -50%, 0);
}

.btn-free-estimate {
	background-color: #d4a157 !important;
	border-color: #d4a157 !important;
	color: #fff !important;
	padding: 0.7rem 1.25rem;
	white-space: nowrap;
	align-items: center;
}

.btn-free-estimate:hover,
.btn-free-estimate:focus {
	background-color: #d45f03 !important;
	border-color: #d45f03 !important;
	color: #fff !important;
}

.bg-black {
	background-color: #022451 !important;
}

/*
 * Hero slider
 */
.hero-slider-section {
	position: relative;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
	height: 100%;
}

.hero-slider .hero-slide {
	height: 696px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.hero-slide-content {
	background: rgba(255, 255, 255, 0.88);
	padding: 3.5rem 2.75rem;
	text-align: center;
}

.hero-slide-title {
	font-family: 'Playfair Display', serif;
	font-size: 2.75rem;
	font-weight: 400;
	color: #1a1a1a;
	line-height: 1.25;
	margin-bottom: 1.25rem;
}

.hero-slide-text {
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	color: #333;
	margin-bottom: 0;
}

.hero-slide-text strong {
	font-weight: 700;
	color: #1a1a1a;
}

.hero-slider .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: 0;
	pointer-events: none;
}

.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
	pointer-events: auto;
	width: 44px;
	height: 44px;
	background: rgba(255, 255, 255, 0.85) !important;
	border-radius: 0 !important;
	color: #333 !important;
	font-size: 1.25rem !important;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.hero-slider:hover .owl-nav button.owl-prev,
.hero-slider:hover .owl-nav button.owl-next {
	opacity: 1;
}

.hero-slider .owl-nav button.owl-prev {
	position: absolute;
	left: 1rem;
}

.hero-slider .owl-nav button.owl-next {
	position: absolute;
	right: 1rem;
}

.hero-slider .owl-dots {
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	margin: 0;
}

.hero-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
}

.hero-slider .owl-dots .owl-dot.active span,
.hero-slider .owl-dots .owl-dot:hover span {
	background: #fff;
}

@media (max-width: 991px) {
	.hero-slider .hero-slide {
		height: 624px;
	}

	.hero-slide-content {
		padding: 2.5rem 2rem;
	}

	.hero-slide-title {
		font-size: 2.25rem;
	}
}

/*
 * Our Services cards
 */
.custom-featured-boxes-style-1 .featured-box .box-content {
	min-height: 360px;
}

.custom-featured-boxes-style-1 .featured-box .box-content h3 {
	line-height: 1.35;
	min-height: 4.2em;
}

#header .dropdown-menu {
	max-height: 70vh;
	overflow-y: auto;
}

.estimate-side-box .custom-footer-links a {
	color: rgba(214, 221, 234, 0.8);
	display: block;
	margin-bottom: 0.65rem;
}

.estimate-side-box .custom-footer-links a:hover {
	color: #fff;
}

/*
 * Stats section
 */
.stats-section {
	background-color: #022451;
}

.stats-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.stats-icon {
	fill: #fff;
	width: 48px;
	height: 48px;
}

.stats-item strong {
	font-size: 3.5rem;
	line-height: 1.1;
	margin: 0.35rem 0 0.75rem;
	letter-spacing: -0.02em;
}

.stats-divider {
	display: block;
	width: 48px;
	height: 1px;
	background-color: #fff;
	margin-bottom: 0.85rem;
}

.stats-item label {
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	opacity: 0.95;
}

#ourprojects .thumb-info-wrapper {
	aspect-ratio: 515 / 380;
	overflow: hidden;
}

#ourprojects .thumb-info-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*
 * Who We Are media collage
 */
#whoweare .about-media-item {
	aspect-ratio: 265 / 378;
	overflow: hidden;
}

#whoweare .about-media-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#whoweare .about-media-text {
	min-height: 100%;
}

@media (max-width: 1199px) {
	#whoweare .about-media-text {
		aspect-ratio: auto;
		min-height: 220px;
	}
}

@media (max-width: 767px) {
	.stats-item strong {
		font-size: 2.75rem;
	}

	.hero-slider .hero-slide {
		height: auto;
		min-height: 576px;
		display: flex;
		align-items: flex-end;
		padding: 1.5rem 0 3rem;
	}

	.hero-slider .hero-slide .row {
		min-height: auto;
	}

	.hero-slide-content {
		padding: 2rem 1.5rem;
	}

	.hero-slide-title {
		font-size: 1.875rem;
	}

	.hero-slide-text {
		font-size: 0.9375rem;
	}
}

/*
 * Footer
 */
.custom-site-footer {
	background-color: #022451;
	padding: 3.75rem 0 1.5rem;
}

.custom-footer-main {
	padding-bottom: 2.75rem;
}

.custom-footer-title,
.custom-footer-heading {
	color: #ffffff;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin: 0 0 1.4rem;
}

.custom-footer-title {
	font-size: 2rem;
	letter-spacing: 0.06em;
}

.custom-footer-description,
.custom-footer-links a,
.custom-footer-contact a,
.custom-footer-contact span,
.custom-footer-copy,
.custom-footer-credit,
.custom-footer-credit a {
	color: rgba(214, 221, 234, 0.74);
}

.custom-footer-description {
	font-size: 1rem;
	line-height: 1.8;
	max-width: 320px;
}

.custom-footer-social,
.custom-footer-links,
.custom-footer-contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-footer-social {
	display: flex;
	gap: 0.75rem;
}

.custom-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #a9b4c8;
	font-size: 0.95rem;
	text-decoration: none;
	transition: all 0.25s ease;
}

.custom-footer-social a:hover {
	border-color: #d4a157;
	color: #ffffff;
	background-color: rgba(237, 108, 4, 0.18);
}

.custom-footer-links li + li,
.custom-footer-contact li + li {
	margin-top: 1rem;
}

.custom-footer-links a,
.custom-footer-contact a {
	text-decoration: none;
	transition: color 0.25s ease;
}

.custom-footer-links a:hover,
.custom-footer-contact a:hover,
.custom-footer-credit a:hover {
	color: #ffffff;
}

.custom-footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	line-height: 1.7;
}

.custom-footer-contact-icon {
	flex: 0 0 1rem;
	color: #6e93d6;
	font-size: 0.95rem;
	margin-top: 0.2rem;
}

.custom-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 1.25rem;
}

.custom-footer-copy,
.custom-footer-credit {
	font-size: 0.9rem;
	line-height: 1.6;
}

.custom-footer-credit a {
	text-decoration: none;
}

@media (max-width: 991px) {
	.custom-site-footer {
		padding-top: 3rem;
	}

	.custom-footer-title {
		font-size: 1.65rem;
	}
}

@media (max-width: 767px) {
	.custom-footer-main {
		padding-bottom: 2rem;
	}

	.custom-footer-title {
		font-size: 1.45rem;
	}

	.custom-footer-description {
		max-width: none;
	}
}

/*
 * Inner pages
 */
.inner-page-header {
	background: #022451;
	padding: 5.5rem 0 4rem;
}

.inner-page-header .breadcrumb {
	margin-bottom: 0.85rem;
}

.inner-page-header .breadcrumb > li,
.inner-page-header .breadcrumb > li a {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.85rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.inner-page-header .breadcrumb > li + li:before {
	color: rgba(255, 255, 255, 0.4);
}

.inner-page-header .breadcrumb > li.active {
	color: #d4a157;
}

.inner-page-header h1 {
	color: #fff;
	font-weight: 700;
	font-size: 2.75rem;
	letter-spacing: -0.02em;
	margin: 0;
}

.inner-page-lead {
	font-size: 1.05rem;
	line-height: 1.8;
	color: #555;
}

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

.service-feature-list li {
	position: relative;
	padding-left: 1.75rem;
	margin-bottom: 0.85rem;
	color: #555;
	line-height: 1.7;
}

.service-feature-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 0.65rem;
	height: 0.65rem;
	background: #d4a157;
}

.contact-info-box,
.estimate-side-box {
	background: #022451;
	padding: 2rem;
	height: 100%;
}

.contact-info-box h3,
.estimate-side-box h3 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

.contact-info-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-info-list li {
	display: flex;
	gap: 0.85rem;
	color: rgba(214, 221, 234, 0.8);
	margin-bottom: 1.1rem;
	line-height: 1.6;
}

.contact-info-list li i {
	color: #d4a157;
	margin-top: 0.25rem;
}

.contact-info-list a {
	color: rgba(214, 221, 234, 0.8);
	text-decoration: none;
}

.contact-info-list a:hover {
	color: #fff;
}

.custom-form-style .form-control,
.custom-form-style .form-select {
	border-radius: 0;
	border-color: #d9dde3;
	min-height: 3.1rem;
	padding: 0.75rem 1rem;
}

.custom-form-style textarea.form-control {
	min-height: 9rem;
}

.custom-form-style label {
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 0.45rem;
}

.project-card {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	cursor: zoom-in;
}

.project-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.4s ease;
}

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

.project-card-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.25rem 1.35rem;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
	color: #fff;
}

.project-card-caption h3 {
	color: #fff;
	font-size: 1.15rem;
	font-weight: 700;
	margin: 0 0 0.25rem;
}

.project-card-caption p {
	margin: 0;
	font-size: 0.9rem;
	opacity: 0.85;
}

@media (max-width: 767px) {
	.inner-page-header {
		padding: 4rem 0 3rem;
	}

	.inner-page-header h1 {
		font-size: 2rem;
	}
}

/*
 * Why Choose section (About Us)
 */
section.section.why-choose-section {
	overflow: visible;
	padding: 4.5rem 0;
	background: #d4a157;
	background-color: #d4a157;
	border-top-color: #d4a157;
}

.why-choose-card {
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.why-choose-content {
	background-color: #022451;
	padding: 3.75rem 3rem;
}

.why-choose-content-inner {
	max-width: 560px;
}

.why-choose-heading {
	color: #ffffff;
}

.why-choose-text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.8;
}

.why-choose-media {
	min-height: 420px;
	background-color: #022451;
}

.why-choose-image {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
	display: block;
}

@media (max-width: 1199px) {
	.why-choose-content {
		padding: 3.25rem 2.25rem;
	}
}

@media (max-width: 991px) {
	section.section.why-choose-section {
		padding: 3rem 0;
	}

	.why-choose-content {
		padding: 2.75rem 1.75rem;
	}

	.why-choose-media,
	.why-choose-image {
		min-height: 320px;
	}
}

@media (max-width: 575px) {
	.why-choose-card {
		border-radius: 1rem;
	}

	.why-choose-heading {
		font-size: 1.75rem;
	}
}

/*
 * Home — Why Choose Us / What Makes Us Different
 * (separate from About Us why-choose styles)
 */
section.section.home-diff-section {
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: 0;
}

.home-diff-content {
	background-color: #dcdcdc;
	padding: 4.5rem 2.25rem;
}

.home-diff-content-inner {
	max-width: none;
	margin-left: 0;
	padding-right: 0;
}

.home-diff-content .text-8 {
	font-size: 1.85rem !important;
}

.home-diff-text {
	color: #444444;
	font-size: 1rem;
	line-height: 1.75;
}

.home-diff-points {
	background-color: #d4a157;
	padding: 4.5rem 2.25rem;
}

.home-diff-points-inner {
	max-width: none;
}

.home-diff-points-title {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

.home-diff-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-diff-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.45;
	margin-bottom: 0.8rem;
}

.home-diff-list li:last-child {
	margin-bottom: 0;
}

.home-diff-list li i {
	flex: 0 0 auto;
	margin-top: 0.2rem;
	font-size: 0.9rem;
	color: #ffffff;
}

.home-diff-warranty {
	background: linear-gradient(165deg, #06356e 0%, #022451 55%, #011830 100%);
	padding: 4.5rem 2.25rem;
	position: relative;
	overflow: hidden;
}

.home-diff-warranty::before {
	content: '';
	position: absolute;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	border: 18px solid rgba(212, 161, 87, 0.12);
	top: -70px;
	right: -80px;
	pointer-events: none;
}

.home-diff-warranty::after {
	content: '';
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 12px solid rgba(212, 161, 87, 0.1);
	bottom: -50px;
	left: -40px;
	pointer-events: none;
}

.home-diff-warranty-inner {
	position: relative;
	z-index: 1;
}

.home-warranty-seal {
	width: 112px;
	height: 112px;
	margin: 0 auto 1.35rem;
	border-radius: 50%;
	background: radial-gradient(circle at 32% 28%, #f3d19a 0%, #d4a157 58%, #b8863e 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 10px rgba(212, 161, 87, 0.22), 0 14px 32px rgba(0, 0, 0, 0.35);
	position: relative;
}

.home-warranty-seal::before {
	content: '';
	position: absolute;
	inset: 8px;
	border-radius: 50%;
	border: 2px dashed rgba(2, 36, 81, 0.38);
}

.home-warranty-seal i {
	font-size: 2.7rem;
	color: #022451;
	position: relative;
	z-index: 1;
}

.home-warranty-badge {
	display: inline-block;
	background-color: #d4a157;
	color: #022451;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	padding: 0.35rem 0.85rem;
	border-radius: 50px;
	margin-bottom: 0.9rem;
}

.home-diff-warranty-title {
	color: #ffffff;
	font-size: 1.45rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.15rem;
	line-height: 1.3;
}

.home-diff-warranty-title::after {
	content: '';
	display: block;
	width: 64px;
	height: 3px;
	background: #d4a157;
	margin: 0.85rem auto 0;
}

.home-diff-warranty-text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.02rem;
	line-height: 1.8;
	margin: 0;
}

@media (max-width: 1199px) {
	.home-diff-content,
	.home-diff-points,
	.home-diff-warranty {
		padding: 3.5rem 1.75rem;
	}

	.home-diff-content-inner {
		margin-left: 0;
		padding-right: 0;
		max-width: none;
	}
}

@media (max-width: 991px) {
	.home-diff-content,
	.home-diff-points,
	.home-diff-warranty {
		padding: 3rem 1.5rem;
	}

	.home-diff-points-title,
	.home-diff-warranty-title {
		font-size: 1.4rem;
	}

	.home-warranty-seal {
		width: 96px;
		height: 96px;
	}

	.home-warranty-seal i {
		font-size: 2.2rem;
	}
}

/*
 * What You Can Expect — mockup tile grid
 */
section.section.expect-section {
	background: #d4a157;
	background-color: #d4a157;
	border-top-color: #d4a157;
	padding: 4.5rem 0;
}

.expect-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-left: 1px solid rgba(255, 255, 255, 0.45);
}

.expect-tile {
	border-right: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	padding: 2.25rem 1.75rem 2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
	min-height: 280px;
	transition: background-color 0.25s ease;
}

.expect-tile:hover {
	background-color: rgba(0, 0, 0, 0.08);
}

.expect-tile-icon {
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 1.15rem;
	color: #fff;
}

.expect-tile-title {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.85rem;
	line-height: 1.3;
}

.expect-tile-text {
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.95rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
	flex-grow: 1;
}

.expect-tile-link {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: auto;
}

.expect-tile-link:hover {
	color: #fff;
	opacity: 0.85;
}

@media (max-width: 1199px) {
	.why-choose-content {
		padding: 3.5rem 2rem;
	}

	.expect-tile {
		padding: 1.75rem 1.35rem;
		min-height: 260px;
	}
}

@media (max-width: 991px) {
	.why-choose-content {
		padding: 3rem 1.5rem;
	}

	.expect-section {
		padding: 3.5rem 0;
	}

	.expect-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.expect-grid {
		grid-template-columns: 1fr;
	}

	.expect-tile {
		min-height: 0;
	}
}

/*
 * About info cards
 */
.about-info-card {
	background-color: #f7f7f7;
	border: 4px solid #d4a157;
	padding: 2.25rem 1.75rem;
	text-align: center;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.about-info-card:hover {
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-4px);
}

.about-info-card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1.15rem;
	color: #d4a157;
	font-size: 1.75rem;
}

.about-info-card-title {
	color: #1a1a1a;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 1.15rem;
}

.about-info-card p {
	color: #555;
	font-size: 0.98rem;
	line-height: 1.75;
	margin-bottom: 1rem;
}

.service-cta-line {
	font-size: 1.65rem;
	font-weight: 700;
	line-height: 1.5;
	color: #1a1a1a;
}

.service-cta-line a {
	color: #d4a157;
	text-decoration: none;
}

.service-cta-line a:hover {
	color: #d45f03;
	text-decoration: underline;
}

/*
 * Home products carousel
 */
#ourproducts {
	background-color: #fff;
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.product-carousel-title {
	font-family: 'Poppins', sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: #022451;
}

.product-carousel-nav {
	display: inline-flex;
	gap: 10px;
}

.product-carousel-btn {
	width: 44px;
	height: 44px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-carousel-btn:hover,
.product-carousel-btn:focus {
	background-color: #022451;
	border-color: #022451;
	color: #fff;
	outline: none;
}

.product-carousel-btn i {
	font-size: 0.85rem;
}

.products-carousel .owl-stage-outer {
	overflow: hidden;
}

.product-card {
	display: block;
	color: inherit;
}

.product-card:hover {
	color: inherit;
}

.product-card-image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 3 / 4;
	background-color: #f3f3f3;
}

.product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

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

.product-card-name {
	display: block;
	margin-top: 0.85rem;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #111;
}

@media (max-width: 991px) {
	#ourproducts {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}

	.product-carousel-header {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 575px) {
	.product-carousel-title {
		font-size: 1.75rem;
	}

	.product-carousel-btn {
		width: 40px;
		height: 40px;
	}
}

/*
 * Product listing page
 */
.products-listing-section {
	background-color: #fff;
	padding-top: 4rem;
	padding-bottom: 4.5rem;
}

.products-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.75rem 1.25rem;
}

.products-grid .product-card-name {
	font-size: 0.72rem;
	letter-spacing: 0.03em;
}

@media (max-width: 1199px) {
	.products-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991px) {
	.products-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem 1rem;
	}
}

@media (max-width: 767px) {
	.products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.products-listing-section {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}
}

@media (max-width: 480px) {
	.products-grid {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*
 * Product detail page
 */
.product-detail-section {
	background-color: #fff;
	padding-top: 3.5rem;
	padding-bottom: 2rem;
}

.product-detail-image {
	position: relative;
	overflow: hidden;
	background-color: #f3f3f3;
}

.product-detail-image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.product-detail-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	color: #111;
	line-height: 1.15;
	margin-bottom: 1.25rem;
}

.product-detail-subtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #8b1a1a;
	margin-bottom: 1rem;
}

.product-detail-desc {
	font-family: 'Poppins', sans-serif;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.75;
	color: #555;
	margin-bottom: 1.75rem;
	max-width: 34rem;
}

.product-detail-specs {
	width: 100%;
	max-width: 28rem;
	border-collapse: collapse;
}

.product-detail-specs tr {
	border-bottom: 1px solid #ddd;
}

.product-detail-specs th,
.product-detail-specs td {
	padding: 0.85rem 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.85rem;
	vertical-align: middle;
}

.product-detail-specs th {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #444;
	width: 42%;
	padding-right: 1rem;
}

.product-detail-specs td {
	font-weight: 400;
	color: #666;
	text-align: left;
}

.product-detail-full-section {
	background-color: #fff;
	padding-top: 1.5rem;
	padding-bottom: 4.5rem;
}

.product-detail-full-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.35rem;
	font-weight: 700;
	color: #8b1a1a;
	margin-bottom: 1.5rem;
}

.product-detail-full-image {
	overflow: hidden;
	background-color: #f3f3f3;
}

.product-detail-full-image img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

@media (max-width: 991px) {
	.product-detail-title {
		font-size: 2rem;
		margin-top: 1.5rem;
	}

	.product-detail-section {
		padding-top: 2.5rem;
	}
}

@media (max-width: 575px) {
	.product-detail-title {
		font-size: 1.75rem;
	}

	.product-detail-subtitle,
	.product-detail-full-title {
		font-size: 1.15rem;
	}

	.product-detail-full-image img {
		aspect-ratio: 16 / 9;
	}
}

/*
 * Floating WhatsApp button
 */
.whatsapp-float {
	position: fixed;
	right: 52px;
	bottom: 52px;
	z-index: 9999;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
	transform: scale(1.08);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.whatsapp-float img {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%;
	object-fit: contain;
}

@media (max-width: 575px) {
	.whatsapp-float {
		right: 16px;
		bottom: 16px;
		width: 54px;
		height: 54px;
	}

	.whatsapp-float img {
		width: 54px;
		height: 54px;
	}
}
