html {
	scroll-behavior: smooth;
}

:root {
	--sticky-offset: 80px;
}

[id] {
	scroll-margin-top: var(--sticky-offset);
}


body {
	margin: 0;
	color: #07182d;
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 300;
}


/* HEADER */
header {
	background: #fff;

}

.top-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 5%;
	max-width: 1300px;
	margin: 0 auto;
}

.logos {
	display: flex;
	align-items: center;
	gap: 15px;
}

.logos a:nth-child(1) img {
	height: 50px;
	padding-top: 2px
}

.logos a:nth-child(2) img {
	height: 20px;
	margin-left: 5px;
	margin-top: 5px
}

.hamburger {
	display: none;
	font-size: 28px;
	cursor: pointer;
}

nav {
	background: #fff;
	width: 100%;
	border-top: 1px solid #b9c1c9;
}

header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
}

header.compact .top-bar {
	padding: 4px 5% !important;
	transition: all 0.4s ease;
}

header.compact .logos a:nth-child(1) img {
	height: 30px !important;
	transition: all 0.4s ease;
}

header.compact .logos a:nth-child(2) img {
	height: 15px !important;
	transition: all 0.4s ease;
}

.hero-content {
	max-width: 1350px;
	margin: 0 auto;
	width: 100%;
}

nav ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 18px 4.7%;
	max-width: 1300px;
	margin: 0 auto
}

nav ul li a {
	position: relative;
	text-decoration: none;
	color: #07182d;
	font-weight: 400;
	font-size: 14px;
	margin: 8px 4px;
	transition: color 0.3s ease;
	text-transform: none;
	padding: 4px 0px;
}

nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 1px;
	background: #dce0e4;
	border-radius: 0px;
	transition: transform 0.3s ease;
}

nav ul li a:hover::after {
	transform: translateX(-50%) scaleX(1);
}


.products a[href="#"] {}

.products a[href="#"]::before {
	content: "JUŻ WKRÓTCE";
	position: absolute;
	inset: 0;
	background: rgba(28, 44, 59, 0.85);
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 2;
	letter-spacing: 1px;
}

.products a[href="#"]:hover::before {
	opacity: 1;
}


/* HERO */
.hero-home {
	height: 650px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	padding-left: 55px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-home {
	background-image: url('img/cisco_hero.jpg');
}

.hero-przelaczniki {
	background-image: url('img/hero_przelaczniki.jpg');
}

.hero-lacznosc-bezprzewodowa {
	background-image: url('img/hero_lacznosc-bezprzewodowa.jpg');
}

.hero-meraki {
	background-image: url('img/hero_meraki.jpg');
}

.hero-catalyst {
	background-image: url('img/hero_catalyst.jpg');
}

.hero-wspolpraca {
	background-image: url('img/hero_wspolpraca.jpg');
}

.hero-data-center {
	background-image: url('img/hero_data-center.jpg');
}

.hpg-card-text-content {
	color: #ffffff;
	text-align: left;
	margin: 0 auto;
	padding: 0px 20px 40px 0px;
}

.hpg-card-text-content .ghpg-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	margin-bottom: 20px;
	max-width: 400px;
}

.hpg-card-text-content .ghpg-subtitle {
	font-size: 56px;
	font-weight: 400;
	line-height: 59px;
	color: #ffffff;
	margin-bottom: 24px;
	max-width: 600px;


}

.hpg-card-text-content span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	max-width: 600px;
}


.btn-hero {
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 400;
	font-size: 15px;
	transition: background 0.3s ease, transform 0.3s ease;
	background-color: #fff;
	color: #07182d;
	border-radius: 0px;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	margin-left: 0px;
	border-radius: 99px
}

.btn-hero:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff
}


#offer h1 {
	margin: 40px 0px 40px;
}

.brand-compare-header-home {
	grid-column: 1 / -1;
	text-align: center;
	margin-bottom: 40px;
}

.brand-compare-header-title-home {
	width: 100%;
	color: #07182d;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 32px;
	line-height: 39px;
	margin: 0;
	padding: 0px 10px 40px 10px;
}

.brand-compare-header-title {
	color: #0A60FF;
	padding: 10px 10px 90px 10px;
	text-align: center;
	font-weight: 300;
	letter-spacing: normal;
	font-size: 2.5rem;
	line-height: 3rem;
	margin: 0;
}

.products-grid {
	background: #f2f5f7;
	padding: 80px 5%;
	text-align: center;
}


.products-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	max-width: 1300px;
	margin: 0 auto 40px auto;
}

.products-columns:last-child {
	margin-bottom: 0;
}

.product-box {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 40px 30px;
	text-align: left;
	border-radius: 0;
	transition: box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-sizing: border-box;
}

.product-box .img-wrap {
	width: 100%;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0px;
}

.product-box:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.product-box img {
	display: block;
	max-width: 240px;
	max-height: 160px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto 30px auto;
	transition: transform 0.3s ease;
}

.product-box:hover img {
	transform: scale(1.05);
}


.product-box {
	position: relative;
}

.product-box img {
	align-self: center;
}


.product-box h3 {
	font-size: 21px;
	font-weight: 400;
	color: #0A60FF;
	margin-bottom: 10px;
}

.product-box h4 {
	font-size: 15px;
	font-weight: 400;
	color: #07182d;
	margin-top: 0;
	margin-bottom: 30px;
}

.product-box ul {
	list-style-type: disc;
	color: #07182d;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}

.product-box ul li {
	margin-bottom: 8px;
}

.copy-box {
	max-width: 1300px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 9px;
	margin: 0 auto;
	line-height: 12px;
	opacity: 0.5;
	text-align: center
}


/* BLOKI BANERY */
.product-banner-white {
	background: #fff;
}

.product-banner-gray {
	background: #f2f5f7;
}

.product-banner+.product-banner {
	margin-top: 0;
}

.product-banner .banner-text h2 {
	font-size: 46px;
	font-weight: 400;
	color: #07182d;
	margin-bottom: -5px;
	line-height: 46px;
	max-width: 600px;
}

.product-banner .banner-text h3 {
	font-size: 16px;
	font-weight: 400;
	color: #a1a9b2;
	border-bottom: 1px solid #f2f5f7;
	padding-bottom: 30px;
	margin-bottom: 30px;
	padding-top: 7px;
}

.product-banner .banner-text h4 {
	font-size: 20px;
	font-weight: 400;
	color: #07182d;
	margin-bottom: 22px;
	line-height: 28px
}


.product-banner .banner-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
	font-weight: 300
}

.product-banner .banner-text ul {
	padding-bottom: 35px;
}

.product-banner .banner-text li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
}

.product-banner .product-link {
	display: inline-block;
	padding: 12px 36px;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 400;
	font-size: 15px;
	transition: background 0.3s ease, transform 0.3s ease;
	background-color: transparent;
	color: #0A60FF;
	border: 1px solid #0A60FF;
	border-radius: 0px;
	text-decoration: none;
	text-align: center;
	margin-left: 0px;
	border-radius: 99px
}

.product-banner .product-link:hover {
	background-color: #0A60FF;
	border: 1px solid #fff;
	color: #fff !important;

}

.product-banner .product-link i {
	font-style: normal;
	font-size: 14px;
	transition: transform 0.3s ease;
}

.product-banner .product-link:hover {
	color: #0A60FF;
}

.product-banner .product-link:hover i {
	transform: translateX(5px);
}


/* BANERY */


.product-baners {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.product-banner {
	width: 100%;
}

.product-banner-inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 140px 5% 100px 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	max-height: 330px;
}

.product-banner:nth-child(even) .product-banner-inner {
	flex-direction: row-reverse;
}

.product-banner:nth-child(odd) {
	background: #fff;
}

.product-banner:nth-child(even) {
	background: #f2f5f7;
}

.product-banner:nth-child(even) {
	flex-direction: row-reverse;
}

.banner-image {
	flex: 1 1 40%;
	text-align: center;
}

.banner-image img {
	width: auto;
	max-height: 490px;
	display: block;
	border-radius: 20px;
}

.banner-text {
	flex: 1 1 60%;
	color: #07182d;
}

.product-banner .banner-image {
	text-align: left;
}

.product-banner.reverse .banner-image {
	text-align: right;
}


.banner-text h2 {
	font-size: 34px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #0A60FF;
	max-width: 450px
}

.banner-text h3 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
	margin-top: 0px
}

.banner-text p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}

.banner-text small {
	display: block;
	font-size: 11px;
	color: #555;
	margin-bottom: 25px;
}

.btn-primary {
	display: inline-block;
	background: #0A60FF;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	padding: 14px 34px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.btn-primary:hover {
	background: #005fa3;
}


/* PRODUKTY TABELE  */
.product-table {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	padding: 80px 5% 100px 5%;
	max-width: 1300px;
	margin: 0 auto;
}

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


.product-item {
	text-align: left;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	transition: transform 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
	outline: 1px solid transparent;
	cursor: pointer;
	overflow: hidden
}

.product-item:hover {
	transform: scale(1.04);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	outline: 1px solid #f9fbfc;
	z-index: 3;
}

.product-item {
  position: relative;
  overflow: hidden;
}

.product-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160px; 
  background-color: #f2f5f7;
  border-radius: 6px 6px 0 0;
  z-index: 0;
  border: 20px solid #fff;
  transition: background-color 0.4s ease, transform 0.4s ease;
}

.product-item:hover::before {
  background-color: rgba(243, 246, 248, 0.47);
}

.product-item img {
  position: relative;
  z-index: 1;
  display: block;
  margin: 30px auto 60px auto;
  max-width: 195px;
  width: 100%;
  height: auto;
}



.product-item h5 {
	font-size: 19px;
	font-weight: 500;
	color: #07182d;
	margin-bottom: 20px;
	line-height: 21px
}

.product-item h5.highlight {
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
}

.product-item p {
	position: relative;
	padding-left: 0px;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.product-item p:not(:has(strong)):not(:only-of-type)::before {
	content: "•";
	position: absolute;
	left: 0;
	top: -2px;
	color: #a1a9b2;
	font-size: 20px;
	line-height: 24px;
}

.product-item p:not(:has(strong)):not(:only-of-type) {
	padding-left: 18px;
}

.product-item p:has(strong) {
	padding-left: 0px;
}


.product-item strong {
	display: block;
	color: #a1a9b2;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #f2f5f7;
	padding-bottom: 0px;
	font-size: 12px;
	padding-top: 0px;

}

/* SCROLL TO TOP */
#scrollTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #00bceb;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	font-size: 28px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

#scrollTopBtn:hover {
	transform: scale(1.1);
}

#scrollTopBtn span {
	display: inline-block;
	transform: rotate(90deg);
}

#Enterprise {
	padding-bottom: 110px
}


/* PRODUKTY */

.products {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	background: #fff;
	padding: 100px 5% 20px 5%;
	max-width: 1300px;
	margin: 0 auto;
	align-items: stretch;
}

.products-4-col {
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.home-btn {
	cursor: pointer;
}

.product-home-box {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-home-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.product-home-box img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.product-home-box h3 {
	font-weight: 400;
	font-size: 20px;
	color: #07182d;
	line-height: 24px;
	margin: 30px 30px 20px 30px;
	min-height: 55px;
	display: flex;
	align-items: flex-start;
}

.product-home-box p {
	font-weight: 300;
	font-size: 16px;
	margin: 0 30px 30px 30px;
	line-height: 24px;
	flex-grow: 1;
}


.product-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0 30px 30px 30px;
	color: #0a60ff;
	font-weight: 600;
	text-decoration: none;
	padding-top: 15px;
	transition: color 0.3s ease;
	align-self: flex-start;
}

.product-link i {
	font-size: 12px;
	transition: transform 0.3s ease;
}

.product-link:hover {
	color: #0A60FF;
}

.product-link:hover i {
	transform: translateX(10px);
}

.product-home-box:link,
.product-home-box:visited,
.product-home-box:hover,
.product-home-box:active {
	text-decoration: none;
	color: inherit;
}

.product-home-box p {
	color: #333;
}

.product-home-box .product-link {
	color: #0a60ff;
	text-decoration: none;
}

.product-home-box .product-link:hover {
	color: #0A60FF;
}


/* ADVANTAGES */
.advantages {
	background: #f2f5f7;
	padding: 100px 5% 120px 5%;
	text-align: center;
	margin-top: 120px;
}

.advantages-alt {
	padding: 70px 5% 20px 5%;
	margin-top: 0px;
	background: #fff
}

.advantages-intro {
	font-size: 16px;
	font-weight: 300;
	max-width: 700px;
	margin: 0 auto 60px auto;
	line-height: 24px;
}

.advantages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	max-width: 1300px;
	margin: 0 auto;
}

.advantage-box {
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	transition: transform 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
	outline: 1px solid transparent;
}

.advantage-box:hover {
	transform: scale(1.05);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
	outline: 1px solid #f9fbfc;
	z-index: 2;
}

.advantage-box img {
	max-width: 85px;
	margin-bottom: 20px;
	border-radius: 999px;
	filter: brightness(1.3);
}

.advantage-box h3 {
	font-size: 18px;
	font-weight: 500;
	color: #536070;
	margin-bottom: 12px;
	margin-top: 0px;
	line-height: 21px;
}

.advantage-box p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0;
	color: #536070
}


.photo-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.photo-box {
	background: #f7f7f7;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	padding: 20px;
}

.photo-box:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.photo-box img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px
}

.photo-box h3 {
	font-size: 20px;
	font-weight: 400;
	color: #07182d;
	line-height: 23px;
	margin: 40px 25px 30px 25px;
}

.photo-box p {
	font-size: 15px;
	margin: 0px 20px 20px 20px;
	line-height: 24px;
	font-weight: 300
}

/* PRODUKTY */
h1 {
	text-align: left;
	margin: 40px 0px 0px;
	padding: 0px 5%;
	font-size: 40px;
}

.section {
	padding: 30px 5% 0px 5%;
}

.section h2 {
	font-size: 25px;
	margin-bottom: 5px;
}

.section p {
	margin-bottom: 20px;
	color: #555;
	font-size: 15px;
	min-height: 40px;
}

.webex .product-banner-inner {
	padding: 140px 5% 180px 5%
}


/* KONTAKT */

.cta-banner {
	padding: 50px 5% 50px 5%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
	background: #07182d;
}

.cta-banner img {
	width: 90px;
	margin-bottom: -10px;
}

.cta-banner h2 {
	font-size: 45px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 48px;
}

.cta-banner p {
	max-width: 850px;
	margin: 0 auto
}

.contact {
	background: #fff;
	padding: 60px 5% 90px 5%;
	text-align: center;
	color: #07182d;
	font-size: 30px;
}


.contact h2 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 300
}

.contact h3 {
	margin-bottom: 10px;
	font-size: 21px;
	padding: 0;
	font-weight: 400;
	margin-top: 0;
	font-weight: 300
}

.contact p a {
	text-decoration: none;
	color: #07182d;
	padding: 0;
	margin: 0;
	font-weight: 300
}


.contact p {
	margin: 5px 0;
	font-size: 15px;
	font-weight: 300
}

.contact img {
	max-height: 29px;
	margin: 30px 0 10px 0px;
}

.btn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 36px;
	background: #cfb05b;
	color: #fff;
	text-decoration: none;
	border-radius: 99px;
	font-weight: 400;
	font-size: 17px;
	transition: background-color .5s ease, color .5s ease;
	border: 1px solid #cfb05b;
}

.btn:hover {
	background-color: #fff;
	color: #cfb05b;
	border: 1px solid #cfb05b;
}


/* STOPKA */
footer {
	background: #f2f5f7;
	color: #07182d;
	text-align: center;
	padding: 20px;
	font-size: 12px;

}

/* MENU MOBILE */
#menu {
	max-height: none;
	overflow: hidden;
	transition: max-height 0.4s ease-in-out;
}

#menu.active {
	max-height: 500px;
}

@media (max-width: 1180px) {
	
	.product-table {
	grid-template-columns: repeat(2, 1fr);
	}
	
	.products-4-col {
	grid-template-columns: repeat(2, 1fr);
	}
	
	.products {
	grid-template-columns: repeat(2, 1fr);
	}
	
	#scrollTopBtn {
		display: none !important;
	}

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

	nav ul li a::after {
		display: none;
	}

	nav a {

		font-size: 16px;
		padding-bottom: 3px;
		display: block;
		padding-top: 3px;
	}

	nav ul {
		flex-direction: column;
		gap: 10px;
		margin-top: 10px;
		padding-bottom: 30px
	}

	#menu {
		max-height: 0;
	}

	.hamburger {
		display: block;
	}

}

@media (max-width: 768px) {

	.product-table {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.product-item {
		text-align: left;
	}

	.product-banner .banner-text h3 {
		font-size: 16px;
		padding-top: 10px;
	}

	.product-link {

		margin-right: 0;
	}

	.product-banner-inner {
		flex-direction: column !important;
		gap: 25px;
		padding: 50px 6%;
		text-align: center;
	}

	.product-banner .banner-text {
		order: 1;
	}

	.product-banner .banner-image {
		order: 2;
	}
	.product-banner .banner-text h3 {
		margin-bottom: 0px;
	}
	.product-banner .banner-text h2 {
		font-size: 36px;
		line-height: 38px;
	}
	.product-banner .banner-text h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.product-banner .banner-text p {
		font-size: 15px;
	}

	.advantages {
		padding: 70px 8% 90px 8%;
	}

	.advantages-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.advantages-intro {
		font-size: 15px;
		margin-bottom: 40px;
	}

	.advantage-box {
		padding: 30px 20px;
	}

	.photo-grid {
		grid-template-columns: 1fr;
	}

	.hpg-card-text-content {
		max-width: 480px;
		margin: 0 auto;
		color: #07182d;
		padding: 0px 20px 20px 0px;
	}

	.hpg-card-text-content .ghpg-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.hpg-card-text-content .ghpg-subtitle {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 18px;
	}

	.hpg-card-text-content span {
		font-size: 16px;
		line-height: 24px;
	}

	.brand-compare-header-title {
		color: #0A60FF;
		padding: 0px 10px 40px 10px;
		text-align: center;
		font-weight: 300;
		letter-spacing: normal;
		font-size: 27px;
		line-height: 32px;
		margin: 0;
	}

	.products-grid {
		padding: 40px 5% 80px 5%;
	}

	.product-banner-inner {
		flex-direction: column !important;
		text-align: left;
		gap: 25px;
		padding: 40px 20px;
		max-height: none !important;
	}

	.product-banner-inner .banner-text {
		order: 1;
	}

	.product-banner-inner .banner-image {
		order: 2;
	}

	.banner-image img {
		max-height: 100% !important;
		width: 100%;
		height: auto;
	}

	.banner-text h2 {
		font-size: 26px;
		max-width: 300px;
		margin: 10px auto;
		line-height: 25px;
	}

	.banner-text h3 {
		font-size: 17px;
		margin-bottom: 18px;
	}

	.banner-text p {
		font-size: 15px;
		line-height: 22px;
	}

	.product-baners {
		gap: 0;
	}

	.product-banner {
		padding: 0;
	}

	.product-banner-inner {
		padding: 50px 5%;
	}

	.products {
		grid-template-columns: 1fr;
		gap: 25px;
		padding: 60px 8%;
	}

	.products a {
		width: 100%;
	}

	.products a img {
		max-height: 220px;
		width: auto;
		object-fit: contain;
	}

	.product-home-box p {
		font-size: 15px;
	}

	.products a span {
		font-size: 16px;
		padding: 8px 0px;
	}

	.products-columns {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.product-box {
		text-align: center;
	}

	.product-box ul {
		text-align: left;
		display: inline-block;
	}

	.products-list {
		grid-template-columns: 1fr;
	}

	footer {
		font-size: 12px;
	}

	.contact h2 {
		font-size: 26px;
		max-width: 400px;
		margin: 10px auto;
	}

	.contact h3 {
		font-size: 16px;
	}

	h1 {
		font-size: 30px;
	}

	.section h2 {
		font-size: 21px;
		margin-bottom: 0px;
	}

	.grid-2 {
		padding-right: 0px;
	}

	.product-col.narrow {
		padding-right: 0px;
	}

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

	.grid-2 {
		grid-template-columns: 1fr;
	}

	.logos a:nth-child(1) img {
		height: 45px;
		padding-top: 4px;
	}

	.hero-home {
		height: auto;
		min-height: 280px;
		background-position: center center;
		background-size: cover;
		padding: 60px 3% 60px 3%;
		text-align: center;
		justify-content: center;
	}

	.hero-home .hero-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 25px;
	}

	.hero-home .hpg-card-text-content {
		max-width: 480px;
		color: #fff;
		text-align: center;
		padding: 0 10px;
	}

	.hero-home .ghpg-title {
		font-size: 14px;
		line-height: 1.4;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		max-width: 90%
	}

	.hero-home .ghpg-subtitle {
		font-size: 44px;
		line-height: 43px;
		color: #ffffff;
		margin-bottom: 18px;
	}

	.hero-home .hpg-card-text-content span {
		font-size: 16px;
		line-height: 24px;
		color: #e0e6eb;
		display: block;
		max-width: 420px;
		margin: 0 auto;
	}

	.hero-home .btn-hero {
		display: inline-block;
		margin-top: 10px;
		background: #fff;
		color: #0e0e0e;
		border: 1px solid #fff;
		text-decoration: none;
		transition: all 0.3s ease;
	}

	.hero-home .btn-hero:hover {
		background: transparent;
		color: #fff;
		border-color: #fff;
	}

	.brand-compare-header-title-home {
		font-size: 33px;
		line-height: 36px;
		padding: 0px 0px 10px 0px;
	}
}