#hero {
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services/Solar\ EPC\ -\ bg.webp') no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: center;
  padding-top: 0px;
}

#more {
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services-bg.png') no-repeat;
  background-position-x: -20px;
  margin-block: 200px 250px;
  padding-top: 100px;
}

#more .heading img {
  width: 74px;
  height: 74px;
  margin-bottom: 25px;
}

#more .section-heading {
  margin-bottom: 78px;
}

#more .about-card {
  padding-block: 91px;
}

#more .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#category {
  margin-block: 250px 0;
}

#category .section-heading {
  margin-bottom: 20px;
}

#category .description,
#solar .description:not(:last-child),
#options .description:not(:last-child) {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #141414;
  max-width: 57%;
  margin-bottom: 58px;
}

#category .card-wrap,
#options .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

#category .image-card {
  background: #76885b;
  color: #fff;
}

#options {
  margin-bottom: 200px;
  padding-block: 100px;
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services-bg.png') no-repeat;
  background-size: auto;
  background-position-x: -30px;
}

#options.zero {
  background: none;
}

#options.zero.survey {
  background-color: #f3f5f1;
  padding-block: 300px;
  margin-bottom: 0;
}

#options.zero.survey .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

#options.zero.survey .wrapper img {
  height: 650px;
  object-position: bottom;
  border-radius: 20px;
}

#options.zero.survey .wrapper.two {
  flex-direction: row-reverse;
  margin-top: 180px;
}

#options.zero.survey .wrapper > div {
  flex-basis: 50%;
  width: 50%;
}

#options.zero.survey .description-wrap ul {
  padding-left: 1.2rem;
  list-style: square;
  list-style-image: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/icons/bullet.svg');
}

#options.zero.survey .description-wrap ul li {
  margin-bottom: 10px;
  font-weight: 500;
}

#options.zero.survey .description-wrap .description {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  max-width: 100%;
}

#options.zero.survey .description-wrap .section-heading {
  margin-bottom: 30px;
}

#options.zero.survey .description-wrap .description.one {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}

#options.zero .image-card {
  border-bottom: 4px solid #76885b;
}

#options .image-card {
  padding: 56px 24px;
  background: #fff;
}

#options .image-card .heading {
  font-size: 28px;
  font-weight: bold;
  line-height: auto;
  margin-bottom: 16px;
}

#category .image-card .heading {
  font-weight: 500;
  font-size: 22px;
}

#solar-partner .section-heading {
  margin-bottom: 58px;
}

#solar-partner {
  padding-block: 200px;
  margin-block: 200px;
  background: #f3f5f1;
}

#solar-partner .image-card img {
  width: 100%;
  height: 200px;
}

#solar-partner .card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#solar-partner .card-wrap .heading,
#solar .card-wrap .heading,
#options .card-wrap .heading {
  padding: 0;
  line-height: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}

#solar-partner .text-wrap,
#solar .text-wrap {
  padding: 36px 21px;
}

#options .text-wrap {
  padding: 0;
}

#solar {
  margin-bottom: 200px;
}

#solar .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.image-card {
  border-radius: 20px;
  box-shadow: 0px 2px 30px rgba(18, 18, 18, 0.08);
  max-width: 100%;
  background: #fff;
}

.image-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.image-card .heading {
  font-size: 28px;
  font-weight: 600;
  padding-inline: 21px;
  padding-block: 21px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  #more {
    background-position-x: -30px !important;
  }

  #hero .wrapper .text-wrap {
    margin-bottom: 50px;
  }
  #category .image-card .heading {
    fon-weight: 500;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #more .card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  #more {
    background-position-x: -45px !important;
    margin-block: 100px 250px;
  }

  #solar-partner .card-wrap .heading,
  #solar .card-wrap .heading,
  #options .card-wrap .heading {
    font-size: 20px;
  }

  #solar .card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  #options.zero.survey .wrapper,
  #options.zero.survey .wrapper.two {
    flex-direction: column;
    gap: 40px;
  }

  #services .slider-wrap .slider-card .text-wrap {
    min-height: 320px;
  }

  #options.zero.survey .wrapper > div {
    flex-basis: 100%;
    width: 100%;
  }

  #options.zero.survey .wrapper img {
    height: 300px;
    object-position: bottom;
    border-radius: 20px;
  }

  #options {
    background-position-x: -50px !important;
  }

  #category .description {
    max-width: 90%;
  }

  #solar-partner .card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #category .card-wrap,
  #options .card-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #more .heading img {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #more .card-wrap,
  #solar-partner .card-wrap,
  #solar .card-wrap,
  #footer .address,
  #footer .socials {
    grid-template-columns: 100%;
  }

  #category .card-wrap,
  #options .card-wrap {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
  }
  #more {
    background-position-x: -75px !important;
    margin-block: 100px 250px;
  }
}
