.elementor-8632 .elementor-element.elementor-element-49f5854{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-95adfdf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-d2c412f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-e1adc83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-f8511ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-90f71a4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8632 .elementor-element.elementor-element-2de88ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5c12385 */body{
font-family: 'Poppins', sans-serif;
margin:0;
padding:0;
}

.solar-hero{
background: linear-gradient(120deg,#1F4E8C,#7BC043);
padding:80px 20px;
color:white;
}

.solar-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
gap:40px;
flex-wrap:wrap;
}

.solar-content{
flex:1;
}

.solar-logo{
width:150px;
margin-bottom:20px;
}

.solar-content h1{
font-size:42px;
margin-bottom:10px;
font-weight:700;
}

.subsidy-highlight{
font-size:22px;
margin-bottom:20px;
}

.subsidy-highlight span{
color:#F4C542;
font-weight:700;
}

.hero-desc{
font-size:16px;
line-height:1.7;
margin-bottom:30px;
opacity:0.9;
}

.hero-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
}

.btn-primary{
background:#F4C542;
color:#000;
padding:14px 28px;
border-radius:30px;
text-decoration:none;
font-weight:600;
transition:0.3s;
}

.btn-primary:hover{
background:#fff;
transform:translateY(-3px);
}

.btn-secondary{
border:2px solid #fff;
color:#fff;
padding:12px 26px;
border-radius:30px;
text-decoration:none;
transition:0.3s;
}

.btn-secondary:hover{
background:#fff;
color:#1F4E8C;
}

.solar-image img{
width:420px;
max-width:100%;
animation:float 5s infinite ease-in-out;
}

@keyframes float{
0%{transform:translateY(0px);}
50%{transform:translateY(-12px);}
100%{transform:translateY(0px);}
}


/* Mobile */

@media(max-width:768px){

.solar-container{
flex-direction:column;
text-align:center;
}

.solar-content h1{
font-size:30px;
}

.subsidy-highlight{
font-size:18px;
}

.hero-buttons{
justify-content:center;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0df2744 */.subsidy-section{
padding:80px 20px;
background:#f8fafc;
}

.container{
max-width:1200px;
margin:auto;
text-align:center;
}

.section-title{
font-size:36px;
color:#1F4E8C;
margin-bottom:10px;
}

.section-subtitle{
max-width:700px;
margin:auto;
font-size:16px;
color:#555;
margin-bottom:50px;
line-height:1.6;
}

.subsidy-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.subsidy-card{
background:white;
padding:35px 25px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}

.subsidy-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.subsidy-card h3{
color:#1F4E8C;
font-size:22px;
margin-bottom:10px;
}

.price{
font-size:26px;
font-weight:700;
color:#7BC043;
margin-bottom:10px;
}

.desc{
font-size:15px;
color:#666;
line-height:1.5;
}

.highlight-card{
border:3px solid #7BC043;
position:relative;
}

.highlight-card::before{
content:"Most Popular";
position:absolute;
top:-12px;
left:50%;
transform:translateX(-50%);
background:#7BC043;
color:white;
padding:4px 12px;
font-size:12px;
border-radius:20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d325106 */.documents-section{
padding:80px 20px;
background:white;
}

.doc-container{
max-width:1200px;
margin:auto;
text-align:center;
}

.doc-title{
font-size:34px;
color:#1F4E8C;
margin-bottom:10px;
}

.doc-subtitle{
font-size:16px;
color:#666;
max-width:700px;
margin:auto;
margin-bottom:50px;
line-height:1.6;
}

.doc-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.doc-card{
background:#f8fafc;
padding:30px 20px;
border-radius:12px;
transition:0.3s;
border:1px solid #eee;
}

.doc-card:hover{
transform:translateY(-8px);
box-shadow:0 12px 30px rgba(0,0,0,0.1);
border-color:#7BC043;
}

.doc-icon{
font-size:36px;
margin-bottom:15px;
}

.doc-card h3{
font-size:18px;
color:#1F4E8C;
margin-bottom:8px;
}

.doc-card p{
font-size:14px;
color:#666;
line-height:1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-42be193 */.process-section{
padding:80px 20px;
background:#f8fafc;
}

.process-container{
max-width:1200px;
margin:auto;
text-align:center;
}

.process-title{
font-size:34px;
color:#1F4E8C;
margin-bottom:10px;
}

.process-subtitle{
font-size:16px;
color:#666;
max-width:700px;
margin:auto;
margin-bottom:50px;
line-height:1.6;
}

.process-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.process-card{
background:white;
padding:30px 20px;
border-radius:12px;
box-shadow:0 8px 20px rgba(0,0,0,0.08);
transition:0.3s;
position:relative;
}

.process-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.step-number{
width:50px;
height:50px;
background:#7BC043;
color:white;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:20px;
font-weight:bold;
margin:auto;
margin-bottom:15px;
}

.process-card h3{
font-size:18px;
color:#1F4E8C;
margin-bottom:8px;
}

.process-card p{
font-size:14px;
color:#666;
line-height:1.5;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68596b2 */.benefits-section{
padding:80px 20px;
background:linear-gradient(120deg,#1F4E8C,#7BC043);
color:white;
}

.benefits-container{
max-width:1200px;
margin:auto;
text-align:center;
}

.benefits-title{
font-size:34px;
margin-bottom:10px;
}

.benefits-subtitle{
font-size:16px;
max-width:700px;
margin:auto;
margin-bottom:50px;
line-height:1.6;
opacity:0.9;
}

.benefits-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:30px;
}

.benefit-card{
background:rgba(255,255,255,0.12);
padding:30px 20px;
border-radius:15px;
backdrop-filter:blur(10px);
transition:0.3s;
}

.benefit-card:hover{
transform:translateY(-10px);
background:rgba(255,255,255,0.2);
}

.benefit-icon{
font-size:40px;
margin-bottom:15px;
}

.benefit-card h3{
font-size:20px;
margin-bottom:10px;
}

.benefit-card p{
font-size:14px;
line-height:1.6;
opacity:0.9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d549530 */.apply-section{
padding:80px 20px;
background:#f8fafc;
}

.apply-container{
max-width:1200px;
margin:auto;
display:flex;
gap:50px;
align-items:center;
flex-wrap:wrap;
}

.apply-left{
flex:1;
}

.apply-left h2{
font-size:36px;
color:#1F4E8C;
margin-bottom:10px;
}

.apply-left p{
color:#555;
line-height:1.6;
margin-bottom:20px;
}

.apply-benefits{
list-style:none;
padding:0;
}

.apply-benefits li{
margin-bottom:10px;
font-size:15px;
color:#333;
}

.apply-form-box{
flex:1;
background:white;
padding:35px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.form-group{
margin-bottom:15px;
}

.form-group input{
width:100%;
padding:14px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
transition:0.3s;
}

.form-group input:focus{
border-color:#7BC043;
outline:none;
box-shadow:0 0 0 2px rgba(123,192,67,0.2);
}

.apply-btn{
width:100%;
padding:14px;
border:none;
border-radius:8px;
background:linear-gradient(120deg,#1F4E8C,#7BC043);
color:white;
font-size:16px;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

.apply-btn:hover{
transform:translateY(-3px);
box-shadow:0 8px 20px rgba(0,0,0,0.2);
}

/* Mobile */

@media(max-width:768px){

.apply-container{
flex-direction:column;
}

.apply-left h2{
font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d1c04d5 */.faq-section{
padding:80px 20px;
background:white;
}

.faq-container{
max-width:900px;
margin:auto;
}

.faq-title{
text-align:center;
font-size:34px;
color:#1F4E8C;
margin-bottom:10px;
}

.faq-subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
}

.faq-item{
border-bottom:1px solid #eee;
}

.faq-question{
width:100%;
background:none;
border:none;
text-align:left;
padding:18px 10px;
font-size:16px;
font-weight:600;
cursor:pointer;
color:#1F4E8C;
transition:0.3s;
}

.faq-question:hover{
color:#7BC043;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:max-height 0.3s ease;
}

.faq-answer p{
padding:0 10px 15px;
color:#555;
line-height:1.6;
}/* End custom CSS */