.box-property-hero{
  height: clamp(380px, 55vw, 55vw);
}
.box-property-hero.dak-overlay-dark-b::after{
  background: linear-gradient(to bottom, rgba(0,0,0,0) 10%, rgba(0,0,0,0.3) 30%,rgba(0,0,0,1) 100%);
}
.box-property-hero .dak-videobackground-control{
  top: 0.5rem;
  left: 0.5rem;
  background-size: calc(100% - .5rem) calc(100% - .5rem);
  width: 2rem;
  height: 2rem;
  background-color: transparent;
}
.box-property-stats.dak-overlay-dark-t::after{
  background: linear-gradient(to top, rgba(0,0,0,0.90) 10%,rgba(0,0,0,1) 100%)
}
.property__address {
  position: relative;
}
.property__address-box {
  margin-top: -1.5rem;
}
.property__info-container {
  gap: .75rem;
}
.property__info-stat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 17.5rem;
  border: 3px solid #85631E;
  color: #fff;
  position: relative;
  transition: color .33s ease-out;
}
.property__info-stat2 {
  max-width: 100%;
  width: 17.5rem;
}
.property__info-container .dak-modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 3px solid #85631E;
  color: #fff;
  position: relative;
  transition: color .33s ease-out;
  padding: 2rem .5rem;
  text-decoration: none;
  width: 100%;
}
.property__info-stat > *,
.property__info-container .dak-modal > * {
  color: #fff;
  position: relative;
  z-index: 10;
  transition: color .33s ease-out;
  transition: background .33s ease-out;
}
.property__info-container .dak-modal-holder {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.property__info-stat-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  opacity: 0;
  transition: opacity .33s ease-out;
}
.property__info-container .dak-modal > .property__info-stat-img {
  position: absolute;
  z-index: 0;
}
.property__info-stat:hover,
.property__info-stat:focus,
.property__info-container .dak-modal:hover,
.property__info-container .dak-modal:focus {
  background: #000;
  text-shadow: 0 1px .25em #000;
}
.property__info-stat:hover .property__info-stat-img,
.property__info-stat:focus .property__info-stat-img,
.property__info-container .dak-modal:hover .property__info-stat-img,
.property__info-container .dak-modal:focus .property__info-stat-img {
  opacity: .7;
}
.property__info-stat:hover *,
.property__info-stat:focus *,
.property__info-container .dak-modal:hover *,
.property__info-container .dak-modal:focus * {
  color: #fff;
}
.property__gallery .tns-outer {
  position: relative;
  z-index: 5;
}
.property__gallery .tns-controls button {
  text-indent: -9999px;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 6px;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  background-size: 16px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.property__gallery .tns-controls [disabled] {
  opacity: .6;
}
.property__gallery .tns-controls [data-controls="prev"] {
  left: -1.5rem;
  background-image: url('https://www.jeffwilsondc.com/icons/fa-solid/chevron-left/000');
}
.property__gallery .tns-controls [data-controls="next"] {
  right: -1.5rem;
  background-image: url('https://www.jeffwilsondc.com/icons/fa-solid/chevron-right/000');
}
.property__gallery-slide__img {
  display: block;
  margin: 0 auto;
}
.property__gallery-slide {
  height: auto;
  padding-top: 58%;
  box-shadow: 0 0 1rem rgba(0,0,0,.25);
  background-color: #555;
}
.property__gallery .dak_photos--carousel .swiper-slide-active {
  opacity: 1;
}
.property__gallery-wrapper {
  position: relative;
  padding: 1.5rem 1rem;
  width: 1348px;
  max-width: 100%;
  margin: 0 auto;
}
 #photos_thumbnails{
  gap: 4px;
  margin-top: 4px;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow: hidden;
}
.property__gallery-thumb__img{
  padding-top: clamp(6%, 20%, 80px);
  max-width: 107px;
  width: 50px;
  flex: 1;
  background: none;
  border: none;
}
/* Accordion option styles */
.js-description-holder {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.33s ease-in-out;
}
.js-description-holder.description-is-open {
  max-height: none;
}
button.p-carousel__btn {
  background: transparent;
  border: none;
}
.p-carousel__btn img {
  transition: transform 0.33s ease-in-out;
}
button.btn-clicked img {
  transform: rotate(180deg);
}



@media screen and (min-width: 552px) {
  .property__gallery .tns-controls [data-controls="prev"] {
    left: 3rem;
  }
  .property__gallery .tns-controls [data-controls="next"] {
    right: 3rem;
  }
  .property__gallery-thumb__img{
    width: 107px;
  }
}
@media screen and (min-width: 768px) {
  .dak-flex-container .property__info-stat {
    width: 100%;
    max-width: 17rem;
  }
  .dak-flex-container .property__info-stat,
  .dak-flex-container .property__info-stat2 {
    width: calc(33.33% - 0.5rem);
  }
  .property__gallery-wrapper {
    padding: 3rem 1rem;
  }
  .property__gallery .tns-controls button {
    height: 3rem;
    width: 3rem;
  }
  .property__gallery .tns-controls [data-controls="prev"] {
    left: 3rem;
  }
  .property__gallery .tns-controls [data-controls="next"] {
    right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .box-property-hero.dak-overlay-dark-b::after{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
  }
}
@media screen and (min-width: 1200px) {
  .property__address-box {
    margin-top: -6rem;
  }
  .property__info-stat {
    padding: 4rem .5rem;
  }
  .property__info-container .dak-modal {
    padding: 4rem .5rem;
  }
  .property__info .h5 {
    font-size: 1.5rem;
  }
  .dak-flex-container .property__info-stat,
  .dak-flex-container .property__info-stat2 {
    width: calc(20% - 0.75rem);
  }
  .property__gallery .swiper-container {
    padding: 0 6rem;
  }
}
