video {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  background-color: #d6d6d6;
  border-radius: 10px;
}

#hero {
  background: url('https://sugs-assets.s3.ap-south-1.amazonaws.com/services/OMS\ -\ bg.png') 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;
}

#options.zero {
  background: none;
}

#options.zero.survey {
  padding-block: 250px;
  margin-bottom: 0;
}

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

#options.zero.survey .wrapper img {
  height: 500px;
  object-position: bottom;
  border-radius: 20px;
  background-color: #f8f8f8;
  padding: 60px;
}

#options.zero.survey .wrapper img {
  object-fit: contain;
  min-height: 700px;
}

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

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

#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 ul li span {
  font-weight: 600;
}

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

#options.zero.survey .description-wrap .section-heading {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.3;
}

#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: 1199px) {
  #category .image-card .heading {
    font-weight: 500;
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #category {
    margin-block: 60px;
  }

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

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

  #options.zero.survey .wrapper {
    display: block;
  }

  #options.zero.survey .wrapper > div {
    width: 100%;
    height: 100%;
  }

  #options.zero.survey {
    padding-top: 100px;
  }

  #options.zero.survey .description-wrap .section-heading {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.3;
  }

  #options.zero.survey .wrapper .img-wrap {
    margin-bottom: 30px;
  }

  #options.zero.survey .wrapper img {
    min-height: auto;
    max-height: 300px;
  }
}
