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

a {
	color: var(--e-global-color-secondary);
}  

a:active, a:hover {
    color: var(--e-global-color-accent);
}

.elementor-widget-text-editor ul:not(:last-child) {
	margin-bottom: 15px;
}

.elementor-widget-button {
	line-height: 1;
}

.elementor-button {
  overflow: hidden;
  position: relative;
	z-index: 1;
}
  
.elementor-button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }

  
.elementor-button:hover:after {
    left: 120%;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Header Section CSS */
/* .header-section.elementor-sticky.elementor-sticky--active {
	min-height: 75px;
}
	
.header-section.elementor-sticky--active.elementor-sticky--effects .ms-site-logo img {
	width: 210px;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.header-section,
.header-section .ms-site-logo img{
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);	
}

.header-section ul.elementor-nav-menu--dropdown a {
	border-left: 0;
} */

@media screen and (max-width: 1024px) {
/* 	.header-section.elementor-sticky.elementor-sticky--active {
		min-height: 75px;
	}
	
	.header-section.elementor-sticky--active.elementor-sticky--effects .ms-site-logo img {
		width: 180px;
	} */
	
/* 	.home-banner {
		position: relative;
		height: calc(100vh - 75px);
	} */
}

/* @media screen and (max-width: 768px) {
	.header-section.elementor-sticky.elementor-sticky--active {
		min-height: 65px;
	}
} */

/* Banner Section CSS */
.banner-slider .banner-animated-text .elementor-headline-text-wrapper {
	display: inline;
} 

.home-slider .swiper .swiper-slide {
	opacity: 0;	
}
.home-slider .swiper .swiper-slide.swiper-slide-active {
	opacity: 1;
	transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-slider .swiper-pagination .swiper-pagination-bullet-active {
	width: 50px;
	border-radius: 50px;
	transition: all 0.5s ease-in-out;
} 

/* New Banner Section CSS */

h1 .small-heading {
	font-size: 40px;
	display: inline-block;
}

.ms-gradient-text {
    background: linear-gradient(90deg, var(--e-global-color-secondary), var(--e-global-color-accent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ms-dynamic-service {
    font-weight: 700;
    color: var(--e-global-color-secondary);
    display: inline-block;
    transition: all 0.5s ease;
}


  /* Carousel Styles */
.ms-hero-visual {
	position: relative;
	display: flex;
	justify-content: center;
}

.ms-glass-card {
/* 	background: rgba(255, 255, 255, 0.4); */
	background: #fff;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 32px;
	padding: 40px;
	width: 100%;
	max-width: 400px;
	aspect-ratio: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	position: relative;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.ms-card-icon {
	width: 220px;
	height: 220px;
	object-fit: contain;
	margin-bottom: 10px;
	transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 1;
    transform: scale(1);
    will-change: opacity, transform;
/* 	filter: drop-shadow(0 20px 30px rgba(0,0,0,0.1)); */
}

.ms-card-icon.is-hidden {
    opacity: 0;
    transform: scale(0.9);
}

#ms-card {
	transition: transform 0.6s ease, opacity 0.6s ease;
}

.ms-card-label {
	text-align: center;
}

.ms-card-subtitle {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	color: #6C757D;
	font-weight: 600;
	margin-bottom: 8px;
	display: block;
	font-family: "DM Sans", Sans-serif;
}

h3.ms-card-title {
	letter-spacing: 0.5px;
	color: var(--e-global-color-secondary);
	font-family: "Poppins", Sans-serif;
}


@media screen and (min-width: 1024px) {
	.main-banner {
		position: relative;
		height: calc(100vh - 70px);
	}
}

/* Step Box CSS */
.step-box {
	position: relative;
}

.logo-svg {
	position: relative;
	overflow: hidden;
}

.logo-svg .elementor-icon-box-icon {
	position: absolute;
	right: -10px;
	bottom: -10px;
  z-index: 0;
	filter: opacity(0.9);
}

.logo-svg .elementor-icon {
	font-size: 100px !important;
} 

.ms-contact-form input.elementor-field::placeholder,
.ms-contact-form .elementor-field::placeholder {
	color: #424242 !important;
	opacity: 0.9 !important;
}

@media screen and (max-width: 768px) {
	.logo-svg .elementor-icon {
		font-size: 60px !important;
	} 
}

/* Search Result page CSS */
.search-result-wraper .elementor-pagination .page-numbers {
    padding: 6px 13px;
	background-color: #4FADE0;
    color: #fff;
    border-radius: 50%;
}

.search-result-wraper .elementor-pagination .page-numbers:hover,
.search-result-wraper .elementor-pagination .page-numbers.current{
	background-color: #1E3D58;
}

.search-result-wraper .elementor-pagination .page-numbers:first-child{
	padding: 6px 15px;
}

.elementor-posts--thumbnail-top.search-result-wraper .elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}

.search-result-wraper .elementor-posts .elementor-post__card .elementor-post__text {
    padding: 30px;
}

.search-no-results .elementor-posts-container.elementor-posts-masonry {
    align-items: center;
    grid-template-columns: 1fr;
}

.wp-singular.single-elementor_library .elementor-posts-container .elementor-post__thumbnail img,
.search-results .elementor-posts-container .elementor-post__thumbnail img{
    height: 230px;
	object-fit: cover;
}

/* Button Popup Form CSS */
.cf-bottom-form label {
	font-size: 14px;
}

.cf-bottom-form .wpcf7-form-control-wrap .wpcf7-form-control {
	margin-top: 7px;
	border-radius: 8px;
    border-color: #e7e7e7;
}

.cf-bottom-form .wpcf7-submit {
	width: 100%;
    border: none;
    border-radius: 8px;
}

.cf-bottom-form form .wpcf7-spinner {
	right: 10px;
    position: absolute;
    margin-top: 15px;
}

/* About page CSS */

@media screen and (max-width: 767px) {
	.bio-wrap .bio-image.elementor-absolute {
		position: relative;
	}
}


 
