﻿/* ----------------------------------------------------------------
	Custom CSS for Ute Mat static rebuild
-----------------------------------------------------------------*/

:root {
	--utemat-ink: #1f2a33;
	--utemat-muted: #5f6972;
	--utemat-green: #6c8f3a;
	--utemat-lime: #a8c64d;
	--utemat-surface: #f4f6f1;
	--utemat-panel: #ffffff;
}

body.utemat-site {
	color: var(--utemat-ink);
}

.utemat-site p {
	color: var(--utemat-muted);
}

.side-panel-wrap .widget_links .label {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 75%;
	color: var(--utemat-lime);
}

#logo img {
	max-height: 62px;
	width: auto;
}

.utemat-hero {
	position: relative;
	background: linear-gradient(120deg, rgba(22, 31, 35, 0.94), rgba(54, 76, 35, 0.82)), url('../images/utemat/testimonials-bg.jpg');
	background-size: cover;
	background-position: center;
}

.utemat-hero .video-overlay {
	background: rgba(0, 0, 0, 0.1);
}

.utemat-hero h1 {
	max-width: 760px;
	font-size: 6rem;
	line-height: 0.95;
	font-weight: 700;
	text-transform: uppercase;
}

.utemat-hero .lead {
	max-width: 620px;
	font-size: 1.35rem;
	color: rgba(255, 255, 255, 0.86);
}

.utemat-eyebrow {
	margin-bottom: 0.75rem;
	color: var(--utemat-lime);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.utemat-hero-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border: 8px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.utemat-button,
.utemat-button:hover {
	background-color: var(--utemat-green);
	color: #fff;
	text-shadow: none;
}

.utemat-section {
	padding: 96px 0;
}

.utemat-section.bg-light {
	background: var(--utemat-surface) !important;
}

.utemat-feature-image,
.utemat-gallery img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.utemat-card .fbox-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 260px;
	padding: 26px;
	background: #fff;
	border-radius: 8px;
}

.utemat-card .fbox-media img {
	width: 100%;
	max-width: 320px;
	height: 210px;
	object-fit: contain;
	border-radius: 0;
}

.utemat-feature-image {
	aspect-ratio: 4 / 3;
}

.utemat-card {
	height: 100%;
	padding: 0;
}


.utemat-card h3 {
	font-size: 1.25rem;
	line-height: 1.25;
}

.utemat-callout {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 32px;
	background: var(--utemat-panel);
	border-left: 5px solid var(--utemat-lime);
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(31, 42, 51, 0.08);
}

.utemat-gallery img {
	aspect-ratio: 4 / 3;
	box-shadow: 0 12px 30px rgba(31, 42, 51, 0.12);
}

.utemat-gallery .col-sm-6:nth-child(4) img,
.utemat-gallery .col-sm-6:nth-child(5) img,
.utemat-gallery .col-sm-6:nth-child(6) img {
	object-position: center 38%;
}

.utemat-testimonials {
	padding: 96px 0;
	background: linear-gradient(rgba(18, 27, 31, 0.82), rgba(18, 27, 31, 0.82)), url('../images/utemat/testimonials-bg.jpg');
	background-size: cover;
	background-position: center;
}

.utemat-testimonials blockquote {
	height: 100%;
	margin: 0;
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	border-left: 4px solid var(--utemat-lime);
	border-radius: 8px;
}

.utemat-testimonials blockquote p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
}

.utemat-testimonials footer {
	color: var(--utemat-lime);
	font-weight: 700;
}

.footer-logo {
	max-width: 220px;
	height: auto;
	margin: 0 auto;
}

#footer h2 {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-size: 3rem;
}

@media (max-width: 991.98px) {
	.utemat-section,
	.utemat-testimonials {
		padding: 64px 0;
	}

	.utemat-hero h1 {
		font-size: 4.4rem;
	}

	.utemat-hero .lead {
		font-size: 1.1rem;
	}
}

@media (max-width: 575.98px) {
	.utemat-hero .button {
		display: block;
		width: 100%;
		margin: 0 0 12px 0;
		text-align: center;
	}

	.utemat-callout {
		padding: 24px;
	}
}

@media (max-width: 575.98px) {
	.utemat-hero h1 {
		font-size: 3rem;
	}

	#footer h2 {
		font-size: 2rem;
	}
}



