:root {
  --main-color: #b32025 !important;
  --main-color-hover: #bf3131 !important;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Epilogue", serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-wrap: pretty !important;
}
/* 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;
}
.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 {
  max-width: 420px !important;
}
.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: 180px;
  padding: 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;
}
.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 {
  width: 46px;
}
.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: 12px;
}
#filterCollapse .noUi-connect,
#filterCollapse .noUi-connects {
  height: 10px;
}
#filterCollapse .noUi-horizontal .noUi-handle {
  top: -10px;
  border-radius: 50%;
  width: 28px;
  background-color: #d7d7d7;
  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_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;
}
/* 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(18px 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 18px 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;
}
/* 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: 37px;
  height: 38px;
  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;
}

/* ============================================================
   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);
}
