body.homepage {
  background: #fff;
}

.homepage .row{
  justify-content: center;
}

.solar__splash {
  background: #2beda3 url('../img/pattern.svg') center center repeat;
  min-height: 500px;
  padding: 30px 0;
  background-size: 75px;
  position: relative;
}

.solar__splash--brand {
  min-height: calc(100vh - 140px);
}

.solar__splash img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top center;
  width: calc(50% + 150px);
  height: 100%;
  clip-path: polygon(0% 0%,100% 0%,93% 100%, 0% 100%);
}

.solar__splash--brand img {
  clip-path: none;
  width: 100%;
}

.solar__splash video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: top center;
  width: calc(50% + 150px);
  height: 100%;
  clip-path: polygon(0% 0%,100% 0%,93% 100%, 0% 100%);
}

.solar__splash-container {
  max-width: 650px;
  position: relative;
  background: #fff;
  box-shadow: 3px 4px 34px rgb(0 0 0 / 8%);
  border-radius: 20px;
  margin: 0 0 0 auto;
  padding: 30px 0;
  z-index: 1;
}

.solar__splash-container--brand {
  margin: 40px auto;
}

.solar__splash--header{
  padding: 0 50px 20px;
  border-bottom: 1px solid #f2f2f2;
}

.solar__splash-container h1 ,
.solar__splash-container h2{
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  color: #1f1f29;
  margin: 0;
}

.solar__splash-container h2{
  font-size: 18px;
  font-weight: normal;
}

.solar__splash--form {
  align-items: center;
}

.solar__splash--steps,
.solar__splash--form,
.solar__splash--counter,
.solar__splash--footer{
  padding: 20px 50px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}

.solar__splash--footer{
  padding: 20px 50px 0;
  border-top: 1px solid #f2f2f2;
}

.solar__step--circle{
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.52;
  background-color: #1f1f29;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
}

.solar__step--circle.active{
  background: #00ffb0;
  color: #1f1f29;
}

.solar__step--description{
  font-weight: 700;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #1f1f29;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px 0 0 0;
}

.solar__step--description.active{
  background: #00ffb0;
  clip-path: polygon(2% 0%,100% 0%,98% 100%, 0% 100%);
}

.solar__splash--form,
.solar__splash--counter,
.solar__splash--footer{
  text-align: left;
}

.solar__splash--form p,
.solar__splash--counter p,
.solar__splash--footer p{
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5;
  color: #1f1f29;
  margin: 0;
}

.solar__splash--form input {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  background: #FCFCFC;
  font-weight: 700;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 19px;
  height: 40px;
  width: 100%;
  text-align: center;
}

.col-postalcode {
  width: 100%;
}

.solar__slider {
  -webkit-appearance: none;
  width: 80%;
  max-width: 350px;
  height: 15px;
  background: #ccc;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 25px;
  height: 10px;
}

.solar__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #1f1f29;
  cursor: pointer;
}

.solar__slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #1f1f29;
  cursor: pointer;
}

.solar__price-slider{
  display: flex;
  margin-top: 10px;
}

.solar__price-slider h2{
  text-align: right;
  width: 20%;
  margin-top: -5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.63;
  color: #1f1f29;
}

.solar__splash--footer{
  border-bottom: none;
}

.solar__splash--footer p{
  font-size: 14px;
  color: #979797;
}

.solar__btn.full.home-btn {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  padding: 11px 35px;
  white-space: nowrap;
  background: linear-gradient(to right, #1f1f29, #1f1f29, #1f1f29, #1f1f29);
  background-size: 300% 300%;
  background-position: 0 50%;
  color: #fff;
  box-shadow: rgb(0 0 0 / 16%) 1px 1px 5px;
  display: inline-block;
  border-radius: 34px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.15s ease;
  cursor: pointer;
}

.solar__companies{
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.solar__companies h2{
  flex: 0 0 40%;
  padding-right: 50px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #1f1f29;
  margin: 0;

}

.solar__companies h2 span{
  font-weight: 700;
}

.solar__companies--logo{
  flex: 0 0 60%;
  display: flex;
  justify-content: space-between;
}

.solar__companies--logo img{
  max-width: 120px;
}

.solar__holaluz--image{
  max-width: 200px !important;
}

.solar__benefits{
  padding: 100px 0;
  background: #2beda3 url('../img/pattern.svg') center center repeat;
  background-size: 75px;
  position: relative;
}

.solar__benefits h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  color: #1f1f29;
  margin: 0;
}

.solar__benefits h2 span{
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.solar__benefits h2 span::before,
.solar__faqs h2 span::before{
  clip-path: polygon(2% 0%,100% 0%,98% 100%, 0% 100%);
  content: '';
  width: calc(100% + 18px);
  height: 16px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -8px;
  background: #fff;
  z-index: -1;
}

.solar__benefits .card{
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
  display: flex;
  box-shadow: 3px 4px 34px rgb(0 0 0 / 8%);
}

.solar__benefits .card img{
  margin-right: 30px;
  max-width: 58px;
  max-height: 85px;
}

.solar__benefits h3{
  font-weight: 700;
  font-size: 17px;
  line-height: 1.4;
  color: #1f1f29;
  margin: 0 0 5px 0;
}

.solar__benefits p{
  font-weight: 700;
  font-size: 15px;
  line-height: 156.3%;
  color: #979797;
  margin: 0;
}

.solar__svg--bg1{
  position: absolute;
  right: 300px;
  top: 80px;
}

.solar__svg--bg2{
  position: absolute;
  right: 260px;
  top: 35px;
}

.solar__benefits .card-1, .solar__benefits .card-2{
  margin-right: 25px;
}

.solar__benefits .card-3, .solar__benefits .card-4{
  margin-left: 25px;
}

.solar__faqs{
  padding-top: 100px;
  padding-bottom: 100px;
}

.solar__faqs h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}

.solar__faqs h2 span{
  position: relative;
  z-index: 9;
  font-weight: 700;
}

.solar__faqs p{
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #1f1f29;
  margin: 10px 0 60px 0;
}

.solar__accordian li{
  margin: 0;
 list-style: none;
}

.solar__accordian li h2{
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #1f1f29;
}


.solar__accordian .question{
  position: relative;
  border-top: 1px solid #eee;
  padding: 10px 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solar__accordian .question h3 {
  font-size: 18px;
}

.solar__accordian .answer p{
  font-size: 18px;
  font-weight: 500;
  color: #606060;
  padding: 0 150px 0 0;
  text-align: left;
}

.solar__accordian .answer{
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

.solar__accordian li.open .answer{
  max-height: 250px;
}

.solar__accordian ul{
  margin-bottom: 0;
  padding-left: 0;
}

.solar__faqs h2 span::before{
  background: #00ffb0;
}

.solar__poweredByVatiometro {
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

.solar__poweredByVatiometro span {
  position: relative;
}

.solar__poweredByVatiometro span::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: #fff dotted 1px;
}


.vatiometro-toggles .toggle-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  position: relative;
  border-radius: 8px;
  background: #f9f9f9;
  user-select: none;
  overflow: hidden;
  font-weight: 700;
  font-size: 12px;
}

.vatiometro-toggles input[type="radio"] {
  display: none;
}

.vatiometro-toggles label.toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  transition: color 0.3s ease;
}

.vatiometro-toggles input[type="radio"]:checked + label {
  background-color: #007BFF; /* Highlight the active label */
}


@media (max-width: 1200px){
  .solar__svg--bg1{
    right: 20%;
  }
  .solar__svg--bg2{
    right: 15%;
  }
}

@media (max-width: 1024px){

  .solar__splash-container {
    transform: translateX(0);
    width: 100%;
    margin: 0 auto;
  }

  .solar__companies {
    flex-direction: column;
  }

  .solar__companies h2 {
    text-align: center;
    margin: 0 -20px;
  }

  .solar__companies--logo {
    margin-top: 40px;
  }

  .solar__faqs {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 768px){

  .solar__splash {
    min-height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  .solar__splash--brand {
    min-height: calc(100vh - 140px);
  }

  .solar__splash video,
  .solar__splash img {
    position: inherit;
    width: calc(100% - 10px);
    min-height: 40vh;
    clip-path: polygon(0% 0%,100% 0%,100% 96%, 0% 90%);
    border-top-left-radius: 20px;
    margin: 20px 0 0 10px;
  }

  .solar__splash--brand video,
  .solar__splash--brand img {
    position: absolute;
    min-height: calc(100vh - 40px);
    clip-path: none;
    width: 100%;
    border-radius: 0;
    margin: 0;
  }

  .solar__splash .wrapper {
    width: 100%;
    padding: 0;
  }

  .solar__splash-container {
    width: calc(100% - 20px);
    margin: -60px auto 30px auto;
    padding: 20px 0 25px;
  }

  .solar__splash-container--brand {
    margin: 60px auto 30px auto;
  }

  .solar__companies {
    align-items: center;
  }

  .solar__companies h2{
    flex: 0 0 50%;
  }

  .solar__companies--logo{
    flex: 0 0 50%;
    flex-wrap: wrap;
    justify-content: center;
  }

  .solar__companies--logo img{
    flex: 0 0 50%;
    max-width: 80px;
    margin: 0 20px 40px 0;
  }

  .homepage .solar__benefits .row {
    flex-direction: column;
  }

  .solar__benefits .card-1, .solar__benefits .card-2{
    margin-right: 0;
    margin-top: 40px;
  }

  .solar__benefits .card-3, .solar__benefits .card-4{
    margin-left: 0;
    margin-top: 40px;
  }

  .solar__accordian .answer p {
    padding: 0;
  }

  .solar__accordian li.open .answer{
    max-height: 700px;
  }

  .solar__benefits {
    padding-top: 60px;
  }

  .solar__accordian .question h3 {
    font-size: 16px;
  }

  .solar__faqs h2 {
    font-size: 22px;
  }
}

@media (max-width: 500px){

  .solar__splash--header {
    padding: 0 20px 20px;
  }

  .solar__companies h2{
    flex: 0 0 100%;
    padding-right: 0;
    text-align: left;
    font-size: 18px;
    margin: 0;
  }

  .solar__companies{
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .solar__splash-container {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 20px;
    transform: translateX(-11px);
  }

  .solar__splash-container h1 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
    letter-spacing: -0.1px;
  }

  .solar__splash-container h2{
    font-size: 16px;
    font-weight: 700;
    color: #666;
  }

  .solar__splash--steps {
    display: none;
  }

  .solar__splash--steps,
  .solar__splash--form,
  .solar__splash--counter,
  .solar__splash--footer {
    padding: 20px 20px;
    flex-direction: column;
  }

  .solar__btn.full.home-btn {
    margin-bottom: 20px;
  }

  .solar__splash--footer .col:first-child {
    order: 1;
  }

  .solar__splash--footer .col:last-child {
    order: 0;
  }

  .solar__benefits .wrapper {
    padding: 0 20px;
  }

  .solar__benefits h2 {
    font-size: 20px;
  }

  .solar__svg--bg2 {
    top: 25px;
  }

  .solar__svg--bg1 {
    top: 55px;
    right: 25%;
  }

  .solar__splash--form p,
  .solar__splash--counter p {
    text-align: center;
    margin: 0 0 10px;
  }

  .solar__splash--form p {
    display: none;
  }

  .solar__splash--form .row {
    flex-direction: column;
  }

  .solar__splash--footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .solar__benefits .row{
    flex-direction: column;
  }

  .solar__benefits .card-3,
  .solar__benefits .card-4{
    margin-left: 0;
  }

  .solar__benefits .card-1,
  .solar__benefits .card-2{
    margin-right: 0;
  }

  .solar__svg--bg2{
    right: 10%;
  }

  .solar__accordian li h2{
    text-align: left;
  }

  .solar__price-slider h2 {
    white-space: nowrap;
  }

  .solar__faqs p{
    font-size: 16px;
  }

  .solar__benefits .card img {
    max-width: 38px;
    max-height: 65px;
    margin-right: 18px;
  }
}

@media (max-width: 380px){
  .solar__splash-container h1 {
    font-size: 17px;
  }

  .solar__splash-container h2 {
    font-size: 15px;
  }

  .solar__btn.full.home-btn{
    font-size: 14px;
  }
}