
body {
  font-family: 'Inter', sans-serif;
  color: #111;
  background: #fff;
  margin: 0;
  padding: 0;

}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.container, .row, .col {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

 .custom-navbar {
  padding: 0 7%;
  min-height: 70px; 
  height: auto; 
  display: flex;
  align-items: center;
  background: transparent !important;
  box-shadow: none;
  top: 0;
  z-index: 1000;
}
/* .custom-navbar {
  padding-left: 165px; 
  padding-right: 5%;
  min-height: 70px;
  display: flex;
  align-items: center;
  background: transparent !important;
  box-shadow: none;
  z-index: 1000;
} */




.logo-image {
  width: 300px;
  height: 100px;
  object-fit: contain;
}

/* Navigation Links */
.nav-links {
  list-style: none;
  display: flex;
  gap: 150px;
  margin: 0;
  padding: 0;
}

.nav-links .nav-item .nav-link {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-links .nav-item .nav-link:hover {
  color: #28b463;
}

/* CTA Button */
.signup-btn {
  padding: 10px 18px;
  border: 2px solid green;
  border-radius: 18px;
  font-weight: 600;
  background-color: #007e3a;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white !important;
}

.signup-btn:hover {
  background: green;
  color: white;
  border-color: green;
}


/* Responsive Collapse */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    gap: 20px;
  }
}


.hero-section {
  height: 100vh;
  overflow: hidden;
  background-color: white;
  position: relative;
  bottom: 80px;
  padding-left: 100px;
}


.hero-text {
  color: #0a0a23;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.hero-subtext {
  font-size: 1.1rem;
  color: #555;
  max-width: 500px;
}

.btn-success {
  background-color: #4CAF50;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #3e9e43;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#custom-heading{
  font-size: 90px; 
 font-family: "Lora", serif;
  font-weight: bold;
  padding-left: 50px;
  position: relative;
  bottom: 40px;
}


.custom-subtext{
  font-size: 20px; 
    font-family: "Poppins", sans-serif; 
  position: relative;
  padding-left: 60px;
  bottom: 10px;
}

.btn-custom {
  display: inline-block;
  width: 200px;         
  height: 50px;        
  line-height: 50px; 
  text-align: center;  
  padding: 0 20px;    
  position: relative;
  left: 60px;
  top: 100px;
  background-color: #007e3a;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-custom:hover {
  background-color: #009e4f;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.btn-custom:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}


.benefits-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
  bottom: 50px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 50px;
}

.benefit-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
}

.benefit-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 30px 20px; 
  width: 250px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.benefit-card.active {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  border: 1px solid #d1e7dd;
}

/* .benefit-card img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  padding-left:10px;
} */
.benefit-card img {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  display: block; 
}


.benefit-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0a0a23;
}

.benefit-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}



.custom-cards-section {
  padding: 60px 40px;
   text-align: center;
  background-color: #f5f5f5;
}

.custom-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 50px;
}

.custom-card {
  width: 360px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  
}

.custom-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.custom-card-content {
  padding: 16px;
}

.custom-card-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.4;
}

.custom-card-content a {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
}

.custom-card-content a:hover {
  text-decoration: underline;
}



.Services-heading{
 font-size: 40px;
 font-weight: bold;
 position: relative;
 top: 5px;

}
.why-choose-wrapper {
  background-color: #f0f2f5;
  padding: 80px 20px;
}

.why-choose-container {
  max-width: 1200px;
  margin: auto;
}

.why-choose-card {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  align-items: center;
}

.card-image {
  flex: 1 1 40%;
  text-align: center;
}

.why-choose-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.card-text {
  flex: 1 1 55%;
}

.card-text h2 {
  font-size: 32px;
  color: #0a0a23;
  font-weight: 700;
  margin-bottom: 16px;
}

.card-text h3 {
  font-size: 22px;
  color: #0a0a23;
  margin-bottom: 16px;
}

.card-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.card-text ul {
  list-style: none;
  padding-left: 0;
}

.card-text li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  position: relative;
  padding-left: 28px;
}

.card-text li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
}


.solar-footer {
  background: #0a0a23;
  color: #ddd;
  padding: 60px 20px 30px;
  font-family: 'Inter', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-left h3 {
  color: #2ecc71;
  font-size: 26px;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h4,
.footer-contact h4 {
  color: #2ecc71;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links ul {
  list-style: none;
  padding-left: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links ul li a:hover {
  color: #2ecc71;
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-contact a {
  color: #ccc;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #2ecc71;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
  color: #888;
  border-top: 1px solid #333;
  margin-top: 40px;
}





/*services*/


.services-section {
  padding: 100px 20px;
  background: #f4f8fb;
}

.container1{
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.section-title1{
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.service-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.service-icon {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
  animation: float 2.5s ease-in-out infinite;
}

.service-card h3 {
  font-size: 22px;
  color: black;
  margin-bottom: 15px;
}

.service-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
.solar-type-section {
  background: #ffffff;
  padding: 80px 20px;
}

.section-main-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #0a0a23;
  margin-bottom: 60px;
}

.solar-type.dual-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px;
  padding-left: 100px;
}

.type-text {
  flex: 1 1 500px;
  font-size: 16px;
  color: #333;
}

.type-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #007e3a;
}

.type-text p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.component-list {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}

.component-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444;
  line-height: 1.6;
}

.component-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
  font-size: 16px;
}

/* 
.solar-working-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.section-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a0a23;
  text-align: center;
  margin-bottom: 60px;
}

.solar-working-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
}

.working-box {
  flex: 1 1 500px;
  background: transparent;
}

.working-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #007e3a;
}

.working-steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.working-steps li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
}

.working-steps li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #2ecc71;
  font-weight: bold;
}

.capacity-title {
  font-size: 22px;
  font-weight: 600;
  color: #0a0a23;
  margin-bottom: 15px;
}

.capacity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333;
}

.capacity-table th,
.capacity-table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
}

.capacity-table th {
  background-color: #eaf8f0;
  font-weight: 600;
  color: #007e3a;
}


.working-steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.working-steps li {
  margin-bottom: 14px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  position: relative;
}

.working-steps li.arrow {
  font-size: 22px;
  color: #007e3a;
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
} */



.solar-working-section {
  background-color: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.section-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #0a0a23;
  text-align: center;
  margin-bottom: 60px;
}

.solar-working-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-left: 150px;
}

.working-box {
  flex: 1 1 500px;
  background: transparent;
}

.working-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #007e3a;
}

.capacity-title {
  font-size: 22px;
  font-weight: 600;
  color: #0a0a23;
  margin-bottom: 15px;
}

.capacity-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333;
}

.capacity-table th,
.capacity-table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
}

.capacity-table th {
  background-color: #eaf8f0;
  font-weight: 600;
  color: #007e3a;
}

.working-steps {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.working-steps li {
  margin-bottom: 14px;
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding-left: 0;
  position: relative;
}




.solar-compare-section {
  background-color: #f9fefc;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.compare-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #0a0a23;
  position: relative;
  bottom: 30px;
  
}

.table-responsive {
  overflow-x: auto;
}

.solar-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  position: relative;
}

.solar-compare-table thead {
  background-color: #eafaf0;
}

.solar-compare-table th,
.solar-compare-table td {
  padding: 16px 20px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 16px;
  color: #333;
  vertical-align: top;
}

.solar-compare-table th {
  font-weight: 700;
  color: #007e3a;
}

.solar-compare-table td:first-child {
  font-weight: 600;
  color: #0a0a23;
}

.tag-green {
  font-size: 14px;
  font-weight: 600;
  color: #2ecc71;
}



/* Contact */
.contact {
  width: 100%;
  background: #edf9f9;
  padding: 60px 20px;
}

.contact-wrapper {
  max-width: 850px;
  margin: 0 auto;
  background: #ffffff;
  display: flex;
  gap: 30px;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 25px -5px #0003;
}

.contact-info {
  flex: 1;
  background: #578FCA;
  color: black;
  padding: 60px;
  border-radius: 20px;
}

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.contact-info p {
  margin-bottom: 30px;
  color: black;
}

.contact-info ul {
  list-style: none;
  padding: 0;
}

.contact-info ul li {
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.contact-form {
  flex: 2;
  padding: 40px;
}

.contact-form h2 {
  margin-bottom: 20px;
  color: #06b6b9;
  font-size: 1.7rem;
}

.contact-form p {
  margin-bottom: 30px;
  color: black;
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
  border-bottom: 1px solid #06b6b9;
  outline: none;
  font-size: 1rem;
}

.contact-form button {
  padding: 15px 30px;
  background: #06b6b9;
  color: #ffffff;
  font-size: 1rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #049da1;
}



.signup-section {
  background-color: #f7f9fb;
  padding: 60px 0;
}

.nav-pills .nav-link.active {
  background-color: #4A00E0;
  color: #fff;
}

.nav-pills .nav-link {
  border-radius: 20px;
  font-weight: 500;
  padding: 10px 20px;
  color: #4A00E0;
  border: 1px solid #4A00E0;
  background-color: #fff;
  margin: 0 5px;
}

.nav-pills .nav-link:hover {
  background-color: #e9e0ff;
  color: #4A00E0;
}

.tab-pane img {
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  width: 500px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* White Card Style for the Form Column */
.form-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Form Elements */
.form-select, .form-control, .btn {
  border-radius: 10px;
  box-shadow: none;
}

.btn-primary {
  background-color: #4A00E0;
  border-color: #4A00E0;
  font-weight: 500;
}

.btn-primary:hover {
  background-color: #3600a8;
  border-color: #3600a8;
}

.form-check-label a {
  color: #4A00E0;
}

.form-check-label a:hover {
  text-decoration: underline;
}

/* Designation Buttons */
.tab-buttons .btn, 
.d-flex.flex-wrap .btn {
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 14px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.tab-buttons .btn:hover,
.d-flex.flex-wrap .btn:hover {
  background-color: #e0e0e0;
  color: #000;
}


.form-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  width: 500px;
  height: 450px;
}

.form-card1 {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  width: 500px;
  height: 550px;
}

.form-card2 {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
  width: 500px;
  height: 650px;
}


.btn-outline-dark.active {
  background-color: #212529;
  color: blue;
  border-color: #212529;
}


@media (max-width: 768px) {
  .form-card {
    padding: 20px;
  }
}



@media (max-width: 767px) {
  .logo-image {
    width: 100px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .signup-btn {
    right: 0;
    margin-top: 15px;
    display: inline-block;
  }

  .hero-section {
    flex-direction: column;
    padding-left: 20px;
    height: auto;
    bottom: 0;
  }

  #custom-heading {
    font-size: 40px;
    padding-left: 0;
    bottom: 0;
    text-align: center;
  }

  .custom-subtext {
    font-size: 16px;
    padding-left: 0;
    padding-top: 10px;
    top: 0;
    text-align: center;
  }

  .btn-custom {
    width: 100%;
    left: 0;
    top: 20px;
    margin-bottom: 40px; 
  }
/* 
  .benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
    margin-top: 60px;
  }

  .benefit-card {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
  } */

 .benefit-cards {
    display: flex;
    flex-direction: column; 
    align-items: center;    
    gap: 20px;
    margin-top: 60px;
    padding: 0 15px; 
  }

  .benefit-card {
    width: 100%;           
    max-width: 350px;        
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  }

  .benefit-card img {
    max-width: 60px;
    height: auto;
    margin-bottom: 10px;
  }

  .benefit-card h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .benefit-card p {
    font-size: 14px;
    line-height: 1.5;
  }


  .custom-cards-section {
    text-align: center;
    padding: 40px 20px;
  }

  .section-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .custom-card {
    width: 90%;
    max-width: 320px;
  }

  .Services-heading {
    font-size: 24px;
  }
  .why-choose-card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .card-image, .card-text {
    flex: 1 1 100%;
    text-align: center;
  }

  .solar-type.dual-columns {
    flex-direction: column;
    padding-left: 20px;
  }

  .solar-working-grid {
    flex-direction: column;
    padding-left: 20px;
  }

  .contact-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .form-card,
  .form-card1,
  .form-card2 {
    width: 100%;
    height: auto;
  }
/*  .contact {
    padding: 40px 0;
    background-color: #f0fcff;
  }

  .contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .contact-form {
    width: 100%;
    max-width: 100%; 
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .contact-form h2 {
    font-size: 22px;
    color: #00bfa6;
    margin-bottom: 10px;
    text-align: center;
  }

  .contact-form p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    color: #333;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .contact-form textarea {
    min-height: 120px;
    resize: vertical;
  }

  .contact-form button {
    width: 100%;
    padding: 12px;
    background-color: #00bfa6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .contact-form button:hover {
    background-color: #009e89;
  } */

/* 
  .contact {
    padding: 40px 15px;
    background-color: #f9f9f9;
  }

  .contact-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .contact-form {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); 
  }

  .contact-form h2 {
    font-size: 22px;
    color: #00bfa6;
    text-align: center;
    margin-bottom: 10px;
  }

  .contact-form p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
    color: #333;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
  }

  .contact-form textarea {
    min-height: 120px;
  }

  .contact-form button {
    width: 100%;
    padding: 12px;
    background-color: #00bfa6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
  }

  .contact-form button:hover {
    background-color: #009e89;
  } */
  .solar-compare-table {
    min-width: 100%;
    font-size: 14px;
  }

  .Services-heading {
    font-size: 28px;
  }

  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 24px;
  }
  #signupTabs {
    flex-direction: column !important;
    align-items: center; /* Center each button */
    gap: 20px; /* Optional: spacing between buttons */
  }

  #signupTabs .nav-item {
    width: 200px;
  }

  #signupTabs .nav-link {
    width: 200px;
    text-align: center;
  }
}



@media (min-width: 992px) and (max-width: 1440px) {
  .logo-image {
    width: 100px;
    height: auto;
  }

  .nav-links {
    gap: 100px;
  }

  .signup-btn {
    right: 100px;
  }

  #custom-heading {
    font-size: 70px;
  }

  .custom-subtext {
    font-size: 18px;
  }

  .btn-custom {
    top: 60px;
    width: 180px;
    height: 45px;
    font-size: 15px;
  }

  .benefit-card {
    width: 200px;
  }

  .custom-card {
    width: 300px;
  }

  .Services-heading {
    font-size: 34px;
  }

  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 30px;
  }

/*  .form-card,
  .form-card1,
  .form-card2 {
    width: 60%; 
    margin: 0 auto; 
    padding: 40px 30px; 
  } */
  .form-card,
  .form-card1,
  .form-card2 {
    width: 500px; 
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
}


@media (min-width: 768px) and (max-width: 917px) {
  logo-image {
    width: 160px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .signup-btn {
   right: 50px;
    margin-top: 5px;
    display: inline-block;
  }

  .hero-section {
    flex-direction: column;
    padding-left: 20px;
    height: auto;
    bottom: 0;
  }

  #custom-heading {
    font-size: 40px;
    padding-left: 0;
    bottom: 0;
    text-align: center;
  }

  .custom-subtext {
    font-size: 16px;
    padding-left: 0;
    top: 0;
    text-align: center;
  }

  .btn-custom {
    width: 100%;
    left: 0;
    top: 20px;
    margin-bottom: 100px;
  }
  .benefit-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 20px;
  }
  
  .benefit-card {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  
  .custom-cards-section {
    text-align: center;
    padding: 40px 20px;
  }
  
  .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  
  .custom-cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .custom-card {
    width: 45%;
    max-width: 350px;
  }
  
  .Services-heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  .why-choose-card {
    flex-direction: row;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    text-align: left;
  }
  
  .card-image {
    flex: 0 0 40%;
    text-align: center;
  }
  
  .card-text {
    flex: 1;
    text-align: left;
    padding: 20px;
  }
  
  .solar-type.dual-columns {
    padding: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .solar-working-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
  }
  
  .contact-wrapper {
    flex-direction: row;
    padding: 30px;
    gap: 20px;
  }
  
  .form-card,
  .form-card1,
  .form-card2 {
    width: 80%;
    margin-bottom: 20px;
  }
  
  .solar-compare-table {
    min-width: 80%;
    font-size: 15px;
    margin: 30px 0;
  }
  
  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 28px;
  }
   /* .logo-image {
    width: 160px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .signup-btn {
   right: 50px;
    margin-top: 5px;
    display: inline-block;
  }

  .hero-section {
    flex-direction: column;
    padding-left: 20px;
    height: auto;
    bottom: 0;
  }

  #custom-heading {
    font-size: 40px;
    padding-left: 0;
    bottom: 0;
    text-align: center;
  }

  .custom-subtext {
    font-size: 16px;
    padding-left: 0;
    top: 0;
    text-align: center;
  }

  .btn-custom {
    width: 100%;
    left: 0;
    top: 20px;
    margin-bottom: 40px; 
  }

  .benefit-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; 
  }

  .benefit-card {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
  }
  
  .custom-cards-section {
    text-align: center;
    padding: 40px 20px;
  }

  .section-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
  }

  .custom-cards-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .custom-card {
    width: 90%;
    max-width: 320px;
  }

  .Services-heading {
    font-size: 24px;
  }
  .why-choose-card {
    flex-direction: column;
    padding: 30px 20px;
  }

  .card-image, .card-text {
    flex: 1 1 100%;
    text-align: center;
  }

  .solar-type.dual-columns {
    flex-direction: column;
    padding-left: 20px;
  }

  .solar-working-grid {
    flex-direction: column;
    padding-left: 20px;
  }

  .contact-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .form-card,
  .form-card1,
  .form-card2 {
    width: 100%;
    height: auto;
  }

  .solar-compare-table {
    min-width: 100%;
    font-size: 14px;
  }

  .Services-heading {
    font-size: 28px;
  }

  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 24px;
  } */
} 


@media (min-width: 918px) and (max-width: 960px) {
  /* .logo-image {
    width: 100px;
    height: auto;
  }
  
  .nav-links {
    gap: 60px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .signup-btn {
    right: 80px;
    margin-top: 20px;
    display: inline-block;
  }
  
  .hero-section {
    padding: 40px;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  
  #custom-heading {
    font-size: 60px;
    padding: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .custom-subtext {
    font-size: 18px;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .btn-custom {
    width: 170px;
    height: 40px;
    font-size: 14px;
    margin-bottom: 30px;
    align-self: center;
  } */
  logo-image {
    width: 160px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .signup-btn {
   right: 50px;
    margin-top: 5px;
    display: inline-block;
  }

  .hero-section {
    flex-direction: column;
    padding-left: 20px;
    height: auto;
    bottom: 0;
  }

  #custom-heading {
    font-size: 40px;
    padding-left: 0;
    bottom: 0;
    text-align: center;
  }

  .custom-subtext {
    font-size: 16px;
    padding-left: 0;
    top: 0;
    text-align: center;
  }

  .btn-custom {
    width: 100%;
    left: 0;
    top: 20px;
    margin-bottom: 100px;
  }
  .benefit-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
  }
  
  .benefit-card {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  
  .custom-cards-section {
    text-align: center;
    padding: 40px 20px;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .custom-cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .custom-card {
    width: 40%;
    max-width: 350px;
  }
  
  .Services-heading {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .why-choose-card {
    flex-direction: row;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    text-align: left;
  }
  
  .card-image {
    flex: 0 0 35%;
    text-align: center;
  }
  
  .card-text {
    flex: 1;
    text-align: left;
    padding: 20px;
  }
  
  .solar-type.dual-columns {
    padding: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .solar-working-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
  }
  
  .contact-wrapper {
    flex-direction: row;
    padding: 30px;
    gap: 20px;
  }
  
  .form-card,
  .form-card1,
  .form-card2 {
    width: 80%;
    margin-bottom: 20px;
  }
  
  .solar-compare-table {
    min-width: 80%;
    font-size: 15px;
    margin: 30px 0;
  }
  
  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 30px;
  }
}




@media (min-width: 961px) and (max-width: 991px) {


logo-image {
    width: 160px;
    height: auto;
  }

  .nav-links {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .signup-btn {
   right: 50px;
    margin-top: 5px;
    display: inline-block;
  }

  .hero-section {
    flex-direction: column;
    padding-left: 20px;
    height: auto;
    bottom: 0;
  }

  #custom-heading {
    font-size: 40px;
    padding-left: 0;
    bottom: 0;
    text-align: center;
  }

  .custom-subtext {
    font-size: 16px;
    padding-left: 0;
    top: 0;
    text-align: center;
  }

  .btn-custom {
    width: 100%;
    left: 0;
    top: 20px;
    margin-bottom: 100px;
  }
  .benefit-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 20px;
  }
  
  .benefit-card {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  
  .custom-cards-section {
    text-align: center;
    padding: 40px 20px;
  }
  
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .custom-cards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .custom-card {
    width: 40%;
    max-width: 350px;
  }
  
  .Services-heading {
    font-size: 34px;
    margin-bottom: 20px;
  }
  
  .why-choose-card {
    flex-direction: row;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    text-align: left;
  }
  
  .card-image {
    flex: 0 0 35%;
    text-align: center;
  }
  
  .card-text {
    flex: 1;
    text-align: left;
    padding: 20px;
  }
  
  .solar-type.dual-columns {
    padding: 30px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  
  .solar-working-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 30px;
  }
  
  .contact-wrapper {
    flex-direction: row;
    padding: 30px;
    gap: 20px;
  }
  
  .form-card,
  .form-card1,
  .form-card2 {
    width: 80%;
    margin-bottom: 20px;
  }
  
  .solar-compare-table {
    min-width: 80%;
    font-size: 15px;
    margin: 30px 0;
  }
  
  .section-title,
  .section-title1,
  .section-main-title {
    font-size: 30px;
  }




}




















