/*
Theme Name: Solar
Author:Dev
Description: A custom theme based on an HTML template.
Version: 1.17
Text Domain: solar
*/
.grecaptcha-badge{
	display: none !important;
}
#service .img-fluid {
    height: 300px;
}

.custom-logo {
    max-height: 50px;
    width: auto;
}
.header-section{box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* horizontal, vertical, blur, color */
  z-index: 1000; /* ensures it's above other elements */
  position: relative; /* needed if not already set */}
.custom-logo-link{padding:10px 30px;}
.navbar-dark{display:block!important}
.carousel-caption{background: linear-gradient(180deg,rgba(2, 22, 26, 1) 0%, rgba(2, 23, 11, 0.44) 50%, rgba(0, 0, 0, 0) 100%)!important;}

.darknav{background: linear-gradient(180deg, #49CB0A 0%, #146915 100%)!important;}
.navbar .callButtonBox{
	margin-left: 30px;
}
.navbar .callButtonBox .callbtn{
	background: rgba(219, 240, 222, 1);
	border-radius: 6px;
	padding: 12px 24px 10px;
	gap: 8px;
	display: flex;
	align-items: center;
}
.navbar .callButtonBox .callbtn .numberBox{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.navbar .callButtonBox .callbtn .numberBox .expertText{
	font-size: 13px;
    line-height: 100%;
    text-align: left;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.7);
    font-family: 'Roboto';
}
.navbar .callButtonBox .callbtn .numberBox .number{
	font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
    color: rgba(53, 104, 59, 1);
    font-family: 'Roboto';
}
.footer-map iframe {
    width: 100%;
    height: 300px!important;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}


.page-banner{height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;}

.page-banner-overlay{    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;   
}
.page-banner-title{text-align:center}
.page-banner-title h1{    display: inline-block;
    background: rgba(000, 000, 000, .6);
    color: #fff;
    padding: 18px 30px;
    border-radius: 40px 0px 40px 0px;}

h2, .h2{    padding: 20px 0px;}
hr{margin-top:2rem!important}

@media (max-width: 768px) {
	    h1, .h1 {
        font-size: calc(1.375rem + 0.5vw);
    }
	.page-banner{height: 150px;}
	
	
	.darknav{display:flex !important;}
	.custom-logo{max-height: 50px;}
	
	.custom-carouselslides{    margin-top: 66px;    padding-bottom: 0px !important;
    margin-bottom: 0px !important;}
	
	.custom-carouselslides .carousel-fade .carousel-item{height: 325px !important;
    min-height: 325px !important;}
	.custom-carouselslides .carousel-fade .carousel-item img{height: 325px;}
	.custom-carouselslides .carousel-fade .carousel-caption h4{font-size:20px}
	.custom-carouselslides .carousel-fade .carousel-caption h3{font-size:16px}
	 .custom-carouselslides .carousel-control-next, .custom-carouselslides .carousel-control-prev{display:none}
	
}









/* About */
.section .mainTitle{
	font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
}
.section .highlight-heading{
	font-size: 16px;
    color: rgba(53, 104, 59, 1) !important;
}
.aboutSection{
	background-color: rgba(231, 240, 233, 1);
	padding: 104px 0;
}
.aboutSection .leftImg{
	position: relative;
}
.aboutSection .leftImg img{
	max-width: 466px;
}
.aboutSection .leftImg .happyClients{
	width: 300px;
	height: auto;
	border-radius: 16px;
	background: rgba(53, 104, 59, 1);
	padding: 28px 25px;
	position: absolute;
	bottom: 46px;
	right: 0;
	transition: .3s;
	box-shadow: 10px 10px 16px 2px #35683b42;
}
.aboutSection .leftImg .happyClients > .row{
	gap: 15px 12px;
	flex-wrap: nowrap;
}
.aboutSection .leftImg .happyClients p{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0px;
}
.aboutSection .leftImg .happyClients h3{
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0%;
	margin-bottom: 0px;
}
.aboutSection .right{
	padding-left: 50px;
}

.aboutSection .right h2{
	font-weight: 700;
	font-style: Bold;
	font-size: 40px;
	line-height: 100%;
	color: rgba(0, 0, 0, 1);
	padding-top:0;
}
.aboutSection .right h5{
	font-size: 16px;
	color: rgba(53, 104, 59, 1) !important;
	text-transform: uppercase;
}
.aboutSection .right p{
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #4e4e4e;
	margin-bottom: 24px
}
.aboutSection .btnbox{
	padding-top: 16px;
}
.aboutSection .btnbox p{
	margin-bottom: 48px;
}
.aboutSection .btnbox .btn{
	width: fit-content;
	border-radius: 10px;
	border: 2px solid rgba(53, 104, 59, 1);
	color: rgba(53, 104, 59, 1);
	padding: 12px 42px;
	font-weight: 700;
	font-size: 16px;
}
.aboutSection .btnbox .btn:hover{
	background-color: rgba(53, 104, 59, 1);
	color: #fff;
}
.aboutSection .bottomRow{
	padding-top: 127px;
	text-align:center;
}
.aboutSection .bottomRow .img{
	padding-bottom: 40px;
}

.aboutSection .bottomRow .bottomCol p{
	font-family: Roboto;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: rgba(120, 120, 120, 1);
	margin-bottom: 8px;
}
.aboutSection .bottomRow .bottomCol p strong{
	font-family: Roboto;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	color: rgba(60, 59, 59, 1);

}
/* About */

/* Services */
.section{
	padding: 100px 0;
	overflow: hidden;
}
.servicesSection .services{
	padding:0 55px;
}
.servicesSection .services .upper{
	text-align: center;
	padding-bottom: 100px;
}
.servicesSection .services .upper .mainTitle{
	margin-bottom: 10px;
}
.servicesSection .services .upper p{
	font-weight: 400;
	font-size: 16px;
	color: rgba(120, 120, 120, 1);
	margin:0;
}
.servicesSection .services .service{
	position: relative;
	margin-bottom: 20px;
}
.servicesSection .services .service .overlayBox{
	position: absolute;
	top: 0;
	left:15px;
	width: 100%;
	max-width: calc(100% - 30px);
	height: 100%;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	color: rgba(255, 255, 255, 1);
}
.servicesSection .services .service .overlayBox .serial{
	font-weight: 500;
	font-size: 30px;
	line-height: 24px;
	color: rgba(255, 255, 255, 1);
}
.servicesSection .services .service .overlayBox .text{
	margin-top: auto;
	transition: .2s ease;
	transition-delay: .2s;
}
.servicesSection .services .service:hover .overlayBox .text{
	margin-bottom: 10px;
}
.servicesSection .services .service .overlayBox .text p{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	color: rgba(255, 255, 255, 1);
	letter-spacing: -0.3px;
}
.servicesSection .services .service .overlayBox .text h3{
	font-weight: 500 !important;
	font-size: 26px;
	line-height: 30px;
	color: rgba(255, 255, 255, 1);
}
.servicesSection .services .service .img{
	margin: auto;
	width: fit-content;
	overflow: hidden;
	border-radius: 16px;
}
.servicesSection .services .service .img img{
	transition: .2s ease-in-out;
}
.servicesSection .services .service:hover .img img{
	transform: scale(1.05);
}
@media(min-width: 1441px){
	.servicesSection .container-fluid{
		max-width: 1140px;
	}
	.servicesSection .services{
		padding: 0;
	}
}
/* services */


/* faq */
.faqSection .whySwitchBox .card-body .list .item{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding-bottom: 20px;
}
.faqSection .whySwitchBox .card-body .list .item p{
	margin: 0;
}
.faqSection .whySwitchBox .card-body .list .item .img{
	padding-top: 1px;
}
.faqSection .right{
	padding-top: 16px;
}
.faqSection .whySwitchBox .card-header,
.faqSection .whySwitchBox .card-body{
	padding: 12px 0;
}
.faqSection .whySwitchBox .card-header h2{
	padding:0;
}
.faqSection .whySwitchBox .card-header h2 .btn{
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	color: rgba(53, 104, 59, 1);
	outline: none;
	box-shadow: none;
	text-decoration: none;
	padding: 0;
	position: relative;
}
.faqSection .whySwitchBox .card-header h2 .btn::after,
.faqSection .whySwitchBox .card-header h2 .btn::before{
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 2px;
	background-color: rgba(53, 104, 59, 1);
	border-radius: 2px;
	transition: .3s;
}
.faqSection .whySwitchBox .card-header h2 .btn::after{
	transform: translateY(-50%) rotate(90deg);
}
.faqSection .leftImg .happyClients{
	width: 320px;
}
.faqSection .whySwitchBox .card-header h2 .btn::before{
	opacity: 0;
}
.faqSection .whySwitchBox .card-header h2 .btn.collapsed::before{
	opacity: 1;
}
.faqSection .whySwitchBox .accordion .card .collapse{
	border-bottom: 1px solid rgba(0, 0, 0, 0.34) !important;
	margin-bottom: 22px;
}
/* faq */


/* footer */
.footerSection {
    background-color: #162217;
}
.footerSection .footerTop{
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    padding-bottom: 30px;
	padding-top: 12px;
}
.footerSection .footerBody{
    padding: 50px 0;
}
.footerSection p,
.footerSection a{
    font-size: 15px;
}
.footerSection p{
	color: rgba(255, 255, 255, 0.7) !important;
}
.footerSection .footerFoot .content,
.footerSection .footerFoot .content .sideLinks{
    flex-wrap: wrap;
	gap: 15px;
}
.footerSection p{
	margin-bottom: 2px;
}
.footerSection .footerBody .socials{
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}
.footerSection .footerBody .socials .media{
    padding: 10px;
    border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.3);
}
.footerSection .footerBody .title h4{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}
.footerSection .footerBody .number p strong{
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
}
.footerSection .footerFoot .designedBy a{
    text-decoration: underline;
}
.footerSection .footerBody > .row {
    gap: 30px 15px;
}
.footerSection .footerBody p.address {
    max-width: 280px;
}
.footerSection .number strong{
	font-size: 18px;
}


/* footer */



/* Hide sub-menu by default */
.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white; /* Change as needed */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 999;
  width: 300px;
  border-radius: 6px;
}

/* Show sub-menu on hover */
.menu-item-has-children:hover .sub-menu {
  display: block;
}

/* Ensure sub-menu items are styled properly */
.sub-menu li {
  padding: 10px 20px;
}

.sub-menu li a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: background 0.3s ease;
}

.sub-menu li a:hover {
  background: #f2f2f2;
}

.menu-item-has-children {
  position: relative;
}
.main-menu {
  position: relative;
  z-index: 100;
}


/* About Us */
.weOfferSection{
	background-color: #35683b;
}
.weOfferSection .left{
	padding-top: 10px;
}
.weOfferSection .left h5{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;

}
.weOfferSection .left h1{
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.weOfferSection .bottom{
	padding-top: 70px;
}
.weOfferSection .right p{
	font-weight: 400;
	font-size: 16px;
}
.weOfferSection .bottom .bottom-row{
	gap: 15px 0;
}
.weOfferSection .bottom .bottom-row .img{
	padding-bottom: 30px;
}
.weOfferSection .bottom .bottom-row .card{
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 8px;
	padding: 20px 15px;
}
.weOfferSection .bottom .bottom-row .content h4{
	font-family: Roboto;
	font-weight: 700;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.weOfferSection .bottom .bottom-row .content p{
	font-size: 13px;
	text-transform: capitalize;

}
/* About Us */

/* Home solar panel */
.hm-soloar-space{
	padding-bottom: 80px;
}
.bullet-list{    padding: 15px 0px;}
.bullet-list .item{
display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 20px;
}
.bullet-list .item:last-child{
	padding-bottom: 0;
}
.bullet-list .item p{
	margin-bottom: 0px;
}
.lg-green{background-color: #e7f0e9;}
.common_service_block .system{
	height: 100%;
}
.common_service_block .system p,
.common_service_block .system .list p{
	font-size: 15px;
	font-family: Roboto;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: rgba(93, 93, 93, 1);
}
.common_service_block .system h3{
	color: rgba(0, 0, 0, 1);
	font-size: 28px;
	font-weight: 500 !important;
}
.common_service_block .system .list p{
	color: rgba(0, 0, 0, 1);
}
.common_service_block .system .upp img{
	width: 80px;
}
.section.chooseRightSection{
	padding-top: 10px;
}
/* Home solar panel */

/* contact section */

.contact-section{background-color: #e7f0e9;}
.contact-address{  display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 40px;
	padding-top: 40px;
}

.contact-address li{
	display: flex;
    align-items: flex-start;
    gap: 7px;
	font-size: 15px;
	color: #000;
}
.phone-contact-cnt{font-weight: 600; font-size: 16px;}

.contact-address a, .contact-address a:hover {color: #000; text-decoration: none;}
.contact-7-div{

}
.contact-7-div .form-control{
background: transparent;
border: 1px solid #829786;
height: 50px;
border-radius: 6px;
padding-left: 40px;
}
.contact-7-div .form-control:hover, .contact-7-div .form-control:active, .contact-7-div .form-control:focus{background: transparent;}
.contact-7-div textarea.form-control{height: auto; padding-top: 12px;}
.contact-7-div .control-group{position: relative;padding-bottom: 15px;}
.contact-7-div .control-group i{ width: 24px;  height: 26px;  display: block;  position: absolute;  top: 13px;  left: 13px; background-size: 24px;}
.c7-name{background-image: url(./img/UserCircle.svg);}
.c7-mob{background-image: url(./img/PhoneOutgoing-sm.svg);}
.c7-subj{background-image: url(./img/Info.svg); left: 9px !important;}	
.c7-mess{background-image: url(./img/PencilSimple.svg);left: 9px !important;}

/* contact section */


/* common action shortcode */
.common-action{padding: 65px 0px;}
.common-action h2{
color: #fff;
    font-size: 40px;
    line-height: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
}
.common-action p{color: #fff; margin-bottom: 35px;}
.sl-jr-action{display: flex; justify-content: center;
    gap: 20px;}
.contact-act{background-color: #fff!important; border-radius: 4px!important;  font-family: 'Roboto'; color: #000!important; font-size: 16px!important; padding-left: 20px !important;
    padding-right: 20px !important;     padding-top: 8px !important;
    padding-bottom: 8px !important;} 
.whatapp-act{background-color: #40BB0E!important;border-radius: 4px!important; font-family: 'Roboto'; color: #000!important; font-size: 16px!important; padding-left: 20px !important;
    padding-right: 20px !important;     padding-top: 8px !important;
    padding-bottom: 8px !important;} 
.contact-act:hover{background-color: #ececec!important;}
.whatapp-act:hover{background-color: #35a708!important;}
.whatapp-act span, .contact-act span {display: inline-block;
    padding-top: 2px;
    vertical-align: middle;}
.common-action{
	background-image: url('./img/common-action.jpg'); /* Relative path to the image */
  background-size: cover;
  background-position: center;
}
/* common action shortcode */

.wpcf7-not-valid-tip{font-size: 12px!important;}
/* RESPONSIVE------- */
/* RESPONSIVE------- */
@media(max-width: 1200px){
	.servicesSection .services .service .overlayBox .text h3{
		font-size: 25px;
	}
}
@media(max-width: 991px){
	.navbar .callButtonBox{
		margin: 20px 0;
	}
	.custom-logo{
		max-height: 52px;
	}
	.aboutSection .right{
		padding-top: 50px;
		padding-left: 15px;
	}
	.aboutSection .leftImg{
		text-align: center;
	}
	.aboutSection .leftImg img{
		max-width: 80%;
	}
	.aboutSection .bottomRow{
		padding-top: 90px;
	}
	.aboutSection .bottomRow .bottomCol{
		padding-bottom: 32px;
	}
}
@media(max-width: 767px){
	.servicesSection .services .service{
		max-width: fit-content;
		margin: 0 auto 20px;
	}
	.servicesSection .services .service .img,
	.footerSection .footerTop .toprow .brand{
		text-align: center;
	}
	.footerSection .footerTop .toprow{
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
	.footerSection .footerTop .toprow .menu{
		justify-content: center !important;
		flex-wrap: wrap;
	}
	.footerSection .footerTop{
		padding: 12px 0;
	}
	.footerSection .footerBody{
		padding: 30px 0;
	}
	.footerSection .footerBody .title h4{
		margin-bottom: 10px;
	}
	.aboutSection .bottomRow .bottomCol{
		display: flex;
		align-items: center;
		text-align: left;
		gap: 20px;
		padding-bottom: 20px;
	}
	.aboutSection .bottomRow .bottomCol:last-child{
		padding-bottom: 0;
	}
	.aboutSection .bottomRow .img{
		padding-bottom: 10px;
	}
	.aboutSection .bottomRow .img img{
		width: 32px;
		height: 32px;
	}
	.aboutSection .bottomRow{
		padding-top: 60px;
	}
	.section {
		padding: 60px 0;
		overflow: hidden;
	}
	.aboutSection .bottomRow .bottomCol p{
		margin-bottom: 0;
	}
	.aboutSection .btnbox .btn{
		margin-bottom: 24px;
	}
	.section .mainTitle,
	.aboutSection .right h2,
	.weOfferSection .left h1{
		font-size: 32px;
	}
	.servicesSection .services .upper .mainTitle{
		margin-bottom: 18px;
	}
	.servicesSection .services .upper{
		padding-bottom: 60px;
	}
	.contact-block-left{margin-bottom: 40px;}
}
@media(max-width: 576px){
	
	.sl-jr-action{    flex-wrap: wrap;}
	.sl-jr-action .btn{width:100%}
	    .custom-logo {
        max-height: 40px !important;
    }
	.navbar-dark .navbar-brand{    padding-bottom: 10px !important;
    padding-top: 10px !important;}
	.common_service_block .system h3{
		font-size: 24px;
	}
	.common_service_block .system .upp img{
		width: 60px;
		height: auto;
	}
	.servicesSection .services .service .overlayBox{
		padding: 24px 16px;
	}
	.servicesSection .services .service .overlayBox .text h3{
		font-size: 20px;
	}
	.servicesSection .services .service .overlayBox .text p{
		margin-bottom: 5px;
	}
	.servicesSection .services .service{
		max-width: 100%;
	}
	.servicesSection .services .service .img,
	.servicesSection .services .service .img img{
		width: 100%;
	}
	.aboutSection .leftImg img{
		max-width: 100%;
		width: 100%;
	}
	.servicesSection .services{
		padding: 0;
	}
	.aboutSection .leftImg .happyClients{
		right: auto;
		left: 50%;
		transform: translateX(-50%) !important;
		width: fit-content;
		min-width: 220px;
		text-align: left;
		padding: 18px 30px;
		width:300px;
	}
	.aboutSection .leftImg .happyClients p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.aboutSection .leftImg .happyClients h3{
		font-size: 32px;
		margin-bottom: 0;
	}
	.aboutSection .leftImg .happyClients > .row img{
		width: 50px;
	}
	.aboutSection .leftImg .happyClients > .row{
		gap: 15px;
	}
	    .aboutSection .bottomRow {
        padding-top: 26px;
    }
}
