/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 15 2025 | 04:05:54 */
 .title-hero-home .line-mask {
	overflow: visible;
}


.invert-section .timeline-content .wp-block-kadence-advancedheading {
	line-height: 40px;
}

.timeline::before {
	left: 50% !important; 
    transform: translateX(-50%) !important;
}

.end-timeline::before {
    left: 50% !important; 
    transform: translateX(-50%);
    right: unset;
    width: fit-content;
}

.grid-product li.kb-query-item {
    height: max-content;
}

.key-applications ul.wp-block-kadence-repeatertemplate {
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}


/* table {
	background: var(--global-palette1);
	font-weight: 400;
}
thead {
	color: #fff;
}
tbody {
	background: #fff;
}
tbody td, thead th {
	padding: 5px;
	text-align: center;
} */
.table-headings-left th {
	background: var(--global-palette1);
	color: #fff;
}
.table-align-left th, .table-align-left td {
	text-align: left;
}
.table-small-text th, .table-small-text td {
	font-size: 14px;
}

/* Product Tabs */

/* .product-tabs table {
	color: #000;
} */
/* 
.product-tabs table tbody tr {
	border: 1px solid #f5f5f5;
}


.product-tabs p {
	color: #101820 !important;
}
 */

.product-tabs .kt-tabs-title-list li {
    margin-bottom: 0px !important;
}

/*
.gallery-img .kb-splide:nth-child(1) .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
	border-radius: 30px !important;
	padding-bottom: 10px !important;
}
*/
.gallery-img .kb-splide[data-slider-dots=true] {
    margin-bottom: 0px !important;
}

.wp-block-kadence-dynamichtml.kb-dynamic-html {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


@media (min-width: 1920px) {
	.banner-text-img {
		max-width: 40vw;
	}
}

@media (min-width: 2600px) {
	.banner-text-img {
		max-width: 25vw;
	}
}

@media (max-width: 1280px) {
	.banner-text-img .kt-row-column-wrap {
		max-width: 40vw;
	}
	
	.banner-fix:has(.hero-video-intro) .banner-text-img .kt-row-column-wrap {
	  width: 100%;
	  max-width: 100vw;
	  min-height: unset;
	}
	
	.product-tabs .kt-tabs-title-list li {
		margin-bottom: 5px !important;
	}
	.circular-background-behind:not(:has(.circular-image)) {
	  position: unset !important;
	  right: 0 !important;
	}
	.circular-background-behind .hero-video-intro {
		left: 0;
		position: relative;
	}
}

@media (max-width: 767px) {
	.banner-text-img .kt-row-column-wrap {
		max-width: 70vw !important;
	}
}
