/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Dog and Rooster
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.smooth-back-to-top-button{z-index: auto;}

.fixed-btn-width a{width: 230px !important;}

.post-password-required{
	height: 500px;
    position: relative;
    padding-top: 200px;
	background: #F9FBFE;
	margin: 0 20px;
}

.post-password-form [type=submit]{
	background-color: #96BB33;
    font-family: "Hedvig Letters Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	fill: #141414;
    color: #141414;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #96BB33;
    border-radius: 0px;
}

.post-password-form [type=submit]:hover{
	background-color: #96BB33;
    color: #FFFFFF;
}

.salesforce-form input[type="checkbox"]{
	display: inline-block;
    vertical-align: middle;
}

.salesforce-form input[type="submit"]{
	background-color: #96BB33;
    color: #141414;
	font-family: "Hedvig Letters Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	border-width: 1px 1px 1px 1px;
    border-color: #96BB33;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
}

.salesforce-form input[type="submit"]:hover{
	background-color: #96BB33;
    color: #fff;
}

.speak-expert-btn{
	display: block !important;
    background-color: #96BB33;
    margin: 20px 20px 0 !important;
}

.speak-expert-btn a{
	display: block !important;
	text-align: center !important;
}

.mobile-navigation ul li a{justify-content: space-between;}

.page-header,
.page-header h1{
	display: none;
}

.elementor-nav-menu--main ul li ul li a,
.elementor-nav-menu--main ul li ul li a:hover{border: none;}

.page-content a{
	text-decoration: none !important;
}

.icon-chevron-right-circle{
	color: #96BB33;
}

header{
	position: absolute;
    width: 100%;
}

.product-card .elementor-widget-image{width: 100%;}

.homepage_slider .e-con-inner{
	align-items: normal !important;
	justify-content: end !important;
}

.homepage-slider .elementor-swiper-button-prev{
	right: 50% !important;
    left: auto !important;
    transform: translate(495px, 0) !important;
    top: auto !important;
    bottom: 15px !important;
}

.homepage-slider .elementor-swiper-button-next{
	left: 50% !important;
    right: auto !important;
    transform: translate(500px, 0) !important;
    top: auto !important;
    bottom: 15px !important;
}

.homepage-slider .elementor-widget-loop-carousel{height: 100vh;}

.hero-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* explicit height, not just min-height */
    overflow: hidden;
}

.hero-wrapper .swiper-slide{
	height: 100vh !important;
}

.hero-wrapper .elementor-loop-container,
.hero-wrapper .swiper,
.hero-wrapper .swiper-slide img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    object-fit: cover;
}

.hero-static-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
}

.hero-static-content .elementor-button,
.hero-static-content a {
    pointer-events: auto;
}

/* Gradient overlay on each card */
.project-card {
    position: relative;
    overflow: hidden;
}

.project-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.1) 60%,
        transparent 100%
    );
    z-index: 0;
    pointer-events: none;
}

/* Text above overlay */
.project-card .e-con-inner {
    position: relative;
    z-index: 1;
    padding: 20px 10px;
}

/* Category label */
.project-card .project-category a,
.project-card .project-category {
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 4px;
}

/* Project title */
.project-card .project-title {
    color: #ffffff !important;
    font-size: 22px;
    margin: 0;
    line-height: 1.3;
}



/* ================================
   FEATURED PROJECTS GRID LAYOUT
   ================================ */

/* Step 1: Kill Elementor's grid variable */
.projects-grid.elementor-widget-loop-grid,
.projects-grid .elementor-widget-container,
.projects-grid .elementor-loop-container {
    --grid-columns: unset !important;
    --grid-template-columns: unset !important;
    --grid-rows: unset !important;
}

/* Step 2: Define the asymmetric grid */
.projects-grid .elementor-loop-container {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    grid-template-rows: 255px 255px 290px !important;
    gap: 6px !important;
    flex-wrap: unset !important;
    align-items: unset !important;
}

/* Step 3: Reset all items */
.projects-grid .elementor-loop-container > .e-loop-item {
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Step 4: Assign grid positions */

/* Card 1 — Large left */
.projects-grid .elementor-loop-container > .e-loop-item:nth-of-type(1) {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
}

/* Card 2 — Top right */
.projects-grid .elementor-loop-container > .e-loop-item:nth-of-type(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
}

/* Card 3 — Bottom right */
.projects-grid .elementor-loop-container > .e-loop-item:nth-of-type(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
}

/* Card 4 — Full width */
.projects-grid .elementor-loop-container > .e-loop-item:nth-of-type(4) {
    grid-column: 1 / 3 !important;
    grid-row: 3 !important;
}

/* Step 5: Make inner containers fill full height */
.projects-grid .elementor-loop-container > .e-loop-item > .elementor,
.projects-grid .elementor-loop-container > .e-loop-item .e-con,
.projects-grid .elementor-loop-container > .e-loop-item .project-card {
    height: 100% !important;
    min-height: 100% !important;
}

.head-table-two{background-color: #4F6B04 !important;}
.head-table-three{background-color: #96BB33 !important;}

.col-the-challenge{
	background-color: rgba(175, 175, 175, 0.23) !important;
}

.col-the-challenge .td-content-wrapper{text-align: center !important;}

.col-traditional-concrete{
	background-color: rgba(175, 175, 175, 0.15) !important;
	font-family: Inter !important;
}

.col-srs-systems{
	background-color: rgba(175, 175, 175, 0.05) !important;
	font-family: Inter !important;
}




/* ================================
   MODAL OVERLAY
   ================================ */
.pmodal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.pmodal-overlay.active {
    display: flex;
}

/* ================================
   MODAL CONTAINER
   ================================ */
.pmodal-container {
    background: #ffffff;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: auto;
    max-height: 80%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    max-height: 1000vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ================================
   CLOSE BUTTON
   ================================ */
.pmodal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255,255,255,0.9);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: background 0.2s ease;
}

.pmodal-close:hover {
    background: #ffffff;
}

/* ================================
   CONTENT GRID
   ================================ */
.pmodal-content {
    display: flex !important;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

/* ================================
   LEFT COLUMN
   ================================ */
.pmodal-left {
    padding: 30px 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 auto;
    overflow-y: auto;
    width: 400px;
}

.pmodal-label {
    font-size: 18px;
	font-family: Inter;
    color: #000;
    display: block;
    margin-bottom: 6px;
}

.pmodal-title {
    font-size: 25px;
	font-family: "Hedvig Letters Serif";
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.pmodal-left hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 0 0 20px 0;
}

.pmodal-product,
.pmodal-location {
    font-size: 20px;
	font-family: "Hedvig Letters Serif";
    color: #000;
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-weight: 400;
}

/* ================================
   RIGHT COLUMN
   ================================ */
.pmodal-right {
    position: relative;
    overflow: hidden;
	background: #f0f0f0;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pmodal-image {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: opacity 0.3s ease;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

/* ================================
   MOBILE
   ================================ */
@media (max-width: 767px) {
    .pmodal-overlay {
        padding: 0;
        align-items: flex-end;
    }

    .pmodal-container { width: 90%;}
    .pmodal-left {padding: 28px 24px;}
    .pmodal-title {font-size: 20px;}
	
	.pmodal-arrows{width: 90% !important;}
	
	.e-con.e-flex.homepage-products-content{--flex-wrap: initial !important;}
}

.pmodal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.pmodal-overlay.active {
    display: flex;
}

.pmodal-arrows {
    display: block;
    align-items: center;
    margin-top: 20px;
	text-align: right;
}

.pmodal-prev,
.pmodal-next {
    background: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: opacity 0.2s;
    display: inline;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    padding: 0px 16px 0px 13px;
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.pmodal-prev:hover,
.pmodal-next:hover,.pmodal-prev:focus,
.pmodal-next:focus{
	background-color: #fff;
	color: #000;
}

.pmodal-prev:disabled,
.pmodal-next:disabled {
    opacity: 0.3;
    cursor: default;
}

.project_case_studies .elementor-image-box-wrapper{
	display: block !important;
}

.project_case_studies .elementor-image-box-content{
	padding: 20px !important;
}

.pfilter-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.pfilter-dropdowns {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: initial;
}

#filter-product-used,
#filter-product-type {
    border: 1px solid #ddd;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    min-width: 160px;
    appearance: auto;
}

#pfilter-count {
    font-size: 14px;
    color: #333;
}

#filter-clear {
    font-size: 14px;
    color: #333;
    text-decoration: underline !important;
    cursor: pointer;
}


/* Grid */
.pgrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.pgrid-card {
    background: white;
    overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.pgrid-card.pgrid-card--visible {
	opacity: 1;
	transform: translateY(0);
}

/* Loading spinner shown while the next batch is "loading" */
.pgrid-loader {
	display: none;
	justify-content: center;
	align-items: center;
	padding: 32px 0;
	grid-column: 1 / -1; /* span full width if grid is used */
}
.pgrid-loader--active {
	display: flex;
}
.pgrid-loader__spinner {
	width: 28px;
	height: 28px;
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-top-color: currentColor;
	border-radius: 50%;
	animation: pgrid-spin 0.8s linear infinite;
}
@keyframes pgrid-spin {
	to { transform: rotate(360deg); }
}

/* Image */
.pgrid-image {
    width: 100%;
	height: 240px;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.pgrid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.pgrid-card:hover .pgrid-image img {
    transform: scale(1.03);
}

/* Info */
.pgrid-info {
    padding: 15px;
}

/* Title */
.pgrid-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.3;
    color: #1a1a1a;
	font-family: "Hedvig Letters Serif", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #000000;
}

/* Product */
.pgrid-product {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
	font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

/* View Project link */
.view-project-btn {
    /*display: inline-flex; */
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #1a1a1a;
    text-decoration: none;
	font-family: "Hedvig Letters Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #000;
}

.vp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    font-size: 10px;
}

.view-project-btn:hover {
    opacity: 0.7;
}

/* Responsive */
@media (min-width: 2000px){
	.pmodal-container{width: 1750px;}
	.pmodal-image{
		width: 100%;
		height: 100% !important;
	}
	.pmodal-arrows{
		width: 1750px;
		max-width: 1750px;
	}
	
}
@media (max-width: 1799px){
	.pmodal-left{width: 350px;}
	.pmodal-arrows{width: 1385px;}
}

@media (max-width: 1400px){
	.pmodal-arrows{width: stretch;}
}

@media (max-width: 768px) {
    .pgrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .pgrid {
        grid-template-columns: 1fr;
    }
	
	.services-logo .elementor-image-gallery figure.gallery-item{
		width: 50%;
	}
	
	.homepage-products-cards img{height: 300px !important;}
}

.services-logo .elementor-image-gallery figure.gallery-item{
	margin: 22px 0px !important;
    vertical-align: middle;
}

/* Wrapper */
.dprocess-wrap {
    display: flex;
    align-items: stretch;
    gap: 48px;
    font-family: 'Inter', sans-serif;
}

/* Left */
.dprocess-tabs {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Heading */
.dprocess-heading {
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

/* Tab Item */
.dprocess-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 16px;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 4px;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.10);
    border-radius: 0;
}

.dprocess-tab:hover {
    background: #f5f5f5;
}

.dprocess-tab.active {
    background: #8db83a;
}

.dprocess-tab.active .dprocess-num,
.dprocess-tab.active h3,
.dprocess-tab.active p {
    color: #000;
}

/* Number */
.dprocess-num {
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 70px;
    font-weight: 400;
    color: #96BB33;
    line-height: 1;
    min-width: 80px;
    transition: color 0.2s;
}

/* Title */
.dprocess-text h3 {
    font-family: 'Hedvig Letters Serif', serif;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    transition: color 0.2s;
}

/* Description */
.dprocess-text p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
    transition: color 0.2s;
}

/* Right Slider */
.dprocess-slider {
    flex: 1;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

/* Slides wrapper — stacks images on top of each other */
.dprocess-slides-wrap {
    position: relative;
    width: 100%;
}

/* All images stacked, only active one visible */
.dprocess-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
}

.dprocess-slide-img.active {
    opacity: 1;
    position: relative;
}

/* Arrows */
.dprocess-arrows{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 9;
}

.dprocess-prev,
.dprocess-next {
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: opacity 0.2s;
    display: inline;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    padding: 0px 12px 0px 12px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.dprocess-prev:hover,
.dprocess-next:hover,
.dprocess-prev:focus,
.dprocess-next:focus{
    background-color: transparent;
    color: #fff;
}

.dprocess-prev:disabled,
.dprocess-next:disabled {
    opacity: 0.7 !important;
    cursor: default;
}

/* Responsive */
@media (max-width: 768px) {
    .dprocess-wrap {
        flex-direction: column;
    }
    .dprocess-num {
        font-size: 48px;
        min-width: 56px;
    }
}

.bcolors-wrap {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: normal;
}

.bcolors-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 120px;
}

.bcolors-item img {
	width: 120px;
	height: auto;
	object-fit: contain;
	display: block;
}

.bcolors-label {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #333;
	margin: 0;
}

.bcalc-wrap {
	display: flex;
	flex-wrap: wrap;
}

.bcalc-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}


.drawings-wrap {
	width: 100%;
	font-family: 'Inter', sans-serif;
}

.drawings-section {
	margin-bottom: 40px;
}

.drawings-title {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 28px;
	font-weight: 400;
	color: #000;
	margin-bottom: 8px;
}

.drawings-table {
	width: 100%;
	border-collapse: collapse;
}

.drawings-table thead tr {
	background-color: #d6e8f5;
}

.drawings-th-name {
	width: 85%;
	padding: 10px 16px;
}

.drawings-th-pdf {
	width: 15%;
	padding: 10px 16px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
}

.drawings-row {
	border-bottom: 1px solid #e0e0e0;
}

.drawings-row:nth-child(even) {
	background-color: #f9f9f9;
}

.drawings-file-name {
	padding: 12px 16px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.drawings-file-pdf {
	padding: 12px 16px;
	text-align: center;
}

.drawings-file-pdf img {
	width: 20px;
	height: auto;
	display: inline-block;
}



.faq-wrap {
	width: 100%;
	font-family: 'Inter', sans-serif;
}

.faq-item {
	border-bottom: 1px solid #e0e0e0;
}

.faq-question {
	width: 100%;
	background: none;
	border: none;
	padding: 20px 0;
	font-family: "Hedvig Letters Serif";
	font-size: 18px;
	color: #000;
	text-align: left;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	text-wrap: auto;
}

.faq-question:hover,
.faq-question:focus{
	color: #8db83a;
	background-color: transparent;
}

.faq-icon {
	font-size: 22px;
	color: #8db83a;
	flex-shrink: 0;
	line-height: 1;
}

.faq-answer {
	padding: 0 0 20px 0;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}

.faq-answer p {
	margin: 0;
}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{background-color:#fff !important;}

.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover{background-color: #fff !important;}

@media (max-width: 1130px){
	.homepage-slider .elementor-swiper-button-prev{
		transform: translate(430px, 0) !important;
	}
	
	.homepage-slider .elementor-swiper-button-next{
		transform: translate(450px, 0) !important;
	}
	
	.bcolors-item{width: 105px;}
	.bcolors-label{font-size: 11px;}
}

@media (max-width: 1024px){
	.mobile-navigation .elementor-nav-menu{height: 100vh;}
	
	.homepage-slider .elementor-swiper-button-prev{
		transform: translate(375px, 0) !important;
	}
	
	.homepage-slider .elementor-swiper-button-next{
		transform: translate(390px, 0) !important;
	}
	
	.pmodal-container{max-height: 100%;}
	.pmodal-content{flex-direction: column-reverse;}
}

@media (max-width: 900px){
	.homepage-slider .elementor-swiper-button-prev{
		transform: translate(310px, 0) !important;
	}
	
	.homepage-slider .elementor-swiper-button-next{
		transform: translate(325px, 0) !important;
	}
}

@media (max-width: 768px){
	.homepage-slider .elementor-swiper-button-prev{
		transform: translate(0) !important;
		right: 52% !important;
	}
	
	.homepage-slider .elementor-swiper-button-next{
		left: 52% !important;
		transform: translate(0) !important;
	}
	
	.projects-grid .elementor-loop-container{
		display: block !important;
	}
	
	.projects-grid .elementor-loop-container > .e-loop-item{
		height: 380px !important;
		margin: 0 0 15px 0 !important;
	}
}


/* Make entire card clickable */
.mc-card {
    position: relative;
    cursor: pointer;
}

.mc-card .ekit-btn-wraper {
    position: static;
}

.mc-card .ekit-wid-con {
    position: static;
}


/* Project Detail Page Tab Section */
.dtabs-nav {
	display: inline-flex;
    flex-wrap: wrap;
    gap: 13px;
}
.dtabs-nav-btn {
	color: #000 !important;
	padding: 10px 25px !important;
    font-family: "Hedvig Letters Serif" !important;
    font-size: 20px !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: #F9FBFE !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10) !important;
}
.dtabs-nav-btn.is-active {
	background: #fff !important;
}
.dtabs-panel {
	display: none;
	background: #F9FBFE;
	padding: 40px 20px;
}

.dtabs-panel.is-active {
	display: block;
    position: relative;
    background: #fff;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}


.contact-form form span input,
.contact-form form span select,
.contact-form form span textarea {margin-top: 10px !important;}




/* 16:9 responsive video */
.smart-video {
    position: relative;
    width: 100%;
    /*height: 220px; */
	aspect-ratio: 16 / 9; 
    overflow: hidden;
}

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

.media-center-videos .elementor-widget-shortcode,
.media-center-videos .elementor-widget-shortcode .elementor-widget-container,
.media-center-videos .elementor-shortcode {
    width: 100%;
}

@supports not (aspect-ratio: 16 / 9) {
    .smart-video {
        padding-top: 56.25%;
        height: 0;
    }
}

.wpcf7-form label{margin-bottom: 10px !important;}
.wpcf7-form br {display: none !important;}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea,
.wpcf7-form select{
	background-color: rgb(249,251,254) !important;
}

.pgallery-thumbs > * {
    flex: 1;
}

.project-case-study-item figure.elementor-image-box-img{display: block !important;}

#filter-product-type:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.products_related_post{justify-content: center;}