html {
  scroll-behavior: smooth;
}

.header {
  position: unset;
}

.slider-dec {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 58%);
  display: flex;
  justify-content: start;
  align-items: center;
}

.slide-des {
  max-width: 780px;
}

.landing-title {
  color: var(--White, #fff);
  font-size: 64px;
  font-weight: 700;
  line-height: 91px;
}



/* counter start  */
.pre-counter-title {
  width: 390px;
  flex: 0 0 auto;
}

.counter-title-main {
  overflow: hidden;
  color: var(--Black, #2d2d2d);
  text-align: center;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.counter-slider .slick-list {
  width: 100%;
}

.counter-slider.slick-initialized .slick-slide {
  width: 200px !important;
}

.counter-slider.slick-slider .slick-track {
  width: 100% !important;
}

/* counter end  */
.how-fast-section {
  padding: 4rem 0 6rem 0;
  background-color: #fff;
}

.how-fast-slide {
  gap: 2rem;
}

.how-fast-slide div:first-child img {
  max-width: 715px;
  max-height: 816px;
  width: 100%;
  height: 100%;
}

.how-fast-slide div:last-child img {
  max-width: 575px;
  max-height: 816px;
  width: 100%;
  height: 100%;
}

/* new building css start  */
.building-loadmore .features-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
}

.building-loadmore .features-btn:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.building-img-content .trusted-title {
  height: unset;
  /* overflow: hidden; */
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.building-img-content .trusted-title.active {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: unset;
}

/* building css  */
.building-modal-mobile-body,
.mobile-building {
  display: none;
}

.building-img-content {
  max-width: 35%;
}

.building-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 568px;
  flex: 0 0 auto;
}

.building-img img {
  max-width: 600px;
  max-height: 568px;
  width: 600px;
  height: 568px;
}

.building-body {
  justify-content: start;
  align-items: center;
  max-width: 1800px;
  margin: auto;
  background-color: #fff;
  padding-top: 14rem;
  padding-bottom: 7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  gap: 16rem;
}

.building-points-comman {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  flex: 0 0 auto;
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

/* hover dots css  */
.building-points-1 {
  left: 12.3%;
  bottom: 20%;
}

.building-points-2 {
  left: 4.8%;
  top: 52.4%;
}

.building-points-3 {
  left: 2%;
  top: 35.1%;
}

.building-points-4 {
  top: 22.5%;
  left: 16.5%;
}

.building-points-5 {
  top: 13%;
  left: 29.3%;
}

.building-points-6 {
  top: 9.5%;
  left: 43.3%;
}

.building-points-7 {
  top: 2.4%;
  right: 28.3%;
}

.building-points-8 {
  top: 19.4%;
  right: 9.5%;
}

.building-points-9 {
  right: 2%;
  top: 42%;
}

.building-points-10 {
  right: 5.5%;
  bottom: 31.5%;
}

.building-points-11 {
  right: 19.5%;
  bottom: 19%;
}

.building-points-12 {
  right: 30%;
  bottom: 10.5%;
}

.building-points-13 {
  left: 46%;
  bottom: 3%;
}

.building-points-14 {
  left: 28%;
  bottom: 2%;
}

.building-modal {
  background-color: #3b4498;
  position: absolute;
  padding: 0.6rem 1.5rem;
  border-radius: 12px;
  max-width: 214px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.building-modal.result_hover {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.building-modal-dial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buil-modal-bottom.absolute {
  background-color: #3b4498;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  transform: rotate(45deg);
  /* top: 5rem; */
  /* left: -2rem; */
  z-index: -1;
}

.building-modal-img .buil-icon {
  max-width: 70px;
  max-height: 70px;
  object-fit: contain;
  object-position: center;
}

.building-modal-title h3 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.298px;
}

.building-modal-title p {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.298px;
  margin: 0;
}

/* 01 */
.building-modal-1 {
  left: -28%;
  bottom: 5%;
}

.building-modal-2 {
  left: -35%;
  bottom: 20%;
}

.building-modal-3 {
  left: -23%;
  top: 3%;
}

.building-modal-4 {
  top: -12%;
  left: -9%;
}

.building-modal-5 {
  top: -18%;
  left: 5%;
}

.building-modal-6 {
  top: -22%;
  left: 19%;
}

.building-modal-7 {
  top: -13%;
  right: -13%;
}

.building-modal-8 {
  top: 5%;
  right: -31%;
}

.building-modal-9 {
  top: 30%;
  right: -38%;
}

.building-modal-10 {
  right: -35%;
  bottom: 17%;
}

.building-modal-11 {
  right: -20%;
  bottom: 2%;
}

.building-modal-12 {
  right: 5%;
  bottom: -21%;
}

.building-modal-13 {
  right: 21%;
  bottom: -28%;
}

.building-modal-14 {
  left: -12%;
  bottom: -13%;
}

.building-modal-1 .buil-modal-bottom {
  top: 1rem;
  right: -2rem;
}

.building-modal-2 .buil-modal-bottom {
  top: 1rem;
  right: -2rem;
}

.building-modal-3 .buil-modal-bottom {
  bottom: -1rem;
  right: 0;
}

.building-modal-4 .buil-modal-bottom {
  bottom: -1rem;
  right: 0;
}

.building-modal-5 .buil-modal-bottom {
  bottom: -1rem;
  right: 0;
}

.building-modal-6 .buil-modal-bottom {
  bottom: -1rem;
  right: 0;
}

.building-modal-7 .buil-modal-bottom {
  bottom: 1rem;
  left: -2rem;
}

.building-modal-8 .buil-modal-bottom {
  bottom: 1rem;
  left: -2rem;
}

.building-modal-9 .buil-modal-bottom {
  bottom: 2rem;
  left: -2rem;
}

.building-modal-10 .buil-modal-bottom {
  top: 1rem;
  left: -2rem;
}

.building-modal-11 .buil-modal-bottom {
  top: 1rem;
  left: -2rem;
}

.building-modal-12 .buil-modal-bottom {
  top: -1rem;
  left: 0rem;
}

.building-modal-13 .buil-modal-bottom {
  top: -1rem;
  left: 0rem;
}

.building-modal-14 .buil-modal-bottom {
  top: 1rem;
  right: -2rem;
}

/* new building css end  */
/* building css  */

/* .how-fast-slide img {
  max-width: 1380px;
  max-height: 830px;
} */
.how-fast-slide img {
  max-width: 100%;
  max-height: 100%;
}

.productdetails-hero {
  gap: 5rem;
}

.productdetails-hero-img {
  flex: 0 0 100%;
  max-width: 40%;
  width: 100%;
}

.productdetails-img {
  max-width: 518px;
  width: 100%;
  max-height: 440px;
  height: 100%;
}

.productdetails-card {
  gap: 1rem;
  max-width: 430px;
  width: 100%;
  margin: auto;
  border-radius: 21.56px;
  border: 2px solid #dcdcdc;
  background-color: var(--White, #fff);
  padding: 0.8rem 1rem;
}

.productdetails-price,
.productdetails-variant {
  flex: 0 0 100%;
  max-width: 58%;
  width: auto;
}

.productdetails-price {
  max-width: 30%;
}

.form-group label {
  color: var(--colors-text, rgba(21, 20, 57, 0.4));
  font-size: 11.179px;
  font-weight: 700;
  line-height: 20.761px;
  letter-spacing: 1.597px;
  text-transform: uppercase;
  font-family: "Poppins";
}

.form-group select {
  border-radius: 8.68px;
  border: 2px solid #b3d236;
  background: #fafafa;
  width: 100%;
  max-width: 100%;
  padding: 0.5rem 0.4rem;
}

.form-group select:focus-visible {
  outline-color: #b3d236;
}

.productdetails-content span {
  position: relative;
}

.productdetails-content span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 1.5px;
  height: 90%;
  background-color: #cbcbcb;
}

.form-group input {
  width: auto;
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--Black, #2d2d2d);
  font-family: "Poppins";
  font-size: 29.401px;
  font-weight: 600;
  line-height: 26.152px;
}

.productdetails-price {
  overflow: hidden;
}

.productdetails-btn-price {
  margin-top: 2rem;
}

.pcard-btn {
  gap: 10px;
  max-width: 430px;
  margin: auto;
}

.find-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  box-shadow: none;
  letter-spacing: 0.37px;
  padding: 0.717rem 0;
  transition: 0.3s;
  line-height: 26.152px;
  border: none;
  /* 159.462% */
}

.btn.find-dealer-btn {
  background-color: #b3d236;
  color: #000;
}

.btn.find-contractor-btn {
  background-color: #3b4498;
  color: #fff;
}

.find-btn:hover {
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}

/* des   */
.productdetails-hero-des p {
  color: #2b2b2b;
  text-align: justify;
  letter-spacing: 0.364px;
}

.productdetails-hero-s {
  color: var(--Description, #2b2b2b);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.364px;
}

.productdetails-hero-size.flex.flex-col {
  gap: 1.5rem;
}

/* .scrollyspy-setion {
  padding: 3rem 0;
} */
.productdetails-item.scrollspy {
  background-color: #fff;
}

.productdetails-scroll-menu .nav-link {
  color: var(--Black, #2d2d2d);
  text-align: center;
  font-size: 17px;
  padding: 1.5rem 0;
  text-wrap: nowrap;
  font-weight: 500;
}

.productdetails-scroll-menu .nav-link.active {
  color: var(--blue, #3b4498);
  font-weight: 700;
}

.productdetails-scroll-menu .nav-link:hover {
  color: var(--blue, #3b4498);
}

.productdetails-scroll-menu ul li {
  margin: 0;
}

.productdetails-scroll-menu ul {
  gap: 1.75rem;
  background: var(--White, #fff);
  /* box-shadow: 0px 9.46118px 14.9802px 0px rgba(0, 0, 0, 0.19); */
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 2600px;
  overflow-x: auto;
  padding: 0 3rem;
}

.productdetails-scroll-menu {
  position: sticky;
  background: var(--White, #fff);
  box-shadow: 1px 5px 32px 0px rgba(0, 0, 0, 0.15);
  top: 0;
  z-index: 99;
  padding: 0 3rem;
}

.productdetails-scroll-menu-space {
  max-width: 2600px;
  overflow-x: scroll;
}

.productdetails-scroll-des {
  padding: 0 0 0;
  background-color: #fcfcfc;
}

/* feature css  */

.reward-card-box {
  gap: 1rem;
  margin-top: 3rem;
}

.reward-card-body {
  border: 2px solid #e7e7e7;
  background-color: #fff;
  padding: 0.65rem;
  gap: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 15px;
  height: 100%;
}

.people-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.364px;
}

.connection-details .people-name {
  height: 44px;
}

.reward-card-des p {
  color: var(--Description, #2b2b2b);
  line-height: normal;
  letter-spacing: 0.364px;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.features-btn:hover,
.reward-card:hover .reward-card-body {
  border-color: transparent;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.reward-card {
  flex: 0 0 49%;
  max-width: 49%;
  width: 100%;
}

.reward-img {
  border-radius: 15px;
  background-color: #f9f9f9;
  max-width: 23.52%;
  width: 100%;
  max-height: 100%;
  height: 128px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.reward-card-des {
  gap: 6px;
}

.reward-img img {
  max-width: 90px;
  width: 100%;
  max-height: 90px;
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.keypoints-section {
  margin-top: 3.5rem;
}

.features-btn {
  border-radius: 27px;
  border: 1px solid #999;
  background: var(--White, #fff);
  padding: 0.8rem 2.5rem;
  font-size: 16px;
  letter-spacing: 0.364px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.technical-specification {
  padding: 3rem 0;
  /* margin: 4rem 0 0 0; */
  padding-top: 6rem;
}

/* connection details css start  */
.connection-item {
  background-color: #fff;
}

.technical-specification .reward-card-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
}

.technical-specification .reward-card-body {
  border: 1px solid #dedede;
  background-color: rgba(255, 255, 255, 0.22);
  padding: 0.65rem 0.65rem 1rem;
}

.technical-specification .reward-card:hover .reward-card-body {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}

.technical-specification .reward-img {
  border-radius: 18px;
  background-color: #f5f5f5;
  max-width: 100%;
  max-height: 100%;
  height: 180px;
}

.technical-specification .reward-img img {
  max-width: 130px;
  width: 100%;
  max-height: 130px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* .technical-specification .reward-card {
  flex: 0 0 100%;
  max-width: 100%;
} */
.technical-specification .reward-card-des {
  max-height: 100%;
  text-align: center;
  padding: 0 5px;
}

/* slider  */
.reward-card-slider .slick-track {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

/* .reward-card-slider .reward-card {
  width: 100% !important;
}
.reward-card-slider .slick-track {
  width: 100% !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1rem;
}
.reward-card-slider .slick-track:before, .slick-track:after{
  display: none;
}
.reward-card-slider.slick-slider .slick-track, .reward-card-slider.slick-slider .slick-list {
  width: 100%;
  overflow: visible;
} */
/* connection details css End  */

/* project gallery css start  */
.project-gallery-section {
  padding: 2rem 0;
  background-color: #ffffff;
}

.gallery-main-img {
  margin: 2rem 0 5rem 0;
}

.gallery-main-img img {
  max-width: 1400px;
  max-height: 788px;
  width: 100%;
  height: 100%;
}

.gallery-img-item {
  margin: 0 10px;
  height: 350px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.project-img {
  height: 350px;
}

.project-img img {
  object-fit: cover;
  object-position: top;
  height: 100%;
}

.project-content h3 {
  color: var(--White, #fff);
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.project-content p {
  color: var(--White, #fff);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.364px;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 9; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
  /* margin-top: 3rem; */
  opacity: 0;
  transition: 0.5s;
}

div.project-content div.project-p p:first-child {
  margin-top: 3rem;
}

.project-content .project-p .project-line {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-content .more-des-btn {
  color: var(--White, #b3d236);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.364px;
  text-decoration-line: underline;
  text-align: end;
  /* margin-top: -20px; */
  cursor: pointer;
  opacity: 0;
  transition: 0.5s;
}

.project-content {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  top: 0;
  padding: 1.34rem;
  background-color: transparent;
  border-radius: 21px;
  height: 100%;
  /* transform: translateY(276px); */
  transition: 0.5s;
}

/* div.project-content div.project-p p {
  display: none;
} */
div.project-content div.project-p .more-des-btn {
  display: block;
}

/* div.project-content div.project-p p:first-child {
  display: -webkit-box;
} */
.gallery-img-item:hover .project-content {
  background-color: #192169;
  top: 0;
  height: 100%;
  transition: 0.5s;
  /* animation: in-img 2s ease-in-out; */
  /* transform: translateY(0); */
}

.gallery-img-item:hover .project-content .more-des-btn,
.gallery-img-item:hover .project-content p {
  opacity: 1;
  transition: 0.5s;
}

/* .project-content h3 {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  top: 0;
  padding: 1.34rem 1.34rem 0;
  background-color: transparent;
  transform: translateY(276px);
  animation: in-img1 0.5s ease-in-out;
} */
.project-content h3 {
  position: absolute;
  left: 0;
  z-index: 9;
  right: 0;
  top: 0;
  padding: 1.34rem 1.34rem 0;
  background-color: transparent;
  transform: translateY(276px);
  animation: in-img1 0.5s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@keyframes in-img1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(276px);
  }
}

.gallery-img-item:hover .project-content h3 {
  transform: translateY(0);
  animation: in-img 0.5s ease-in-out;
}

@keyframes in-img {
  0% {
    transform: translateY(276px);
  }

  100% {
    transform: translateY(0);
  }
}

/* project gallery css end  */

/* esteemeted slider  */

.esteemed-slider {
  margin-top: 2rem;
}

.esteemed-slider img {
  height: 60px;
}

.esteemed-client-section {
  padding: 3rem 0 4rem 0;
  background-color: #fff;
}

/* esteemeted slider  */
.knowledge-base-section {
  padding: 2rem 0 5rem;
  background-color: #fff;
}

.knowledge-slider .slick-list {
  overflow-y: visible;
  padding: 1rem 0;
}

/* table  */
/* 
.technical-specification-table {
  border-radius: 25px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 3rem;
}

.technical-table {
  border-radius: 9.255px;
  border: 3.702px solid rgba(0, 0, 0, 0.06);
  background: var(--White, #fff);
  max-width: 100%;
  width: 100%;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

.technical-table table > tbody > tr:nth-of-type(odd) > * {
  background-color: #fafafa;
}

table .table-other-th {
  border-right: 3.5px solid rgba(0, 0, 0, 0.06);
}

.technical-table .row {
  max-width: 100%;
  width: 100%;
}

.technical-table .col-4 {
  width: 30%;
}

.technical-table .col {
  width: 70%;
}

.technical-table th {
  color: #454545;
  font-size: 18px;
  font-weight: 600;
  text-align: start;
  padding: 1rem 1rem 1rem 2rem;
} */

/* cal  */
/* .technical-table th.table-title {
  font-weight: 700;
  color: #000;
}

.technical-cal.flex {
  gap: 3rem;
}

.technical-cal-title {
  max-width: 40%;
  width: 100%;
}

.technical-body {
  border-radius: 25px;
  background: #3b4498;
  padding: 3rem;
}

.technical-head {
  gap: 1rem;
}

.technical-body .form-group {
  gap: 0.8rem;
}

.technical-body .form-group input {
  color: var(--White, #fff);
  font-size: 15px;
  font-weight: 500;
  width: 170px;
}

.technical-inut-group {
  border-radius: 10px;
  border: 1.5px solid #cecece;
  padding: 0.8rem;
  gap: 2rem;
}

.technical-body .form-group span {
  font-weight: 400;
  color: #ffffff;
  position: relative;
}

.technical-body .form-group .technical-inut-group.cal-kgs {
  border: none;
  padding: 0;
  flex-direction: row;
}
.technical-body .form-group .technical-inut-group.cal-kgs span {
  font-size: 22px;
  line-height: normal;
}

.technical-body .form-group .technical-inut-group.cal-kgs .number1-kgs {
  font-size: 35px;
  line-height: 38px;
}

.technical-body .form-group label {
  line-height: 25px;
  color: var(--White, #fff);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: unset;
  text-transform: unset;
  flex: 0 0 41%;
}

.technical-inut-group.cal-kgs {
  gap: 0;
}

.technical-inut-group.cal-kgs span::before{
  display: none;
} */

.technical-body .form-group span::before {
  content: "";
  position: absolute;
  top: 4%;
  left: -1rem;
  background-color: #e6e6e6;
  height: 90%;
  width: 2px;
}

.video-tag-details {
  position: relative;
}

.video-tag-details-iframe iframe,
.video-tag-details-iframe {
  width: 100%;
  height: 100%;
}

.video-tag-details video {
  max-width: 100%;
  max-height: 276px;
  width: auto;
  height: auto;
}

.video-tag-details .tap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* card  */

.product-card {
  border-radius: 20px;
  border: 1.012px solid #ececec;
  background: #fff;
  padding: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  gap: 1rem;
}

.product-card:hover {
  box-shadow: 0 0 20px #57575750;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.pcard-img .pcard-img-body {
  gap: 0.6rem;
  border-radius: 15.029px;
  background: #f5f5f5;
  padding: 1rem 0.4rem;
  height: 276px;
  max-height: 276px;
  overflow: hidden;
}

.pcard-img img {
  max-width: 270px;
  width: 100%;
  max-height: 220px;
  height: 100%;
}

/* .new-filter-tab .pcard-img .video-tag img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
} */

.pcard-img .pcard-img-body.video-tag {
  padding: 0;
}

.pcard-img p {
  /* color: #353535;
  font-size: 12.717px;
  font-weight: 600;
  line-height: 16.069px;
  letter-spacing: 0.369px;
  margin: 0;
  max-width: 136px;
  width: 100%; */
  margin: 0;
  color: #545454;
  font-size: 14px;
  line-height: 21px;
  /* 150% */
}

.pcard-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.product-card .find-btn {
  border-radius: 26px;
  border: 1px solid #777;
  background-color: var(--White, #fff);
  padding: 0.6rem 1.8rem;
  gap: 10px;
}

/* .product-card:hover .btn.find-dealer-btn, */
.product-card .btn.find-dealer-btn:hover {
  transition: 0.3s;
  background-color: #b3d236;
  color: #000;
  border-color: rgba(0, 0, 0, 0);
}

.ourproduct-dec {
  margin-top: 5rem;
}

.pcard-des h3 {
  color: #353535;
  font-size: 21px;
  font-weight: 600;
  line-height: 29.629px;
  letter-spacing: 0.496px;
  height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcard-points ul li::marker {
  color: #545454;
}

.pcard-points ul {
  list-style-type: disc;
  padding-left: 22px;
}

.menu-filter {
  margin: 0 1rem;
}

/* .knowledge-slider {
  margin-top: 2rem;
} */

.faq-section {
  padding: 2.5rem 0 3rem 0;
  /* background-color: #fff; */
  margin-bottom: 4rem;
}

.relatesd-blogs-section {
  margin-top: 0;
  padding-top: 0;
}

/* faq start  */
.ourproduct-section {
  padding: 4rem 0 2.6rem;
}

.ourproduct-section p {
  max-width: 1100px;
  margin: auto;
}

.filter-menu,
.product-menu {
  text-align: center;
  margin-bottom: 2rem;
}

/* .product-filter{
  margin: 2rem 0;
} */

.productdetails-price-body {
  margin-top: 1rem;
}

.tab1,
.tab {
  display: inline-flex;
  background-color: #f0f0f0;
  border-radius: 46.243px;
  padding: 0.6rem !important;
  margin: 0 !important;
  list-style: none !important;
}

.tab1 li,
.tab li {
  margin: 0 !important;
}

.tab1 {
  background-color: transparent;
  gap: 1rem;
}

.tab1 button,
.tab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 44px;
  /* background: #B3D236; */
  display: flex;
  padding: 1.3rem 2.8rem;
  justify-content: center;
  align-items: center;
  color: #2d2d2d;
  /* font-size: 15.431px; */
  font-weight: 600;
  letter-spacing: 0.312px;
}

.tab1 button {
  background-color: #f0f0f0;
  border-radius: 41px;
  box-shadow: 0px 0px 2.31214px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 1.66rem;
}

.tab1 button.active,
.tab1 button:hover {
  background-color: #3b4498;
  color: #fff;
}

.tab button.active,
.tab button:hover {
  background-color: #b3d236;
}

.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  border-top: none;
}

.filter-tab {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  gap: 2rem;
}

.ralated-product-body .menu-filter {
  flex: 0 0 23%;
  max-width: 23%;
  width: 100%;
  margin: 0;
}

.ralated-product-body .product-card {
  border-radius: 20px;
  border: 1.012px solid #ececec;
  background: #fff;
  padding: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ralated-product-body .product-card:hover {
  box-shadow: 0 0 20px #57575750;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ralated-product-body .pcard-img a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 15.029px;
  background: #f5f5f5;
  margin-bottom: 1.1rem;
  padding: 1rem 0.8rem;
  /* border-radius: 12px; */
}

.ralated-product-body .pcard-img img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 14px;
}

.ralated-product-body .pcard-img p {
  color: #353535;
  text-align: center;
  font-size: 12.717px;
  font-weight: 600;
  line-height: 16.069px;
  letter-spacing: 0.369px;
  margin: 0;
  max-width: 136px;
  width: 100%;
}

.ralated-product-body .pcard-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.ralated-product-body .find-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-radius: 8.671px;
  border: 1.156px solid #f1f1f1;
  box-shadow: none;
  color: #5f5f5f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.37px;
  padding: 0.717rem 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.ralated-product-body .btn.find-dealer-btn:hover {
  transition: 0.3s;
  background-color: #b3d236;
  color: #000;
}

.ralated-product-body .btn.find-contractor-btn:hover {
  transition: 0.3s;
  background-color: #3b4498;
  color: #fff;
}

.ralated-product-body .ourproduct-dec {
  margin-top: 5rem;
}

/* faq end  */

/* accordian start  */
/* new  */

.acc {
  margin-bottom: 18px;
}

.acc-container .acc {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.39);
  border-radius: 13px;
}

.acc-head {
  padding: 1.5rem 2rem;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  background-color: var(--White, #fff);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.acc-head.active {
  border-radius: 13px 13px 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: var(--blue, #3b4498);
}

/* .acc-head::after, */
.acc-head::before {
  content: "";
  position: absolute;
  top: 36%;
  /*background-color: #fff;
  */
  transition: all 0.8s;
  background-image: url(../images/arrow-acc.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 20px;
  right: 2%;
}

.acc-head.active::before {
  transform: rotate(450deg);
  transition: 0.8s;
  filter: brightness(10);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

/* .acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
} */

/* .acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
} */

.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
  padding: 0 2rem 1.5rem 2rem;
  display: none;
  background-color: var(--blue, #3b4498);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 13px 13px;
}

.accordian-title {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.acc-head.active .accordian-title {
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

/* .accordian-des p */
.accordian-des strong{
  font-weight: bold !important;
}
.accordian-des table,.accordian-des td{
  border: 1px solid;
}
.accordian-des a{
  display: inline-block;
}
.accordian-des * {
  color: var(--White, #fff);
  font-size: 18px !important;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}


/* accordian end  */
.blogslide {
  margin: 0 0.5rem;
}

.blog-card-body {
  border-radius: 16px;
  border: 3px solid #f0f0f0;
  background: var(--White, #fff);
  overflow: hidden;
}

.blog-part-two {
  padding: 0 1rem 1.3rem;
}

.blog-card {
  gap: 0.8rem;
}

.blog-img {
  /* border-radius: 12px; */
  overflow: hidden;
}

.blog-img img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  object-position: center;
  max-height: 310px;
  width: 100%;
  max-width: 450px;
  height: 100%;
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.blog-card-body:hover .blog-img img {
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transform: scale(1.1) rotate(-3deg);
  -webkit-transform: scale(1.1) rotate(-3deg);
  -moz-transform: scale(1.1) rotate(-3deg);
  -ms-transform: scale(1.1) rotate(-3deg);
  -o-transform: scale(1.1) rotate(-3deg);
}

/* .blog-tag span {
  color: #252641;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.26px;
  border-radius: 20px;
  background-color: #F1F1F1;
  padding: 0.58rem 1rem;
  transition: 0.3s;
}

.blog-tag-link:hover .blog-tag span {
  box-shadow: 0 0 10px #808080b0;
  transition: 0.3s;
}

.blog-card-body:hover .blog-tag span {
  background-color: #dfdfdf;
  transition: 0.3s;
} */

.blog-des .blog-title {
  letter-spacing: 0.36px;
  /* color: #000;
    font-size: 18px;
    font-weight: 600; */
}

.blog-des p {
  color: var(--Description, #2b2b2b);
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.364px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

span.blog-btn {
  gap: 0.5rem;
}

/* read more start */

.show-more {
  cursor: pointer;
  background: #fff;
  color: #3b4498b9;
  padding: 1rem 0;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: -38px;
  background: linear-gradient(#ffffff6e, #fff, #fff);
  background: -o-linear-gradient(#ffffff6e, #fff, #fff);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff6e),
      color-stop(#fff),
      to(#fff));
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.show-more:hover {
  color: #3b4498;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.readmoreactive,
.readless {
  display: none;
}

.readlessactive {
  margin: 0;
  display: block;
}

.show-more-full {
  max-height: 280px;
  overflow: hidden;
}

.show-more-full.active {
  max-height: 100%;
}

/* read more end */

/* new  */
.form-group .technical-inut-group select {
  border: none;
  background: #3b4498;
  color: white;
  padding: 0;
}

.table-pd td {
  color: #fff;
  line-height: 1.8;
}

.table-pd tr td:first-child {
  font-weight: 600;
}

.table-pd tr td:last-child {
  display: flex;
  gap: 0.5rem;
}

.table-pd tr td:last-child b {
  font-weight: 400;
}



/* Precast Section */

.precast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 40px 0 20px 0;
}

.precast-card {
  background: #ffffff;
  border: 2px solid #E7E7E7;
  border-radius: 15px;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.precast-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: #3b4498;
}

.precast-card-img {
  width: 156px;
  height: 156px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: contain;
}

.precast-card-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 12px;
}

.precast-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.precast-card-desc {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.precast-card-link {
  color: #3b4498;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}

.precast-card-link:hover {
  color: #3b4498;
}

/* Modal Overlay Styling */
.precast-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.precast-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.precast-modal {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  max-width: 900px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.precast-modal-overlay.active .precast-modal {
  transform: translateY(0);
}

.precast-modal-header {
  padding: 24px 24px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  text-align: left;
}

.precast-modal-header-text {
  display: flex;
  flex-direction: column;
}

.precast-modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  letter-spacing: 0.3644px;
}

.precast-modal-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #6A6A6A;
  margin: 0;
  letter-spacing: 0.3644px;
}

.precast-modal-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #999999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease;
}

.precast-modal-close:hover {
  color: #3b4498;
}

.precast-modal-body {
  padding: 30px;
  display: flex;
  gap: 30px;
  max-height: 70vh;
  overflow-y: auto;
}

.precast-modal-image-wrapper {
  flex: 0 0 45%;
  max-width: 45%;
}

@media (max-width: 768px) {
  .precast-modal-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .precast-modal-body {
    flex-direction: column;
  }
}

.precast-modal-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Precast Modal Slider styles */
.precast-modal-image-wrapper {
  position: relative;
}

.precast-modal-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.precast-slider-item {
  outline: none;
}

.precast-slider-item img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
  display: block;
}

/* Slider navigation arrows styling */
.precast-modal-slider .slick-prev,
.precast-modal-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #E2E2E2;
  border-radius: 50%;
  color: #3b4498;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.precast-modal-slider .slick-prev {
  left: 12px;
}

.precast-modal-slider .slick-next {
  right: 12px;
}

.precast-modal-slider .slick-prev:hover,
.precast-modal-slider .slick-next:hover {
  background: #3b4498;
  color: #ffffff;
  border-color: #3b4498;
}

/* Slider navigation dots styling */
.precast-modal-slider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.precast-modal-slider .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.precast-modal-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.precast-modal-slider .slick-dots li.slick-active button {
  background: #3b4498;
  width: 12px;
  height: 12px;
  border-color: #3b4498;
}


.precast-modal-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.precast-modal-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #161616;
}

.precast-modal-desc {
  font-size: 15px;
  color: #1D1D1D;
  margin: 0;
}

.precast-modal-info ul {
  padding-left: 15px;
}

.precast-modal-apps-list {
  padding-top: 10px;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.precast-modal-apps-list li {
  font-size: 15px;
  color: #1D1D1D;
  list-style-type: disc;
}

/* ═══════════════════════════════════════════
   Construction Process Comparison Section
   ═══════════════════════════════════════════ */

/* --- Layout --- */
.construction-process-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}

.construction-process-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* --- Timeline Headers --- */
.cp-timeline-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
  max-width: 360px;
  margin-bottom: 8px;
}

.cp-timeline-header h3 {
  color: #2D2D2D;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
}

.cp-modular-header {
  flex-direction: column;
  align-items: flex-start;
}

/* --- Badges --- */
.construction-process-items .badges {
  color: #A5C034;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: rgba(179, 210, 54, 0.12);
}

/* --- VS Divider --- */
.cp-vs-row {
  padding: 16px 0;
}

.cp-vs-row .vs {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* ───────────────────────────
   Chevron Wrap — MOBILE (default)
   ─────────────────────────── */
.chevron-wrap {
  width: 100%;
  max-width: 360px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}

/* Vertical items */
.chevron-wrap .item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  min-height: 52px;
}

.chevron-wrap .item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  display: contents;
}

/* Number badges */
.chevron-wrap .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px !important;
  margin-right: 10px;
  flex-shrink: 0;
}

/* Downward chevron pointer on mobile */
.chevron-wrap .item:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 10px;
  background-color: inherit;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  z-index: 10;
}

/* ─── Traditional Timeline Colors (Mobile) ─── */
.traditional-timeline .item:nth-child(1) {
  background: #F3F3F3;
}

.traditional-timeline .item:nth-child(2) {
  background: #EAEAEA;
}

.traditional-timeline .item:nth-child(3) {
  background: #E0E0E0;
}

.traditional-timeline .item:nth-child(4) {
  background: #D2D2D2;
}

.traditional-timeline .item:nth-child(5) {
  background: #C0C0C0;
}

.traditional-timeline .item:nth-child(6) {
  background: #9E9D9D;
}

/* .traditional-timeline .item:nth-child(6) span {
  color: #fff;
} */

/* .traditional-timeline .item:nth-child(6) .num {
  color: #fff !important;
} */

/* Finish item — Traditional */
.traditional-timeline .finish-item {
  background: #707070;
  justify-content: center;
}

.traditional-timeline .finish-item span {
  color: #fff;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 2px;
}

/* ─── Modular Timeline Colors (Mobile) ─── */
.modular-timeline-wrapper {
  width: 100%;
  max-width: 360px;
}

.modular-timeline .item:nth-child(1) {
  background: #E7EECB;
}

.modular-timeline .item:nth-child(2) {
  background: #D9E99B;
}

.modular-timeline .item:nth-child(3) {
  background: #C6DD68;
}

/* Finish item — Modular */
.modular-timeline .finish-item {
  background: #B3D236;
  justify-content: center;
}

.modular-timeline .finish-item span {
  color: #fff;
  font-size: 18px !important;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Modular number badges */
.modular-timeline .num {
  background: rgba(100, 140, 20, 0.12) !important;
}


/* ───────────────────────────
   Chevron Wrap — DESKTOP (≥ 992px)
   ─────────────────────────── */
@media (min-width: 992px) {

  .construction-process-body {
    gap: 0;
  }

  .construction-process-items {
    align-items: flex-start;
    width: 100%;
  }

  /* --- Timeline Headers Desktop --- */
  .cp-timeline-header {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
  }

  .cp-timeline-header h3 {
    font-size: 22px;
  }

  .cp-modular-header {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .construction-process-items .badges {
    font-size: 18px;
    padding: 8px 20px;
  }

  /* --- VS Divider Desktop --- */
  .cp-vs-row {
    padding: 28px 0;
    align-items: center;
  }

  .cp-vs-row .vs {
    font-size: 42px;
  }

  /* --- Chevron Wrap Desktop --- */
  .chevron-wrap {
    max-width: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none;
    flex-direction: row;
  }

  .chevron-wrap .item {
    flex: 1;
    padding: 28px 8px 28px 28px;
    justify-content: center;
    text-align: center;
    min-height: auto;
  }

  .chevron-wrap .item span {
    text-align: center;
    font-size: 13px;
  }

  /* z-index stacking for overlapping arrows */
  .traditional-timeline .item:nth-child(1) {
    z-index: 8;
    border-radius: 16px 0 0 16px;
    padding-left: 10px;
  }

  .traditional-timeline .item:nth-child(2) {
    z-index: 7;
  }

  .traditional-timeline .item:nth-child(3) {
    z-index: 6;
  }

  .traditional-timeline .item:nth-child(4) {
    z-index: 5;
  }

  .traditional-timeline .item:nth-child(5) {
    z-index: 4;
  }

  .traditional-timeline .item:nth-child(6) {
    z-index: 3;
  }

  .traditional-timeline .finish-item {
    z-index: 1;
    border-radius: 0 16px 16px 0;
  }

  .modular-timeline .item:nth-child(1) {
    z-index: 5;
    border-radius: 16px 0 0 16px;
    padding-left: 10px;
  }

  .modular-timeline .item:nth-child(2) {
    z-index: 4;
  }

  .modular-timeline .item:nth-child(3) {
    z-index: 3;
  }

  .modular-timeline .finish-item {
    z-index: 1;
    border-radius: 0 16px 16px 0;
  }

  /* Extra left padding for items after first to clear arrow */
  .chevron-wrap .item:nth-child(n+2) {
    padding-left: 32px;
  }

  /* Horizontal right-pointing chevron arrow */
  .chevron-wrap .item:not(:last-child)::after {
    bottom: auto;
    top: 0;
    left: 100%;
    transform: none;
    width: 22px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    margin-left: -1px !important;
  }

  /* Hide number badges on desktop */
  .chevron-wrap .item .num {
    display: none;
  }

  /* Finish items desktop */
  .traditional-timeline .finish-item {
    padding: 28px 20px;
  }

  .traditional-timeline .finish-item span {
    font-size: 24px !important;
    letter-spacing: 1px;
  }

  .modular-timeline .finish-item {
    padding: 28px 20px;
  }

  .modular-timeline .finish-item span {
    font-size: 24px !important;
    letter-spacing: 1px;
  }

  /* Modular timeline wrapper — shorter width to show 50% faster */
  .modular-timeline-wrapper {
    max-width: 58%;
  }
}

/* ─── Large Desktop (≥ 1024px) ─── */
@media (min-width: 1024px) {

  .cp-timeline-header h3 {
    font-size: 24px;
  }

  .chevron-wrap .item span {
    font-size: 15px;
  }

  .chevron-wrap .item {
    padding: 32px 8px;
  }

  .traditional-timeline .finish-item span {
    font-size: 28px !important;
  }

  .modular-timeline .finish-item span {
    font-size: 28px !important;
  }
}

/* ─── XL Desktop (≥ 1280px) ─── */
@media (min-width: 1280px) {
  .chevron-wrap .item span {
    font-size: 18px;
  }
}


/* Ideation to Completion */
.ideation-completion {
  background: #192169 !important;
  padding: 64px 0;
}

.ideation-to-completion-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}

.ideation-to-completion-grid .intro {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ideation-to-completion-grid .intro h2 {
  color: #B3D236;
}

.ideation-to-completion-grid .intro p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  max-width: 320px;
  font-weight: 400;
}

.ideation-to-completion-grid .intro p span {
  color: #B3D236;
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
}

.ideation-to-completion-grid .card {
  border-radius: 20px;
  background: #030946;
  padding: 30px;
  min-height: 190px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  /* align-self: stretch; */
}

.ideation-to-completion-grid .card h3 {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.36px;
}

.ideation-to-completion-grid .card p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  max-width: 260px;
  margin: 0;
}


.ideation-to-completion-grid .number {
  position: absolute;
  right: 28px;
  bottom: 12px;
  font-size: 84px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to bottom,
      #B3D236 10%,
      rgba(182, 213, 48, 0.1) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media(max-width:1099px) {
  .ideation-to-completion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ideation-to-completion-grid .intro {
    grid-column: 1 / -1;
    justify-content: center;
  }

  .ideation-to-completion-grid .intro p {
    max-width: 100%;
    text-align: center;
  }
}

.features-section {
  padding: 4rem 0 3rem 0;
}

.building-system-img {
  margin-top: 40px;
}

.building-system-img img {
  border-radius: 12px;
}



/* Start Media Query */
@media (max-width: 1620px) {
  .productdetails-scroll-menu .nav-link {
    font-size: 16px;
    padding: 1rem 0;
  }

  .landing-title {
    font-size: 58px;
    line-height: 70px;
  }

  .reward-img {
    max-width: 20%;
  }

  .people-name {
    font-size: 16px;
    line-height: 20px;
  }

  .reward-card-des p {
    font-size: 14px;
  }

  .reward-img img {
    max-width: 80px;
    max-height: 80px;
  }

  .reward-card-box {
    margin-top: 2rem;
  }

  .keypoints-section {
    margin-top: 3rem;
  }

  .building-body {
    gap: 8rem;
  }
}

@media (max-width: 1499px) {
  .technical-specification .reward-img {
    height: 150px;
  }

  .technical-specification .reward-img img {
    max-width: 100px;
    max-height: 100px;
  }

  .project-content h3 {
    font-size: 20px;
  }

  .building-img img {
    width: 100%;
    height: 100%;
  }

  .building-img {
    width: 450px;
    height: 430px;
  }

  .building-points-comman {
    width: 42px;
    height: 42px;
  }


  .building-body {
    padding-top: 9rem;
    gap: 12rem;
  }

  /* round css */

  /* modal css */
  .building-modal-1 {
    left: -41%;
    bottom: 6%;
  }

  .building-modal-2 {
    left: -48.5%;
    bottom: 20%;
  }

  .building-modal-3 {
    left: -34%;
    top: 0%;
  }

  .building-modal-4 {
    top: -12%;
    left: -19%;
  }

  .building-modal-5 {
    top: -21%;
    left: -5%;
  }

  .building-modal-6 {
    top: -25%;
    left: 9%;
  }

  .building-modal-7 {
    top: -9%;
    right: -25%;
  }

  .building-modal-8 {
    top: 8%;
    right: -44%;
  }

  .building-modal-9 {
    top: 34%;
    right: -51%;
  }

  .building-modal-10 {
    right: -48%;
    bottom: 16%;
  }

  .building-modal-11 {
    right: -33%;
    bottom: -1%;
  }

  .building-modal-11 .buil-modal-bottom {
    top: 0rem;
    left: -2rem;
  }

  .building-modal-12 {
    right: -4%;
    bottom: -26%;
  }

  .building-modal-13 {
    right: 11%;
    bottom: -33%;
  }

  .building-modal-14 {
    left: -24.5%;
    bottom: -13%;
  }

}

@media (max-width: 1440px) {
  .ideation-to-completion-grid {
    gap: 20px;
  }

  .ideation-to-completion-grid .card p {
    font-size: 14px;
    max-width: 220px;
  }

  .ideation-to-completion-grid .number {
    right: 28px;
    bottom: 30px;
    font-size: 70px;
  }

  .ideation-to-completion-grid .card {
    padding: 25px;
    gap: 15px;
  }

  .productdetails-scroll-menu ul {
    width: 1250px;
    margin: auto;
    padding: 0;
  }

  .reward-img {
    max-width: fit-content;
    padding: 0 1.7rem;
  }

  .filter-tab {
    gap: 2rem;
  }

  .find-btn {
    font-size: 10px;
  }

  .accordian-title {
    font-size: 20px;
  }

  /* .accordian-des p */
  .accordian-des * {
    font-size: 16px !important;
  }

  .how-fast-section {
    padding: 4rem 0 4rem 0;
  }

  .building-body {
    gap: 12rem;
  }
}

@media (max-width: 1399px) {
  .project-content h3 {
    font-size: 18px;
    transform: translateY(285px);
  }

  .landing-title {
    font-size: 46px;
    line-height: 56px;
  }

  .building-body {
    gap: 10rem;
  }
}

@media (max-width: 1299px) {
  .ideation-to-completion-grid .card h3 {
    font-size: 20px;
  }

  .ideation-to-completion-grid .number {
    right: 20px;
  }

  .ideation-to-completion-grid .card p {
    font-size: 14px;
    max-width: 190px;
  }

  .productdetails-hero {
    gap: 2rem;
  }

  .productdetails-hero-s,
  .productdetails-hero-des p {
    font-size: 14px;
    line-height: 22px;
  }

  .productdetails-hero-img {
    max-width: 36%;
  }

  .reward-img img {
    max-width: 70px;
    max-height: 70px;
  }

  .reward-img {
    height: 110px;
  }

  .keypoints-section {
    margin-top: 2rem;
  }

  .features-btn {
    padding: 0.6rem 2rem;
    font-size: 15px;
  }

  .reward-card-des p {
    font-size: 13px;
  }

  .technical-table .col-4 {
    width: 40%;
  }

  /* 
  .ralated-product-body .menu-filter {
    margin: 0 0.8rem;
  } */

  .product-card {
    gap: 0.5rem;
  }

  .pcard-des h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .find-btn {
    line-height: 20px;
    font-size: 14px;
  }

  .filter-tab {
    gap: 1.5rem 1rem;
  }

  .ralated-product-body .ourproduct-dec {
    margin-top: 4rem;
  }

  .blog-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .blog-des p {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-btn {
    font-size: 12px;
  }

  .reward-card-slider .slick-track {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .project-content p {
    margin-top: 2rem;
  }

  .pre-counter-title {
    width: 100%;
    flex: 0 0 auto;
  }

  .counter-body {
    flex-direction: column;
  }

  .building-body {
    gap: 7rem;
  }
}

@media (max-width: 1250px) {
  .building-body {
    gap: 5rem;
  }
}

@media (max-width: 1199px) {

  .ideation-to-completion-grid .card p {
    max-width: 300px;
  }

  .ideation-to-completion-grid .card {
    min-height: auto;
  }

  .ideation-to-completion-grid {
    grid-template-columns: 1fr 1fr;
  }

  .precast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 0 20px 0;
  }

  .precast-card {
    padding: 10px;
  }

  .precast-card-img {
    width: 110px;
    height: 110px;
  }

  .ralated-product-body .find-btn {
    font-size: 9px;
  }

  .ralated-product-body .menu-filter {
    flex: 0 0 50%;
    max-width: 31%;
  }

  .pcard-img .pcard-img-body {
    height: 250px;
  }

  .video-tag-details video {
    max-height: 250px;
  }

  /* start mobile view  */
  .building-body {
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  .building-img-content {
    max-width: 100%;
  }

  .building-img-content .trusted-btn,
  .building-img-content p,
  .building-img-content h2 {
    text-align: center;
  }

  .building-modal-mobile-body,
  .mobile-building {
    display: block;
  }

  .building-points-comman,
  .building-modal-body,
  .web-building {
    display: none;
  }

  .building-img {
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 2rem;
  }

  .building-img img {
    object-fit: contain;
  }

  .building-modal-mobile-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }

  .building-modal-mobile {
    max-width: 48%;
    display: inline-flex;
    justify-content: start;
    align-items: center;
    gap: 1rem;
  }

  .building-modal-mobile-img {
    flex: 0 0 auto;
    width: 80px;
    height: 100%;
  }

  .building-modal-mobile-img .buil-icon {
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
  }

  .building-modal-mobile-title {
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    max-width: 250px;
    flex: unset;
  }

  .building-modal-mobile-title h3 {
    color: #3c3c3c;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.463px;
  }

  .building-modal-mobile-title p {
    color: #3C3C3C;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.463px;
    margin: 0 0 4px;
  }

  .building-loadmore .features-btn {
    display: none;
  }

  .building-img-content .trusted-title {
    height: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
  }
}

@media (max-width: 1099px) {
  .ideation-to-completion-grid .card p {
    max-width: 260px;
  }

  .productdetails-hero-s,
  .productdetails-hero-des p {
    text-align: start;
  }

  .productdetails-price,
  .productdetails-variant {
    flex: 0 0 100%;
    max-width: 50%;
    width: auto;
  }

  .productdetails-price {
    max-width: 30%;
  }

  .productdetails-card {
    justify-content: space-between;
  }

  .technical-cal-title {
    max-width: 46%;
    width: 100%;
  }

  .technical-cal.flex {
    gap: 2rem;
    flex-direction: column;
  }

  .technical-cal-title {
    max-width: 100%;
    width: 100%;
  }

  .technical-table th {
    font-size: 17px;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .tab1 button,
  .tab button {
    font-size: 14px;
    padding: 1rem 2rem;
  }

  .tab1 button {
    padding: 0.8rem 1.8rem;
  }
}

@media (max-width: 1024px) {
  .reward-card {
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
  }

  .counter-title {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .reward-card-slider .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem 1rem;
  }

  .reward-card-slider .reward-card {
    width: 100% !important;
  }

  .technical-specification .reward-card {
    flex: 0 0 100%;
    max-width: 15.5%;
  }

  .reward-card-slider .slick-track:before,
  .slick-track:after {
    display: none;
  }

  .reward-card-slider.slick-slider .slick-track,
  .reward-card-slider.slick-slider .slick-list {
    width: 100%;
    overflow: visible;
  }
}

@media (max-width: 1399px) {
  .connection-details .people-name {
    height: 60px;
    overflow: hidden;
  }
}

@media (max-width: 1299px) {
  .technical-specification .reward-card {
    max-width: 23.5%;
  }

  .connection-details .people-name {
    height: 40px;
    overflow: hidden;
  }
}

@media (max-width: 991px) {

  .building-system-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .features-section {
    padding: 3rem 0;
  }

  .ideation-to-completion-grid .intro h2 {
    text-align: center;
  }

  .ideation-to-completion-grid .intro p {
    font-size: 18px;
  }

  .ideation-to-completion-grid .card {
    min-height: 170px;
    padding: 28px 22px;
  }

  .ideation-to-completion-grid .card h3 {
    font-size: 22px;
  }

  .ideation-to-completion-grid .card p {
    font-size: 14px;
    max-width: 190px;
  }

  .ideation-to-completion-grid .number {
    font-size: 50px;
  }

  .construction-process-body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 16px;
  }

  .construction-process-items-gray {
    padding: 24px;
    border-radius: 12px;
    background: #F3F4F5;
    margin: 0px auto;
  }

  .construction-process-items-green {
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    margin: 0px auto;
  }

  .cp-timeline-header h3 {
    font-size: 14px;
  }

  .chevron-wrap .item {
    padding: 16px;
  }

  .chevron-wrap .item span {
    font-size: 12px;
  }

  .construction-process-items-gray .chevron-wrap {
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    background: #FFF;
  }

  .construction-process-items-gray .cp-timeline-header {
    margin-bottom: 0;
  }

  .cp-vs-row .vs {
    font-size: 24px;
  }

  .how-fast-section {
    background: #FCFCFC !important;
  }

  .testimonial-slider-btn {
    margin: 1rem 0 0;
  }

  .knowledge-base-section {
    padding: 2rem 0 3rem;
  }

  .faq-section {
    padding: 2.5rem 0 1rem 0;
    margin-bottom: 2rem;
  }

  .slide-des {
    max-width: 520px;
    padding-right: 16px;
  }

  .productdetails-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .productdetails-hero-img {
    max-width: 100%;
  }

  .reward-img img {
    max-width: 50px;
    max-height: 50px;
  }

  .reward-img {
    height: 104px;
  }

  .people-name {
    font-size: 15px;
    line-height: 18px;
  }

  .connection-details .people-name {
    height: 100%;
  }

  .reward-card-des p {
    font-size: 12px;
  }

  .productdetails-scroll-menu ul {
    gap: 1rem;
  }

  .productdetails-scroll-menu .nav-link {
    padding: 1.2rem 0;
  }

  .reward-card-des p {
    -webkit-line-clamp: 4;
  }

  .technical-cal.flex {
    gap: 2rem;
    flex-direction: column;
  }

  .technical-cal-title {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .technical-cal-title h3 {
    text-align: center;
  }

  .technical-specification-table {
    border-radius: 20px;
    padding: 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .tab1 button,
  .tab button {
    font-size: 13px;
    padding: 0.6rem 1rem;
  }

  .tab1 button {
    font-size: 12px;
    padding: 0.6rem 1rem;
  }

  .filter-menu,
  .product-menu {
    text-align: center;
    margin-bottom: 1rem;
  }

  .ourproduct-section {
    padding: 3rem 0 2rem;
  }

  .ourproduct-dec {
    margin-top: 3rem;
  }

  .acc-head::before {
    background-size: contain;
    width: 9px;
    height: 16px;
  }

  .acc-content,
  .acc-head {
    padding: 1rem 2rem 1rem 1.5rem;
  }

  .acc-content {
    padding-top: 0;
  }

  .filter-tab {
    gap: 1rem;
  }

  .blog-card-body {
    border-radius: 12px;
  }

  .blog-part-two {
    padding: 0 0.8rem 0.8rem;
  }

  .show-more {
    color: #3b4498;
  }

  .reward-card-slider .reward-card.slick-slide {
    margin: 0 8px;
  }

  .reward-card-slider .slick-list {
    overflow-y: visible;
    padding: 1rem 0;
  }

  .project-content .more-des-btn {
    margin-top: -10px;
  }

  .project-content p {
    font-size: 14px;
  }

  .gallery-main-img {
    margin: 2rem 0 3rem 0;
  }

  .building-body {
    flex-wrap: wrap;
    gap: 2rem 1rem;
    align-items: flex-start;
  }

  .building-title {
    width: 48%;
  }

  .building-title {
    order: 1;
  }

  .building-img {
    order: 2;
    width: 100%;
    height: 100%;
  }

  .building-img img {
    max-width: 500px;
    height: 100%;
    margin: auto;
  }

  /* .building-title{
    order: 3;
  } */

  .mobile-comman-img {
    display: block;
  }

  .mobile-comman-img {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    object-fit: contain;
    margin-top: 0.5rem;
  }

  .building-points-comman {
    display: none;
  }

  .how-fast-section {
    padding: 2rem 0 2rem 0;
  }

  /* .building-title-comman:hover span,
  .building-title-comman:hover span p,
  .building-title-comman.result_hover span,
  .building-title-comman.result_hover span p {
    color: #6a6a6a;
    transition: 0.3s;
  } */

  .building-modal-mobile {
    max-width: 46%;
  }
}

@media (max-width: 800px) {
  .building-modal-mobile-title {
    height: 110px;
  }
}

@media (max-width: 767px) {
  .product-menu {
    overflow: auto;
  }

  .landing-slider {
    height: 350px;
  }

  .landing-slider .max-h-slider {
    min-height: 250px;
    max-height: 350px;
  }

  .ideation-to-completion-grid .intro p,
  .ideation-to-completion-grid .intro p span {
    font-size: 13px;
  }

  .ideation-to-completion-grid .intro {
    padding: 0;
  }

  .ideation-completion {
    padding: 2rem 0;
  }

  .construction-process-items .badges {
    border-radius: 12px;
    font-weight: 600;
    font-size: 12px;
  }

  .landing-title {
    font-size: 30px;
    line-height: 36px;
  }

  .precast-card-img {
    width: 95px;
    height: 95px;
  }

  .precast-card-content {
    gap: 8px;
  }

  .precast-card-content h3,
  .precast-card-content .precast-card-title {
    font-size: 14px;
  }

  .precast-card-content p,
  .precast-card-content a {
    font-size: 12px;
  }

  .precast-modal-info h4 {
    font-size: 16px;
  }

  .precast-modal-info p,
  .precast-modal-info ul li {
    font-size: 12px;
  }

  .precast-modal-header h3,
  .precast-modal-header .precast-modal-subtitle {
    font-size: 16px;
  }

  .precast-modal-header p,
  .precast-modal-header .precast-modal-subtitle {
    font-size: 12px;
  }

  .precast-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .productdetails-scroll-menu .nav-link {
    font-size: 14px;
  }

  .reward-card {
    flex: 0 0 100%;
    max-width: 90%;
    width: 100%;
  }

  .productdetails-scroll-menu ul {
    width: 1280px;
  }

  /* .scrollyspy-setion {
    padding: 1rem 0;
  } */

  .productdetails-scroll-des {
    padding: 2rem 0 2rem 0;
  }

  .technical-specification {
    padding: 3rem 0;
    /* margin: 2rem 0; */
    padding-top: 4rem;
  }

  .technical-body {
    padding: 2rem;
  }

  .technical-specification-table {
    padding: 1.5rem;
  }

  .technical-table th {
    font-size: 14px;
  }

  .menu-filter {
    margin: 0 0.5rem;
  }

  .tab1 button,
  .tab button {
    font-size: 12px;
    /* padding: 0.6rem 1rem; */
    white-space: nowrap;
  }

  .ralated-product-body .product-menu {
    /*width: 100%;
  */
    border-radius: 8px;
    /*max-width: 740px;
  */
    overflow: auto;
    background-color: #f0f0f0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .tab1,
  .tab {
    display: inline-flex;
    justify-content: center;
    /* border-radius: 46.243px; */
    padding: 0.6rem;
    /* overflow: scroll; */
    /* width: 730px; */
    /* width: 100%; */
  }

  .filter-menu {
    overflow: auto;
  }

  .filter-menu .tab1 {
    max-width: 100%;
    width: 100%;
    overflow: auto;
    justify-content: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .tab1 button {
    text-wrap: nowrap;
  }

  .ourproduct-section {
    padding: 2rem 0 2rem;
  }

  .accordian-title {
    font-size: 18px;
  }

  /* .accordian-des p */
  .accordian-des * {
    font-size: 13px !important;
  }

  .ralated-product-body .menu-filter {
    flex: 0 0 50%;
    max-width: 48%;
  }

  /* .building-modal-mobile {
    max-width: 100%;
} */
}

@media (min-width: 700px) {
  .bploadmore-btn {
    display: none;
  }
}

@media (max-width: 699px) {
  a.features-btn.bploadmore-btn:hover {
    box-shadow: none;
    background-color: transparent;
  }

  a.features-btn.bploadmore-btn {
    order: 3;
    border: none;
    padding: 0;
    font-weight: 600;
    margin-top: 0;
  }

  .building-body {
    align-items: center;
  }

  .building-modal-mobile-title {
    height: auto;
  }

  .building-modal-mobile {
    max-width: 100%;
  }

  .building-modal-mobile-body {
    overflow: hidden;
    height: 585px;
  }

  .building-modal-mobile-body.active {
    overflow: visible;
    height: 100%;
  }
}

@media (max-width: 580px) {
  .ideation-to-completion-grid .card p {
    font-size: 12px;
  }

  .ideation-to-completion-grid .card h3 {
    font-size: 18px;
    padding-right: 30px;
  }

  .ideation-to-completion-grid .number {
    font-size: 36px;
  }

  .ideation-to-completion-grid .card {
    min-height: auto;
    padding: 20px 20px;
    gap: 5px;
  }

  .ideation-to-completion-grid .card p {
    max-width: 260px;
  }

  .ideation-to-completion-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .precast-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-group label {
    font-size: 10px;
    line-height: 16px;
  }

  .form-group input {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
  }

  .productdetails-price {
    max-width: 36%;
  }


  .productdetails-scroll-menu {
    padding: 0 1.5rem;
    overflow: auto;
  }

  .productdetails-scroll-menu ul {
    /* width: 580px; */
    overflow: auto;
    overflow: hidden;
    justify-content: start;
    max-width: max-content;
    gap: 10px;
  }

  .productdetails-scroll-menu .nav-link {
    text-wrap: nowrap;
  }

  .technical-body .form-group input {
    font-size: 14px;
    width: 140px;
  }

  .technical-body .form-group label {
    line-height: 22px;
    font-size: 17px;
  }

  .technical-specification-table {
    padding: 1rem;
    border-radius: 12px;
  }

  .technical-table th {
    font-size: 12px;
    padding: 0.5rem 0.5rem 0.5rem 0.6rem;
  }

  .technical-table {
    border-radius: 6px;
  }

  .menu-filter {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .productdetails-btn-price {
    margin-top: 1rem;
  }

  .building-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .building-title {
    width: 100%;
  }

  .building-part-img p,
  .building-title-comman span,
  .building-title-comman p {
    font-size: 14px;
  }

  .building-title-comman span,
  .building-title-comman span p {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .ralated-product-body .menu-filter {
    flex: 0 0 100%;
    max-width: 70%;
  }

  .filter-tab {
    justify-content: center;
  }
}

@media (max-width: 467px) {

  .find-btn {
    font-size: 13px;
  }

  .reward-card {
    max-width: 100%;
  }

  .technical-inut-group {
    gap: 1rem;
  }

  .technical-body .form-group span::before {
    left: -0.5rem;
  }

  .technical-body .form-group input {
    width: 120px;
  }

  .ralated-product-body .menu-filter {
    max-width: 85%;
  }

  .acc-content,
  .acc-head {
    padding: 0.8rem 2rem 0.8rem 1rem;
  }

  .acc-content {
    padding-top: 0;
  }

  .acc-head::before {
    right: 3%;
  }
}

@media (max-width: 432px) {
  .landing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .technical-body .form-group {
    gap: 0.2rem;
    flex-direction: column;
  }

  .technical-body .form-group label {
    line-height: 20px;
    font-size: 16px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .technical-body .form-group label br {
    display: none;
  }

  .technical-head {
    gap: 1.5rem;
  }

  .technical-specification-table {
    padding: 0.7rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .technical-table th {
    font-size: 10px;
    padding: 0.3rem 0.3rem 0.3rem 0.5rem;
  }

  .ralated-product-body .menu-filter {
    max-width: 90%;
  }
}

@media (max-width: 412px) {
  .ideation-to-completion-grid .card p {
    max-width: 190px;
  }

  .landing-slider .max-h-slider {
    /* max-height: 100vh; */
    max-height: 350px;
    max-width: 2600px;
    width: 100%;
    height: auto;
    /* height: calc(100vh - 77px); */
  }

  section.indslider-section {
    max-height: 100%;
    height: 100%;
  }
}

@media (max-width: 400px) {
  .ralated-product-body .menu-filter {
    max-width: 100%;
  }

  .product-menu {
    overflow: auto;
  }

  .tab1,
  .tab {
    /* overflow: scroll; */
    max-width: 450px;
    min-width: 375px;
    width: 100%;
    border-radius: 12px;
    gap: 0.5rem;
  }
}

.technical-table th.tableattributevalue {
  color: #0000007a;
}