.header-section-title{
  font-weight:700 !important;
  font-size:25px !important;
}


/* ===== Designer Input Fields ===== */
.module-custom-fields .form-control,
.module-custom-fields textarea.form-control,
.module-custom-fields select.form-control,
.module-custom-fields select.form-select{
  height: 42px;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 10px 14px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  background: #fff;
}
.module-custom-fields .form-control:focus,
.module-custom-fields textarea.form-control:focus,
.module-custom-fields select.form-control:focus,
.module-custom-fields select.form-select:focus{
  border-color: #1b3a2f; 
  box-shadow: 0px 6px 14px rgba(27,58,47,0.15);
  outline: none;
}
.module-custom-fields textarea.form-control{
  height: 90px !important;
}
@media (max-width: 768px){
  .module-custom-fields .form-control,
  .module-custom-fields textarea.form-control,
  .module-custom-fields select.form-control,
  .module-custom-fields select.form-select{
    width: 100%;
    height: 40px;
    font-size: 14px;
  }

  .module-custom-fields textarea.form-control{
    height: 85px !important;
  }
}
  .form-control{
	color:#555 !important;
}
.form-select{
  color:#555 !important;
}
.mw-social-share-links a{
  color:#000 !important;
}
/* ===== Designer Input Fields ===== END*/

.js-slide-title-slider-content-default-1 {
    color: #ffffff !important;
    font-size: 55px !important;
}
 
/* ================= REACH US BOX ================= */
.solar-reach-box{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:28px 30px;
  max-width:420px;
  font-family:"Poppins", sans-serif;
}

.solar-reach-box h3{
  font-size:22px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:6px;
}

.solar-reach-box p{
  font-size:14px;
  color:#475569;
  margin-bottom:22px;
  line-height:1.6;
}

/* ITEM */
.solar-reach-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  margin-bottom:18px;
}

/* ICON */
.solar-reach-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  background:#2563eb;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  flex-shrink:0;
}

/* TEXT */
.solar-reach-text{
  font-size:14px;
  color:#0f172a;
  line-height:1.6;
}

.solar-reach-text span{
  font-weight:700;
  display:block;
  margin-bottom:2px;
}

/*shop products skin-2 css */
.shop-products-skin-2 {
  padding: 5px;
  margin-bottom: 5px !important;
}

.shop-products-skin-2 .product {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.shop-products-skin-2 .img-as-background {
  height: 315px !important;
}

.shop-products-skin-2 .product:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.shop-products-skin-2 .img-as-background img {
  width: 100%;
  object-fit: cover;
  border-bottom: 1px solid #eee;
  border-radius: 8px 8px 0 0;
}

.shop-products-skin-2 h6 {
  font-weight: 600;
  color: #000;
  font-size: 1rem;
}

.shop-products-skin-2 .price-holder .price-old {
  text-decoration: line-through;
  color: #999;
  margin-right: 8px;
  font-size: 0.9rem;
}

.shop-products-skin-2 .price-holder .price {
  color: #000;
  font-weight: 600;
  font-size: 1rem;
}

.shop-products-skin-2 .content {
  padding: 0px !important;
}

.shop-products-skin-2-btn .btn {
  border-color:#d4af37 !important;
  width: 80%;
  text-transform: capitalize;
  color: #d4af37 !important;
  font-weight: bold !important;
  padding: 8px 20px !important;
  border-radius: 8px !important;
  transition: background 0.3s ease !important;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.shop-products-skin-2-btn .btn:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .shop-products-skin-2 .mw-layout-product-stock {
    padding: 5px;
  }

  .shop-products-skin-2 .img-as-background {
    height: 168px !important;
  }

  .shop-products-skin-2 h6 {
    font-size: 14px !important;
  }

  .shop-products-skin-2-btn .btn {
    font-size: 14px;
    padding: 5px 10px !important;
  }

  .shop-products-skin-2 .price-holder .price {
    font-size: 14px;
  }
}
/*shop products skin-2 css */
/* product page */
/*custom color*/
.custom-radio {
  display: inline-block;
  margin: -5px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio label {
  display: inline-block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size:14px;
  text-align:center;
}
.custom-radio label:hover {
  border-color:#000;
}

.custom-radio input[type="radio"]:checked + label {
  border-color: #000;
  color: #000;
} 
/* the product page radio end*/

/* product page button */
.buy-now {
      
  background-color:black !important;
  color:white !important;
}
.buy-now :hover{
  background-color:black !important;
  color:white !important;
}
.add-to-wishlist-btn{
  display:none;
}
.add-to-cart-btn  {
  background-color:black !important;
  color:color !important;
}
/*fax */
/*FAQ*/
.noedit p{
  font-family: 'Poppins', sans-serif;
  font-size:14px ;
}
.mw-accordion-faq-skin-button {
  height: 50px !important;
  background: linear-gradient(135deg, #ffffff, #f7f7f7);
  border: 1px solid #EAEAE5 !important;
  border-radius: 12px;
  box-shadow: 0 8px 7px rgba(0,0,0,0.1);
  color: #333;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.mw-accordion-faq-skin-button:hover {
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #f9f9f9, #ffffff);
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  font-weight:600 !important;
  font-family: 'Poppins', sans-serif;
}
/*FAQ end product page*/
padding-right{
      padding-right: 0 !important;
}
@media (max-width: 768px) {
  .header-section-main {
      height: calc(45vh - 100px) !important;
  } 
}





















/*Our Core Solar Services*/
.vss-simple-section{
  padding:80px 20px;
  background:#ffffff;
  font-family:"Poppins",sans-serif;
}

.vss-simple-wrap{
  max-width:1200px;
  margin:auto;
}


.vss-heading{
  margin-bottom:40px;
}

.vss-heading h2{
  font-size:32px;
  font-weight:800;
  color:#2563eb;
  margin-bottom:6px;
}

.vss-heading p{
  font-size:16px;
  color:#475569;
}


.vss-services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}


.vss-service-box{
  position:relative;
  border-radius:14px;
  padding:24px;
  display:flex;
  gap:14px;
  min-height:150px;
  background-size:cover;
  background-position:center;
  color:#ffffff;
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease;
}

.vss-service-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.55));
  z-index:0;
}

.vss-service-box > *{
  position:relative;
  z-index:1;
}

.vss-service-box:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 45px rgba(0,0,0,.25);
}


.vss-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#ffffff;
  font-size:14px;
  flex-shrink:0;
}

.vss-icon-orange{ background:#f97316; }
.vss-icon-blue{ background:#2563eb; }
.vss-icon-green{ background:#16a34a; }


.vss-service-box h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 6px;
}

.vss-service-box p{
  font-size:14px;
  line-height:1.6;
  color:#e5e7eb;
}


.bg-industrial{
  background-image:url("https://img.developmentbucket.com/userfiles/media/solar_powersystems/default/high-resolution-realistic-image-of-an-industrial-factory-.jpg");
}

.bg-commercial{
  background-image:url("https://img.developmentbucket.com/userfiles/media/solar_powersystems/default/high-resolution-realistic-image-of-modern-corporate-offic.jpg");
}

.bg-ground{
  background-image:url("https://img.developmentbucket.com/userfiles/media/solar_powersystems/default/high-resolution-realistic-image-of-a-large-ground-mounted.jpg");
}

.bg-kusum{
  background-image:url("https://img.developmentbucket.com/userfiles/media/solar_powersystems/default/gh-resolution-realistic-image-of-rural-agricultural-field.jpg");
}

.bg-rooftop{
  background-image:url("https://img.developmentbucket.com/userfiles/media/solar_powersystems/default/high-resolution-realistic-image-of-an-indian-residential-.jpg");
}

.bg-epc{
  background-image:url("https://www.eprmagazine.com/wp-content/uploads/2022/05/edited-solar-EPC.jpg");
}


@media(max-width:992px){
  .vss-services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:576px){
  .vss-services-grid{
    grid-template-columns:1fr;
  }

  .vss-heading h2{
    font-size:26px;
  }
}
/*Our Core Solar Services END*/


/*solor pannelr installition */
.solar-intro-section{
padding:80px 20px;
background:#f5f7fb;
}

.solar-intro-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:50px;
}

.solar-intro-image{
flex:1;
}

.solar-intro-image img{
width:100%;
border-radius:12px;
box-shadow:0 15px 40px rgba(0,0,0,0.1);
}

.solar-intro-content{
flex:1;
}

.solar-intro-title{
font-size:34px;
font-weight:700;
color:#222;
margin-bottom:20px;
line-height:1.3;
}

.solar-intro-text{
font-size:16px;
color:#555;
line-height:1.7;
margin-bottom:25px;
}

.solar-intro-btn{
display:inline-block;
padding:12px 28px;
background:#2a7f2e;
color:#fff;
text-decoration:none;
border-radius:30px;
font-size:14px;
font-weight:500;
transition:0.3s;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.solar-intro-btn:hover{
background:#1f5e22;
transform:translateY(-3px);
}



@media(max-width:768px){

.solar-intro-container{
flex-direction:column;
text-align:center;
gap:30px;
}

.solar-intro-title{
font-size:26px;
}

.solar-intro-text{
font-size:15px;
}

.solar-intro-btn{
padding:11px 24px;
font-size:14px;
}

}
/*solor pannelr installition END*/