:root {
	--primary-red-button-color: #ffffff;
	--secondory-white-button-color: #000000;
	--font-body: "Montserrat", sans-serif;
	--font-button: "Barlow", sans-serif;
}

html {
	overflow-x: hidden;
}

body {
	word-wrap: break-word;
	word-break: break-word;
	font-family: var(--font-body);
	overflow-x: hidden;
}

.container-fluid {
	padding-left: 24px;
	padding-right: 24px
}

img {
	max-width: 100%;
}

.site-header {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

a:focus-visible {
	outline: 0
}

.top-bar-marquee {
	background: #c90f12;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
	padding: 15px 10px;
}

.logo-part-block {
	display: flex;
	align-items: center;
}

.logo-part-block a:first-child img {
	max-height: 48px
}

.logo-part-block a:last-child {
	border-left: #000 solid 1px;
	padding-left: 15px;
	margin-left: 15px;
}

.search-button {
	background-image: url(../images/search-icon.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	width: 30px;
	height: 30px;
	border: none;
	background-color: transparent;
	margin-left: 20px
}

.search-button:hover {
	background-image: url(../images/search-icon-hover.svg);
}

.top-bar-marquee__track {
	display: flex;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.top-bar-marquee__text {
	display: inline-block;
	padding: 0;
}

@keyframes jva-a1-marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.certification-wrapper .why-certification .content::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.certification-wrapper .why-certification .content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.certification-wrapper .why-certification .content::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0 6px #B1100E;
}

.certification-wrapper .why-certification .content::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 1);
}

.hero-slider .slick-dots {
	bottom: 40px;
	width: auto;
	right: 15px
}

.hero-slider .slick-dots button {
	border: #b1100e solid 2px;
	red;
	border-radius: 50%;
}

.hero-slider .slick-dots button:before {
	color: transparent !important;
}

.hero-slider .slick-dots .slick-active button {
	background: #b1100e
}

.site-navbar {
	min-height: 90px;
	padding: 0;
}

.site-navbar__inner {
	align-items: center;
	padding-left: 22px;
	padding-right: 22px;
}

.site-branding {
	align-items: center;
	display: inline-flex;
	gap: 20px;
	margin: 0 20px 0 0;
	text-decoration: none;
}

.site-branding:focus,
.site-branding:focus-visible {
	outline: 0;
}

.site-branding__logo {
	align-items: center;
	display: inline-flex;
}

.site-branding__logo img,
.site-branding__logo .custom-logo {
	display: block;
	height: auto;
	max-height: 60px;
	width: auto;
}

.site-branding__divider {
	background: #555;
	display: inline-block;
	height: 88px;
	width: 2px;
}

.site-title {
	color: #c90f12;
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.1;
}

.site-description {
	color: #111;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.1;
}

.site-navbar__menu {
	justify-content: flex-end;
}

.primary-menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.primary-menu,
.primary-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu li {
	margin: 0;
}

.primary-menu a {
	color: #050505;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	padding: 12px 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.primary-menu .primary-red-button a {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	padding: 0;
	text-decoration: none;
	transition: color 0.2s ease;
}

.primary-menu .primary-red-button a:hover,
.primary-menu .primary-red-button a:focus {
	color: #fff;
}

.primary-menu .current-menu-item>a,
.primary-menu .current_page_item>a,
.primary-menu a:hover,
.primary-menu a:focus {
	color: #c90f12;
}

.primary-menu>li {
	position: relative;
}

.primary-menu>li.menu-item-has-children>a {
	position: relative;
	padding-right: 10px;
}

.primary-menu>li.menu-item-has-children>a:after {
	margin-left: 5px;
	content: "";
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #050505;
}

.primary-menu>li.menu-item-has-children>a:hover:after,
.primary-menu>li.menu-item-has-children:hover>a:after {
	border-top-color: #c90f12;
}

.primary-menu>li.menu-item-has-children:hover>a {
	color: #c90f12
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 10px;
	z-index: 99;
	min-width: 240px;
	display: none;
}

.primary-menu>li:hover .sub-menu {
	display: block;
}

.site-navbar__toggle {
	border-color: rgba(0, 0, 0, 0.2);
}

/* common css */
.row>* {
	padding: 0px 20px;
}

.section-gap {
	padding: 0 0 60px;
}

.primary-red-button {
	border-radius: 3px;
	background: linear-gradient(180deg, #B4232B 0%, #921F1F 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--primary-red-button-color);
	font-family: var(--font-button);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 40px;
	margin-bottom: 0px;
	display: inline-flex;
}

header .primary-red-button {
	max-width: 368px;
	padding: 10px
}

a:hover.primary-red-button {
	color: var(--primary-red-button-color);
	font-size: 18px;
}

.primary-black-button {
	border-radius: 3px;
	background: linear-gradient(0deg, #333333 24.04%, #737373 122.12%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--primary-red-button-color);
	font-family: var(--font-button);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 40px;
	margin-bottom: 0px;
}

a:hover.primary-black-button {
	color: var(--primary-red-button-color);
	font-size: 18px;
}

.secondory-white-button {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--secondory-white-button-color);
	font-family: var(--font-button);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
}

a:hover.secondory-white-button {
	color: var(--secondory-white-button-color);
}

.secondory-outline-white-button {
	border-radius: 3px;
	border: 2px solid #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--primary-red-button-color);
	font-family: var(--font-button);
	font-weight: 600;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	margin-right: 40px;
	margin-bottom: 0px;
}

a:hover.secondory-outline-white-button {
	color: var(--primary-red-button-color);
	font-size: 18px;
}

/* HERO SECTION */

.hero-section {
	width: 100%;
	position: relative;
}

.hero-image-bg {
	background:
		linear-gradient(to right,
			rgba(0, 0, 0, 1) 0%,
			rgba(0, 0, 0, 0.8) 25%,
			rgba(0, 0, 0, 0.4) 40%,
			rgba(0, 0, 0, 0) 60%),
		url('../images/hero-img.jpg') no-repeat center center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	width: 100%;
	min-height: 100vh;

	display: flex;
	align-items: center;
}

.hero-section-height {
	min-height: 100vh !important;
}

.hero-content h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #fff;
}

.hero-content p {
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 30px;
	color: #fff;
	width: 100%;
}

.hero-red-separator {
	width: 300px;
	height: 5px;
	background-color: #c90f12;
	margin-bottom: 20px;
}

.hero-content .btn {
	padding: 14px 35px;
	font-size: 16px;
	border-radius: 8px;
}

.hero-image img {
	width: 100%;
}


/* New Hero Section  */

.hero-slider,
.about-slider {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.hero-slide {
	position: relative;
	min-height: 600px;
	height: 100vh;
	width: 100% !important;
	display: flex !important;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Slick wraps each slide in .slick-slide — pass height through */
.hero-slider .slick-list,
.hero-slider .slick-track {
	height: 100vh;
	min-height: 600px;
}

.hero-slider .slick-slide {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
	height: 100% !important;
}

/* Each slide child div must fill the slick-slide wrapper */
.hero-slider .slick-slide>div {
	height: 100%;
}

.hero-slider.slick-initialized .slick-slide {
	display: block;
}

.hero-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(0, 0, 0, .9) 0%,
			rgba(0, 0, 0, 1) 17%,
			rgba(0, 0, 0, 0) 82%);
	z-index: 1;
}





/* Content */

.hero-content {
	width: 100%;
	position: relative;

	z-index: 2;

	color: #fff;


}

.hero-content h1 {
	font-size: 60px;
	line-height: 1.1;
	margin-bottom: 20px;
	max-width: 870px;
}

.hero-content p {
	font-size: 18px;
	line-height: 1.7;

	max-width: 870px;

	margin-bottom: 30px;
}

.btn-banner {
	display: inline-block;
	padding: 16px 40px;
	background: #b1100e;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-family: var(--font-button);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.btn-banner:hover {
	background: #8e0d0b;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(177, 16, 14, 0.4);
	color: #fff;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {

	width: 50px;
	height: 50px;

	z-index: 10;
}

.hero-slider .slick-prev {
	left: 30px;
}

.hero-slider .slick-next {
	right: 30px;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {

	font-size: 40px;
	color: #fff;
}

/* New Hero Section */


/* Trust Highlights  */
.trust-highlights .slick-slide {
	padding: 0 20px;
	position: relative;
}

.trust-highlights .slick-slide:after {
	position: absolute;
	display: block;
	height: 82%;
	width: 2px;
	border-radius: 100%;
	background: TRANSPARENT;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.trust-highlights .slick-slide:last-child:after {
	display: none;
}

.trust-highlights-list {
	display: flex !important;
	flex-direction: row;
	position: relative;
	align-items: center;
	margin-left: 10px;
}

.trust-highlights-list .icon-img {
	flex-shrink: 0
}

.trust-highlights-list:first-child {
	margin-left: 0px;
}


.trust-highlights-list .icon-img img {

	width: 40px;
	height: 40px;
}

.trust-highlights-list .content {
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

/* Trust Highlights  */
.certification-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
}

.certification-wrapper .why-certification {
	width: 40%;
	margin-right: 30px;
}

.certification-wrapper .certification-points {
	width: calc(30% - 30px);
	margin-right: 30px;
}

.certification-wrapper .highlight-box {
	width: calc(30% - 30px);
	text-align: end
}

.certification-wrapper .why-certification h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
}

.certification-wrapper .why-certification h2 span {
	font-size: 28px;
	color: #B1100E;
}

.certification-wrapper .why-certification h3 {
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.certification-wrapper .why-certification .content {
	height: 260px;
	overflow-y: auto;
	font-family: 14px;
	line-height: 1.2;
	color: #000000;
	width: 100%;
	padding-right: 20px;
}

.certification-wrapper .certification-points ul {
	list-style: none;
	padding: 0px 0 0 10px;
}

.certification-wrapper .certification-points ul li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(177, 16, 14)' d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: left center;
	background-size: 30px;
	margin-right: 60px;
	padding-left: 40px;
	margin-bottom: 15px;
}

.certification-wrapper .highlight-box img {
	max-width: 290px;
	width: 100%;
}

.educational-wrapper {
	background-color: #E6E6E6;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: start;
}

.educational-wrapper .education-image {
	border-radius: 10px;
	margin-right: 40px;
}

.educational-wrapper .education-image img {
	height: 400px;
	width: auto;
	border-radius: 10px;
}

.educational-wrapper .education-content {
	margin-top: 20px;
	flex: 1;
}

.educational-wrapper .education-content h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.educational-wrapper .education-content h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
}

.educational-wrapper .education-content h4 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 20px;
}

.educational-wrapper .education-content .education-points {
	display: flex;
	flex-direction: row;
	gap: 60px;
}

.educational-wrapper .education-content .education-points ul {
	list-style: disc;
}

.educational-wrapper .education-content .education-points ul li {

	margin-bottom: 10px;
}

.educational-wrapper .education-content .education-points ul li::marker {
	color: #B1100E;
}

.page-template-template-product .points-part-one {
	position: relative;
}

.page-template-template-product .points-part-one:after {
	position: absolute;
	display: block;
	height: 82%;
	width: 2px;
	border-radius: 100%;
	background: TRANSPARENT;
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
	content: "";
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
}

.youtube-wrapper {
	text-align: center;
}

.youtube-wrapper h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.youtube-wrapper .youtube-video {
	width: 100%;
	padding-bottom: 56.5%;
	position: relative;
}

.youtube-wrapper .youtube-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.application-wrapper {
	text-align: center;
}

.application-wrapper h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.application-wrapper h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
	margin: 0 auto;
	margin-top: 10px;
	width: 58%;
}

.apply-wrapper h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.apply-wrapper h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
	margin: 10px auto;
	width: 58%;
	text-align: center;
}

.apply-wrapper .apply-here {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;

}

.apply-wrapper .card-box {
	padding: 0px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.apply-wrapper .card-box .card-image {
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
	height: 170px;
}

.apply-wrapper .card-box .card-image img {
	width: 100%;
	height: 100%;
	display: block;
}

.apply-wrapper .card-content-box {
	padding: 10px 15px 10px 15px;
	display: flex;
	flex-direction: row;
}

.card-content-box .card-content-img {
	flex-shrink: 0;
	width: auto;
	height: 40px;

	background: #fff;
	border-radius: 4px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 10px;
	border-radius: 100%;
	margin-right: 15px;
}

.card-content-box .card-content-img img {
	width: 20px;
	height: 20px;
}

.apply-wrapper .card-content-box .card-content .title {
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
}

.apply-wrapper .card-content-box .card-content .content {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
}

.apply-wrapper .card-content-box .card-content .link a {
	font-size: 16px;
	color: #B1100E;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
}

.why-jva-wrapper h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin: 10px auto 20px;
	text-align: center;
}

/* Why JVA Slick Slider */
.why-jva-box-slick {
	display: flex;
	flex-direction: row;

}

.why-jva-box-slick-list {
	display: flex;
	flex-direction: row;
	width: 20%;
	position: relative;
	align-items: center;
	margin-left: 10px;
	background: #ddd;
	padding: 40px 10px 10px 10px;
	border-radius: 4px;
	position: relative;
	text-align: center;
}

.why-jva-box-slick .slick-list {
	padding-bottom: 40px;
}

.why-jva-box-slick-list:first-child {
	margin-left: 0px;
}


.why-jva-box-slick-list:last-child:after {
	background: none;
}

.why-jva-box-slick-list .icon-img img {

	width: 40px;
	height: 40px;
}

.why-jva-box-slick-list .content {
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.why-jva-box-slick-list .content-box .title {
	font-size: 16px;
	color: #B1100E;
	font-weight: 600;
	margin-bottom: 10px;
}

.why-jva-box-slick-list .content-box .content-jva {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.why-jva-icon-bg {
	width: auto;
	height: 66px;

	background: #fff;
	border-radius: 4px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 10px;
	border-radius: 100%;
	margin-right: 0px;
	position: absolute;
	position: absolute;

	top: -30px;
	/* Half of icon height */
	left: 50%;

	transform: translateX(-50%);
	border: 3px solid #ddd;
}

.why-jva-icon-bg img {
	width: 40px;
	height: 40px;
}

/* Why JVA Slick Slider */

.why-jva-box-slick {
	display: flex;
	flex-direction: row;

}

.why-jva-box-slick .slick-slide {
	height: inherit;
	padding-right: 10px;
	padding-left: 10px;
}

.why-jva-box-slick .slick-track {
	top: 32px;
}

.why-jva-box-slick-list {
	display: flex;
	flex-direction: row;
	width: 100%;
	position: relative;
	align-items: center;
	margin-left: 10px;
	background: #ddd;
	padding: 40px 10px 10px 10px;
	border-radius: 4px;
	position: relative;
	text-align: center;
	height: 100%;
}

.why-jva-box-slick-list:first-child {
	margin-left: 0px;
}


.why-jva-box-slick-list:last-child:after {
	background: none;
}

.why-jva-box-slick-list .icon-img img {

	width: 40px;
	height: 40px;
}

.why-jva-box-slick-list .content {
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}

.why-jva-box-slick-list .content-box .title {
	font-size: 16px;
	color: #B1100E;
	font-weight: 600;
	margin-bottom: 10px;
}

.why-jva-box-slick-list .content-box .content-jva {
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}

.why-jva-icon-bg {
	width: auto;
	height: 66px;

	background: #fff;
	border-radius: 4px;

	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	padding: 10px;
	border-radius: 100%;
	margin-right: 0px;
	position: absolute;
	position: absolute;

	top: -30px;
	/* Half of icon height */
	left: 50%;

	transform: translateX(-50%);
	border: 3px solid #ddd;
}

.why-jva-icon-bg img {
	width: 40px;
	height: 40px;
}

/* Why JVA Slick Slider */
/* Explore Our Energizer Range */

.energizer-range-wrapper h2,
.client-wrapper h2 {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.energizer-range-wrapper h3 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 10px;
	margin: 10px auto;
	width: 58%;
	text-align: center;
}

.wrapper {
	padding: 40px 0 60px;
}


.my-slider {
	padding: 0;
}

.my-slider .slick-slide {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding: 20px;
	height: auto;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.my-slider .slick-slide:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.slick-initialized .slider-item-box {
	display: flex !important;
	flex-direction: column;
	height: 100%;
}

.slick-slide>div {
	height: 100%
}

.slick-initialized .slider-item-box .range-image {
	width: 100%;
	height: 160px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-initialized .slider-item-box .range-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	/*filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));*/
	object-fit: contain;
}

.slick-initialized .slider-item-box .range-title {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
	flex-direction: column;
	display: flex;
	align-items: start;
}

.page-template-template-product .hero-content h1 {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 18px
}

.page-template-template-product .hero-content h1:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 400px;
	background: #b31010;
	height: 5px;
	content: "";
}

.page-template-template-product .slick-initialized .slider-item-box .range-title {
	text-align: left;
}

.readmore-btn {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	color: #b1100e;
	display: inline;
	gap: 5px;
	background-color: transparent;
	padding: 0;
	border: none;
	text-align: left;
}

.readmore-btn strong {
	display: contents;
}

.slick-initialized .slider-item-box .range-title strong {
	color: #B1100E;
	font-weight: 700;
}

.slick-initialized .slider-item-box .range-content {
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1.5;
}

.slick-next,
.slick-prev {
	z-index: 5;
	width: 40px;
	height: 40px;
	background: #f8f8f8;
	border-radius: 50%;
	transition: background 0.3s ease;
}

.slick-next:hover,
.slick-prev:hover {
	background: #b1100e;
}

.slick-next:hover:before,
.slick-prev:hover:before {
	color: #fff;
}

.slick-next {
	right: 0;
}

.slick-prev {
	left: 0;
}

.slick-next:before,
.slick-prev:before {
	color: #000;
	font-size: 20px;
	opacity: 1;
}

.slick-dots {
	bottom: -40px;
	width: 100%;
}

.slick-dots li button:before {
	font-size: 40px;
	color: #b1100e;
}

.slick-dots li.slick-active button:before {
	color: #b1100e;
}

/* Explore Our Energizer Range */

.aboutus-wrapper {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	height: 392px;
	display: flex;
	align-items: center;
	justify-content: flex-end;

	padding: 20px;
	/* background:
        linear-gradient(
            to right,
            rgba(255,255,255,0) 16%,
            rgba(255,255,255,1) 98%
        ),
         url(../images/JVA-home-aboutus.jpg); */

	background-size: calc(100% - 528px) 100% !important;
	background-position: center left;
	background-repeat: no-repeat;
}

.aboutus-wrapper .aboutus-content {
	width: 100%;
	max-width: 530px;
	text-align: right;
	position: relative;
	z-index: 2;
}

.aboutus-wrapper .aboutus-content .button-wrapper a:last-child {
	margin-right: 0 !important
}

.aboutus-wrapper .aboutus-content .title {
	font-size: 28px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 20px;
}

.aboutus-wrapper .aboutus-content .content {
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 20px;
}

.aboutus-wrapper .button-wrapper .primary-red-button {
	margin-right: 20px;
}

.final-cta-wrapper {
	width: 100%;
	height: 300px;


	background-size: cover;
	background-position: center -111px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}

.final-cta-wrapper .final-cta-content {
	display: flex;
	flex-direction: column;
	width: 475px;
}

.final-cta-wrapper .final-cta-content h2 {
	font-size: 28px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}

.final-cta-wrapper .final-cta-content h3 {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

footer {
	background-color: #000000;
	padding: 60px 0px 0px 0px;
}

footer .footer-wrapper {
	margin-bottom: 30px;
}

footer .footer-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

footer .logo-area .logo {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .logo-area .logo a {
	display: block;
	padding: 0 20px
}

footer .logo-area .logo a:first-child {
	padding-left: 0;
}

footer .logo-area .logo a:last-child {
	border-left: #fff solid 1px;
	padding-right: 0
}

footer .logo-area .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

footer .logo-area .logo-content {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
}

footer .logo-area .social-m-logos {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

footer .logo-area .social-m-logos .social-logo {
	width: 40px;
	height: 40px;
}

footer .logo-area .social-m-logos .social-logo img {
	object-fit: cover;
	width: 100%;
	height: auto;
}


footer .footer-cell ul {
	list-style: none;
	padding-left: 0;
}

.footer-wrapper .footer-cell {
	word-break: break-word;
	word-wrap: break-word;
}

.footer-wrapper .footer-cell:first-child {
	width: 30%
}

.footer-wrapper .footer-cell:nth-child(2) {
	width: 20%
}

footer .quick-links-area ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer .quick-links-area ul li:first-child {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

footer .quick-links-area ul li a {
	color: #ffffff;
	text-decoration: none;
}

footer .contact-area ul {
	list-style: none;
}

footer .contact-area ul li {
	list-style: none;
	margin-bottom: 10px;
}

footer .contact-area ul li:first-child {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

footer .contact-area ul li.location {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

footer .contact-area ul li.location::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 20px;
	height: 20px;
	background: url('../images/location-icon.svg') no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

footer .contact-area ul li.mobile {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

footer .contact-area ul li.mobile::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 20px;
	height: 20px;
	background: url('../images/mobile.svg') no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

footer .contact-area ul li.mail {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

footer .contact-area ul li.mail::before {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 20px;
	height: 20px;
	background: url('../images/email.svg') no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

footer .contact-area ul li.website {
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

footer .contact-area ul li.website::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 13px;
	width: 30px;
	height: 30px;
	background: url('../images/website.svg') no-repeat center;
	background-size: contain;
	transform: translateY(-50%);
}

.footer-wrapper .footer-container {
	display: flex;
}

.footer-wrapper .footer-cell {
	width: 25%;
	border-right: #fff solid 1px;
	padding-right: 40px;
	padding-left: 40px;
}

.footer-wrapper .footer-cell:last-child {
	border-right: none;
}

footer .contact-area ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 24px !important
}

footer .footer-container .bis-area img {
	max-width: 100%;
	width: 100%
}

footer .footer-red-band {

	background: #c90f12;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
	padding: 15px 0;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;

}

footer .footer-red-band .red-footer-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer .footer-red-band .red-footer-wrapper .follow-us-wrapper {
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

footer .footer-red-band .red-footer-wrapper .follow-us-wrapper span {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

footer .footer-red-band .red-footer-wrapper .follow-us-wrapper .social-m-logos {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

footer .footer-red-band .red-footer-wrapper .follow-us-wrapper .social-m-logos .social-logo {
	width: 40px;
	height: 40px;

}

footer .footer-red-band .red-footer-wrapper .follow-us-wrapper .social-m-logos .social-logo img {
	width: 100%;
	height: 100%;
}

footer .footer-red-band .red-footer-wrapper .copy-right-text .copyright-content {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}



/* Client Logo Scrolling */
.logo-ticker {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.logo-track {
	display: flex;
	align-items: center;
	width: max-content;
}

.logo-track span {
	width: 200px;
	margin-right: 10px;
	text-align: center;
}

.logo-track img {
	height: 100px;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.product-supplier-block {
	padding-bottom: 50px;
	padding-top: 50px
}

.about-img {
	border-radius: 10px;
	overflow: hidden;
}

.about-img img {
	width: 100%
}

.two-sec-group {
	padding: 40px 0;
}

.two-sec-group ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0
}

.two-sec-group ul li {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath fill='rgb(177, 16, 14)' d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: left 3px;
	background-size: 20px;
	margin-right: 0;
	padding-left: 28px;
	margin-bottom: 15px;
}

.gray-border {
	display: block;
	width: 80%;
	margin: 0 auto;
	height: 2px;
	border-radius: 100%;
	background: TRANSPARENT;
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.01) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.our-proccess-list {
	border-radius: 20px;
	padding: 15px;
	border: #dddddd solid 2px;
}

.our-processes {
	list-style: none;
	padding-left: 0;
}

.our-processes li {
	counter-increment: step-counter;
	margin-bottom: 10px;
	position: relative;
	padding-left: 36px;
}

.our-processes li::before {
	content: counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: #B1100E;
	color: white;
	font-weight: bold;
	padding: 3px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	flex-shrink: 0;
	width: 25px;
	display: flex;
	justify-content: center;
}

.slick-track {
	display: flex;
}

.commited-box {
	background: #ddd;
	padding: 30px 0;
	border-radius: 20px;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 20px
}

.commited-box .white-box {
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	gap: 20px;
	height: 100%
}

.commited-box .white-box i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex-shrink: 0;
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5)
}

.commited-box .white-box h3 {
	color: #b1100e
}

.commited-box .row {
	margin-right: -5px;
	margin-left: -5px;
	margin-bottom: 20px;
}

.commited-box .col-md-12 {
	padding-left: 5px;
	padding-right: 5px;
}

/* Client Logo Scrolling */
.commited-box .white-box i img {
	max-width: 40px
}

.about-slider {
	margin-bottom: 30px;
}

.about-slider.contact .hr {
	width: 350px;
	height: 6px;
	background-color: #b4232b;
	margin-bottom: 20px;
	display: inline-flex;
}

.round-img {
	overflow: hidden;
	border-radius: 10px;
}

.touch-get-bk h2 {
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
}

.touch-get-bk h2:after {
	width: 124px;
	height: 4px;
	background-color: #b4232b;
	margin-bottom: 20px;
	display: inline-flex;
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	margin-bottom: 0;
}

.contact-form-grid {
	border-radius: 10px;
	border: #dee2e6 solid 1px;
	padding: 30px 10px
}

.contact-form-grid .form-group p {
	text-align: left;
}

.contact-form-grid .form-group label {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
	margin-bottom: 5px;
}

.contact-form-grid .form-group label span {
	color: #c90f12;
	margin-left: 2px;
}

.contact-form-grid .form-group .form-control {
	height: 55px;
}

.contact-form-grid .form-group .form-control::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.contact-form-grid .form-group .form-control::-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.contact-form-grid .form-group .form-control:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.contact-form-grid .form-group .form-control:-moz-placeholder {
	color: rgba(0, 0, 0, 0.3);
}

.contact-form-grid .form-group textarea.form-control {
	height: 120px;
}

.contact-form-grid .form-group:last-child {
	margin-bottom: 0;
}

.contact-form-grid .form-group:last-child>p {
	display: flex;
	justify-content: end;
	flex-direction: row-reverse
}

.contact-form-grid .wpcf7-submit,
.contact-form-grid .formsubmit {
	background: linear-gradient(180deg, #B4232B 0%, #921F1F 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	color: var(--primary-red-button-color);
	font-size: 18px;
	font-family: var(--font-button);
	font-weight: 600;
	text-align: center;
	padding: 10px 20px;
	display: inline-flex;
	min-width: 200px;
}

.contact-form-grid .form-group {
	margin-bottom: 20px;
}

.page-template-template-product .hero-content h1 {
	max-width: 900px;
}

.page-template-template-product .hero-content p {
	width: 100%;
	max-width: 870px
}

.py-0 {
	padding-top: 0 !important;
	margin-bottom: 0 !important
}

.product-detail-block {
	align-items: flex-start;
	background-color: #E6E6E6;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.product-detail-block .left-detail {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

.product-detail-block .left-detail .product-img {
	width: 300px;
	text-align: center;
}

.product-detail-block .left-detail .product-info-block {
	width: calc(100% - 320px);
	margin-left: 20px;
	padding-right: 40px
}

.product-info-block .title {
	flex-direction: column;
	display: flex;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px
}

.product-info-block .title strong {
	color: #B1100E;
	font-weight: 700;
	font-size: 18px;
}

.product-info-block .title+p {
	margin-bottom: 40px
}

.product-info-block h4 {
	font-size: 18px;
	font-weight: 700;
}

.right-detail .title strong {
	font-size: 24px;
	font-weight: 700;
	color: #B1100E;
	margin-bottom: 10px
}

.product-element table th:first-child {
	min-width: 126px
}

.product-element table,
.right-detail .product-element {
	width: 100%
}

.product-element table th,
.right-detail .product-element table td {
	border-right: #aaa solid 1px;
	border-top: #aaa solid 1px;
	padding: 5px 10px
}

.product-element table th:last-child,
.right-detail .product-element table td:last-child {
	border-right: none;
}

.product-element table tr:first-child th {
	border-top: none;
}

.security-block h2 {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.model-sample {
	border-radius: 5px;
	border: #e6e6e6 solid 2px;
	margin-bottom: 20px
}

.model-sample table {
	width: 100%
}

.model-sample table th {
	white-space: nowrap;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	border-right: #e6e6e6 solid 2px;
}

.model-sample table td {
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #000;
	border-right: #e6e6e6 solid 2px;
}

.model-sample table th:last-child,
.model-sample table td:last-child {
	white-space: normal;
	min-width: 150px;
}

.model-sample table tr:nth-child(even) td,
.model-sample table tr th {
	background-color: #e6e6e6;
	color: #000;
	border-right: #fff solid 2px;
}

.model-sample table tr td:last-child,
.model-sample table tr th:last-child {
	border-right: none;
}

.product-detail-block .right-detail {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
}

.accrion-block .accordion-item {
	margin-bottom: 10px
}

.accrion-block .accordion-btn {
	display: flex;
	justify-content: space-between;
	background-color: #e6e6e6;
	font-weight: bold;
	font-size: 20px;
	width: 100%;
	border: none;
	padding: 10px;
	align-items: center;
}

.accrion-block .accordion-btn .left-num {
	display: flex;
	text-align: left;
}

.accrion-block .accordion-btn .left-num span {
	min-width: 30px;
	font-size: 20px;
	border-right: #B1100E solid 1px;
	padding-right: 5px;
	margin-right: 10px;
	color: #B1100E;
	text-align: end
}

.accrion-block .accordion-item .accordion-content {
	display: none;
	border: #e6e6e6 solid 1px;
	padding: 15px;
	font-size: 16px;
	line-height: 24px
}

.accrion-block .accordion-btn .arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 28px;
	width: 24px;
	height: 14px;
	flex-shrink: 0
}

.accrion-block .accordion-item.active .accordion-btn .arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12 9L6 15' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.accrion-block .accordion-item.active .accordion-content {
	display: block;
}

.energizer-paragraph {
	max-width: 80%;
	margin: 0 auto;
}

.why-jva-wrapper .slick-prev {
	left: -10px;
}

.why-jva-wrapper .slick-next {
	right: -10px;
}

.custom-slider .slick-track:has(> .slick-slide:nth-child(1):last-child) .slick-slide {
	width: 100% !important;
}

.custom-slider .slick-track:has(> .slick-slide:nth-child(2):last-child) .slick-slide {
	width: 50% !important;
}

.custom-slider .slick-track:has(> .slick-slide:nth-child(3):last-child) .slick-slide {
	width: calc(100% / 3) !important;
}

.custom-slider .slick-track:has(> .slick-slide:nth-child(2):last-child),
.custom-slider .slick-track:has(> .slick-slide:nth-child(3):last-child),
.custom-slider .slick-track:has(> .slick-slide:nth-child(1):last-child) {
	width: 100% !important
}

.banner-hightlight-text {
	font-size: 16px;
	line-height: 1.3;
	color: red;
	font-weight: bold;
	margin-bottom: 20px
}

.pdf-popup-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
	display: none;
}

.pdf-popup-modal.active {
	display: flex;
}

.pdf-popup-modal .pdf-center {
	width: calc(100% - 40px);
	padding: 10px;
	background-color: #fff;
	height: calc(100vh - 40px);
	border-radius: 5px;
	overflow: auto;
	position: relative;
}

.pdf-popup-modal .pdf-center .close-modal {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%230F1729'/%3E%3C/svg%3E");
	padding: 10px;
	border: none;
}

.pdf-popup-modal .pdf-center iframe {
	height: calc(100vh - 70px)
}

.scroll-hide {
	overflow: hidden !important;
}

.page-template-template-product .certification-wrapper .highlight-box img {
	max-width: 282px;
}

.page-template-template-product .certification-wrapper .why-certification .content {
	height: 220px;
}

.page-template-template-contact-us .commited-in .round-img {
	margin-bottom: 0;
}

.page-template-template-contact-us .commited-box .row {
	margin-bottom: 0;
}

.accessories .certification-wrapper .certification-points {
	margin-right: 0;
	width: 50%
}

.accessories .certification-wrapper .why-certification {
	width: calc(50% - 30px)
}

.trust-highlights:has(.slick-slide:nth-child(1):last-child) .slick-slide {
	width: 100% !important;
}

.trust-highlights:has(.slick-slide:nth-child(2):last-child) .slick-slide {
	width: 50% !important;
}

.trust-highlights:has(.slick-slide:nth-child(3):last-child) .slick-slide {
	width: 33.333% !important;
}

.trust-highlights:has(.slick-slide:nth-child(4):last-child) .slick-slide {
	width: 25% !important;
}

.trust-highlights:has(.slick-slide:nth-child(1):last-child) .slick-track,
.trust-highlights:has(.slick-slide:nth-child(2):last-child) .slick-track,
.trust-highlights:has(.slick-slide:nth-child(3):last-child) .slick-track,
.trust-highlights:has(.slick-slide:nth-child(4):last-child) .slick-track {
	width: 100% !important;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 999;
	backdrop-filter: blur(4px);
}

.search-popup.active {
	display: flex
}

.search-popup .search-inner {
	max-width: 400px;
	background: #fff;
	padding: 20px;
	border-radius: 3px
}

.search-popup .search-inner .search-form .search-field {
	padding: 10px;
}

.search-popup .search-inner .search-form .search-submit {
	padding: 10px;
	color: #fff;
	background: linear-gradient(180deg, #B4232B 0%, #921F1F 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: transparent solid 1px;
	border-radius: 3px
}

.search-popup .search-inner .search-form .search-submit:hover {
	color: #fff;
}

.search-popup .search-inner .search-form .search-submit:focus,
.search-popup .search-inner .search-form .search-submit:focus-visible {
	outline: 0
}

.search-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23ffffff'/%3E%3C/svg%3E");
	padding: 10px;
	border: none;
	background-color: transparent;
}

.search-close:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23c90f12'/%3E%3C/svg%3E");
}

.search-button.mobile {
	display: none;
}

.high-power-energizers .hero-slide {
	padding-top: 440px;
	padding-bottom: 440px;
	background-position: calc(100% - -60px)
}

.no-results {
	margin-bottom: 30px
}

.my-slider .slick-slide .slider-item-box a {
	text-decoration: none;
}

.my-slider .slick-slide .slider-item-box .range-content {
	text-align: left;
}

.about-content-box {
	max-height: 568px;
	overflow: auto;
	padding-right: 10px
}

.about-content-box::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.about-content-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.about-content-box::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: inset 0 0 6px #B1100E;
}

.about-content-box::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 1);
}

.text-red {
	color: #B1100E !important;
}

.key-image-detail h2 {
	margin-bottom: 20px;
	font-weight: 700
}

.key-image-detail ul li {
	margin-bottom: 20px;
}

.four-column-group {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 30px;
	margin-bottom: 50px
}

.four-column-group .four-col {
	border: 1px solid #eeeeee;
	padding: 10px;
	border-radius: 8px;
}

.four-column-group figure {
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 130px;
	max-height: 130px
}

.recommend-four-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 30px
}

.recommend-four-block .inner-box figure {
	margin-bottom: 7px;
	margin-right: -12px;
	margin-left: -12px;
}

.recommend-four-block .inner-box figure i {
	min-height: 180px;
	max-height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.recommend-four-block .inner-box h3 {
	color: #B1100E;
	padding-left: 12px;
	padding-right: 12px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 26px;
	min-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.recommend-four-block .inner-box h6 {
	font-weight: bold;
	text-transform: capitalize;
}

.recommend-four-block .inner-box h6 span {
	display: block;
}

.recommend-four-block .inner-box figure img {
	border-radius: 8px 8px 0 0;
	max-height: 100%;
	object-fit: cover;
}

.recommend-four-block .inner-box {
	border: 1px solid #eeeeee;
	border-radius: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
}

.recommend-four-block .inner-box ul {
	padding-left: 17px
}

.recommend-four-block .inner-box ul li::marker {
	color: #B1100E;
}

.recommend-four-block .link {
	margin-top: auto;
}

.recommend-four-block .link a {
	font-size: 16px;
	color: #B1100E;
	font-weight: 600;
	margin-bottom: 10px;
	text-decoration: none;
}

.five-thumb-pic-box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px 5px;
}

.defence-place-block h2 {
	margin-bottom: 30px
}

.five-thumb-pic-box .small-box {
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	display: flex;
	flex-direction: column;
}

.five-thumb-pic-box .small-box figure {
	margin: 0
}

.five-thumb-pic-box .small-box figure img {
	width: 100%
}

.five-thumb-pic-box .small-box .small-text-box {
	background-color: #B1100E;
	padding: 15px 10px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.five-thumb-pic-box .small-box h4 {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
	color: #fff;
	font-weight: bold
}

.button-right {
	display: flex;
	justify-content: end;
}

.ec-eduction-wrap {
	align-items: inherit;
}

.ec-eduction-wrap .education-image img {
	height: 100%
}

.keychallenge-sec .about-img {
	position: relative;
	padding-bottom: 70%;
}

.keychallenge-sec .about-img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.page-template-template-application .hero-slide .hero-content h1 {
	position: relative;
}

.page-template-template-application .hero-slide .hero-content h1:after {
	position: absolute;
	bottom: -13px;
	left: 0;
	width: 44%;
	background-color: #b31010;
	height: 4px;
	content: ""
}

.command-title h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.command-title h2 strong {
	color: #B1100E
}

.command-title p {
	text-align: center;
}

.notice-forth-block {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.notice-cell {
	background: #4D4D4D;
	padding: 10px;
	border-radius: 5px;
	flex: 1
}

.notice-cell .title {
	display: flex;
	align-items: center;
	gap: 10px
}

.notice-cell .title i {
	max-width: 60px;
}

.notice-cell .title span {
	font-size: 24px;
	line-height: 1.2;
	color: #fff
}

.notice-cell p {
	color: #fff;
	text-align: left;
}

.command-text {
	font-size: 20px;
	line-height: 1.3;
	color: #B1100E;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 2px
}

.my-20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.mt-20 {
	margin-top: 20px
}

.why-jva-box-slick.softare .why-jva-box-slick-list:after {
	width: 65%;
	background: gray;
	height: 3px;
	position: absolute;
	top: 50px;
	left: -36%;
	content: ""
}

.why-jva-box-slick.softare .why-jva-box-slick-list:before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 9px solid gray;
	border-bottom: 6px solid transparent;
	position: absolute;
	left: 27%;
	top: 46px;
	content: ""
}

.common-white-block {
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}

.common-white-block .slick-slide {
	padding: 0 5px;
}

.common-white-block .slick-track {
	padding-top: 1px;
	padding-bottom: 1px;
	display: flex;
	align-items: stretch;
}

.common-white-block .slick-slide {
	height: auto;
	display: flex;
}

.common-white-block .slide-item,
.common-white-block .common-white-in {
	height: 100%;
}

.common-white-block .common-white-in {
	flex: 1;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0px 3px 0;
	padding: 10px;
}

.common-white-block .common-white-in .head {
	display: flex;
	gap: 10px;
	align-items: center;
}

.common-white-block .common-white-in .head .icon {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	padding: 10px;
	border: #B1100E solid 1px;
}

.common-white-block .common-white-in .head span {
	color: #B1100E;
	font-size: 20px;
	font-weight: 400;
	max-width: 148px;
}

.common-white-block .common-white-in p {
	text-align: center;
	margin-top: 10px;
}

.common-white-block .slick-next.slick-arrow {
	right: -15px;
}

.common-white-block .slick-prev.slick-arrow {
	left: -15px;
}

.echosystem-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 50px;
	margin-top: 20px;
	position: relative;
}

.echosystem-block .echosystem-in {
	width: 40%;
	border: #B1100E solid 1px;
	border-radius: 5px;
	position: relative;
	padding-left: 60px;
	padding-top: 5px;
	background: rgb(255, 255, 255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWJlYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(190, 190, 190, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(190, 190, 190, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(190, 190, 190, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(190, 190, 190, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(190, 190, 190, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(190, 190, 190, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bebebe', GradientType=0);
}

.echosystem-block .echosystem-in .alph-tag {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -10px;
	left: 10px;
	background: #B1100E;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%
}

.echosystem-block .echosystem-in h5 {
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}

.echosystem-block .echosystem-in h5:after {
	background-color: #B1100E;
	width: 98%;
	height: 3px;
	border-radius: 100%;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7
}

.echosystem-block .echosystem-in ul {
	padding-right: 10px;
	padding-left: 17px
}

.left-square {
	width: 13%;
	max-width: 200px;
	height: 346px;
	position: absolute;
	top: 20%;
	left: 33%;
	border: #B1100E solid 2px;
	border-left: none;
}

.left-square:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 40px;
	right: -9px;
	background: #B1100E;
	border-radius: 50%;
}

.left-square:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 40px;
	right: -9px;
	background: #B1100E;
	border-radius: 50%;
}

.right-square {
	width: 13%;
	max-width: 200px;
	height: 346px;
	position: absolute;
	top: 20%;
	right: 33%;
	border: #B1100E solid 2px;
	border-right: none;
}

.right-square:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 30px;
	left: -9px;
	background: #B1100E;
	border-radius: 50%;
}

.right-square:before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50px;
	left: -9px;
	background: #B1100E;
	border-radius: 50%;
}

.echoblock-logo {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	border: #000 solid 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px 1px inset;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	background-color: #fff
}

.echoblock-logo i {
	max-width: 100px;
}

.echoblock-logo ul {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 10px;
	list-style: none;
	padding-left: 0;
	justify-content: center;
	padding: 0 10px
}

.echoblock-logo ul li {
	font-size: 12px;
	line-height: 1.3;
	position: relative;
}

.echoblock-logo ul li:after {
	width: 3px;
	height: 3px;
	background: gray;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: -7px;
	top: 8px;
}

.soft-build-block {
	display: flex;
	flex-wrap: wrap;
	gap: 20px
}

.soft-build-block .soft-build-in {
	flex: 1;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 1px;
	border-radius: 5px;
	overflow: hidden;
}

.soft-build-block .soft-build-in .red-bar {
	background-color: #B31010;
	padding: 15px 10px;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px
}

.soft-build-block .soft-build-in .detail {
	padding: 15px;
}

.soft-build-block .soft-build-in .detail h4 {
	font-size: 14px;
	color: #B31010;
	line-height: 1;
}

.soft-build-block .soft-build-in .inform span {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #B31010;
}

.soft-build-block .soft-build-in .inform ul {
	display: flex;
	gap: 0 20px;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0
}

.soft-build-block .soft-build-in .inform ul li {
	position: relative;
}

.soft-build-block .soft-build-in .inform ul li:after {
	width: 4px;
	height: 4px;
	background: gray;
	border-radius: 50%;
	content: "";
	position: absolute;
	right: -12px;
	top: 10px;
}

.soft-build-block .soft-build-in .inform ul li:last-child:after {
	display: none;
}

.soft-half-block {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.soft-half-block .solf-half-in {
	flex: 1;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 1px;
	border-radius: 5px;
	overflow: hidden;
	padding: 20px;
}

.soft-half-block .solf-half-in h3 {
	color: #B31010;
	font-size: 24px;
	line-height: 1.3;
}

.soft-half-block .solf-half-in ul {
	padding-left: 17px;
}

.soft-half-block .solf-half-in .solf-half-left>p {
	margin-bottom: 0;
}

.soft-half-block .solf-half-in .onintegrated-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #B31010;
}

.soft-half-block .solf-half-in .onintegrated-text .small-text {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px
}

.soft-half-block .solf-half-in .onintegrated-text .equal-sign {
	font-size: 30px;
	line-height: 1;
	font-weight: 600;
}

.soft-half-block .solf-half-in .onintegrated-text h2 {
	font-size: 26px;
	line-height: 1
}

.text-upar {
	text-transform: uppercase;
}

.tags-group-block {
	box-shadow: rgba(0, 0, 0, 0.3) 0 0px 3px 0;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.tags-group-block .tag-group-top {
	display: flex;
	gap: 5px;
	font-size: 14px;
	line-height: 1;
	align-items: center;
}

.tags-group-block .tag-group-top i {
	font-style: normal;
	width: 20px;
	text-align: center;
	font-size: 22px;
	cursor: pointer;
}

.tags-group-block .tag-group-top span {
	font-size: 18px;
	line-height: 22px;
}

.tags-group-block .tag-group-parent {
	display: none;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.tags-group-block .tag-group-parent.show {
	display: flex;
}

.tags-group-block .tag-group-parent .tags-cell {
	border: #dcdcdc solid 1px;
	padding: 7px 15px;
	font-size: 12px;
	color: #000;
	line-height: 1;
	display: inline-block;
}

.why-jva-box-slick.softare .slick-slide.slick-current .why-jva-box-slick-list:after,
.why-jva-box-slick.softare .slick-slide.slick-current .why-jva-box-slick-list:before {
	display: none;
}