/* **********************************************************
 * SECTION COLUMN STYLES
 * ******************************************************** */
 
/* *****************************
 * JUPITERX MAIN TO OVERFLOW HIDDEN FOR FLOATING IMAGES Like on SERVICES Page
 * *************************** */
.jupiterx-site {
	overflow-x: hidden;
}


/* *****************************
 * SECTION MULTIPLY and OVERLAY on the OVERLAY LAYER
 * *************************** */
.bg-overlay-multiply:before {
	mix-blend-mode: multiply !important;
}
.bg-overlay-overlay:before {
   mix-blend-mode: overlay !important;
    opacity: 0.6; 
    pointer-events: none;
    z-index: 1;    
}


/* *****************************
 * BACKGROUND BLUR
 * *************************** */
.bg-blur,
.header-wrapper.bg-blur,
.jet-mega-menu-item__sub-wrapper,
.jet-mega-menu-sub-menu__list,
.jet-mega-menu-wrapper .sub-menu,
.jet-mega-menu-wrapper .jet-mega-menu__list li .sub-menu,
.jet-mega-menu-wrapper .sub-menu .sub-menu {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);	
}


/* *****************************
 * 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
 * Applied to .bg-fixed AND our specific .hero overlay
 * *************************** */
.bg-fixed,
.bg-fixed .elementor-background-overlay,
.bg-fixed:before,
.hero:before {
    background-attachment: fixed !important;
    transform: translateZ(1);
}

.ios .bg-fixed,
.ios .bg-fixed .elementor-background-overlay,
.ios .bg-fixed:before,
.ios .hero:before {
    background-attachment: scroll !important;
    transform: translateZ(0);
}

html:not(.ios) .bg-fixed,
html:not(.ios) .bg-fixed .elementor-background-overlay,
html:not(.ios) .bg-fixed:before,
html:not(.ios) .hero:before {
    background-attachment: fixed !important;
}

@media (max-width: 1040px) {
    .mac .bg-fixed,
    .mac .bg-fixed .elementor-background-overlay,
    .mac .bg-fixed:before,
    .mac .hero:before,
    .ios .bg-fixed,
    .ios .bg-fixed .elementor-background-overlay,
    .ios .bg-fixed:before,
    .ios .hero:before {
        background-attachment: scroll !important;
        transform: translateZ(0);
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }
}

/* ******************************
 * FIXED BACKGROUND - APPLE LANDSCAPE TWEAK
 * *************************** */
/* SAFARI & OTHERS - Fixed "intial" typo to "initial" */
@media only screen and (orientation: landscape) {
    .e--ua-appleWebkit.e--ua-safari .elementor-element.e-con::before,
    .e--ua-appleWebkit .elementor-element.e-con::before,
    .hero: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;         
    }   
}




/* *****************************
 * SMASH BALLOON FREE GOOGLE REVIEWS
 * *************************** */
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* Forces items onto one line */
    overflow-x: scroll !important;   /* Enables the scroll */
    scroll-snap-type: x mandatory;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    min-width: 0; 
    padding-bottom: 20px !important; /* EDITED: Added padding for all browsers to ensure bar space */
}
.google-reviews [id^=sb-reviews-container-] .sb-post-item-wrap {
    flex: 0 0 85% !important; /* EDITED: Changed from 48% to 85% to show "Peek" of next card */
    min-width: 85% !important;
    flex-shrink: 0 !important; /* Prevents cards from squishing to fit */
    scroll-snap-align: center;
    display: flex !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.google-reviews [id^=sb-reviews-container-] .sb-post-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    width: 100% !important;	
    flex-grow: 1;
}
.google-reviews [id^=sb-reviews-container-] .sb-item-author-name, 
.google-reviews [id^=sb-reviews-container-] .sb-item-author-date {
	color: #FFF !important;
	font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw) !important;
}
.google-reviews [id^=sb-reviews-container-] .sb-item-text,
.google-reviews [id^=sb-reviews-container-] span.sb-more {
	color: #FFF !important;
	font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)) + max(0px, ((100vw - 1920px) * 0.0125))), 100vw) !important;
	margin-top: 1rem !important;
}
.google-reviews [id^=sb-reviews-container-] .sb-item-rating {
    margin: auto 0 0 0 !important;
    padding-top: 2rem !important;
}
.google-reviews [id^=sb-reviews-container-] .sb-item-rating-icon svg {
	fill: #FFF;
}
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::after {
	display: none;
}

@media (min-width: 1024px) {
    .google-reviews [id^=sb-reviews-container-] .sb-post-item-wrap {
        flex: 0 0 31% !important; /* EDITED: Changed from 32% to 31% to show a "Peek" on desktop */
        min-width: 31% !important;
    }
}

@media (max-width: 768px) {
    .google-reviews [id^=sb-reviews-container-] .sb-post-item-wrap {
        flex: 0 0 90% !important; /* EDITED: Changed from 100% to 90% so user sees the next card edge */
        min-width: 90% !important;
    }
}


/* STYLE SCROLLBAR */
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::-webkit-scrollbar {
    height: 10px;
    display: block !important; /* EDITED: Added !important to force visibility */
}
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05); /* Track background */
    border-radius: 10px;
}
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5); /* Thumb */
    border-radius: 10px;
}
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.9) !important; /* Brighten on Hover */
}

/* Fixes gray color when clicking/dragging */
.google-reviews [id^=sb-reviews-container-] .sb-feed-posts::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.9) !important;
}

/* Modern Browsers (Firefox only fallback) */
/* We wrap this so Chrome doesn't see it and disable your WebKit hover rules */
@supports not selector(::-webkit-scrollbar) {
    .google-reviews [id^=sb-reviews-container-] .sb-feed-posts {
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.05);
        padding-bottom: 25px !important; /* EDITED: Increased for Firefox visibility */
    }
}



/* *****************************
 * ELFSIGHT GOOGLE REVIEWS
 * *************************** */
.es-review-container .es-review-background-container {
	border: 1px solid #FFF;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-shadow: 0 0px 10px rgb(0 0 0 / 10%);
	margin: 5px;
}
.es-review-container .es-review-align-container {
	margin-left: 0;
}
/* 
.es-bullets-control-container {
	width: 90% !important;
}
.es-bullets-control-item {
	width: 16px !important;
	min-width: 16px !important;
	height: 16px !important;
	transform: scale(1);
}
.es-bullets-control-item-active {
	width: 16px;
	min-width: 16px;
	height: 16px;	
} */



/* *****************************
 * SECTION FLOATING IMAGE - like Services Page
 * *************************** */
@media (max-width: 1024px) {
	.container-floating-img-txt .txt-wrapper {
		box-shadow: 0 0 14px #00000015;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);			
	}
	.col-floating-img-l {

	}
	.col-floating-img-r {


	}
}


/* *****************************
 * HOME SERVICE CARDS
 * *************************** */
@media (min-width: 1201px) {
	.home-service-cards .ha-hover-box-wrapper {
		min-height: 50vh !important;
	}
}
