/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
.hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20%;
	width: 100%;
	z-index: 1;
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.hero .hero-tabs .tab-content .e-con-inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hero .hero-tabs .e-n-tabs-content .tab-content-outer {
	position: absolute;
	display: flex !important;
	opacity: 0;
	transition: all 0.5s ease;
}

.hero .hero-tabs .e-n-tabs-content .tab-content-outer.e-active {
	opacity: 1;
	position: relative;
}

.hero .hero-tabs .e-n-tabs .e-n-tabs-heading button {
	cursor: pointer;
}

.hero .hero-tabs .e-n-tabs .mobile-tabs-dd-toggle {
	display: none;
}

@media screen and (max-width: 481px) {
	
	.hero .hero-tabs .e-n-tabs .mobile-tabs-dd-toggle {
		display: flex;
		gap: 12px;
		justify-content: center;
		align-items: center;
		font-family: spectral;
		font-size: 19px;
		text-transform: uppercase;
		font-weight: 700;
		width: fit-content;
		background-color: transparent;
		border: 0;
		border-radius: 0;
		margin: 0 auto;
		z-index: 100;
		border-bottom: 4px solid #B1D8BB;
		padding: 12px 24px;
	}
	
	.hero .hero-tabs .e-n-tabs .e-n-tabs-heading {
/* 		transition: height 0.3s ease;
		will-change: height;
		height: 0px;
		overflow: hidden; */
		transition: max-height 0.5s ease-in-out;
		max-height: 0;
		overflow: hidden;
	}

	.hero .hero-tabs .e-n-tabs .e-n-tabs-heading.active {
/* 		height: auto;
		overflow: hidden; */
		max-height: 400px; /* set high enough for your largest content */
	}
	
	.hero .hero-tabs .e-n-tabs .mobile-tabs-dd-toggle .icon {
		height: 23px;
		width: 23px;
		background-image: url('/wp-content/uploads/2025/09/icons8-chevron-22.png');
		background-position: center center;
		background-size: contain;
	}
	
	.hero .hero-tabs .e-n-tabs {
		display: flex;
		gap: 0;
	}
	
	.hero .hero-tabs .e-n-tabs-content {
		margin-bottom: 32px;
	}
	
	.hero .hero-tabs .e-n-tabs-content .tab-content-outer .e-con-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
}

.home-s1-col p:last-of-type {
	margin-bottom: 0;
}

.home-s1 .home-s1-col-row .home-s1-col {
	backdrop-filter: blur(23px);
}

.home-s1 .home-s1-col-row .home-s1-col .icon-wrap {
	height: 48px;
	width: 48px;
}

.home-s1 .home-s1-col-row .home-s1-col .icon-wrap .icon {
	height: 100%;
	width: 100%;
}

.home-s1 .home-s1-col-row .home-s1-col .icon-wrap .icon div {
	height: 100%;
	width: 100%;
}

.home-s1 .home-s1-col-row .home-s1-col .icon-wrap .icon div img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

.home-s2 .s2-video-outer {
	justify-content: center;
	align-items: center;
}

.home-s2 .s2-video-outer .s2-video-btn a {
	display: block;
	height: 53px;
	width: 53px;
}

.home-s2 .s2-video-outer .s2-video-btn a img {
	object-fit: contain;
	object-position: center;
}

.home-s3 .home-s3-right .floating-image {
	position: absolute;
	top: 64px;
	left: 0;
}

@media screen and (max-width: 1024px) {
	
	.home-s3 .home-s3-right .floating-image {
		position: relative;
		top: 0;
		left: 0;
	}
	
}

@media screen and (max-width: 481px) {
	
	.home-s3 .home-s3-right .floating-image {
		max-height: 200px !important;
	}
	
}


.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list {
	height: 100% !important;
	overflow: initial !important;
}

.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .ha-slick {
	margin-bottom: 0 !important;
}

.home-s4 .s4-carousel {
	position: relative;
}

.home-s4 .s4-carousel .s4-carousel-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track {
	height: 100% !important;
}

.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track .ha-slick-slide {
	height: 100% !important;
}

.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track .ha-slick-slide .ha-slick-item {
	height: 600px !important;
	width: 100% !important;
	box-shadow: 0 24px 44px 0 #0C25214D;
}

.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track .ha-slick-slide .ha-slick-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1024px) {
	
	.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track .ha-slick-slide .ha-slick-item {
		height: 400px !important;
		width: 100% !important;
	}
	
}

@media screen and (max-width: 481px) {
	
	.home-s4 .s4-carousel .s4-carousel-container .carousel-outer .slick-list .slick-track .ha-slick-slide .ha-slick-item {
		height: 300px !important;
		width: 100% !important;
	}
	
}

.home-s5 .contact-row-item .contact-link a {
	text-decoration: underline;
	transition: all 0.3s ease;
}

.home-s5 .contact-row-item .contact-link a:hover {
	color: #fff;
}
 
.contact-bottom-row .contact-col-item .col-item-text-editor p {
	margin-bottom: 0 !important;
}

.contact-bottom-row .contact-col-item .col-item-text-editor a {
	color: #0C2521;
}

.abt-s2 .abt-s2-row .abt-s2-text ul {
	padding-left: 1rem;
}

.sv-s2 .sv-s2-row .list-side ul {
	padding-left: 1rem;
}

.dev-text-sect ul {
	padding-left: 1rem;
}

.sv-s2 .stats-row .stats-col h3 {
	font-size: 16px; 
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	
	.abt-s2 .abt-s2-row .abt-s2-text ul {
		padding-left: 1rem;
		text-align: left;
		width: fit-content;
		margin: 0 auto 16px auto;
	}
	
	.sv-s2 .sv-s2-row .list-side ul {
		padding-left: 1rem;
		text-align: left;
		width: fit-content;
		margin: 0 auto 16px auto;
	}
	
	.dev-text-sect ul {
		padding-left: 1rem;
		text-align: left;
		width: fit-content;
		margin: 0 auto 16px auto;
	}

}

@media screen and (max-width: 482px) {
	
	.abt-s2 .abt-s2-row .abt-s2-text ul {
		padding-left: 2rem;
	}
	
	.sv-s2 .sv-s2-row .list-side ul {
		padding-left: 2rem;
	}
	
	.dev-text-sect ul {
		padding-left: 2rem;
		text-align: left;
		width: fit-content;
		margin: 0 auto 16px auto;
	}
	
}

/* *****************************
 * SECTION MULTIPLY OVERLAY
 * *************************** */
.bg-overlay-multiply:before {
	mix-blend-mode: multiply !important;
}


/* *****************************
 * SEARCH BAR ROW - like on Blog, Blog Category, Shop
 * *************************** */
.search-col, 
.search-col .site-search,
.search-col .jet-search, 
.search-col .jet-ajax-search,
.search-col .jet-ajax-search__form,
.view-all-col,
.btn-archive-view-all a {
    height: 100% !important;
    width: 100%;	
}
.btn-archive-view-all .elementor-button-wrapper,
.btn-archive-view-all .ha-creative-btn-wrap {
	display: flex;
    width: 100%;
}


/* *****************************
 * PARALLAX SECTION BACKGROUND
 * *************************** */
.section-bg-parallax {
	/* Adjust the Effect */
    transform: translateZ(-1px) scale(1.15); 
    background-position: center !important;
    position: absolute;
}


/* *****************************
 * FIXED BACKGROUND - OVERRIDE SO ALSO FIXED ON MOBILE
 * Add the class bg-fixed to the section - adjust as needed
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}
.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before {
    background-attachment: scroll !important;
    transform: translateZ(0); /* This can help with rendering */
}
html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before {
    background-attachment: fixed !important;
}
@media (max-width: 1040px) {
	.mac .bg-fixed,
	.mac .bg-fixed .elementor-background-overlay,
	.mac .bg-fixed:before,
	.ios .bg-fixed,
	.ios .bg-fixed .elementor-background-overlay,
	.ios .bg-fixed:before {
		background-attachment: scroll !important;
		transform: translateZ(0);
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
}


/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before {
        background-attachment: intial !important;
    }
}

/* OTHERS */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit .elementor-element.e-con::before {
       background-attachment: initial !important;
    }
}


/* *****************************
 * COLUMN GRADIENT - use col-hover and colorX class on the column and change colors below, can add extra classes for different columns w/different colors
 e.g. Z Demo Content Page Custom Hover Image Boxes
 * *************************** */
.col-hover .elementor-widget-wrap.elementor-element-populated {
    background-color: transparent !important;
    background-image: none !important;
	overflow: hidden;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before,
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
	content: "";
    display: block;
    position: absolute;
	margin: 1px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    width: auto;
    height: auto;
	z-index: -1;	
	transition: all .5s ease-out;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:before {
    z-index: -1;
	opacity: 1;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:after {
    z-index: -1;
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:before {
	opacity: 0;
}
.col-hover .elementor-widget-wrap.elementor-element-populated:hover:after {
	 opacity: 1;
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #fff 0%, #99000022 100%);
}
.col-hover.color1 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #99000050;
    background-image: linear-gradient(180deg, #99000022 0%, #fff 100%);	
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:before {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #fff 0%, #aaaaaa22 100%);
}
.col-hover.color2 .elementor-widget-wrap.elementor-element-populated:after {
	background-color: #aaaaaa50;
    background-image: linear-gradient(180deg, #aaaaaa22 0%, #fff 100%);	
}


/* *****************************
 * FOR SECTIONS WITH 2 COLS - 1 FULL WIDTH 1 BOXED WIDTH - on Z Demo Content Pg
 * IMPORTANT!!! Change WIDTH BELOW to the TO THE MAX-WIDTH REM ADDED ABOVE in Site Settings > Layout
 * *************************** */
.full-container-boxed-col,
.alt-cols-full-boxed .boxed-col {
	max-width: calc(106rem / 2); /* set site boxed width & divide by 2 */
}

@media (max-width: 1024px){
	.full-container-boxed-col,
	.alt-cols-full-boxed .boxed-col {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
	}
}


/* *****************************
 * SECTION CONTENT COLUMNS with INNER SECTION with PADDED COLUMNS 
   e.g. Z Demo Content Page - Services We Offer Cols
 * *************************** */
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container,
.section-content-cols.elementor-section.elementor-section-boxed > .elementor-container .inner-section-padded-cols .elementor-container {
	max-width: 77rem !important;
}
.inner-section-padded-cols {
    margin-left: -1rem; 
    margin-right: -1rem;	
}

@media (min-width: 1024px) {
	/* Equal Height */
	.section-content-cols .elementor-column.content-col {
		height: 100% !important;
	}
	.section-content-cols .elementor-inner-section .elementor-column-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .inner-section-padded-cols .elementor-widget-wrap {
		height: 100%;
		flex-direction: column;
	}
	.section-content-cols .elementor-widget-icon {
	    margin-top: auto !important;
		padding: 1rem;
	}
}

@media (max-width: 1024px) {
	/* CONTENT COLUMNS */
	.section-content-cols .content-col.last {
		margin: 0 auto;
	}
}


/* *****************************
 * SECTION 3 COL INSET SHADOWS - like Contact
 * *************************** */
.section-3-cols .col1 {
    border-left: 0px solid #333 !important;
    border-right: 1px solid #000 !important; 
}
.section-3-cols .col2 {
    border-left: 1px solid #333 !important;
    border-right: 1px solid #000 !important;    
}
.section-3-cols .col3 {
    border-left: 1px solid #333 !important;
    border-right: 0px solid #000 !important;
}

@media (max-width:767px) {
    .section-3-cols .col1 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important; 
        border-top: 1px solid #444 !important; 
        border-bottom: 1px solid #000 !important;         
    }
    .section-3-cols .col2 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;
        border-top: 1px solid #444 !important;        
        border-bottom: 1px solid #000 !important;        
    }
    .section-3-cols .col3 {
        border-left: 0px solid #444 !important;
        border-right: 0px solid #000 !important;  
        border-top: 1px solid #444 !important;         
    }   
}

.sp-gallery-area .ha-image-grid__wrap .slick-track {
	height: 100%;
}

.sp-gallery-area .ha-image-grid__wrap .slick-track .slick-slide {
	min-height: 250px !important;
}

.sp-gallery-area .ha-image-grid__wrap .slick-track .slick-slide img {
	height: 100%;
}