.townships-carousel.single-slide {
  width: 33%;
}
.splide__list.forOneSlide {
  justify-content: center !important;
  display: flex !important;
}

h5.flt_txt {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  color: #747474;
  font-family: "Montserrat";
  font-weight: 800;
  text-transform: uppercase;
}

#splide_forprop .splide__slide.no-results {
  text-align: center;
  width: 100% !important;
  font-size: 0.8rem;
  margin-bottom: 0;
  color: #747474;
  font-family: "Montserrat";
  font-weight: 800;
  text-transform: uppercase;
}

.dbox {
  height: 28vw;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

#splide_forprop .splide__slide.is-active .forImg:hover .card-overlay-view {
  opacity: 1;
}

#splide_forprop .splide__track {
  padding: 0 5.5% !important;
  overflow: visible;
}

#splide_forprop .splide__list {
  gap: 0.9%
    /* optional: add gap between slides */
}

#splide_forprop .splide__slide {
  width: 41vw !important;
  /* tighter slide width to allow full partial view */
  transition: transform 0.4s ease;
}

/* .splide__slide img {       
          opacity: 0.7;
          transition: all 0.3s ease;
        } */

#splide_forprop .splide__slide.is-active img {
  transform: scale(1);
  opacity: 1;
}

#splide_forprop .splide__slide.is-active .forImg {
  width: 100%;
}

#splide_forprop .splide__slide.is-active .forImg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(251deg, #f00a0aab, rgb(165, 4, 4));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease-in-out;
  pointer-events: none;
  opacity: 1;
  /* Keep always visible but scaled */
  z-index: 1;
}

#splide_forprop .splide__slide.is-active .forImg:hover::before {
  transform: scaleX(1);
}

.sdp_card_item {
  width: 100%;
}

/* Generic Slide */
#splide_forprop .splide__slide .forImg img {
  display: block;
  width: 100%;
  border-radius: 0;
  transition: transform 400ms;
  transform: scale(.6);
  transform-origin: center center;

}

/* Active Slide */
#splide_forprop .splide__slide.is-active img {
  transform: scale(1);

}

#splide_forprop .splide__slide.is-active {
  padding-left: 0%;

}

/* Arrow Tweaks for Accessibility */
#splide_forprop .splide .splide__arrow {
  top: 0;
  bottom: 0;
  height: 100%;
  transform: none;
  border-radius: unset;
  width: 50px;
  opacity: 0.9;
}

#splide_forprop .splide .splide__arrow svg {
  width: 24px;
  height: 24px;
}

#splide_forprop .splide__arrow.splide__arrow--prev {
  left: 24%;
  background: red;
  opacity: 1;
}

#splide_forprop .splide__arrow.splide__arrow--next {
  right: 24%;
  background: red;
  opacity: 1;
}

#splide_forprop .splide__arrow svg {
  fill: #fff;
}

.forImgInfo {
  max-height: 0;
  height: 0;
  background: url(../images/card-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  display: flex;
  /* align-items: center; */
  padding: 0 1.4vw;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.card_forLogo {
  padding-top: 1.5vw;
}

.splide__slide.is-active .forImgInfo {
  max-height: 50vw;
  width: 80%;
  height: 100%;

}

#splide_forprop .splide__slide.is-active {
  transform: scale(1);
}



.forImg {
  width: 76%;
  position: relative;
}

.forImgInfo {
  width: 0;

}

span.icon_freehold {
  background: url(../images/ix-freehold.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

span.icon_launch {
  background: url(../images/ix-launch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

span.icon_sqft {
  background: url(../images/ix-sqft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

span.icon_layout {
  background: url(../images/ix-layout.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

span.icon_bed {
  background: url(../images/ix-bed.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

span.icon_bath {
  background: url(../images/ix-bath.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5ch;
  height: 2.5ch;
  background-position: center;
  display: block;
  margin-right: 10px;
}

ul.list_prop_info {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

ul.list_prop_info li {
  display: flex;
  align-items: center;
  font-family: "Nunito-Regular";
  font-size: 0.85vw;
}

ul.list_prop_info li:not(:last-child) {
  margin-bottom: 7px;
}

.prop {
  text-align: left;
  font-size: 1vw;
  font-family: "Nunito-Bold";
  /* letter-spacing: -0.4px; */
}

button.learn-more {
  background: url(../images/arrow-end.svg);
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgb(255, 0, 0);
}


.filter-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}
.assetm-carousel .splide__arrow--next,
.assetm-carousel .splide__arrow--prev {
  width: 30px; /* adjust size */
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent; /* remove default bg */
  border: none; /* remove default border */
  opacity: 1; /* ensure visible */
}
.assetm-carousel .splide__arrow--next {
  right: -3%;
    background-image: url('../images/slide-next.svg'); /* your image */

}
.assetm-carousel .splide__arrow--prev {
  left: -3%;
    background-image: url('../images/slide-prev.svg'); /* your image */

}
.assetm-carousel  .splide__arrow svg {
  display: none;
}
.assetm-carousel  .splide__pagination__page.is-active {
  background: transparent;
  transform: scale(1);
  z-index: 1;
  height: 1.5ch !important;
  border-radius: 50px;
  border: 3px solid #fff;

}
.assetm-carousel  .splide__pagination__page {
  background: #fff;
  transform: scale(1);
  z-index: 1;
  height: 1.5ch !important;
  border-radius: 50px;
  width: 1.5ch !important;
}
.assetm-carousel  .splide__pagination .splide__pagination__page {
  margin-left: 0.225rem;
  margin-right: 0.225rem;
    transform: scale(1);
  opacity: 1;
}

.assetm-carousel  .splide__pagination {
  bottom: 32px !important;

}
.assetm-carousel .splide__slide{ 
  overflow: hidden;
  border-radius: 20px;
}
.assetm-carousel .splide__slide::after {
content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 43%;
    background: linear-gradient(to top, black, transparent);
    mix-blend-mode: multiply;
    opacity: 0.6;
 
}
@media only screen and (max-width: 1000px) {
  #splide_forprop .splide__slide {
    width: 100vw !important;
  }

  .dbox {
          height: auto;
        flex-direction: column;
        width: 80%;
        margin: auto;
  }

  .prop {
    font-size: 1rem;
  }

  .splide__slide.is-active .forImgInfo {
    max-height: none;
  }

  ul.list_prop_info li {
    font-size: 0.8rem;
  }

  .filter-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 0px 23px;
  }

  h5.flt_txt {
    grid-column: span 6;
  }

  .filter-wrap div {
    grid-column: span 3;
  }
  #splide_forprop .splide__slide .forImg img, .splide__slide.is-active .forImgInfo {
                   width: 100%;
    margin: auto;
  }
.sdp_card_item {
  padding: 10px 15px;
}
#splide_forprop .splide__arrow.splide__arrow--next {
    right:5px;
}
#splide_forprop .splide__arrow.splide__arrow.splide__arrow--prev {
           left: 5px;
}
.townships-carousel.single-slide {
    width: 100%;
}
#splide_forprop .splide__slide .forImg img {
  transform: scale(1);

}
.forImg {
  width: 100%;
  position: relative;
}
.assetm-carousel .splide__arrow--next,
.assetm-carousel .splide__arrow--prev {
  width: 20px; /* adjust size */
  height: 20px;
        filter: drop-shadow(2px 4px 6px black);

}
.assetm-carousel .splide__arrow--next {
  right: 0;
}
.assetm-carousel .splide__arrow--prev {
  left: 0;
}
.assetm-carousel  .splide__pagination__page {
  background:rgba(255, 255, 255, 0.868);
}
.assetm-carousel  .splide__pagination__page {
  height: 1.3ch !important;
  width: 1.3ch !important;
}
.assetm-carousel  .splide__pagination__page.is-active { 
    height: 1.3ch !important;
  width: 1.3ch !important;
    background:rgba(209, 0, 0, 0.868);
    border:rgba(209, 0, 0, 0.868);
}
.assetm-carousel .splide__slide{ 
  overflow: hidden;
  border-radius: 20px;
}
.assetm-carousel .splide__slide::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: linear-gradient(to top, black, transparent);
 
}
}