.product_banner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75vh;
	position: relative;
}
.product_banner_innner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_banner_left{
	width: 53%;
}
.product_banner_right{
	width: 47%;
}
.product_banner_right img{
	width: 100%;
}
.characteristics_boxes {
	display: flex;
	gap: 50px;
}
.characteristics_box{
	width: 20%;
}
.product_banner_left p{
	opacity:0.8;
}


.dimensional_range_box{
	display: flex;
	justify-content: space-between;
	top: -20px;
	position: relative;
	width: 75%;
	margin: auto;
	margin-right: 0;
	gap: 80px;
}
.dimensional_range_info{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}



.applications {
	overflow: hidden;
}
.applications_slider{
	position: relative;
}
.applications_slider .swiper-slide{
	width: 400px;
}
.applications_slider .swiper-button-next{
	right: calc(var(--container_left_space) + var(--container_padding));
	left: auto;
	top: -85px;
	transform: translateX(-100%);
}
.applications_slider .swiper-button-prev{
	right: calc(var(--container_left_space) + var(--container_padding) + 60px);
	left: auto;
	top: -85px;
	transform: translateX(-100%);
}
.applications_slider .swiper-button-next:after{
	content: url('/wp-content/uploads/2025/08/arrow-11.svg') !important;
}
.applications_slider .swiper-button-prev:after{
	content: url('/wp-content/uploads/2025/08/arrow-11-1.svg') !important;
}

.specifications_section .container{
	border-top-right-radius: 40px;
}
.specifications_section_inner {
	width: 90%;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 100px;
}
.specifications_section .arrow_box_text {
	background-color: var(--white);
}
.specifications_section .arrow_box img{
	filter: brightness(0);
}

.specifications_section .arrow_box:hover img{
	filter: brightness(1);
}
.specifications_section .arrow-btn{
	background-color: var(--white);
	color: var(--black);
}
.specifications_section .arrow_box:hover .arrow_box_text {
	background-color: var(--black);
}
.specifications_section .arrow_box:hover .arrow-btn {
	background-color: var(--black);
}


.specifications_section_popup{
	position: fixed;
	top: 50%;
	background: red;
	left: 50%;
	z-index: 99;
	width: 80vw;
	transform: translate(-50%, -50%);
	background: #FFFDF4;
	display: none;
	height: 95vh;
	padding: 80px 20px 0;
}
.specifications_section_popup.popup_active{
	display: block;
	z-index: 99;
}
.specifications_popup_img{
	margin: auto;
	width: 95%;
	height: 100%;
	overflow: scroll;
	padding: 0 40px 40px 40px;
}
.specifications_popup_img img{
	width: 100%;
}
body.popup_active{
	height:100vh;
	overflow: hidden;
}
body.popup_active::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 1;
	top: 0;
	left: 0;
}
.popup_active.specifications_section::before {
	content: '';
	position: fixed;
	background: #000000d9;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99;
}
button.specifications_popup_close {
	position: absolute;
	right: 10px;
	top: 20px;
	transform: translate(-50%, 50%);
	background: unset;
	border: unset;
}
.specifications_section ::-webkit-scrollbar {
	width: 3px; /* vertical scrollbar width */
	height: 8px; /* horizontal scrollbar height */
}
.specifications_section ::-webkit-scrollbar-track {
	background: #f1f1f1;
	height: 80vh;
}
.specifications_section ::-webkit-scrollbar-thumb {
	background: var(--color_primary); /* scrollbar color */
	border-radius: 10px;
}

.product_banner .breadcrumb{
	position: absolute;
	top: 40px;
}
.product_banner .breadcrumb a{
	text-decoration: none;
}
.image-box img{
	width:100%;
}
@media(max-width: 1024px){
	.specifications_section {
		padding: 0px 20px;
	}
}
@media(max-width: 1023px){
	.characteristics_boxes{
		flex-wrap: wrap;
		gap: 35px;
	}
	.characteristics_box {
		width: 30%;
	}
	.dimensional_range_box{
		width: 100%;
		gap: 40px;
		top: 0;
		padding: 40px 0;
	}
	.specifications_section_inner{
		width: 100%;
		gap: 20px;
		flex-direction: column;
		align-items: start;
	}
	section.specifications_section {
		padding: 0px 15px;
	}
}
@media(max-width: 767px){
	.dimensional_range_info{
		align-items: start;
	}
	.product_banner_right, .product_banner_left {
		width: 100%;
	}
	.product_banner_innner{
		flex-direction: column;
		padding-top: 40px;
	}
	.breadcrumb {
		top: 20px;
	}
	.characteristics_boxes {
		gap: 20px;
	}
	.characteristics_box {
		width: calc(50% - 10px);
	}
	.dimensional_range_box{
		flex-direction: column;
	}
	.applications_slider .swiper-button-next {
		bottom: 0;
		right: auto;
		left: 80px;
		top: auto;
	}
	.applications_slider .swiper-button-prev {
		bottom: 0;
		right: auto;
		left: 40px;
		top: auto;
	}
	.applications_slider .swiper-wrapper {
		padding-bottom: 60px;
	}
	.applications_slider .swiper-slide {
		width: 300px;
	}
	.applications_slider .swiper-slide img{
		width: 100%;
	}
	.specifications_popup_img{
		padding: 0 20px 20px 0px;
	}
	button.specifications_popup_close{
		right: -10px;
		top: 0px;
	}
}





.innovation_section .container{
	display: flex;
	gap: 100px;
}
.innovation_section_left{
	width: 60%;
}
.innovation_section_right {
	width: 40%;
}
.we_offer_list{
	padding-left: 15px;
	list-style: square;
}
.we_offer_box{
	display: flex;
	gap: 80px;
}
.we_offer_left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
}
.we_offer_right{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 52%;
}
.we_offer_right img {
	width: 100%;
	border-top-right-radius: 40px;
}
.we_offer_box:nth-child(2n + 1) {
	flex-direction: row-reverse;
}
@media(max-width: 1023px){
	.innovation_section .container {
		flex-direction: column;
		gap: 20px;
	}
	.innovation_section_left, .innovation_section_right{
		width: 100%;
	}
	.we_offer_box{
		flex-direction: column-reverse;
		gap: 20px;
	}
	.we_offer_box:nth-child(2n + 1) {
		flex-direction: column-reverse;
	}
	.we_offer_left, .we_offer_right{
		width: 100%;
	}
	.we_offer_box .pb_40 {
		padding-bottom: 20px;
	}
}
@media(max-width: 1023px){
	.innovation_section .container {
		gap: 0px;
	}
	.we_offer_section .pb_50{
		padding-bottom: 5px;
	}
}