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

header#site-header .site-navigation ul.menu li a:hover {
    color: #fff;
}

header#site-header .site-navigation ul.menu li a {
   transition:color 0.2s ease-in-out;
}

@media (min-width:768px){
	img.custom-logo {
		display: none !important;
	}
}

@media (max-width:767px){
	img.custom-logo {
		display: block !important;
	}
	
	.site-header .header-inner {
		flex-direction: row !important;
		padding:0px;
	}
	
	.site-navigation-toggle-holder.elementor-active::before {
		z-index: 998;
	}
	
	.site-header,.site-branding,.custom-logo-link {
		position: relative;
		z-index: 1001;
	}
	
	.site-navigation-dropdown ul.menu li.current-menu-item a {
		background: #FBFBFB!important;
		color: #515151!important;
	}
	
	header#site-header li > a {
		border-radius: 20px !important;
	}
	
	.site-navigation-dropdown {
		margin-top: 90px!important;
	}
	
	.site-navigation-dropdown ul.menu {
		background: transparent;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 90px;
	}
	
	header#site-header .site-header .site-navigation ul.menu li a:hover {
		color: #515151!important;
	}
}

.site-navigation-toggle-holder button:hover, .site-navigation-toggle-holder button:focus {
    background-color: #808080!important;
    color: #fff!important;
	border-color: #808080!important;
}

@media(max-width:767px){
	.site-navigation-toggle-holder.elementor-active {
		position: fixed;
		inset: 0;
		z-index: 999;
	}

	.site-navigation-toggle-holder.elementor-active::before {
		content: "";
		position: fixed;
		inset: 0;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		background-image: url('/wp-content/uploads/2026/02/Group-130160.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1; 
	}

	body:has(.site-navigation-toggle-holder.elementor-active) {
		overflow: hidden;
	}

	.site-navigation-toggle {
		position: relative;
		z-index: 1001;
	}

	.site-navigation-toggle-holder.elementor-active {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.site-navigation-toggle-holder.elementor-active button.site-navigation-toggle {
		position: absolute;
		top: 40px;
		right: 20px;
	}
	
	.site-navigation-toggle-holder.elementor-active .site-navigation,
	.site-navigation-toggle-holder.elementor-active .elementor-nav-menu {
		background: #fff;
		width: 90%;
		max-width: 400px;
		padding: 30px;
		border-radius: 12px;
		z-index: 999;
	}
	
	body:has(.site-navigation-toggle-holder.elementor-active) {
		overflow: hidden;
	}
	
	.site-navigation-toggle-holder {
		padding: 0px;
	}
	
	header#site-header li.current-menu-item > a{
		color: #DF2829!important;
	}
}

header#site-header nav.site-navigation.show {
    background: #515151;
    padding: 19px 37px;
    border-radius: 16px;
	max-width: 1427px !important;
	width:100%;
}

header#site-header{margin:0 20px;}

header#site-header .site-navigation ul.menu li a {
    padding: 0px;
}

header#site-header .site-navigation ul.menu {
    gap: 12px 40px;
    width: 100%;
	justify-content: space-between;
}

header#site-header .site-navigation {
    justify-content: space-around;
}

header#site-header .site-header .site-navigation ul.menu li a {
	transition: all 0.3s ease-in-out;
}

header#site-header .site-header .site-navigation ul.menu li a:hover, header#site-header li.current-menu-item > a{
    color: #fff;
}

@media (max-width:1070px){
	header#site-header .site-navigation ul.menu {
		justify-content: center!important;
	}
}

:is(h1, h2, h3, h4, h5, h6) > span {
    color: #DF2829;
}

.circle-icon::after {
    position: absolute;
    content: url(/wp-content/uploads/2026/02/Group-14.png);
    left: 48.6%;
    top: -8%;
	border:0px;
}

.read-more-btn.is-open {
    color: #808080;
    font-weight: 700;
	margin-bottom:10px;
	font-size:18px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #DF2829;
	font-weight: 700;
	font-size:18px;
}

.read-more-btn img{
    margin-left: 8px;
    margin-bottom: 1px;
}

@media (max-width:1024px){
	.circle-icon::after {
		display:none;
	}
}

.read-more-content {
    display: none;
}

.read-more-content.active {
    display: block;
}

.phase ul {
    padding-left: 20px;
}

.phase ul li{
	word-break: break-word;
	margin-bottom:15px;
}

.phase img{
    margin-left: -15px;
    margin-top: 20px;
}

.one{max-height:565px;}
.two{max-height:370px;}
.three{max-height:270px;}
.four{max-height:405px;}

@media (max-width:1024px){
	
	.phase img{
		margin-left: 0px;
	}
	
	.one::after, .five::after{display:none;}

}
/*
.one::after{
	content:url('/wp-content/uploads/2026/02/Group-14.png'); 
	position:absolute;
	top:45%;
	left:-2%;
}

.five::after{
	content:url('/wp-content/uploads/2026/02/Group-14.png');
	position:absolute;
	top:45%;
	right:-2%;
}
*/
.site-footer.footer-inverted .footer-inner .site-branding {
    text-align: end;
    display: none;
}

.elementor-widget-n-accordion .e-n-accordion-item {
	border: 1px solid #CFCFCF;
	border-radius: 12px;
	transition: background-color 0.3s ease-in-out; 
}

.elementor-widget-n-accordion .e-con-inner p {
    margin-top: -30px;
    margin-bottom: 30px;
}

.e-n-accordion-item-title-text span {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    text-align: left;
    color: #DF2829;
	margin-right:10px;
}

span.e-n-accordion-item-title-icon {
    border: 1px solid #808080;
    padding: 14px;
    border-radius: 24px;
}

.e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    transition: background-color 0.3s ease-in-out; 
}

.e-n-accordion-item-title-text {
    display: flex;
    gap: 0px;
	align-items:top;
}

@media (max-width:1200px){
	.e-n-accordion-item-title-text {
		display: flex;
		gap: 10px;
		align-items:top;
	}
}

@media (max-width:1024px){
	.e-n-accordion-item-title-text span {
		margin-top: -3px!important;
	}
}

@media (max-width:1024px){
	.e-n-accordion-item-title-text {
		font-size: 18px !important;
		line-height:1.2em!important;
	}
}


.page-id-92 > header#site-header, .page-id-92 > footer#site-footer {display:none;}