/* 
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 {scroll-behavior:smooth}

/* Elementor Overwrite CSS */
p:last-child,
ol:last-child,
ul:last-child {
	margin-bottom:0 !important;
}
.elementor-icon-wrapper {
	display:flex;
}
.elementor-button-icon svg[fill="none"] {
	fill:none !important;
}

/* Header */
header.elementor-location-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
	
	&.header_sticky {
		background-color:#ffffff !important;
		
		path.c {
			fill:#024D7F;
		}
			ul.elementor-nav-menu {
				a.elementor-item-anchor,
				a.elementor-item-active,
				a.elementor-item {
				color:#111111 !important;
					&:after {
						background-color:#111111 !important;
					}
			}
		}
	}
	
	@media (max-width:1024px) {
		background-color:#ffffff !important;
		path.c {
			fill:#024D7F;
		}
			ul.elementor-nav-menu { a.elementor-item-anchor,
				a.elementor-item-active {
				color:#111111 !important;
					&:after {
						background-color:#111111 !important;
					}
			}
		}
		.elementor-widget-html svg {
			width:140px;
			max-width:140px;
		}
	}
}

.Primary-color{
	color:var(--e-global-color-primary);
}
.Soft-color{
	   color: var(--e-global-color-45c5952)!important;
}

.ma_hero {
	position:relative;
	&:after {
		content:"";
		background: #ffffff;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		height:100px;
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		z-index:1;
		@media (max-width:600px) {
			height:40px;
		}
	}
}

.ma_overflow_visible .swiper {
	overflow:visible;
}
.Ma_card-hover{
	&:hover{
		svg rect{
			fill:var(--e-global-color-primary);
		}
		path{
			stroke:white;
		}
	}
}

.Ma_transition-img {
	.elementor-widget-image {
		border-radius:12px;
		overflow:hidden;
	}
	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
		cursor:pointer;
	}
	&:hover {
		img{
			transform: scale(1.06);
		}
	}
}

.ma_service_item:hover {
	background-color:var(--e-global-color-8d3202c) !important;
	cursor:pointer;
	svg {
		rect {fill:#FFFFFF}
		path {stroke:#024D7F}
	}
}

.ma_list_hover a {
	width:auto;
	span.elementor-icon-list-text {
		line-height:28px !important;
		display:inline-block;
		position:relative;
		&:after {
			content:"";
			background-color:#ffffff;
			width:0;
			height:1px;
			position:absolute;
			left:0;
			bottom:0;
			transition:all ease-in-out 0.2s;
		}
	}
	&:hover span.elementor-icon-list-text:after {
		width:100%;
	}
}

.ma_cta_1 {
	background-size:auto 100%;
	background-position:100% 100%;
	@media (max-width:1024px) {
		background-size:auto 250px;
		background-position:50% 100%;
	}
	@media (max-width:600px) {
		background-size:auto 250px;
		background-position:0 100%;
	}
}

@media (min-width:1025px) {
	.MA_Position{
		position:absolute;
		right:0;
		bottom:0;
	}
	.ma_hide_on_desktop {
		display:none !important;
	}
}