.subpage {
  background: #f8f9fa;
  color: #182b3a;
}

.subpage .container-xxl, .subpage .container-xl {
  padding-left: 24px;
  padding-right: 24px;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.subpage-hero {
  min-height: 250px;
  padding: 48px 0 72px;
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #0d4164, transparent 32%), #062139;
  overflow: hidden;
}

.subpage-hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.subpage-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font: 700 46px/1.1 Manrope, sans-serif;
}

.subpage-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.subpage-hero__motto {
  position: relative;
  padding-right: 90px;
  color: #fff;
  font: italic 600 28px/1.25 Manrope, sans-serif;
  transform: rotate(-5deg);
}

.subpage-hero__motto:after {
  content: "";
  display: block;
  width: 85px;
  height: 4px;
  margin-top: 12px;
  background: #feda23;
  border-radius: 8px;
  transform: rotate(-7deg);
}

.card-panel {
  border: 1px solid #e1e5e8;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(4, 26, 45, 0.045);
}

.card-panel h2 {
  margin: 0 0 18px;
  color: #062139;
  font: 700 22px/1.25 Manrope, sans-serif;
}

/* Property archive */
.archive-search-wrap {
  position: relative;
  z-index: 3;
  margin-top: -42px;
}

.archive-search {
  padding: 0 24px 22px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(4, 26, 45, 0.13);
}

.archive-search .property-search__tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #e1e5e8;
}

.archive-search .property-search__tab {
  padding: 19px 0 15px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: none;
  color: #6b737a;
  font-weight: 700;
}

.archive-search .property-search__tab.active {
  color: #062139;
  border-color: #feda23;
}

.archive-search__grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(5, 1fr);
  gap: 14px;
  padding-top: 18px;
}

.archive-search label, .contact-form label, .mortgage-fields label {
  display: grid;
  gap: 7px;
  color: #062139;
  font-size: 12px;
  font-weight: 700;
}

.archive-search input, .archive-search select, .results-toolbar select, .agent-contact input, .agent-contact textarea, .contact-form input, .contact-form select, .contact-form textarea, .mortgage input, .mortgage select {
  width: 100%;
  min-height: 45px;
  padding: 10px 12px;
  border: 1px solid #e1e5e8;
  border-radius: 5px;
  background: #fff;
  color: #182b3a;
  font: 400 14px Inter, sans-serif;
}

.mini-range {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mini-range input {
  min-width: 0;
}

.archive-search__actions {
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 18px;
}

.archive-search__actions a, .filter-more {
  border: 0;
  background: none;
  color: #062139;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.archive-search__actions .btn-multidom {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.archive-search__actions svg {
  width: 17px;
  height: 17px;
}

.archive-results {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  padding-top: 34px;
  padding-bottom: 58px;
}

.filter-sidebar {
  padding: 20px;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #fff;
  align-self: start;
}

.filter-sidebar__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-sidebar__title h2, .results-toolbar h2 {
  margin: 0;
  color: #062139;
  font: 700 21px Manrope, sans-serif;
}

.filter-sidebar__title a {
  color: #062139;
  font-size: 11px;
  font-weight: 700;
}

.filter-group {
  padding: 20px 0;
  border-bottom: 1px solid #e1e5e8;
}

.filter-group:last-child {
  border-bottom: 0;
}

.filter-group h3 {
  margin: 0 0 13px;
  color: #062139;
  font-size: 14px;
}

.filter-group label {
  display: block;
  margin: 10px 0;
  color: #46535d;
  font-size: 13px;
}

.filter-group input {
  accent-color: #feda23;
}

.results-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0 20px;
}

.results-toolbar label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b737a;
  font-size: 12px;
}

.results-toolbar select {
  width: auto;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.property-archive-card {
  height: 100%;
}

.property-archive-card .offer-card__media {
  height: 220px;
}

.property-archive-card .offer-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multidom-pagination {
  margin-top: 34px;
}

.multidom-pagination .nav-links {
  display: flex;
  gap: 7px;
  justify-content: center;
}

.multidom-pagination .page-numbers {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #e1e5e8;
  border-radius: 6px;
  background: #fff;
  color: #062139;
  text-decoration: none;
}

.multidom-pagination .current {
  border-color: #feda23;
  background: #feda23;
  font-weight: 700;
}

.empty-results {
  padding: 60px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

.valuation-cta-wrap {
  padding-bottom: 45px;
}

.valuation-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 27px 34px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(105deg, #062139 0%, #062139 60%, #0b4367 100%);
}

.valuation-cta__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #feda23;
  border-radius: 50%;
}

.valuation-cta__icon svg {
  width: 30px;
  height: 30px;
}

.valuation-cta h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 24px;
}

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

/* Single property */
.property-single {
  padding-top: 1px;
}

.property-single__heading {
  padding-top: 24px;
  padding-bottom: 18px;
}

.property-single__heading .breadcrumbs {
  color: #6b737a;
}

.property-title-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-end;
}

.property-title-row h1 {
  margin: 0 0 8px;
  color: #062139;
  font-size: 34px;
}

.property-title-row p {
  margin: 0;
  color: #6b737a;
}

.property-title-row p svg {
  width: 15px;
  height: 15px;
}

.property-title-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #6b737a;
  font-size: 12px;
}

.property-title-actions button {
  border: 0;
  background: none;
  color: #062139;
}

.property-title-actions .favorite-btn {
  position: static;
  width: auto;
  height: auto;
}

.property-title-actions .favorite-btn svg {
  width: 18px;
  height: 18px;
}

.property-gallery {
  position: relative;
  display: grid;
  grid-template-columns: 1.35fr 0.55fr 0.55fr;
  grid-template-rows: 220px 220px;
  gap: 8px;
}

.property-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}

.property-gallery__item--0 {
  grid-row: 1/3;
}

.property-gallery__item--1 {
  grid-row: 1/2;
}

.property-gallery__item--2 {
  grid-row: 2/3;
}

.property-gallery__item--3 {
  grid-row: 1/3;
}

.property-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}

.property-gallery__item:hover img {
  transform: scale(1.025);
}

.gallery-count {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(4, 26, 45, 0.38);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.property-gallery__buttons {
  position: absolute;
  bottom: 18px;
  left: 42px;
  display: flex;
  gap: 10px;
}

.property-gallery__buttons button, .property-gallery__buttons a {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  background: rgba(4, 26, 45, 0.88);
  color: #fff;
  text-decoration: none;
}

.property-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 38px;
}

.property-main {
  display: grid;
  gap: 18px;
}

.property-main .card-panel {
  padding: 24px;
}

.property-summary {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.property-price {
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px solid #e1e5e8;
}

.property-price strong {
  color: #062139;
  font: 800 32px Manrope, sans-serif;
}

.property-price span {
  color: #6b737a;
}

.property-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 17px;
}

.property-facts div {
  display: grid;
  gap: 4px;
  padding: 0 17px;
  border-right: 1px solid #e1e5e8;
}

.property-facts div:first-child {
  padding-left: 0;
}

.property-facts div:last-child {
  border: 0;
}

.property-facts b {
  color: #062139;
}

.property-facts span {
  color: #6b737a;
  font-size: 11px;
}

.entry-content {
  color: #46535d;
  line-height: 1.75;
}

.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.details-grid div {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid #e1e5e8;
  border-radius: 5px;
}

.details-grid span {
  color: #6b737a;
  font-size: 11px;
}

.details-grid strong {
  color: #062139;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
  color: #435566;
  font-size: 13px;
}

.property-media-section h2 {
  color: #062139;
  font-size: 22px;
}

.property-video {
  position: relative;
  display: block;
  height: 310px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
}

.property-video:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(4, 26, 45, 0.62));
}

.property-video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.property-video span {
  position: absolute;
  z-index: 2;
  inset: 50% auto auto 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: rgba(4, 26, 45, 0.6);
  transform: translate(-50%, -50%);
}

.property-video b {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
}

.floor-plan-placeholder {
  min-height: 310px;
  padding: 35px;
  background: repeating-linear-gradient(0deg, #fff, #fff 24px, #eef1f3 25px), repeating-linear-gradient(90deg, transparent, transparent 24px, #eef1f3 25px);
}

.floor-plan-placeholder div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 520px;
  min-height: 220px;
  margin: auto;
  padding: 25px;
  border: 8px solid #062139;
  background: rgba(255, 255, 255, 0.88);
}

.map-placeholder {
  display: grid;
  min-height: 260px;
  place-items: center;
  border-radius: 7px;
  color: #062139;
  background: radial-gradient(circle at 35% 35%, #d7eed7 0 12%, transparent 13%), linear-gradient(25deg, #d7e9f1 20%, #edf2df 20% 55%, #e4eee4 55%);
}

.map-placeholder svg {
  width: 42px;
  height: 42px;
}

.calculators-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.calculators-grid .card-panel {
  padding: 22px;
}

.calculators-grid dl div {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e1e5e8;
}

.calculators-grid dt {
  color: #6b737a;
  font-weight: 400;
}

.calculators-grid dd {
  margin: 0;
  color: #062139;
  font-weight: 700;
}

.calculators-grid .total {
  padding: 12px;
  background: #fff9dc;
}

.mortgage h2 {
  display: flex;
  justify-content: space-between;
}

.mortgage em {
  color: #e33;
  font-size: 16px;
}

.mortgage-fields {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 1fr;
  gap: 10px;
}

.mortgage p {
  display: grid;
  margin: 15px 0;
}

.mortgage p strong {
  color: #062139;
  font-size: 22px;
}

.property-sidebar {
  align-self: start;
  position: sticky;
  top: 15px;
  display: grid;
  gap: 18px;
}

.agent-contact {
  padding: 18px;
}

.agent-contact__person {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  margin-bottom: 17px;
}

.agent-contact__person img {
  width: 84px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.agent-contact h2 {
  margin: 4px 0;
  font-size: 18px;
}

.agent-contact__person p {
  margin: 0 0 8px;
  color: #6b737a;
  font-size: 12px;
}

.agent-contact__person a {
  display: block;
  margin: 5px 0;
  color: #062139;
  font-size: 11px;
  text-decoration: none;
}

.agent-contact > .btn-multidom {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}

.btn-multidom-outline-dark {
  border: 1px solid #062139;
  color: #062139;
}

.agent-contact form {
  display: grid;
  gap: 10px;
  padding-top: 20px;
}

.agent-contact form h3 {
  margin: 0 0 4px;
  color: #062139;
  font-size: 17px;
}

.consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 8px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.consent input {
  width: auto;
  min-height: auto;
  margin-top: 2px;
}

.presentation-card {
  padding: 25px;
  border-radius: 8px;
  color: #fff;
  background: #062139;
  text-align: center;
}

.presentation-card h2 {
  margin: 0 0 9px;
  color: #fff;
  font-size: 21px;
}

.presentation-card p {
  color: rgba(255, 255, 255, 0.8);
}

.presentation-card a {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background: #fff;
  color: #062139;
  font-weight: 700;
  text-decoration: none;
}

.similar-properties {
  padding-bottom: 38px;
}

/* Blog */
.featured-post {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  margin-top: -42px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(4, 26, 45, 0.12);
}

.featured-post__image {
  min-height: 350px;
}

.featured-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured-post__content {
  align-self: center;
  padding: 38px 42px;
}

.featured-post__content h2 {
  margin: 15px 0;
  color: #062139;
  font-size: 31px;
}

.featured-post__content p {
  color: #6b737a;
  line-height: 1.7;
}

.blog-listing {
  padding-top: 40px;
  padding-bottom: 55px;
}

.category-pills {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 30px;
}

.category-pills a {
  min-width: 110px;
  padding: 11px 19px;
  border-radius: 30px;
  background: #edf0f2;
  color: #062139;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.category-pills a.active, .category-pills a:hover {
  background: #feda23;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.blog-card {
  overflow: hidden;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #fff;
}

.blog-card__image {
  display: block;
  height: 230px;
  overflow: hidden;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.03);
}

.blog-card__body {
  padding: 20px;
}

.blog-card__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  color: #6b737a;
  font-size: 11px;
}

.blog-card__meta span {
  padding: 5px 12px;
  border-radius: 20px;
  background: #eaf3fb;
  color: #062139;
  font-weight: 700;
}

.blog-card h2 {
  margin: 14px 0 10px;
  font-size: 21px;
}

.blog-card h2 a {
  color: #062139;
  text-decoration: none;
}

.blog-card p {
  min-height: 66px;
  color: #6b737a;
  line-height: 1.55;
}

.blog-card__more {
  color: #062139;
  font-weight: 700;
  text-decoration: none;
}

.newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(90deg, #062139, #0b4367);
}

.newsletter span {
  color: #feda23;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.newsletter h2 {
  margin: 7px 0;
  color: #fff;
}

.newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.newsletter form {
  display: flex;
  min-width: 440px;
}

.newsletter input {
  flex: 1;
  padding: 13px;
  border: 0;
  border-radius: 5px 0 0 5px;
}

.newsletter button {
  border-radius: 0 5px 5px 0;
}

.single-post-hero {
  padding: 65px 0;
  color: #fff;
  background: #062139;
  text-align: center;
}

.single-post-hero .breadcrumbs {
  justify-content: center;
}

.single-post-hero .blog-card__meta {
  justify-content: center;
}

.single-post-hero h1 {
  max-width: 900px;
  margin: 20px auto;
  color: #fff;
  font-size: 46px;
}

.single-post-hero p {
  max-width: 760px;
  margin: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  padding-top: 45px;
  padding-bottom: 45px;
}

.article-cover {
  width: 100%;
  max-height: 540px;
  margin-bottom: 24px;
  border-radius: 9px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-main .entry-content {
  padding: 36px;
  color: #344755;
}

.article-main .entry-content h2, .article-main .entry-content h3 {
  color: #062139;
}

.article-sidebar {
  align-self: start;
  position: sticky;
  top: 20px;
}

.article-sidebar .card-panel {
  padding: 25px;
}

.article-sidebar .btn-multidom {
  display: block;
  text-align: center;
}

.related-posts {
  padding-bottom: 50px;
}

/* Contact */
.contact-hero {
  color: #fff;
  background: #062139;
  overflow: hidden;
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  min-height: 420px;
  padding-right: 0 !important;
}

.contact-hero__grid > div {
  align-self: center;
  padding: 42px 45px 42px 0;
}

.contact-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 46px;
}

.contact-hero p {
  max-width: 530px;
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
  line-height: 1.55;
}

.contact-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-benefits {
  display: flex;
  gap: 28px;
  margin-top: 28px;
}

.contact-benefits span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  color: #feda23;
}

.contact-benefits b {
  color: #fff;
  font-size: 12px;
}

.contact-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  margin-top: -24px;
  padding-bottom: 70px;
}

.contact-form {
  padding: 30px;
}

.contact-form > p {
  color: #6b737a;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 20px 0;
}

.contact-form > label {
  margin-bottom: 17px;
}

.contact-details {
  display: grid;
  gap: 18px;
}

.contact-info {
  padding: 8px 20px;
}

.contact-info > div {
  display: grid;
  gap: 5px;
  padding: 17px 0;
  border-bottom: 1px solid #e1e5e8;
}

.contact-info > div:last-child {
  border: 0;
}

.contact-info b {
  color: #062139;
}

.contact-info a, .contact-info span {
  color: #344755;
  text-decoration: none;
}

.branches, .contact-agents, .faq {
  padding-bottom: 48px;
}

.branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.branch-card {
  overflow: hidden;
  border: 1px solid #e1e5e8;
  border-radius: 8px;
  background: #fff;
}

.branch-card img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}

.branch-card > div {
  padding: 18px;
}

.branch-card h3 {
  margin: 0;
  color: #062139;
}

.branch-card p {
  color: #6b737a;
}

.branch-card a {
  display: block;
  padding: 10px;
  border-radius: 4px;
  background: #eef1f3;
  color: #062139;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.contact-map {
  display: grid;
  grid-template-columns: 300px 1fr;
  min-height: 330px;
  margin-bottom: 55px;
  overflow: hidden;
  border: 8px solid #c8e4fa;
  border-radius: 9px;
  background: #fff;
}

.contact-map > div:first-child {
  align-self: center;
  padding: 35px;
}

.contact-map__canvas {
  position: relative;
  background: radial-gradient(circle at 60% 36%, #bedfb9 0 10%, transparent 11%), linear-gradient(120deg, #d6e9f4 20%, #eef0d9 20% 75%, #d6e9f4 75%);
}

.pin {
  position: absolute;
  padding: 8px 11px;
  border-radius: 20px;
  background: #feda23;
  color: #062139;
  font-size: 12px;
  font-weight: 700;
}

.pin--one {
  top: 25%;
  right: 18%;
}

.pin--two {
  top: 48%;
  right: 32%;
}

.pin--three {
  bottom: 18%;
  left: 20%;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.agent-mini {
  overflow: hidden;
  border: 1px solid #e1e5e8;
  border-radius: 7px;
  background: #fff;
}

.agent-mini img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.agent-mini div {
  padding: 15px;
}

.agent-mini h3 {
  margin: 0 0 4px;
  color: #062139;
  font-size: 17px;
}

.agent-mini p {
  color: #6b737a;
  font-size: 12px;
}

.agent-mini a {
  display: block;
  margin: 5px 0;
  color: #062139;
  font-size: 11px;
  text-decoration: none;
}

.faq {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 35px;
}

.faq-list details {
  border-bottom: 1px solid #e1e5e8;
  background: #fff;
}

.faq-list summary {
  padding: 18px;
  color: #062139;
  font-weight: 700;
  cursor: pointer;
}

.faq-list details p {
  padding: 0 18px 18px;
  color: #6b737a;
}

@media (max-width: 1199px) {
  .archive-search__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .property-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .amenities-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .subpage-hero__motto {
    display: none;
  }
  .archive-results, .property-layout, .article-layout, .contact-main {
    grid-template-columns: 1fr;
  }
  .filter-sidebar, .property-sidebar, .article-sidebar {
    position: static;
  }
  .filter-sidebar {
    display: none;
  }
  .property-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 170px;
  }
  .property-gallery__item--0 {
    grid-column: 1/3;
    grid-row: 1;
  }
  .property-gallery__item--1, .property-gallery__item--2 {
    grid-row: 2;
  }
  .property-gallery__item--3 {
    display: none;
  }
  .blog-grid, .branches-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-post {
    grid-template-columns: 1fr;
  }
  .contact-hero__grid {
    grid-template-columns: 1fr;
    padding-right: 24px !important;
  }
  .contact-hero img {
    display: none;
  }
  .agents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .subpage .container-xxl, .subpage .container-xl {
    padding-left: 16px;
    padding-right: 16px;
  }
  .subpage-hero {
    padding: 36px 0 65px;
  }
  .subpage-hero h1, .contact-hero h1, .single-post-hero h1 {
    font-size: 34px;
  }
  .archive-search__grid {
    grid-template-columns: 1fr;
  }
  .archive-search__actions {
    align-items: stretch;
    flex-direction: column;
  }
  .property-grid, .blog-grid, .branches-grid, .agents-grid {
    grid-template-columns: 1fr;
  }
  .property-title-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .property-title-actions {
    flex-wrap: wrap;
  }
  .property-gallery {
    grid-template-rows: 280px 125px;
  }
  .property-gallery__buttons {
    left: 28px;
  }
  .property-facts, .details-grid, .calculators-grid {
    grid-template-columns: 1fr 1fr;
  }
  .property-facts div:nth-child(2) {
    border: 0;
  }
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .newsletter, .valuation-cta {
    grid-template-columns: 1fr;
    display: grid;
  }
  .newsletter form {
    min-width: 0;
  }
  .contact-form__grid, .contact-map, .faq {
    grid-template-columns: 1fr;
  }
  .contact-map__canvas {
    min-height: 280px;
  }
  .contact-benefits {
    align-items: flex-start;
    flex-direction: column;
  }
}/*# sourceMappingURL=subpages.css.map */