.elementor-584 .elementor-element.elementor-element-03588a5{--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-584 .elementor-element.elementor-element-a465320{--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-2c396c4 */.sp-offgrid-page,
.sp-offgrid-page *{
  box-sizing:border-box;
}

.sp-offgrid-page{
  width:100vw;
  margin-left:calc(-50vw + 50%);
  font-family:Arial, sans-serif;
  background:#f7fbf8;
  color:#222;
  overflow:hidden;
}

.sp-off-container{
  max-width:1180px;
  margin:0 auto;
  padding:0 20px 70px;
}

/* HERO */
.sp-off-hero{
  width:100%;
  min-height:560px;
  background:
    linear-gradient(135deg,rgba(5,45,27,0.92),rgba(11,107,53,0.84)),
    url("https://shivpowergreenenergy.com/wp-content/uploads/2026/03/LOGO-SHIV.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:right center;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:85px 20px;
}

.sp-off-hero-content{
  max-width:950px;
  text-align:center;
  color:#fff;
}

.sp-off-badge,
.sp-off-small{
  display:inline-block;
  background:#ff6900;
  color:#fff;
  padding:8px 18px;
  border-radius:30px;
  font-size:14px;
  font-weight:800;
  margin-bottom:16px;
}

.sp-off-hero h1{
  max-width:900px;
  margin:0 auto 18px;
  font-size:48px;
  line-height:1.15;
  color:#fff;
}

.sp-off-hero p{
  max-width:780px;
  margin:0 auto 28px;
  font-size:18px;
  line-height:1.7;
  color:#eef8f0;
}

.sp-off-hero-btns{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.sp-off-hero-btns a,
.sp-off-final a,
.sp-off-contact a{
  display:inline-block;
  text-decoration:none;
  padding:14px 26px;
  border-radius:35px;
  font-size:15px;
  font-weight:800;
  transition:0.3s ease;
}

.sp-off-hero-btns a:first-child,
.sp-off-final a:first-child{
  background:#ff6900;
  color:#fff !important;
}

.sp-off-hero-btns a:last-child,
.sp-off-final a:last-child{
  background:#20b455;
  color:#fff !important;
}

.sp-off-hero-btns a:hover,
.sp-off-final a:hover,
.sp-off-contact a:hover{
  transform:translateY(-3px);
}

/* INTRO */
.sp-off-intro{
  display:grid;
  grid-template-columns:1.35fr 0.65fr;
  gap:28px;
  margin-top:-70px;
  position:relative;
  z-index:2;
}

.sp-off-intro-left,
.sp-off-intro-right{
  background:#fff;
  padding:36px;
  border-radius:22px;
  box-shadow:0 12px 35px rgba(0,0,0,0.09);
  border:1px solid #e8eee9;
}

.sp-off-intro-left h2,
.sp-off-work-left h2,
.sp-off-why-left h2,
.sp-off-final h2{
  font-size:34px;
  line-height:1.25;
  color:#0b5d2a;
  margin:0 0 16px;
}

.sp-off-intro-left p,
.sp-off-work-left p,
.sp-off-why-left p{
  font-size:16px;
  line-height:1.8;
  color:#444;
  margin:0 0 14px;
}

.sp-off-intro-right{
  background:linear-gradient(135deg,#0b5d2a,#08391d);
  color:#fff;
}

.sp-off-intro-right h3{
  font-size:25px;
  color:#fff;
  margin:0 0 18px;
}

.sp-off-intro-right ul{
  margin:0;
  padding:0;
  list-style:none;
}

.sp-off-intro-right li{
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,0.18);
  font-size:15px;
}

/* TITLE */
.sp-off-title{
  max-width:850px;
  margin:70px auto 34px;
  text-align:center;
}

.sp-off-title span{
  display:inline-block;
  background:#fff2e8;
  color:#ff6900;
  padding:8px 18px;
  border-radius:30px;
  font-weight:800;
  margin-bottom:12px;
}

.sp-off-title h2{
  font-size:34px;
  line-height:1.25;
  color:#0b5d2a;
  margin:0 0 12px;
}

.sp-off-title p{
  font-size:16px;
  color:#555;
  line-height:1.7;
  margin:0;
}

/* CARDS */
.sp-off-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.sp-off-card{
  background:#fff;
  padding:28px 22px;
  border-radius:20px;
  box-shadow:0 8px 28px rgba(0,0,0,0.07);
  border:1px solid #e8eee9;
  transition:0.3s ease;
}

.sp-off-card:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.sp-off-icon{
  width:60px;
  height:60px;
  background:#fff2e8;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-size:28px;
  margin-bottom:18px;
}

.sp-off-card h3{
  margin:0 0 10px;
  color:#0b5d2a;
  font-size:21px;
}

.sp-off-card p{
  margin:0;
  color:#555;
  line-height:1.7;
  font-size:15px;
}

/* WORK */
.sp-off-work{
  margin-top:70px;
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:30px;
  align-items:start;
}

.sp-off-work-left{
  background:#fff;
  padding:36px;
  border-radius:22px;
  box-shadow:0 8px 28px rgba(0,0,0,0.07);
  border-left:6px solid #ff6900;
}

.sp-off-steps{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.sp-off-step{
  background:#fff;
  padding:24px;
  border-radius:18px;
  border:1px solid #e8eee9;
  box-shadow:0 7px 24px rgba(0,0,0,0.06);
}

.sp-off-step span{
  width:42px;
  height:42px;
  background:#0b5d2a;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  font-weight:800;
  margin-bottom:14px;
}

.sp-off-step h3{
  font-size:20px;
  color:#0b5d2a;
  margin:0 0 10px;
}

.sp-off-step p{
  color:#555;
  line-height:1.6;
  margin:0;
  font-size:15px;
}

/* COMPONENTS */
.sp-off-components{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.sp-off-components div{
  background:#fff;
  padding:24px;
  border-radius:18px;
  border-top:5px solid #ff6900;
  box-shadow:0 8px 26px rgba(0,0,0,0.07);
}

.sp-off-components h3{
  color:#0b5d2a;
  font-size:21px;
  margin:0 0 10px;
}

.sp-off-components p{
  color:#555;
  line-height:1.7;
  margin:0;
}

/* APPLICATION */
.sp-off-app{
  margin-top:70px;
  background:linear-gradient(135deg,#08391d,#0b6b35);
  padding:45px 30px;
  border-radius:26px;
}

.sp-off-title.light{
  margin:0 auto 30px;
}

.sp-off-title.light h2{
  color:#fff;
}

.sp-off-app-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.sp-off-app-grid div{
  background:rgba(255,255,255,0.12);
  color:#fff;
  padding:18px;
  border-radius:16px;
  text-align:center;
  font-weight:800;
  border:1px solid rgba(255,255,255,0.18);
}

/* WHY */
.sp-off-why{
  margin-top:70px;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:28px;
}

.sp-off-why-left,
.sp-off-contact{
  background:#fff;
  padding:36px;
  border-radius:24px;
  box-shadow:0 10px 32px rgba(0,0,0,0.08);
  border:1px solid #e8eee9;
}

.sp-off-checks{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:22px;
}

.sp-off-checks p{
  margin:0;
  background:#f7fbf8;
  padding:13px;
  border-radius:12px;
  font-size:15px;
  color:#333;
}

.sp-off-contact{
  background:linear-gradient(135deg,#ff6900,#ff8a26);
  color:#fff;
}

.sp-off-contact h3{
  font-size:28px;
  margin:0 0 12px;
  color:#fff;
}

.sp-off-contact p{
  color:#fff;
  line-height:1.7;
  margin-bottom:22px;
}

.sp-off-contact a{
  display:block;
  background:#fff;
  color:#0b5d2a !important;
  margin-bottom:12px;
  text-align:center;
}

/* FAQ */
.sp-off-faq-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.sp-off-faq{
  background:#fff;
  padding:24px;
  border-radius:18px;
  box-shadow:0 8px 26px rgba(0,0,0,0.07);
  border:1px solid #e8eee9;
}

.sp-off-faq h3{
  color:#0b5d2a;
  margin:0 0 10px;
  font-size:20px;
}

.sp-off-faq p{
  color:#555;
  line-height:1.7;
  margin:0;
}

/* FINAL */
.sp-off-final{
  margin-top:70px;
  text-align:center;
  background:linear-gradient(135deg,#052d1b,#0b6b35);
  color:#fff;
  padding:55px 25px;
  border-radius:28px;
}

.sp-off-final h2{
  color:#fff;
  font-size:36px;
}

.sp-off-final p{
  max-width:720px;
  margin:0 auto 25px;
  color:#eef8f0;
  line-height:1.7;
  font-size:16px;
}

.sp-off-final div{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

/* TABLET */
@media(max-width:991px){

  .sp-off-hero{
    min-height:500px;
    padding:65px 18px;
    background-size:300px;
  }

  .sp-off-hero h1{
    font-size:38px;
  }

  .sp-off-intro,
  .sp-off-work,
  .sp-off-why{
    grid-template-columns:1fr;
  }

  .sp-off-card-grid,
  .sp-off-components{
    grid-template-columns:repeat(2,1fr);
  }

  .sp-off-app-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* MOBILE */
@media(max-width:767px){

  .sp-offgrid-page{
    width:100%;
    margin-left:0;
  }

  .sp-off-container{
    padding:0 14px 50px;
  }

  .sp-off-hero{
    min-height:auto;
    padding:60px 15px 90px;
    background-size:220px;
    background-position:center bottom;
  }

  .sp-off-hero h1{
    font-size:28px;
    line-height:1.25;
  }

  .sp-off-hero p{
    font-size:15px;
  }

  .sp-off-hero-btns{
    flex-direction:column;
    align-items:center;
  }

  .sp-off-hero-btns a,
  .sp-off-final a{
    width:100%;
    max-width:290px;
    text-align:center;
  }

  .sp-off-intro{
    margin-top:-55px;
  }

  .sp-off-intro-left,
  .sp-off-intro-right,
  .sp-off-work-left,
  .sp-off-why-left,
  .sp-off-contact{
    padding:24px 18px;
    border-radius:18px;
  }

  .sp-off-intro-left h2,
  .sp-off-title h2,
  .sp-off-work-left h2,
  .sp-off-why-left h2,
  .sp-off-final h2{
    font-size:25px;
  }

  .sp-off-title{
    margin:50px auto 25px;
  }

  .sp-off-card-grid,
  .sp-off-components,
  .sp-off-steps,
  .sp-off-app-grid,
  .sp-off-checks,
  .sp-off-faq-grid{
    grid-template-columns:1fr;
  }

  .sp-off-card,
  .sp-off-components div,
  .sp-off-step,
  .sp-off-faq{
    padding:22px 18px;
  }

  .sp-off-app{
    padding:32px 16px;
    border-radius:20px;
  }

  .sp-off-final{
    padding:40px 18px;
    border-radius:20px;
  }

  .sp-off-final div{
    flex-direction:column;
    align-items:center;
  }
}

/* SMALL MOBILE */
@media(max-width:420px){

  .sp-off-hero h1{
    font-size:25px;
  }

  .sp-off-hero{
    padding:50px 12px 85px;
  }

  .sp-off-badge,
  .sp-off-small{
    font-size:12px;
    padding:7px 15px;
  }

  .sp-off-card h3,
  .sp-off-components h3,
  .sp-off-step h3,
  .sp-off-faq h3{
    font-size:19px;
  }
}/* End custom CSS */