/* ------------------banner(service request)---------------------- */
.solution-section-banner {
  background-image: url("../images/service-request/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 176px;
  display: grid;
  place-items: center start;
}
.banner-heading {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .solution-section-banner {
    height: 88px;
  }
  .banner-heading {
    font-size: 22px;
  }
}

/* <!-----------------------solutions-link  --------------------------> */
.solutions-link {
  background-color: #efefef;
}

.solutions-sub-link {
  flex-wrap: wrap;
  gap: 1rem;
}

.solutions-link a {
  border-right: 1px solid #393939;
  padding-right: 35px;
  color: #393939;
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

.solutions-link a:last-child {
  border: none;
}

.solutions-link a.active {
  color: #dd1f4d;
}

@media (max-width: 767px) {
  .solutions-link .container {
    justify-content: space-between !important;
    align-items: center;
    gap: 0;
  }

  .solutions-link a {
    position: relative;
    color: #393939;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    padding: 10px 30px 10px 0;
    border: none;
  }
  .solutions-link a::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #393939;
  }

  .solutions-link a:nth-child(4)::after {
    content: none;
  }

  .solutions-link a:nth-child(3),
  .solutions-link a:nth-child(4) {
    border-bottom: none;
  }
}
@media (max-width: 576px) {
  .solutions-link .container {
    justify-content: space-between !important;
    align-items: center;
    gap: 0;
  }

  .solutions-link a {
    position: relative;
    color: #393939;
    font-weight: 600;
    font-size: 10px;
    white-space: nowrap;
    padding: 10px 20px 10px 0;
    border: none;
  }
  .solutions-link a::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #393939;
  }

  .solutions-link a:nth-child(4)::after {
    content: none;
  }

  .solutions-link a:nth-child(3),
  .solutions-link a:nth-child(4) {
    border-bottom: none;
  }
}

/* <!-------------------------PM Surya Ghar Muft Bijli Yojana  ------------------------------> */
.solutions-title {
  font-weight: 600;
  font-size: 24px;
  color: #2b2d37;
}

.image-wrapper {
  width: 100%;
  max-width: 570px;
  height: auto;
  overflow: hidden;
}

.image-wrapper img {
  object-fit: cover;
}

.solar-solutions-text h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}
.solar-solutions-text p,
.solar-capacity-text,
.solar-solutions-text ul li {
  font-weight: 400;
  font-size: 16px;
  color: #6b748c;
  letter-spacing: 0.02em;
}
.solar-solutions-text ul li span {
  font-weight: 700;
}
.scheme-list {
  list-style-type: none;
}
.scheme-list-content {
  padding-left: 0 !important;
}
.table-responsive {
  margin: 0 100px;
}
.custom-table td,
.custom-table th {
  border-top: none !important;
  border-bottom: none !important;
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}

.custom-table tr:first-child th {
  border-top: 1px solid #dee2e6;
}

.custom-table tr:last-child td {
  border-bottom: 1px solid #dee2e6;
}
table {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.table-light {
  background-color: #efefef;
}
th {
  font-weight: 700;
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 0.02em;
}
td {
  font-weight: 500;
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 0.02em;
}
.solar-capacity h5 {
  font-weight: 500;
  font-size: 18px;
  color: #000;
}

@media (max-width: 767.98px) {
  .solutions-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px !important;
  }

  .image-wrapper {
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .responsive-scheme {
    flex-direction: row !important;
    align-items: flex-start !important;
  }

  .responsive-scheme-gap {
    margin-bottom: 10px;
  }

  .solar-solutions-text h5 {
    font-size: 16px;
  }

  .solar-solutions-text p,
  .solar-capacity-text,
  .solar-solutions-text ul li,
  td,
  th {
    font-size: 14px;
  }
  th {
    text-align: center !important;
  }

  .table-responsive {
    margin: 0;
    overflow-x: auto;
  }

  .custom-table th,
  .custom-table td {
    padding: 8px;
  }

  .solar-capacity h5 {
    font-size: 16px;
  }
  .solar-capacity-text {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .image-wrapper {
    max-width: 100%;
  }
  .solutions-content-wrapper {
    margin-top: 24px;
  }
    .solutions-sub-link a{
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .image-wrapper {
    max-width: 100%;
  }
  .solutions-content-wrapper {
    margin-top: 24px;
  }
    .solutions-sub-link a{
    font-size: 14px;
  }
}

@media (min-width:1200px) and (max-width:1400px){
  .solutions-sub-link a{
    font-size: 14px;
  }
}