.dc-advantage-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  gap: 15px;
}

.dc-advantage-item > * {
  text-align: center;
}

.dc-advantage-item {
  background: #e9e8e8;
  transition: all 0.35s ease-in;
  padding: 30px;
  border-radius: 10px;
}

.dc-advantage-item:hover {
  background: #0098d5;
  box-shadow: 0 8px 80px -30px #000;
  transform: translateY(-8px);
}

.dc-advantage-item h4 {
  font-size: 24px;
  transition: all 0.35s ease-in;
  margin: 0;
}

.dc-advantage-item:hover h4 {
  color: #fff;
}

.dc-advantage-item p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}

.expandable-container-section {
  padding: 80px 0;
  margin-top: 80px;
}

@media (max-width: 1540px) {
  .expandable-container-section {
    padding: 30px 0;
    margin-top: 80px;
  }
}

@media (max-width: 1199px) {
  .dc-advantage-item {
    padding: 20px;
  }

  .dc-advantage-item h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .dc-advantage-item {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dc-advantage-wrapper {
    margin-top: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .dc-advantage-item h4 {
    font-size: 18px;
  }

  .expandable-container-section {
    margin-top: 0;
  }

  .dc-advantage-item p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .dc-advantage-item h4 {
    font-size: 14px;
  }

  .dc-advantage-item {
    padding: 8px;
  }
}

@media (max-width: 400px) {
  .dc-advantage-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .dc-advantage-item h4 {
    font-size: 14px;
  }
}

.why-expandable-container-section {
  background-color: #efefef;
}

.why-expandable-container-item {
  border: 2px solid #0098d5;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.why-expandable-container-item:before {
  transition: all 0.35s ease-in;
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: -1;
}

.why-expandable-container-item:hover:before {
  height: 100%;
}

.why-expandable-container-item > * {
  text-align: center;
}

.why-expandable-container-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  transition: all 0.35s ease-in;
}

.why-expandable-container-item:hover .why-expandable-container-icon {
  background: #efefef;
}

.why-expandable-container-icon img {
  width: 100%;
}

.why-expandable-container-content {
  margin-top: 20px;
}

.why-expandable-container-content h5 {
  font-size: 24px;
}

.why-expandable-container-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.why-expandable-container-row {
  gap: 24px 0;
  margin-top: 30px;
}

.construction-types-section {
  padding: 60px 0;
}

.construction-types-section .title {
  text-align: left;
}

.construction-types-section ul {
  /* background: #e9e9e9; */
  padding: 10px 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  counter-reset: items;
  height: 100%;
}

.lgsf-design-section .conwood-thumb {
  right: 0;
  left: unset;
}

.conwood-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 20px;
}

.conwood-shape-1 {
  position: relative;
  bottom: -45px;
  right: -35px;
  z-index: -1;
}

.conwood- shape-2 {
  position: absolute;
  top: 40px;
  right: -12px;
}

.conwood-shape-1:after {
  content: "";
  bottom: -125px;
  right: 25px;
  z-index: -1;
  position: absolute;
  width: 15px;
  height: 170px;
  background: #0098d5;
  animation: tptranslateY2 2.5s infinite alternate;
}

.conwood-area {
  padding: 80px 0;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .conwood-thumb {
    display: none;
  }

  .conwood-shape-1:after {
    display: none;
  }

  .conwood-area {
    margin: 0;
    padding: 15px 0;
  }

  .conwood-right {
    padding-bottom: 0;
  }

  #light-guage-wrap p {
    padding-bottom: 20px;
  }
}

.lgsf-design-section .conwood-shape-1:after {
  content: "";
  bottom: -125px;
  left: -50px;
  z-index: -1;
  position: absolute;
  width: 15px;
  height: 170px;
  background: #0098d5;
  animation: tptranslateY2 2.5s infinite alternate;
}

.construction-types-section ul li i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  color: #0098d5;
}

.construction-types-section ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

@media (max-width: 576px) {
  .item {
    padding: 0 0px;
  }
}

.page-template-expandable-container
  .home-banner
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  left: unset;
  right: 70px;
  bottom: 80px;
  text-align: end;
}
@media (max-width: 767px) {
  .page-template-expandable-container
    .home-banner
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    right: 0;
    text-align: center;
    bottom: 20px;
  }

  .page-template-expandable-container .home-banner .swiper-slide::after {
    display: none;
  }
}
