/* 
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 */


html, body{
	overflow-x: hidden !important;
}

.page-id-1834 .header-section{
	background:  transparent !important;
	box-shadow: unset !important;
}

.header-section{
	background: #fbfbfb !important;
	/* box-shadow: 1px 12px 5px -8px rgb(0 0 0 / 5%); */
	box-shadow: 2px 10px 5px -8px rgb(0 0 0 / 9%) !important;
}



.counter-section .counter-cls .elementor-counter-number{
    background: linear-gradient(to right, #ffffff, #ffffffab) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}

.counter-section .counter-cls .elementor-counter-number-suffix{
    background: linear-gradient(to right, #ffffff, #ffffffab) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}


.pp-posts-loader-wrap{
	display: none !important;
}


/*  */

/* ================================================
 *              portfolio-section
 * ================================================ */

.portfolio-section .pp-post{
	position: relative !important;
}

.portfolio-section .pp-post .pp-post-content-wrap{
	position: absolute !important;
	bottom: 0 !important;
}

.pp-btn{
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-block;
}

.portfolio-section .post-main-loop{
	position: relative !important;
}

/* .portfolio-section .post-content-part{
	position: absolute !important;
	bottom: 22px !important;
	left: 0px !important; 
	transform: translateY(155%) !important;
}


.portfolio-section .post-main-loop:hover .post-content-part{
	position: absolute !important;
	bottom: 22px !important;
	left: 0px !important;
	 
	z-index: 2 !important;
	transform: translateY(0%) !important;
} */

.post-button-part{
	position: absolute !important;
	opacity: 0 !important;
	top: 50% !important;
	transition: 0.5s !important;
	transform: translateY(-50%);
}

.portfolio-section .type-portfolio{
	transition: 0.5s !important;
}

.portfolio-section .type-portfolio:hover .post-button-part{
	 opacity: 1 !important;
	z-index: 2 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.portfolio-section  .post-feature-img-cls a{
	position: relative !important;
}

.portfolio-section  .post-feature-img-cls a:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: 1 !important;
    transition: 0.5s !important;
    background: transparent !important;
    border-radius: 20px !important;
    z-index: 1 !important;
}

.portfolio-section .type-portfolio:hover  .post-feature-img-cls a:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	z-index: 1 !important;
	transition: 0.5s !important;
	background: linear-gradient(180deg, rgb(223 223 223 / 58%) -3.69%, rgb(223 223 223 / 79%) 100%) !important;
	border-radius: 10px !important;
	z-index: 1 !important;
}


/*  */

/* .hero-section .hero-img{
	position: relative !important;
	z-index: 1 !important;
}

.hero-section .hero-img:before {
	content: '';
	position: absolute !important;
	background: #3798f1 !important;
	width: 90%;
	height: 62%;
	left: 56% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	z-index: -1 !important;
	border-radius: 100% !important;
} */


.hero-section .hero-img{
	position: relative;
	z-index: 1;
}

/* First wave (back layer) */
.hero-section .hero-img::before {
	content: '';
	position: absolute;
	background: #9cc9ff; /* light blue */
	width: 95%;
	height: 68%;
	left: 56%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;
	border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
	animation: waveOne 8s ease-in-out infinite;
}

/* Second wave (front layer) */
.hero-section .hero-img::after {
	content: '';
	position: absolute;
	background: #3798f1; /* main blue */
	width: 90%;
	height: 62%;
	left: 56%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 42% 58% 65% 35% / 45% 45% 55% 55%;
	animation: waveTwo 5s ease-in-out infinite;
}

/* Animations */
@keyframes waveOne {
	0% {
		border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
	}
	50% {
		border-radius: 45% 55% 40% 60% / 60% 45% 55% 40%;
	}
	100% {
		border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
	}
}

@keyframes waveTwo {
	0% {
		border-radius: 42% 58% 65% 35% / 45% 45% 55% 55%;
	}
	50% {
		border-radius: 58% 42% 35% 65% / 55% 60% 40% 45%;
	}
	100% {
		border-radius: 42% 58% 65% 35% / 45% 45% 55% 55%;
	}
}



.hero-section .hero-title .elementor-heading-title{
    background: linear-gradient(to right, #2090f6, #0a21e9) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
}



/* industries-serve-id */

.industries-serve-id .industries-col .elementor-icon svg{
	filter: drop-shadow(6px 7px 2px rgb(32 144 246 / 0.4)) !important;
}

.industries-serve-id .industries-col .elementor-icon svg{
	-webkit-animation-name: tada !important;
	animation-name: tada !important;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
	     
} 

.industries-serve-id .industries-col:hover .elementor-icon svg{
	-webkit-animation-iteration-count: infinite; !important
	animation-iteration-count: infinite !important;
}

.industries-serve-id .industries-col{
	transition: 0.5s !important;
	transform: translateY(0) !important;
	top: 0 !important;
}

.industries-serve-id .industries-col:hover{
	transform: translateY(-10px) !important;
}

@keyframes tada {

0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
	
	} 



/*  */


/* services section */
.industries-serve-id .industries-col{
	position: relative !important;
	overflow: hidden !important;
	z-index: 1 !important;
}


.industries-serve-id .industries-col:before{
	position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    height: 0%;
    width: 100%;
    z-index: -1;
    -webkit-transition: .99s cubic-bezier(.68, 1.55, .265, .55);
    -moz-transition: .99s cubic-bezier(.68, 1.55, .265, .55);
    -ms-transition: .99s cubic-bezier(.68, 1.55, .265, .55);
    -o-transition: .99s cubic-bezier(.68, 1.55, .265, .55);
    transition: .99s cubic-bezier(.68, 1.55, .265, .55);
    background-color: #001539;
}

.industries-serve-id .industries-col:hover:before{
	z-index: -1 !important;
	bottom: 0 !important;
	height: 100% !important;
}

.industries-serve-id .industries-col:hover .elementor-icon-box-title{
	color: #fff !important;
}

.industries-serve-id .industries-col:hover .elementor-icon-box-description{
	color: #e1e1e1 !important;
}

.industries-serve-id .industries-col:hover .elementor-icon{
	fill: #ffffff !important;
	color: #ffffff !important;
	border-color: #ffffff !important; 
} 

