.elementor-190 .elementor-element.elementor-element-a726c6e{--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-190 .elementor-element.elementor-element-5693cd7{--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-190 .elementor-element.elementor-element-f7a7a7e{--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-190 .elementor-element.elementor-element-69f9fba{--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-190 .elementor-element.elementor-element-1af650f{--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-1a70e3a */.geyser-hero {
  position: relative;
  height: 80vh;
  min-height: 550px;
  background: url('SOLAR-GEYSER.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.geyser-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8,21,35,0.85),
    rgba(11,28,45,0.75)
  );
}

.geyser-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  color: #ffffff;
}

.geyser-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 18px;
}

.geyser-content h1 {
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.geyser-content h1  {
  color: #ffffffff;
}
.geyser-content h1 span {
  color: #7bc043;
}

.geyser-content p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
}

/* Buttons */
.geyser-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.geyser-btn {
  padding: 14px 34px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

.primary-btn {
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

.secondary-btn {
  border: 2px solid #7bc043;
  color: #ffffff;
}

.secondary-btn:hover {
  background: #7bc043;
  color: #000;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {

  .geyser-content h1 {
    font-size: 34px;
  }

  .geyser-content p {
    font-size: 16px;
  }

  .geyser-hero {
    height: 70vh;
  }

  .geyser-buttons {
    flex-direction: column;
  }

  .geyser-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a766e0a */.geyser-about {
  padding: 110px 0;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.geyser-about-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 70px;
}

/* IMAGE */
.geyser-about-image {
  flex: 1;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.1);
}

.geyser-about-image img {
  width: 100%;
  display: block;
  transition: transform 0.7s ease;
}

.geyser-about-image:hover img {
  transform: scale(1.07);
}

/* CONTENT */
.geyser-about-content {
  flex: 1;
}

.geyser-section-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.geyser-about-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 20px;
}

.geyser-about-content h2 span {
  color: #7bc043;
}

.geyser-about-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.geyser-benefits {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.geyser-benefits li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
  transition: 0.3s;
}

.geyser-benefits li:hover {
  color: #7bc043;
  padding-left: 6px;
}

/* BUTTON */
.geyser-about-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 40px;
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s;
}

.geyser-about-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 900px) {

  .geyser-about-wrapper {
    flex-direction: column;
    gap: 50px;
  }

  .geyser-about-content h2 {
    font-size: 28px;
  }

  .geyser-about {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0301a75 */.geyser-benefit-section {
  padding: 110px 0;
  background: #f8fafc;
  font-family: 'Poppins', sans-serif;
}

.geyser-benefit-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.geyser-benefit-heading {
  text-align: center;
  margin-bottom: 70px;
}

.geyser-benefit-heading .benefit-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.geyser-benefit-heading h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 15px;
}

.geyser-benefit-heading h2 span {
  color: #7bc043;
}

.geyser-benefit-heading p {
  font-size: 16px;
  color: #555;
  max-width: 650px;
  margin: auto;
}

/* Grid */
.geyser-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.geyser-benefit-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  transition: 0.4s ease;
}

.geyser-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.benefit-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.geyser-benefit-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.geyser-benefit-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* Responsive */
@media (max-width: 1000px) {
  .geyser-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .geyser-benefit-grid {
    grid-template-columns: 1fr;
  }

  .geyser-benefit-heading h2 {
    font-size: 28px;
  }

  .geyser-benefit-section {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-22f558d */.geyser-features {
  padding: 110px 0;
  background: linear-gradient(135deg, #081523, #0b1c2d);
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}

.geyser-features-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* Heading */
.geyser-features-heading {
  text-align: center;
  margin-bottom: 70px;
}

.feature-tag {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 15px;
}

.geyser-features-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
.geyser-features-heading h2 span {
  color: #7bc043;
}
.geyser-features-heading h2 {
  color: #ffffffff;
}

.geyser-features-heading p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  max-width: 650px;
  margin: auto;
}

/* Grid */
.geyser-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.geyser-feature-card {
  background: rgba(255,255,255,0.06);
  padding: 35px 25px;
  border-radius: 18px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: 0.4s ease;
}

.geyser-feature-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 25px 60px rgba(0,0,0,0.4);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 18px;
}

.geyser-feature-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #ffffff;
}

.geyser-feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* Responsive */
@media (max-width: 1000px) {
  .geyser-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .geyser-features-grid {
    grid-template-columns: 1fr;
  }

  .geyser-features-heading h2 {
    font-size: 28px;
  }

  .geyser-features {
    padding: 80px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0209d7 */.geyser-final-cta {
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.geyser-cta-container {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
}

.geyser-cta-tag {
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 30px;
  background: rgba(123,192,67,0.15);
  color: #7bc043;
  margin-bottom: 20px;
}

.geyser-final-cta h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.geyser-final-cta h2 span {
  color: #7bc043;
}

.geyser-final-cta p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}

/* Buttons */
.geyser-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.geyser-cta-btn {
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

.primary-btn {
  background: linear-gradient(45deg, #f5b400, #7bc043);
  color: #000;
}

.primary-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.secondary-btn {
  border: 2px solid #7bc043;
  color: #0b1c2d;
}

.secondary-btn:hover {
  background: #7bc043;
  color: #000;
  transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 600px) {

  .geyser-final-cta {
    padding: 90px 0;
  }

  .geyser-final-cta h2 {
    font-size: 26px;
  }

  .geyser-cta-buttons {
    flex-direction: column;
  }

  .geyser-cta-btn {
    width: 100%;
  }
}/* End custom CSS */