/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1746180922
Updated: 2025-05-02 10:15:22

*/
.gbl-header.elementor-sticky--effects{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.gbl-header.elementor-sticky {
	background-color: #fff;
}

.header-btn .elementor-button-icon svg {
	width: 32px;
}

.banner-phone .elementor-icon-list-items {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-align: center;
}

.banner-phone .elementor-icon-list-items, .social-list .elementor-icon-list-items{
	margin-left: 30px !important;
}

/*Down Arrow animation*/
:root {
	--base: 0.9rem;
}
.arrow-container{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: -35px;
}

.chevron {
	position: absolute;
	width: calc(var(--base) * 3.5);
	height: calc(var(--base) * 0.8);
	opacity: 0;
	transform: scale(0.3);
	animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
	animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 50%;
	background: #155c8e;
}

.chevron:before {
	left: 0;
	transform: skewY(30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skewY(-30deg);
}

@keyframes move-chevron {
	25% {
		opacity: 1;
	}
	33.3% {
		opacity: 1;
		transform: translateY(calc(var(--base) * 3.8));
	}
	66.6% {
		opacity: 1;
		transform: translateY(calc(var(--base) * 5.2));
	}
	100% {
		opacity: 0;
		transform: translateY(calc(var(--base) * 3.8)) scale(0.5);
	}
}
/*Down Arrow animation*/
/*gear icon rotate*/
@keyframes rotate180 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

/*.imagerotate {
animation: rotate180 15s linear infinite;
}*
/*gear icon rotate*/
.cta-sec span{
	font-size: 50px;
	font-weight: 600;
}
background-ruler {
	background-repeat: repeat-x;
	background-position: bottom;
}

.big-text {
	position: relative;
	display: block;
	font-size: 150px;
	line-height: 1;
	letter-spacing: 8px;
	background-image: url(/wp-content/uploads/2025/06/freepik-2149057695.jpg);
	color: transparent;
	background-position: center;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	text-align: center;
}

.big-text .special-text {
	-webkit-text-stroke: 1px #155c8e;
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
	text-align: center;
}

.stroke-text {
	-webkit-text-stroke: 1px #1f2428;
	font-size: 150px;
	line-height: 1;
	letter-spacing: 8px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.floating-content{
	position: absolute !important;
	right: 0;
	top: 50%; 
	transform: translate(0%, -50%);
}
.floating-content-left{
	position: absolute !important;
	left: 0;
	top: 50%; 
	transform: translate(0%, -50%);
}
/* Shutter effect */
.button-hover .elementor-button {
	position: relative;
	overflow: hidden;
}
.button-hover .elementor-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #4682B4;
	transition: left 0.5s ease;
	z-index: 0;
}

.button-hover .elementor-button:hover::before {
	left: 0; 
}
.button-hover .elementor-button-content-wrapper {
	position: relative;
	z-index: 1;
}
/* Shutter effect */

/*Gravity Form*/
.quote-for-a-machine_wrapper
{
	display: block !important;
}
.gform_wrapper.gform-theme--foundation .gform_fields {
    column-gap: 12px !important;
    row-gap: 15px;
}

.gform_wrapper .gfield input {
    outline:0 !important;
    padding: 8px 12px;
    height: 45px;
}
.gform_wrapper .gfield textarea{
	outline:0 !important;
} 

.gform_button {
    background: #155C8E !important;
    border-radius: 8px !important;
    font-family:'Inter';
}


/**/

/*Responsive*/
@media (max-width: 768px) {
	.list-icon-right .elementor-icon-list-items .elementor-icon-list-item {
		flex-direction: row-reverse;
		justify-content: flex-start !important;
		gap: 5px;
	}
}
@media (max-width: 767px) {
	.stroke-text {
		font-size: 80px;
	}

	.floating-content, .floating-content-left {
		position: unset !important;
		transform: translate(0%, 0%);
	}

	.big-text{
		font-size: 60px;
		line-height: 75px;
	}

}