@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'pecitabook';
    src: url('../../fonts/pecita-font/pecita-webfont.woff2') format('woff2'),
         url('../../fonts/pecita-font/ppecita-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#resident-programs-section-v3-unique .rp-content a {
    font-weight: bold;
}
.bmd-tm-team-member{
  width: 100%;
}
.bmd-team-members.photo .bmd-tm-inner {
    display: inherit;
}
#section_one_pinewoodestates {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  background-size: 200px 200px;
  background-position:
    0 0, 0 100px, 100px -100px, -100px 0px;
}

.resident-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  
  font-weight: 600;
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
}

.resident-login-btn .icon {
  font-size: 16px; /* adjust based on actual icon */
  display: flex;
  align-items: center;
}

.bmd-mh-inner.main-hero-slider.slick-initialized.slick-slider.slick-dotted {
  margin-bottom: 0;
}

#section_one_pinewoodestates .quote-box {
  max-width: 550px;
  padding: 40px 30px;
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  z-index: 2;
  position: relative;
}

#section_one_pinewoodestates .quote-box p {
  font-size: 16px;
  line-height: 1.6;
}

#section_one_pinewoodestates .signature {
  font-size: 24px;
  margin-top: 20px;
}

#section_one_pinewoodestates .title {
  font-size: 14px !important;
}
#section_one_pinewoodestates{
  background-size: cover;
}
#section_one_pinewoodestates .image {
  position: absolute;
  width: 240px;
  height: 160px;
  background: url('./image/Warrior-The-Julia-SVM-7209-ext-01.jpg') center/cover no-repeat;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#section_one_pinewoodestates .image-left {
	top: 40px;
	left: 17%;
	transform: rotate(-5deg);
}

#section_one_pinewoodestates .image-top-right {
	top: -50px;
	right: 15%;
	transform: rotate(-3deg);
}
#section_one_pinewoodestates .image-bottom-right {
	bottom: 60px;
	right: 19%;
	transform: rotate(5deg);
	top: 40%;
	z-index: 999;
}


#amenities_section {
  padding: 60px 20px;
  display: flex !important;
  justify-content: center;
}

#amenities_section h2 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: left;
	font-weight: 700;
}

#amenities_section .amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 1260px;
  margin: 0 auto;
}

#amenities_section .amenity-card {
  background: linear-gradient(to bottom, #104a1f, #6ba07d);
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#amenities_section .amenity-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
#amenities_section .placeholder {
  width: 90%;
  height: 180px;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

#featured_section {
  padding: 20px 20px;
  margin: auto;
  display: flex;
  justify-content: center;
}

#featured_section .bmd-fh-inner {
  max-width: 1260px;
  padding: 0;
}

#featured_section h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
}

#featured_section .filters {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

#featured_section .filters button {
  background: none;
  border: none;
  font-size: 16px;
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}

#featured_section .filters button.active {
  border-radius: 5px;
}

#featured_section .homes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 25px;
  margin-top: 40px !important;
}


#featured_section .single-home-card {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#featured_section .single-home-card .image {
  position: relative;
  height: 200px;
}


#featured_section .placeholder {
  height: 100%;
  background-size: 30px 30px;
  background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
}

#featured_section .badge-group {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 8px;
}

#featured_section .badge {
  padding: 2px 8px;
  font-size: 12px;
  border-radius: 3px;
}

#featured_section .info {
  padding: 20px;
}

#featured_section .series {
  font-size: 14px;
}

#featured_section .info h3 {
  margin: 5px 0;
  font-size: 20px;
}

#featured_section .builder {
  font-size: 14px;
  margin-bottom: 10px;
}

#featured_section .desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#featured_section .features {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 20px;
}

#featured_section .features div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#featured_section .features i {
  margin-bottom: 5px;
  font-size: 18px;
}

#featured_section .actions {
  display: flex;
  gap: 10px;
}

#featured_section .contact {
  padding: 10px;
  border: none;
  flex: 1;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

#featured_section .info-btn {
  padding: 10px;
  flex: 1;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
}

.quote-images .left,
.quote-images .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

#featured_section .pagination {
  margin-top: 40px;
  text-align: center;
}

#featured_section .page {
  background: none;
  border: none;
  font-size: 16px;
  margin: 0 5px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 4px;
}



/**************/

#Manufactured_home {
  text-align: center;
}

#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 90px;
	flex-wrap: wrap;
	padding: 0 20px;
}

#Manufactured_home .why-choose .text_Col {
  text-align: left;
  width: 50%;
  padding-right: 5%;
}

#Manufactured_home .why-choose .text_Col h2 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.4;
   font-weight: 700; 
}

.image_Sz {
  width: 50%;  
}
.bmd-mh-slide-inner {
	padding: 0 20px;
}
.text_Col p {
  font-size: 14px;
}

.text_Col.pl_Left {
  padding-left: 5%;
  padding-right: 0 !important;
}

#quote_section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #fffdf9 20%, rgba(31, 67, 33, 1) 20%, rgba(31, 67, 33, 1) 80%, #fffdf9 80%) !important;
}

.quote-images {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  z-index: 0;
  flex-wrap: wrap;
}

#quote_section .quote-images img {
  width: 260px;
  height: 180px;
  transform: rotate(-3deg);
}

#quote_section .circle-quote {
  width: 400px;
  /* height: 340px; */
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}

#quote_section .circle-quote h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

#quote_section .circle-quote p {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 1.2px;
}

#quote_section .circle-quote button {
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

#about_our_customers .testimonial-card {
  width: 250px;
  padding: 16px;
  border-radius: 12px;
}

#about_our_customers .testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#about_our_customers .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}

#about_our_customers .user-info .name {
  font-weight: 600;
}

#about_our_customers .user-info .role {
  font-size: 0.9em;
}

#about_our_customers .testimonial-body {
  display: flex;
  align-items: flex-start;
  align-items: center;
  padding-left: 22px;
}

#about_our_customers .quote-line {
  width: 4px;
  border-radius: 2px;
  margin-right: 10px;
  height: 45px;
}

#about_our_customers .quote-text {
  font-size: 1rem;
  line-height: 1.4;
}

#about_our_customers {
  display: flex;
}

#about_our_customers h2 {
	font-size: 36px;
	font-weight: 700;
}

#about_our_customers .bmd-fh-inner {
  padding-left: 30px;
  padding-right: 30px;
}

#about_our_customers .testimonial-card {
  width: 100%;
}

#about_our_customers .slick-slide {
  margin: 0 10px;
}


#feature_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding: 60px 40px 100px;
	margin: auto;
	width: 100% !important;
}

#feature_grid .feature-card {
  position: relative;
  height: 380px;
  background: url('https://via.placeholder.com/600x400') center/cover no-repeat;
  overflow: hidden;
}

#feature_grid .feature-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent 80%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#feature_grid .feature-title {
  font-size: 18px;
  margin-bottom: 10px;
}

#feature_grid .view-button {
  padding: 10px 16px;
  border: 1px solid white;
  text-decoration: none;
  width: fit-content;
  font-size: 13px;
  border-radius: 5px;
  min-width: 140px;
  text-align: center;
}

#feature_grid .view-button:hover,
#feature_grid .view-button:focus {
  transition: 0.3s ease;
}

.bmd-site-branding {
  width: 260px;
}

.bmd-site-branding a {
  width: 260px;
}

.bvariation_Home .main-navigation ul, .main-navigation ul {
	justify-content: end !important;
	margin-right: 20px;
}

.bvariation_Home .main-navigation ul li, .main-navigation ul li {
  margin-left: 20px;
}

.bvariation_Home .main-navigation ul li a, .main-navigation ul li a {
  font-size: 17px;
  font-weight: 400;  
}

.bmd-header-contact a {
  padding: 6px 20px !important;
  font-size: 17px;
  font-family: "Merriweather", serif;
  border-radius: 4px;
}

.bmd-mh-slide-inner .bmd-fh-inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1260px;
}

.bmd-mh-slide-inner .bmd-fh-inner h1 {
  margin-bottom: 10px !important;
  font-size: 75px;
  font-weight: 700;
}

.bmd-mh-slide-inner .bmd-mh-small-text {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}

.bmd-button-opensev .bmd-white-button {
	padding: 12px 40px;
	font-size: 16px !important;
	text-transform: capitalize !important;
	border-radius: 4px;
}
.homes-grid .hidden {
	visibility: visible !important;
  display: block !important;
}
.homes-grid svg {
	fill: #fff !important;
}


#amenities_section,
#featured_section,
#Manufactured_home,
#quote_section,
#about_our_customers,
#feature_grid,
footer#site-footer {
  clear: both;
  width: 100%;
}

#featured_section .home-card-list {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
}

#featured_section .home-card-list-list.slick-slide {
  margin: 0 10px;
}

.height_feature_mp {
  height: 16px;
  float: left;
  margin-right: 5px;
  line-height: 21px;
  position: relative;
  top: 3px;
}

#bmd_featured_homes .home-features {
  float: left;
}

#bmd_featured_homes .home-features {
  border-radius: 5px;
}

#bmd_featured_homes .feature-item {
  font-weight: 600;
}

#bmd_featured_homes .home-card-list {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  min-height: 460px;
  margin-right: 10px;
}

#bmd_featured_homes .home-image {
  position: relative;
  height: 200px;
  width: 100%;
  background-size: cover;
}

#bmd_featured_homes .image-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
}

#bmd_featured_homes .label {
  font-size: 0.7rem;
  padding: 4px 8px;
  border-radius: 8px;
  font-weight: 500;
}

#bmd_featured_homes .home-info {
  padding: 10px 5px;
}

#bmd_featured_homes .series-name {
  font-size: 0.85rem;
  margin-bottom: 4px;
  height: 26px;
} 

#bmd_featured_homes .home-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 4px 0;
}

#bmd_featured_homes .builder-name {
  font-size: 14px;
  margin-bottom: 10px;
}

#bmd_featured_homes .home-description {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 16px;
}

#bmd_featured_homes .home-features {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 16px;
  width: 215px;
}


#bmd_featured_homes .feature-item {
  padding: 6px 10px;
  border-radius: 6px;
}

#bmd_featured_homes .home-buttons {
  display: inline;
  float: left;
  width: 40%;
}

#bmd_featured_homes .home-buttons a.btn.primary {
  width: 100%;
  margin-bottom: 5px;
}

#bmd_featured_homes .btn {
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  flex: 1;
}


#bmd_featured_homes .btn.secondary {
  width: 100%;
  border: solid 1px #17461B;
  text-shadow: none !important;
  box-shadow: none;
  font-size: 13px;
}
#quote_section .circle-quote button {
	font-size: 13px;
}

#bmd_featured_homes .home-features {
  border-radius: 5px;
}

#bmd_featured_homes .home-features {
  float: left;
}

#bmd_featured_homes .home-buttons {
  float: right;
}

#bmd_featured_homes .home-buttons a.btn.primary {
  box-shadow: none;
  border: none;
  font-weight: 100;
  text-shadow: none !important;
  box-shadow: none;
}



.slick-slide {
  margin: 0;
}

#bmd_featured_homes .btn {
  font-weight: 400;
}

#bmd_featured_homes .feature-item {
  font-weight: 400;
  font-size: 14px;
}

#bmd_featured_homes .bmd-fh-inner {
  padding-bottom: 20px;
}



#bmd_featured_homes .home-buttons {
  padding-left: 10px;
}

#bmd_featured_homes .home-buttons a.btn.primary {
  width: 100%;
}


#bmd_featured_homes .arrow-dots-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

#bmd_featured_homes .custom-prev-single,
#bmd_featured_homes .custom-next-single,
#bmd_featured_homes .custom-prev-double,
#bmd_featured_homes .custom-next-double,
#bmd_featured_homes .custom-prev-triple,
#bmd_featured_homes .custom-next-triple {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  line-height: 1;
  width: 24px;
  height: 24px;
}


#bmd_featured_homes .custom-dots-single .slick-dots,
#bmd_featured_homes .custom-dots-double .slick-dots,
#bmd_featured_homes .custom-dots-triple .slick-dots {
  position: relative;
}

#bmd_featured_homes .slick-dot-number {
  font-size: 16px;
  cursor: pointer;
  font-family: monospace;
  padding: 5px;
  width: 24px;
  height: 24px;
}

#bmd_featured_homes .custom-dots-single .slick-active button,
#bmd_featured_homes .custom-dots-double .slick-active button,
#bmd_featured_homes .custom-dots-triple .slick-active button {
  border-radius: 5px;
}

#amenities_section .bmd-fh-inner {
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1260px;
}

.sp_1 {
  width: 1px;
}

#featured_section .filters button:hover {
  border-radius: 5px;
}

#bmd_featured_homes .label {
  border-radius: 5px;
}

.custom-dots-single .slick-dots,
.custom-dots-double .slick-dots,
.custom-dots-triple .slick-dots {
  bottom: 0;
}

.custom-dots-single .slick-dots li,
.custom-dots-double .slick-dots li,
.custom-dots-triple .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}

.custom-dots-single .slick-dots li button::before,
.custom-dots-double .slick-dots li button::before,
.custom-dots-triple .slick-dots li button::before {
  font-size: 0;
}

footer#site-footer {
  font-size: 16px;
}

.bmd-sf-copy {
  font-size: 12px;
  margin-top: 20px;
}

#pinewoodestateshc_faqs .faq-container {
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}
#pinewoodestateshc_faqs .faq-item {
  padding: 15px 0;
}
#pinewoodestateshc_faqs .faq-question {
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
#pinewoodestateshc_faqs .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
}
#pinewoodestateshc_faqs .faq-question.active::after {
  content: '-';
}
#pinewoodestateshc_faqs .faq-answer {
  display: none;
  margin-top: 10px;
}

.bmd-home-card {
  height: 600px !important;
}
  .amenity-card .placeholder{
    background-size: cover !important;
    background-position: center !important;
  }
  #section_one_pinewoodestates .quote-line::before, #section_one_pinewoodestates .quote-line::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 400px;
	height: 2px;
	background-color: #BF5D11;
}
.quote-line::before {
	left: -420px;
}
.quote-line::after {
	right: -420px;
}
#about_our_customers {
    position: relative; /* Needed to position the pseudo-element */
}

#about_our_customers::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 70%;
    height: 2px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
}


#feature_grid {
    position: relative; /* Needed to position the pseudo-element */
}

#feature_grid::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 70%;
    height: 2px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
    margin-bottom: 50px;
}



.contact-us p {
	color: #000;
}
#about_our_customers .bmd-fh-inner {
	padding-bottom: 40px;
}
.page-template-page-contact-us h2 {
	font-size: 36px;
	margin-bottom: 20px;
	color: #1d3b1d;
	font-weight: 400;
}
.contact-us br {
	display: none;
}
.contact-us {
    position: relative; /* Needed to position the pseudo-element */
}
#content .wpforms_wopp {
	background: #fff;
	padding: 20px;
	border: 2px solid #e3e3e3;
  border-radius: 9px;
}
body #content .wpforms-field-label {
	text-align: left;
	font-family: inherit;
  font-weight: 500 !important;
}
.mon-sat strong, .con-sun strong {
	color: #000;
	font-size: 18px;
	text-align: left;
}
div.wpforms-container-full .wpforms-form button[type="submit"]{
  font-family: "Merriweather", serif !important;
}
body #content div.wpforms-container-full .wpforms-form button[type="submit"] {
	padding: 8px 50px;
	font-weight: 400;
	font-size: 16px;
}
.office-hours .note {
	background: #fafffa;
	padding: 10px;
	margin-top: 15px;
	font-size: 14px;
	border: 1px solid #17461B;
	border-radius: 9px;
  border-left: none !important;
}
.office-hours .note strong {
	font-weight: 700;
}
.mon-sat{
  display: flex;
  font-size: 14px;
  text-align: left;
}
.con-sun {
	display: flex;
	justify-content: space-between;
  font-size: 14px;
}
.office-hours {
	max-width: 350px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	text-align: left;
}
#content .wpforms-title{
  font-family: inherit;
}
body #content .wpforms-title {
	font-size: 26px;
	font-weight: 400;
}
#content div.wpforms-container-full .wpforms-form button[type="submit"]{
  width: 100%;
}
.contact-us::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 100%;
    height: 1px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
}
.contact-us p{
  padding-bottom: 40px;
}
.contact-us {
  max-width: 800px !important;
}
.contact-cards h3 {
	font-size: 26px;
  margin-bottom: 10px;
}
.contact-cards a{
	color: #000;
}
.get-in-touch p {
	color: #000;
	font-size: 16px;
}
.main-contact-attr {
	display: block;
	font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px !important;
}
.contact-cards p {
	font-size: 15px !important;
}
.note p{
  font-size: 16px;
}
.contact-cards br{
	display: none;
}
.get-in-touch {
	position: relative;
	padding-bottom: 60px;
}
.get-in-touch::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 100%;
    height: 1px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
}
.send-message {
	position: relative;
	padding-bottom: 60px;

}
.send-message::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 100%;
    height: 1px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
}







#resident-info h2 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #17461B;
}
    #resident-info .card {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 8px;
      padding: 20px 24px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    }
 
    /* Community Guidelines */
    #resident-info #guidelines h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #2f4f2f;
    }
    #resident-info #guidelines ul {
      padding-left: 20px;
      margin: 0;
    }
    #resident-info #guidelines ul li {
      margin-bottom: 6px;
      list-style: none;
      position: relative;
    }
    #resident-info #guidelines ul li::before {
      content: "✩";
      position: absolute;
      left: -18px;
      color: #3b6f3b;
    }
 
    /* Contact Information */
    #resident-info #contact h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #2f4f2f;
    }
    #resident-info #contact p {
      margin: 6px 0;
      font-size: 0.95rem;
    }
    #resident-info #contact strong {
      display: block;
      margin-top: 10px;
      color: #2f4f2f;
    }
 
    /* Amenity Hours */
    #resident-info #amenity h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #2f4f2f;
    }
    #resident-info #amenity table {
      width: 100%;
      border-collapse: collapse;
    }
    #resident-info #amenity table td {
      padding: 4px 0;
      font-size: 0.95rem;
    }
 
    /* Emergency Contacts */
    #resident-info #emergency h3 {
      font-size: 1.2rem;
      margin-bottom: 10px;
      color: #2f4f2f;
    }
    #resident-info #emergency table {
      width: 100%;
      border-collapse: collapse;
    }
    #resident-info #emergency td {
      padding: 4px 0;
      font-size: 0.95rem;
    }
    #resident-info #emergency td:last-child {
      text-align: right;
    }
    #resident-info #emergency .highlight {
      color: red;
      font-weight: bold;
    }
 
#quote_section .circle-quote {
  min-height: 400px;
}
.quote-images .image_1 {
	position: relative !important;
	transform: rotate(0deg) !important;
	top: 30px !important;
  z-index: 999;
}
.quote-images .image_2 {
	position: relative !important;
	transform: rotate(-4deg) !important;
	right: 70px !important;
	bottom: 40px;
}
.quote-images .image_3 {
	position: relative !important;
	transform: rotate(0deg) !important;
	top: 0px !important;
}
.quote-images .image_4 {
	position: relative !important;
	transform: rotate(3deg) !important;
	left: 100px !important;
	top: 0px;
}
#site-footer .bmd-sf-row svg{
  fill: #fff !important;
}

#content .get-in-touch .icon {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
	padding: 7px;
	background: #17461b;
	width: 50px;
	margin: 0 auto;
	border-radius: 50%;
	height: 50px;
	margin-bottom: 15px;
	line-height: 0;
	align-content: center;
}
.office-hours {
	max-width: 340px !important;
}
a:hover, a:focus {
	outline: none;
}
.office-hours .note {
	 border-left: 1px solid !important; 
}
.office-hours h3{
	font-size: 24px;
}
.office-hours .note {
  background: #fafffa !important;
}
#wpforms-submit-297:hover{
  background: #81774C !important;
}

.bmd-home-filter {
	box-sizing: border-box;
	padding: 15px 10px;
	margin: 0;
	background: transparent;
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.bmd-hf-inner {
	display: flex !important;
	max-width: 1260px;
	justify-content: center;
	flex-direction: column;
}
#bmd_featured_homes {
	max-width: 1260px;
	margin: 0 auto;
}
.wind_filter #bmd_featured_homes .home-card-list {
	margin-bottom: 25px;
}
.bmd-select-wrapper::after {
	top: 30px !important;
}
/* #wpforms-297 input, #wpforms-form textarea{
	font-family: "Poppins", sans-serif !important;
} */
.wpforms-field-sublabel.after {
	display: none !important;
}
#form_inventory_cp label {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
#form_inventory_cp select {
	font-family: "Poppins", sans-serif;
}
.bmd-home-filter.five-filters .title_head_achi {
	display: none;
}
.bmd-hf-form .bmd-red-button {
	border-radius: 4px;
}
.bmd-home-filter .bmd-hf-form {
	width: 900px;
}
#featured_section .filters {
	margin-bottom: 40px;
}
.tab-btn.filter_single_wide.active, .tab-btn.filter_double_wide.active {
	background: #17461B;
	border-radius: 4px;
	color: #fff;
}
.tab-btn.filter_single_wide, .tab-btn.filter_double_wide {
	margin-right: 10px;
	padding: 7px 15px;
}
.tab-btn.filter_single_wide:hover, .tab-btn.filter_double_wide:hover, .tab-btn.filter_single_wide:focus, .tab-btn.filter_double_wide:focus {
	color: #fff !important;
	background: #17461B;
  border-radius: 4px; 
}
.bmd-home-filter.five-filters .bmd-hf-select {
	width: 160px;
}
.founder-message {
	background-size: cover !important;
}
.quote-section.quote-section-inventory {
	position: relative;
}
.quote-section.quote-section-inventory::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; /* or wherever you want it, e.g., bottom: 20px; */
    width: 60%;
    height: 1px; /* Border thickness */
    background-color: #BF5D11; /* Border color */
}
/* .post-type-archive-inventory #content {
	background: linear-gradient(to bottom, #fff, #fffdf5) !important;
} */
.bmd-hf-select {
	border: 1px solid #ab9678;
	background-color: transparent;
	font-size: 14px;
	outline: none !important;
}
.bmd-hf-select {
	padding: 2px 5px;
}
.bmd-select-wrapper {
	margin-right: 25px;
}
.post-type-archive-inventory .bmd-red-button {
	min-width: 120px !important;
}
.bmd-featured-homes-inventry.all-homes-wt.bmd-fh-inner {
	padding-bottom: 10px;
}
#quote_section.quote-section.quote-section-inventory {
	background: transparent !important;
  padding-bottom: 50px !important;
}
.bmd-white-button {
	color: #fff;
	background: #BF5D11;
  padding: 16px 35px !important;
}
.bmd-white-button:hover {
	background: #17461B;
	color: #fff !important;

}
.bmd-on-display, .bmd-on-sale {
	background: #17461B !important;
}
.inventory-main-title {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
  color: #17461B;
}
.bmd-blue-button:hover, .bmd-blue-button:focus {
	background: #BF5D11 !important;
	color: #fff !important;
}
.bmd-blue-button{
  padding: 16px 35px !important;
}

.bmd-feat-inner h3 {
	margin-bottom: 40px;
	font-family: inherit;
	font-size: 34px;
	font-weight: 600;
}
.bmd-home-gallery-grid {
	display: flex !important;
	padding: 0 0 60px;
	margin: 60px 0;
}
.bmd-home-gallery-grid .bmd-hg-inner {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.bmd-home-gallery {
	position: relative;
	top: 0;
	padding: 40px 0px;
}
#gallery .bmd-hs-wrap {
	padding-top: 80px;
	padding-bottom: 0;
}
.bmd-home-specs.pad-bot .bmd-hs-inner {
	padding-bottom: 100px !important;
}
.bmd-home-gallery-grid{
  position: relative;
}
.bmd-home-gallery-grid::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 60%;
	height: 1px;
	background-color: #BF5D11;
}
.bmd-hg-gallery i.slick-arrow {
	color: #000 !important;
}
.icon-right-open-big::before, .icon-left-open-big::before {
	background: #fff;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	align-content: center;
}
.bmd-hg-gallery i.slick-arrow.icon-left-open-big {
	right: auto;
	left: -45px;
	width: auto;
	height: auto;
	background: transparent;
}
.bmd-id-details p {
	font-size: 16px;
}
.inventory-single .bmd-white-button {
	font-weight: 300;
}
.bmd-id-details {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bmd-hs-spec span {
	color: #000;
	font-size: 80px;
	font-family: "Merriweather", serif;
}
.post-type-archive-inventory #featured_section, .page-template-page-specials #featured_section {
	background: #fff !important;
}
.page-template-page-specials .bmd-red-button {
	min-width: 120px !important;
}
.post-type-archive-inventory #featured_section {
	padding-bottom: 40px;
}
.page-template-page-specials #featured_section {
	padding: 0;
}
.page-template-page-specials  .grid_open_property .bmd-fh-inner {
	padding-top: 40px;
}
#bmd_featured_homes .home-card-list {
	min-height: 500px;
}
/* .row_events {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.event_wgrid {
	max-width: 100%;
	display: flex;
	flex-direction: column;
}
.events_page .event-card, .events_page .event-date {
	width: 50%;
	display: flex;
	flex-direction: column;
} */
   /* Slider wrapper */
      .upcoming-events-slider, .past-events-slider {
        width: 100%;
        margin: auto;
      }

      /* Event card */
      .events-slider .event-item {
        background: #fff;
        margin: 0 15px;
        min-height: 400px;
      }

     .events-slider .event-img img {
	    width: 100%;
	    height: 360px;
	    object-fit: cover;
	    border-radius: 4px;
	    border: 1px solid #ccc;
      }
      .events-slider .event-text {
        margin-top: 15px;
      }
     .events-slider .event-text h3 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #1f3d1f;
	font-weight: 700;
}


.uppagination, .pastpagination {
	float: right;
	gap: 10px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.uppagination a svg, .pastpagination a svg {
	fill: transparent !important;
}
.uppagination a, .pastpagination a {
	padding: 5px 13px;
  color: #142E149E;  
}
.uppagination a:first-child, .uppagination a:last-child, .pastpagination a:first-child, .pastpagination a:last-child {
	border: 1px solid #17461B;
	border-radius: 8px;
	background: #FAFFFA !important;
	font-weight: 800;
	width: 35px;
	height: 35px;
	padding: 5px !important;
	align-content: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.uppagination .active, .pastpagination .active {
	background: #17461B;
	color: #fff;
	border-radius: 8px;
}
.uppagination .active:hover, .uppagination .active:focus,
.pastpagination .active:hover, .pastpagination .active:focus{
	color: #fff !important;
}
.announcement-title-item {
	display: flex;
	justify-content: space-between;
}


      .events-slider .event-text p {
        font-size: 0.95rem;
        line-height: 1.4;
        color: #333;
      }

      .events-slider .item {
	      text-align: left;
	      display: flex;
	      flex-direction: column;
	      justify-content: center;
        text-align: center;
	      font-size: 18px;
        }
         .event-text{
          text-align: left !important;
         } 
      /* Custom Pagination */
      .events-slider .uppagination,
      .events-slider .pastpagination {
        text-align: right;
        margin-top: 20px;
      }
      .events-slider .uppagination a,
      .events-slider .pastpagination a {
        display: inline-block;
        margin: 0 4px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
        font-weight: 500;
      }
      .events-slider .paginationup a.active,
      .events-slider .paginationpast a.active {
        background: #1f3d1f;
        color: #fff;
        border-color: #1f3d1f;
      }

      /* Slick arrows */
      .events-slider .slick-prev:before,
      .events-slider .slick-next:before {
        color: #1f3d1f;
        font-size: 26px;
      }
#past-events {
	border-top: 1px solid #BF5D11;
}

.events_page section {
  margin-bottom: 80px;
}

.custom-dots-ucevent span.hidden.hide {
    visibility: visible !important;
    display: block !important;
}

.custom-dots-ucevent .slick-dots li button::before {
    font-size: 0;
}

.events_page h2 {
  font-size: 26px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  color: #17461B;
  margin-top: 60px;
}

.item.event-date-time {
	color: #17461B;
  font-size: 32px;
}
.item.event-left-sec, .item.event-right-sec {
	border: 1px solid #E4E4E4;
	padding: 10px;
	border-radius: 4px;
	margin-top: 10px;
}

/* Events Layout */
.events_page .events-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.events_page .event-card {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fafafa;
}

.events_page .event-card img {
  width: 100%;
  display: block;
}

.events_page .event-info {
  padding: 15px;
}

.events_page .event-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #111;
}

.events_page .event-info p {
  font-size: 14px;
  color: #444;
}

.events_page .event-date {
  font-size: 18px;
  color: #004400;
  text-align: center;
  font-weight: bold;
}

/* Pagination */
.events_page .pagination {
  text-align: center;
  margin: 20px 0;
}
.events_page .pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  color: #004400;
  text-decoration: none;
  border-radius: 4px;
}
.events_page .pagination a.active {
  background: #004400;
  color: #fff;
}

/* Announcements */
.events_page .announcements .announcement-item {
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
}
.guidelines-main {
	display: grid;
	grid-template-columns: 450px 1fr;
	/* grid-gap: 20px; */
	border-bottom: 1px solid #BF5D11;
	padding-bottom: 50px;
}
.events_page .announcements .announcement-item span.label {
	padding: 5px 10px;
	border-radius: 7px;
	margin-left: 10px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
  color: #101828;
  font-size: 12px;
}
.label.label_Urgent {
	background: #FFE2E2;
	color: #9F0712;
}
.heading_submit {
	font-size: 14px !important;
	margin-top: 15px;
  color: #364153;
}
.events_page .announcements .announcement-item small {
  color: #999;
  font-size: 12px;
}
.label.label_Important {
	background: #FEF9C2 !important;
	color: #894B00 !important;
}
.label.label_Info {
	background: #F3F4F6 !important;
	color: #1E2939 !important;
}
/* Resident Info */
.events_page .resident-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.events_page .info-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 15px;
  background: #fafafa;
}
.events_page .info-box h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #004400;
}
.events_page .info-box ul {
  padding-left: 20px;
  margin: 0;
}
.events_page .info-box ul li {
  margin-bottom: 6px;
  font-size: 14px;
}
  .event-text .item.event-date-time {
  display: none;
}
#upcoming-events h2 i, #past-events h2 i, #announcements h2 i,  #resident-info h2 i{
  font-size: 20px;
}
.signature {
	font-family: 'pecitabook' !important;
	font-size: 30px !important;
}

#section_one_pinewoodestates .quote-box title {
	color: #2E19149E !important;
}
.bmd-client-tests {
	background: #BF5D11 !important;
}

.bmd-client-tests h4 {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
}
.bmd-cs-details {
	background: #deece5;
}
 
.bmd-cs-details .bmd-sf-row  a i {
	color: #17461B;
}
.bmd-cs-details svg {
	fill: #17461B;
}

.bmd-tm-details h4 {
margin: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
}
.bmd-tm-details p, .bmd-tm-details h6 {
  margin: 0;
  font-size: 15px;
  color: #000;
}
.modal__content {
	margin-top: 15px;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}
.modal__container .bmd-h2 {
	color: #17461B !important;
	margin-bottom: 0 !important;
	font-size: 30px !important;
	text-align: left;
  font-weight: 500;
}
.bmd-modal-right p {
	font-size: 16px;
	text-align: left;
}
.modal__close {
	color: #000D5B;
}
.modal__container {
	padding: 50px 30px !important;
}
.modal__container a i  {
	color: #000D5B !important;
	border: solid 1px #000D5B;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #F4FAFF;
}
.modal__container a:hover i  {
	color: #202125 !important;
	border: solid 1px #202125;
}
.page-template-page-about-us .bmd-gc-heading h2 {
	margin-bottom: 20px;
	font-family: inherit;
  font-size: 36px;
  color: #17461B;
  font-weight: 400;
}

.bmd-lc-contact p {
	margin-bottom: 10px;
	font-size: 14px;
}
 #section_one_pinewoodestates {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bmd-home-filter .bmd-hf-inner {
	max-width: 1045px;
}
.bmd-home-gallery .slick-dots {
	bottom: 15px;
	background: #fff;
	width: 176px;
	max-width: 100%;
	border-radius: 100px;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 30px;
}
.bmd-home-gallery .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.bmd-home-gallery .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.bmd-home-gallery .slick-dots li button::before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#amenity, #emergency {
	margin-top: 30px;
}
.page-template-page-about-us .bmd-cs-content h2 {
	margin-bottom: 20px;
	font-family: inherit;
	font-size: 36px;
	color: #17461B;
	font-weight: 400;
}

.slick-dots li.slick-active button::before {
	opacity: .75;
	color: black;

}
 .page-template-page-about-us .bmd-tm-inner h2 {
	margin-bottom: 20px;
	font-family: inherit;
	font-size: 36px;
	color: #17461B;
	font-weight: 400;
}

.bmd-team-members {
	padding-top: 60px;
	padding-bottom: 60px;
}

.announcements_main_sp {
	border: 1px solid #e4e4e4;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
}
.events_page .announcements .announcement-item small {
	width: 100px;
	text-align: right;
}
.pastpagination svg{
  fill: none !important;
} 
#guidelines, #amenity{
  border-right: 0 !important;
  border-radius: 8px 0px 0 8px !important;
}
#featured_section .homes-grid {
	margin-top: 0px !important;
}
.bmd-id-details h3 {
	font-family: inherit;
}
.bmd-id-right h3 {
	font-family: inherit;
}
.bmd-hs-inner h3 {
	font-family: inherit;
	font-size: 36px;
	font-weight: 600;
}
.bmd-hs-spec h3 {
	text-transform: uppercase;
	font-size: 24px;
}
.bmd-client-tests h2 {
	font-family: inherit !important;
	font-size: 36px !important;
	font-weight: 500 !important;
	color: #fff;
	text-align: center;
	margin-bottom: 25px !important;
}
.bmd-client-tests h4 {
	font-family: inherit !important;
}

.page-template-page-financing-options .bmd-h2 {
	font-family: inherit;
	font-size: 36px;
	margin-bottom: 20px !important;
  color: #17461B;
  font-weight: 400;
}
.page-template-page-financing-options .bmd-gc-content p {
	font-family: inherit;
	font-size: 16px !important;
}
.page-template-page-financing-options .bmd-lc-details {
	font-family: inherit !important;
}
.page-template-page-financing-options .bmd-lc-details h5 {
	font-family: inherit !important;
}

#amenities-section-v2-unique {
    padding: 80px 20px;
}

#amenities-section-v2-unique #amenities-wrapper-v2-unique {
    max-width: 1000px;
    margin: 0 auto;
}

#amenities-section-v2-unique .amenities-header {
    text-align: center;
    margin-bottom: 50px;
}

#amenities-section-v2-unique .amenities-header h2 {
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 700;
}

#amenities-section-v2-unique .amenities-header p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
}


#amenities-section-v2-unique .amenities-card {
    display: flex;
    gap: 30px;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 30px;
}

#amenities-section-v2-unique .amenities-image {
    flex: 0 0 260px;
}

#amenities-section-v2-unique .amenities-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

#amenities-section-v2-unique .amenities-content {
    flex: 1;
}

#amenities-section-v2-unique .amenities-content h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}

#amenities-section-v2-unique .amenities-content p {
    font-size: 14px;
    line-height: 1.6;
}


#resident-programs-section-v3-unique {
    padding: 80px 20px;
}

#resident-programs-section-v3-unique 
#resident-programs-wrapper-v3-unique {
    max-width: 950px;
    margin: 0 auto;
}

#resident-programs-section-v3-unique .rp-header {
    text-align: center;
    margin-bottom: 45px;
}

#resident-programs-section-v3-unique .rp-header h2 {
	font-size: 36px;
	letter-spacing: 2px;
	margin-bottom: 12px;
	font-weight: 700;
}

#resident-programs-section-v3-unique .rp-header p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.6;
}

#resident-programs-section-v3-unique .rp-card {
    display: flex;
    gap: 25px;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
}

#resident-programs-section-v3-unique .rp-image {
    flex: 0 0 220px;
}

#resident-programs-section-v3-unique .rp-image img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

#resident-programs-section-v3-unique .rp-content {
    flex: 1;
}

#resident-programs-section-v3-unique .rp-content h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 700;
}

#resident-programs-section-v3-unique .rp-content p {
    font-size: 14px;
    line-height: 1.6;
}
#resident-programs-section-v3-unique .rp-gallery {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	background-color: #ffffff;
	border: 2px solid #E4E4E4;
	box-shadow: 0px 1px 3px 0px #0000001A;
	padding: 20px;
	border-radius: 8px;
}

#resident-programs-section-v3-unique .rp-gallery img {
    width: 50%;
    display: block;
    border-radius: 6px;
}

#community-message-section-unique {
    padding: 80px 20px;
}

#community-message-section-unique 
#community-message-wrapper-unique {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
#community-message-section-unique .cm-card {
    flex: 1;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}

#community-message-section-unique .cm-card p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

#community-message-section-unique .cm-author {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

@media (min-width: 992px) {
 .bmd-header-contact {
    display: flex;
     gap: 10px; 
  }
}
@media (max-width: 1700px) {
#section_one_pinewoodestates .image-left {
	top: 40px;
	left: 11%;
	transform: rotate(-5deg);
}
#section_one_pinewoodestates .image-top-right {
	top: -50px;
	right: 10%;
	transform: rotate(-3deg);
}
#section_one_pinewoodestates .image-bottom-right {
	bottom: 60px;
	right: 15%;
	transform: rotate(5deg);
	top: 40%;
	z-index: 999;
}
}
@media (max-width: 1500px) {
#section_one_pinewoodestates .image-left {
	top: 40px;
	left: 4%;
	transform: rotate(-5deg);
}
#section_one_pinewoodestates .image-top-right {
	top: -50px;
	right: 4%;
	transform: rotate(-3deg);
}
#section_one_pinewoodestates .image-bottom-right {
	bottom: 60px;
	right: 8%;
	transform: rotate(5deg);
	top: 40%;
	z-index: 999;
}
}
@media (max-width: 1280px) {
  #section_one_pinewoodestates .image.image-left, #section_one_pinewoodestates .image.image-top-right, #section_one_pinewoodestates .image.image-bottom-right {
	display: none;
}
#quote_section .quote-images img {
	width: 220px;
	height: 150px;
}
.quote-images .image_1 {
	right: 63px;
  top: 10px;
}
.quote-images .image_2 {
	right: 90px !important;
}
.quote-images .image_3 {
	left: 80px;
}
.quote-images .image_4 {
	left: 110px !important;
}
}
@media (max-width: 1279px) {
  .bmd-home-filter .bmd-hf-label i {
	top: 0px !important;
}
  .bmd-home-filter .bmd-hf-label i.icon-close {
	top: -11px !important;
}

  .bmd-select-wrapper {
	margin-right: 0px;
}

.bmd-home-filter .bmd-hf-label {
	background: #17461B;
	align-items: center;
  padding: 10px 15px 10px 25px !important;
}
}
@media (max-width: 1100px) {
  #about_our_customers .quote-text {
	font-size: 14px;
	line-height: 1.4;
}
  #about_our_customers .testimonial-card {
    width: 100%;
  }
}



@media (max-width: 992px) {
  #section_one_pinewoodestates .quote-box {
	max-width: 100%;
	padding: 30px 30px;

}
 
  #guidelines, #amenity{
  border-right: 1px solid;
  border-radius: 8px !important;
}
   .uppagination, .pastpagination {
	margin-top: 20px !important;
}
  .item.event-date-time {
  display: none;
}
  .event-text .item.event-date-time {
	color: #17461B;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: left;
  display: block;
}
  .events-slider .event-text h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.events-slider .event-text p {
	font-size: 15px;
}
  .event-full-sec {
	grid-template-columns: 1fr !important;
}
  .item.event-date-time {
	color: #17461B;
	font-size: 18px;
	margin-bottom: 20px;
}
  .guidelines-main {
	grid-template-columns: 1fr 1fr;
	 grid-gap: 20px; 
}
  #quote_section .quote-images img{
    display: none;
  }
  .bmd-home-card {
    height: 700px !important;
  }
  #bmd_featured_homes .home-buttons {
    padding-left: 0px;
  }

  #bmd_featured_homes .home-features {
    width: 100%;
  }

  #bmd_featured_homes .home-buttons {
    width: 100%;
  }

  #bmd_featured_homes .btn {
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
  }
  .bmd-mh-slide-inner .bmd-fh-inner h1 {
	font-size: 36px;
	line-height: 1.4;
	text-align: left;
}
#section_one_pinewoodestates .quote-line::before, #section_one_pinewoodestates .quote-line::after {
	display: none;
}
#community-message-section-unique {
  padding: 40px 20px;
}
#community-message-section-unique #community-message-wrapper-unique {
	gap: 25px;
}
#resident-programs-section-v3-unique, #amenities-section-v2-unique {
	padding: 40px 20px;
}
#resident-programs-section-v3-unique .rp-header h2, #amenities-section-v2-unique .amenities-header h2 {
	font-size: 26px;
}
}

@media (max-width: 991px) {
    #bmd_featured_homes .home-features {
      display: inline;
      flex-wrap: inherit;
      gap: inherit;
      width: 100%;
    }

    #bmd_featured_homes .home-features .feature-item {
        width: 50%;
        float: left;
    }
}

@media (max-width: 768px) {
    .bmd-tm-team-member{
      margin-bottom: 15px;
      position: relative;
      float: left;
    }

    #community-message-section-unique 
    #community-message-wrapper-unique {
        flex-direction: column;
    }

    #community-message-section-unique .cm-card {
        padding: 25px;
    }
  #resident-programs-section-v3-unique .rp-card {
        flex-direction: column;
        text-align: center;
    }

    #resident-programs-section-v3-unique .rp-image {
        flex: unset;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    #resident-programs-section-v3-unique .rp-gallery {
        flex-direction: column;
    }

    #resident-programs-section-v3-unique .rp-gallery img {
        width: 100%;
    }
  #amenities-section-v2-unique .amenities-card {
        flex-direction: column;
        text-align: center;
    }

    #amenities-section-v2-unique .amenities-image {
        flex: unset;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
  .page-template-page-financing-options .bmd-lenders-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
  .bmd-general-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
  .page-template-page-about-us .bmd-gc-heading h2, .page-template-page-about-us .bmd-cs-content h2, .page-template-page-about-us .bmd-tm-inner h2, .bmd-client-tests h2.bmd-h2 {
	font-size: 26px !important;
}
  .bmd-cs-content {
	padding: 30px 20px 30px 80px;
	font-size: 14px;
}
  .bmd-cs-details {
	height: auto;
	min-height: 370px !important;
}
  .bmd-team-members {
	padding-top: 40px;
	padding-bottom: 40px;
}
  .bmd-client-tests h4.bmd-ct-test {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 26px !important;
	letter-spacing: 0.02em;

}
  .bmd-client-tests {
	padding: 40px 15px 10px;
}
  #announcements{
    margin-bottom: 20px;
  }
  .events_page h2 {
	 margin-top: 0px; 
}
  .bmd-mh-slide-inner .bmd-fh-inner {
	padding-bottom: 30px;
}
  #amenity, #emergency {
	margin-top: 0px;
}
  .announcement-title-item {
	flex-direction: column;
}
.events_page .announcements .announcement-item span.label {
	margin-left: 0;
}
  .events_page h2 {
	font-size: 22px;
}
  #resident-info .container {
	margin: 0 !important;
	padding: 0;
}
  #resident-info h2{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  #upcoming-events h2 {
	margin-top: 10px;
}
  .events_page h2 {
	padding-top: 35px;
}
  .events_page .announcements .announcement-item {
	flex-direction: column;
}
    .guidelines-main {
	grid-template-columns: 1fr;
}
    .events_page .events-grid {
    grid-template-columns: 1fr;
  }
  .events_page .resident-info {
    grid-template-columns: 1fr;
  }
  .bmd-on-display, .bmd-on-sale { 
	font-size: 12px;
}
  .bmd-secondary-hero.inventory-single .bmd-shero-inner {
	padding-bottom: 80px;
}
  .bmd-hs-spec {
	padding: 15px 0;
}
.bmd-home-specs.pad-bot .bmd-hs-inner {
	padding-bottom: 30px !important;
}
  #gallery .bmd-hs-wrap {
	padding-top: 30px;
}
  .bmd-home-gallery-grid {
	padding: 0px 0 30px;
	margin: 35px 0;
}
.bmd-id-details {
	padding: 30px 20px 30px 20px;
}
.bmd-home-features.double-height {
	padding-top: 0;
}
.bmd-inventory-details {
	padding-bottom: 20px;
}
  .inventory-main-title {
	font-size: 26px;
}
  #quote_section .circle-quote p {
	font-size: 13px;
}
  .quote-section.quote-section-inventory::after {
	display: none;
}
  .bmd-all-homes {
	padding-bottom: 0px;
}
  .bmd-fh-inner {
	padding-top: 20px !important;
}
  .tab-btn.filter_single_wide, .tab-btn.filter_double_wide {
	margin-right: 0;
	padding: 6px;
  font-size: 13px;
}
  .contact-cards h3 {
	font-size: 20px;
}
  .contact-us, .get-in-touch, .send-message, .find-us {
	margin: 40px auto;
}
.page-template-page-contact-us h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.contact-us h2{
  margin-bottom: 10px;
}
  #quote_section .circle-quote {
	min-height: 320px;
}
#quote_section .circle-quote {
	width: 320px;
}
  #feature_grid::after {
	margin-bottom: 20px;
}
        #resident-info #resident-info .container {
        grid-template-columns: 1fr;
      }
  #Manufactured_home .why-choose:first-child {
	flex-direction: column-reverse;
}
#Manufactured_home .why-choose .text_Col {
	width: 100%;
	padding-right: 20px;
}
.image_Sz {
	width: 100%;
}
  #amenities_section .amenities-grid {
	grid-template-columns: 1fr;
}
.text_Col.pl_Left {
	padding-left: 0;
}
#Manufactured_home .why-choose .text_Col h2 {
	margin-top: 15px;
}
  #bmd_featured_homes .bmd-fh-inner {
    padding-top: 40px;
  }

  #about_our_customers .bmd-fh-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
#featured_section {
	padding: 10px 20px 20px;
}
#Manufactured_home .why-choose {
	margin: 15px auto 40px;
}
#featured_section .filters button {
	border-bottom: none;
}
  #about_our_customers h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 35px;
  }
  #amenities_section h2 {
	margin-bottom: 20px;
}
  #amenities_section {
	padding: 20px;
}
  #feature_grid {
	grid-template-columns: 1fr;
}
#featured_section .filters button {
	font-size: 13px;
	padding: 10px;
  line-height: 1.2;
}
#feature_grid {
	padding: 20px 20px 40px;
}
  #Manufactured_home .why-choose .text_Col h2, #featured_section h2, #amenities_section h2 {
	font-size: 26px;
}
  .bmd-mh-slide-inner .bmd-fh-inner h1 {
	margin-bottom: 20px !important;
	font-size: 30px;
}
#quote_section .quote-images img {
	display: none;
}
.bmd-hs-spec span {
	font-size: 40px;
}
.bmd-inventory-details {
	padding: 20px;
}
.bmd-id-right {
	padding: 30px 0;
}
.bmd-id-tour + h3 {
	margin: 40px 0 25px;
}
.bmd-hg-gallery i.slick-arrow.icon-left-open-big {
	left: 0;
}
.icon-right-open-big::before, .icon-left-open-big::before {
	height: 40px;
	width: 40px;
}
.bmd-hg-gallery i.slick-arrow.icon-right-open-big {
	right: 35px;
}
.bmd-home-gallery {
	padding: 30px 20px;
}
}

@media (max-width: 500px) {
  #about_our_customers .testimonial-card {
    width: 99%;
  }

  

  #bmd_featured_homes .home-buttons {
    float: left;
  }

  #bmd_featured_homes .home-card {
    width: 100%;
    max-width: inherit;
  }

  #bmd_featured_homes .home-card-list{
    margin-left: 35px;
    max-width: 358px;
  }

  #bmd_featured_homes .home-buttons {
    width: 100%;
  }
}