html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #F7F7F7;
  color: #333;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.custom-container {
  width: 100%;
  max-width: 2400px;
  padding: 0 20px;
  margin: 0 auto;
}

/* Responsive font sizes for headings */


.logo {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.benefits {
  margin-top: 6%;
}

.heading-title {
  color: #e75200;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.elementors-heading-title {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 3.3em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-top: 6%;
}

.address-heading {
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

.text-secondary {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  text-align: center;
}

.img-fluid {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 25px;
  height: 544px;
  width: 644px;

  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.input-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 15px;
}


.hero-section {
  padding: 2%;
  display: flex;
  align-items: center;
}

.hero-section img {
  max-width: 100%;
  border-radius: 25px;
}

.hero-section input[type="text"] {
  padding: 22px;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #666;
  transition: all .3s;
  margin-top: 5%;
  box-sizing: border-box;
}

.button-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.hero-section button {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.2em;
  font-weight: 600;
  background-color: #ffc600;
  border-radius: 50px;
  padding: 14px;
  color: white;
  width: 100%;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hero-section button:hover:not(:disabled) {
  background-color: #e6b100;
  cursor: pointer;
}

.elementor-button {
  font-family: "Poppins", Sans-serif;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  border: none;
  margin-top: 6%;
  text-transform: uppercase;
  background-color: #ffc600 !important;
  border-radius: 30px !important;
  padding: 1em 2em !important;
  width: 92% !important;
  margin-left: 3%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.elementors-button {
  font-family: "Poppins", Sans-serif;
  font-size: 18px !important;
  font-weight: 500;
  border: none;
  text-transform: uppercase;
  background-color: #e75200 !important;
  border-radius: 30px !important;
  margin-top: 8% !important;
  padding: 1em 2em !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.rating-display {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 14px;
}

.stars {
  color: #fbbf24;
  font-size: 16px;
}

.rating-text {
  font-weight: 500 !important;
}

.logo-slider {
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #f8f8f8;
  padding: 20px 0;
}

.logo-track {
  display: inline-block;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 60px;
  margin: 0 40px;
  vertical-align: middle;
  opacity: 0.8;
  transition: opacity 0.3s;
  max-width: 100%;
}

.logo-track img:hover {
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Third page style */

.box-style {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  border-style: solid;
  border-width: 10px;
  border-color: #fff;
  border-radius: 25px;
  max-width: 100%;
  width: 100%;
  padding: 40px 30px;
  height: auto;
  /* ✅ Don't set fixed height */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.estimate-box {
  max-width: 650px;
  margin: 50px auto;
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
}

.estimate-box img {
  width: 150px;
  margin-bottom: 15px;
}

.logo-text {
  font-weight: bold;
  color: #ff7f00;
}

.sub-text {
  font-style: italic;
  color: #333;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
}

.main-title {
  color: #000;
  font-family: "Poppins", sans-serif !important;
  font-size: 2.2em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 25px;
  line-height: 1em;
}

#slider {
  margin: 20px 0 10px;
}

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ff7f00;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.noUi-connect {
  background: #ff7f00;
}

.noUi-tooltip {
  background: #fff;
  color: #000;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.why-text {
  color: darkgrey;
  font-size: 16px;
}

.btn-estimate {
  background-color: #ffb800;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
  border: 1px solid #c36;
  padding: 20px;
  margin-top: 20px;
  width: 100%;
}

.btn-estimate:hover {
  background-color: #ffa500;
}

/* Close style */

/* Fourth page style */
.form-container {
  max-width: 650px;
  padding: 40px 20px 100px;
  /* ✅ Add bottom padding for mobile space */
  margin: 0 auto;
  /* ✅ Center horizontally only */
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}


.form-container img {
  height: 100px;
}

.title {
  color: #ff6700;
  font-weight: 300;
  font-size: 28px;
}

.question {
  font-weight: 900;
  font-size: 40px;
  color: #000;
  margin: 1px 0 30px;
}

.titles {
  color: #ff6700;
  font-weight: 300;
  font-size: 22px;
}

.questions {
  font-weight: 900;
  font-family: "Poppins", sans-serif !important;
  font-size: 30px;
  color: #000;
  margin: 1px 0 30px;
}

.card-option {
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #00000014;
  border: solid 2px #80808075;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.card-option:hover {
  transform: translateY(-5px);
  border-color: #00c3ff;
  box-shadow: 0 4px 20px rgba(0, 195, 255, 0.2);
}

.card-option.active {
  border-color: #00c3ff;
  box-shadow: 0 4px 20px rgba(0, 195, 255, 0.4);
}

.option-label {
  font-weight: 700;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  display: block;
  color: #333;
}

.description-text {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
}

.submit-btn {
  background-color: #ffba00;
  color: #fff;
  border-radius: 20px;
  padding: 15px;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  border: 1px solid #c36;
  transition: background 0.3s ease;
}

.submit-btn:hover {
  background-color: #ffa500;
}

.subtitle {
  font-style: italic;
  font-size: 14px;
  color: #777;
}

.form-heading {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  margin: 20px 0 30px;
  color: #000;
}

.form-label {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.form-control {
  border-radius: 10px;
  padding: 18px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #ffba00;
  box-shadow: 0 0 0 0.25rem rgba(255, 186, 0, 0.2);
}

.disclaimer {
  font-size: 13px;
  margin-top: 5% !important;
  color: #333;
  text-align: left;
}

.disclaimer .text-danger {
  margin-right: 5px;
}

/* Close style */

/* Result page style */
.custom-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 100vh;
}

/* Stats Box Styling */
.stats-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 30px 0;
}

/* Individual Stat Item */
.stat-item {
  padding: 20px;
}

.stat-item h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

.stat-item h3 .percent {
  font-size: 18px;
  font-weight: 400;
}

.stat-item p {
  font-size: 14px;
  color: #555;
  margin: 0;
  line-height: 1.4;
}

/* Last Column Green Text */
.stat-item .text-success {
  color: #28a745 !important;
  /* Bootstrap green */
}

.elementor-heading-titleas {
  color: #e75200;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: none;
  line-height: 1.1em;
  letter-spacing: 0;
}

.elementor-heading-titlees {
  font-family: 'Poppins', sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  text-transform: none;
}

.elementor-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/starburst2.png');
  /* ✅ Corrected path */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  pointer-events: none;
  transition: background .3s, border-radius .3s, opacity .3s;
}

.custom-section .container,
.custom-section h1,
.custom-section h2,
.custom-section img,
.custom-section a {
  position: relative;
  z-index: 2;
}

.result-heading {
  color: #ffc600;
  font-family: 'Poppins', sans-serif !important;
  font-size: 3.6em;
  font-weight: 800;
  text-transform: none;
}

.h5 {
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: capitalize;
}

section.solar-steps {
  position: relative;
  overflow: hidden;
}

.solar-steps .step-box {
  background-color: #fff;
  padding: 31px 20px 10px 17px;
  border-radius: 10px;
  box-shadow: 4px 30px 35px -10px rgba(0, 0, 0, .16);
  text-align: center;
  transition: all 0.3s ease;
}

.solar-steps .icon {
  font-size: 2.5rem;
  color: #ffc600;
  margin-bottom: 15px;
}

.solar-steps .icons {
  color: #ffc600 !important;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.8em;
  font-weight: 800 !important;
  text-transform: capitalize;
  line-height: 1.2em;
}

.solar-steps .headings {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
}

.img-fluids {
  height: 100%;
  width: 100%;
  padding: 0px;
  border-width: 0px;
  margin: 0px;
  left: 0px;
  top: 0px;
  touch-action: pan-x pan-y;
}

.chart-heading {
  color: #ffc600;
  font-family: patrick hand, sans-serif !important;
  font-weight: 600;
  font-size: 2em;
}

.text-headings {
  color: #ffc600 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2em;
}

.solar-steps i.fa-solid {
  padding: 25px;
  border-radius: 100px 100px 100px 100px;
  color: #fff;
  background-color: #ffc600;
  margin-bottom: 7%;
}

.solar-steps h2.title {
  font-family: 'Poppins', sans-serif !important;
  color: #ffc600;
  margin-bottom: 1rem;
  font-size: 3.0rem;
  font-weight: 800;
  line-height: 1.2em;
}

.solar-steps p.description {
  font-size: 18px;
  font-weight: 300;
  color: #242424;
  font-family: 'Poppins', sans-serif;
}

.solar-steps h6 {
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  color: #242424;
  margin-bottom: 10px;
  font-size: 14px;
}

.elementor-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
}

.solar-estimate-section {
  background-color: #f8f9fa;
  padding: 20px;
}

.section-subtitle {
  color: #ffc600;
  font-family: poppins, Sans-serif;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: none;
  line-height: 1.1em;
  letter-spacing: 0;
}

.section-title {
  color: #e75200;
  margin-bottom: 1rem;
  font-family: poppins, Sans-serif;
  font-size: 2.6em;
  font-weight: 800;
}

.section-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.address {
  color: #000;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: capitalize;
}

.custom-hr {
  border: none;
  height: 1px;
  width: 100%;
  max-width: 400px;
  margin-left: 6%;
  background: repeating-linear-gradient(90deg, #000, #000 6px, transparent 6px, transparent 12px);
}

.text-success {
  color: #ffc600 !important;
  font-family: poppins, Sans-serif;
  font-size: 2.9em !important;
  font-weight: 800 !important;
  text-transform: none;
  line-height: 1.1em;
  letter-spacing: 0;
}

.text-dark {
  color: #e75200 !important;
  font-family: poppins, Sans-serif;
  font-size: 1.8em !important;
  font-weight: 800 !important;
  text-transform: none;
  line-height: 1.1em;
  letter-spacing: 0;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Full screen height */
  background-image: url(../img/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

.footers {
  background-color: #022028 !important;
  color: rgba(253, 119, 1, 1);
  text-align: center;
  padding: 20px;
  width: 100%;
}

.footers .logo img {
  width: 240px;
  margin-left: 5px;
  vertical-align: middle;
}

.footers .disclaimer {
  font-size: 0.9rem;
  margin: 30px 0;
  text-align: left;
}

.footers .links {
  font-size: 0.9rem;
}


/* Close style */

/* card  style */
/* === Main Card Styling === */
.shadow-box {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 1.1rem;
  font-size: 1.25rem;
  text-align: center;
  border: none;
  height: 100%;
  transition: transform 0.3s ease;
}

.shadow-box:hover {
  transform: translateY(-5px);
  /* subtle hover effect */
}

/* === Card Title Styling === */
.card-title {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.64rem;
  color: #FF6600;
}

/* === Card Text Styling === */
.card-text {
  font-size: 1.125rem;
  line-height: 1.6rem;
  color: #333;
}

.what-you-learn-section {
  background-color: white;
}

.what-you-learn-section h2 {
  font-size: 1.75rem;
  color: #000;
}

.info-box {
  display: flex;
  align-items: flex-start;
  padding: 1.2rem;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  border-radius: 4px;
  height: 100%;
  transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-3px);
}

.info-box .number {
  font-weight: bold;
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 12px;
}

.highlighted-box {
  background: linear-gradient(to right, #00a1e0, #006cbf);
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.2rem;
  border-radius: 4px;
  height: 100%;
  border: none;
}

/* === Responsive Fixes === */


.why-accurate-section {
  background-color: #F6F7FB;
}

.sub-heading {
  font-size: 1.1rem;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

.icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.info-box-text {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 4px;
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  width: 100%;
}

/* card  style closed */

.footer-text {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: black;
  background-color: white;
  font-weight: 500;
  width: 100%;
}


@media (min-width: 1600px) {

  .hero-section .col-lg-5,
  .hero-section .col-lg-7 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .custom-container {
    max-width: 1500px;
  }

  .heading-title {
    font-size: 2rem;
  }


  .what-you-learn-section h2 {
    font-size: 2.1rem;
  }

  .info-box,
  .highlighted-box {
    font-size: 1.2rem;
    padding: 1.5rem;
  }

  .info-box .number {
    font-size: 1.5rem;
  }
}

/* Extra spacing on larger screens */
@media (min-width: 1400px) {
  .shadow-box {
    padding: 2rem;
    font-size: 1.4rem;
  }

  .card-title {
    font-size: 1.75rem;
  }

  .card-text {
    font-size: 1.3rem;
  }
}


/* Responsive styles */
@media (max-width: 992px) {
  .heading-title {
    font-size: 1.6rem;
  }

  .elementors-heading-title {
    font-size: 2.6rem;
  }

  .address-heading {
    font-size: 20px;
  }

  .elementors-button {
    font-size: 16px;
  }

  .elementor-button {
    font-size: 16px;
  }

  .result-heading {
    font-size: 2.8rem;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .title {
    font-size: 2rem;
  }

  .question {
    font-size: 30px;
  }

  .form-heading {
    font-size: 30px;
  }

  .titles {
    font-size: 18px;
  }

  .text-headings {
    font-size: 2rem;
  }

  .questions {
    font-size: 26px;
  }

  .text-secondary {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .text-headings {
    font-size: 2rem;
  }

  .col-md-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .shadow-box {
    padding: 1rem;
    font-size: 1rem;
  }

  .card-title {
    font-size: 1.25rem;
  }

  .card-text {
    font-size: 1rem;
  }

  .form-container {
    padding: 20px 15px;
    margin: 15px auto;
  }


  .title {
    font-size: 2.1em;
  }

  .titles {
    font-size: 16px;
  }

  .questions {
    font-size: 24px;
  }

  .form-heading {
    font-size: 28px;
  }

  .elementors-button {
    font-size: 16px;
  }

  .elementor-button {
    font-size: 16px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .row {
    flex-wrap: wrap;
    /* Allow row wrapping */
  }

  .heading-title {
    font-size: 1.4rem;
  }

  .elementors-heading-title {
    font-size: 2rem;
  }

  .text-secondary {
    font-size: 1rem;
  }

  .logo-track img {
    height: 40px;
    margin: 0 20px;
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }

  h1 {
    font-size: 2.5rem;
  }

  /* Adjusted for tablets */
  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1rem;
  }
}

/* Responsive: Remove border-end on small screens */
@media (max-width: 767.98px) {
  .hide-mobile {
    display: none !important;
  }


  .stat-item {
    border-right: none !important;
    border-bottom: 1px solid #eee;
  }

  .stat-item:last-child {
    border-bottom: none;
  }

  .form-container {
    padding: 20px 15px;
    margin: 15px auto;
  }

}

@media (max-width: 576px) {
  .form-container {
    padding: 20px 15px;
    margin: 15px auto;
  }

  .heading-title {
    font-size: 1.2rem;
  }

  .elementors-heading-title {
    font-size: 1.9rem;
  }

  .text-secondary {
    font-size: 0.95rem;
  }

  .rating-display {
    flex-direction: row;
    text-align: center;
  }

  .card-option {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .icon-img {
    display: none !important;
  }
}


/* Fallback sizes for mobile */
@media (max-width: 480px) {
  h1 {
    font-size: 1.8rem;
  }

  /* Adjusted for mobile */
  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  p {
    font-size: 0.95rem;
  }
}