.financing_page .financing_next_steps {
	padding: 80px 20px 80px;
	text-align: center;
	background: #F8F8F3 !important;
}
/* ICON ROW */
.financing_page .steps-icons {
  display: flex;
  justify-content: center;
  gap: 160px;
  margin-bottom: 40px;
}

.financing_page .step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.financing_page .step-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin-bottom: 12px;
	border: none !important;
}
.financing_page .step-item span {
	font-size: 18px;
	color: #1e355e !important;
	font-family: "Playfair Display", serif !important;
}

/* BUTTONS */
.financing_page .btn {
	display: inline-block;
	margin: 18px auto;
	padding: 14px 42px;
	border-radius: 999px;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: none !important;
	text-shadow: none;
}
.financing_page .btn:hover,
.financing_page .btn:focus {
  background: #1e355e !important;
  color: #fff !important;
}

.financing_page .btn.secondary {
  margin-top: 26px;
}

.financing_page .next-text {
	margin: 60px auto 10px;
	max-width: 520px;
}
.financing_page .small-title {
	display: block;
	font-size: 16px;
	letter-spacing: 1.5px;
	margin-bottom: 12px;
	font-family: "Playfair Display", serif !important;
}

.financing_page .next-text p {
	font-size: 16px;
	line-height: 1.8;
	color: #18345D !important;
}

.amenities_page_section .request-info,
.location_schools .request-info  {
  padding: 100px 20px 120px;
}

.amenities_page_section .request-wrap,
.location_schools .request-wrap {
  max-width: 620px;
  margin: auto;
  text-align: center;
}

/* TITLE */
.amenities_page_section .request-wrap h2,
.location_schools .request-wrap h2 {
  font-size: 24px;			  
  margin-bottom: 10px;
}

.amenities_page_section .divider,
.location_schools .divider {
  width: 40px;
  height: 2px;			  
  margin: 12px auto 18px;
}

.amenities_page_section .subtitle,
.location_schools .subtitle {
  font-size: 14px;
  color: #5c6b85;
  margin-bottom: 40px;
}

.amenities_page_section .amenities {
  padding: 80px 20px;
}

.amenities_page_section .amenity-row {
  max-width: 1100px;
  margin: 0 auto 90px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.amenities_page_section .amenity-row.reverse {
  flex-direction: row-reverse;
}

.amenities_page_section .amenity-text {
  flex: 1;
}

.amenities_page_section .amenity-text h3 {
  font-size: 18px;			  
  margin-bottom: 14px;
}

.amenities_page_section .amenity-text p {
  font-size: 14.5px;
  line-height: 1.8;			  
}

.amenities_page_section .amenity-image {
  flex: 1;
}

.amenities_page_section .amenity-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 35px rgba(0,0,0,0.08);
  display: block;
}



.location_schools .retail-section {
  padding: 80px 20px;
  text-align: center;
}

.location_schools .retail-wrap {
  max-width: 1200px;
  margin: auto;
}

.location_schools .retail-wrap h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.location_schools .retail-desc {
  max-width: 760px;
  margin: 0 auto 60px;
  font-size: 14.5px;
  line-height: 1.8;			  
}

/* GRID */
.location_schools .retail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-bottom: 50px;
}

.location_schools .retail-card {			  
  border-radius: 14px;			  
  overflow: hidden;
  text-align: center;
}

.location_schools .retail-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.location_schools .retail-card h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 14px 14px 4px;
}

.location_schools .retail-card span {
  display: block;
  font-size: 14px;
  margin: 0 14px 16px;
}
.location_schools .retail-card span i {
	color: #C7A76A;
	font-size: 16px;
	vertical-align: baseline;
}

/* BUTTON */
.location_schools .retail-btn {
	display: inline-block;
	margin: 18px auto;
	padding: 14px 42px;
	border-radius: 999px;
	font-size: 15px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: none !important;
	text-shadow: none;
}
.location_schools .retail-btn:hover, .location_schools .retail-btn:focus {
	background: #1e355e !important;
	color: #fff !important;
}



.location_schools .schools-section {
  padding: 100px 20px 120px;
  text-align: center;
}

.location_schools .schools-wrap {
  max-width: 1200px;
  margin: auto;
}

.location_schools .schools-wrap h2 {
  font-size: 20px;
  margin-bottom: 16px;
}

.location_schools .schools-desc {
  max-width: 820px;
  margin: 0 auto 60px;
  font-size: 14.5px;
  line-height: 1.8;			  
}

/* GRID */
.location_schools .schools-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}

.location_schools .school-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
  text-align: center;
}

.location_schools .school-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.location_schools .school-card h4 {
	font-size: 16px;
	font-weight: 500;
	margin: 14px 14px 4px;
}

.location_schools .school-card span {
  display: block;
  font-size: 14px;			  
  margin: 0 14px 16px;
}
.location_schools .school-card span i {
	color: #C7A76A;
	font-size: 16px;
	vertical-align: baseline;
}

/* BUTTON */
.location_schools .schools-btn {
  display: inline-block;
  margin: 18px auto;
  padding: 14px 42px;
  border-radius: 999px;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none !important;
  text-shadow: none;
}
.location_schools .schools-btn:hover,
.location_schools .schools-btn:focus {
  background: #1e355e !important;
  color: #fff !important;
}

.location_schools .map-section {
  padding: 80px 20px;
}

.location_schools .map-wrap {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.location_schools .map-wrap h2 {
	font-size: 20px;
	margin-bottom: 26px;
	color: #18345D !important;
}

/* MAP */
.location_schools .map-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
}

.location_schools .schools-grid, .location_schools .retail-grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.location_schools .map-container iframe {
  width: 100%;
  height: 420px;
  border: none;
}
.contact-content .h2_Title {
	font-size: 20px;
}
.aboutus_subpage .btn-orange {
	border-radius: 100px;
}
.aboutus_subpage #contact-banner::before, .aboutus_subpage #contact-banner::after {
  display: none;
}
.aboutus_subpage #contact-banner {
	padding: 70px 20px;
}
.request-wrap h2 {
	font-size: 36px !important;
  position: relative;
  color: #18345D !important;
}
.request-wrap h2::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	width: 100px;
	height: 3px;
	background: #C7A76A;
}
div.wpforms-container-full .wpforms-field-label-inline {
	font-weight: 400 !important;
}

.single_inventory_section #fplan_3d_tour iframe {
    width: 100%;
    height: 400px;
}
.single_inventory_section .floor_floor-plans-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
 
.single_inventory_section .floor_floor-plan-thumb {
    cursor: pointer;
    max-width: 220px;
}
 
.single_inventory_section .floor_floor-plan-thumb img {
    width: 100%;
    border-radius: 8px;
    transition: transform .3s;
}
 
.single_inventory_section .floor_floor-plan-thumb:hover img {
    transform: scale(1.03);
}


 
/* LIGHTBOX */
.single_inventory_section .floor_lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
 
.single_inventory_section .floor_lightbox-overlay.active {
    display: flex;
}
 
.single_inventory_section .floor_lightbox-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
 
.single_inventory_section .floor_lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.single_inventory_section .gallery-wrapper {
	max-width: 1240px;
	margin: 44px auto 0;
}

/* =========================
   GRID LAYOUT
========================= */
.single_inventory_section .gallery-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:14px;
}

/* LEFT LARGE IMAGE */
.single_inventory_section .gallery-main img{
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}
.home #bmd_featured_homes .home-buttons {
	display: flex !important;
  gap: 10px;
}
.home #bmd_featured_homes .home-buttons .btn.secondary, .home #bmd_featured_homes .home-buttons .btn.primary {
	display: flex !important;
	border-radius: 50px !important;
	margin-top: 15px;
	font-size: 12px !important;
	text-align: center;
	justify-content: center;
}
/* RIGHT SIDE GRID */
.single_inventory_section .gallery-side{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.single_inventory_section .gallery-side img{
  width:100%;
  height:213px;
  object-fit:cover;
  border-radius:14px;
  display:block;
}

/* LAST IMAGE OVERLAY */
.single_inventory_section .gallery-more{
  position:relative;
}

.single_inventory_section .gallery-overlay{
  position:absolute;
  inset:0;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-size:14px;
}

.single_inventory_section .gallery-overlay span{
  font-size:22px;
  margin-bottom:6px;
}
.gallery-overlay span img {
	width: 32px !important;
	height: 32px !important;
}
/* =========================
   ACTION BUTTONS
========================= */
.single_inventory_section .gallery-actions{
  display:flex;
  justify-content:flex-end;
  gap:12px;
  margin-top:14px;
}

.single_inventory_section .gallery-actions button {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	font-size: 13px;
	border-radius: 8px;
	cursor: pointer;
	color: #0A0A0A;
}
.single_inventory_section .gallery-actions button:hover {
	color: #18345D;
}
.single_inventory_section .gallery-actions button svg{
  width:16px;
  height:16px;
}

.single_inventory_section .lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.single_inventory_section .lightbox img{
  max-width:90%;
  max-height:85%;
  border-radius:8px;
}

.single_inventory_section .lightbox .close{
  position:absolute;
  top:20px;
  right:30px;
  font-size:40px;
  cursor:pointer;
}

.single_inventory_section .lightbox .prev,
.single_inventory_section .lightbox .next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:none;
  font-size:40px;
  cursor:pointer;
}

.single_inventory_section .lightbox .prev{ left:30px }
.single_inventory_section .lightbox .next{ right:30px }

/* =========================
   RESPONSIVE
========================= */

.single_inventory_section .share-wrapper{
  position:relative;
}

/* BUTTON */
.single_inventory_section .share-btn{
  padding:8px 14px;
  font-size:13px;
  border-radius:8px;
  cursor:pointer;
}

/* DROPDOWN */
.single_inventory_section .share-dropdown{
  position:absolute;
  top:45px;
  right:0;
  width:200px;
  border-radius:10px;
  box-shadow:0 10px 25px rgba(0,0,0,.12);
  padding:10px;
  display:none;
  z-index:1000;
}

/* HEADER */
.single_inventory_section .share-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:14px;
  font-weight:600;
  margin-bottom:6px;
}

.single_inventory_section .share-close{
  background:none;
  border:none;
  font-size:18px;
  cursor:pointer;
}

/* LINKS */
.single_inventory_section .share-dropdown a{
  display:block;
  padding:8px 10px;
  text-decoration:none;
  font-size:14px;
  border-radius:6px;
}

.single_inventory_section .property-page{
  padding:56px 24px 80px;
}

.single_inventory_section .property-container{
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:2.15fr 1fr;
  gap:56px;
}

/* =========================
   PRICE BLOCK
========================= */
.single_inventory_section .price-block h1{
  font-size:28px;
  font-weight:600;
  display:flex;
  gap:10px;
  align-items:baseline;
}

.single_inventory_section .price-block h1 span{
  font-size:14px;
	color: #4A5568;
  font-weight: 500;
}
.single_inventory_section .meta {
	display: flex;
	gap: 18px;
	margin: 10px 0 10px;
	font-size: 16px;
	color: #4A5568;
}
.single_inventory_section .brand{
  font-size:13px;
}

.single_inventory_section .price-block small{
  font-size:11px;
}

/* =========================
   TITLES
========================= */
.single_inventory_section .model-title{
  margin-top:34px;
  font-size:24px;
}

.single_inventory_section .series{
  font-size:13px;
}

/* =========================
   SECTIONS
========================= */
.single_inventory_section .content-section{
  margin-top:34px;
  padding-top:22px;
}

.single_inventory_section .content-section h3 {
  font-size:18px;
  margin-bottom:14px;
}
.single_inventory_section .content-section h3 img {
	vertical-align: middle;
	margin-right: 8px;
}

.single_inventory_section .content-section p{
  font-size:14.5px;
  line-height:1.85;
  margin-bottom:14px;
}

/* =========================
   FEATURES
========================= */
.single_inventory_section .features-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:36px;
}

.single_inventory_section .features-grid ul {
	margin: 0;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
.single_inventory_section .features-grid .badge {
	margin-bottom: 0;
}
.single_inventory_section .features-grid li{
  font-size:14px;
  margin-bottom:9px;
}
.single_inventory_section .features-grid li::before {
	content: '✓';
	color: #C7A76A;
	font-size: 16px;
	margin-right: 7px;
	vertical-align: middle;
}
.single_inventory_section .badge {
	font-size: 10px;
	padding: 2px 6px;
	border-radius: 4px;
	margin-left: 6px;
	border: none;
	text-shadow: none;
}


/* =========================
   FLOOR PLAN
========================= */
.single_inventory_section .floorplan{
  margin-top:10px;
}

.single_inventory_section .floorplan img{
  width:100%;
  border-radius:14px;
}

/* =========================
   SIDEBAR
========================= */
.single_inventory_section .property-right{
  position:sticky;
  top:28px;
  align-self:flex-start;
}

.single_inventory_section .card{
  border-radius:14px;
  padding:22px;
  margin-bottom:22px;
}

.single_inventory_section .card h4{
  font-size:18px;
  margin-bottom:16px;
}
.details-list span {
	color: #6B7280;
}
.details-list strong {
	color: #18345D;
  font-weight: 500;
}
.single_inventory_section .card.soft {
	border: none;
}
.single_inventory_section .series {
	color: #C7A76A !important;
	font-size: 15px;
}

/* BUTTONS */
.single_inventory_section .btn{
  display:block;
  width:100%;
  text-align:center;
  padding:13px;
  border-radius:8px;
  font-size:14px;
  font-weight:500;
  text-decoration:none;
  margin-bottom:10px;
  text-shadow: none;
}
.single_inventory_section .btn.primary {
  border: solid 1px #ff7a1a;
}
.single_inventory_section .btn.primary:hover,
.single_inventory_section .btn.primary:focus {
	color: #fff !important;
  background: #1e355e;
  border-color: #1e355e !important;
}
.single_inventory_section .btn.dark:hover,
.single_inventory_section .btn.dark:focus {
	background: #ff7a1a;
	color: #fff !important;
  border-color: #ff7a1a !important;
}

/* Monthly */
.single_inventory_section .monthly{
  margin-top:14px;
  padding-top:12px;
  display:flex;
  justify-content:space-between;
  font-size:13px;
}

.single_inventory_section .monthly strong {
	font-size: 15px;
	font-weight: 400;
}
.property-right .monthly span {
  	font-size: 15px;
	color: #6B7280;
}

/* DETAILS */
.single_inventory_section .details-list{
  list-style:none;
  padding:0;
  margin:0;
}
.single_inventory_section .btn.outline {
	border: 2px solid #18345D !important;
}
.single_inventory_section .details-list li {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding: 7px 0;
	border: none !important;
}

.single_inventory_section .details-list li:last-child{
  border-bottom:none;
}

.single_inventory_section .similar-section{
  max-width:1200px;
  margin:auto;
}

.single_inventory_section .similar-section h2{
  font-size:14px;
  letter-spacing:1px;
  font-weight:600;
  margin-bottom:26px;
}

/* =======================
   GRID
======================= */
.single_inventory_section .similar-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

/* =======================
   CARD
======================= */
.single_inventory_section .home-card{
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(15,23,42,.06);
  display:flex;
  flex-direction:column;
}

/* IMAGE */
.single_inventory_section .home-card img{
  width:100%;
  height:200px;
  object-fit:cover;
}

/* CONTENT */
.single_inventory_section .home-content{
  padding:18px;
  flex:1;
}

.single_inventory_section .series{
  font-size:13px;
  margin-bottom:4px;
}

.single_inventory_section .title{
  font-size:18px;
  font-weight:600;
  margin-bottom:6px;
}

.single_inventory_section .builder{
  font-size:13px;
  margin-bottom:10px;
}

.single_inventory_section .desc{
  font-size:14px;
  line-height:1.5;
  margin-bottom:18px;
}

/* =======================
   STATS
======================= */
.single_inventory_section .stats{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  padding:14px;
  border-radius:10px;
  font-size:14px;
}

.single_inventory_section .stat{
  display:flex;
  align-items:center;
  gap:8px;
}

.single_inventory_section .stat span{
  font-weight:600;
}

/* =======================
   BUTTONS
======================= */
.single_inventory_section .card-actions{
  padding:16px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.single_inventory_section .btn-primary{
  border:none;
  padding:12px;
  border-radius:6px;
  font-size:14px;
  cursor:pointer;
}

.single_inventory_section .btn-secondary{
  padding:12px;
  border-radius:6px;
  font-size:14px;
  cursor:pointer;
}
#bmd_featured_homes .feature-item img {
  width: 24px !important;
  height: 24px !important;
}
.single-inventory #bmd_featured_homes .home-card {
	padding: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}
.single-inventory #bmd_featured_homes .btn.primary {
	background-color: #002C69;
	color: white;
	margin-bottom: 10px !important;
	border: solid 2px #002C69 !important;
}
.single-inventory #bmd_featured_homes .btn.primary:hover, .single-inventory #bmd_featured_homes .btn.primary:focus {
	background-color: #F97316 !important;
	color: white !important;
	border-color: #F97316 !important;
}
.single-inventory #featured_section {
	background: #F8F8F3 !important;
}
.single-inventory #bmd_featured_homes .home-title {
	font-size: 20px !important;
}


@media (max-width: 1280px) {
.single_inventory_section .gallery-wrapper {
	max-width: 100%;
	margin: 44px 20px 0;
}
}
@media (max-width: 1000px) {
  .single_inventory_section .similar-grid{
    grid-template-columns:repeat(2,1fr);
  }
}


@media (max-width: 991px) {
  .single_inventory_section .property-container{
    grid-template-columns:1fr;
    gap:40px;
  }
  .single_inventory_section .property-right{
    position:static;
  }
  .single_inventory_section .features-grid{
    grid-template-columns:1fr;
  }
  .single_inventory_section .gallery-grid{
    grid-template-columns:1fr;
  }

  .single_inventory_section .gallery-main img{
    height:300px;
  }

  .single_inventory_section .gallery-side{
    grid-template-columns:1fr 1fr;
  }

  .single_inventory_section .gallery-side img{
    height:160px;
  }
    .financing_page .steps-icons {
        gap: 60px;
      }

.amenities_page_section .amenity-row, .amenities_page_section .amenity-row.reverse {
	flex-direction: column;
	gap: 20px;
	margin-bottom: 30px;
}

.amenities_page_section .amenity-text {
	max-width: 100%;
	text-align: center;
	order: 2;
}
.amenities_page_section .amenity-image {
	order: 1;
}
.custom-dots-single .slick-dots li button, .custom-dots-double .slick-dots li button, .custom-dots-triple .slick-dots li button {
	width: 18px !important;
	height: 18px !important;
}
}

@media (max-width: 768px) {
  .single_inventory_section .features-grid ul {
	grid-template-columns: 1fr;
}
.location_schools .map-container iframe {
	    height: 300px;
	  }
    .financing_page .next-text {
	margin: 30px auto 10px;
}
.financing_page .financing_next_steps {
	padding: 40px 20px;
}

.amenities_page_section .amenities {
  padding: 40px 20px;
}
.location_schools .retail-section {
	padding: 40px 20px;
}
.aboutus_subpage #contact-banner, .amenities_page_section .request-info, .location_schools .request-info {
	padding: 40px 20px !important;
}
.request-wrap h2 {
	font-size: 26px !important;
}
}

@media (max-width: 640px) {
.single_inventory_section .similar-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 520px) {
    .financing_page .steps-icons {
    flex-direction: column;
    gap: 30px;
  }
  .single_inventory_section .gallery-side{
    grid-template-columns:1fr;
  }
  .location_schools .retail-grid {
	    grid-template-columns: 1fr;
	  }
	  .location_schools .schools-grid {
	    grid-template-columns: 1fr;
	  }
}