/**
Theme Name: Solar hub
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solar-hub
Template: astra
*/


a{
	text-decoration: none !important;
}
a:focus{
	outline: unset !important;
}
input:focus{
	border-style: solid !important;
}
.ast-container {
    max-width: 100% !important;
    padding: 0;
    margin: 0;
}
.ast-container .primary{
	margin: 0 auto !important;
	padding: 0px !important;
}
.ast-container .primary .elementor-location-single{
	padding: 0px !important;
}
.error-404{
	background-color: transparent !important;
}

/*=========================== Menu Css Start =======================*/

.main-menu-list ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff; 
    font-weight: bold;
    transition: color 0.4s ease-in-out;
}
.main-menu-list ul .menu-item-has-children a{
	display: flex !important;
}

.main-menu-list ul li a:hover,  
.main-menu-list ul li .elementor-item-active {
    background: linear-gradient(45deg, #F48B20, #FFDF00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-menu-list ul li a::after,
.main-menu-list ul li .elementor-item-active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #F48B20, #FFDF00);
    transition: width 0.4s ease-in-out;
}

.main-menu-list ul li a:hover::after,  
.main-menu-list ul li .elementor-item-active::after {
    width: 100%;
}
.main-menu-list .sub-menu li{
	border-bottom: 2px solid #fff !important;
}
.main-menu-list .sub-menu li a{
	padding: 40px 40px 40px 20px !important;
}

/*=========================== Menu Css End =======================*/

/*=========================== Btn Css Start =======================*/

.main-btn .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1; /* Ensures text stays above the background */
}

.main-btn .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
/*     left: -100% !important; */
    width: 100%;
    height: 100%;
    background: #2c2c2c; /* Background animation color */
    z-index: 0; /* Keeps background behind text */
    transition: transform 0.5s ease-in-out;
    transform: translateX(-101%);
}

.main-btn .elementor-button:hover::before {
    transform: translateX(0) !important;
	z-index:9;
}

.main-btn .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #2C2C2C;
    z-index: 0;
    transition: transform 0.5s ease-in-out;
    transform: translateX(100%);
}

.main-btn .elementor-button:not(:hover)::after {
    transform: translateX(0);
}


.main-btn .elementor-button:hover .elementor-button-text {
    color: #fff;
	z-index: 9;
}

.main-btn .elementor-button-icon{
	margin-top: 1px;
}
.main-btn .elementor-button:hover .elementor-button-icon {
    z-index: 9;
}
.main-btn .elementor-button:hover .elementor-button-icon svg path {
   fill: #fff;
}

.black-main-btn .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1; 
}

.black-main-btn .elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%); 
    z-index: 0; 
    transition: transform 0.5s ease-in-out;
    transform: translateX(-100%);
}

.black-main-btn .elementor-button:hover::before {
    transform: translateX(0) !important;
    z-index:9;
}

.black-main-btn .elementor-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%);
    z-index: 0;
    transition: transform 0.5s ease-in-out;
    transform: translateX(100%);
}

.black-main-btn .elementor-button:not(:hover)::after {
    transform: translateX(0);
}

.black-main-btn .elementor-button:hover .elementor-button-text {
    color: #fff;
    z-index: 9;
}

.black-main-btn .elementor-button-icon{
	margin-top: 1px;
}

.black-main-btn .elementor-button:hover .elementor-button-icon {
    z-index: 9;
}
.black-main-btn .elementor-button:hover .elementor-button-icon svg path {
   fill: #fff;
}



/*=========================== Btn Css End =======================*/

/* .icon-hover-width ul .elementor-icon-list-item{
	width: 100%;
    background-size: 20% 100%, cover;
    background-repeat: no-repeat;
    background-image: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%);
    padding: 10px 18px;
    border-radius: 6px;
	-webkit-transition: all 1s ease-in-out;
  	transition: all 1s ease-in-out;
}
.icon-hover-width ul .elementor-icon-list-item:hover{
	width: 100%;
	background-size: 100% 100% !important;
	padding: 10px 20px;
	animation: expandWidth 1s forwards;
} */

.home-counter .elementor-counter{
	text-align: center !important;
}

.icon-hover-width ul .elementor-icon-list-item a:before {
	width: 50px;
	height: 100%;
	border-radius: 6px;
	background: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 0.55);
}
.icon-hover-width ul .elementor-icon-list-item a:hover::before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 6px;
}

.icon-hover-width ul .elementor-icon-list-item a .elementor-icon-list-icon {
  width: 50px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	padding:0 !important;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.icon-hover-width ul .elementor-icon-list-item a .elementor-icon-list-text{
	z-index: 9;
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1) !important;
	transform: translateX(10px);
}
.icon-hover-width ul .elementor-icon-list-item a:hover .elementor-icon-list-text {
	transform:translatex(-10px);
}


/*=========================== Icon Hover Css Start =======================*/


.home-hover-icon {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.home-hover-icon:hover .elementor-icon {
    animation: hangEffect 1.5s ease-in-out infinite alternate;
}

@keyframes hangEffect {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}


/*=========================== Icon Hover Css End =======================*/

.service-img img {
    display: inline-block;
    transform-origin: top center; 
    transition: transform 0.4s ease-in-out;
}

.service-img:hover img {
    transform: scale(1.15);
}
.ft-title .elementor-heading-title{
	background: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%);
    background-clip: text !important;
    color: transparent;
}
.rating-img{
	text-align: right;
	margin-bottom: 10px;
}
.web-form .elementor-button{
	background-image: linear-gradient(120deg, #f48b20 0%, #ffdf00 100%) !important;
}

@media (min-width: 768px) and (max-width: 1200px){
	.web-form .e-form__buttons{
		width: 50% !important;
	}
}

/* @media (max-width: 767px){
	.rating-img{
	text-align: center;
	margin-bottom: 10px;
} */
}