.need-lawn-care-container {
  background-image: url('https://s3.amazonaws.com/greenpal-production/images/location_v2/green_land.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
}
.nlc-review-text-mob {
  display: none;
}
.need-lawn-care-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.need-lawn-care-heading {
  font-family: Heebo-Bold;
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
}
.need-lawn-care-sub-heading {
  margin-top: 12px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.nlc-carousel-container {
  padding-top: 45px;
}
#nlc-carousel {
  margin: auto;
  width: 100%;
  padding-bottom: 30px;
}
.nlc-outer {
  gap: 35px;
}
#nlc-carousel .owl-stage-outer .owl-stage {
  align-items: baseline;
}
.nlc-see-less, .nlc-see-more {
  color: #007bff;
  cursor: pointer;
  transition: background-color 0.3s;
  text-decoration: underline;
}
.nlc-see-less:hover, .nlc-see-more:hover {
  color: #0056b3;
  font-weight: bold;
}
#nlc-carousel .nlc-outer .nlc-carousel-item {
  min-height: 212px;
  text-align: start;
  width: 265px;
  padding: 26px 12px 22px 26px;
  border-radius: 4px;
  background-color: #eef6fb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.nlc-review-preview {
  display: block;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  height: 180px;
}
.fade-nlc-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #eef6fb);
  pointer-events: none;
}
.nlc-review-full {
  max-height: fit-content !important;
  transition: max-height 0.5s ease-in-out;
  display: none;
}
.nlc-review-full p {
  padding-bottom: 10px;
}
.nlc-toggle:checked ~ .nlc-carousel-item-inner .nlc-review-preview {
  display: none;
}
.nlc-toggle:checked ~ .nlc-carousel-item-inner .nlc-review-full {
  display: block;
}
.nlc-see-more-btn::after {
  content: "See More";
}
.nlc-toggle:checked ~ .nlc-see-more-container .nlc-see-more-btn::after {
  content: "See Less";
}
#nlc-carousel .owl-item {
  width: 337px !important;
  margin-right: 0px !important;
}
#nlc-carousel .owl-dots {
  width: 80%;
  margin: 25px auto 0px auto;
}
#nlc-carousel .owl-nav {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  transform: translateY(-99%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
#nlc-carousel .owl-nav .owl-prev {
  pointer-events: all;
  cursor: pointer;
  left: -32px;
  position: relative;
}
#nlc-carousel .owl-nav .owl-next {
  pointer-events: all;
  cursor: pointer;
  right: -32px;
  position: relative;
}
.nlc-link {
  text-decoration: none;
}
.nlc-link:hover {
  color: #0000ee;
  text-decoration: underline;
}
.nlc-outer .nlc-carousel-item-head {
  font-family: Heebo-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #404040;
  padding-bottom: 6px;
}
.nlc-outer .nlc-carousel-item-rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nlc-star {
  width: 15px !important;
}
.nlc-review-text {
  font-size: 14px;
  line-height: 20px;
  color: #717171;
  margin-left: 5px;
}
.nlc-outer .nlc-carousel-item-text {
  margin-top: 8px;
  font-size: 16px;
  color: #717171;
  line-height: normal;
}
.nlc-price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.nlc-price-btn a {
  display: flex;
  width: 286px;
  height: 64px;
  object-fit: contain;
  border-radius: 33px;
  box-shadow: inset 0 -4px 8px 0 rgb(0 0 0 / 24%);
  background-image: linear-gradient(to top, #ff6f00, #ff9b00 60%);
  font-family: Heebo-Bold;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.nlc-price-btn .arrow-price {
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  height: 14px;
  top: 1px;
}
.nlc-price-btn a:hover {
  background: #f67106;
}
.nlc-price-btn a:hover .arrow-price {
  padding-left: 15px;
  transition: padding-left 0.5s;
}
.nlc-see-more-container {
  text-align: center;
}
.nlc-see-more-btn {
  color: #ff8800;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1365px) {
  .need-lawn-care-inner {
    max-width: 1094px;
    padding-top: 44px;
  }
  .need-lawn-care-heading {
    font-size: 52px;
  }
  .need-lawn-care-sub-heading {
    font-size: 30px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 244px;
    padding: 25px 12px 22px 24px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 17px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    margin-top: 2px;
  }
  .nlc-star {
    width: 13px !important;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 16px;
  }
  .nlc-nav-btn {
    height: 48px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 0px auto;
  }
  .nlc-price-btn a {
    width: 232px;
    height: 52px;
    font-size: 18px;
  }
  .nlc-price-btn a {
    width: 268px;
    height: 60px;
    font-size: 19px;
  }
}
@media screen and (max-width: 1279px) {
  .need-lawn-care-inner {
    max-width: 940px;
    padding-top: 40px;
    padding-bottom: 44px;
  }
  .need-lawn-care-heading {
    font-size: 45px;
  }
  .need-lawn-care-sub-heading {
    margin-top: 10px;
    font-size: 26px;
  }
  .nlc-carousel-container {
    padding-top: 38px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 207px;
    padding: 18px 12px 22px 20px;
  }
  #nlc-carousel .owl-item {
    width: 271px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 15px;
    line-height: 1.3;
  }
  .nlc-outer .nlc-carousel-item-rating {
    margin-top: 1px;
    gap: 4px;
  }
  .nlc-star {
    width: 12px !important;
  }
  .nlc-review-text {
    font-size: 12px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 14px;
  }
  .nlc-nav-btn {
    height: 40px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 0px auto;
  }
  .nlc-price-btn a {
    width: 232px;
    height: 52px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .need-lawn-care-inner {
    max-width: 875px;
    padding-top: 35px;
    padding-bottom: 44px;
  }
  .need-lawn-care-heading {
    font-size: 42px;
  }
  .need-lawn-care-sub-heading {
    font-size: 24px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 193px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item-inner {
    max-height: fit-content;
  }
  #nlc-carousel .owl-item {
    width: 252px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 14px;
  }
  .nlc-star {
    width: 11px !important;
  }
  .nlc-review-text {
    font-size: 11px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 13px;
  }
  .nlc-nav-btn {
    height: 37px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 8px auto;
  }
  #nlc-carousel .owl-nav {
    top: 130px;
  }
  #nlc-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  #nlc-carousel .owl-nav .owl-next {
    right: -30px;
  }
  .nlc-price-btn a {
    width: 215px;
    height: 48px;
    font-size: 16px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 10px;
    top: 0px;
  }
  .nlc-see-more-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .need-lawn-care-inner {
    max-width: 658px;
    padding-top: 26px;
    padding-bottom: 32px;
  }
  .need-lawn-care-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .need-lawn-care-sub-heading {
    font-size: 18px;
    margin-top: 8px;
  }
  .nlc-carousel-container {
    padding-top: 27px;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 153px;
    min-height: 150px;
    padding: 15px 5px 22px 16px;
  }
  #nlc-carousel .owl-item {
    width: 190px !important;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 10px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 3px;
  }
  .nlc-star {
    width: 9px !important;
  }
  .nlc-review-text {
    font-size: 9px;
    margin-left: 2px;
    line-height: 17px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 10px;
  }
  #nlc-carousel .owl-nav {
    top: 90px;
  }
  #nlc-carousel .owl-nav .owl-prev {
    left: -22px;
  }
  #nlc-carousel .owl-nav .owl-next {
    right: -22px;
  }
  .nlc-nav-btn {
    height: 28px;
  }
  #nlc-carousel .owl-dots {
    margin: 16px auto 4px auto;
  }
  .nlc-price-btn a {
    width: 162px;
    height: 36px;
    font-size: 12px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 2px;
    height: 8px;
    top: 1px;
  }
  .nlc-see-more-btn {
    font-size: 12px;
  }
  .nlc-review-preview {
    height: 130px;
  }
  .nlc-review-full p {
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 766px) {
  #nlc-carousel .owl-nav .owl-prev, #nlc-carousel .owl-nav .owl-next, .nlc-review-text {
    display: none;
  }
  .need-lawn-care-inner {
    max-width: 670px;
    padding-top: 70px;
    padding-bottom: 56px;
  }
  .need-lawn-care-heading {
    font-size: 38px;
    line-height: 46px;
  }
  .need-lawn-care-sub-heading {
    font-size: 24px;
    margin-top: 16px;
    line-height: 36px;
  }
  .nlc-carousel-container {
    padding-top: 30px;
  }
  #nlc-carousel .owl-item {
    width: 340px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 280px;
    padding: 10px 20px 30px 20px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
    padding-top: 12px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 12px;
    margin-top: 10px;
  }
  .nlc-star {
    width: 19px !important;
  }
  .nlc-review-text-mob {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #717171;
    margin-top: 12px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    margin-top: 12px;
    line-height: 32px;
  }
  #nlc-carousel .owl-dots {
    margin: 20px auto 6px auto;
  }
  #nlc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .nlc-price-btn a {
    margin-top: 10px;
    margin-right: 30px;
    width: 356px;
    font-size: 23px;
    height: 64px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: auto;
  }
  .nlc-see-more-btn {
    font-size: 18px;
  }
  .nlc-outer {
    padding-right: 25px;
  }
  .nlc-review-preview {
    min-height: 260px;
  }
}
@media screen and (max-width: 719px) {
  .need-lawn-care-inner {
    max-width: 500px;
  }
  .need-lawn-care-heading {
    font-size: 37px;
    line-height: 46px;
  }
  .need-lawn-care-sub-heading {
    font-size: 23px;
  }
  #nlc-carousel .owl-item {
    width: 255px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 224px;
    padding: 10px 10px 20px 10px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
    padding-top: 10px;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
  }
  .nlc-review-text-mob {
    font-size: 19px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 19px;
    margin-top: 12px;
    line-height: 30px;
  }
}
@media screen and (max-width: 539px) {
  .need-lawn-care-inner {
    max-width: 408px;
    padding-top: 56px;
    padding-bottom: 50px;
    margin-right: 0;
  }
  .need-lawn-care-heading {
    max-width: 370px;
    font-size: 36px;
    margin-left: 10px;
    line-height: 42px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 21px;
    margin-top: 10px;
    padding-left: 28px;
    line-height: 34px;
  }
  .nlc-carousel-container {
    padding-top: 22px;
  }
  #nlc-carousel .owl-item {
    width: 328.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 254px;
    padding: 20px 25px 30px 25px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 26px;
    padding-top: 8px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
    margin-top: 10px;
  }
  .nlc-review-text-mob {
    font-size: 20px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 22px;
    margin-top: 10px;
    line-height: 34px;
  }
  .nlc-price-btn a {
    margin-top: 10px;
    margin-right: 30px;
    width: 356px;
    font-size: 23px;
    height: 64px;
  }
}
@media screen and (max-width: 427px) {
  .need-lawn-care-inner {
    max-width: 390px;
    padding-top: 54px;
  }
  .need-lawn-care-heading {
    max-width: 316px;
    font-size: 35px;
    margin-left: 20px;
    line-height: 41px;
  }
  #nlc-carousel .owl-item {
    width: 314.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 236px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 25px;
  }
  .nlc-star {
    width: 18px !important;
  }
  .nlc-review-text-mob {
    font-size: 19px;
    line-height: 20px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 32px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 33px;
  }
  .nlc-price-btn a {
    margin-right: 28px;
    width: 346px;
    font-size: 22px;
    height: 62px;
  }
  .nlc-review-preview {
    min-height: 330px;
  }
}
@media screen and (max-width: 409px) {
  .need-lawn-care-inner {
    max-width: 380px;
    padding-top: 52px;
  }
  .need-lawn-care-heading {
    max-width: 308px;
    font-size: 35px;
    margin-left: 22px;
    line-height: 41px;
  }
  .need-lawn-care-sub-heading {
    max-width: 290px;
    font-size: 20px;
    padding-left: 28px;
    line-height: 33px;
  }
  #nlc-carousel .owl-item {
    width: 306.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 238px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 24px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 21px;
    line-height: 31px;
  }
  .nlc-price-btn a {
    margin-right: 24px;
    width: 338px;
    font-size: 22px;
    height: 62px;
  }
  .nlc-outer {
    gap: 20px;
  }
}
@media screen and (max-width: 399px) {
  .need-lawn-care-inner {
    max-width: 368px;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-right: 0;
  }
  .need-lawn-care-heading {
    max-width: 313px;
    font-size: 34px;
    margin-left: 18px;
    line-height: 40px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 20px;
    line-height: 30px;
  }
  .nlc-carousel-container {
    padding-top: 22px;
  }
  #nlc-carousel .owl-item {
    width: 297.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 228px;
    padding: 20px 25px 30px 25px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 24px;
    padding-top: 6px;
    line-height: normal;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 10px;
    margin-top: 8px;
  }
  .nlc-star {
    width: 18px !important;
  }
  .nlc-review-text-mob {
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #717171;
    margin-top: 10px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 20px;
    margin-top: 10px;
    line-height: 32px;
  }
  #nlc-carousel .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 4px 4px !important;
  }
  .nlc-price-btn a {
    margin-top: 9px;
    margin-right: 20px;
    width: 348px;
    font-size: 22px;
    height: 60px;
  }
  .nlc-price-btn .arrow-price {
    padding-left: 5px;
    height: 15px;
    top: auto;
  }
}
@media screen and (max-width: 389px) {
  .need-lawn-care-inner {
    max-width: 350px;
    padding-top: 44px;
  }
  .need-lawn-care-heading {
    max-width: 310px;
    font-size: 33px;
    margin-left: 10px;
    line-height: 40px;
  }
  #nlc-carousel .owl-item {
    width: 283.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 216px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 23px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 19px;
    margin-top: 10px;
    line-height: 30px;
  }
  .nlc-price-btn a {
    width: 316px;
  }
}
@media screen and (max-width: 374px) {
  .need-lawn-care-inner {
    max-width: 348px;
  }
  .need-lawn-care-heading {
    max-width: 272px;
    font-size: 31px;
    margin-left: 18px;
    line-height: 38px;
  }
  .need-lawn-care-sub-heading {
    max-width: 300px;
    font-size: 19px;
    margin-top: 8px;
    line-height: 28px;
  }
  #nlc-carousel .owl-item {
    width: 280.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 214px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 22px;
  }
  .nlc-star {
    width: 17px !important;
  }
  .nlc-review-text-mob {
    font-size: 17px;
    margin-top: 8px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 18px;
    margin-top: 8px;
    line-height: 28px;
  }
  .nlc-price-btn a {
    margin-top: 8px;
    margin-right: 22px;
    width: 310px;
    font-size: 21px;
    height: 58px;
  }
  .nlc-price-btn .arrow-price {
    height: 14px;
  }
  .nlc-review-preview {
    min-height: 298px;
  }
}
@media screen and (max-width: 364px) {
  .need-lawn-care-inner {
    max-width: 304px;
  }
  .need-lawn-care-heading {
    max-width: 246px;
    font-size: 28px;
    margin-left: 12px;
    line-height: 34px;
  }
  .need-lawn-care-sub-heading {
    max-width: 240px;
    font-size: 16px;
    margin-top: 8px;
    line-height: 24px;
  }
  #nlc-carousel .owl-item {
    width: 246.5px !important;
  }
  #nlc-carousel .nlc-outer .nlc-carousel-item {
    width: 178px;
    min-height: 387px;
  }
  .nlc-outer .nlc-carousel-item-head {
    font-size: 20px;
  }
  .nlc-star {
    width: 15px !important;
  }
  .nlc-outer .nlc-carousel-item-rating {
    gap: 6px;
  }
  .nlc-review-text-mob {
    font-size: 15px;
  }
  .nlc-outer .nlc-carousel-item-text {
    font-size: 16px;
    line-height: 26px;
  }
  .nlc-price-btn a {
    width: 272px;
    font-size: 18px;
    height: 52px;
  }
  .nlc-price-btn .arrow-price {
    height: 12px;
  }
}
@media screen and (max-width: 364px) {
  .nlc-review-preview {
    min-height: 260px;
  }
}
