/*
Theme Name: Weblisto Business Pro
Theme URI: https://www.weblisto.in/
Author: Weblisto
Author URI: https://www.weblisto.in/
Description: SEO-friendly industrial and material handling WordPress theme with advanced header, mega menu, AJAX search, Customizer homepage sections, footer builder, and WooCommerce catalog support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weblisto-business-pro
Tags: custom-logo, custom-menu, custom-colors, featured-images, footer-widgets, theme-options, e-commerce, blog
*/

:root {
	--wbp-accent: #f7b500;
	--wbp-accent-dark: #d99d00;
	--wbp-navy: #06192d;
	--wbp-navy-2: #0d2742;
	--wbp-ink: #07111f;
	--wbp-muted: #5c6877;
	--wbp-line: #e6ebf1;
	--wbp-soft: #f5f7fa;
	--wbp-white: #fff;
	--wbp-shadow: 0 18px 45px rgba(4, 20, 38, 0.14);
	--wbp-radius: 8px;
	--wbp-font: "Inter", Arial, sans-serif;
	--wbp-display: "Barlow Condensed", Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--wbp-ink);
	background: var(--wbp-white);
	font-family: var(--wbp-font);
	font-size: 16px;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--wbp-accent-dark);
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	z-index: 10000;
	background: var(--wbp-accent);
	color: var(--wbp-ink);
	border-radius: var(--wbp-radius);
}

.site-shell {
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
}

.wbp-icon {
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	stroke-width: 2.2;
}

.button,
.mini-button,
.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 44px;
	border-radius: 6px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: var(--wbp-display);
	line-height: 1;
	letter-spacing: 0;
	transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.mini-button:hover,
.header-cta:hover {
	transform: translateY(-1px);
}

.button--accent,
.mini-button {
	background: var(--wbp-accent);
	color: var(--wbp-ink);
	box-shadow: 0 10px 22px rgba(247, 181, 0, 0.25);
}

.button--dark,
.mini-button--dark {
	background: var(--wbp-ink);
	color: var(--wbp-white);
	box-shadow: 0 10px 22px rgba(7, 17, 31, 0.18);
}

.button {
	padding: 0 24px;
}

.mini-button {
	min-height: 34px;
	padding: 0 14px;
	font-size: 14px;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--wbp-display);
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--wbp-ink);
}

.section-kicker,
.section-heading h2,
.hero-section h1,
.page-header h1,
.entry-title {
	font-family: var(--wbp-display);
	text-transform: uppercase;
	letter-spacing: 0;
}

.section-kicker {
	margin: 0 0 8px;
	font-size: clamp(20px, 3vw, 30px);
	font-weight: 800;
	line-height: 1;
	color: var(--wbp-navy);
}

.section-rule {
	width: 58px;
	height: 4px;
	margin-top: 10px;
	background: var(--wbp-accent);
	border-radius: 999px;
}

.content-section {
	padding: 58px 0;
}

.section-heading {
	margin-bottom: 28px;
}

.section-heading--row {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(34px, 4vw, 48px);
	line-height: 0.92;
	color: var(--wbp-ink);
}

.section-heading h2::first-letter {
	color: inherit;
}

.section-heading--dark h2 {
	color: var(--wbp-white);
}

/* Header */
.site-header {
	position: relative;
	z-index: 1000;
	background: var(--wbp-white);
}

.has-sticky-header .site-header {
	position: sticky;
	top: 0;
}

.site-header.is-scrolled {
	box-shadow: 0 10px 28px rgba(3, 15, 28, 0.12);
}

.top-bar {
	background: var(--wbp-navy);
	color: var(--wbp-white);
	border-bottom: 3px solid var(--wbp-accent);
	font-size: 14px;
}

.top-bar__inner,
.top-bar__contacts,
.top-bar__meta,
.top-bar span {
	display: flex;
	align-items: center;
}

.top-bar__inner {
	min-height: 40px;
	justify-content: space-between;
	gap: 20px;
}

.top-bar__contacts,
.top-bar__meta {
	gap: 22px;
}

.top-bar span {
	gap: 8px;
	white-space: nowrap;
}

.top-bar .wbp-icon {
	color: var(--wbp-accent);
}

.social-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.social-links a {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.social-links--header a {
	color: var(--wbp-white);
}

.social-links--footer a {
	background: rgba(255, 255, 255, 0.08);
	color: var(--wbp-white);
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.main-header {
	background: var(--wbp-white);
}

.main-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 26px;
	min-height: 82px;
}

.site-brand,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--wbp-ink);
}

.custom-logo-link img {
	width: auto;
	max-width: 235px;
	max-height: 58px;
}

.site-brand__mark {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 44px;
	border: 2px solid var(--wbp-ink);
	color: var(--wbp-accent);
	border-radius: 6px;
	background: var(--wbp-white);
}

.site-brand__mark .wbp-icon {
	font-size: 32px;
}

.site-brand__text {
	display: grid;
	line-height: 1;
}

.site-brand__name {
	font-family: var(--wbp-display);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	color: var(--wbp-ink);
}

.site-brand__name span {
	color: var(--wbp-accent);
}

.site-brand__tag {
	margin-top: 2px;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	color: var(--wbp-ink);
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-height: 44px;
	padding: 0 13px;
	color: var(--wbp-ink);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.primary-menu a::after {
	content: "";
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 0;
	height: 3px;
	background: var(--wbp-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 160ms ease;
}

.primary-menu a:hover::after,
.primary-menu .current-menu-item > a::after,
.primary-menu .current_page_item > a::after {
	transform: scaleX(1);
}

.primary-menu .wbp-icon {
	width: 12px;
	height: 12px;
}

.nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--wbp-line);
	border-radius: 6px;
	background: var(--wbp-white);
	color: var(--wbp-ink);
}

.header-actions {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-cta {
	min-width: 150px;
	padding: 0 16px;
	background: var(--wbp-accent);
	color: var(--wbp-ink);
	font-size: 15px;
	box-shadow: 0 10px 22px rgba(247, 181, 0, 0.22);
}

.header-cta span {
	max-width: 110px;
}

.site-search {
	position: relative;
	z-index: 3;
}

.site-search__field {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	width: 270px;
	height: 48px;
	border: 2px solid var(--wbp-line);
	border-radius: 8px;
	background: var(--wbp-white);
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.site-search.is-open .site-search__field,
.site-search__field:focus-within {
	border-color: var(--wbp-accent);
	box-shadow: 0 0 0 4px rgba(247, 181, 0, 0.14);
}

.site-search input {
	min-width: 0;
	height: 100%;
	border: 0;
	outline: 0;
	padding: 0 12px 0 16px;
	color: var(--wbp-ink);
	background: transparent;
}

.site-search__clear,
.site-search__submit {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	color: var(--wbp-ink);
	cursor: pointer;
}

.site-search__clear {
	color: var(--wbp-muted);
}

.search-dropdown {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	width: min(820px, calc(100vw - 40px));
	background: var(--wbp-white);
	border: 1px solid var(--wbp-line);
	border-radius: 8px;
	box-shadow: var(--wbp-shadow);
	overflow: hidden;
}

.search-dropdown__grid {
	display: grid;
	grid-template-columns: 1fr 1.45fr;
	gap: 0;
}

.search-dropdown__pane {
	padding: 24px;
	border-bottom: 1px solid var(--wbp-line);
}

.search-dropdown__pane:nth-child(odd) {
	border-right: 1px solid var(--wbp-line);
}

.search-dropdown__pane h3,
.search-dropdown__head h3 {
	margin: 0 0 14px;
	font-family: var(--wbp-display);
	font-size: 22px;
	text-transform: uppercase;
}

.search-dropdown__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.search-dropdown__head a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--wbp-ink);
	font-weight: 700;
}

.search-list {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.search-list a,
.search-list button {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--wbp-ink);
	text-align: left;
	cursor: pointer;
}

.search-products {
	display: grid;
	gap: 12px;
}

.search-product {
	display: grid;
	grid-template-columns: 72px 1fr auto;
	align-items: center;
	gap: 14px;
	min-height: 82px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--wbp-line);
}

.search-product img {
	width: 72px;
	height: 64px;
	object-fit: contain;
	background: var(--wbp-soft);
	border-radius: 6px;
}

.search-product strong,
.search-product small {
	display: block;
}

.search-product small {
	color: var(--wbp-muted);
}

.search-product em {
	color: var(--wbp-accent-dark);
	font-style: normal;
	font-weight: 800;
	white-space: nowrap;
}

.search-dropdown__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 24px;
	background: #fff5d2;
}

.search-dropdown__footer > div {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	align-items: center;
}

.search-dropdown__footer small {
	grid-column: 2;
	color: var(--wbp-muted);
}

.is-empty {
	color: var(--wbp-muted);
}

/* Mega menu */
.mega-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: transparent;
	padding: 0 0 24px;
}

.mega-menu__shell {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 0;
	background: var(--wbp-white);
	border: 1px solid var(--wbp-line);
	border-radius: 0 0 8px 8px;
	box-shadow: var(--wbp-shadow);
	overflow: hidden;
}

.mega-menu__columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.mega-column {
	padding: 26px;
	border-right: 1px solid var(--wbp-line);
}

.mega-column h3 {
	margin: 0 0 18px;
	font-family: var(--wbp-display);
	font-size: 26px;
	line-height: 1;
	text-transform: uppercase;
}

.mega-column h3::after {
	content: "";
	display: block;
	width: 38px;
	height: 3px;
	margin-top: 8px;
	background: var(--wbp-accent);
}

.mega-column ul {
	display: grid;
	gap: 10px;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.mega-column a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--wbp-ink);
	font-size: 15px;
}

.mega-column .wbp-icon {
	color: var(--wbp-accent-dark);
}

.mega-column img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 8px;
	background: var(--wbp-soft);
}

.mega-menu__promo {
	position: relative;
	display: flex;
	align-items: end;
	min-height: 430px;
	background-size: cover;
	background-position: center;
	color: var(--wbp-white);
	isolation: isolate;
}

.mega-menu__promo::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(3, 10, 18, 0.68);
	z-index: -1;
}

.mega-menu__promo div {
	padding: 28px;
}

.mega-menu__promo h3 {
	margin: 0 0 16px;
	font-family: var(--wbp-display);
	font-size: 42px;
	line-height: 0.94;
	text-transform: uppercase;
	color: var(--wbp-accent);
}

.mega-menu__promo p {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.86);
}

/* Hero */
.hero-section {
	position: relative;
	min-height: 650px;
	padding: 58px 0 92px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88) 44%, rgba(255, 255, 255, 0.46) 66%, rgba(6, 25, 45, 0.1)),
		var(--wbp-soft);
	overflow: hidden;
}

.hero-section::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 120px;
	background: linear-gradient(180deg, rgba(255,255,255,0), var(--wbp-soft));
	pointer-events: none;
}

.hero-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
	align-items: center;
	gap: 48px;
}

.hero-section h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(54px, 7vw, 86px);
	line-height: 0.9;
	color: var(--wbp-navy);
}

.hero-section h1 span {
	color: var(--wbp-accent);
	display: block;
}

.hero-section__text {
	max-width: 560px;
	margin: 20px 0 24px;
	color: #27364a;
	font-size: 18px;
}

.hero-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 28px;
	max-width: 560px;
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
	font-weight: 700;
}

.hero-checks li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hero-checks .wbp-icon {
	color: var(--wbp-accent-dark);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.hero-section__media {
	position: relative;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-section__media img {
	width: min(760px, 100%);
	filter: drop-shadow(0 26px 34px rgba(2, 12, 23, 0.18));
}

.quality-stack {
	position: absolute;
	right: 0;
	top: 36px;
	display: grid;
	gap: 12px;
	width: 138px;
}

.quality-stack span {
	display: grid;
	place-items: center;
	gap: 8px;
	min-height: 96px;
	padding: 12px;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid var(--wbp-line);
	border-radius: 8px;
	box-shadow: 0 16px 30px rgba(6, 25, 45, 0.12);
	font-size: 13px;
	font-weight: 800;
}

.quality-stack .wbp-icon {
	color: var(--wbp-accent-dark);
	font-size: 26px;
}

.brand-strip {
	position: relative;
	z-index: 2;
	margin-top: -48px;
}

.brand-strip__inner {
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: center;
	gap: 26px;
	padding: 22px 28px;
	background: var(--wbp-white);
	border: 1px solid var(--wbp-line);
	border-radius: 8px;
	box-shadow: var(--wbp-shadow);
}

.brand-strip h2 {
	margin: 0;
	font-family: var(--wbp-display);
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.brand-strip__logos {
	display: grid;
	grid-template-columns: repeat(7, minmax(80px, 1fr));
	gap: 16px;
	align-items: center;
}

.brand-strip__logos span {
	display: grid;
	place-items: center;
	min-height: 44px;
	color: #11346a;
	font-family: var(--wbp-display);
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

/* Homepage cards */
.featured-grid,
.product-grid,
.service-grid,
.testimonial-grid {
	display: grid;
	gap: 16px;
}

.featured-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.featured-card {
	position: relative;
	min-height: 230px;
	display: flex;
	align-items: end;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	isolation: isolate;
}

.featured-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(4, 16, 30, 0.9), rgba(4, 16, 30, 0.32));
	z-index: -1;
}

.featured-card__content {
	padding: 24px;
	color: var(--wbp-white);
}

.featured-card__content > .wbp-icon {
	font-size: 32px;
	color: var(--wbp-accent);
}

.featured-card h3 {
	margin: 12px 0 6px;
	font-family: var(--wbp-display);
	font-size: 30px;
	line-height: 0.96;
	text-transform: uppercase;
}

.featured-card p {
	margin: 0 0 16px;
	max-width: 280px;
	color: rgba(255, 255, 255, 0.88);
}

.products-section {
	padding-top: 42px;
	background: linear-gradient(180deg, var(--wbp-white), var(--wbp-soft));
}

.product-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.product-card,
.service-card,
.testimonial-card,
.stat-card,
.entry-card,
.site-sidebar .widget {
	border: 1px solid var(--wbp-line);
	border-radius: 8px;
	background: var(--wbp-white);
	box-shadow: 0 12px 28px rgba(6, 25, 45, 0.07);
}

.product-card {
	overflow: hidden;
}

.product-card__image {
	display: block;
	padding: 12px;
	background: #fff;
}

.product-card__image img {
	width: 100%;
	aspect-ratio: 6 / 7;
	object-fit: cover;
	border-radius: 6px;
}

.product-card__body {
	padding: 0 16px 16px;
}

.product-card h3 {
	margin: 0 0 2px;
	font-family: var(--wbp-display);
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
}

.product-card p {
	min-height: 42px;
	margin: 0 0 12px;
	color: var(--wbp-muted);
	font-size: 13px;
	line-height: 1.35;
}

.service-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.service-card {
	display: grid;
	place-items: center;
	gap: 10px;
	min-height: 158px;
	padding: 22px 14px;
	text-align: center;
	color: var(--wbp-ink);
}

.service-card__icon {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 2px solid var(--wbp-line);
	border-radius: 999px;
	color: var(--wbp-accent-dark);
}

.service-card strong {
	font-family: var(--wbp-display);
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}

.service-card small {
	color: var(--wbp-muted);
	font-size: 13px;
	line-height: 1.35;
}

.industries-band {
	padding: 34px 0;
	background: var(--wbp-navy);
	color: var(--wbp-white);
}

.industries-band__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 28px;
}

.industries-band h2 {
	margin: 0;
	font-family: var(--wbp-display);
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
}

.industries-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.industries-grid span {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.06);
	font-weight: 700;
	text-align: center;
}

.industries-grid .wbp-icon {
	color: var(--wbp-accent);
}

.why-section {
	position: relative;
	padding: 58px 0;
	background-size: cover;
	background-position: center;
	color: var(--wbp-white);
	isolation: isolate;
}

.why-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(6, 25, 45, 0.94), rgba(6, 25, 45, 0.76));
	z-index: -1;
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.why-card {
	padding: 18px;
	border-left: 1px solid rgba(255, 255, 255, 0.18);
	text-align: center;
}

.why-card .wbp-icon {
	font-size: 32px;
	color: var(--wbp-accent);
}

.why-card h3 {
	margin: 12px 0 6px;
	font-family: var(--wbp-display);
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}

.why-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	line-height: 1.45;
}

.about-section__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.86fr) minmax(320px, 1.2fr);
	gap: 28px;
	align-items: center;
}

.about-section__text {
	margin: 0 0 24px;
	color: var(--wbp-muted);
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.stat-card {
	display: grid;
	place-items: center;
	min-height: 160px;
	padding: 18px 14px;
	text-align: center;
}

.stat-card .wbp-icon {
	font-size: 34px;
	color: var(--wbp-accent-dark);
}

.stat-card strong {
	font-family: var(--wbp-display);
	font-size: 44px;
	line-height: 1;
}

.stat-card span {
	max-width: 110px;
	color: var(--wbp-muted);
	font-size: 13px;
	line-height: 1.3;
}

.about-section__image {
	margin: 0;
}

.about-section__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: var(--wbp-shadow);
}

.testimonials-section {
	background: linear-gradient(180deg, var(--wbp-soft), var(--wbp-white));
}

.testimonial-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-card {
	position: relative;
	padding: 28px;
}

.testimonial-card__quote {
	position: absolute;
	top: 10px;
	left: 22px;
	color: var(--wbp-accent);
	font-family: Georgia, serif;
	font-size: 52px;
	line-height: 1;
}

.testimonial-card__stars {
	display: flex;
	gap: 3px;
	margin-left: 36px;
	color: var(--wbp-accent);
}

.testimonial-card p {
	margin: 18px 0 18px;
	color: #263348;
}

.testimonial-card strong,
.testimonial-card span {
	display: block;
}

.testimonial-card strong {
	font-weight: 800;
}

.testimonial-card span {
	color: var(--wbp-muted);
	font-size: 13px;
}

/* Footer */
.site-footer {
	background: var(--wbp-navy);
	color: var(--wbp-white);
}

.newsletter-band {
	background: #03101f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.newsletter-band__inner {
	display: grid;
	grid-template-columns: auto 1fr minmax(320px, 0.9fr) auto;
	align-items: center;
	gap: 28px;
	padding: 34px 0;
}

.newsletter-band__icon {
	display: inline-grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 8px;
	background: var(--wbp-accent);
	color: var(--wbp-ink);
}

.newsletter-band__icon .wbp-icon {
	font-size: 40px;
}

.newsletter-band h2 {
	margin: 0 0 4px;
	font-family: var(--wbp-display);
	font-size: 34px;
	text-transform: uppercase;
}

.newsletter-band p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
}

.newsletter-form {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	min-height: 54px;
	background: var(--wbp-white);
	border: 2px solid var(--wbp-accent);
	border-radius: 8px;
	overflow: hidden;
}

.newsletter-form input {
	min-width: 0;
	border: 0;
	outline: 0;
	padding: 0 18px;
}

.newsletter-form button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 0;
	padding: 0 22px;
	background: var(--wbp-accent);
	color: var(--wbp-ink);
	font-family: var(--wbp-display);
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

.newsletter-form.is-submitted::after {
	content: "Thank you for subscribing.";
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	color: var(--wbp-accent);
	font-size: 13px;
	font-weight: 700;
}

.newsletter-benefits {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.newsletter-benefits li {
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.newsletter-benefits .wbp-icon {
	color: var(--wbp-accent);
}

.footer-main {
	padding: 46px 0;
}

.footer-main__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 44px;
}

.footer-brand .site-brand__name,
.footer-brand .site-brand__tag {
	color: var(--wbp-white);
}

.footer-brand p {
	max-width: 310px;
	color: rgba(255, 255, 255, 0.76);
}

.footer-column h2,
.footer-widget-area .widget-title {
	position: relative;
	margin: 0 0 22px;
	font-family: var(--wbp-display);
	font-size: 25px;
	text-transform: uppercase;
}

.footer-column h2::after,
.footer-widget-area .widget-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 34px;
	height: 3px;
	background: var(--wbp-accent);
}

.footer-links,
.footer-contact {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.78);
}

.footer-links a::before {
	content: ">";
	margin-right: 8px;
	color: var(--wbp-accent);
}

.footer-contact li {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 10px;
	color: rgba(255, 255, 255, 0.78);
}

.footer-contact .wbp-icon {
	color: var(--wbp-accent);
	margin-top: 3px;
}

.footer-bottom {
	padding: 16px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	color: rgba(255, 255, 255, 0.62);
}

.footer-bottom__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.footer-bottom__links {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
}

.footer-bottom a {
	color: var(--wbp-accent);
}

/* Inner pages */
.page-shell {
	padding: 56px 0;
	background: var(--wbp-soft);
}

.layout-with-sidebar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.content-narrow {
	max-width: 920px;
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	color: var(--wbp-muted);
	font-size: 14px;
}

.breadcrumb a {
	color: var(--wbp-navy);
	font-weight: 700;
}

.page-header {
	margin-bottom: 24px;
}

.page-header h1,
.entry-title {
	margin: 0;
	font-size: clamp(40px, 5vw, 62px);
	line-height: 0.95;
}

.post-list {
	display: grid;
	gap: 22px;
}

.entry-card {
	padding: 26px;
}

.entry-card__image {
	display: block;
	margin: -26px -26px 22px;
}

.entry-card__image img,
.entry-featured-image img {
	width: 100%;
	max-height: 420px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.entry-card--single {
	padding: 34px;
}

.entry-meta {
	display: flex;
	gap: 14px;
	margin-top: 8px;
	color: var(--wbp-muted);
	font-size: 14px;
}

.entry-content {
	margin-top: 18px;
}

.entry-content a {
	color: var(--wbp-accent-dark);
	text-decoration: underline;
}

.entry-content h2,
.entry-content h3 {
	font-family: var(--wbp-display);
	text-transform: uppercase;
}

.site-sidebar {
	display: grid;
	gap: 20px;
}

.site-sidebar .widget {
	padding: 22px;
}

.widget-title {
	margin: 0 0 16px;
	font-family: var(--wbp-display);
	font-size: 24px;
	text-transform: uppercase;
}

.nav-links {
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 24px;
}

.page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	background: var(--wbp-white);
	border: 1px solid var(--wbp-line);
}

.page-numbers.current {
	background: var(--wbp-accent);
	border-color: var(--wbp-accent);
	color: var(--wbp-ink);
	font-weight: 800;
}

.comment-list {
	margin: 0;
	padding-left: 22px;
}

.comment-respond {
	margin-top: 26px;
}

.wp-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
	align-items: center;
	margin-top: 18px;
}

.wp-search-form .search-field {
	min-height: 48px;
	border: 1px solid var(--wbp-line);
	border-radius: 6px;
	padding: 0 14px;
}

/* WooCommerce */
.weblisto-woocommerce .woocommerce ul.products li.product,
.woocommerce ul.products li.product {
	border: 1px solid var(--wbp-line);
	border-radius: 8px;
	background: var(--wbp-white);
	padding: 14px;
	box-shadow: 0 12px 28px rgba(6, 25, 45, 0.07);
}

.woocommerce span.onsale,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--wbp-accent);
	color: var(--wbp-ink);
	border-radius: 6px;
	font-family: var(--wbp-display);
	font-weight: 800;
	text-transform: uppercase;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--wbp-ink);
	color: var(--wbp-white);
}

/* Responsive */
@media (max-width: 1180px) {
	.main-header__inner {
		grid-template-columns: auto auto 1fr;
	}

	.nav-toggle {
		display: inline-flex;
		order: 2;
	}

	.primary-navigation {
		order: 4;
		grid-column: 1 / -1;
		width: 100%;
	}

	.primary-menu {
		display: none;
		align-items: stretch;
		justify-content: start;
		padding: 12px 0 20px;
		border-top: 1px solid var(--wbp-line);
	}

	.primary-navigation.is-open .primary-menu {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.header-actions {
		justify-self: end;
	}

	.mega-menu {
		display: none;
	}

	.hero-section__inner,
	.about-section__grid {
		grid-template-columns: 1fr;
	}

	.hero-section__media {
		min-height: 420px;
	}

	.product-grid,
	.service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.why-grid,
	.industries-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.newsletter-band__inner,
	.footer-main__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.site-shell {
		width: min(100% - 28px, 720px);
	}

	.top-bar__optional,
	.header-cta {
		display: none;
	}

	.main-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 72px;
		gap: 14px;
	}

	.nav-toggle {
		order: 0;
	}

	.main-header__brand {
		min-width: 0;
	}

	.header-actions {
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.site-search,
	.site-search__field {
		width: 100%;
	}

	.search-dropdown {
		position: fixed;
		top: 132px;
		left: 14px;
		right: 14px;
		width: auto;
		max-height: calc(100vh - 152px);
		overflow: auto;
	}

	.search-dropdown__grid {
		grid-template-columns: 1fr;
	}

	.search-dropdown__pane:nth-child(odd) {
		border-right: 0;
	}

	.search-dropdown__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.primary-navigation.is-open .primary-menu,
	.brand-strip__inner,
	.industries-band__inner,
	.layout-with-sidebar {
		grid-template-columns: 1fr;
	}

	.primary-menu a {
		justify-content: space-between;
	}

	.hero-section {
		padding-top: 42px;
		min-height: auto;
	}

	.hero-section h1 {
		font-size: clamp(46px, 14vw, 66px);
	}

	.hero-checks,
	.featured-grid,
	.product-grid,
	.service-grid,
	.why-grid,
	.stats-grid,
	.testimonial-grid,
	.newsletter-band__inner,
	.footer-main__grid {
		grid-template-columns: 1fr;
	}

	.brand-strip {
		margin-top: -24px;
	}

	.brand-strip__logos,
	.industries-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-heading--row,
	.footer-bottom__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.hero-section__media {
		min-height: 320px;
	}

	.quality-stack {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		margin-top: 16px;
	}

	.quality-stack span {
		min-height: 78px;
	}
}

@media (max-width: 560px) {
	.top-bar__contacts {
		width: 100%;
		justify-content: space-between;
		gap: 10px;
		font-size: 12px;
	}

	.top-bar__meta {
		display: none;
	}

	.site-brand__mark {
		width: 46px;
		height: 38px;
	}

	.site-brand__name {
		font-size: 30px;
	}

	.site-brand__tag {
		font-size: 9px;
	}

	.hero-actions,
	.newsletter-form {
		grid-template-columns: 1fr;
	}

	.hero-actions .button,
	.newsletter-form button {
		width: 100%;
	}

	.search-product {
		grid-template-columns: 58px 1fr;
	}

	.search-product em {
		grid-column: 2;
	}

	.entry-card,
	.entry-card--single {
		padding: 20px;
	}

	.entry-card__image {
		margin: -20px -20px 18px;
	}
}
