/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 04:49:21 */
 .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 {
    border-radius: unset !important;
}

tbody {
	background: #fff !important;
	color: #000;
}

/* table {
	background: var(--global-palette1);
	font-weight: 400;
}
thead {
	color: #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;
}

.kb-button.kt-btn-size-standard.btn-test-data{
    padding-left: 0 !important;
    min-height: unset !important;
}

.kb-button.kt-btn-size-standard.btn-test-data:hover {
	 padding: 0 !important;
}

.kb-button.kt-btn-size-standard.btn-link-sub {
	padding-left: 40px !important;
	min-height: unset !important;
}

.kb-button.kt-btn-size-standard.btn-link-sub:hover {
	padding-right: 40px !important;
}

.sub-product-card h2.wp-block-kadence-advancedheading {
    font-size: 24px;
	line-height: 24px;
	text-decoration: none !important;
}

.sub-product-card a {
	text-decoration: none !important;
}

.sub-product-card a.wp-block-post-excerpt__more-link {
    background-color: #0029fa;
    padding: 10px 20px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}


.sub-product-card .kb-query-item {
    position: relative;
    overflow: hidden;
}

.sub-product-card .kb-query-item .subproduct-img {
    position: static;
    width: 100%;
    max-height: 200px;
    margin: 0;
    transition: opacity 0.3s ease !important;
}

.sub-product-card .kb-query-item .hover-3d-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-height: 200px;
    margin: 0;
    opacity: 0 !important;
    z-index: 3;
    transition: opacity 0.3s ease !important;
    display: block !important;
    box-sizing: border-box;
}

.sub-product-card .kb-query-item .hover-3d-img img{
    width: 100%;
    height: 100%;
	max-height: 200px;
    object-fit: fill;
    display: block;
}

.sub-product-card .kb-query-item .subproduct-img img {
	width: 100%;
    height: 100%;
	max-height: 200px;
    object-fit: cover;
    display: block;
}

.sub-product-card .kb-query-item:hover .subproduct-img {
    opacity: 0 !important;
}

.sub-product-card .kb-query-item:hover .hover-3d-img {
    opacity: 1 !important;
}
.sub-product-card .kb-query-item .hover-3d-img .kb-is-ratio-image,
.sub-product-card .kb-query-item .subproduct-img .kb-is-ratio-image {
    width: 100%;
    height: 200px;
	padding: unset;
    position: relative;
}

.sub-product-card .kb-query-item .hover-3d-img.kb-image-is-ratio-size {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* File Drawings */

.file-drawings-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.file-drawings-list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.file-drawings-item {
    border-bottom: 1px solid #e9ecef;
}

.file-drawings-item:last-child {
    border-bottom: none;
}

.file-drawings-link {
    display: flex;
    align-items: center;
    padding: 1rem 1.2rem;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    background: transparent;
}

.file-drawings-link:hover {
    background: #e3f2fd;
    color: #1976d2;
    transform: translateX(4px);
}

.file-icon {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.file-title {
    flex: 1;
    font-weight: 500;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-ext {
    margin-left: 8px;
    font-size: 0.8rem;
    color: #78909c;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 480px) {
    .file-drawings-link {
        padding: 0.8rem;
        font-size: 0.95rem;
    }
    .file-icon {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .file-title {
        font-size: 0.9rem;
    }
}

@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;
	}
}
