/*
Theme Name: alendei-solar Child
Theme URI: #
Template: alendei-solar
Author: Aaryasoftex
Author URI: #
Description: alendei-solaris a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1747821300
*/
@import url('../alendei-solar/style.css');

.elementor-image-box-title{
	padding-left: 15px;
}

.font-gradient{
	background: linear-gradient(90deg, #40A856 0%, #45B8FF 100%) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-button .elementor-button{
    position: relative;
    overflow: hidden;
    z-index: 1;
	margin-top: 10px;
    margin-bottom: 10px
}

.gradient-button .elementor-button:before{
    content: '';
    position: absolute;
    left: -20px;
    top: -100px;
    width: calc(100% + 40px);
    height: calc(100% + 200px);
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 100%);
    z-index: -1;
    animation: rotatebtn 3s linear infinite;
}

@keyframes rotatebtn {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gradient-button .elementor-button:after {
    content: '';
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    background-color: #07080f;
    border-radius: inherit;
    z-index: -1;
	 transition: .5s ease;
}

.gradient-button:hover .elementor-button:after {
	width: 100%;
    transform: scale(1.1); /* Slightly enlarge the background */
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 100%);
}

.font-mid{
	font-weight: 700;
    font-size: 85px;
}
.font-shap{
    font-size: 80px;
    font-weight: 600;
}
.page-title:after {
    content: "";
    position: absolute;
    left: 0; /* Start from the left side */
    bottom: -15px;
    width: 16%; /* Adjust the width as needed */
    height: 3px;
    background: linear-gradient(to right, #40A856, #45B8FF);
    border: none;
}
.other-link .elementor-nav-menu--main .elementor-nav-menu a {
	padding: 13px 0px !important;
}
.nav-dots {
    position: fixed !important;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
  }

  .nav-dots .dot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25px;
    height: 3px;
    margin: 30px 0;
    background: #2A3840;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .nav-dots .dot.active {
    width: 30px;
    /*background: #40A856;*/
    background: linear-gradient(to right, #40A856, #45B8FF);
    /*transform: scale(0.5);*/
    padding-left: 10px;
  }

  .nav-dots .dot.active::before {
    content: attr(aria-label);
    color: #ccc;
    font-size: 15px;
    margin-right: 10px;
    right: 100%;
    white-space: nowrap;
    font-weight: bold;
    transform: scale(1);
    position: absolute;
  }
/* .elementor-nav-menu--main .elementor-item.elementor-item-active {
  border: 1px solid #FDC103;
    box-shadow: 0 0 5px #fdc10300, 0 0 0px #fdc10300, 0 0 5px #fdc10300, 0 0 18px #fdc103;
} */

/* resposive */
/* For desktops (1600px to 1920px) */
@media screen and (min-width: 1600px) and (max-width: 1920px) {
	.main-heading .elementor-heading-title {
		font-size: 55px !important;
	}

}
/* For laptops (between 1440px and 1599px) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
	.main-heading .elementor-heading-title {
		font-size: 40px !important;
	}
	.main-heading .font-mid {
    font-weight: 700;
    font-size: 57px;
}
}

/* For smaller laptops or large tablets (1280px to 1439px) */
@media screen and (min-width: 1280px) and (max-width: 1439px) {
	.main-heading .elementor-heading-title {
		font-size: 35px !important;
	}
	.solar .elementor-widget-image img{
		width: 80%;
	}
	.hybrid .elementor-widget-image img{
		width: 80%;}
	.section1 {
/* 		margin-top: -30px !important; */
		padding-top: 90px !important;
	}
}
/* For tablets (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
		selector.elementor-sticky--effects{
	background: black !important;;
}
	.main-heading .elementor-heading-title {
		font-size:40px !important;
	}
	.main-heading .font-mid {
    font-weight: 700 ;
    font-size: 55px !important;
}
	.nav-dots {
      display: none !important;
    }
	selector.elementor-sticky--effects{
	background: #000 !important;}
}	
@media screen and (min-width: 375px) and (max-width: 767px) {
selector.elementor-sticky--effects{
	background: black !important;}
	
	.nav-dots {
      display: none !important;
    }
	.main-heading .elementor-heading-title {
		font-size: 40px !important;
	}
	.main-heading .font-mid{
    font-size: 40px !important;
}
	.main-heading .font-shap {
    font-size: 40px !important;
}
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background: #fff;
	border: 1px solid #d4d4d4 !important;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #a9a9a9;}
textarea {
    width: 100%;
	height: 130px;
}
.octf-btn.octf-btn-dark {
	border: 1px solid #000000 !important;
    padding: 12.5px 40px;
    background: linear-gradient(90deg, #40A856 0%, #45B8FF 100%) !important;
    /* border-radius: 12px 12px 12px 12px; */
    color: #fff !important;
    text-transform: capitalize;
}
.case .elementor-image-box-title {
    padding-left: 0px;
}