@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --main-color: #b32025 !important;
  --main-color-hover: #bf3131 !important;

  --title-font-family: "Epilogue", serif;
  --body-font-family: "DM Sans", sans-serif;

  --fs-body: clamp(13px, 0.82rem + 0.15vw, 16px);
}

body {
  font-family: var(--body-font-family);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty !important;
  font-size: var(--fs-body) !important;
  line-height: 1.6 !important;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-wrap: pretty !important;
  line-height: 1.2 !important;
}

@media (max-width: 991.98px) {
  .container,
  .container-fluid {
    --bs-gutter-x: 2.28rem;
  }
}

/* helper classes - helpers.css */
.bg-light-pink:before {
  background-color: rgb(255 239 239) !important;
}
.bg-main-color {
  background-color: var(--main-color);
}
.bg-main-hover-color:hover,
.bg-main-hover-color:active,
.bg-main-hover-color:visited,
.bg-main-hover-color:focus {
  background-color: var(--main-color-hover) !important;
}
.text-col-3 {
  column-count: 3;
}
.fs-7 {
  font-size: 12px;
}
.letter-spacing {
  letter-spacing: 0.04em;
}
.letter-spacing-lg {
  letter-spacing: 0.1em;
}
.zindex-999 {
  z-index: 9999;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
h1.sec-title_heading {
  font-size: clamp(1.6rem, 4.5vw, 2.6rem) !important;
}
h2.sec-title_heading {
  font-size: clamp(1.3rem, 3.8vw, 2rem) !important;
}
.logo-container {
  width: 200px;
  height: 160px;
  padding: 6px;
}
.logo-container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.color-theme-red {
  color: var(--main-color);
}
.bg-color-theme-red {
  background-color: var(--main-color);
}
@media (max-width: 992px) {
  .text-col-3 {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .text-col-3 {
    column-count: 1;
  }
}
.banner-one_content-inner {
  padding-bottom: 350px !important;
}
.banner-one_heading span::before {
  background: url("/assets/images/shape.png") no-repeat !important;
}
.btn-style-one:before {
  background-color: var(--main-color-hover) !important;
}
/* logo show hide */
.logo-compact,
.fixed-header .logo-regular {
  display: none;
}
.fixed-header .logo-compact {
  display: block;
}
/* proprety card badge */
.property-badge-container {
  top: 15px;
  left: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
}
.property-badge-container .property-badge {
  font-size: 10px;
  letter-spacing: 0.06em;
  max-width: 220px !important;
  padding: 6px 10px !important;
  line-height: normal;
}
.property-badge-container .property-badge img {
  width: 12px !important;
}
.property-badge-container .calender-icon-sm {
  filter: invert(1) grayscale(1) brightness(2);
  width: 12px !important;
  display: inline-block !important;
  margin-right: 8px;
  margin-bottom: 3px;
}
.property-block_one-image {
  background-color: var(--color-ten) !important;
}
.card-bg-alternate .property-block_one-inner {
  background-color: #f8f9fa;
}
/*map popup - goes in map-popup.css*/
.popup-card {
  line-height: 1.5;
}
.popup-card img {
  max-width: 150px;
  margin-bottom: 10px;
}
.popup-card > div > a:first-of-type {
  background-color: #dddddd;
  display: block;
  margin-bottom: 14px;
}
.popup-card > div > div:last-of-type {
  padding: 0 14px 14px;
}
.popup-card-info > div > div > div:first-child {
  font-weight: 700;
  font-size: 148%;
  margin-bottom: 5px;
}
.popup-card-btns a {
  display: block;
  background-color: var(--main-color);
  color: white;
  border-radius: 50px;
  padding: 8px 10px;
  font-size: 14px;
  margin: 6px 0;
}
.gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}
.community-logo-gmap {
  max-width: 100% !important;
  width: 140px;
  padding: 0 14px;
  display: block;
  margin: 0 auto;
}
.gm-style-iw-d p {
  text-align: center;
  margin-bottom: 10px;
}
.gm-style-iw-d .btn {
  display: block;
  width: 100%;
  background-color: var(--main-color);
  border: none;
  border-radius: 50px;
}
.gm-style-iw-d ul {
  list-style: none;
  padding: 0px;
  margin: 0 0 14px;
  font-style: italic;
  font-size: 11px;
  text-align: center;
}
/*Floorplan Module - to be removed, should come from bq-floorplan-module.css module*/
.magnify-icon:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("/images/magnify-icon.svg") center center no-repeat white;
  background-size: 80%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.floorplan-height-fix {
  height: calc(100vh - 50px);
}
.floorplan-height-fix img {
  max-width: 100%;
  max-height: 100%;
}
/* breadcrumb */
.page-title {
  padding: 170px 0px 90px;
  background-color: #f6eeee;
}
@media (max-width: 992px) {
  .page-title {
    padding: 50px 0px 30px;
  }
}
.page-title .bread-crumb li:before {
  content: "/" !important;
  right: -5px !important;
}
.page-title-custom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
}
.page-title-custom h2,
.page-title-custom h3 {
  font-size: clamp(1.25rem, 3.5vw + 0.5rem, 2.5rem);
}
@media (min-width: 1080px) {
  .page-title-custom {
    height: 500px;
  }
}
.resp-lead {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.25rem);
}
@media (max-width: 768px) {
  .lead {
    font-size: clamp(0.95rem, 2vw, 1rem) !important;
  }
}
/* community page */
.community-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
/* community page - community logo badge*/
.logo-badge {
  top: 27px;
  left: 27px;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.63);
}
.logo-badge .logo-container {
  width: 150px;
  height: 90px;
}
@media (max-width: 992px) {
  .logo-badge {
    top: 7px;
    left: 7px;
  }
  .logo-badge .logo-container {
    width: 80px;
    height: 50px;
  }
}
/*Check box input filter panel*/
.checkbox-list input,
.checkbox-list input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: middle;
  accent-color: var(--main-color);
}
.checkbox-list,
.checkbox-list tbody,
.checkbox-list td,
.checkbox-list tr {
  display: block;
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
}
.checkbox-list label {
  width: calc(100% - 32px);
}
.checkbox-list input {
  display: inline-block;
}
.checkbox-list img {
  display: none !important;
}
.checkbox-list label span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* noUi-tooltip */
#filterCollapse .noUi-tooltip {
  bottom: inherit;
  top: 130%;
  font-size: 76%;
  padding: 5px 5px 4px;
  line-height: normal;
  background-color: var(--main-color);
}
#filterCollapse .noUi-target {
  height: 6px !important;
  background: #e2e2e2 !important;
  border: none !important;
  box-shadow: none !important;
}
#filterCollapse .noUi-connects {
  height: 6px !important;
  border: none !important;
  background: #f3f3f3 !important;
  border-radius: 3px !important;
}
#filterCollapse .noUi-connect {
  background: #e3e3e3 !important;
}
#filterCollapse .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  top: -7px;
  border-radius: 50%;
  background-color: #c9c9c9;
  border: none;
}
#filterCollapse .noUi-handle:after,
#filterCollapse .noUi-handle:before {
  display: none;
}
/*Swiper arrows to match theme*/
.custom-slider-arrows .single-item_slider-prev,
.custom-slider-arrows .single-item_slider-next {
  color: var(--color-two);
  font-size: 18px;
  border: 1px solid rgba(var(--color-two-rgb), 0.2);
  transition: all 300ms ease;
  width: 48px;
  height: 48px;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  text-align: center;
  line-height: 46px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
}
.custom-slider-arrows .single-item_slider-prev {
  left: 30px;
}
.custom-slider-arrows .single-item_slider-next {
  right: 45px;
}
.custom-slider-arrows .single-item_slider-prev:hover,
.custom-slider-arrows .single-item_slider-next:hover {
  color: var(--white-color);
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.loading-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: green;
  z-index: 5;
}
/* community page logo slider */
#logoSlider {
  padding-top: 3.5em;
  margin-top: -3.5em;
}
#logoSlider .swiper-container {
  width: 100%;
  height: 100%;
}
#logoSlider .swiper-slide {
  display: flex;
  justify-content: start;
  align-items: center;
}
.sliderarrow-relocate {
  top: 0;
  right: -26px;
  position: absolute;
  z-index: 1;
  font-size: 22px;
  width: 100px;
  color: var(--main-color);
}
/* fancy box - set floorplan white background */
.fancybox-image,
.f-thumbs__slide__img {
  background-color: white !important;
}
.about-widget .author-image {
  width: 100px !important;
  height: 100px !important;
  background-color: #f3f3f3;
}
.property-detail_inner {
  padding: 15px !important;
}
@media only screen and (max-width: 1023px) {
  .main-header {
    min-height: 85px;
  }
}
.home-page-slider .swiper-slide .auto-container:before {
  display: none !important;
}
.home-page-slider .swiper-slide .slider-img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
/* error msg field hightlight */
.realq-forms-container span[style="visibility: visible;"] + input,
.realq-forms-container span[style="display: inline;"] + input,
.realq-forms-container span[style="display: inline;"] + span[style="display:none;"] + input,
.realq-forms-container span[style="display: inline;"] + span[style="display: inline;"] + input {
  border-color: red !important;
}
/* blog card image style */
/* Container for your blog thumbnail */
.blog-image-box {
  width: 100%;
  max-width: 512px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f0f0f0;
}
/* Ensure the <img> fills the box */
.blog-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 992px) {
  .blog-image-box {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #blogarrows.blog-more_posts .blog-more_posts-inner {
    display: flex !important;
  }
}
._form_5 input[type="text"] {
  padding: 10px;
  background-color: #f1f1f1;
  width: 100%;
  margin-top: 8px;
  border-radius: 6px;
}
._form_5 ._form_element {
  margin-bottom: 18px;
}
._form_5 ._form_element:not(:first-of-type) {
  padding: 0 34px;
}
._form_5 ._form_element:first-of-type {
  margin-bottom: 34px;
}
._form_5 button {
  padding: 10px;
  border-radius: 50px;
  width: 100%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background-color: var(--main-color);
  color: white;
}
._form_5 ._button-wrapper {
  padding: 0 34px;
}
._form_5 ._html-code p,
._form_5 ._x10932296 ._form-label {
  font-size: 10px;
  line-height: 1.48;
}

/* footer */
@media (max-width: 992px) {
  .footer-list li {
    margin-bottom: 8px;
  }
  .footer-title {
    margin-bottom: 16px;
  }
  .main-footer .widgets-section {
    padding: 70px 0px 28px;
  }
}
.footer_socials a {
  height: auto;
}
/* model nsipe */
.home-badge {
  position: absolute !important;
  top: 43px;
  left: 0;
  z-index: 1;
  width: calc(100% - 130px) !important;
  pointer-events: none;
}
.property-detail_inner .home-badge {
  width: 400px !important;
}
@media (max-width: 992px) {
  .property-detail_inner .home-badge {
    width: 200px !important;
  }
}
/* =========== New Brand Css Overrides ================= */
/* New Logo Size Increase */
.logo-compact,
img.logo-regular {
  width: 160px !important;
}
@media (max-width: 992px) {
  .logo-compact,
  img.logo-regular {
    width: 106px !important;
    margin-top: 2px;
  }
  .main-header .header-lower .logo-box {
    padding: 22px 0px;
  }
  .main-header .search-box-btn {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  #headerHeartIcon {
    padding: 6px 12px !important;
  }
  .main-header .auto-container {
    padding: 0 22px;
  }
}
/* btn update */
.theme-btn.btn-style-one {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 14px;
  overflow: hidden;
  clip-path: polygon(14px 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 14px 100%, 0 50%);
}
.theme-btn.btn-style-one::before,
.theme-btn.btn-style-one::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-radius: 10px !important;
}
.theme-btn.btn-style-one::before {
  left: -28px;
  border-right: 28px solid #ffd200;
}
.theme-btn.btn-style-one::after {
  right: -28px;
  border-left: 28px solid #ffcc00;
}
.theme-btn.btn-style-one .btn-wrap {
  position: relative;
  z-index: 2;
}
.theme-btn.btn-style-one .text-one,
.theme-btn.btn-style-one .text-two {
  color: #fff;
  white-space: nowrap;
}
.btn-style-two {
  background-color: #f0e7e7 !important;
}
@media (max-width: 992px) {
  .theme-btn.btn-style-one {
    padding: 12px 24px;
    font-size: inherit;
    font-weight: normal;
  }
  .btn-style-two {
    font-size: inherit;
    padding: 12px 24px;
  }
  .btn-style-two img {
    width: 16px;
  }
}
/* new footer artwork */
.main-footer .footer-bottom:before {
  background-color: #3f3c3c;
}
.main-footer:before {
  background: url("/image-uploads/roof-lines-6.svg") center left no-repeat black;
  background-size: cover !important;
}
.testimonial-two_image:before {
  background-color: #3f3c3ccc;
}
/* section title roof img */
.sec-title_title:before {
  position: relative;
  content: "";
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url("/image-uploads/house-roof-v7.svg") center center no-repeat;
  background-size: contain !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.7;
}
.sec-title_title {
  padding-left: 0;
}
@media (max-width: 992px) {
  .sec-title_title {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .sec-title_title:before {
    width: 22px;
    height: 22px;
  }
}

/* ============================================================
   10. MAP
   ============================================================ */
.gmap {
  height: 550px;
}

/* Map popup */
.popup-card {
  max-width: 190px !important;
  font-family: inherit !important;
}

.popup-card .pu-image-link,
.popup-card .pu-com-logo-link {
  display: block !important;
}

.popup-card img {
  max-width: 100% !important;
  display: block;
  margin: 0 !important;
}

.popup-card .pu-info-container {
  padding: 12px !important;
  text-align: center !important;
}

.popup-card .pu-buttons {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
}

.popup-card .pu-buttons a {
  background-color: var(--lmh-blue) !important;
  color: white;
  text-decoration: none;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-size: 90%;
}

.popup-card .pu-buttons a:last-of-type {
  margin-bottom: 0 !important;
}

.popup-card .pu-com-logo-link {
  padding: 30px 20px 20px !important;
  border-bottom: 1px solid #cecece;
}

.popup-card.com-lotmap,
.custom-mappopup {
  padding: 23px !important;
  text-align: center !important;
  line-height: 1.6 !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.popup-card.com-lotmap .pu-info-container {
  padding: 0 !important;
}

.gm-style-iw-d > div > div.custom-mappopup {
  padding: 20px 15px 4px !important;
}

/* Google Maps popup resets */
.gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d {
  padding: 0 !important;
  overflow: hidden !important;
}

.gm-style-iw-d > div > div {
  padding: 0 !important;
  color: black;
}

/* Map cluster markers */
.cluster {
  font-size: 1.5em;
  background-color: yellow;
  padding: 0.25em 0.5em;
  transform: rotate(5deg);
}

.red {
  color: white;
  font-size: 2em;
  font-weight: bold;
  background-color: red;
  transform: rotate(-5deg);
}

/*login gmail and fb*/
.logged-user-active + #loginDiv,
.logged-user-dropdown {
  display: none;
}
.logged-user-dropdown.logged-user-active {
  display: block;
}

.fav-toggle {
  display: inline-flex;
  border: 2.5px solid var(--main-color);
  border-radius: 50px;
  padding: 4px;
  gap: 4px;
}

.fav-toggle .nav-link {
  border-radius: 50px;
  padding: 0.45rem 1.75rem;
  font-weight: 600;
  color: var(--main-color);
  border: none;
  background: transparent;
  transition:
    background 0.2s,
    color 0.2s;
  white-space: nowrap;
}

.fav-toggle .nav-link.active {
  background: var(--main-color);
  color: #fff !important;
}

.fav-toggle .nav-link:hover:not(.active) {
  background: rgba(179, 32, 37, 0.08);
}

@media (max-width: 400px) {
  .fav-toggle .nav-link {
    flex: 1;
    text-align: center;
    padding: 0.45rem 1rem;
  }
}

#favListing .tab-pane {
  min-height: 450px;
}

@media only screen and (max-width: 1023px) {
  .main-header .outer-box {
    position: static;
    display: block;
    gap: 14px;
  }
}

.community-desc h1 {
  margin-bottom: 10px;
}
.community-desc p:last-of-type {
  margin-bottom: 0 !important;
}

/* comapre toggle */
.form-check .compare-checkbox {
  position: absolute;
}

.form-check .compare-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.form-check label[for*="chkCompare"] {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0 !important;
  padding: 0.4rem 0.65rem;
  color: var(--bs-dark);
  font-size: 0.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius-pill);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

@media (max-width: 992px) {
  .form-check label[for*="chkCompare"] {
    font-size: 0.56rem;
    padding: 0.4rem 0.65rem 0.3rem;
  }
}

.form-check > div:has(.compare-checkbox input:checked) > label,
.form-check label[for*="chkCompare"]:hover {
  color: var(--bs-white);
  background-color: var(--main-color);
  border-color: transparent;
}

/* fav heart restyle */
.property-block_one-heart {
  width: 40px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  border: none;
}
/* Empty heart -> filled on hover */
.property-block_one-heart:hover .fa-regular.fa-heart {
  font-weight: 900;
  color: var(--main-color);
}

/* Filled heart stays filled and just changes color if desired */
.property-block_one-heart:hover .fa-solid.fa-heart {
  color: var(--main-color);
  transform: scale(1.08);
}
.property-block_one-heart:hover {
  border-color: transparent;
  background-color: transparent;
}

/* card bed bath info spacing */
.property-block_one-info {
  gap: 14px 0;
  display: flex;
  flex-wrap: wrap;
}
.property-block_one {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .property-block_one-info li {
    font-size: 12px;
    padding-right: 12px;
    margin-right: 12px;
  }
  .property-block_one {
    margin-bottom: 14px;
  }
}

/* theme-btn spacing */
.property-block_one-btn a {
  padding: 10px 26px;
  font-size: inherit;
}

/* qp card price */
.property-block_one-price {
  font-size: 16px;
  font-weight: 500;
}

.property-block_one-content {
  padding: 20px 18px 18px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media (max-width: 992px) {
  .property-block_one-content {
    padding: 24px 6px 6px;
  }
}

/* menu arrow */
@media (min-width: 992px) {
  .navigation > li.dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    background: url("/images/icons/chevron-down.svg") center / contain no-repeat;
    opacity: 0.5;
  }
}

/* fix google recaptcha positoioning */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 1 !important;
  right: 14px !important;
  bottom: 14px !important;
  z-index: 99999 !important;
}

/* Google Seach Modal styling */
.gsc-wrapper,
form.gsc-search-box {
  max-width: 100% !important;
}
#searchModal .modal-body {
  min-height: 97px;
}
