/* Apiary Home Floorplan */
.home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}

.new-section .flp-slider-container {
  padding: 0 62px;
}



.home-floorplans .home-flp-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.home-floorplans .home-card-img-wrap img {
  padding: 18px 49px;
}

.home-floorplans .home-flp-filter .filter-item {
  min-width: 188px;
  width: auto;
  padding: 19px 47px;
  border-radius: 0;
  font-weight: 400;
  font-size: 0.89rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  background-color: rgba(137, 137, 137, 0.102);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #a9a9a9;
  text-transform: uppercase;
}

.home-floorplans .home-flp-filter .filter-item.active {
  /*   background-color: #FAF2E7 !important; */
  font-weight: 600;
  background-color: transparent;
  backdrop-filter: blur(20px);
  border-bottom: none;
  border-right: 1px solid #a9a9a9;
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}
.home-floorplans .home-flp-filter .filter-item.active:first-child {
  border-left: none;
}
.home-floorplans .home-flp-filter .filter-item.active:last-child {
  border-right: none;
}
.home-floorplans .home-flp-filter .desktop-home-flp-filter {
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 8px;
  border: none;
  border-radius: 0;
  width: auto;
}

.home-floorplans .home-flp-card,
.new-section.floorplan-page .flp-card {
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.home-floorplans .home-flp-card-header h3.flp-title,
.new-section.floorplan-page h3.flp-title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #111111;
}

.home-floorplans .home-flp-details span,
.new-section.floorplan-page .flp-details {
  color: #111111;
  font-size: 1rem;
}

.home-floorplans .home-flp-details span.flp-devider {
  color: rgba(17, 17, 17, 0.2);
}

.home-floorplans .home-flp-slider .slick-track {
  display: flex;
  gap: 0;
}

.home-floorplans .home-flp-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.home-floorplans .home-flp-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.new-section .discount-on {
  text-align: center;
  width: 100%;
  background-color: #5d8108;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.new-section .discount-on .swi {
  font-size: 0.9rem;
  line-height: 1;
}

.new-section .flp-text-price {
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: capitalize;
}

.new-section .flp-disc-price {
  font-weight: 400;
  font-size: 1.75rem;
  text-transform: uppercase;
  line-height: 1;
}

.new-section .flp-mrp-price {
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  text-decoration: line-through;
}

.home-floorplans .home-flp-more-btn,
.floorplan-page .flp-next-btn {
  color: #ca7f0b;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.new-section.floorplan-page .flp-next-btn {
  border-radius: 0;
  font-size: 1rem !important;
  background-color: #ffffff;
}
.home-floorplans .slick-dots li button {
  font-size: 16px;
  color: #8a8a8a;
}

.home-floorplans .slick-dots li.slick-active button {
  color: #111111;
}

.home-floorplans .custom-dots-wrap {
  font-size: 16px;
  font-weight: 600;
}

.home-floorplans .home-flp-card-footer,
.new-section.floorplan-page .flp-card-footer {
  border-top: 1px solid #cccccc;
}

.home-floorplans .home-flp-slider .slick-arrow {
  font-size: 1.5rem;
  color: #111111;
  background-color: #ffffff;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
}

.home-floorplans .home-flp-slider .slick-arrow.slick-next .swi {
  transform: rotate(180deg);
}
.home-floorplans .home-flp-slider .slick-prev {
  left: -50px;
}
.home-floorplans.new-section .slick-next {
  right: -50px;
}

/* mobile filter css */
.mobile-home-flp-filter {
  width: 100%;
}

.mobile-home-flp-filter select.home-flp-dropdown {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ededed;
}
/* flooplan page css extra */
.new-section .card-container {
  max-width: 1227px;
}
.new-section.floorplan-page .flp-row {
  grid-template-columns: repeat(3, 1fr);
}
/* .home-floorplans .slick-dots li button:before {
      content: '•';
} */
 /* ununavailable floorplan css */
.unavailable_flp .flp-card{
  opacity: .8;
}

.unavailable_flp  .flp-card .not-available{
  color: #6E6B6B;
}
.unavailable_flp .flp-btn-wrap .flp-next-btn{
  color: #939393;
}
.unavailable_flp .flp-text-price{
color:#000000;
}
.unavailable_flp .flp-disc-price,
.unavailable_flp .flp-mrp-price{
color: #3D2603;
}
.unavailable_flp h2.section-title{
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* Mobile */
@media screen and (max-width: 1440px) {
 /*  .home-floorplans .home-flp-slider .slick-prev {
    left: -15px;
  }

  .home-floorplans .home-flp-slider .slick-next {
    right: -20px;
    } */

  .home-floorplans .home-flp-slider .slick-list {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }

  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}

@media screen and (max-width: 1280px) {
  .home-floorplans .home-flp-slider .slick-prev {
    left: -20px;
  }
  .home-floorplans .home-flp-slider .slick-next {
    right: -20px;
    }
}
@media screen and (max-width: 1024px) {
  .new-section .flp-slider-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .new-section.floorplan-page .flp-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .home-floorplans .home-flp-filter {
    margin-bottom: 0;
  }

  .home-flp-slider .slick-slide {
    padding: 5px;
    padding-top: 0;
  }

  .home-floorplans .home-flp-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }

  .home-floorplans .home-flp-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-floorplans .home-flp-details span,
  .new-section.floorplan-page .flp-details,
  .new-section .flp-text-price,
  .new-section .flp-mrp-price {
    font-size: 0.88rem;
  }

  .new-section .flp-disc-price {
    font-size: 1.25rem;
  }
  .home-floorplans .home-flp-filter {
    margin-bottom: 10px;
  }
  .new-section.floorplan-page .flp-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .home-floorplans.new-section .flp-slider-container{
    padding-left: 7px !important;
    padding-right: 0 !important;
  }
}
