/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Preloader CSS */
body:not(.elementor-editor-active):not(.elementor-editor-preview){
	opacity: 0;
}
body.elementor-editor-active #custom-preloader{
	display: none;
}
#custom-preloader {
	position: fixed;
	inset: 0;
	background: #126CB6;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}



#custom-preloader img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;

	transform: translate(-50%, calc(-50% + 100vh));
	animation: logoIntro 2s ease forwards;
	animation-delay: 1.5s;
}

@keyframes logoIntro {
	0% {
		transform: translate(-50%, calc(-50% + 100vh));
	}

	50% {
		transform: translate(-50%, -50%);
	}

	100% {
		transform: translate(-160%, -50%);
	}
}


.loaderLogo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100px;
	font-size: 60px;
	line-height: 65px;
	color: white;
	font-weight: 500;

	opacity: 0;
	transform: translate(-40%, -50%);

	animation: logoText 1s ease forwards;
	animation-delay: 3.5s; /* 🔥 sync with logo move-left */
}

@keyframes logoText {
	from {
		opacity: 0;
		transform: translate(-40%, -50%);
	}

	to {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}


/* ==== */

/* Header */
.elementor-location-header {
	transform: translateY(-100%);
	transition: transform 1s cubic-bezier(.22,1,.36,1);
}

.elementor-location-header.show {
	transform: translateY(0);
}

body.elementor-editor-active .elementor-location-header, 
body.elementor-editor-preview .elementor-location-header {
	transform: translateY(0) !important;
	transition: transform 1s cubic-bezier(.22,1,.36,1) !important;
}

.animateConUp{
	transform: translateY(100%);
	transition: transform 1s cubic-bezier(.22,1,.36,1);
}

body.elementor-editor-active .animateConUp, 
body.elementor-editor-preview .animateConUp{
	transform: translateY(0) !important;
	transition: transform 1s cubic-bezier(.22,1,.36,1) !important;
} 

.animateConUp.show{
	transform: translateY(0%);
}

.animateConFade{
	opacity: 0;
}

body.elementor-editor-active .animateConFade, 
body.elementor-editor-preview .animateConFade{
	opacity: 1 !important;
	transition: opacity 1s ease !important;
}
.animateConFade.show{
	opacity: 1;
	transition: opacity 1s ease;
}
/* == */


.polygonSection {
	position: relative;
	overflow: hidden;
	height: 100vh;
}



/* default state */
.polygonSection::after {
	content: '';
	position: absolute;
	inset: 0;

	background-image: url("https://tow.47tech.llc/wp-content/uploads/2026/01/thunder-scaled-1.svg");
	width: 100vw;
	height: 100vh;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

	/*     transform: scale(1); */
	transform-origin: center;
	transition: transform 1s ease-in-out;

	will-change: transform;
	pointer-events: none;

	transform: translateZ(0) scale(1);

	backface-visibility: hidden;
	transform-style: preserve-3d;
}

.polygonSec1,
.polygonSec2 {
	display: flex;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.8s ease, visibility 0.8s ease;
}

.polygonSec1.is-active,
.polygonSec2.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


/* clicked state */
.polygonSection.is-scaled::after {
	transform: translateZ(0) translateY(370px) scale(5);
	animation: scaleThenHeight 2.3s ease-in-out forwards;
}
@keyframes scaleThenHeight {
	0% {
		height: 100vh;
	}

	75% {
		height: 100vh;
	}

	100% {
		height: 100.01vh;
	}
}



.dividerLine {
	height: 3px;
	width: 100px;
	background-color: var(--e-global-color-1e98cd8);
	border-radius: 100%;
	margin-right: 0;
	margin-left: auto;
}

.elementor-button-icon{
	transform: rotate(330deg);
}
header{
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 100%;
}
.myHeader{
	background: rgba(0,0,0,0.2);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}



.sol-col-3 {
	clip-path: polygon(
		27% 0%,
		100% 0%,
		100% 100%,
		7% 100%,
		36% 32%
	);
	width: 98%;
	margin-left: -100px;
}

.sol-col-1{
	clip-path: polygon(
		0% 0%,
		118% 0%,
		100% 54%,
		75% 104%,
		0% 118%
	);
	width: 68%;
	margin-right: -150px;
}

.sol-col-2 *{
	overflow: visible !important;
}
.sol-col-2{
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) scale(1.25);
}


.myTestimonials .swiper-slide:not(.swiper-slide-next) *{
	opacity: 0.6;
}
.myTestimonials .swiper-slide-next{
	background-color: rgb(255, 255, 255, 0.05) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}
.elementor-testimonial__text > span{
	display: block;
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 32px;
}
.myTestimonials .swiper-pagination{
	bottom: -50px !important;
	display: flex;
	justify-content: center;
	gap: 0px !important;
	width: 30%;
	left: 50%;
	transform: translateX(-50%);
}
.myTestimonials .swiper-pagination-bullet{
	border-radius: 100px; 
	height: 2px;
	flex: 1;
	margin: 0px !important;
} 



/* 
.mediaSlider .elementor-main-swiper{
border-radius: 30px;
border: 2px solid var( --e-global-color-primary );
}


.mediaSlider .elementor-swiper-button{
z-index: 0 !important;
}
.mediaSlider .elementor-swiper-button{
background-color: rgb(255, 255, 255, 0.15);
width: 55px;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 100px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}

.mediaSlider .elementor-swiper-button::before{
background-image: linear-gradient(
45deg,
#15151582 0%,
#ffffff1f 100%
);
width: 85px;
height: 120px;
position: absolute;
content: '';
border-radius: 100px;
left: -15px;
border: 1px solid rgba(255,255,255,0.2);
z-index: -1;

}
.mediaSlider .elementor-swiper-button-prev{
left: -55px !important;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.mediaSlider .elementor-swiper-button-next{
right: -55px !important;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.mediaSlider .elementor-swiper-button-prev::after{
content: "⟵";
color: white;
z-index: 2;
left: 10px;
position: relative;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.mediaSlider .elementor-swiper-button-prev::before{
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.mediaSlider .elementor-swiper-button-next::before{
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.mediaSlider .elementor-swiper-button-prev svg,
.mediaSlider .elementor-swiper-button-next svg{
display: none;
}
.mediaSlider .elementor-swiper-button-next::after{
content: "⟶";
color: white;
z-index: 2;
right: 10px;
position: relative;
}


.elementor-custom-embed-play svg{
display: none;
}
.elementor-custom-embed-play{
background-color: rgb(255, 255, 255, 0.15);
border-radius: 100px;
padding: 22px 55px;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
color: white;
z-index: 0;
}
.elementor-custom-embed-play::before{
content: 'Play Video';
color: white;
text-transform: uppercase;
font-size: 20px;
}
.elementor-custom-embed-play::after{
content: '▶';
color: white;
}


.mediaSlider .elementor-carousel-image{
position: relative;
}
.mediaSlider .elementor-carousel-image::after{
background-image: linear-gradient(
0deg,
#126CB61A 0%,
#126CB64D 100%
);
left: 0px;
top: 0px;
width: 100%;
height: 100%;
content: '';
position: absolute;
}
*/

.customVideoSlider .video-wrap,
.customVideoSlider .video-wrap * {
	border-radius: 30px !important;
	display: flex;
}

.customVideoSlider .video-wrap {
	border: 2px solid var(--e-global-color-primary);
}


.customVideoSlider .swiper-button-prev::after,
.customVideoSlider .swiper-button-next::after{
	display: none;
}
.customVideoSlider .swiper-button-prev,
.customVideoSlider .swiper-button-next{
	background-color: rgb(255, 255, 255, 0.15) !important;

}
.customVideoSlider .swiper-button-prev{
	content: "⟵";
	background-image: linear-gradient(45deg, #15151582 0%, #ffffff1f 100%);
	width: 85px;
	height: 90px;
	position: absolute;
	content: '';
	border-radius: 100px;
	left: -55px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 0;
	color: white;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.customVideoSlider .swiper-button-prev::before{

	background-image: linear-gradient(45deg, #15151582 0%, #ffffff1f 100%);
	width: 85px;
	height: 120px;
	position: absolute;
	content: '';
	border-radius: 100px;
	left: -15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.customVideoSlider .swiper-button-next{
	content: "⟵";
	background-image: linear-gradient(45deg, #15151582 0%, #ffffff1f 100%);
	width: 85px;
	height: 90px;
	position: absolute;
	content: '';
	border-radius: 100px;
	right: -55px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 0;
	color: white;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.customVideoSlider .swiper-button-next::before{
	background-image: linear-gradient(45deg, #15151582 0%, #ffffff1f 100%);
	width: 85px;
	height: 120px;
	position: absolute;
	content: '';
	border-radius: 100px;
	right: -15px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: -1;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}


/* Contact Page */
.conForm textarea{
	border-radius: 20px !important;
}

.conForm button{
	margin-top: 20px;
}

/* Calculator */
div#solutionTableWrapper {
	height: 150px;
	overflow: auto;
}
.solution-table {
	opacity: 0;
	transform: translateY(12px);
	max-height: 0;
	overflow: hidden;
	transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.5s ease;
}

.solution-table.show {
	opacity: 1;
	transform: translateY(0);
	max-height: 1000px; /* large enough for table */
}
table#solutionTable {
	text-align: left;
}

.csv-btn {
	background: #000;
	color: #fff;
	padding: 10px 18px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.csv-btn:hover {
	opacity: 0.85;
}
.calc-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.calc-field label {
	font-size: 16px;
	color: var(--e-global-color-secondary);
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
}
.calc-field input,
.calc-field select {
	width: 100%;
	padding: 14px 16px;
	border-radius: 110px;
	border: 1px solid var(--e-global-color-e1e06fc);
	background: #F8F8F8;
	font-size: 16px;
	font-weight: 500;
	outline: none;
}

.calc-field .itemHeading {
	font-size: 30px;
	font-family: 500;
	color: var(--e-global-color-secondary);
	margin-top: 40px;
}
.total-box .itemHeading{
	font-weight: 500;
	margin-top: 20px;
}
.total-box .calc-field{
	display: flex;
	gap: 50px;
	place-items: center;
	align-self: center;
	place-self: center;
}
.total-box .calc-row{
	grid-template-columns: repeat(2, 1fr);
	width: 80%;
	margin: 0 auto;
}
.total-box .calc-row input{
	width: fit-content;
	padding: 25px 10px;
	border-radius: 20px;
	border: 1px solid #0E426D;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	color: var(--e-global-color-secondary);
	width: 40%;
}

/* Blog Single Page */
body.single-post .elementor-widget-theme-post-content a{
	color: var(--e-global-color-02d5e0b);
	text-decoration: underline;
	font-weight: bold;
}

/* About Us Page */
.blurCons {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
}
.imagesHeading img{
	margin-bottom: -10px;
}
.gradientHeading .elementor-counter-number,
.gradientHeading .elementor-counter-number-suffix,
.gradientHeading .elementor-heading-title {
	background: linear-gradient(180deg, #ffffff 0%, #999999 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

/* Services Details */
.serIconBoxes .elementor-icon-list-icon{
	display: flex;
	background: var(--e-global-color-02d5e0b);
	justify-content: center;
	align-items: center;
	padding: 15px !important;
	border-radius: 10px;
}
.serIconBoxes .elementor-icon-list-icon svg{
	margin: 0 !important;
}
.serIconBoxes .elementor-icon-list-item{
	gap: 15px;
}

/* Footer */
.footerServices .elementor-post__title a{
	transition: all .3s ease;
}
.footerServices .elementor-post__title a:hover{
	color: var(--e-global-color-primary) !important;
}


@media (min-width: 1025px){
	.servicesLoop .elementor-loop-container {
		display: flex;
	}

	.servicesLoop .e-loop-item {
		flex: 1;
		transition: flex 0.5s ease-in-out;
		overflow: hidden;
		position: relative;
	}

	/* Card grow */
	.servicesLoop .e-loop-item:hover {
		flex: 2.3;
	}

	/* Excerpt default (hidden) */
	.servicesLoopExcerpt {
		position: absolute; /* keep constant */
		display: flex;
		max-height: 0;
		max-width: 0;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		transform: translateY(12px);
		bottom: 10px;
		transition:
			max-height 0.6s ease,
			max-width 0.6s ease,
			opacity 0.5s ease,
			transform 0.5s ease;
	}

	/* Show excerpt smoothly */
	.servicesLoop .e-loop-item.is-hovered .servicesLoopExcerpt {
		max-height: 300px;
		max-width: 100%; /* control width */
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		display: flex;
		position: relative;
	}
	.servicesLoop .e-loop-item.is-hovered .servicesLoopButton{
		display: flex;
	}
	.servicesLoop .e-loop-item.is-hovered .servicesLoopLink{
		display: none;

	}
}


@media screen and (max-width: 1366px){
	.polygonSection.is-scaled::after {
		background-position: 0 60px !important;
		transform: scale(5.5);
	}
}
@media (max-width: 1024px) {
	.total-box .calc-row {
		width: 100%;
	}
	.resHeroImgBox .elementor-image-box-wrapper{ 
		flex-direction: column !important;
	}
	.resHeroImgBox .elementor-image-box-img{
		margin-left: 0 !important;
		margin-right: auto !important;
	}
	.sol-col-3 {
		clip-path: unset;
		width: 100%;
		margin-left: 0px;
	}

	.sol-col-1{
		clip-path: unset;
		width: 100%;
		margin-right: 0px;
	}
	.mediaSlider .elementor-swiper-button-prev{
		left: 0px !important;
	}
	.mediaSlider .elementor-swiper-button-next{
		right: 0px !important;
	}
	.myTestimonials .swiper-slide:not(.swiper-slide-next) *{
		opacity: 1;
	}
	.myTestimonials .swiper-slide{
		background-color: rgb(255, 255, 255, 0.05) !important;
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}
	.polygonSection.is-scaled::after {
		background-position: center center !important;
		transform: scale(12);
	}


	.customVideoSlider iframe{
		height: 400px;
	}
	.video-wrap{
		width: 80%;
		margin: 0 auto;
	}
	.customVideoSlider .swiper-button-prev::before{
		left: -12px;
	}
	.customVideoSlider .swiper-button-prev{
		left: 0;

	}
	.customVideoSlider .swiper-button-next::before{
		right: -12px;
	}
	.customVideoSlider .swiper-button-next{
		right: 0;
	}
}

@media (max-width: 768px) {
	.calc-row {
		grid-template-columns: 1fr;
	}

	.total-box .calc-row {
		grid-template-columns: repeat(1, 1fr);
	}
	.total-box .calc-field{
		gap: 20px;
		justify-content: space-between;
	}
	.total-box .calc-field .itemHeading{
		font-size: 24px;
	}
	.calc-field .itemHeading{
		margin-top: 0px !important;
	}
	.total-box .calc-row input{
		padding: 14px 10px;
	}
	.myTestimonials .swiper-slide {
		padding: 20px !important;
	}
	.myTestimonials .swiper-pagination{
		bottom: -20px !important;
	}
	.mediaSlider .elementor-swiper-button{
		display: none !important;
	}
	.elementor-custom-embed-play{
		padding: 12px 25px;
	}

	.elementor-custom-embed-play::before{
		font-size: 14px;
	}
	.sol-col-2{
		transform: translate(-50%, -50%) scale(1);
	}
	.polygonSection.is-scaled{
		height: auto;
	}
	.heroItemList .elementor-inline-items {
		width: 100%;
	}
	.customVideoSlider iframe{
		height: 200px;
	}

	.video-wrap{
		width: 80%;
		margin: 0 auto;
	}
	.customVideoSlider .swiper-button-prev::before{
		left: 0px;
		display: none;
	}
	.customVideoSlider .swiper-button-prev{
		left: 0px;
		width: 40px;
		transform: translateY(-20px);

	}
	.customVideoSlider .swiper-button-next::before{
		right: 0px;
		display: none;

	}
	.customVideoSlider .swiper-button-next{
		right: 0;
		width: 40px;
		transform: translateY(-20px);
	}
}