.grv-next[disabled] {
  opacity: 0.6;
  cursor: default;
}

.grv-cookie-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px;
  z-index: 10000000;
  background: #ededed;
  border-right-width: 0;
  border-left-width: 0;
}

.grv-cookie-bar.grv-cookie-bar-top {
  top: 0;
  bottom: auto;
  border-bottom-width: 0;
}

.grv-cookie-bar.grv-cookie-bar-bottom {
  bottom: 0;
  top: auto;
  border-top-width: 0;
}

.grv-cookie-bar * {
  font-family: Arial, sans-serif;
  background: transparent;
  border: none;
  bottom: auto;
  clear: none;
  float: none;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto;
  padding: 0;
  margin: 0;
  border-radius: 0;
  position: static;
  font-weight: 400;
}

.grv-cookie-bar .grv-cookie-bar-warpper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grv-cookie-bar .grv-cookie-bar-message {
  flex-grow: 1;
  padding: 0 35px;
  flex-basis: min-content;
}

.grv-cookie-bar .grv-cookie-bar-warpper .grv-cookie-bar-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.grv-cookie-bar button.grv-cookie-bar-button,
.grv-cookie-bar button.grv-cookie-bar-confirm-button {
  cursor: pointer;
  text-decoration: none;
}

.grv-cookie-bar .grv-cookie-bar-confirm {
  padding: 0 20px;
}

.grv-cookie-bar .grv-cookie-bar-confirm-button {
  padding: 8px 18px;
  font-weight: 700;
  background: #03f;
  color: #fff;
  font-size: 13px;
}

.grv-cookie-bar .grv-cookie-bar-close-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 20px;
  box-sizing: content-box;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 425px) {
  .grv-cookie-bar {
    position: absolute;
  }

  .grv-cookie-bar .grv-cookie-bar-warpper {
    flex-direction: column;
  }

  .grv-cookie-bar .grv-cookie-bar-warpper .grv-cookie-bar-actions {
    width: 100%;
    margin-top: 20px;
  }
}

.grvMultiSteps .grv-next,
.grvMultiSteps .grv-previous,
.grvMultiSteps .grv-step,
.grvMultiSteps .grv-submit {
  display: none !important;
}

.grv-step.active {
  display: block !important;
}

.grv-next.active,
.grv-previous.active,
.grv-submit.active {
  display: inline-block !important;
}

.grvs-submit {
  display: flex;
  justify-content: space-between;
}

.grvs-submit button,
.grvs-submit input {
  margin-right: 0;
  margin-left: 0;
}

.grvs-submit.grvs-submit-space-between {
  display: flex !important;
  justify-content: space-between !important;
}

.grvs-submit.grvs-submit-space-between button,
.grvs-submit.grvs-submit-space-between input {
  margin: 0 !important;
}
.hero-section {
  background: url("../img/Header_28.jpeg") no-repeat center center/cover;
  min-height: 100vh;
}
.content-box {
  background-color: rgba(51, 51, 51, 0.9); /* Semi-transparent dark */
}
.impact-section h2 {
  font-size: 1.8rem;
  line-height: 1.4;
}
.impact-section img {
  transition: transform 0.3s ease;
}
.impact-section img:hover {
  transform: scale(1.05);
}
.services-section h5 {
  font-weight: 600;
  color: #fff;
}
.services-section img {
  transition: transform 0.3s ease;
}
.services-section img:hover {
  transform: scale(1.1);
}
.section-testimonials{padding:60px 0}
    .section-testimonials h2{font-weight:700; line-height:1.25}
    .lead-muted{color:#6c757d; font-size:1.05rem}
    .video-card{
      position:relative; border-radius:14px; overflow:hidden;
      box-shadow:0 10px 24px rgba(0,0,0,.08);
    }
    .video-card img{width:100%; height:auto; display:block}
    .play-overlay{
      position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
      transition:transform .2s ease, opacity .2s ease;
    }
    .play-overlay .play-btn{
      width:86px; height:86px; border-radius:50%; background:rgba(255,255,255,.9);
      display:flex; align-items:center; justify-content:center; border:0; outline:none;
      box-shadow:0 6px 18px rgba(0,0,0,.15); cursor:pointer;
    }
    .play-overlay .play-btn svg{width:34px; height:34px}
    .video-card:hover .play-overlay{transform:scale(1.03); opacity:.98}
    /* little spacing between rows on mobile */
    .t-row + .t-row{margin-top:2.5rem}
	
	/* Section wrapper with background */
    .switch-solar {
      position: relative;
      min-height: 100vh;
      background: url('../img/round.jpg') center/cover no-repeat fixed;
      display: flex; align-items: flex-start;
      padding: 60px 0 80px;
    }
    /* dark glass layer over bg for readability */
    .switch-solar::before{
      content:""; position:absolute; inset:0;
      background: linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.35));
    }

    /* form card */
    .lead-card{
      position: relative;
      background: rgba(33,37,41,.55); /* #212529 with opacity */
      border-radius: 18px;
      padding: 28px;
      color: #fff;
      box-shadow: 0 10px 30px rgba(0,0,0,.18);
      backdrop-filter: blur(3px); /* supported on modern browsers; harmless on older */
    }
    .lead-card label{font-weight:600}
    .lead-card .form-control,
    .lead-card .custom-select{
      background:#fff; color:#212529; border:0; height:48px;
      box-shadow:0 2px 0 rgba(0,0,0,.04) inset;
    }
    .lead-card .form-control::placeholder{color:#9aa0a6}
    .btn-brand{
      height:52px; font-weight:600; letter-spacing:.3px;
      background:#164b6a; border:0;
    }
    .title{
      color:#fff; text-align:center; font-weight:700; margin-bottom:22px;
      text-shadow:0 2px 10px rgba(0,0,0,.25);
    }
    /* make the form width close to your screenshot */
    @media (min-width: 992px){
      .lead-card{width: 680px; margin: 0 auto;}
    }

.net-metering {
      padding: 60px 0;
      background-color: #fff;
    }
    .net-metering h2 {
      font-weight: 700;
      margin-bottom: 20px;
      color: #000;
    }
    .net-metering p {
      font-size: 1.05rem;
      line-height: 1.6;
      color: #333;
    }
    .net-metering img {
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,.08);
      max-width: 100%;
      height: auto;
    }
	.solar-financing {
      background: url('../img/Layer_26_2.jpeg') center/cover no-repeat;
      text-align: center;
      padding: 60px 20px;
      color: #fff;
    }
    .solar-financing h2 {
      font-weight: 700;
      margin-bottom: 12px;
    }
    .solar-financing p {
      font-size: 1.1rem;
      margin-bottom: 25px;
    }
    .solar-financing .btn-cta {
      background: #f7b500; /* yellow/orange */
      color: #000;
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 6px;
      border: none;
      transition: all 0.3s ease;
    }
    .solar-financing .btn-cta:hover {
      background: #e0a200;
      color: #000;
      text-decoration: none;
    }
	.installation-support {
      padding: 60px 0;
      background: #fff;
    }
    .installation-support h2 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .installation-support h4 {
      font-weight: 700;
      margin-top: 25px;
      margin-bottom: 10px;
    }
    .installation-support p {
      font-size: 1.05rem;
      line-height: 1.6;
      color: #333;
    }
    .installation-support img {
      max-width: 100%;
      height: auto;
    }
	.activities {
      background: #083d65; /* dark blue background */
      padding: 70px 0;
      color: #fff;
    }
    .activities h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px;
    }
    .activity-card {
      background: #052f4d; /* slightly darker card */
      border-radius: 8px;
      padding: 25px 20px;
      margin-bottom: 30px;
      height: 100%;
      transition: transform .2s ease, box-shadow .2s ease;
    }
    .activity-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,.25);
    }
    .activity-card h4 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .activity-card p {
      font-size: 0.95rem;
      line-height: 1.6;
      margin-bottom: 0;
    }
	.partners {
      padding: 70px 0;
      background: #fff;
      text-align: center;
    }
    .partners h2 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .partners p.sub {
      font-size: 1.05rem;
      color: #444;
      margin-bottom: 40px;
    }
    .partner-logo {
     /* background: #fafafa;
      border: 1px solid #eee; */
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 30px;
      transition: transform .2s ease, box-shadow .2s ease;
	  /*width: 240px; */
    }
    .partner-logo img {
      max-height: 100px;
      width: 240px;
      display: block;
      margin: 0 auto;
	  
    }
    .partner-logo:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,.15);
    }
    .partners .cta-text {
      font-size: 1rem;
      margin: 20px auto 30px;
      max-width: 800px;
      color: #333;
    }
    .partners .btn-cta {
      background: #f7b500;
      color: #000;
      font-weight: 600;
      font-size: 1rem;
      padding: 14px 28px;
      border-radius: 6px;
      border: none;
      transition: all 0.3s ease;
    }
    .partners .btn-cta:hover {
      background: #e0a200;
      color: #000;
      text-decoration: none;
    }
	.projects-collage {
      padding: 70px 0;
      background: #fff;
      text-align: center;
    }
    .projects-collage h2 {
      font-weight: 700;
      margin-bottom: 40px;
    }
    .projects-collage img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 6px 18px rgba(0,0,0,.1);
    }
	.projects-collage img:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,.15);
    }
	.projects-timeline {
      padding: 60px 0;
      background: #fff;
    }
    .projects-timeline .year {
      font-size: 1.8rem;
      font-weight: 700;
      color: #111;
    }
	.projects-timeline .year-inv {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
    }
    .projects-timeline .project-box {
      margin-bottom: 30px;
    }
	.projects-timeline .project-box-inv {
      margin-bottom: 30px;
    }
    .projects-timeline .project-box p {
      margin-bottom: 5px;
      font-size: 0.95rem;
      color: #333;
    }
	.projects-timeline .project-box-inv p {
      margin-bottom: 5px;
      font-size: 0.95rem;
      color: #333;
    }
    .projects-timeline .row {
      margin-bottom: 40px;
    }
	
    @media (max-width: 768px) {
      .projects-timeline .year {
        text-align: center;
        margin-bottom: 15px;
      }
    }
	@media (max-width: 768px) {
      .projects-timeline .year-inv {
        text-align: center;
        margin-bottom: 15px;
      }
    }
	.cta-final {
      background: url('../img/Layer_26_2.jpeg') center/cover no-repeat;
      padding: 80px 20px;
      text-align: center;
      color: #fff;
    }
    .cta-final h2 {
      font-weight: 700;
      margin-bottom: 20px;
    }
    .cta-final p {
      font-size: 1.1rem;
      margin-bottom: 25px;
    }
    .cta-final .btn-outline {
      display: inline-block;
      padding: 12px 30px;
      font-size: 1rem;
      font-weight: 600;
      color: #fff;
      border: 2px solid #f7b500;
      border-radius: 6px;
      background: transparent;
      transition: all 0.3s ease;
    }
    .cta-final .btn-outline:hover {
      background: #f7b500;
      color: #000;
      text-decoration: none;
    }
	.contact-offices {
      background-color: rgb(40,40,40);
      color: #ddd;
      padding: 70px 20px;
    }
    .contact-offices h4 {
      font-weight: 700;
      color: #f7b500;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
    }
    .contact-offices h4 i {
      margin-right: 10px;
      font-size: 1.3rem;
    }
    .contact-offices p {
      margin-bottom: 6px;
      font-size: 0.95rem;
      line-height: 1.6;
    }
    .contact-offices hr {
      border-top: 1px solid #444;
      margin: 20px 0;
    }
    .sales-offices .col-md-4 {
      margin-bottom: 30px;
    }
    .sales-offices h6 {
      font-weight: 600;
      margin-bottom: 8px;
      color: #fff;
    }
	.broder{
		border-bottom: 1px solid #666666;
		line-height: 24px;
		padding-right: 100px;

	}
	.top-broder{
		border-top: 1px solid #666666;
		line-height: 24px;
		padding-right: 216px;
		padding-top: 10px;
		padding-left: 0px;
		padding-bottom: 0px;
		
	}
	.footer-bar {
      background: #fff;
      padding: 20px 0;
      border-top: 1px solid #eee;
    }
    .footer-bar .left-text {
      color: green;
      font-size: 0.95rem;
      margin-bottom: 8px;
    }
    .footer-bar .btn-group-companies {
      background: #600; /* dark maroon */
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      padding: 6px 16px;
      border-radius: 2px;
      border: none;
      transition: all 0.3s ease;
    }
    .footer-bar .btn-group-companies:hover {
      background: #900;
      color: #fff;
      text-decoration: none;
    }
    .footer-bar .logo img {
      /*max-height: 40px;*/
      width: 240px;
	  max-width: 100%;
    }
    @media (max-width: 767px) {
      .footer-bar .row {
        text-align: center;
      }
      .footer-bar .logo {
        margin-top: 15px;
      }
    }
	.year-inv{
		background: #083d65; /* dark blue background */
		height: 100%;
		text-align: center;
		align-content: center;
	}
	.year-inv:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 20px rgba(0,0,0,.25);
	  
    }