.elementor-654 .elementor-element.elementor-element-e13839f{--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-654 .elementor-element.elementor-element-50f74bd{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;top:0px;}body:not(.rtl) .elementor-654 .elementor-element.elementor-element-50f74bd{left:0px;}body.rtl .elementor-654 .elementor-element.elementor-element-50f74bd{right:0px;}.elementor-654 .elementor-element.elementor-element-e8f28ef{--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-654 .elementor-element.elementor-element-0df4a55{margin:156px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-654 .elementor-element.elementor-element-252b5a7{--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-654 .elementor-element.elementor-element-a807049{width:100%;max-width:100%;top:0px;}body:not(.rtl) .elementor-654 .elementor-element.elementor-element-a807049{left:0px;}body.rtl .elementor-654 .elementor-element.elementor-element-a807049{right:0px;}@media(max-width:767px){.elementor-654 .elementor-element.elementor-element-0df4a55{margin:225px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-50f74bd */.spge-main-header,
.spge-main-header *{
  box-sizing:border-box;
}

.spge-main-header{
  width:100%;
  font-family:Arial,sans-serif;
  background:#fff;
  position:relative;
  z-index:999999;
}

/* TOP BAR */
.spge-top-bar{
  width:100%;
  background:linear-gradient(90deg,#ff6900,#ff8a26);
  color:#fff;
  padding:9px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.spge-top-left,
.spge-top-right{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.spge-top-left{
  font-size:14px;
}

.spge-top-right a{
  color:#fff !important;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
}

/* NAVBAR */
.spge-navbar{
  width:100%;
  background:#fff;
  padding:12px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  box-shadow:0 6px 22px rgba(0,0,0,0.10);
  position:relative;
}

.spge-logo img{
  height:76px !important;
  width:auto !important;
  max-width:180px !important;
  display:block !important;
}

/* MENU */
#spge-menu-toggle,
.spge-dropdown input{
  display:none;
}

.spge-menu-icon{
  display:none;
  width:42px;
  height:42px;
  background:#0b6b3a;
  border-radius:12px;
  cursor:pointer;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  flex-shrink:0;
}

.spge-menu-icon span{
  width:23px;
  height:3px;
  background:#fff;
  border-radius:20px;
  transition:.3s;
}

.spge-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}

.spge-menu a,
.spge-dropdown label{
  color:#222 !important;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  white-space:nowrap;
  display:block;
  padding:12px 0;
}

.spge-menu a:hover,
.spge-dropdown label:hover{
  color:#ff6900 !important;
}

.spge-contact-btn{
  background:#ff6900 !important;
  color:#fff !important;
  padding:10px 18px !important;
  border-radius:30px;
}

.spge-dropdown{
  position:relative;
}

.spge-dropdown-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  min-width:290px;
  background:#fff;
  border-radius:14px;
  box-shadow:0 16px 35px rgba(0,0,0,0.18);
  border:1px solid #eee;
  padding:8px 0;
  z-index:999999;
}

.spge-dropdown-menu a{
  display:block;
  padding:12px 18px;
  font-size:14px;
  font-weight:600;
  color:#333 !important;
}

.spge-dropdown-menu a:hover{
  background:#fff4eb;
  color:#ff6900 !important;
}

@media(min-width:1101px){
  .spge-dropdown:hover .spge-dropdown-menu{
    display:block;
  }
}

/* TICKER */
.spge-ticker{
  width:100%;
  background:#111;
  color:#fff;
  overflow:hidden;
  padding:10px 0;
}

.spge-ticker-track{
  display:flex;
  gap:42px;
  width:max-content;
  animation:spgeTicker 26s linear infinite;
}

.spge-ticker-track span{
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}

@keyframes spgeTicker{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

/* MOBILE + TABLET */
@media(max-width:1100px){

  .spge-navbar{
    padding:10px 14px;
  }

  .spge-menu-icon{
    display:flex;
  }

  .spge-logo img{
    height:54px !important;
    max-width:130px !important;
  }

  .spge-menu{
    display:none;
    position:absolute;
    top:100%;
    left:10px;
    right:10px;
    width:auto;
    max-height:72vh;
    overflow-y:auto;
    background:#fff;
    border-radius:18px;
    box-shadow:0 14px 38px rgba(0,0,0,0.22);
    padding:12px;
    z-index:999999;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
  }

  #spge-menu-toggle:checked ~ .spge-menu{
    display:flex;
  }

  #spge-menu-toggle:checked + .spge-menu-icon span:nth-child(1){
    transform:translateY(9px) rotate(45deg);
  }

  #spge-menu-toggle:checked + .spge-menu-icon span:nth-child(2){
    opacity:0;
  }

  #spge-menu-toggle:checked + .spge-menu-icon span:nth-child(3){
    transform:translateY(-9px) rotate(-45deg);
  }

  .spge-menu a,
  .spge-dropdown label{
    width:100%;
    min-height:44px;
    display:flex;
    align-items:center;
    background:#f4fbf7;
    color:#0b3b25 !important;
    padding:12px 14px;
    border-radius:12px;
    font-size:14px;
  }

  .spge-dropdown label{
    background:#fff4eb;
    color:#ff6900 !important;
  }

  .spge-contact-btn{
    justify-content:center;
    background:#ff6900 !important;
    color:#fff !important;
  }

  .spge-dropdown-menu{
    display:none;
    position:static;
    min-width:100%;
    box-shadow:none;
    border:0;
    border-radius:14px;
    background:#f7fff9;
    padding:8px;
    margin:7px 0 4px;
    max-height:230px;
    overflow-y:auto;
  }

  .spge-dropdown input:checked ~ .spge-dropdown-menu{
    display:block;
  }

  .spge-dropdown-menu a{
    background:#fff;
    border:1px solid #e5e7eb;
    color:#0b6b3a !important;
    margin-bottom:7px;
    border-radius:10px;
    min-height:40px;
    padding:10px 14px;
  }
}

/* PHONE TOP BAR COMPACT */
@media(max-width:767px){

  .spge-top-bar{
    padding:6px 8px;
    flex-direction:column;
    gap:5px;
    text-align:center;
  }

  .spge-top-left{
    justify-content:center;
    font-size:10.5px;
    line-height:1.2;
    width:100%;
  }

  .spge-gstin,
  .spge-top-left span{
    display:none !important;
  }

  .spge-top-right{
    justify-content:center;
    width:100%;
    gap:6px;
  }

  .spge-top-right a{
    font-size:10.5px;
    padding:5px 7px;
    border-radius:20px;
    background:rgba(255,255,255,0.20);
  }

  .spge-menu{
    max-height:70vh;
  }

  .spge-ticker{
    padding:8px 0;
  }

  .spge-ticker-track span{
    font-size:12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0df4a55 */.sp-blog-page,
.sp-blog-page *{
  box-sizing:border-box;
}

.sp-blog-page{
  width:100%;
  font-family:Arial, sans-serif;
  background:#f5fff8;
  color:#153524;
}

/* HERO */
.sp-blog-hero{
  width:100%;
  min-height:430px;
  padding:80px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:
    linear-gradient(135deg, rgba(0,90,48,0.90), rgba(255,105,0,0.78)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?w=1600") center/cover no-repeat;
}

.sp-blog-hero-content{
  max-width:900px;
  color:#fff;
}

.sp-blog-hero-content span{
  display:inline-block;
  padding:9px 20px;
  border-radius:50px;
  background:rgba(255,255,255,0.18);
  font-size:14px;
  font-weight:700;
  margin-bottom:18px;
}

.sp-blog-hero h1{
  font-size:48px;
  line-height:1.15;
  margin:0 0 16px;
  font-weight:900;
}

.sp-blog-hero p{
  max-width:780px;
  margin:0 auto 28px;
  font-size:18px;
  line-height:1.7;
}

.sp-blog-hero-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.sp-blog-hero-buttons a{
  display:inline-block;
  padding:14px 28px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
  background:#ff6900;
  color:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,0.22);
}

.sp-blog-hero-buttons a:nth-child(2){
  background:#fff;
  color:#006b3f;
}

/* INTRO */
.sp-blog-intro{
  max-width:950px;
  margin:0 auto;
  padding:55px 18px 20px;
  text-align:center;
}

.sp-blog-intro h2{
  font-size:34px;
  color:#006b3f;
  margin:0 0 12px;
}

.sp-blog-intro p{
  font-size:16px;
  line-height:1.8;
  color:#4d6256;
}

/* CATEGORIES */
.sp-blog-categories{
  max-width:1100px;
  margin:0 auto 45px;
  padding:0 18px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.sp-blog-categories span{
  background:#fff;
  color:#006b3f;
  border:1px solid #ccebd8;
  padding:10px 18px;
  border-radius:50px;
  font-weight:800;
  box-shadow:0 6px 16px rgba(0,0,0,0.06);
}

/* FEATURED */
.sp-featured-blog{
  max-width:1200px;
  margin:0 auto 60px;
  padding:0 18px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
}

.sp-featured-image{
  min-height:420px;
  background:url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?w=1200") center/cover no-repeat;
  border-radius:28px 0 0 28px;
}

.sp-featured-image img{
  display:none;
}

.sp-featured-content{
  background:#fff;
  padding:40px;
  border-radius:0 28px 28px 0;
  box-shadow:0 18px 45px rgba(0,0,0,0.10);
}

.sp-label,
.sp-card-body span{
  display:inline-block;
  background:#e9fff1;
  color:#006b3f;
  padding:7px 14px;
  border-radius:50px;
  font-size:13px;
  font-weight:800;
  margin-bottom:14px;
}

.sp-featured-content h2{
  color:#006b3f;
  font-size:30px;
  line-height:1.25;
  margin:0 0 14px;
}

.sp-featured-content p,
.sp-featured-content li{
  color:#4d6256;
  font-size:15px;
  line-height:1.8;
}

.sp-featured-content ul{
  padding-left:20px;
  margin:0 0 25px;
}

.sp-read-btn{
  display:inline-block;
  background:#ff6900;
  color:#fff;
  padding:13px 24px;
  border-radius:50px;
  text-decoration:none;
  font-weight:800;
}

/* BLOG */
.sp-blog-section{
  max-width:1200px;
  margin:0 auto;
  padding:0 18px 60px;
  text-align:center;
}

.sp-blog-section h2{
  font-size:34px;
  color:#006b3f;
  margin:0 0 8px;
}

.sp-blog-section > p{
  color:#52665a;
  margin:0 0 30px;
}

.sp-blog-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:25px;
  text-align:left;
}

.sp-blog-card{
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid #e1f2e8;
  box-shadow:0 12px 30px rgba(0,0,0,0.08);
  transition:0.3s ease;
}

.sp-blog-card:hover{
  transform:translateY(-6px);
}

.sp-card-img{
  height:220px;
  background-size:cover;
  background-position:center;
}

.solar-one{background-image:url("https://images.unsplash.com/photo-1509391366360-2e959784a276?w=900");}
.solar-two{background-image:url("https://images.unsplash.com/photo-1508514177221-188b1cf16e9d?w=900");}
.solar-three{background-image:url("https://images.unsplash.com/photo-1624397640148-949b1732bb0a?w=900");}
.solar-four{background-image:url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?w=900");}
.solar-five{background-image:url("https://images.unsplash.com/photo-1559302504-64aae6ca6b6d?w=900");}
.solar-six{background-image:url("https://images.unsplash.com/photo-1497440001374-f26997328c1b?w=900");}

.sp-card-body{
  padding:22px;
}

.sp-card-body h3{
  color:#006b3f;
  font-size:21px;
  line-height:1.35;
  margin:0 0 10px;
}

.sp-card-body p{
  color:#53675c;
  font-size:15px;
  line-height:1.7;
}

.sp-card-body a{
  color:#ff6900;
  text-decoration:none;
  font-weight:900;
}

/* INFO */
.sp-blog-info{
  max-width:1200px;
  margin:0 auto 55px;
  padding:45px 28px;
  border-radius:30px;
  color:#fff;
  background:linear-gradient(135deg, #006b3f, #0a8a55);
}

.sp-blog-info h2{
  text-align:center;
  font-size:32px;
  margin:0 0 28px;
}

.sp-info-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

.sp-info-grid div{
  background:rgba(255,255,255,0.13);
  border:1px solid rgba(255,255,255,0.25);
  padding:22px;
  border-radius:20px;
}

.sp-info-grid h3{
  margin:0 0 10px;
  font-size:18px;
}

.sp-info-grid p{
  margin:0;
  font-size:14px;
  line-height:1.7;
}

/* CTA */
.sp-final-cta{
  max-width:1200px;
  margin:0 auto 60px;
  padding:45px 28px;
  border-radius:30px;
  background:#fff;
  text-align:center;
  border:2px solid #d9f1e2;
  box-shadow:0 14px 35px rgba(0,0,0,0.09);
}

.sp-final-cta h2{
  color:#006b3f;
  font-size:32px;
  margin:0 0 14px;
}

.sp-final-cta p{
  max-width:800px;
  margin:0 auto 25px;
  color:#4d6256;
  line-height:1.8;
}

.sp-final-buttons{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.sp-final-buttons a{
  background:#006b3f;
  color:#fff;
  text-decoration:none;
  padding:13px 24px;
  border-radius:50px;
  font-weight:800;
}

.sp-final-buttons a:nth-child(2){
  background:#25d366;
}

.sp-final-buttons a:nth-child(3){
  background:#ff6900;
}

/* TABLET */
@media(max-width:900px){
  .sp-blog-hero h1{
    font-size:36px;
  }

  .sp-featured-blog{
    grid-template-columns:1fr;
  }

  .sp-featured-image{
    border-radius:28px 28px 0 0;
  }

  .sp-featured-content{
    border-radius:0 0 28px 28px;
  }

  .sp-blog-grid{
    grid-template-columns:repeat(2, 1fr);
  }

  .sp-info-grid{
    grid-template-columns:repeat(2, 1fr);
  }
}

/* MOBILE */
@media(max-width:600px){
  .sp-blog-hero{
    padding:55px 14px;
    min-height:auto;
  }

  .sp-blog-hero h1{
    font-size:29px;
  }

  .sp-blog-hero p{
    font-size:15px;
  }

  .sp-blog-hero-buttons a,
  .sp-final-buttons a{
    width:100%;
    text-align:center;
  }

  .sp-blog-intro h2,
  .sp-blog-section h2,
  .sp-blog-info h2,
  .sp-final-cta h2{
    font-size:26px;
  }

  .sp-featured-content{
    padding:25px;
  }

  .sp-blog-grid{
    grid-template-columns:1fr;
  }

  .sp-info-grid{
    grid-template-columns:1fr;
  }

  .sp-card-img{
    height:200px;
  }
}/* End custom CSS */