* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  background-color: #eceff9;
}
body h2 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
}
.bmd-site-header {
  border-bottom: solid 3px #fe6e02;
}
.bmd-site-header {
  background: #eceff9;
}
.bmd-site-header {
  width: 100%;
  padding: 16px 15px 20px;
  display: inline-block;
  position: relative;
  z-index: 20;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.7);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.bmd-site-branding {
  width: 160px;
}

.bmd-site-branding {
  height: 94px;
  text-align: left;
  position: relative;
}
.bmd-site-header {
  border-bottom: solid 3px #fe6e02;
}
.bmd-site-header {
  background: #eceff9;
}

.bmd-site-header {
  width: 100%;
  background: #fff;
  padding: 16px 15px 20px;
  display: inline-block;
  position: relative;
  z-index: 20;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
}
.bmd-sh-inner {
  width: 100%;
  display: flex;
  position: relative;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.bmd-site-branding {
  width: 160px;
}

.bmd-site-branding {
  width: 360px;
  height: 94px;
  text-align: left;
  position: relative;
}
.bmd-site-branding a {
  width: 160px;
}

.bmd-site-branding a {
  max-width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.bmd-site-header {
  border-bottom: solid 3px #fe6e02;
}
.bmd-site-header {
  background: #eceff9;
}
.bmd-site-header {
  width: 100%;
  padding: 16px 60px 20px 34px;
  display: inline-block;
  position: relative;
  z-index: 20;
  margin-bottom: -7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.25);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.bmd-site-branding {
  width: 160px;
}

.bmd-site-branding {
  /* width: 360px; */
  height: 94px;
  text-align: left;
  position: relative;
}

.bvariation_Home .main-navigation ul li,
.bvariation_Inner .main-navigation ul li {
  margin-left: 20px;
}

header ul li a {
  font-size: 16px;
  /* color: #1b2e74; */
  color: black;
  text-decoration: none;
  margin-left: 12px;
  font-size: 16px;
  font-weight: 400;
}
header ul li a:hover {
  color: #1b2e74;
}
/* footer css  start */

.bmd-site-footer {
  background: #eef1f9;
  padding: 62px 45px 118px 46px;
  /* font-family: "Poppins", sans-serif; */
  color: #000;

  min-height: 543px;
  box-sizing: border-box;
}

footer .bmd-sf-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
  gap: 30px;
}

/* ========================= */
/* LOGO SECTION */
/* ========================= */
footer .bmd-sf-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer .bmd-sf-image {
  width: 100%;
  max-width: 250px; /* Limits logo size */
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}

footer .footer_logo_text {
  /* font-size: 17px;
  line-height: 1.4;
  color: #000; */
  font-size: 15px;
  line-height: 25px;
}

/* ========================= */
/* FOOTER COLUMNS */
/* ========================= */
footer .bmd-sf-left strong {
  font-size: 15px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  /* font-weight: 600;
  display: block;
  margin-bottom: 7px; */
}

footer .footer-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .footer-navigation ul li {
  margin-bottom: 11px;
  font-weight: 300;
}

footer .footer-navigation ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
  /* letter-spacing: 1.1px; */
}

/* footer .footer-navigation ul li a:hover {
  color: #fe6e02;
  text-decoration: underline;
} */

/* ========================= */
/* CONTACT ROWS */
/* ========================= */
footer .bmd-sf-row {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
}

footer .bmd-sf-row i {
  margin-right: 8px;
  margin-top: 5px;
}

/* ========================= */
/* FOOTER BOTTOM */
/* ========================= */
footer .footer-copywirte {
  grid-column: 1 / -1;
  margin-top: 27px;
  padding-top: 31px;
  border-top: 2px solid #fe6e02;
  font-size: 15px;
  /* font-family: sans-serif; */
  /* letter-spacing: 1px; */
}

footer .footer-copywirte .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

footer .footer-copywirte a {
  color: #000;
  text-decoration: none;
}

/* SOCIAL ICONS */
footer .footer-copywirte .bmd-sf-row {
  margin-bottom: 0;
  float: right;
}

footer .footer-copywirte .bmd-sf-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  margin-left: 12px;
  transition: 0.3s;
  padding-left: 8px;
  padding-bottom: 3px;
  font-size: 12px;
}

footer .footer-copywirte .bmd-sf-row a:hover {
  background: #fe6e02;
}

/* bannercontent_center  css start*/
.bannercontent_center {
  background: #eceff9;
  display: flex;
  width: 100%;
  padding: 0 0 32px;
}

.bannercontent_center .content_hero {
  background-image: url(https://windmillhomes.net/wp-content/uploads/sites/122/2025/09/The-Shades-Creek-CS-3248-kit-6.jpg);
}
.bannercontent_center .content_hero {
  border-radius: 0;
  padding: 20px 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}
.main_section-banner {
  background: #1b2e74;
  color: #fff;
  padding: 30px;
  margin: 40px 0;
}
.bannercontent_center .content_hero h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 6px;
}
.bannercontent_center .content_hero p {
  font-size: 1rem;
  color: #fff;
  max-width: 700px;
  margin: 22px auto 30px;
  line-height: 25px;
}
.btn-orange {
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.btn-orange:hover {
  background-color: #e85d00;
}
br.brack_span {
  display: none;
}

.filter-section {
  background-color: #1a2e6b; /* Exact Navy Blue */
  /* padding: 19px 20px; */
  padding: 15px 20px;
  /* font-family: "Arial", sans-serif; */
}

.filter-container {
  margin-left: 25px;
  margin-right: 25px;
}

.filter-title {
  /* color: white;
  font-size: 17px;
  margin-bottom: 6px;
  font-weight: 500; */
  /* letter-spacing: 0.5px; */
  color: #ffffff !important;
  margin-bottom: 6px;
}

/* Form Layout */
.filter-form {
  display: flex;
  flex-wrap: wrap; /* Allows wrapping on mobile */
  gap: 22px;
  align-items: center;
}

/* Dropdown Styles */
#search-filter-section .select-wrapper {
  flex: 1;
  min-width: 150px; /* Prevents them from getting too small */
}

#search-filter-section select {
  width: 190px;
  padding: 3px 15px;

  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: white;
  color: #555;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  /* letter-spacing: 1px; */

  /* Default browser arrow enable */
  /* appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist; */
}

/* Search Button */
.search-btn {
  background-color: white;
  color: #1a1a1a;
  border: none;
  padding: 4px 25px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  /* letter-spacing: 1px; */
}

.search-btn:hover {
  background: #3470db;
  color: #fff;
}

.wdt_form_no {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 201px !important;
  margin-top: 10px;
}

.wdt_form_no select {
  max-width: 190px !important;
  margin-bottom: 20px;
}
.wdt_form_no button {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 201px !important;
  width: 205px;
  background: #1b2e74;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 4px;
}

.filter-section-search-btn {
  display: none;
  background-color: white;
  color: rgb(26, 26, 26);
  border: none;
  padding: 4px 25px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
  /* letter-spacing: 1px; */
}

.wdt_form_no {
  background: #f4f4f4;
  width: 100%;
  max-width: 100% !important;
}

/* featured-homes section css  start*/

.featured-homes {
  padding-top: 75px;
  padding-bottom: 60px;
}
.featured-homes .manufacturer-list {
  position: relative; /* reference for arrows & dots */
  margin: auto;
}
/* .featured-homes .manufacturer-list > div {
  max-width: 1370px;
  margin: auto;
} */

/* =========================
         Card Styles
      ========================= */
.featured-homes .manufacturer-list .manufacturer-card {
  width: 180px;
  padding: 15px;
  /* background: #fff; */
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  margin: auto;
}

/* =========================
         Slick Pagination (Numbers)
      ========================= */
.featured-homes .slick-dots {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.featured-homes .slick-dots li {
  list-style: none;
}

.featured-homes .slick-dots li button {
  background: transparent;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.featured-homes .slick-dots li button:before {
  content: none; /* remove slick default dots */
}

.featured-homes .slick-dots li.slick-active button {
  background: #1e2d7a;
  color: #fff;
  border-color: #1e2d7a;
}

/* =========================
         Slick Arrows
      ========================= */
.featured-homes .custom-arrow {
  position: absolute;
  bottom: -47px;
  z-index: 3; /* 🔴 above dots */
  background: #fff;
  border: 1px solid #d1d5db;
  color: #1e2d7a;
  font-size: 18px;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
}

.featured-homes .slick-prev {
  left: calc(50% - 120px);
}

.featured-homes .slick-next {
  left: calc(50% + 90px);
}

.featured-homes .home-card {
  padding: 5px;
}

.featured-homes .card-inner {
  /* background: white; */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
  height: 100%;
  /* border: 1px solid black; */
  box-shadow: 0 0 0 1px #e0e0e0;
  border: 1px solid #e0e0e0;
}

.featured-homes .image-wrapper {
  position: relative;
  height: 200px;
}

.featured-homes .image-wrapper img {
  width: 100%;
  /* height: 100%; */
  height: 200px;
  object-fit: cover;
  /* background-size: cover; */
}

.featured-homes .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  /* font-size: 0.75rem;
        padding: 4px 12px;
        border-radius: 4px;
        font-weight: bold; */
  border-radius: 5px;
  background: #fe6e02 !important;
  font-size: 0.7rem;
  padding: 4px 8px;
  font-weight: 500;
  z-index: 1;
  /* font-family: "Arial", sans-serif; */
}

.featured-homes .badge.in-stock {
  background-color: var(--orange);
}
.featured-homes .badge.special-order {
  background-color: var(--orange);
}

.featured-homes .card-content {
  /* padding: 20px; */
  padding-left: 5px;
  padding-top: 14px;
}

.featured-homes .series-tag {
  color: #000;
  font-size: 0.85rem;
  margin-bottom: 4px;
  height: 24px;
  /* font-family: "Arial", sans-serif; */
  /* letter-spacing: 0.5px; */
}

.featured-homes .model-name {
  /* font-size: 1.4rem;
              color: #000;
              margin: 5px 0; */
  font-size: 1.25rem;
  /* font-weight: 800; */
  font-weight: 800;
  margin: 4px 0;
  /* font-family: "Arial", sans-serif; */
  /* letter-spacing: 0.5px; */
}

.featured-homes .builder {
  /* font-size: 0.9rem;
              margin-bottom: 15px; */
  font-size: 14px;
  color: #000;
  /* margin-bottom: 13px; */
  margin-bottom: 10px;
  margin-top: 9px;
  /* font-family: "Arial", sans-serif; */
  /* letter-spacing: 0.5px; */
}

.featured-homes .description {
  /* font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px; */

  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
  /* font-family: "Arial", sans-serif; */
  /* letter-spacing: 0.5px; */
}
.featured-homes p.description {
  min-height: 59px;
}

/* Specs Grid */
.featured-homes .specs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  font-size: 0.85rem;
  /* margin-bottom: 20px; */
}

/* Actions */
.featured-homes .card-actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: auto;
}

.featured-homes .btn-contact {
  color: aliceblue;
  border: none;
  padding: 12px;
  border-radius: 6px;
  /* font-weight: bold; */
  cursor: pointer;
  box-shadow: none;
  border: solid 1px #1b2e74;
  background: #1b2e74;
  text-transform: uppercase;
  font-size: 13px;
  /* letter-spacing: 0.5px; */
  padding: 12px 20px 12px 20px;
}

.featured-homes .btn-more:hover {
  background: #1b3586;
  color: #fff;
  letter-spacing: 0.5px;
}

.featured-homes .btn-more {
  background-color: var(--light-blue);
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;

  background: #eceff9;
  color: #1b2e74;
  text-transform: uppercase;
  width: 100%;
  border: solid 1px #1b2e74;
  text-shadow: none !important;
  box-shadow: none;
  font-size: 13px;
  font-weight: 400;

  margin-bottom: 1px;
}

/* =========================
         Width Fix
      ========================= */

/* Container for both Arrows and Dots */
.featured-homes .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 15px;
  margin-top: 30px;
  position: relative;
  width: 100%;
  /* padding-top: 25px; */
}

/* Dots Styling (No Absolute Positioning) */
.featured-homes .slick-dots {
  position: static !important; /* Fixed the overlapping */
  transform: none !important;
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  overflow-x: auto; /* Agar bahut zyada page ho to scroll ho jaye */
  max-width: 60%; /* Taki arrows ke liye jagah bache */
}

.featured-homes .slick-dots li button {
  background: #fff;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-homes .slick-dots li.slick-active button {
  background: #1e2d7a;
  color: #fff;
  border-color: #1e2d7a;
}

/* Arrows Styling (No Absolute Positioning) */
.featured-homes .custom-arrow {
  position: static !important; /* Removed absolute left/right */
  background: #fff;
  border: 1px solid #d1d5db;
  color: #1e2d7a;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-homes .custom-arrow:hover {
  background: #f3f4f6;
}

.featured-homes .container {
  max-width: 1291px;
  margin: auto;
}

.featured-homes .section-title {
  text-align: center;
  color: #1b3596;
  font-size: 2.5rem;
  font-weight: bold;
  /* margin-bottom: 20px; */
  margin-bottom: 60px;
  /* font-family: "Inter", sans-serif; */
  font-size: 36px;
  /* letter-spacing: 0.5px; */
}

/* Tabs */
.featured-homes .tab-container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.featured-homes .tab-btn {
  background: none;
  border: none;
  font-size: 1rem;
  color: #888;
  cursor: pointer;
  padding: 10px 20px;
}

.featured-homes .tab-btn.active {
  background-color: var(--primary-blue);
  color: white;
  border-radius: 5px;
  font-weight: 600;
}

.featured-homes .nav-tabs {
  border-bottom: none;
  gap: 20px;
}
.featured-homes .nav-tabs .nav-link {
  border: none;
  background: transparent;
  color: #5b6aa5;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
  color: #1b3596;
  background: none;
  border: none;
  font-size: 16px;
  padding: 8px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  line-height: 1.4;
  border-radius: 5px;
}

.featured-homes .nav-tabs .nav-link:hover {
  color: #1b2e74;
}
.featured-homes .nav-tabs .nav-link.active {
  background-color: #1b2e74;
  color: #fff;
  font-weight: 600;
}
.featured-homes .nav-tabs .nav-link:focus,
.featured-homes .nav-tabs .nav-link:active {
  outline: none;
  box-shadow: none;
}
.featured-homes .nav {
  justify-content: flex-start;
}
.featured-homes .view-all-container {
  text-align: center;
}
.featured-homes .btn-view-all {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  padding: 16px 35px 16px;
  background: #1b2e74;
  letter-spacing: 0.04em;
  font-size: 15px;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  border: none;
}

.featured-homes .btn-view-all:hover {
  background-color: #3470db;
}
#bmd_featured_homes .feature-item {
  font-weight: 400;
  font-size: 13px;
}
#bmd_featured_homes .feature-item {
  padding: 6px 5px;
  border-radius: 6px;
}
#bmd_featured_homes .feature-item {
  background-color: transparent;
  color: #000;
}
.height_feature_mp {
  height: 14px;
  float: left;
  margin-right: 5px;
  line-height: 21px;
  position: relative;
  top: 3px;
}

/* home-financing-section Section  start*/
.home-financing-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  background-position: center;
  position: relative;
  padding: 65px 20px 60px 20px;
}

.home-financing-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.home-financing-section .content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.home-financing-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.home-financing-section p {
  font-size: 16px;
  /* max-width: 600px; */
  max-width: 574px;
  margin: 0 auto 30px;
  line-height: 25px;
  /* letter-spacing: 1px; */
  padding-top: 4px;
}

.home-financing-section .btn-orange {
  background-color: #ff6600;
  color: white;
  text-decoration: none;
  padding: 12px 23px;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.home-financing-section .btn-orange:hover {
  background-color: #e85d00;
}

/* home-financing-section css end */
/* Manufactured_home css start */

#Manufactured_home {
  text-align: center;
  background: #eceff9 !important;
  display: flex;
  flex-direction: column;
  padding: 68px 0;
}

#Manufactured_home .multy_heading,
#Manufactured_home .fetured_choice_Heading {
  color: #181e17;
  font-size: 44px;
  font-weight: 600;
}
#Manufactured_home .bmd-fh-inner {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#Manufactured_home .why-choose {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  margin: 60px auto;
  flex-wrap: wrap;
}
#Manufactured_home .why-choose .text_Col {
  text-align: left;
  width: 50%;
  padding-right: 5%;
}
#Manufactured_home .why-choose .text_Col h2 {
  color: #1b2128 !important;
}
#Manufactured_home .why-choose .text_Col h2 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
}
#Manufactured_home .text_Col p {
  font-size: 14px;
  line-height: 25px;
}
#Manufactured_home .bmd-fh-inner .bmd-cta-centered {
  margin-bottom: 54px;
}

#Manufactured_home .bmd-cta-centered.bx-BTN {
  display: flex;
  margin-top: 30px;
}
#Manufactured_home .bmd-fh-inner .bmd-cta-centered {
  margin-bottom: 70px;
}
#Manufactured_home .bmd-cta-centered {
  width: 100%;
  clear: both;
  text-align: center;
}
#Manufactured_home .bmd-red-button {
  background: #1b2e74;
  color: #fff;
  text-decoration: none;
  padding: 16px 35px 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 15px;
  cursor: pointer;
  line-height: 30px;
}

#Manufactured_home .bmd-red-button:hover {
  background-color: #3470db;
}

#Manufactured_home .image_Sz {
  width: 50%;
}
#Manufactured_home .why-choose img {
  background: #eee;
}
#Manufactured_home img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#Manufactured_home .bmd-fh-inner {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
#Manufactured_home .why-choose {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1260px;
  margin: 60px auto;
  flex-wrap: wrap;
}
#Manufactured_home .why-choose .text_Col {
  text-align: left;
  width: 50%;
  padding-right: 5%;
}

#Manufactured_home .text_Col.pl_Left {
  padding-left: 5%;
  padding-right: 0 !important;
}

/* Manufactured_home css end */
/* Trusted-manufacturers  css start*/

.trusted-manufacturers {
  background-color: #f0f3f9;
  border-top: 4px solid #ff6600;
  border-bottom: 4px solid #ff6600;
  padding: 60px 20px;
  text-align: center;
  clear: both;
  background-image: linear-gradient(#f0f3f9, #fff);
}
.trusted-manufacturers .container {
  margin-right: auto;
  margin-left: auto;
}

.trusted-manufacturers h2 {
  color: #181e17;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 20px;
}
.trusted-manufacturers p {
  margin: 0 auto 40px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.trusted-manufacturers .manufacturer-logos {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  flex-wrap: wrap;
}
.trusted-manufacturers .manufacturer-logos img {
  max-width: 220px;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.trusted-manufacturers .manufacturer-logos img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trusted-manufacturers .manufacturer-logos img:hover {
  transform: scale(1.05);
}

/* Trusted-manufacturers css end */
/* contact css start */

.section_Contact {
  padding-top: 60px;
}
.section_Contact {
  display: flex;
  width: 100%;
  background: #eceff9;
  justify-content: center;
}

.section_Contact .contact-section {
  /* max-width: 1400px; */
  max-width: 1260px;
  background: #eceff9 !important;
  width: 100%;
  border: solid 8px #fff;
  /* border-radius: 80px !important; */
  border-radius: 80px;
  /* padding: 40px !important; */
  padding: 40px;
}

.section_Contact .title_Contact {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 58px;
  color: #181e17;
}

.section_Contact .contact-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.section_Contact .contact-left,
.section_Contact .contact-right {
  flex: 1 1 450px;
}

/* Left info */
.section_Contact .contact-info {
  list-style: none;
  margin-bottom: 40px;
}

.section_Contact .contact-info li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #222;
}

.section_Contact .contact-info .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0d1b4c;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  /* margin-right: 12px; */
  flex-shrink: 0;
}

.section_Contact .contact-info a {
  color: #222;
  text-decoration: none;
  font-size: 16px;
}

.section_Contact .contact-logo {
  margin-top: 60px;
}

.section_Contact .contact-logo img {
  max-width: 150px;
}

/* Form */
.section_Contact .contact-form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section_Contact .contact-form p {
  font-size: 16px;
  margin-bottom: 20px;
}

.section_Contact .form-control {
  /* height: 52px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #cfd6e4; */

  height: 44px;
  font-size: 14px;
  border-radius: 17px;
  border: 1px solid #cfd6e4;
}

.section_Contact textarea.form-control {
  height: 120px;
  resize: none;
}

.section_Contact .btn-submit {
  background: #1b2e74;
  color: #fff;
  padding: 9px 33px;
  border-radius: 4px;
  border: none;
  /* font-size: 15px; */
  /* transition: 0.3s; */
  float: left;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

.section_Contact .btn-submit:hover {
  background: #3470db;
}
.section_Contact ul,
.section_Contact span {
  padding-left: 0px;
  line-height: 1.56;
}
/* contact end start */
/* Responsive css start */

@media (max-width: 1250px) {
  .featured-homes .specs-grid {
    width: 100%;
  }
  .featured-homes .card-actions {
    width: 100%;
    margin-top: 10px;
  }
  .featured-homes .pagination-wrapper {
    justify-content: center;
  }
  .featured-homes .btn-view-all {
    margin-top: 20px;
  }
  #Manufactured_home .why-choose .text_Col {
    padding-left: 2%;
  }
}

@media (max-width: 1200px) {
  .filter-form {
    display: none !important;
  }
  .filter-section-search-btn {
    display: block !important;
  }
  .section_Contact .title_Contact {
    font-size: 42px;
  }

  .section_Contact .contact-info li,
  .section_Contact .contact-info a {
    font-size: 16px;
  }

  .section_Contact .contact-form h3 {
    font-size: 24px;
  }

  .section_Contact .contact-form p {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  #Manufactured_home .why-choose .text_Col {
    padding-left: 2%;
  }
}

@media (max-width: 992px) {
  .bmd-site-header {
    padding: 16px 10px 20px 4px;
  }
  .select-wrapper {
    flex: 1 1 30%;
  }
  .trusted-manufacturers {
    padding: 60px 0;
  }

  .trusted-manufacturers h2 {
    font-size: 32px;
  }

  .trusted-manufacturers p {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .manufacturer-logos {
    gap: 24px;
  }
  .section_Contact .title_Contact {
    font-size: 36px;
  }

  .section_Contact .contact-info li,
  .section_Contact .contact-info a {
    font-size: 15px;
  }

  .section_Contact .contact-form h3 {
    font-size: 22px;
  }

  .section_Contact .contact-form p {
    font-size: 14px;
  }

  .section_Contact .form-control {
    font-size: 14px;
  }

  .section_Contact .btn-submit {
    font-size: 14px;
  }
}

@media (max-width: 864px) {
  header ul li a {
    font-size: 14px;
    margin-left: 11px;
  }
}
@media (max-width: 767px) {
  /* menu wrapper */
  .featured-homes {
    padding-top: 40px;
  }
  .filter-title {
    font-size: 14px;
  }
  .filter-container {
    margin-left: 0px;
  }

  #wmNavbar {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 15px 20px;
    z-index: 999;
  }

  /* vertical menu */
  #wmNavbar .navbar-nav {
    flex-direction: column;
    gap: 0;
  }

  #wmNavbar .nav-item {
    border-bottom: 1px solid #eee;
  }

  #wmNavbar .nav-item:last-child {
    border-bottom: none;
  }

  #wmNavbar ul li a {
    display: block;
    padding: 12px 0;
    margin-left: 0; /* desktop jaisa hi rahega */
    font-size: 16px;
  }

  /* toggle icon alignment */
  .navbar-toggler {
    border: none;
    padding: 6px 10px;
  }
  .bannercontent_center .content_hero h2 {
    font-size: 2rem !important;
  }
  footer .footer-copywirte .bmd-sf-row {
    /* float: none !important; */
    margin-right: 50px;
  }
  footer .bmd-site-footer {
    padding: 40px 20px 20px;
    height: auto; /* Content lamba hone par auto height zaroori hai */
  }

  footer .bmd-sf-inner {
    grid-template-columns: 1fr; /* Single column stack */
    gap: 0;
  }

  /* Pehle 3 boxes (Logo, Navigation, Find Your Home) ke niche border */
  footer .bmd-sf-inner > div:nth-child(1),
  footer .bmd-sf-inner > div:nth-child(2),
  footer .bmd-sf-inner > div:nth-child(3) {
    padding-bottom: 25px;
    margin-bottom: 25px;
    /* border-bottom: 1px solid #d1d8e8;  */
    border-bottom: 1px solid black;
  }

  /* Chautha box (Contact Us) - No border */
  footer .bmd-sf-inner > div:nth-child(4) {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: none;
  }
  footer .footer-copywirte {
    margin-top: 20px;
    text-align: center;
  }

  footer .footer-copywirte .row {
    flex-direction: column;
    gap: 15px;
  }

  footer .bmd-sf-row {
    justify-content: flex-start;
  }

  #Manufactured_home .why-choose .text_Col {
    padding-left: 0%;
  }
  #Manufactured_home .multy_heading,
  #Manufactured_home .fetured_choice_Heading {
    font-size: 32px;
    margin-bottom: 30px;
  }

  #Manufactured_home {
    padding: 40px 20px;
  }

  #Manufactured_home .why-choose {
    flex-direction: column;
    margin: 0px auto;
    gap: 30px;
  }

  #Manufactured_home .why-choose .text_Col,
  #Manufactured_home .image_Sz {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  #Manufactured_home .text_Col.pl_Left {
    padding-left: 0;
  }

  #Manufactured_home .why-choose .text_Col span {
    font-size: 28px;
    /* text-align: center; */
  }

  #Manufactured_home .text_Col p {
    font-size: 16px;
    /* text-align: center; */
    line-height: 1.6;
  }

  #Manufactured_home .bmd-cta-centered.bx-BTN {
    justify-content: center;
  }

  #Manufactured_home .bmd-fh-inner .bmd-cta-centered {
    margin-bottom: 40px;
  }

  #Manufactured_home .why-choose-even {
    flex-direction: column-reverse;
  }

  #Manufactured_home .why-choose {
    flex-direction: column;
  }

  /* image always on top */
  #Manufactured_home .why-choose .image_Sz {
    order: 1;
    width: 100%;
  }

  /* text always below image */
  #Manufactured_home .why-choose .text_Col {
    order: 2;
    width: 100%;
    padding: 0;
    /* text-align: center; */
  }

  #Manufactured_home .text_Col.pl_Left {
    padding-left: 0;
  }
  .section_Contact .title_Contact {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .section_Contact .contact-info li,
  .section_Contact .contact-info a {
    font-size: 14px;
  }

  .section_Contact .contact-form h3 {
    font-size: 20px;
  }

  .section_Contact .contact-form p {
    font-size: 14px;
  }

  .section_Contact .form-control {
    font-size: 14px;
  }

  .section_Contact .btn-submit {
    font-size: 14px;
    padding: 12px 30px;
  }
}
/* For Mobile Phones */
@media (max-width: 600px) {
  .select-wrapper {
    flex: 1 1 100%; /* Full width stacking */
  }
  .search-btn {
    width: 100%; /* Button goes full width too */
  }
}
@media (max-width: 580px) {
  .bmd-site-footer {
    padding: 20px 45px 30px 20px !important;
  }
  footer .footer-copywirte .bmd-sf-row {
    /* float: none !important; */
    margin-right: 40%;
  }
}

@media (max-width: 575px) {
  .home-financing-section {
    padding: 50px 15px 45px;
  }

  .home-financing-section h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .home-financing-section p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    /* letter-spacing: 0.5px; */
  }

  .home-financing-section .btn-orange {
    padding: 12px 20px;
    font-size: 13px;
  }

  .trusted-manufacturers {
    padding: 50px 0;
  }

  .trusted-manufacturers h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .trusted-manufacturers p {
    font-size: 14px;
    line-height: 1.6;
  }

  .manufacturer-logos {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .filter-title {
    width: 190px;
  }
}

@media (max-width: 500px) {
  .featured-homes {
    padding-top: 20px;
  }
  .featured-homes .section-title {
    font-size: 25px;
  }
  .featured-homes .section-title {
    margin-bottom: 20px;
  }
  .filter-title {
    width: 190px;
  }
  .filter-section {
    padding: 19px 0px 19px 10px;
  }
  .filter-section-search-btn {
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .section_Contact .contact-section {
    border-radius: 5px !important;
  }

  #Manufactured_home .multy_heading,
  #Manufactured_home .fetured_choice_Heading {
    font-size: 24px;
  }

  #Manufactured_home {
    padding: 30px 15px;
  }

  #Manufactured_home .why-choose {
    margin: 0px auto;
    gap: 20px;
  }

  #Manufactured_home .why-choose .text_Col h2 {
    font-size: 22px;
  }

  #Manufactured_home .text_Col p {
    font-size: 14px;
  }

  #Manufactured_home .bmd-red-button {
    padding: 14px 25px;
    font-size: 14px;
    width: 100%;
    text-align: center;
  }

  #Manufactured_home .bmd-cta-centered.bx-BTN {
    margin-top: 20px;
  }

  .section_Contact .title_Contact {
    font-size: 26px;
  }

  .section_Contact .contact-info li,
  .section_Contact .contact-info a {
    font-size: 13px;
  }

  .section_Contact .contact-form h3 {
    font-size: 18px;
  }

  .section_Contact .contact-form p {
    font-size: 13px;
  }

  .section_Contact .contact-section {
    padding: 20px;
    /* border-radius: 10px; */
  }
}

@media (max-width: 360px) {
  #Manufactured_home .multy_heading,
  #Manufactured_home .fetured_choice_Heading {
    font-size: 20px;
  }

  #Manufactured_home .why-choose .text_Col h2 {
    font-size: 20px;
  }

  #Manufactured_home .bmd-red-button {
    padding: 12px 20px;
    font-size: 13px;
  }
}

@media (min-width: 1260px) {
  #Manufactured_home .why-choose {
    margin: 60px auto;
  }
  #mobileForm {
    display: none !important;
  }
}

/* color: #fff;
background: #1b2e74;
font-weight: 400;
text-transform: uppercase;
cursor: pointer;

background: #3470db;
color: #fff !important; */
@media (max-width: 767px) {
  .manufacturer-list .slick-slide > div {
    width: 100%;
  }
}
