body,p,h1,h2,h3,h4,h5,h6{color:#3e3e3d}h2{font-size:6rem;margin:4rem 0 3rem 0}p{font-family:karlaLight;font-size:2rem;line-height:120%;margin-bottom:4rem}.container-section{margin-bottom:8rem}.hr-border-white{border:1px solid #fff;color:#fff;margin:1rem 0 .2rem 0;width:28rem;opacity:1}.lander-container{min-height:100vh;min-height:100dvh;height:auto;background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),url("/static/images/re-landing-back.jpg");background-size:cover;background-repeat:no-repeat;background-position:center}.lander-container .container{min-height:inherit;height:100%}.lander-container .lander-content{min-height:inherit;height:100%}.lander-content{height:100%;width:100%;padding-left:10%}.lander-content h1{font-family:helvBold;font-size:7rem;color:#fff}.lander-content h3{font-size:2rem;font-family:helv;letter-spacing:.5rem;margin-bottom:4rem;color:#fff}.h1-border{padding-bottom:2rem;border-bottom:2px solid #fff}#dropdowns{min-height:100vh;min-height:100dvh;height:auto}#dropdowns p{margin:2rem 0 4rem 0}#dropdowns hr{margin-top:2rem}#dropdowns a,#dropdowns p{color:#fff;font-size:2.4rem;font-family:karlaLight;line-height:110%}.drop-btn{padding:4rem}.drop-btn h3{color:#fff}.actual-drop{padding:4rem;background-color:rgba(0,0,0,0)}.actual-drop p{max-width:70%}#drop-1,#drop-2,#drop-3{opacity:0;transform:translate(0, -12em);pointer-events:none;transition:transform .4s,opacity .4s,background-color .4s}.dropdown-container{width:50%;width:50%;height:100vh;background-position:52%;cursor:pointer}.drop-content{width:100%;color:#fff;pointer-events:none}.drop-content h3{font-size:3.4rem;font-weight:400;margin:0;background-color:rgba(0,0,0,0) !important}.drop-content img{background-color:rgba(0,0,0,0) !important}.drop-btn{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.drop-btn-1,.drop-btn-3{background-color:#54a744}#drop-btn-2{background-color:rgba(0,0,0,.7)}#dropdown-1,#dropdown-3{opacity:0;transition:transform .7s,opacity .3s}#dropdown-1{background-position:center;transform:translate(0,0)}#dropdown-3{background-position:center;transform:translate(0,0)}@media only screen and (max-width: 1300px)and (min-width: 1101px){#dropdowns,.dropdown-container{min-height:60vh;height:60vh}}@media only screen and (max-width: 1100px){#dropdowns,.dropdown-container{min-height:50vh;height:50vh}}@media only screen and (max-width: 767px){p{max-width:100% !important}#dropdowns{height:100vh}.dropdown-container{width:100%;height:50%;background-position:center;background-size:cover}#dropdown-1{transform:translate(0, -6em);opacity:0}#dropdown-3{transform:translate(0, 6em);opacity:0}}@media only screen and (max-width: 575px){.actual-drop{padding:2rem 3rem}.container{max-width:90%}}/*# sourceMappingURL=renewableEnergy.min.css.map */
/* === pmKusum overrides (safe) === */
.lander-container{position:relative; min-height: 60vh;}
.lander-container .lander-content{min-height: 48vh;}
.title-split{display:flex; flex-direction:column; gap:.15em; margin:0;}
.title-split .title-line{line-height:1.0;}
.h1-border{line-height:1.0; display:inline-block;}

#dropdowns{margin-top:2rem; margin-bottom:2rem;}
.dropdown-container{position:relative; min-height:420px; background-position:center!important; background-size:cover!important; background-repeat:no-repeat!important;}
.dropdown-container .drop-content{position:absolute; inset: 0; padding: 1.25rem 1.5rem;}
.actual-drop{max-width: 85%;}

@media (max-width: 767.98px){
  .dropdown-container{min-height:320px;}
  .actual-drop{max-width: 95%;}
}
/* === end overrides === */

.color-dirty-green { color: #6a994e; }
.impact {
  position: relative;
  padding: 6rem 0px; /* keep your spacing */
  overflow: hidden;
  height: 500px;
}

.impact-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* behaves like background-size: cover */
  z-index: 0;
}

.impact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: linear-gradient(to right, rgba(0,0,0,0.7) 30%, rgba(0,0,0,0) 100%);*/
  z-index: 1; /* overlay sits above video */
}

.impact-content {
  position: relative;
  z-index: 2;   /* keeps text above overlay */
  color: #fff;
}



/* Partners */
.partners-container{margin-top:12rem}
.partners-container h2{font-size:6rem;margin:.7em 0 1em}
.partners-carousel-item{min-width:100%;width:100%;margin-right:2%}
.partners-indicator-container .indicator-dot.indicator-dot-last{scale:0}
#partners-carousel-container-sm{display:none}
.indicator-row-lg{display:flex} /* <-- was hidden forever; now visible by default */
.logo-child{min-width:100%;margin:0;margin-right:1%}
.logo-child img{height:8em;max-width:100%}
.logo-child>div{margin:2rem 0}
.logo-child .logo-child-data{box-shadow: 2px 2px 2px 2px #eee;padding: 5px;}
#logo-child-1{margin-left:0;transition:.5s}
.partners-logo-bg{height:5em!important}
.partners-square{height:7em!important}

