:root {
    --font-main: 'Manrope', Arial, sans-serif;
    --color-text: #2f241d;
    --color-muted: #6f6258;
    --color-brand: #f29d35;
    --color-brand-dark: #8c3b0b;
    --color-deep: #01231f;
}

.btn {
    border-radius: 8px;
    font-weight: 700;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-brand-light {
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.btn-brand-light:hover,
.btn-brand-light:focus {
    border-color: #fff;
    background: #fff;
    color: #401f0d;
}

.btn-brand-link {
    border-color: transparent;
    background: transparent;
    color: #fff;
}

.btn-brand-link:hover,
.btn-brand-link:focus {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.btn-primary {
    border-color: #f29d35;
    background-color: #f29d35;
    color: #fff;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    border-color: #d9821f !important;
    background-color: #d9821f !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(242, 157, 53, 0.28);
}

.btn-outline-primary {
    border-color: #f29d35;
    color: #f29d35;
    font-weight: 700;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border-color: #f29d35 !important;
    background-color: #f29d35 !important;
    color: #fff !important;
}

body {
    font-family: var(--font-main);
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.form-control {
    font-family: var(--font-main);
}

h1,
.showcase-title {
    font-weight: 800;
    letter-spacing: 0;
}

h2,
.section-heading h2 {
    font-weight: 800;
    letter-spacing: 0;
}

h3,
h4 {
    font-weight: 700;
    letter-spacing: 0;
}

p {
    letter-spacing: 0;
}

.home-featured {
    background: #f8f4ee;
    border-top: 1px solid rgba(64, 31, 13, 0.08);
    border-bottom: 1px solid rgba(64, 31, 13, 0.08);
}

.border-bottom-kvartal {
    border-bottom: 2px solid #c69500;
}

a.font-kvartal {
    color: #ed8142;
    font-family: var(--font-main);
}

a.font-kvartal-h3 {
    font-size: 15.5pt;
    font-weight: bolder;
}

.container-full {
    margin: 0 auto;
    width: 100%
}

.badge-secondary-kvartal {
    background-color: #ed3f00;
}

.color-light-gray {
    color: #ed3f00;
}

.color-title {
    color: #ea6e26;
    font-family: var(--font-main);
}

.bg-kvartal-top {
    background-color: #01231f;
}

/* topBar and footer social icon */
.iconSize {
    font-size: 18pt;
}

.font-size-top {
    font-size: 14.6pt;
}

.color-white-link a {
    color: white;
}

.font-color-card-mark {
    color: #F29D35 !important;
}

.font-color-card-badge {
    color: #8C3B0B !important;
}

.price {
    font-size: 16pt;
}

.font-color-card {
    color: #401F0D !important;
}

.font-color-card-price {
    color: rgba(89, 177, 123, 0.95) !important;
    font-size: 16pt;
}

.font-color-card-price-badge {
    color: rgba(112, 202, 146, 0.95) !important;
    font-size: 16pt;
}

.title-h1-font-kvartal {
    font-family: var(--font-main);
}

.paragraph-font-kvartal {
    font-family: var(--font-main);
}

.paragraph-font-listing-kvartal {
    font-family: var(--font-main);
    font-size: 12pt;
    color: #401F0D !important;
}

.button-catalog-back {
    background: #F29D35;
}

/* Footer */
.color-ghost-link a {
    color: #999;
    font-size: 14px;
}

.color-ghost {
    border-top: 1px solid #494949;
}

.color-title-footer-h4 {
    color: white;
    font-size: 12px;
    font-weight: 400;
}

.bg-kvartal-footer {
    background-color: #353535;
}

#sold {
    background: #000000;
    position: relative;
    overflow: hidden;
    color: rgba(76, 76, 76, 0.25);
    min-height: 200px;
}

#sold::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(20, 10, 2, 0.61);
}

.back-o {
    position: absolute;
}

.front-o {
    position: relative;

}

.o-sold {
    color: #ffffff;
    font-family: var(--font-main);
    font-size: 48px;
    border-radius: 20px;
    margin: 50px 25px;

}

.block-action{
    background-color: #ed0000f7;
    padding: 7px;
}

.font-color-card-mark-sold {
    color: rgba(242, 157, 53, 0.21) !important;
}

.trust-section {
    padding: 4rem 0;
    background: #fff;
}

.section-heading-compact {
    margin-top: 3rem;
}

.trust-logo-grid {
    display: grid;
    gap: 1rem;
    align-items: stretch;
}

.trust-logo-grid--associations {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    max-width: 720px;
    margin: 0 auto;
}

.trust-logo-grid--partners {
    grid-template-columns: repeat(4, minmax(160px, 1fr));
}

.trust-logo-card {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    border: 1px solid rgba(64, 31, 13, 0.12);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(64, 31, 13, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.trust-logo-card:hover {
    border-color: rgba(242, 157, 53, 0.55);
    box-shadow: 0 14px 34px rgba(64, 31, 13, 0.12);
    transform: translateY(-2px);
}

.trust-logo-card img {
    width: auto;
    max-width: 180px;
    max-height: 72px;
    object-fit: contain;
}

.trust-logo-grid--associations .trust-logo-card img {
    max-height: 110px;
}

@media (max-width: 991px) {
    .trust-logo-grid--partners {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .trust-logo-grid--associations,
    .trust-logo-grid--partners {
        grid-template-columns: 1fr;
    }
}

.site-footer {
  background: #202823;
  color: rgba(255, 255, 255, 0.74);
  padding: 48px 0 22px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.site-footer a:hover {
  color: #f29d35;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 32px;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 14px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.site-footer__brand p {
  max-width: 360px;
  margin-bottom: 18px;
  line-height: 1.65;
}

.site-footer__contacts {
  display: grid;
  gap: 8px;
}

.site-footer__col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__col h4 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom i {
  font-size: 22px;
}

@media (max-width: 991px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .site-footer {
    padding-top: 36px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.location-hero {
  background: #f8f4ee;
  padding: 48px 0 36px;
  border-bottom: 1px solid rgba(64, 31, 13, 0.08);
}

.location-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #777;
  font-size: 14px;
}

.location-breadcrumb a {
  color: #4d3b2a;
}

.location-breadcrumb a:hover {
  color: #f29d35;
  text-decoration: none;
}

.location-hero__content {
  max-width: 760px;
}

.location-hero__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #f29d35;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.location-hero__content h1 {
  margin-bottom: 14px;
  color: #241a12;
  font-size: 42px;
  font-weight: 800;
}

.location-hero__content p {
  max-width: 620px;
  color: #5f554c;
  font-size: 18px;
  line-height: 1.65;
}

.location-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.location-stats div {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(64, 31, 13, 0.08);
  border-radius: 8px;
}

.location-stats strong {
  display: block;
  margin-bottom: 4px;
  color: #241a12;
  font-size: 22px;
  font-weight: 800;
}

.location-stats span {
  color: #6d6259;
}

.location-list {
  background: #fff;
}

.location-list-heading {
  margin-bottom: 28px;
}

.location-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
  padding: 28px;
  background: #202823;
  color: #fff;
  border-radius: 8px;
}

.location-cta h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
}

.location-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 767px) {
  .location-hero__content h1 {
    font-size: 32px;
  }

  .location-stats {
    grid-template-columns: 1fr;
  }

  .location-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

.home-listing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.home-listing-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-listing-card__body .btn {
  margin-top: auto;
}
