/* Tupelo Home Floorplan */
 .home-floorplans h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 24px;
}
.home-floorplans h2.section-title, .home-floorplans h3.section-subtitle{
  margin-right: auto;
  margin-left: auto;
}
.home-floorplans.new-section{
  padding: 44px 0;
}
/* .ai-home-flp-section.home-floorplans.new-section{
margin-top: -44px;
} */
.new-section .flp-slider-container {
  padding: 0 72px;
}
.home-floorplans .home-flp-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.home-floorplans .home-flp-filter .filter-item {
  min-width: 188px;
  width: auto;
  padding: 19px 47px;
  border-radius: 0;
  font-weight: 600;
  font-size: 0.89rem;
  line-height: 1;
  border: none;
  cursor: pointer;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #A9A9A9;
  text-transform: uppercase;

}
.home-floorplans .home-flp-filter .filter-item.active{
/* background-color: #ffffff !important; */
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:not(.active){
  background-color: rgba(137, 137, 137, 0.102);
}
.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;
}
.home-floorplans .home-flp-card-header h3.flp-title,
.new-section.floorplan-page h3.flp-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #111111;
}
/* .home-floorplans .home-flp-card-header,.home-floorplans .home-flp-card-body,
.new-section.floorplan-page .flp-card-header,.new-section.floorplan-page .flp-card-body{
  background-color: #E0F0ED;
} */

.home-floorplans .home-card-img-wrap img,
.new-section.floorplan-page .card-img-wrap img{
  padding: 30px;
}

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

.home-floorplans .home-flp-details span.flp-devider {
  color: rgba(17, 17, 17, 0.2);
}
.home-floorplans .home-flp-card-footer, .new-section.floorplan-page .flp-card-footer {
  /* background-color: #ffffff; */
  padding: 24px 16px;
}
.home-floorplans .home-flp-card-meta{
  gap: 1.125rem;
}
.new-section .flp-discount-wrap {
   padding-right: 59px;
}
.new-section .discount-on {
display: flex;
    text-align: left;
    width: 100%;
    background-color: #A11051;
    color: #ffffff;
    align-items: center;
    justify-content: left;
    gap: 6px;
    font-weight: 700;
    padding-left: 16px;
}
.new-section .discount-on .swi{
      font-size: .9rem;
      line-height: 1;
}
.new-section .flp-text-price {
  font-weight: 400;
  font-size: 1rem;
  text-transform: capitalize;
}
.new-section .flp-disc-price {
  font-weight: 700;
font-size: 1.75rem;
  text-transform: uppercase;
}
.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 {
  height: 40px;
  width: 40px;
  /* background-color: #194A4D; */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
.home-floorplans .home-flp-more-btn .swi,
.floorplan-page .flp-next-btn .swi {
    font-size: 1.8rem;
}
.home-floorplans .slick-dots li button {
    font-size: 16px;
  color: #8a8a8a;
}
.home-floorplans .slick-dots li.slick-active button {
  color: #111111;
}
/* .home-floorplans .slick-dots li button::before {
  color:#D9D9D9;
opacity: 1;
} */
/* .home-floorplans .slick-dots li.slick-active button::before {
  color:#7B7B7B;
opacity: 1;
} */
.home-floorplans .custom-dots-wrap {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.ai-home-flp-section .home-flp-slider{
  margin-top: -50px;
}
.hero-banner + .ai-home-flp-section .home-flp-slider {
    margin-top: -50px;
}
.hero-banner + .ai-home-flp-section .tupelo-bg-color{
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  left: 0;
  top: 50px;
}
.hero-banner + .ai-home-flp-section.home-floorplans.new-section{
  margin-top: -44px;
}
.home-floorplans .home-flp-slider .slick-prev {
  left: -73px;
}
.home-floorplans .home-flp-slider .slick-next {
  right: -73px;
}
.home-floorplans .home-flp-slider .slick-arrow {
  font-size: 0.9rem;
  color: #8E8E8E;
  display: block;
  height: 42px;
  width: 42px;
  background-color: #E0F0ED;
}
.home-floorplans .home-flp-slider .slick-track {
  display: flex;
  gap: 0;
}
.home-floorplans .home-flp-slider .slick-list {
  margin-left: -21px;
  margin-right: -21px;
}
.home-floorplans .home-flp-slider .slick-slide {
  padding-left: 21px;
  padding-right: 21px;
}
/* mobile filter css */
.mobile-home-flp-filter {
  width: 100%;
  padding: 0;
}
.mobile-home-flp-filter select.home-flp-dropdown{
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 0;
  border: 1px solid #EDEDED;
  background-color: #F4F4F4;
}
/* .ai-home-flp-section .tupelo-bg-color{
  position: absolute;
  height: 100%;
  display: block;
  width: 100%;
  left: 0;
  top: 50px;
} */
section.ai-floorplan-active.hero-banner .bottom-section-link{
  bottom: 70px;
}
/* flooplan page css extra */
 .new-section .card-container{
 max-width: 1366px;
}
.new-section.floorplan-page .flp-row{
  grid-template-columns: repeat(3, 1fr);
}
/* ununavailable floorplan css */
.unavailable_flp .flp-card{
  opacity: .8;
}
.unavailable_flp .flp-card-body, .unavailable_flp .flp-card-header{
  background-color: #F1F1F1;
}

.unavailable_flp  .flp-card .flp-card-footer{
  background-color: #F1F1F1;
}
.unavailable_flp  .flp-card .not-available{
  color: #6E6B6B;
  font-weight: 500;
}
.unavailable_flp .flp-btn-wrap .flp-next-btn{
  color: #ffffff;
  background-color: #A5A5A5;
  box-shadow: none;
}
.unavailable_flp .flp-text-price{
color:#000000;
}
.unavailable_flp .flp-disc-price,
.unavailable_flp .flp-mrp-price{
color: #194A4D;
}
.unavailable_flp h2.section-title{
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* Mobile */
    
@media screen and (max-width: 1440px) {
  .home-flp-slider .slick-arrow {
    height: 48px;
    width: 48px;
  }
  .home-floorplans .home-flp-slider .slick-prev {
  left: -50px;
}
  .home-floorplans .home-flp-slider .slick-next {
  right: -50px;
}
  .new-section .flp-slider-container {
    padding: 0 50px;
  }
  .home-floorplans .home-flp-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .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 h2.section-title,
.home-floorplans h3.section-subtitle,
.home-floorplans .section-content {
  margin-bottom: 16px;
}
  
       .home-flp-slider .slick-slide {
        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 .slick-dots li button:before{
    font-size: 15px;
  }
  .home-floorplans .home-flp-card-header h3.flp-title{
    font-size: 1rem;
  }
  
  .new-section .home-flp-details span,
  .new-section .flp-details,
  .new-section .flp-text-price,
  .new-section .flp-mrp-price {
    font-size: .88rem;
  }

  .new-section .flp-disc-price {
    font-size: 1.25rem;
  }
  .home-floorplans .home-flp-filter{
    margin-bottom: 6px;
  }
  .new-section .flp-discount-wrap {
   padding-right: 0;
}
.new-section .discount-on{
      justify-content: center;
          text-align: center;

}
.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;
  }
}
