/* 
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 */
/* Default state */
.icon-sec .elementor-icon-box-icon{
	background-color: transparent;
	transition: all 0.4s ease;
}

.icon-sec .elementor-icon-box-wrapper{
	background-color: transparent;
}

/* Hover state */
.icon-sec:hover .elementor-icon-box-icon{
	background-color:#fff !important;
}

.icon-sec:hover .elementor-icon-box-wrapper{
	background-color:#FFEB3B !important;
border-radius:18px;
}
.icon-sec:hover h3{
	color:#000 !important;
}
/* Smooth transition */
.header-sec .e-con-inner{
	transition: all 0.4s ease;
}

/* After scroll sticky */
 .sticky-sec .e-con-inner{
	background: #fff;
	border-radius: 100px;
	padding: 20px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);

}
.sticky-sec .elementor-nav-menu a{
	color: #000 !important;
	transition: color 0.4s ease;
}
/* Button text color change after sticky */
.sticky-sec .login-btn .elementor-button-text{
	color: #000 !important;
	transition: color 0.4s ease;
}
.sticky-sec .login-btn a{
	border-color:1px solid #000 !important;
}
.sticky-sec .elementor-icon svg path{
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(8%) hue-rotate(253deg) brightness(100%) contrast(100%) !important;
}
.line-dot{
	position:relative;
}
.line-dot:before {
    content: '';
    background: url(https://fm-connect1.fortmindz.in/wp-lio-slama/wp-content/uploads/2026/02/dots.png) repeat-y 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 44px;
    background-size: 2px;
    height: calc(90% - 52px);
}
@media only screen and (max-width: 600px) {
 .sticky-sec .e-con-inner{
	background: #fff;
	border-radius: 10px !important;
	padding: 10px;
}
	.hero-sec{
		border-radius:20px;
	}
}

