.mfp-img-carousel img.mfp-img {
	aspect-ratio: 1 / 1 !important;
}
.innovate-responsibly .new-text,
.innovate-responsibly:hover .old-text {
	opacity: 0;
	transition: all 0.3s;
}
.innovate-responsibly .old-text,
.innovate-responsibly:hover .new-text {
	opacity: 1;
	transition: all 0.3s;
}
.ek-product-detail-accordion-wrapper + .elementor-element .elementor-widget-container p {

}
.ek-sticky-container {
    display: flex;
    align-items: flex-start;
	gap: 100px;
}

.ek-sticky-container .left-column {
    width: 50%;
    height: 100vh;
    position: relative;
}


.ek-sticky-container .left-column {
    flex: 1;
}

.ek-sticky-container .right-column {
    flex: 1;
}

.ek-sticky-container .sticky-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
}

.ek-sticky-container .sticky-wrapper.fixed {
    position: fixed;
    top: 112px;
}

.ek-sticky-container .sticky-wrapper.bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}


.ek-sticky-container .left-column img {
    width: 100%;
	border-radius: 26px;
	transition: all 0.3s;
}

.ek-sticky-container .right-column {
    width: 50%;
}

.ek-sticky-container section {
    margin-bottom: 200px;
}

.ek-sticky-container section h2 {
	font-family: 'Mona Sans';
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #0F1822;
}

.ek-sticky-container section .content-body {
	font-family: 'Manrope';
	font-size: 26px;
	font-weight: 400;
}


#pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
	margin-bottom: 100px;
}

#pagination .pagination-btn,
#ajax-case-study-container .pagination-btn,
#ek-videos-pagination .pagination-btn {
	border-radius: 50%;
	border: 1px solid #0F1822;
	background: #ffffff;
	transition: all 0.3s;
	font-size: 26px;
	color: #0F1822;
	font-family: 'Azeret Mono';
	line-height: 100%;
	box-sizing: border-box;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5px;
}

#pagination .pagination-btn.active,
#ajax-case-study-container .pagination-btn.active,
#ek-videos-pagination .pagination-btn.active {
	background: #CECECE;
}
#pagination .pagination-btn:hover,
#ajax-case-study-container .pagination-btn:hover,
#ek-videos-pagination .pagination-btn:hover {
	background: #CECECE;
}
#pagination .pagination-btn.prev,
#pagination .pagination-btn.next,
#ajax-case-study-container .pagination-btn.prev, 
#ajax-case-study-container .pagination-btn.next,
#ek-videos-pagination .pagination-btn.prev,
#ek-videos-pagination .pagination-btn.next {
	padding: 0 0 5px 0;
}
#pagination .pagination-btn:disabled,
#pagination .pagination-btn[disabled],
#ajax-case-study-container .pagination-btn:disabled,
#ajax-case-study-container .pagination-btn[disabled],
#ek-videos-pagination .pagination-btn:disabled,
#ek-videos-pagination .pagination-btn[disabled],{
	cursor: not-allowed;
	pointer-events: none;
}
#pagination .ellipsis,
#ajax-case-study-container .ellipsis,
#ek-videos-pagination .ellipsis{
	line-height: 100%;
	display: inline-flex;
    align-items: flex-end;
}

.support-search {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	align-items: center;
}

#clear-search {
    position: absolute;
    top: 37px;
    font-size: 30px;
    right: 15px;
    background: unset;
    color: #000000;
    border: none;
    cursor: pointer;
    outline: none;
}

.support-search input {
	border: unset !important;
	margin-top: 50px;
	margin-bottom: 50px;
	background: unset;
	border-bottom: 1px solid #000000 !important;
	max-width: 225px;
	width: 100%;
	border-radius: unset !important;
	outline: none;
	padding: 8px 30px 8px 8px !important;
}

/* .support-search:after {
	content: '';
	position: relative;
	background: url('../images/downloads-search.png') no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
} */

.support-wrapper.accordion {
	width: 100%;
	max-width: 100%;
	
}
.support-wrapper .accordion-item {
	border: 1px solid #697078;
	overflow: hidden;
	border-radius: 50px;
	margin-bottom: 40px;
}

.support-wrapper .accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 50px 60px;
	cursor: pointer;
    position: relative;
	background-color: #ffffff;
	font-size: 26px;
	font-weight: 700;
	font-family: 'Mona Sans';
}
.support-wrapper .accordion-content {
	display: none;
}

.support-wrapper .accordion-inner-content {
	display: flex;
	box-sizing: border-box;
	padding: 0 60px 50px 60px;
	background-color: #ffffff;
	justify-content: flex-start;
	gap: 50px;
}

.support-wrapper .accordion-content .url-group {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 23px;
}

.support-wrapper .accordion-content .url-group-heading,
.url-group-heading {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Azeret Mono';
	color: #697078;
	margin-bottom: 24px;
}

.support-wrapper .accordion-content .url-group.general {
	display: flex;
	flex-direction: column;
}

.support-wrapper .accordion-content .url-group.fixture {
    max-width: 375px;
}

.support-wrapper .accordion-content .url-group.design {
	display: flex;
	flex-direction: column;
}

.support-wrapper .accordion-content .url-group a,
.url-group a {
	border: 1px solid #F22FE0;
	box-sizing: border-box;
	padding: 12px 20px;
	color: #0F1822;
	border-radius: 100px;
	display: inline-block;
	height: fit-content;
	min-width: 100px;
    width: max-content;
	text-align: center;
	transition: all 0.3s;
}

.support-wrapper .accordion-content .url-group a:hover,
.url-group a:hover {
	background: #F22FE0;
}

.support-wrapper .cus-chevron {
	 display: inline-block;
    width: 15px;
    height: 15px;
    border-left: 2px solid #0F1822;
    border-bottom: 2px solid #0F1822;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    position: absolute;
    top: 65px;
    right: 70px;
}
.support-wrapper .accordion-item.active .chevron {
	transform: rotate(180deg);
}
#search-spinner {
	position: absolute;
	right: 90px;
	border: 5px solid #7a7b7b;
	border-radius: 50%;
	border-top: 5px solid #0F1822;
	width: 25px;
	height: 25px;
	margin-right: 15px;
	-webkit-animation: spin 2s linear infinite; 
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#search-btn {
	font-family: "Manrope";
	font-weight: 700;
	color: #0F1822;
	border-radius: 25px;
	border: 1px solid #697078;
	margin-left: 15px;
}
#search-btn:hover {
	background-color: #ECFE55;
}


.monasans-header{
	font-stretch: 125%;
    letter-spacing: 3.15px;
	font-weight: 800;
}

.product-detail-feat-wrapper img{
	height: 100%;
	max-height: 485px;
	object-fit: cover;
	width: auto;
}

.technical-left-container ul li{
	line-height: 180%;
	font-family: "Manrope", sans-serif;
	font-size: 26px;
}

.technical-right-container p{
	line-height: 180%;
	font-family: "Manrope", sans-serif;
	font-size: 26px;
	margin-bottom:0;
}

.about-ek-video video{
	border-radius: 26px;
}

.ek-lab-custom-dropdown {
    position: relative;
    max-width: 300px;
	width: 100%;
    cursor: pointer;
    user-select: none;
	margin-bottom: 100px;
}

.ek-lab-dropdown-selected {
    background: #f5f5f5;
    padding: 16px 26px;
	box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 26px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Mona Sans';
	font-stretch: 125%;
	letter-spacing: 3.15px;
}

.chevron {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
	position: absolute;
    top: 21px;
    right: 25px;
}

.dropdown-selected.open .chevron {
    transform: rotate(135deg); /* Rotate when dropdown is open */
}

.ek-lab-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 26px;
    display: none;
    z-index: 10;
    padding: 16px 26px;
	box-sizing: border-box;
}

.ek-lab-dropdown-item {
    padding: 10px;
    cursor: pointer;
}

.ek-lab-dropdown-item:hover {
    background: #ddd;
}


.innovations-outer-wrapper {
	overflow: hidden;
}

.innovations-outer-wrapper #load-more {
	color: #ffffff;
    font-family: "Mona Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 41px;
    padding: 0px 0px 0px 0px;
	border: none;
	outline: none;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
	transition: all 0.3s;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}
/*
.innovations-outer-wrapper #load-more:before {
	content: '';
	background: url('../images/arrow-right.svg') no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	left: -80px;
	top: -10px;
}*/

.innovations-outer-wrapper #load-more:before {
    content: '';
    display: block;
    background-image: url(../images/arrow-right.svg), url(../images/arrow-right-yellow-border.svg);
    background-size: contain !important;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    top: 50px;
    left: -80px;
    position: relative;
    transition: all 0.3s;
}

.innovations-outer-wrapper #load-more:hover:before {
    background-size: 0 0, contain !important;
    width: 60px;
    height: 60px;
}

.innovations-outer-wrapper #load-more:hover {
	color: #ECFE55;
}

.innovations-outer-wrapper #load-more:hover {
	background: unset !important;
}
.innovations-outer-wrapper #load-more:focus {
	background: unset !important;
}
.innovations-grid-load-more-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 146px;
}

#innovation-category {
	max-width: 300px;
    width: 100%;
    border-radius: 26px;
	margin-bottom: 100px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	box-sizing: border-box;
	padding: 16px 25px;
user-select: none;
    outline: none;

}


.innovations-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.innovation-item {
    border-radius: 33px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    overflow: hidden; 
}

.innovation-item:hover {
    transform: translateY(-5px);
}

.innovation-thumbnail {
    width: 100%;
	margin-bottom: 44px;
}

.innovation-thumbnail img {
    width: 100%;
    display: block;
    min-height: 400px;
    object-fit: cover;
    border-radius: 32px !important;
}
.innovation-title {
	text-align: left;
}
.innovation-title a p {
    font-size: 26px;
	font-weight: 500;
	color: #ffffff;
    margin: 10px 0;
	text-align: left;
	text-transform: uppercase;
    font-family: 'Mona Sans';
    font-stretch: 125%;
}

html[lang="cn"] .innovation-title a p {
	font-weight: 500;
}

.innovation-title a p strong {
	font-weight: 800;
}

/* Sidebar Styling */
.innovation-sidebar {
    position: fixed;
    top: 0;
    right: -1600px;
    width: 800px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    padding: 80px 90px;
	
}

.innovation-sidebar h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
    font-family: 'Mona Sans';
    font-stretch: 125%;
}
.innovation-sidebar p {
	font-size: 26px;
	margin-top: 40px;
	font-weight: 700;
	font-family: 'Mona Sans';
}


.innovation-sidebar .innovation-full-content p {
    font-size: 21px;
    margin-top: 40px;
    font-weight: 400;
    font-family: 'Manrope';
}



html[lang="cn"] .innovation-sidebar p {
	font-weight: 500;
}

.innovation-sidebar {
	background: #F5F6F7;
}

/* Open state */
.innovation-sidebar.open {
    right: 0;
}

/* Close button */
.close-sidebar {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 24px;
    cursor: pointer;
}
.close-sidebar:hover {
    background-color: #0F1822;
}

/* Sidebar image */
.innovation-sidebar-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}


.innovation-products {
	margin-top: 90px;
}
.innovation-products .product-list {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 26px;
}
.innovation-products .product-item {
	width: calc((100% - 26px) / 2);
overflow: hidden;
}

.innovation-products .product-item img {
    background: #ffffff;
    border-radius: 21px;
    
}

.innovation-products .product-item img + p{
    margin-top: 0;
    
}

.innovation-products .product-item a {
	font-weight: 700;
	font-size: 21px;
	color: #000000;
	text-transform: uppercase;
}
.innovation-products .product-item img {
	width: 100%;
}

/* Innovations grid */
.innovations-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
}

.innovation-item {
    width: calc((100% - 78px)/4);
    border-radius: 33px;
    transition: transform 0.2s ease;
}

.innovation-item:hover {
    transform: translateY(-5px);
}

.innovation-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.innovation-title {
    margin-top: 10px;
    font-size: 18px;
}

.innovation-excerpt {
    font-size: 14px;
    color: #666;
}


/*Milestones*/

.milestone-row {
    position: relative;
}

.milestone-row > .elementor-element {
    position: relative;
	justify-content: center;
}

.milestone-row > .elementor-element:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px; /* Position at the center between columns */
    width: 2px; /* Line thickness */
	height: 100%;
    background-color: #ccc; /* Line color */
}


.milestone-row > .elementor-element > .elementor-element {
	min-height: 500px;
	justify-content: center;
}

.milestone-row:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px; /* Dot size */
    height: 12px; /* Dot size */
    background-color: #ECFE55; /* Change this to your desired color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.milestone-row.milestone-head {
	padding-top: 200px;
}

.milestone-row.milestone-head:after {
    content: "";
    position: absolute;
    top: 39%;
    left: 50%;
    width: 24px; /* Dot size */
    height: 24px; /* Dot size */
    background-color: #ECFE55; /* Change this to your desired color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.milestone-row.milestone-head > .elementor-element > .elementor-element {
	margin-top: -185px;
} 


/* Contact Us Form */
.contact-us-form-wrapper form{
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 26px;
}

.contact-us-form{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 23px;
	margin-bottom: 12px;
}

.contact-us-form label {
    width: calc((100% - 24px) / 2);
}

.contact-us-form label:nth-child(7),
.contact-us-form label:nth-child(8){
    width: 100%;
}

.wpcf7-list-item.first.last{
	margin-left: 0;
}

.wpcf7-list-item.first.last input{
	height: 20px!important;
	width: 20px!important;
}

.contact-us-form-wrapper .wpcf7-form-control-wrap[data-name="agree-consent"]{
margin-bottom: 50px !important;
    position: relative;
    display: block;
    margin-top: 60px;
}


/* please give a id and put in content.css if is only for contact form */

.contact-us-form-wrapper .wpcf7-form-control-wrap input{
	border: 1px solid #0F1822!important;
	border-radius: 50px!important;
    height: 84px;
	padding-inline: 70px!important;
		font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 2px!important;
}

.contact-us-form-wrapper .wpcf7-form-control-wrap textarea{
	border: 1px solid #0F1822!important;
	border-radius: 25px!important;
	padding: 55px 70px!important;
		font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 2px!important;
}

.contact-us-form-wrapper .wpcf7-form-control-wrap textarea:focus, .contact-us-form-wrapper .wpcf7-form-control-wrap input:focus{
    outline: none;
}

.contact-us-form-wrapper .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	padding: 10px 0 0 70px;
	font-size: 21px;
}

.contact-us-form-wrapper .wpcf7-submit[type="submit"]{
	border: 0px solid white;
	
	display: inline-block;
    font-weight: 500;
    color: #0F1822;
    text-align: unset;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: 20px 0 20px 20px;
    font-size: 26px;
    border-radius: unset;
	font-family: 'Mona Sans', sans-serif;
	font-stretch: expanded;
	letter-spacing: 3.15px;
	position: relative;
	
	/*background: url('/wp-content/themes/hello-theme-child-master/theme/default/images/arrow-right-black.svg') no-repeat;*/
	background-image: url(../images/arrow-right.svg), url(../images/arrow-right-yellow-border.svg);
    background-size: 60px !important;
    background-repeat:no-repeat;
    background-position: left;
    padding-left: 90px;
}

.contact-us-form-wrapper .wpcf7-submit[type="submit"]:disabled {
    opacity: 0.5;
}


.contact-us-form-wrapper .wpcf7-submit[type="submit"]:hover {
    background-size: 0 0, 60px !important;

}

.contact-us-form-wrapper .wpcf7-form-control-wrap[data-name="agree-consent"] .wpcf7-not-valid-tip,
.contact-us-form-wrapper .submit-btn-wrapper .wpcf7-not-valid-tip{
	    padding: 5px 0 0 0px!important;
}

.contact-us-form-wrapper .wpcf7-response-output{
	display: none!important;
}

.contact-us-form-wrapper .wpcf7-response-output {
	display: block !important;
    font-family: 'Mona Sans', sans-serif;
    font-stretch: expanded;
    letter-spacing: 3.15px;
    font-size: 15px !important;
    color: green !important;
	border-color: transparent !important;
padding: 0 !important;
    margin: 0 !important;
}

	.contact-us-form-wrapper .wpcf7-checkbox .wpcf7-list-item-label{
    line-height: 1.6;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
	}


figcaption.wp-caption-text{
	font-family: 'Manrope', sans-serif!important;
	font-weight: 400!important;
	font-size: 24px!important;
	letter-spacing: 2px!important;
	margin-top: 18px;
	font-style: normal;
}


/* End of Contact Us Form */


/* Stats Slider */
.stats-slider-container{
	position:relative;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.stats-slider-container .image-slider.si-slider{
	width: 50%;
}

.stats-slider-container .text-slider.si-slider{
	width: 40%;
}

.stats-slider-container .image-slider img{
    max-height: 775px;
	height: 100%;
    object-fit: cover;
    border-radius: 25px;
	width: 100%;
}

.text-slider .swiper-wrapper {
  align-items: center; /* Center the text vertically */
}

.text-slider .swiper-slide {
	display:flex;
	flex-direction: column;
	justify-content:center;
}


.text-slider .swiper-slide .si-header{
		font-family: 'Mona Sans', sans-serif;
	font-stretch: expanded;
    font-size: 32px;
	font-weight: bold;
    color: #0F1822;
	opacity: 0.2;
	letter-spacing: 3.15px;
}
.text-slider .swiper-slide .si-desc {
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
	font-size: 16px;
    color: #0F1822;
	opacity: 0.2;
}

.text-slider .swiper-slide-active .si-header {
		font-family: 'Mona Sans', sans-serif;
	font-stretch: expanded;
    font-weight: bold;
	font-size: 80px;
    color: #0F1822;
	opacity: 1;
}

.text-slider .swiper-slide-active .si-desc {
		font-family: 'Mona Sans', sans-serif;
	font-stretch: expanded;
    font-weight: 400;
	font-size: 26px;
    color: #0F1822;
		opacity: 1;
		letter-spacing: 3.15px;
}

.contact-wrapper p a {
	color: #0F1822;
	text-decoration: underline;
}

/* ---------------------- Prodcuts Listing ---------------------- */
.filters-container {
	position: relative;
    width: 100%;
	display: flex;
	flex-direction: column;
	gap: 26px;
}
.applied-container {
	position: relative;
	width: 100%;
	background: #ffffff;
    border: 1px solid #0F1822;
    padding: 16px 26px 0 26px;
    border-radius: 26px;
}
.applied-container span {
	font-family: "Mona Sans", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}
.applied-container .applied-container-head span {
	font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}
.applied-container .clear-all,
.applied-container .remove-filter {
	cursor: pointer;
}
.applied-container .applied-container-head {
	display: flex;
    justify-content: space-between;
    gap: 24px;
}
.applied-container .applied-filters {
	position: relative;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    gap: 14px;
	padding: 16px 0;
}
.applied-container .applied-filter {
	position: relative;
	display: inline-flex;
    align-items: center;
	background: #F5F6F7;
    border: 1px solid #0F1822;
    padding: 7px 21px;
    border-radius: 26px;
}
.applied-container .remove-filter {
	display: inline-block;
	font-size: 20px;
    line-height: 100%;
	margin: 0 0 0 10px;
}
.custom-dropdown {
    position: relative;
    width: 100%;
	font-family: "Mona Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}
.dropdown-selected {
    background: #ffffff;
    border: 1px solid #0F1822;
    padding: 16px 26px;
    border-radius: 26px;
    text-align: left;
    font-size: 16px;
    position: relative;	
    cursor: pointer;
}
.dropdown-selected:after {
	content: '';
	background: url('../images/filter-down.svg') no-repeat;
	background-size: contain;
	width: 14px;
	height: 8px;
	display: block;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-options {
    display: none;
    position: absolute;
    top: 130%;
    left: 0;
    width: 100%;
    background: #ffffff;
    border: 1px solid #0F1822;
    border-radius: 26px;
    z-index: 3;
    list-style: none;
    padding: 15px 0;
    margin: 0;
	max-height: 200px;
    overflow-y: scroll;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 20px 30px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
/* 	box-shadow: #0F1822 0px 20px 30px -10px; */
/* 	-ms-overflow-style: none; 
	scrollbar-width: none */
}
.dropdown-options::-webkit-scrollbar {
	overflow: hidden;
    width: 10px;
}
.dropdown-options::-webkit-scrollbar-track {
	border-radius: 26px;
/* 	background: #f1f1f1;  */
	margin: 15px;
}
.dropdown-options::-webkit-scrollbar-thumb {
	background: #0F1822;
	border-radius: 10px;
}
.dropdown-options::-webkit-scrollbar-thumb:hover {
  background: #0F182280; 
}
.dropdown-options li {
    padding: 5px 25px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.dropdown-options li label {
	cursor: pointer;
}
.wattage-title,
.dropdown-options li.selected {
	font-weight: 700;
}
.dropdown-options li:hover {
	font-weight: 700;
    background: #f0f0f0;
}
.wattage-filter .dropdown-options {
	padding: 15px 25px;
}
#wattage-slider.ui-slider-horizontal {
	height: 2px;
	margin: 35px 0 16px 0;
	border: none;
}
#wattage-slider .ui-slider-range {
	height: 2px;
	background: #000000;
}
#wattage-slider .ui-state-default {
	border: none;
    background: #000000;
    color: #000000;
	top: -8px;
	width: 18px;
    height: 18px;
	border-radius: 50%;
}
.wattage-values {
	position: relative;
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.ek_featured_products_by_category {
	position: relative;
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.ek_featured_products_by_category .product-list-title {
	position: relative;
    width: 100%;
	border-bottom: 1px solid #F5F6F7;
}
.ek_featured_products_by_category h4 {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
}
.ek_featured_products_by_category .product-item-wrapper {
	position: relative;
    width: 100%;
    display: flex;
    gap: 4%;
}
.ek_featured_products_by_category .product-item {
	position: relative;
	width: 100%;
	max-width: 32%;
	display: flex;
	flex-direction: column;
}
.ek_featured_products_by_category .product-item a {
	display: block;
	position: relative;
	width: 100%;
}
.ek_featured_products_by_category a img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
    background-color: #ffffff;
	border-radius: 26px;
}
.ek_featured_products_by_category .product-item a:hover img {
	background-color: #ECFE55;
}
.ek_featured_products_by_category .product-info {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 24px 0 0 0;
}
.ek_featured_products_by_category .product-title,
.ek_featured_products_by_category .product-headline {
	color: #ffffff;
	font-family: "Azeret Mono", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
	margin: 0;
}
.ek_featured_products_by_category .product-title {
	font-family: "Mona Sans", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}

#ajax-products-container .products-listing {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
#ajax-products-container .products-listing .product-item {
	position: relative;
	width: 100%;
	max-width: calc((100% - 72px) / 4);
/* 	max-width: 32%; */
	display: flex;
}
.related-products .product-item {
	position: relative;
	width: 100%;
/* 	width: calc((100% - 48px)/3); */
	max-width: unset;
	display: flex;
}

#ajax-products-container .products-listing .product-item h3,
.related-products .product-item h3 {
	color: #0F1822;
	text-transform: uppercase;
	font-family: "Mona Sans", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
	margin: 0;
	font-stretch: 125%;
	letter-spacing: 3.15px;
}
#ajax-products-container .products-listing .product-item a,
.related-products .product-item a {
	position: relative;
	width: 100%;
	padding: 26px 26px 0 26px;
	border-radius: 26px;
	background-color: #F5F6F7;
}
#ajax-products-container .products-listing .product-item a:hover,
.related-products .product-item a:hover {
	background-color: #ECFE55;
}
#ajax-products-container .products-listing .product-item a img,
.related-products .product-item a img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
    object-fit: contain;

}
#ajax-products-container .product-info-wrapper,
.related-products .product-info-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#ajax-products-container .product-info-wrapper .product-categories,
#ajax-products-container .product-info-wrapper .product-tags,
.related-products .product-info-wrapper .product-categories,
.related-products .product-info-wrapper .product-tags {
	color: #0F1822;
	font-family: "Azeret Mono", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
#ajax-products-container .product-info-wrapper .product-tags,
.related-products .product-info-wrapper .product-tags {
	border: 1px solid #0F1822;
    padding: 10px 16px;
    border-radius: 26px;
}
#ajax-products-container .product-innovation,
.related-products .product-innovation {
	position: relative;
	min-height: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
#ajax-products-container .product-innovation .product-inno-tag,
.related-products .product-innovation .product-inno-tag {	
    box-sizing: border-box;
    padding: 6px 12px;
    font-family: "Azeret Mono", Sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    position: relative;
    border-radius: 26px;
    border: 1px solid #F22FE0;
    color: #0F1822;
	white-space: nowrap;
}
#load-more-btn {
	color: #465260;
	font-family: "Mona Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 48px auto 0 auto;
}
#load-more-btn:after {
	content: '';
	display: block;
	background-image: url(../images/arrow-right-yellow-border.svg), url(../images/arrow-right.svg);
	background-size: contain;
    background-repeat: no-repeat;
	transform: rotate(90deg);
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.3s;
}
#load-more-btn:hover {
	color: #0F1822;
	background-color: unset;
}
#load-more-btn:hover:after {
	background-size: 0 0, contain;
}
.product-video-container iframe {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
/* Products Detail - Download */
.detail-downloads-wrapper {
	position: relative;
    width: 100%;
    display: flex;
	gap: 50px;
}
.detail-downloads-wrapper .url-group-wrapper {
	position: relative;
	width: 100%;
	max-width: 30%;
	display: flex;
	flex-direction: column;
}
.detail-downloads-wrapper .url-group {
    display: flex;
    flex-wrap: wrap;
	gap: 12px;
}
.moving-lights a.active,
.static-lights a.active,
.moving-lights-cn a.active,
.static-lights-cn a.active {
	color: #ECFE55 !important;
}

/* ---------------------- Prodcuts Listing ---------------------- */

/* ---------------------- Case Study Listing & News ---------------------- */
.case-study-filters,
.ek-news-filters,
.ek-videos-filters {
	min-width: 300px;
}
#ajax-case-study-container .case-study-listing,
#ajax-ek-news-container .ek-news-listing {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 80px 2%;
}
#ajax-case-study-container .case-study-listing .case-study-item,
#ajax-ek-news-container .ek-news-listing .ek-news-item {
	position: relative;
	width: 100%;
	max-width: 32%;
}
#ajax-case-study-container .case-study-listing .case-study-image,
#ajax-ek-news-container .ek-news-listing .ek-news-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 26px;
	margin-bottom: 40px;
}
#ajax-case-study-container .case-study-listing .case-study-info,
#ajax-ek-news-container .ek-news-listing .ek-news-info,
#ek-videos-container .ek-video-item {
	position: relative;
	width: 100%;
	color: #0F1822;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 2px !important;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#ajax-case-study-container .case-study-listing .case-study-info .case-study-categories,
#ajax-ek-news-container .ek-news-listing .ek-news-info .news-categories {
	font-size: 16px;
}
#ajax-case-study-container .case-study-listing .case-study-info h3,
#ajax-ek-news-container .ek-news-listing .ek-news-info h3 {
	font-size: 28px;
	margin: 0;
}
#ajax-case-study-container .pagination-container,
#ajax-ek-news-container .pagination-container,
.video-listing-con .pagination-container {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
	margin-top: 80px;
}
.showcase-detail-banner img {
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.case-detail-carousel .swiper-slide-image {
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.left-arrow-btn.showcase-detail-back .elementor-button-content-wrapper:before {
	transform: rotate(180deg);
	background-image: url(../images/arrow-right-yellow-border.svg), url(../images/arrow-right.svg);
}
.showcase-detail-nav .post-navigation__next--label,
.showcase-detail-nav .post-navigation__prev--label {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}
.showcase-detail-nav .post-navigation__next--label:after {
	content: '';
	display: block;
	background-image: url(../images/arrow-right-white.svg), url(../images/arrow-right.svg);
	background-size: contain !important;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: relative;
    transition: all 0.3s;
}
.showcase-detail-nav .elementor-post-navigation__link__next:hover .post-navigation__next--label:after,
.showcase-detail-nav .elementor-post-navigation__link__prev:hover .post-navigation__prev--label:before {
	background-size: 0 0, contain !important;
}
.showcase-detail-nav .post-navigation__prev--label:before {
	content: '';
	display: block;
	background-image: url(../images/arrow-right-white.svg), url(../images/arrow-right.svg);
	background-size: contain !important;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: relative;
    transition: all 0.3s;
	transform: rotate(180deg);
}
.product-used-title {
	color: #0F182280;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px !important;
	margin-bottom: 24px;
}
.products-used-wrapper {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding: 0 0 48px 0 !important;
}
.products-used-wrapper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.product-used {
	position: relative;
	width: 100%;
	max-width: 200px; 
}
.product-used:hover .product-image {
	background-color: #ECFE55;
}
.product-used .product-image {
	position: relative;
	background-color: #ffffff;
	border-radius: 22px;
	padding: 12px;
	margin-bottom: 12px;
}
.product-used .product-image img {
	display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}
.product-used .product-title {
	font-family: 'Mona Sans';
	font-size: 21px;
	font-weight: 700;
	color: #0F1822;
}
/* .ek-news-banner {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5%;
} */
.ek-news-banner {
	position: relative;
	width: 100%;
	display: block;
}
.ek-news-banner > a {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
.ek-news-banner img {
	position: relative;
	width: 100%;
	max-width: 50% !important;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: 26px !important;
}
.ek-news-banner .ek-news-banner-content {
	position: relative;
	width: 45%;
	display: flex;
	flex-direction: column;
	padding: 40px 0;
	color: #0F1822;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 2px !important;
}
.ek-news-banner .ek-news-banner-content h3 {
	font-family: 'Mona Sans';
	font-size: 40px;
	letter-spacing: 3px !important;
}
.ek-news-banner .ek-news-banner-content p:last-child {
	font-size: 26px;
}
.ek-news-banner-content .news-btn {
    color: #465260;
    font-family: "Mona Sans", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 48px 0 0 0;
}
.ek-news-banner-content .news-btn:after {
    content: '';
    display: block;
    background-image: url(../images/arrow-right-yellow-border.svg), url(../images/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.3s;
}
.ek-news-banner-content .news-btn:hover:after {
    background-size: 0 0, contain;
}

/* ---------------------- Case Study Listing & News ---------------------- */

/* ---------------------- EK Video Gallery ---------------------- */
.ek-videos-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.ek-video-item {
	max-width: calc((100% - 90px) / 4);
	cursor: pointer;
}
.ek-video-item img {
	display: block;
	width： 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 16px !important;
}
.ek-video-item h4 {
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 125%;
	letter-spacing: 2px !important;
	margin: 12px 0 24px 0;
}
.ek-video-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}
.ek-video-container {
    width: 80%;
    max-width: 1280px;
    position: relative;
    padding-bottom: 37.8%;
    height: 0;
}
.ek-video-overlay iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.ek-video-close {
	position: absolute;
	top: 30px; right: 30px;
	background: none;
	border: none;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
}
.ek-video-close:hover {
	background-color: unset;
}
/* ---------------------- EK Video Gallery ---------------------- */


/* ---------------------------------------------------- Break points ↓ ---------------------------------------------------- */

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1230px) {
	.contact-us-form label {
		width: 100%;
	}
	.contact-us-form-wrapper .wpcf7-form-control-wrap input {
		border: 1px solid #0F1822 !important;
		border-radius: 50px !important;
		height: 50px;
		padding-inline: 40px !important;
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 2px !important;
	}
	
	.contact-us-form-wrapper .wpcf7-form-control-wrap textarea {
		border: 1px solid #0F1822 !important;
		border-radius: 25px !important;
		padding: 26px 40px !important;
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 2px !important;
	}
	
	.contact-us-form-wrapper .wpcf7-form-control-wrap[data-name="agree-consent"] {
		margin-bottom: 20px !important;
		margin-top: 30px;
	}
	
	.contact-us-form-wrapper form {
		font-family: 'Manrope', sans-serif;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.6px;
	}
	
	.wpcf7-list-item.first.last input {
		height: 13px !important;
		width: 20px !important;
	}
	
	.contact-us-form-wrapper .wpcf7-submit[type="submit"] {
		font-size: 16px;
		padding-left: 55px;
		background-size: 40px;
	}
	
	.contact-us-form-wrapper .wpcf7-checkbox{
		font-size: 16px;
		line-height: 1.6px;	
	}
	
	figcaption.wp-caption-text {
		font-family: 'Manrope', sans-serif !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		letter-spacing: 2px !important;
		margin-top: 18px;
		font-style: normal;
		line-height: 1.6 !important;
	}
	
	.contact-us-form-wrapper .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
		padding: 10px 0 0 40px;
		font-size: 16px;
	}
	
	.contact-us-form-wrapper .wpcf7-form-control-wrap[data-name="agree-consent"] .wpcf7-not-valid-tip, .contact-us-form-wrapper .submit-btn-wrapper .wpcf7-not-valid-tip {
		padding: 12px 0 0 0px !important;
	}
}

@media (max-width: 1024px) {
	.milestone-row.milestone-head:after {
		display: none;
	}

	.milestone-row > .elementor-element > .elementor-element {
		min-height: 250px;
		justify-content: center;
	}

	.milestone-row:after {
		left: 15px;
	}

	.innovations-grid-load-more-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.innovations-outer-wrapper #load-more:before {
		content: '';
		background: url(../images/arrow-right.svg) no-repeat;
		background-size: contain;
		width: 40px;
		height: 40px;
		position: absolute;
		left: -60px;
		top: 0;
	}

	.milestone-row > .elementor-element:first-child::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: unset;
		left: 14px;
		width: 2px;
		height: 100%;
		background-color: #ccc;
	}
	
	.milestone-row > .elementor-element:nth-child(2)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: unset;
		left: 14px;
		width: 2px;
		height: 100%;
		background-color: #ccc;
	}
	
	.milestone-head.milestone-row > .elementor-element:first-child::after {
		display: none;
	}
	
	.milestone-head.milestone-row > .elementor-element:nth-child(2)::after {
		display: none;
	}
	
	.milestone-row.row-1 > .elementor-element:first-child::after {
		display: none;
	}
	
	#ajax-case-study-container .case-study-listing .case-study-item {
		max-width: 49%;
	}
	.ek-video-item {
		max-width: calc((100% - 60px) / 3);
	}
	.ek-video-container {
		width: 90%;
		padding-bottom: 50%;
	}
	.ek-video-close {
		top: 10%;
		right: 5%;
	}
}

@media (max-width: 768px) {
	
	.milestone-row > .elementor-element:first-child::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: unset;
		left: 19px;
		width: 2px;
		height: 100%;
		background-color: #ccc;
	}
	
	.milestone-row > .elementor-element:nth-child(2)::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: unset;
		left: 19px;
		width: 2px;
		height: 100%;
		background-color: #ccc;
	}

	.milestone-row:after {
		top: 6px;
	}
	
	.milestone-wrapper .milestone-row.last-row > .elementor-element:first-child::after {
		display: none;
	}
	
	.ek-lab-custom-dropdown {
		margin-bottom: 30px;
	}	
	
	.innovation-thumbnail {
		margin-bottom: 15px;
	}	
	.innovations-grid {
		row-gap: 20px;
	}	

	.innovation-sidebar {
		width: 100%;
		padding: 100px 20px;
	}

	.innovation-sidebar p {
		font-size: 18px;
		margin-top: 40px;
	}

	.innovation-products {
		margin-top: 0;
	}
	
	.innovation-sidebar h2 {
		font-size: 30px;
		margin-bottom: 0;
	}
	
	#innovation-category {
		margin-bottom: 50px;
	}
	
	
    .innovations-grid {
        grid-template-columns: repeat(2, 1fr);
    }

	.innovation-item {
		width: calc((100% - 20px)/2);
		border-radius: 20px;
	}
	

	
	.innovations-outer-wrapper #load-more {
    	font-size: 18px;
	}
	.innovations-grid-load-more-wrapper {
    	margin-top: 50px;
	}

	.innovations-outer-wrapper #load-more:before {
		content: '';
		display: block;
		background-image: url(../images/arrow-right.svg), url(../images/arrow-right-yellow-border.svg);
		background-size: contain !important;
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		top: 35px;
        left: -45px;
		position: relative;
		transition: all 0.3s;
	}

	.innovations-outer-wrapper #load-more:hover:before {
		background-size: 0 0, contain !important;
		width: 30px;
		height: 30px;
	}

	
	.milestone-row.milestone-head:after {
		display: none;
	}

	.milestone-row > .elementor-element > .elementor-element {
		min-height: unset;
		justify-content: center;
	}

	.milestone-row:after {
		left: 20px;
	}
	
	#ajax-products-container .products-listing .product-item {
		max-width: calc((100% - 24px) / 2);
/* 		max-width: 100%; */
	}
	
	.about-ek-video video {
		border-radius: 26px;
		height: 300px !important;
	}
	
	.technical-left-container ul li{
		font-size: 16px;
	}

	.technical-right-container p{
		font-size: 16px;
		margin-left: 40px;
		margin-top: -7px;
	}
	
	.technical-specs-container:not(:first-child){
		margin-top: 8px;
	}

	.related-products .product-item {
		position: relative;
		width: 100%;
		max-width: unset;
		display: flex;
	}

	#pagination {
		justify-content: space-between;
		gap: 10px;
		margin-bottom: 100px;
	}

	#pagination .pagination-btn {
		border-radius: 50%;
		border: 1px solid #0F1822;
		background: #ffffff;
		transition: all 0.3s;
		font-size: 26px;
		color: #0F1822;
		font-family: 'Azeret Mono';
		box-sizing: border-box;
	}

	#pagination .pagination-btn.active {
		background: #CECECE;
	}
	#pagination .pagination-btn:hover {
		background: #CECECE;
	}

	.support-search {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		position: relative;
		align-items: center;
	}

	#clear-search {
		position: absolute;
		top: 37px;
		font-size: 30px;
		right: 15px;
		background: unset;
		color: #000000;
		border: none;
		cursor: pointer;
		outline: none;
	}

	.support-wrapper .accordion-item {
		border-radius: 20px;
	}
	.support-wrapper .accordion-inner-content {
		flex-direction: column;
		padding: 0 30px 30px 30px;
	}

	.support-wrapper .accordion-header {
		padding: 20px 30px;
		font-size: 18px;
	}

	.support-wrapper .accordion-content .url-group-heading,
	.url-group-heading {
		font-size: 16px;
	}

	#pagination .pagination-btn,
	#ek-videos-pagination .pagination-btn {
		font-size: 16px;
		width: 30px;
		height: 30px;
	}
	.support-wrapper .cus-chevron {
		top: 23px;
		right: 30px;
	}

	.ek-sticky-container {
		gap: 20px;
	}

	.ek-sticky-container section {
		margin-bottom: 50px;
	}

	.ek-sticky-container .left-column img {
		border-radius: 13px;
	}

	.ek-sticky-container section h2 {
		font-size: 24px;
	}

	.ek-sticky-container section .content-body {
		font-family: 'Manrope';
		font-size: 14px;
		font-weight: 400;
	}
	
	.detail-downloads-wrapper {
		gap: 5%;
	}
	
	.ek-sticky-container {
		gap: 20px;
	}
	
	.ek-sticky-container section {
		margin-bottom: 50px;
	}

	.ek-sticky-container .left-column img {
		border-radius: 13px;
	}
	
	.ek-sticky-container section h2 {
		font-size: 24px;
	}

	.ek-sticky-container section .content-body {
		font-family: 'Manrope';
		font-size: 14px;
		font-weight: 400;
	}
	.ek-video-item {
		max-width: calc((100% - 30px) / 2);
	}
	.ek-video-item h4 {
		font-size: 16px;
	}
	
}

@media (max-width: 480px) {
    .innovations-grid {
        grid-template-columns: 1fr;
    }
	#ajax-products-container .products-listing {
		gap: 20px;
	}
	#ajax-products-container .products-listing .product-item a,
	.related-products .product-item a {
		padding: 12px 12px 0 12px;
	}
	#ajax-products-container .product-info-wrapper,
	.related-products .product-info-wrapper {
		gap: 5px;
	}
	#ajax-products-container .products-listing .product-item h3,
	.related-products .product-item h3 {
		font-size: 14px;
		line-height: 125%;
		font-stretch: 125%;
		letter-spacing: 0px;
	}
	#ajax-products-container .product-info-wrapper .product-categories, 
	#ajax-products-container .product-info-wrapper .product-tags,
	.related-products .product-info-wrapper .product-categories, 
	.related-products .product-info-wrapper .product-tags {
		font-size: 12px;
		line-height: 20px;
	}
	#ajax-case-study-container .case-study-listing .case-study-item {
		max-width: 100%;
	}
	.products-used-wrapper {
		gap: 24px 10%;
	}
	.product-used {
		max-width: 45%; 
	}
	.product-used .product-title {
		font-family: 'Mona Sans';
		font-size: 16px;
		font-weight: 700;
		color: #0F1822;
	}
	.showcase-detail-banner img {
		aspect-ratio: 16 / 9;
	}
	.detail-downloads-wrapper {
		flex-direction: column;
		gap: 50px;
	}
	.detail-downloads-wrapper .url-group-wrapper {
		max-width: 100%;
	}
	.ek-video-item {
		max-width: 100%;
	}
/* 	.ek-news-banner {
		flex-direction: column;
		gap: 24px;
	} */
	.ek-news-banner > a {
		flex-direction: column;
		gap: 24px;
	}
	.ek-news-banner img,
	.ek-news-banner .ek-news-banner-content {
		width: 100%;
		max-width: 100% !important;
	}
	.case-study-filters, .ek-news-filters {
		width: 100%;
	}
	#ajax-case-study-container .case-study-listing .case-study-item, #ajax-ek-news-container .ek-news-listing .ek-news-item {
		max-width: 100%;
	}
}

/* ---------------------------------------- EK LABS ---------------------------------------- */


.innovation-thumbnail img {
    min-height: auto !important;
    border-radius: 32px !important;
	aspect-ratio: 12/8  !important;
	object-fit: cover !important;
	width: 100% !important;
	height: auto !important;
}
.ek-lab-dropdown-selected {
    padding: 16px 26px;
    border-radius: 26px;
	font-size: 16px;
	letter-spacing: 0.1em;
}

:root {
	--inno-size: 25px;
}

@media only screen and (max-width: 2000px) {
	:root {
		--inno-size: 23px;
	}
}

@media only screen and (max-width: 1540px) {
	:root {
		--inno-size: 20px;
	}
	.innovation-thumbnail img {
		border-radius: 28px !important;
		aspect-ratio: 12/10  !important;
	}
	.ek-lab-dropdown-selected {
		padding: 16px 26px;
		border-radius: 26px;
		font-size: 15px;
		letter-spacing: 0.1em;
	}
}

@media only screen and  (max-width: 768px) {
	:root {
		--inno-size: 14px;
	}
	.ek-lab-dropdown-selected {
		padding: 14px 22px;
		border-radius: 22px;
		font-size: 13px;
	}
	.innovations-filter {
		margin-top: 40px !important;
	}
	.innovations-grid {
		padding-top: 40px !important;
	}
}



.innovation-title a p {
    font-size: var(--inno-size);
}
.elementor-heading-title {
	/*font-family: "Mona Sans", Sans-serif !important;
    font-size: var(--heading-size) !important;
    font-weight: 500 !important;
    font-stretch: 125% !important;
    line-height: 125% !important;
	padding: 0 !important;
	letter-spacing: 0.05em !important;*/
}
