:root {
  --heading-font: "Playfair Display", sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.process-card-title {
  color: #0f1b2d;
  margin-bottom: 14px;
  font-family: Playfair Display, serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.25;
}

.process-card-title.new {
  margin-top: 0;
  margin-bottom: 0;
}

.about-cta {
  color: #fff;
  letter-spacing: .02em;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 15px 34px;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.about-cta:hover {
  background: #1a2b40;
}

.about-cta.new {
  margin-top: 0;
}

.footer-section {
  background: #fff;
  border-top: 1px solid #0f1b2d0d;
  padding: 64px 48px;
}

.footer-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}

.footer-logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-logo-img {
  width: auto;
  height: 50px;
  display: block;
}

.footer-links {
  gap: 32px;
  display: flex;
}

.footer-link {
  color: #8a95a5;
  font-size: .84rem;
  text-decoration: none;
  transition: color .25s;
}

.footer-link:hover {
  color: #0f1b2d;
}

.footer-copy {
  color: #8a95a5;
  font-size: .8rem;
}

.nav-wrap {
  z-index: 1000;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff5;
  border-bottom: 1px solid #0f1b2d0d;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  height: 76px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
}

.nav-logo {
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-logo-img {
  width: auto;
  max-width: 2.5rem;
  display: block;
}

.nav-logo-img-white {
  opacity: 0;
  width: auto;
  max-width: 2.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-links {
  align-items: center;
  gap: 40px;
  display: flex;
}

.nav-link {
  color: #6b7a8d;
  letter-spacing: .01em;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

.nav-link:hover {
  color: #0f1b2d;
}

.nav-cta {
  color: #fff;
  letter-spacing: .01em;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 11px 28px;
  font-family: DM Sans, sans-serif;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
}

.nav-cta:hover {
  background: #1a2b40;
}

.nav-hamburger {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: none;
}

.nav-hamburger-line {
  background: #0f1b2d;
  border-radius: 2px;
  width: 22px;
  height: 2px;
  display: block;
}

.nav-drawer {
  z-index: 999;
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.nav-drawer-link {
  color: #0f1b2d;
  font-family: DM Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
}

.nav-drawer-cta {
  color: #fff;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 15px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: inline-flex;
}

.body {
  font-family: DM Sans, sans-serif;
  line-height: 1.5;
}

.btn-arrow-box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.btn-arrow-default {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.btn-arrow-svg {
  width: 20px;
  height: 20px;
  display: block;
}

.btn-arrow-active {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.back-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 40px 0;
}

.back-link {
  color: #6b7a8d;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
  display: inline-flex;
}

.back-link:hover {
  color: #0f1b2d;
}

.back-link.anim-prop-back {
  font-size: 1.2rem;
}

.back-link-arrow {
  font-size: 1rem;
}

.prop-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr 380px;
  align-items: start;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 40px 100px;
  display: grid;
}

.prop-main {
  flex-direction: column;
  display: flex;
}

.prop-badge-available {
  color: #2d8a4e;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #48a0641a;
  border-radius: 4px;
  align-items: center;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 14px;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.prop-location {
  color: #8a95a5;
  letter-spacing: .03em;
  margin-bottom: 10px;
  font-size: .85rem;
  font-weight: 500;
}

.prop-title {
  color: #0f1b2d;
  letter-spacing: -.02em;
  margin-bottom: 12px;
  font-family: Playfair Display, serif;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.15;
}

.prop-price {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0f1b2d;
  align-items: center;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.prop-price-period {
  color: #8a95a5;
  font-size: .95rem;
  font-weight: 400;
}

.prop-divider {
  background: #0f1b2d12;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  display: block;
}

.prop-desc-label {
  color: #c5a55a;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: .78rem;
  font-weight: 600;
}

.prop-details-label {
  color: #c5a55a;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: .78rem;
  font-weight: 600;
}

.prop-details-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  display: grid;
}

.prop-detail-item {
  border-bottom: 1px solid #0f1b2d0f;
  flex-direction: column;
  padding: 16px 0;
  display: flex;
}

.prop-detail-item-label {
  color: #8a95a5;
  margin-bottom: 4px;
  font-size: .78rem;
  font-weight: 500;
}

.prop-detail-item-value {
  color: #0f1b2d;
  font-size: .95rem;
  font-weight: 600;
}

.prop-apply-card {
  background: #fff;
  border: 1px solid #0f1b2d14;
  border-radius: 12px;
  padding: 36px 28px;
  position: sticky;
  top: 96px;
  box-shadow: 0 8px 40px #0f1b2d0f;
}

.prop-apply-title {
  color: #0f1b2d;
  margin-bottom: 6px;
  font-family: Playfair Display, serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.prop-apply-subtitle {
  color: #8a95a5;
  margin-bottom: 28px;
  font-size: .85rem;
  line-height: 1.5;
}

.prop-apply-form {
  flex-direction: column;
  gap: 14px;
  display: flex;
}

.prop-apply-group {
  flex-direction: column;
  display: flex;
}

.prop-apply-label {
  color: #4a5568;
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: .78rem;
  font-weight: 600;
}

.prop-apply-input {
  color: #0f1b2d;
  background: #f8f9fb;
  border: 1px solid #0f1b2d14;
  border-radius: 6px;
  outline: none;
  width: 100%;
  padding: 12px 16px;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  transition: border-color .25s;
}

.prop-apply-btn {
  color: #fff;
  letter-spacing: .02em;
  cursor: pointer;
  background: #0f1b2d;
  border: none;
  border-radius: 6px;
  width: 100%;
  margin-top: 8px;
  padding: 14px 0;
  font-family: DM Sans, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  transition: background .25s;
}

.prop-apply-btn:hover {
  background: #1a2b40;
}

.prop-apply-note {
  color: #8a95a5;
  text-align: center;
  margin-top: 12px;
  font-size: .78rem;
  line-height: 1.5;
}

.rich-text h1 {
  font-family: var(--heading-font);
  font-size: 2.2rem;
  line-height: 1.5;
}

.rich-text h2 {
  font-family: var(--heading-font);
  font-size: 2rem;
  line-height: 1.3;
}

.rich-text h3 {
  line-height: 1.3;
}

.prop-badge-rented {
  color: #b91d18;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #a048481a;
  border-radius: 4px;
  align-items: center;
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 14px;
  font-size: .72rem;
  font-weight: 600;
  display: inline-flex;
}

.div-block-3 {
  display: flex;
}

.gallery-wrap {
  width: 100%;
  padding: 24px 0 0;
  position: relative;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.gallery-desktop {
  position: relative;
  overflow: hidden;
}

.gallery-desktop-viewport {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.gallery-desktop-track {
  gap: 8px;
  height: 100%;
  display: flex;
}

.gallery-desktop-slide {
  cursor: pointer;
  flex-shrink: 0;
  width: calc(33.33% - 5.33px);
  min-width: calc(33.33% - 5.33px);
  height: 100%;
  transition: transform .3s ease-out;
  overflow: hidden;
}

.gallery-desktop-slide:hover {
  transform: scale(1.02);
}

.gallery-desktop-slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-nav-btn {
  z-index: 5;
  cursor: pointer;
  background: #ffffffeb;
  border: 1px solid #0f1b2d14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: background .25s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 16px #0f1b2d1a;
}

.gallery-nav-btn:hover {
  background: #fff;
}

.gallery-nav-btn.gallery-nav-prev {
  left: 16px;
}

.gallery-nav-btn.gallery-nav-next {
  right: 16px;
}

.gallery-nav-icon {
  color: #111;
  fill: none;
  stroke: #0f1b2d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2px;
  width: 20px;
  height: 20px;
}

.gallery-count-badge {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  letter-spacing: .02em;
  cursor: pointer;
  background: #0f1b2dbf;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .25s;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.gallery-count-badge:hover {
  background: #0f1b2deb;
}

.gallery-count-icon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  width: 16px;
  height: 16px;
}

.gallery-mobile {
  display: none;
}

.gallery-mobile-viewport {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
}

.gallery-mobile-track {
  height: 100%;
  transition: transform .45s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.gallery-mobile-slide {
  cursor: pointer;
  flex-shrink: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-mobile-slide-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gallery-mobile-nav-btn {
  z-index: 5;
  cursor: pointer;
  background: #ffffffeb;
  border: 1px solid #0f1b2d14;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-mobile-nav-btn.gallery-mobile-nav-prev {
  left: 12px;
}

.gallery-mobile-nav-btn.gallery-mobile-nav-next {
  right: 12px;
}

.gallery-mobile-count {
  z-index: 5;
  color: #fff;
  background: #0f1b2dbf;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.gallery-mobile-thumbs {
  scroll-behavior: smooth;
  gap: 4px;
  padding: 12px;
  display: flex;
  overflow-x: auto;
}

.gallery-mobile-thumb {
  opacity: .5;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 4px;
  width: 60px;
  min-width: 60px;
  height: 45px;
  transition: border-color .25s, opacity .25s;
  overflow: hidden;
}

.gallery-mobile-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-overlay {
  z-index: 2000;
  opacity: 0;
  background: #0f1b2df2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.lightbox-close {
  z-index: 2001;
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  position: absolute;
  top: 24px;
  right: 24px;
}

.lightbox-close-icon {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  width: 24px;
  height: 24px;
}

.lightbox-main {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

.lightbox-img-wrap {
  aspect-ratio: 4 / 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.lightbox-controls {
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
}

.lightbox-nav-btn {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  transition: background .25s;
  display: flex;
}

.lightbox-nav-btn:hover {
  background: #fff3;
}

.lightbox-counter {
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
}

.lightbox-thumbs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
  display: flex;
}

.display-none {
  display: none;
}

.prop-apply-select {
  color: #0f1b2d;
  background-color: #f8f9fb;
  border: 1px solid #0f1b2d14;
  border-radius: 6px;
}

.prop-apply-small-textarea {
  color: #0f1b2d;
  resize: vertical;
  background-color: #f8f9fb;
  border: 1px solid #0f1b2d14;
  border-radius: 6px;
  width: 100%;
  min-height: 3.75rem;
  font-size: .9rem;
}

.farnish-stuff {
  background-color: #f6f7f9;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  padding: 1.25rem .94rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding: 170px 32px 120px;
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .properties-section {
    padding: 100px 32px;
  }

  .properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-section {
    padding: 100px 32px;
  }

  .process-track-grid {
    gap: 24px;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .process-card {
    padding: 36px 28px;
  }

  .process-card-ghost {
    font-size: 5.5rem;
  }

  .about-section {
    padding: 100px 32px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .about-img-wrap {
    height: 360px;
  }

  .services-section {
    padding: 100px 32px 48px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .midcta-section {
    padding: 72px 32px;
  }

  .midcta-card {
    gap: 36px;
    padding: 48px;
  }

  .pricing-section, .apply-section {
    padding: 100px 32px;
  }

  .footer-section {
    padding: 48px 32px;
  }

  .nav-inner {
    padding: 0 32px;
  }

  .nav-links {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  .page-hero {
    padding: 140px 32px 56px;
  }

  .page-hero-title {
    font-size: 2.8rem;
  }

  .filter-bar {
    gap: 12px;
  }

  .listings-section {
    padding: 16px 32px 100px;
  }

  .prop-hero-img {
    height: 380px;
  }

  .prop-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .prop-title {
    font-size: 2.2rem;
  }

  .prop-apply-card {
    position: static;
  }

  .gallery-container {
    padding: 0 32px;
  }

  .gallery-desktop-viewport {
    height: 420px;
  }

  .gallery-nav-btn {
    width: 40px;
    height: 40px;
  }

  .gallery-nav-btn.gallery-nav-prev {
    left: 12px;
  }

  .gallery-nav-btn.gallery-nav-next {
    right: 12px;
  }

  .furn-hero {
    padding: 150px 32px 72px;
  }

  .furn-hero-title {
    font-size: 2.8rem;
  }

  .furn-packages {
    padding: 32px 32px 100px;
  }

  .furn-packages-grid {
    gap: 20px;
  }

  .furn-how {
    padding: 80px 32px;
  }

  .furn-how-grid {
    gap: 20px;
  }

  .furn-cta {
    padding: 80px 32px;
  }

  .furn-cta-card {
    gap: 36px;
    padding: 48px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding: 148px 24px 100px;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .hero-btn-primary, .hero-btn-secondary {
    width: 100%;
  }

  .properties-section {
    padding: 80px 24px;
  }

  .section-header {
    margin-bottom: 48px;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .properties-grid {
    grid-template-columns: 1fr;
  }

  .process-section {
    padding: 80px 24px;
  }

  .process-track-grid {
    display: none;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-card {
    padding: 36px 28px;
  }

  .process-card-ghost {
    font-size: 5rem;
  }

  .about-section {
    padding: 80px 24px;
  }

  .about-grid {
    gap: 40px;
  }

  .about-title {
    font-size: 2rem;
  }

  .services-section {
    padding: 80px 24px 36px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .midcta-section {
    padding: 56px 24px;
  }

  .midcta-card {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    gap: 28px;
    padding: 40px 28px;
  }

  .midcta-title {
    font-size: 1.45rem;
  }

  .midcta-btn {
    justify-content: center;
    width: 100%;
  }

  .pricing-section {
    padding: 80px 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pricing-card-featured {
    transform: scale(1);
  }

  .apply-section {
    padding: 80px 24px;
  }

  .apply-title {
    font-size: 2rem;
  }

  .footer-section {
    padding: 40px 24px;
  }

  .footer-inner {
    text-align: center;
    flex-direction: column;
    gap: 24px;
  }

  .nav-inner {
    padding: 0 24px;
  }

  .page-hero {
    padding: 130px 24px 44px;
  }

  .page-hero-title {
    font-size: 2.2rem;
  }

  .filter-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .filter-price-trigger {
    min-width: 100%;
  }

  .filter-price-panel {
    min-width: 100%;
    left: 0;
    right: 0;
  }

  .filter-status-group {
    width: 100%;
  }

  .filter-radio-label {
    flex: 1;
    justify-content: center;
  }

  .filter-clear-btn {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .listings-section {
    padding: 12px 24px 80px;
  }

  .listings-top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .back-wrap {
    padding: 88px 20px 0;
  }

  .prop-hero-wrap {
    padding: 20px 20px 0;
  }

  .prop-hero-img {
    border-radius: 10px;
    height: 280px;
  }

  .prop-content {
    padding: 36px 20px 72px;
  }

  .prop-title {
    font-size: 1.8rem;
  }

  .prop-price {
    font-size: 1.3rem;
  }

  .prop-details-grid {
    grid-template-columns: 1fr;
  }

  .gallery-container {
    padding: 0 20px;
  }

  .gallery-desktop {
    display: none;
  }

  .gallery-mobile {
    display: block;
  }

  .gallery-mobile-viewport {
    height: 280px;
  }

  .furn-hero {
    padding: 130px 24px 56px;
  }

  .furn-hero-title {
    font-size: 2.2rem;
  }

  .furn-hero-subtitle {
    font-size: .95rem;
  }

  .furn-packages {
    padding: 24px 24px 80px;
  }

  .furn-packages-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .furn-card-popular {
    transform: scale(1);
  }

  .furn-how {
    padding: 64px 24px;
  }

  .furn-how-title {
    font-size: 2rem;
  }

  .furn-how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .furn-cta {
    padding: 56px 24px;
  }

  .furn-cta-card {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    gap: 28px;
    padding: 40px 28px;
  }

  .furn-cta-btn {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 2.15rem;
  }

  .section-title {
    font-size: 1.85rem;
  }

  .process-card-title.new {
    margin-top: 0;
  }

  .about-title {
    font-size: 1.75rem;
  }

  .service-card.reveal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .pricing-card {
    padding: 36px 24px;
  }

  .pricing-card-price {
    font-size: 2.6rem;
  }

  .pricing-card-featured {
    padding: 36px 24px;
  }

  .pricing-card-price-light {
    font-size: 2.6rem;
  }

  .apply-title {
    font-size: 1.75rem;
  }

  .page-hero-title {
    font-size: 1.85rem;
  }

  .filter-status-group {
    justify-content: space-between;
  }

  .prop-title {
    font-size: 1.6rem;
  }

  .prop-apply-card {
    padding: 28px 20px;
  }

  .gallery-container {
    padding: 0 16px;
  }

  .gallery-mobile-viewport {
    height: 240px;
  }

  .gallery-mobile-thumbs {
    gap: 3px;
    padding: 8px;
  }

  .gallery-mobile-thumb {
    width: 50px;
    min-width: 50px;
    height: 40px;
  }

  .furn-hero-title {
    font-size: 1.85rem;
  }

  .furn-card {
    padding: 36px 24px 32px;
  }

  .furn-card-price {
    font-size: 2.4rem;
  }

  .furn-card-popular {
    padding: 36px 24px 32px;
  }

  .furn-card-price-light {
    font-size: 2.4rem;
  }

  .farnish-stuff.anim-prop-card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
