section.city-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 225px 0 90px;
}
section.city-hero .container {
  display: flex;
  gap: 40px;
  align-items: center;
}
section.city-hero .left {
  flex: 1;
}
.city-form-tabs {
  background-color: rgba(242, 241, 240, 0.8);
  border-radius: 25px;
  padding: 30px 20px;
  width: 504px;
}
.city-form-tabs .tabs-wrap {
  display: flex;
  border-bottom: 0.5px solid rgba(19, 29, 40, 0.6);
  padding: 0;
  margin: 0;
}
.city-form-tabs .contents-wrap .item {
  display: none;
}
.city-form-tabs .tabs-wrap .tab {
  font-size: 24px;
  width: 50%;
  text-align: center;
  font-family: var(--font-secondary);
  line-height: 114.99999999999999%;
  transition: all 0.3s ease-in;
  color: rgba(19, 29, 40, 0.5);
  padding-bottom: 10px;
  margin-bottom: -2px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  border-bottom: 3px solid transparent;
}
.city-form-tabs .tabs-wrap .tab.active-tab {
  border-color: rgba(19, 29, 40, 1);
  color: rgba(19, 29, 40, 1);
}
.city-form-tabs div.wpforms-container-full {
  margin: 0 !important;
  padding: 0 !important;
}
.city-form-tabs ul.tabs-content {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.city-form-tabs div.wpforms-container-full .wpforms-form label {
  color: rgba(29, 39, 49, 1);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}
.city-form-tabs
  div.wpforms-container-full
  .wpforms-submit-container
  button.wpforms-submit {
  background-color: rgba(229, 198, 150, 1) !important;
  width: 100%;
  border-radius: 35px;
  min-height: 63px;
  color: rgba(31, 37, 40, 1) !important;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}
.city-form-tabs
  div.wpforms-container-full
  .wpforms-field
  input:not([type='radio']) {
  border: 0.5px solid rgba(111, 111, 111, 0.5);
  background: rgba(255, 255, 255, 1);
  height: 50px;
  border-radius: 10px;
  font-weight: 500;
  color: rgba(19, 29, 40, 1);
}
section.city-hero .review-text {
  background: rgba(255, 255, 255, 0.2);
  width: max-content;
  display: flex;
  align-items: center;
  min-height: 35px;
  gap: 10px;
  border-radius: 35px;
  padding: 2px 15px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
section.city-hero .contents-wrap {
  font-size: 16px;
  line-height: 185%;
  color: #fff;
  font-weight: 400;
  width: 100%;
  max-width: 660px;
}
section.city-hero .sub-headline {
  font-size: 32px;
  display: block;
  line-height: 1;
  font-family: var(--font-primary);
  font-weight: 500;
  text-transform: none;
}
section.city-hero .review-text .star {
  display: flex;
  align-items: center;
  gap: 6px;
}
section.city-image-cta {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: rgba(29, 39, 49, 1);
  position: relative;
  z-index: 2;
}
section.city-image-cta .image {
  display: flex;
  margin-top: -50px;
  margin-bottom: -50px;
}
section.city-image-cta .contents {
  color: #fff;
  font-size: 16px;
  line-height: 185%;
  padding: 0 20px;
}
section.city-left-image-w-contents {
  padding: 150px 0;
  color: rgba(19, 29, 40, 1);
  font-weight: 300;
}
.left-image-w-contents {
  display: grid;
  gap: 120px;
}
.left-image-w-contents .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.left-image-w-contents .item .image {
  width: 40%;
  position: relative;
}
.left-image-w-contents .item .right {
  flex: 1;
}
.left-image-w-contents .item:nth-child(even) {
  flex-flow: row-reverse;
}
.left-image-w-contents .item .image::before {
  position: absolute;
  content: '';
  height: 450px;
  width: 450px;
  border: 1px solid rgba(170, 132, 83, 1);
  bottom: -30px;
  left: -30px;
}
.left-image-w-contents .item .image img {
  width: 100%;
  position: relative;
  z-index: 2;
}
section.city-left-image-w-contents h3 {
  text-transform: none;
  color: rgba(19, 29, 40, 1);
}
.left-image-w-contents .item .blurbs {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.left-image-w-contents .item .blurbs .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
section.city-left-image-w-contents p strong {
  font-weight: 500 !important;
}
.left-image-w-contents .item ul li {
  position: relative;
  padding-left: 35px;
}
.left-image-w-contents .item ul {
  list-style: none;
  padding: 0;
  font-weight: 500;
  margin-bottom: 22px;
  display: grid;
  gap: 15px;
}
.left-image-w-contents .item ul li::before {
  position: absolute;
  content: '';
  background-image: url(/wp-content/uploads/2026/01/checkmark.svg);
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.left-image-w-contents .item:nth-child(even) .image::before {
  left: auto;
  right: -30px;
}
.left-image-w-contents .item .right .buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.btn.black-outline {
  border-color: rgba(31, 37, 40, 1);
  color: rgba(31, 37, 40, 1);
}
section.city-why-people-love {
  padding: 90px 0;
  color: rgba(19, 29, 40, 1);
}
section.city-why-people-love .top-area {
  margin-bottom: 50px;
}
section.city-why-people-love .top-area .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
section.city-why-people-love .top-area .tagline {
  font-size: 22px;
  font-weight: 500;
  color: rgba(19, 29, 40, 0.8);
  margin-bottom: 20px;
}
section.city-why-people-love .top-area .headline {
  color: rgba(19, 29, 40, 1);
  margin: 0;
  line-height: 108%;
  margin-bottom: -18px;
}
section.city-why-people-love .top-area .wrap .contents *:last-child {
  margin-bottom: 0;
}
.city-blurbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.city-blurbs .blurb {
  border: 1px solid rgba(55, 62, 67, 1);
  border-right: none;
  padding: 20px;
  display: grid;
  align-items: flex-end;
  position: relative;
  min-height: 335px;
}
.city-blurbs .blurb:last-child {
  border: 1px solid rgba(55, 62, 67, 1);
}
section.city-why-people-love .bottom-contents {
  margin-top: 50px;
}
.city-blurbs .blurb .contents *:last-child {
  margin-bottom: 0;
}
.city-blurbs .blurb .count {
  text-align: right;
  font-size: 14px;
  color: rgba(31, 37, 40, 1);
  position: absolute;
  right: 20px;
  top: 20px;
}
.city-blurbs .blurb .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.city-blurbs .blurb .inner {
  display: grid;
  gap: 10px;
}
section.city-why-people-love .top-area .wrap .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.city-locations {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(31, 37, 40, 1);
  padding: 90px 0;
}
section.city-locations .headline {
  color: rgba(19, 29, 40, 1);
  font-size: 36px;
  text-transform: none;
  line-height: 110%;
}
section.city-locations .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
section.city-locations .locations {
  display: flex;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
section.city-locations .locations a {
  background-color: rgba(106, 112, 125, 1);
  display: flex;
  min-height: 31px;
  align-items: center;
  padding: 5px 15px 3px;
  font-size: 14px;
  line-height: 1;
  border-radius: 20px;
}
section.city-locations .left .contents {
  font-size: 18px;
  font-weight: 500;
  line-height: 165%;
}
section.city-here-to-help {
  padding: 90px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
section.city-here-to-help .left {
  flex: 1;
}
section.city-here-to-help .container {
  display: flex;
  align-items: center;
  gap: 50px;
}
section.city-here-to-help .tagline {
  color: rgba(229, 198, 150, 0.8);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
}
section.city-here-to-help .contents-wrap {
  width: 100%;
  max-width: 688px;
  font-size: 18px;
  font-weight: 300;
  line-height: 165%;
  padding: 0;
}
section.city-here-to-help .contents-wrap strong {
  font-weight: 500 !important;
}
section.city-home-for-sales {
  color: rgba(19, 29, 40, 1);
  padding: 90px 0;
  position: relative;
}
section.city-home-for-sales .tagline {
  text-align: center;
  font-size: 22px;
  color: rgba(19, 29, 40, 0.6);
  margin-bottom: 15px;
}
section.city-home-for-sales .headline {
  text-align: center;
  color: rgba(19, 29, 40, 1);
  line-height: 125%;
  margin-bottom: 50px;
}

/* section.city-home-for-sales .sidx-gallery-listings-prev {
  display: none !important;
}
section.city-home-for-sales .sidx-gallery-listings-next {
  display: none !important;
} */
section.city-home-for-sales .sidx-gallery-listings-wrapper {
  width: 100% !important;
}
section.city-home-for-sales .overlap {
  position: absolute;
  width: 100%;
  height: 290px;
  bottom: 0;
}
section.city-home-for-sales .container {
  position: relative;
  z-index: 2;
}
section.city-home-for-sales .sidx-gallery-listings-prev,
section.city-home-for-sales .sidx-gallery-listings-next {
  /*   display: none !important; */
}
section.city-home-for-sales
  .sidx-container
  .sidx-gallery-listings
  .sidx-gallery-listings-wrapper
  .sidx-search-result-grid-item,
body .sidx-container .sidx-search-result-grid-item {
  box-shadow: 0px 4px 4px 0px rgba(153, 169, 175, 0.15);
  border: none;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}
body
  .sidx-container
  .sidx-search-results
  .sidx-thumbnail
  .sidx-ribbons
  .sidx-ribbon {
  position: absolute;
  top: 10px;
  background-color: rgba(55, 62, 67, 0.69);
  font-size: 12.5px;
  text-transform: none;
}
body .sidx-search-result-grid-item .sidx-details {
  padding: 10px;
}
section.city-home-for-sales .sidx-map-container {
  width: 100%;
  order: 3;
}
section.city-home-for-sales .sidx-gallery-listings {
  width: 100%;
  margin-bottom: 70px;
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-price {
  font-size: 24px;
  color: rgba(55, 62, 67, 1);
  font-family: var(--font-secondary);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-sale-type {
  font-size: 14px;
  color: rgba(29, 39, 49, 1);
  text-transform: none;
  margin-top: 10px;
  font-family: var(--font-primary);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-mls-info {
  font-size: 14px;
  color: rgba(55, 62, 67, 1);
  text-transform: none;
  background-color: rgba(233, 239, 242, 1);
  width: max-content;
  padding: 5px 12px;
  border-radius: 35px;
  margin-top: 14px;
  margin-bottom: 10px;
  font-family: var(--font-primary);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-detail
  .sidx-info-block {
  color: rgba(169, 159, 127, 1);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-info-block {
  color: rgba(169, 159, 127, 1);
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-primary);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-info-blocks {
  flex-wrap: wrap;
  margin-bottom: 10px;
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-listing-heading {
  color: rgba(85, 88, 99, 1);
  font-size: 17px;
  font-family: var(--font-secondary);
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-listing-heading
  em {
  color: rgba(153, 169, 175, 1);
  font-size: 16px;
  margin-top: 10px;
  display: inline-block;
}
section.city-home-for-sales
  .sidx-search-result-grid-item
  .sidx-details
  .sidx-disclaimer {
  color: rgba(153, 169, 175, 1);
  font-size: 12.5px;
  font-family: var(--font-secondary);
}
body .sidx-container .sidx-search-result-grid-item .sidx-actions {
  background-color: rgba(55, 62, 67, 1) !important;
  border-radius: 20px;
  bottom: -37px !important;
  top: auto !important;
  z-index: 2;
  transition: all 0.3s ease-in !important;
  border: 0;
}
body .sidx-container .sidx-search-result-grid-item:hover .sidx-actions {
  bottom: 0px !important;
}
body
  .sidx-container
  .sidx-gallery-listings
  .sidx-gallery-listings-wrapper
  .sidx-search-result-grid-item
  .sidx-content {
  height: 100%;
}
body .sidx-gallery-listings .sidx-require-auth,
.sidx-require-auth {
  position: relative;
  margin-bottom: 10px;
}
body .sidx-gallery-listings .sidx-require-auth > div,
.sidx-require-auth > div {
  height: 100%;
}
section.city-home-for-sales .sidx-gallery-listings-prev,
section.city-home-for-sales .sidx-gallery-listings-next {
  position: absolute;
  top: calc(50% - 24px);
}
body .sidx-gallery-listings {
  position: relative;
}
section.city-home-for-sales .sidx-gallery-listings-prev {
  left: -40px;
}
section.city-home-for-sales .sidx-gallery-listings-next {
  right: -40px;
}
section.city-home-for-sales .sidx-container .sidx-hotsheet form {
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
}
section.city-home-for-sales .sidx-container .sidx-hotsheet form button {
  border: 2px solid rgba(229, 198, 150, 1);
  box-shadow: none;
  background-color: rgba(229, 198, 150, 1);
  color: rgba(31, 37, 40, 1);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  height: 63px;
  border-radius: 35px;
  padding: 0 35px;
}
section.inner-hero {
  position: relative;
  padding: 230px 0 40px;
  text-align: center;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

section.inner-hero .review-text {
  background: rgba(255, 255, 255, 0.2);
  width: max-content;
  display: flex;
  align-items: center;
  min-height: 35px;
  gap: 10px;
  border-radius: 35px;
  padding: 2px 15px;
  color: #fff;
  line-height: 1;
  margin: 0 auto 25px;
}

section.inner-hero .review-text .star {
  display: flex;
  align-items: center;
  gap: 6px;
}

section.inner-hero .headline {
  line-height: 114%;
}

section.inner-hero .sub-headline {
  color: var(--primary);
  font-family: var(--font-primary);
  text-transform: none;
  font-weight: 500;
}

section.inner-hero .arrow-link {
  margin-top: 40px;
}

section.inner-hero .arrow-link a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
}
section.city-image-cta {
  padding-right: 20px;
}
body .sidx-container .sidx-searchform .sidx-basic .sidx-field,
body .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle,
body .sidx-container .sidx-dropdown-pill,
body .sidx-container .sidx-reset-search-pill.sidx-reset-search-pill,
body .sidx-container .sidx-share-search-pill.sidx-share-search-pill {
  background-color: transparent;
  border: 1px solid rgba(229, 198, 150, 1) !important;
  color: rgba(31, 37, 40, 1) !important;
  border-radius: 35px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
body .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle,
body .sidx-container .sidx-dropdown-pill,
body .sidx-container .sidx-reset-search-pill.sidx-reset-search-pill,
body .sidx-container .sidx-share-search-pill.sidx-share-search-pill {
  background-color: rgba(229, 198, 150, 1) !important;
}
body .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle span,
body .sidx-container .sidx-reset-search-pill.sidx-reset-search-pill span,
body .sidx-container .sidx-share-search-pill.sidx-share-search-pill span {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .sidx-container .sidx-streamlined-search .sidx-streamlined-toggle span i,
body .sidx-container .sidx-reset-search-pill.sidx-reset-search-pill span i,
body .sidx-container .sidx-share-search-pill.sidx-share-search-pill span i {
  margin: 0;
}
.sidx-container .sidx-search-pill-links {
  display: flex;
  gap: 10px;
}
body .sidx-container .sidx-dropdown-pill i {
  top: 10px !important;
  color: rgba(31, 37, 40, 1) !important;
}
body .sidx-container .sidx-searchform .sidx-input-field,
body .sidx-container .sidx-searchform .sidx-suggestions-input {
  background-color: transparent;
  border: 1px solid rgba(229, 198, 150, 1) !important;
  color: rgba(31, 37, 40, 1) !important;
  border-radius: 35px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 15px;
}
body .sidx-container .sidx-fa {
  font-size: 14px !important;
}
body .sidx-container .sidx-listings-controls .sidx-results-type-toggle {
  display: flex;
  align-items: center;
  padding: 0;
}
body .sidx-container .sidx-sort-menu .sidx-sort-menu-selection {
  border: 1px solid rgba(229, 198, 150, 1);
  border-radius: 35px;
  color: rgba(31, 37, 40, 1);
  padding: 8px 20px;
}
body
  .sidx-container
  .sidx-sort-menu
  .sidx-sort-menu-selection
  i.sidx-chevron-down {
  color: rgba(31, 37, 40, 1);
}
body .sidx-container .sidx-main-header .sidx-header-link .sidx-link,
body .sidx-container .sidx-main-header .sidx-header-link a {
  color: rgba(31, 37, 40, 1);
  opacity: 1;
  border-bottom: 3px solid;
}
body .sidx-container .sidx-main-header .sidx-header-link .sidx-current-page,
body .sidx-container .sidx-main-header .sidx-header-link .sidx-link:hover,
body .sidx-container .sidx-main-header .sidx-header-link a:hover {
  border-color: rgba(229, 198, 150, 1);
  color: rgba(229, 198, 150, 1);
}
body .sidx-container .sidx-select-menu:not(.sidx-no-frame) {
  border: 1px solid rgba(229, 198, 150, 1);
  padding: 8px 10px;
}
body
  .sidx-container
  .sidx-streamlined-search
  .sidx-streamlined-types-toggle
  > div.sidx-selected {
  background-color: rgba(229, 198, 150, 1);
  color: rgba(31, 37, 40, 1);
  font-size: 20px;
}
body
  .sidx-container
  .sidx-streamlined-search
  .sidx-streamlined-searchbox
  > div {
  border: 1px solid rgba(229, 198, 150, 1);
  padding: 6px 10px;
}
body .sidx-container [type='checkbox'],
.sidx-container [type='radio'] {
  border: 1px solid rgba(229, 198, 150, 1);
  width: 20px;
  height: 20px;
}
body .sidx-container label {
  display: flex;
  align-items: center;
  gap: 5px;
}
body .sidx-container .sidx-increment-input .sidx-increment-down,
body .sidx-container .sidx-increment-input .sidx-increment-up {
  background-color: rgba(229, 198, 150, 1);
}
body
  .sidx-container
  .sidx-streamlined-search
  .sidx-streamlined-range
  .sidx-increment-input
  input {
  border-color: rgba(229, 198, 150, 1);
}
body .sidx-container .sidx-streamlined-search .sidx-streamlined-done {
  background-color: rgba(229, 198, 150, 1);
  border: none;
  color: rgba(31, 37, 40, 1);
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 35px;
}
body .sidx-container .sidx-button.sidx-primary,
body .sidx-container button.sidx-primary {
  color: rgba(31, 37, 40, 1) !important;
  background-color: rgba(229, 198, 150, 1) !important;
  border: none !important;
  border-radius: 35px;
  box-shadow: none !important;
}
body .sidx-container {
  color: rgba(31, 37, 40, 1) !important;
}
body .sidx-container .sidx-consumer-tools .sidx-page-heading,
body .sidx-container .sidx-consumer-tools .sidx-sidebar .sidx-checkboxes label,
body
  .sidx-container
  .sidx-consumer-tools
  .sidx-sidebar
  .sidx-select-menu
  .sidx-select-menu-content
  .sidx-select-menu-selection,
body .sidx-container .sidx-consumer-tools-no-activity p,
body .sidx-container .sidx-consumer-tools-no-activity .sidx-title {
  color: rgba(31, 37, 40, 1);
}
body .sidx-container .sidx-signup .sidx-modal-input {
  border-color: rgba(229, 198, 150, 1);
  border-radius: 35px;
  font-size: 14px;
  padding: 14px 20px 12px;
}
body .sidx-container .sidx-signup .sidx-signup__section label {
  padding-left: 10px;
}
body .sidx-container .sidx-search-result-grid-item .sidx-actions i.sidx-icon {
  font-size: 20px !important;
}

/* === === ===  === === === */
/* hero section v2 start */
.home-banner-v2 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  padding-top: 265px;
  padding-bottom: 120px;
}
.home-banner-v2.home-banner .banner-box {
  background:
    linear-gradient(0deg, #d9d9d9, #d9d9d9),
    linear-gradient(
      180deg,
      rgba(21, 31, 42, 0) 0%,
      rgba(21, 31, 42, 0.9) 105.63%
    );
  opacity: 10%;
  top: 18%;
  zoom: 90%;
}
.home-banner.home-banner-v2 .heading .disc * {
  margin-bottom: 25px;
}
.home-banner-v2.home-banner .banner-box-girl {
  top: 9%;
  zoom: 90%;
}
.home-banner-v2 .content {
  zoom: 90%;
}
.home-banner-v2.home-banner .banner-box-girl img {
  width: 90%;
}
.sales-info-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  align-items: center;
  color: #fff;
  margin-top: 100px;
  max-width: clamp(500px, 109.83px + 59.33vw, 1050px);
  margin-left: clamp(0px, -226.62px + 14.84vw, 212px);
}
.sales-info-item {
  text-align: center;
  padding: 0 20px;
}
.sales-info-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255);
}
.sales-info p {
  margin: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
}
.sales-title p {
  margin: 15px 0px 0px;
  color: var(--primary);
}
.home-banner-v2 .scroll-action {
  width: 66px;
  height: 66px;
  margin-top: 0px;
  position: absolute;
  left: 100px;
  bottom: 130px;
}
.home-banner-v2 .review-badge {
  position: absolute;
  right: 0px;
  top: 60%;
  transform: translateY(-50%);
  width: 72px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #fff;
  z-index: 5;
}
.home-banner-v2 .rating-block {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.home-banner-v2 .rating {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.home-banner-v2 .rating span {
  font-size: 10px;
  opacity: 0.7;
}
.home-banner-v2 .stars-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.home-banner-v2 .stars-list img {
  width: 14px;
  height: auto;
}
.home-banner-v2 .avatars {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 4px;
}
.home-banner-v2 .avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #131d28;
  margin-top: -8px;
  transform: rotate(-80deg);
}
.home-banner-v2 .stars-list ul li {
  line-height: 1;
}

/* about selling v2 start */
.why-choose-v2 {
  margin-top: -200px;
}
.why-choose-v2 .top-block {
  align-items: stretch;
}
.why-choose-v2 .top-block .left-block {
  max-width: 750px;
}
.why-choose-v2 .top-block .right-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.why-choose-v2 .top-block .brand-icon {
  margin-left: auto;
}
.why-choose-v2 .top-block .right-tag {
  align-self: flex-end;
  padding: 11px 18px 11px 42px;
  background-color: #3a424b;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  border-radius: 100px;
  position: relative;
  margin-left: auto;
}
.why-choose-v2 .top-block .right-tag::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
  top: 50%;
  background: url(/wp-content/uploads/2026/02/tag-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
}
.why-choose-wrapper {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 22px;
}
.why-choose-item:first-child {
  grid-row: span 2;
}
.why-choose-item:first-child .image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.why-choose-v2 .why-choose-card {
  border-right: 1px solid var(--light-dark);
  padding: 20px 20px 35px 20px;
}
.why-choose-v2 .why-choose-card .icon {
  margin-bottom: 1px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  height: auto;
  width: 50px;
}
.why-choose-v2 .why-choose-card .icon img {
  width: 42px;
  height: auto;
}
.why-choose-v2 .why-choose-card .title p {
  font-size: 18px;
  text-transform: none;
  text-align: center;
  font-weight: 400;
}
.why-choose-v2 .why-choose-card .disc p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.why-choose-v2 .why-choose-item:first-child .bottom-block {
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  align-items: center;
}
.why-choose-v2 .why-choose-item:first-child .bottom-block .icon {
  margin: 0px;
  width: 45px;
  height: auto;
}
.why-choose-v2 .why-choose-item:first-child .bottom-block .image {
  margin-bottom: 20px;
  width: 100%;
}
.why-choose-v2 .why-choose-item:not(:first-child) .bottom-block .title {
  width: 100%;
}
.why-choose-v2 .why-choose-item:first-child .bottom-block .title p {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}
.why-choose-v2 .why-choose-item:first-child .disc {
  margin-bottom: 20px;
}
.why-choose-v2 .why-choose-item:first-child .disc p {
  text-align: left;
  font-size: 16px;
  line-height: 1.875;
}
.why-choose-wrapper
  .why-choose-item:not(:first-child)
  .why-choose-card
  .action-block {
  justify-content: center;
  margin-top: 20px;
}
.why-choose-item-v3 {
  border: 1px solid rgba(255, 255, 255, 0.31);
  height: auto;
}
.why-choose-item-v3 .image {
  display: flex;
  max-height: 243px;
  overflow: hidden;
  margin-bottom: 30px;
}
.why-choose-item-v3 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.why-choose-wrapper.v-3 {
  grid-template-columns: repeat(3, 1fr);
}
.why-choose-item-v3:hover .image img {
  transform: scale(1.05);
}
.why-choose-item-v3 .icon-title {
  display: flex;
  padding: 0 20px 20px;
  gap: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.why-choose-item-v3 .disc {
  padding: 0 20px;
  font-size: 14px;
  line-height: 175%;
}
.why-choose-item-v3 .icon-title p {
  margin: 0;
}
.why-choose.why-choose-v2.why-choose-v3::after {
  display: none;
}
.why-choose-v2.why-choose-v3 {
  margin: 0;
  background: radial-gradient(50% 50% at 50% 50%, #273039 0%, #131d28 100%);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.why-choose-v2.why-choose-v3 .top-block {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between;
}
.why-choose-v2.why-choose-v3 .top-block .right-block {
  justify-content: flex-end;
}
.why-choose-v2.why-choose-v3 .top-block .right-block .common-slider-btn-block {
  margin-top: 30px;
}
.why-choose-v2.why-choose-v3.slide-activate::before {
  background:
    linear-gradient(0deg, #1d2731, #1d2731),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) -13.4%, rgba(0, 0, 0, 0) 130.56%);
  height: calc(100% - 60px);
  width: 95%;
  top: 30px;
  right: 0;
  position: absolute;
  content: '';
}
.why-choose-v2.why-choose-v3 .side-text * {
  font-family: var(--font-secondary);
  -webkit-text-stroke: 1px #899fae;
  opacity: 0.2;
  color: var(--transparent);
  position: absolute;
  right: -35px;
  bottom: 60px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  /* 1600px to 1920px clamp css  */
  font-size: clamp(190px, -360px + 34.38vw, 300px);
  /* font-size: 300px;  */
  line-height: 100%;
  letter-spacing: 10px;
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
  margin-bottom: 0;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
}
.why-choose-v3 .top-block .left-block .subtitle span {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(20px);
  font-size: 12px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 5px 20px 5px 39px;
  border-radius: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
.why-choose-v3 .top-block .left-block .subtitle span::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/wp-content/uploads/2026/02/info.svg);
  left: 15px;
}

/* buying home v2 start */
.buying-home-v2 {
  position: relative;
  margin-inline: inherit !important;
  background-color: #272f3899;
}
.buying-home-v2 .common-slider-btn-block {
  right: 0;
  left: inherit !important;
}
.buying-home-v2 .bottom-block-wrapper {
  padding: 43px 50px 66px;
  margin-top: 99px;
  background: #1a242e;
  border-radius: 30px;
}
.buying-home-v2 .bottom-block-wrapper .heading-block {
  margin-bottom: 10px;
}
.buying-home-v2 .bottom-block-wrapper .heading-block .subtitle p {
  font-size: 18px;
  font-weight: 500;
}
.buying-home-v2 .bottom-block-wrapper .heading-block .title h4 {
  font-size: 44px;
}
.buying-home-v2 .ways-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.buying-home-v2 .ways-container .ways-item {
  text-align: center;
  flex-basis: calc(33.33% - 20px);
}
.buying-home-v2 .bottom-block-wrapper .heading-block {
  margin-bottom: 10px;
}
.buying-home-v2 .bottom-block-wrapper .heading-block .subtitle p {
  font-size: 18px;
  font-weight: 500;
}
.buying-home-v2 .bottom-block-wrapper .heading-block .title h4 {
  font-size: 44px;
}
.buying-home-v2 .ways-container .way-icon {
  margin-bottom: 28px;
}
.buying-home-v2 .ways-container .way-icon img {
  height: 81px;
  width: auto;
}
.buying-home-v2 .ways-container .title p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.buying-home-v2 .side-text * {
  font-family: var(--font-secondary);
  -webkit-text-stroke: 1px #899fae;
  opacity: 0.2;
  color: var(--transparent);
  position: absolute;
  left: 5px;
  bottom: 0px;
  writing-mode: sideways-lr;
  text-orientation: mixed;
  font-size: clamp(190px, -360px + 34.38vw, 300px);
  /* font-size: 300px; */
  line-height: 100%;
  letter-spacing: 10px;
  font-weight: 600;
  pointer-events: none;
  z-index: 2;
  margin-bottom: 0;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
}
.buying-home-card.buying-home-grid-card {
  gap: 20px;
}
.buying-home-grid-card svg.search-icon {
  position: absolute;
  right: 15px;
  width: 37px;
  height: auto;
  top: 15px;
}
.buying-home-grid-card .image-block {
  position: relative;
}
.buying-home-grid-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
.buying-home-grid-card .readmore {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Search Ways*/
.search-ways {
  padding-block: 76px 96px;
}
.search-ways .search-block-wrapper {
  padding: 0px 50px 0px;
}
.search-ways .search-block-wrapper .heading-block {
  margin-bottom: 10px;
}
.search-ways .search-block-wrapper .heading-block .subtitle p {
  font-size: 18px;
  font-weight: 500;
}
.search-ways .search-block-wrapper .heading-block .title h4 {
  font-size: 44px;
}
.search-ways .ways-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.search-ways .ways-container .ways-item {
  text-align: center;
  flex-basis: calc(33.33% - 20px);
}
.search-ways .search-block-wrapper .heading-block {
  margin-bottom: 10px;
  text-align: center;
}
.search-ways .search-block-wrapper .heading-block .subtitle p {
  font-size: 18px;
  font-weight: 500;
}
.search-ways .search-block-wrapper .heading-block .title h4 {
  font-size: 44px;
}
.search-ways .ways-container .way-icon {
  margin-bottom: 28px;
  display: inline-block;
}
.search-ways .ways-container .way-icon img {
  height: 81px;
  width: auto;
}
.search-ways .ways-container .title p {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* videos v2 start */
.featured-videos {
  padding-block: 92px;
  overflow: hidden;
}
.featured-videos .top-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.featured-videos .top-block .title * {
  font-size: 52px;
  margin-bottom: 0px;
}
.featured-videos .video-block {
  margin-top: 50px;
}
.featured-videos .video-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.featured-videos .video-wrapper .video-item {
  flex-basis: calc(33.33% - 20px);
  width: calc(33.33% - 20px);
}
.featured-videos .video-wrapper .video-item .video-thumbnail {
  position: relative;
  display: flex;
}
.featured-videos .video-wrapper .video-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .featured-videos .video-wrapper .video-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.59) 100%
  );
  border-radius: 18px;
} */
.featured-videos .video-wrapper .video-item .video-thumbnail img {
  width: 100%;
  border-radius: 18px;
  height: 100%;
  object-fit: cover;
}
.featured-videos .video-wrapper .video-item a .video-icon {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.featured-videos .video-wrapper .video-item a .youtube-icon {
  position: absolute;
  top: 26px;
  right: 15px;
}
.stats-card {
  background: rgba(255, 255, 255, 0.07);
  padding: 18px 24px 21px 29px;
  border-radius: 13px;
}
.stats-card .views-number {
  color: #d0ad6a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.286;
  display: inline-block;
  letter-spacing: -3%;
}
.stats-card .views-label {
  font-size: 14px;
  font-weight: 500;
}
.stats-card .views-row {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.metrics-row {
  display: flex;
  flex-wrap: wrap;
}
.metrics-row .metric-number {
  font-size: 16px;
}
.metrics-row .metric {
  flex-basis: 50%;
  padding: 5px 0px;
}
.metrics-row .metric svg {
  height: 22px;
  width: 20px;
  margin-right: 2px;
}
.metrics-row .metric:last-child {
  text-align: right;
}
.metrics-row .metric:first-child {
  border-right: 0.5px solid rgba(255, 255, 255, 0.5);
}
.featured-videos .top-block .left {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
}

/* testimonials v2 start */
.testimonials-v2 .testimonials-card {
  background-color: #323a43;
  border-radius: 20px;
}
.testimonials-v2 .testimonials-card .subtitle * {
  font-size: 14px;
}
.testimonials-v2 .testimonials-card .quote-icon {
  aspect-ratio: auto;
  opacity: 0.7;
}

/* have questions */
.have-questions {
  padding-block: 170px 150px;
  position: relative;
  overflow: hidden;
  background-color: #1d2731;
}
.have-questions::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url(/wp-content/uploads/2026/02/have-questions-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.have-questions-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.have-questions-block .contact-left {
  flex-basis: calc(43% - 15px);
}
.have-questions .disc p {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
}
.have-questions .contact-info-block {
  margin-top: 40px;
}
.have-questions .contact-title p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.have-questions .contact-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.have-questions .contact-info .phone,
.have-questions .contact-info .email {
  display: flex;
  align-items: center;
  gap: 15px;
}
.have-questions .contact-info .phone-icon,
.have-questions .contact-info .email-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5b799;
  border-radius: 34px;
  padding: 5px;
}
.have-questions .contact-info .phone a {
  font-size: 16px;
  font-weight: 500;
}
.have-questions .contact-info .email a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.have-questions .contact-right {
  flex-basis: calc(57% - 15px);
  border-radius: 30px;
}
.contact-right-wrapper {
  padding: 57px 42px 65px;
  background: #2a333d;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
}
.contact-right-wrapper .title p {
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
  padding-bottom: 10px;
  position: relative;
}
.contact-right-wrapper .title p::after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 242px;
  margin: auto;
  height: 0.5px;
  background: #d5b7994a;
}
.contact-right-wrapper .disc p {
  font-size: 16px;
  font-weight: 400;
  color: #c7c9cd;
}
.contact-right-wrapper .action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-right-wrapper .buying-home-link,
.contact-right-wrapper .selling-home-link {
  padding: 38px 20px 45px;
  background: #3f4750;
  display: inline-block;
  border-radius: 20px;
  flex-basis: calc(50% - 10px);
  max-width: 260px;
  cursor: pointer;
}
.contact-right-wrapper .buying-home-link img,
.contact-right-wrapper .selling-home-link img {
  display: block;
  margin: 0px auto 10px;
}
.have-questions .banner-box-girl {
  position: absolute;
  right: -16vw;
  bottom: -165px;
  z-index: 1;
}
/* === === ===  === === === */
/* === === === Footer CSS Start  === === === */
.footer-v2 {
  background-color: #252f38;
}
.footer-v2 .f-top {
  gap: 30px;
  align-items: flex-start;
}
.footer-widget-column .widget-title {
  font-size: 18px;
  font-weight: 500;
  color: #d0ad6a;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: block;
}

.footer-widget-column-1 .kw-logo {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.footer-widget-column-1 .kw-logo span {
  font-size: 14px;
  font-weight: 500;
  color: #b9a087;
  text-transform: uppercase;
}
.footer-widget-column-1 .kw-logo img {
  width: 100%;
  max-width: 132px;
}
.footer-widget-column-1 .f-menu-block {
  margin-top: 20px;
}
.footer .footer-widget-column-1 .f-menu-block ul {
  margin-bottom: 0px;
}
.footer-v2 .footer-widget-column .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-v2 .footer-widget-column .menu li:not(:last-child) {
  margin-bottom: 7px;
}
.footer-v2 .footer-widget-column .menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #a1a4ae;
}
.footer-v2 .footer-widget-column .menu li a:hover {
  color: var(--primary);
}
.office-addresses-block .address-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.office-addresses-block .address-item:not(:last-child) {
  margin-bottom: 18px;
}
.office-addresses-block .address-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5b799;
  border-radius: 34px;
  padding: 5px;
}
.office-addresses-block .address p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}
.popular-locations-block .location a {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 7px;
  color: #a1a4ae;
}
.popular-locations-block .location a:hover {
  color: var(--primary);
}
.popular-locations-block .location:last-child a {
  margin-bottom: 0px;
}
.load-more-locations {
  color: #fff;
  cursor: pointer;
}
.load-more-locations.expanded {
  margin-top: 10px;
}
.footer-v2 .f-contact {
  display: flex;
  gap: 10px;
}
.footer-v2 .f-contact .email-icon,
.footer-v2 .f-contact .phone-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5b799;
  border-radius: 34px;
  padding: 5px;
}
.footer-v2 .f-contact a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.footer-v2 .f-contact a:hover {
  color: var(--primary);
}
/* === === === Footer CSS End  === === === */

/* === === === Search Results CSS Start  === === === */
.search-page {
  margin-block: 200px 100px;
}
.search-page h1 {
  font-size: 30px;
  font-size: clamp(56px, -1.72px + 3.5vw, 80px);
  text-align: center;
  line-height: 1.25;
}
.search-page h1 span {
  display: block;
  line-height: 1.25;
}
.search-result-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.search-result-wrapper .entry-title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.search-result-wrapper article {
  padding: 5px;
}
.search-result-wrapper .post-thumbnail {
  border-radius: 20px;
  display: block;
  margin-bottom: 25px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.search-result-wrapper .post-thumbnail img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.search-no-result {
  text-align: center;
}
/* === === === Search Results CSS End  === === === */

/* === === === Forms CSS Start  === === === */
.buying-home-form .wpforms-container,
.selling-home-form .wpforms-container {
  margin: 0px !important;
}
.buying-home-form .wpforms-container .wpforms-field-label,
.selling-home-form .wpforms-container .wpforms-field-label {
  color: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.selling-home-form .wpforms-container .wpforms-field-sublabel {
  color: #fff;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
}
.buying-home-form .wpforms-container .wpforms-field-label-inline,
.selling-home-form .wpforms-container .wpforms-field-label-inline {
  color: #fff;
  text-align: left;
}
.buying-home-form .wpforms-container .wpforms-submit,
.selling-home-form .wpforms-container .wpforms-submit {
  width: fit-content !important;
  padding: 21px 46px !important;
  text-align: center;
  font-family: var(--font-primary) !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 18px !important;
  border-radius: 50px !important;
  border: 1px solid !important;
  text-decoration: none !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase !important;
  background: transparent !important;
  color: var(--light-primary) !important;
  background-color: var(--transparent) !important;
  border-color: var(--light-primary) !important;
  height: 58px;
  transition: all 0.3s ease-in-out;
}
.buying-home-form .wpforms-container .wpforms-submit:hover,
.selling-home-form .wpforms-container .wpforms-submit:hover {
  color: var(--dark) !important;
  background-color: var(--light-primary) !important;
  border-color: var(--light-primary) !important;
}
.buying-home-form .wpforms-container .wpforms-page-indicator.progress {
  display: none;
}
.buying-home-form .wpforms-container {
  padding-block: 39px !important;
}
.buying-home-form .wpforms-container .wpforms-field-label {
  font-size: 14px;
}
.buying-home-form .wpforms-container input,
.selling-home-form .wpforms-container input,
.selling-home-form .wpforms-container select {
  height: 50px;
  border-radius: 10px !important;
}
.buying-home-form
  .wpforms-container
  button.wpforms-page-button.wpforms-page-next,
.buying-home-form .wpforms-container .wpforms-submit,
.selling-home-form .wpforms-container .wpforms-submit {
  width: 100% !important;
  padding: 10px 20px !important;
  min-height: 63px;
  border-radius: 34px;
  background: #e5c696 !important;
  border: 2px solid #e5c696;
  font-size: 16px;
  font-weight: 600;
  color: #1f2528 !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.buying-home-form
  .wpforms-container
  button.wpforms-page-button.wpforms-page-next:hover,
.buying-home-form .wpforms-container .wpforms-submit:hover,
.selling-home-form .wpforms-container .wpforms-submit:hover {
  background: transparent !important;
  color: #e5c696 !important;
}
.selling-home-form .wpforms-container input[type='radio']:checked:after {
  background: #e5c696;
}
.selling-home-form .wpforms-container input[type='radio']:checked:before {
  border-color: #e5c696;
}
/* === === === Forms CSS End  === === === */

nav.navigation.pagination {
  justify-content: center;
  margin-top: 30px;
}
nav.navigation.pagination .nav-links a {
  margin: 5px 10px;
  padding: 7px 10px 5px;
  border: 1px solid var(--light-primary);
  border-radius: 5px;
  display: inline-block;
}
nav.navigation.pagination .nav-links .page-numbers.current {
  background: var(--light-primary);
  margin: 5px 10px;
  padding: 7px 10px 5px;
  border: 1px solid var(--light-primary);
  border-radius: 5px;
  color: var(--dark);
  display: inline-block;
}
nav.navigation.pagination .nav-links a.prev.page-numbers,
nav.navigation.pagination .nav-links a.next.page-numbers {
  border: 0px;
}

/* === === === */
.search-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.search-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.search-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
}
.search-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}
.header-search {
  display: flex;
  gap: 10px;
}
.header-search input {
  flex: 1;
  padding: 12px;
  border: 1px solid #ddd;
}
.header-search button {
  background: #d0ad6a;
  border: none;
  padding: 0 18px;
  cursor: pointer;
}

/* === === === */

section.contact-sell-hero .contact-right .contact-right-wrapper {
  background: rgba(217, 217, 217, 0.07);
  backdrop-filter: blur(35px);
}
section.contact-sell-hero .contact-right-wrapper .buying-home-link,
section.contact-sell-hero .contact-right-wrapper .selling-home-link {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
}
section.contact-sell-hero {
  background: radial-gradient(50% 50% at 50% 50%, #38424e 0%, #131d28 100%);
  padding: 190px 0 100px;
  position: relative;
  overflow: hidden;
}
section.contact-sell-hero .behind-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.contact-sell-hero .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: calc(1390px + 40px);
}
section.contact-sell-hero .tagline {
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  height: 35px;
  align-items: center;
  padding: 0 20px 0 30px;
  border-radius: 99px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
section.contact-sell-hero .headline {
  font-size: 73px;
  line-height: 104%;
  text-transform: none;
}
section.contact-sell-hero .contents-wrap {
  font-size: 16px;
  line-height: 185%;
  color: #fff;
  margin-bottom: 30px;
}
section.contact-sell-hero .tagline::before {
  background-color: rgba(208, 173, 106, 1);
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  content: '';
  left: 14px;
}
section.contact-sell-hero .contact-right {
  width: 45%;
}
section.contact-sell-hero .contact-left {
  flex: 1;
}
section.contact-sell-hero .stats {
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
section.contact-sell-hero .stats .count {
  font-size: 32px;
  display: flex;
  color: #fff;
  line-height: 1;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
section.contact-sell-hero .stats .text {
  color: rgba(213, 183, 153, 1);
}
section.contact-sell-hero .stats .stat-item {
  /* flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px; */
  border: none !important;
}
section.contact-sell-hero .stats .line {
  background-color: rgba(255, 255, 255, 1);
  height: 110px;
  width: 1px;
  opacity: 50%;
}
section.contact-sell-hero .stats .stat-item:last-child {
  border: none;
}
section.contact-sell-hero .stats .stat-item .percent {
  padding-left: 10px;
}
section.contact-sell-hero .contact-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  gap: 15px;
}
section.contact-sell-hero .contact-details .phone-description {
  font-size: 22px;
  font-style: italic;
  color: #fff;
  letter-spacing: -0.2px;
  font-family: var(--font-secondary);
}
section.contact-sell-hero .contact-details a {
  background: rgba(201, 201, 201, 0.11);
  padding: 9px 15px;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(213, 183, 153, 1);
  font-size: 14px;
  letter-spacing: -1px;
}
section.contact-sell-hero .rating-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  min-height: 35px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  border-radius: 99px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
section.contact-sell-hero .rating-text .star {
  display: flex;
  gap: 5px;
  padding-bottom: 2px;
}
section.contact-sell-hero .next-sec {
  position: absolute;
  bottom: 30px;
  left: 50px;
}
section.contact-sell-hero .wpforms-page-indicator.progress {
  display: none;
}
section.contact-sell-hero .contact-right-wrapper.form-view {
  background: rgba(242, 241, 240, 0.88);
  padding: 20px 40px;
}
section.contact-sell-hero
  .contact-right-wrapper.form-view
  .buying-home-form
  .wpforms-container {
  padding: 0 !important;
}
section.contact-sell-hero
  .contact-right-wrapper.form-view
  .buying-home-form
  .wpforms-container
  .wpforms-field-label {
  color: rgba(29, 39, 49, 1);
}
section.contact-sell-hero
  .contact-right-wrapper.form-view
  .buying-home-form
  .wpforms-container
  input,
section.contact-sell-hero
  .contact-right-wrapper.form-view
  .buying-home-form
  .wpforms-container
  select {
  height: 60px;
  border: 0.5px solid rgba(111, 111, 111, 0.75);
}
section.contact-sell-hero .contact-right-wrapper.form-view .top-title {
  text-align: left;
  color: rgba(29, 39, 49, 1);
  font-size: 18px;
  margin-bottom: 15px;
  font-family: var(--font-secondary);
  font-style: italic;
}
section.contact-sell-hero .contact-right-wrapper.form-view .bottom-title {
  text-align: left;
  color: rgba(19, 29, 40, 1);
  font-size: 12px;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-sell-hero-tags {
  background: rgba(41, 50, 61, 1);
  padding: 53px 0;
}
.contact-sell-hero-tags .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1390px + 40px);
  flex-wrap: wrap;
  gap: 20px;
}
.contact-sell-hero-tags .tag {
  display: flex;
  align-items: center;
  /* gap: 10px; */
  color: #fff;
}
.contact-sell-hero-tags .tag svg {
  margin-right: 10px;
}
.contact-sell-hero-tags .tag .percent {
  padding: 0 2px 0 5px;
}

section.get-in-touch {
  padding: 90px 0 0;
  position: relative;
  overflow: hidden;
}
section.get-in-touch .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  max-width: calc(1390px + 40px);
  align-items: center;
  padding-bottom: 70px;
}
section.get-in-touch .tagline {
  color: rgba(29, 39, 49, 1);
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
section.get-in-touch .headline {
  color: rgba(29, 39, 49, 1);
  text-transform: none;
  line-height: 96%;
  margin-bottom: 30px;
}
section.get-in-touch .contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
section.get-in-touch .tagline::before {
  position: absolute;
  content: '';
  height: 2.5px;
  width: 35px;
  background: rgba(208, 173, 106, 1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.get-in-touch .contact-details a {
  color: rgba(29, 39, 49, 1);
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.get-in-touch .contact-details a span.icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(29, 39, 49, 1);
  border-radius: 50%;
}
section.get-in-touch .form-title {
  color: rgba(29, 39, 49, 1);
  font-size: 36px;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
section.get-in-touch
  div.wpforms-container
  .wpforms-form
  .wpforms-field
  input:not(input[type='radio']) {
  border: 0.5px solid rgba(111, 111, 111, 0.75);
  border-radius: 10px;
  background-color: #fff;
  min-height: 60px;
}
section.get-in-touch div.wpforms-container .wpforms-form .wpforms-field label {
  color: rgba(29, 39, 49, 1);
  font-size: 14px;
  font-weight: 300;
}
section.get-in-touch
  div.wpforms-container-full
  .wpforms-form
  .wpforms-submit-container
  button.wpforms-submit {
  width: 100%;
  background-color: rgba(229, 198, 150, 1) !important;
  border-radius: 99px;
  height: 63px;
  color: rgba(31, 37, 40, 1);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
section.get-in-touch .map-iframe {
  display: flex;
}

section.faqs {
  padding: 100px 0;
}

section.faqs .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

section.faqs .tagline {
  color: rgba(170, 132, 83, 1);
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 30%;
  margin-bottom: 30px;
}

section.faqs .headline {
  color: rgba(0, 0, 0, 1);
  font-size: 64px;
  text-transform: none;
  line-height: 1;
}

section.faqs .contents-wrap {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  line-height: 185%;
}

section.faqs .faq-item {
  border-bottom: 0.75px solid rgba(29, 39, 49, 1);
  color: rgba(0, 0, 0, 1);
}

section.faqs .faq-item .faq-question {
  color: rgba(29, 39, 49, 1);
  font-size: 28px;
  text-transform: none;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 15px 0;
}

section.faqs .faq-item .faq-question .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  top: calc(50% - 10px);
  transition: all 0.3s ease-in;
}
section.faqs .faq-item .faq-question .icon.rotated {
  transform: rotate(90deg);
}
section.clients-stories {
  padding: 100px 0;
}

section.clients-stories .top-area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  justify-content: space-between;
}

section.clients-stories .top-area .rating-text {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(29, 39, 49, 1);
  font-size: 18px;
  margin-bottom: 20px;
}

section.clients-stories .top-area .headline {
  margin: 0;
  line-height: 1;
  color: rgba(29, 39, 49, 1);
  text-transform: none;
  font-size: 56px;
}

section.clients-stories .top-area .common-slider-btn {
  border: 1px solid rgba(29, 39, 49, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

section.clients-stories .top-area .common-slider-btn::before {
  opacity: 0;
}

section.clients-stories .item {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(80px);
  border-radius: 16px;
  padding: 25px 35px;
}

section.clients-stories .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 18px;
}

section.clients-stories .item .top .photo {
  display: flex;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 10px;
}

section.clients-stories .item .top .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.clients-stories .item .name-location {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

section.clients-stories .item .comments-wrap {
  color: rgba(29, 39, 49, 1);
  line-height: 145%;
  font-size: 14px;
}

section.how-it-work {
  padding: 100px 0;
}

section.how-it-work .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

section.how-it-work .headline {
  color: rgba(20, 30, 40, 1);
  text-transform: none;
  line-height: 1;
}

section.how-it-work .contents-wrap {
  color: rgba(19, 29, 40, 1);
  line-height: 185%;
  margin-bottom: 30px;
}

.how_it_works {
  border-left: 1px solid rgba(195, 190, 184, 1);
  display: grid;
}

.how_it_works .item {
  padding-left: 50px;
  position: relative;
}

.how_it_works .item .title {
  color: rgba(19, 29, 40, 1);
  font-size: 26px;
  text-transform: none;
  line-height: 1;
  position: relative;
}

.how_it_works .item .desc {
  color: rgba(92, 92, 92, 1);
  font-weight: 300;
}

.how_it_works .item .title::before {
  box-shadow: 0px 0px 0px 2px rgba(208, 173, 106, 1);
  background: rgba(253, 252, 249, 1);
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: -57px;
  z-index: 2;
  top: 3px;
}

.how_it_works .item .title::after {
  position: absolute;
  content: '';
  background-color: rgba(208, 173, 106, 1);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -53.5px;
  z-index: 2;
  top: 6px;
}

.how_it_works .item::before {
  position: absolute;
  content: '';
  left: -1px;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: rgba(208, 173, 106, 1);
  transition: all 0.3s ease-in;
  opacity: 0;
}
.how_it_works .item.aos-animate::before {
  opacity: 1;
}

.why-choose-v2.why-choose-v3.white_version {
  background: rgba(253, 252, 249, 1);
}

.why-choose-v2.why-choose-v3.white_version .subtitle * {
  color: rgba(19, 29, 40, 1);
}
.why-choose-v2.why-choose-v3.white_version .subtitle {
  position: relative;
  padding-left: 50px;
}
.why-choose-v2.why-choose-v3.white_version .subtitle::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2.5px;
  background-color: rgba(208, 173, 106, 1);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.why-choose-v2.why-choose-v3.white_version .subtitle span {
  background: rgba(208, 173, 106, 0.63);
  backdrop-filter: blur(20px);
  color: rgba(29, 39, 49, 1);
  opacity: 1;
  margin: 0;
  margin-left: 10px;
}
.why-choose-v2.why-choose-v3.white_version .subtitle span::before {
  background-image: url(/wp-content/uploads/2026/03/info-icon.png);
}
.why-choose-v2.why-choose-v3.white_version .title h2 {
  color: rgba(20, 30, 40, 1);
  text-transform: none;
}
.why-choose-v2.why-choose-v3.white_version .title h2 span {
  text-transform: none;
}
.why-choose-v2.why-choose-v3.white_version .disc * {
  color: rgba(0, 0, 0, 1);
  line-height: 185%;
}
.why-choose-v2.why-choose-v3.white_version .why-choose-item-v3 {
  border: 1px solid rgba(29, 39, 49, 0.31);
}
.why-choose-v2.why-choose-v3.white_version .why-choose-item-v3 .icon-title {
  color: rgba(29, 39, 49, 1);
}
.why-choose-v2.why-choose-v3.white_version .why-choose-item-v3 .disc * {
  color: rgba(29, 39, 49, 0.8);
}
.why-choose-v2.why-choose-v3.white_version .why-choose-item-v3 .icon-title p {
  letter-spacing: -1px;
}
.why-choose-v2.why-choose-v3.white_version .top-block .right-block .brand-icon {
  background-image: url(/wp-content/uploads/2026/03/white-R.png);
  background-position: center;
  background-size: contain;
}
.why-choose-v2.why-choose-v3.white_version .top-block .right-block img {
  opacity: 0;
}

section.left_contents_right_image_video {
  padding: 100px 0;
}

section.left_contents_right_image_video .item {
  display: flex;
  align-items: center;
  gap: 100px;
}

section.left_contents_right_image_video .headline {
  font-size: 64px;
  text-transform: none;
  color: rgba(20, 30, 40, 1);
  line-height: 104%;
}

section.left_contents_right_image_video .contents-wrap {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  line-height: 185%;
}

section.left_contents_right_image_video .contents-wrap ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

section.left_contents_right_image_video .contents-wrap ul li {
  position: relative;
  padding-left: 40px;
}

section.left_contents_right_image_video .contents-wrap ul li::before {
  position: absolute;
  content: '';
  height: 28px;
  width: 28px;
  background-image: url(/wp-content/uploads/2026/03/checkmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
}

section.left_contents_right_image_video .sales-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.left_contents_right_image_video .item .left {
  flex: 1;
}

section.left_contents_right_image_video .item .right {
  width: 40%;
  position: relative;
  display: flex;
}

section.left_contents_right_image_video .item .right .video-link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}

section.left_contents_right_image_video .item .right img {
  width: 100%;
}

section.left_contents_right_image_video .sales-info .line {
  width: 1px;
  height: 110px;
  background-color: rgba(29, 39, 49, 1);
  opacity: 50%;
}

section.left_contents_right_image_video .sales-info .value {
  display: flex;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 10px;
  color: rgba(29, 39, 49, 1);
}

section.left_contents_right_image_video .sales-info .value .percent {
  padding-left: 5px;
}

section.left_contents_right_image_video .sales-info .text {
  color: rgba(29, 39, 49, 1);
  font-weight: 500;
}

section.left_contents_right_image_video a.btn {
  margin-top: 40px;
}

section.contact-sell-hero.contact-cta {
  padding: 150px 0;
  background-image: url(/wp-content/uploads/2026/03/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.contact-sell-hero.contact-cta .tagline {
  background-color: transparent;
  font-size: 22px;
  color: rgba(229, 198, 150, 1);
  padding: 0;
}
section.contact-sell-hero.contact-cta .tagline::before {
  opacity: 0;
}
section.contact-sell-hero.contact-cta .contact-details .phone-description {
  width: 100%;
}
section.contact-sell-hero.contact-cta
  .contact-right-wrapper.form-view
  .top-title {
  font-size: 26px;
  font-style: normal;
  border-bottom: 0.25px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 14px;
}
section.contact-sell-hero.contact-cta .banner-box-girl {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  height: 100%;
}

@media only screen and (max-width: 1599px) {
  .home-banner-v2 .scroll-action {
    left: 2%;
  }
  .buying-home-v2 .side-text * {
    writing-mode: initial;
    bottom: -154px;
    left: 10px;
    font-size: 220px;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
  }
  .footer-v2 .f-contact .email-icon,
  .footer-v2 .f-contact .phone-icon {
    width: 35px;
    height: 35px;
  }
  .footer-v2 .f-contact .email-icon img {
    width: 100%;
    max-width: 19px;
  }
  .footer-v2 .f-contact .phone-icon img {
    width: 100%;
    max-width: 22px;
  }
  .office-addresses-block .address-icon {
    width: 35px;
    height: 35px;
  }
  .office-addresses-block .address-icon img {
    width: 100%;
    max-width: 13px;
  }
}
@media (min-width: 1400px) {
  section.city-image-cta .contents {
    padding-right: calc(50% - 660px);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1540px) {
  .buying-home-v2 .common-slider-btn-block {
    right: -70px;
  }
}
@media screen and (min-width: 1200px) {
  section.city-hero .headline {
    font-size: 92px;
    line-height: 114%;
  }
  section.inner-hero .headline {
    line-height: 114%;
    font-size: 72px;
  }

  .why-choose-v2 .top-block .left-block .right-tag {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  section.contact-sell-hero .headline {
    font-size: 60px;
  }
  section.contact-sell-hero .contents-wrap {
    font-size: 16px;
  }
  section.contact-sell-hero .stats .count {
    font-size: 28px;
  }
  section.contact-sell-hero .stats .text {
    font-size: 14px;
    line-height: 1.2;
  }
  section.contact-sell-hero .contact-details {
    gap: 5px 15px;
  }
  section.contact-sell-hero {
    padding: 200px 0 140px;
  }
  .why-choose-v2 {
    margin-top: -190px !important;
  }
  .why-choose-v2.why-choose-v3 {
    margin-top: 0px !important;
  }
  .why-choose-v2 .top-block .left-block {
    max-width: 620px;
  }
  .home-banner-v2 .scroll-action {
    left: 10px;
    width: 50px !important;
    height: 50px !important;
  }
  .featured-videos .video-wrapper .video-item a .video-icon img {
    width: 100%;
    max-width: 90px;
  }
  .have-questions {
    padding-block: 155px 133px;
  }
  header.header form.header-search {
    max-width: 190px;
  }
  section.left_contents_right_image_video .headline {
    font-size: 47px;
  }
  section.left_contents_right_image_video .contents-wrap {
    font-size: 16px;
  }
  section.left_contents_right_image_video .container {
    display: grid;
    gap: 50px;
  }
  section.left_contents_right_image_video .sales-info .value {
    font-size: 20px;
  }
  section.left_contents_right_image_video .sales-info .text {
    font-size: 14px;
  }
  section.left_contents_right_image_video .sales-info {
    gap: 10px;
  }
  section.left_contents_right_image_video .item {
    gap: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .buying-home-v2 .common-slider-btn-block {
    right: -40px;
  }
}
@media screen and (max-width: 1199px) {
  section.city-hero .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.city-hero .left {
    text-align: center;
  }
  section.city-hero .review-text {
    margin: 0 auto 20px;
  }
  section.city-hero .contents-wrap {
    margin: auto;
    font-size: 16px;
  }
  section.city-image-cta .image {
    width: 550px;
  }
  section.city-image-cta .image img {
    width: 100%;
  }
  section.city-image-cta .contents {
    font-size: 16px;
    padding: 20px 20px 0;
  }
  .left-image-w-contents .item .image::before {
    width: 250px;
    height: 250px;
  }
  .left-image-w-contents .item .blurbs .title {
    font-size: 14px;
  }
  section.city-here-to-help .contents-wrap {
    font-size: 16px;
  }
  section.city-here-to-help .tagline {
    font-size: 18px;
  }
  section.city-here-to-help .city-form-tabs {
    width: 425px;
  }
  .city-blurbs {
    grid-template-columns: repeat(2, 1fr);
  }
  section.city-why-people-love .top-area .headline {
    margin-bottom: 0;
  }
  .city-blurbs .blurb:nth-child(2) {
    border: 1px solid rgba(55, 62, 67, 1);
    border-bottom: none;
  }
  .city-blurbs .blurb:first-child {
    border-bottom: none;
  }
  section.city-hero .sub-headline {
    font-size: 28px;
  }
  section.city-home-for-sales .headline {
    margin-bottom: 20px;
  }
  section.city-home-for-sales {
    padding: 70px 0;
  }
  section.city-home-for-sales .sidx-gallery-listings {
    margin-bottom: 50px;
  }
  section.city-home-for-sales .tagline {
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.city-home-for-sales .sidx-container .sidx-hotsheet form {
    margin-bottom: 40px;
  }
  section.city-home-for-sales .sidx-container .sidx-hotsheet form button {
    height: 48px;
    font-size: 14px;
  }
  section.inner-hero {
    padding: 160px 0 50px;
    background-position: 70% 0%;
  }
  section.inner-hero .arrow-link {
    margin-top: 50px;
  }
  section.inner-hero .arrow-link a svg {
    width: 50px;
    height: auto;
  }

  /* === === === */
  .sales-info-wrapper {
    max-width: clamp(500px, 109.83px + 55.33vw, 1050px);
  }
  .sales-info p {
    font-size: 28px;
  }
  .why-choose-v2 .top-block .left-block .right-tag {
    margin-left: 0px;
    margin-top: 30px;
    align-self: flex-start;
  }
  .why-choose-v2 .top-block .right-block .right-tag {
    display: none;
  }
  .why-choose-v2 .top-block .brand-icon {
    margin-left: 0px;
  }
  .why-choose-v2.why-choose-v3.slide-activate .top-block .right-block {
    flex-direction: column;
    justify-content: space-between;
  }
  .why-choose-v2.why-choose-v3.slide-activate::before {
    width: 100%;
  }
  .buying-home-v2 .bottom-block-wrapper {
    margin-top: 60px;
  }
  .buying-home-v2 .bottom-block-wrapper .heading-block {
    margin-bottom: 30px;
  }
  .search-ways .search-block-wrapper .heading-block {
    margin-bottom: 30px;
  }
  .buying-home-v2 .side-text * {
    bottom: -105px;
    left: 10px;
  }
  .have-questions {
    padding-block: 155px 128px;
  }
  header.header form.header-search {
    margin: 30px auto 0;
    max-width: 280px;
  }
  header.header .mobile-only {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
    margin-top: 30px;
  }
  header.header .mobile-only a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 14px;
  }
  header.header .mobile-only a span {
    text-decoration: underline;
  }

  /* footer css */
  .footer-v2 .f-menu-block {
    margin-top: 20px !important;
    justify-content: flex-start !important;
    text-align: left !important;
    flex-direction: inherit;
  }
  .buying-home-grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-widget-column.footer-widget-column-4 {
    order: 4;
  }
  .footer-widget-column.footer-widget-column-5 {
    order: 3;
  }
  .footer-widget-column.footer-widget-column-3 {
    order: 5;
  }
}
@media screen and (max-width: 1023px) {
  section.contact-sell-hero .contact-left {
    width: 100%;
    flex: none;
  }
  section.contact-sell-hero .contact-right {
    width: 100%;
  }
  .contact-sell-hero-tags .container {
    justify-content: center;
  }
  .contact-sell-hero-tags .tag {
    font-size: 14px;
  }
  .contact-sell-hero-tags {
    padding: 25px 0;
  }
  section.get-in-touch .container {
    grid-template-columns: 1fr;
  }
  section#get-in-touch {
    padding: 70px 0 0;
  }
  section.get-in-touch
    div.wpforms-container
    .wpforms-form
    .wpforms-field
    input:not(input[type='radio']) {
    min-height: 50px;
  }
  section.faqs {
    padding: 70px 0;
  }
  section.faqs .container {
    grid-template-columns: 1fr;
  }
  section.faqs .headline {
    font-size: 44px;
  }
  section.faqs .tagline {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.faqs .contents-wrap {
    font-size: 16px;
  }
  section.clients-stories .top-area .headline {
    font-size: 44px;
  }
  section.clients-stories .top-area .rating-text {
    font-size: 16px;
  }
  section.clients-stories {
    padding: 70px 0;
  }
  section.how-it-work {
    padding: 70px 0;
  }
  section.how-it-work .container {
    grid-template-columns: 1fr;
  }
  section.left_contents_right_image_video .item {
    flex-wrap: wrap;
  }
  section.left_contents_right_image_video .item .left {
    flex: none;
    width: 100%;
  }
  section.left_contents_right_image_video .item .right {
    width: 100%;
  }
  section.left_contents_right_image_video .item.reverse-column {
    flex-flow: column-reverse;
  }
  section.left_contents_right_image_video {
    padding: 70px 0;
  }
  section.left_contents_right_image_video .headline {
    font-size: 42px;
  }
  section.contact-sell-hero.contact-cta .banner-box-girl {
    height: 700px;
    right: -18%;
  }
  section.contact-sell-hero.contact-cta {
    padding: 100px 0 70px;
  }
  section.contact-sell-hero.contact-cta .tagline {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .buying-home-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section.city-hero {
    padding: 160px 0 90px;
  }
  section.city-image-cta {
    flex-wrap: wrap;
    gap: 10px;
  }
  section.city-image-cta .image {
    margin: -40px auto 0;
    width: 100%;
    max-width: 250px;
  }
  section.city-image-cta .contents {
    text-align: center;
    padding-bottom: 20px;
  }
  .left-image-w-contents .item .image {
    width: 100%;
  }
  .left-image-w-contents .item:nth-child(even) {
    flex-flow: column;
  }
  .left-image-w-contents {
    gap: 50px;
  }
  section.city-locations {
    padding: 70px 0;
  }
  section.city-locations .container {
    gap: 30px;
  }
  section.city-here-to-help .left {
    width: 100%;
    flex: auto;
    text-align: center;
  }
  section.city-here-to-help .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.city-here-to-help .tagline {
    font-size: 16px;
  }
  section.city-here-to-help {
    padding: 70px 0;
  }

  /* === === === */
  .home-banner-v2 {
    padding-bottom: 120px !important;
  }
  .sales-info-wrapper {
    max-width: 100%;
  }
  .home-banner-v2 .scroll-action {
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 50px;
  }

  .why-choose-v2 {
    margin-top: 0px !important;
  }
  .why-choose-v2 .top-block .left-block .right-tag {
    align-self: center;
  }
  .why-choose-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .why-choose-wrapper.v-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-choose-item:first-child {
    grid-row: span 2;
    grid-column: span 2;
  }
  .why-choose-v2.why-choose-v3.slide-activate .top-block {
    gap: 50px;
  }
  .why-choose-v2.why-choose-v3.slide-activate::before {
    width: 100%;
  }
  .buying-home-v2 {
    padding-block: 50px 123px !important;
  }
  .buying-home-v2 .bottom-block-wrapper {
    padding: 35px 30px 45px;
  }
  .buying-home-v2 .ways-container {
    gap: 20px;
  }
  .buying-home-v2 .ways-container .ways-item {
    flex-basis: calc(33.33% - 14px);
  }
  .buying-home-v2 .ways-container .way-icon img {
    height: 60px;
  }
  .buying-home-v2 .ways-container .title p {
    font-size: 14px;
  }
  .buying-home-v2 .side-text * {
    font-size: 130px;
    bottom: -123px;
    left: 20px;
  }
  .search-ways .bottom-block-wrapper {
    padding: 0px 30px 0px;
  }
  .search-ways .ways-container {
    gap: 20px;
  }
  .search-ways .ways-container .ways-item {
    flex-basis: calc(33.33% - 14px);
  }
  .search-ways .ways-container .way-icon img {
    height: 60px;
  }
  .search-ways .ways-container .title p {
    font-size: 14px;
  }
  .featured-videos .video-wrapper {
    justify-content: center;
  }
  .featured-videos .video-wrapper .video-item {
    flex-basis: calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .featured-videos .top-block,
  .featured-videos .top-block .left {
    justify-content: center;
  }
  .featured-videos .top-block .left .title {
    width: 100%;
    text-align: center;
  }
  .have-questions {
    padding-block: 60px 60px;
  }
  .have-questions-block .contact-left,
  .have-questions-block .contact-right {
    flex-basis: 100%;
  }
  .have-questions-block .contact-left {
    text-align: center;
  }
  .have-questions .contact-info {
    justify-content: center;
  }
  .have-questions .contact-right {
    margin-top: 170px;
  }
  .have-questions .contact-right.form-activated {
    margin-top: 20px;
  }
  .home-banner-v2.home-banner .banner-box {
    opacity: 100%;
  }
  .search-result-wrapper {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
  .search-page h1 {
    font-size: clamp(40px, -1.72px + 3.5vw, 80px);
  }
  .have-questions .contact-right.form-activated .banner-box-girl {
    display: none;
  }
  .buying-home-form .wpforms-container {
    padding-block: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .why-choose-v2.why-choose-v3 .top-block .left-block .common-slider-btn-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.left_contents_right_image_video .headline {
    font-size: 32px;
  }
  section.left_contents_right_image_video .sales-info {
    /* flex-wrap: wrap; */
    gap: 10px;
    align-items: flex-start;
  }
  section.left_contents_right_image_video .sales-info .s-item {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  section.left_contents_right_image_video .sales-info .value {
    justify-content: center;
  }
  section.left_contents_right_image_video .sales-info .line {
    height: 85px;
    line-height: 1.1;
  }
  section.left_contents_right_image_video .sales-info .value {
    font-size: 16px;
  }
  section.left_contents_right_image_video .sales-info .text {
    font-size: 12px;
    line-height: 1.4;
  }
  section.contact-sell-hero .contact-right-wrapper.form-view {
    padding: 20px;
  }
  section.contact-sell-hero .rating-text {
    font-size: 14px;
  }
  .why-choose-v2.why-choose-v3.white_version .subtitle::before {
    display: none;
  }
  .why-choose-v2.why-choose-v3.white_version .subtitle {
    padding: 0;
  }
  .how_it_works .item {
    padding-left: 20px;
  }
  .how_it_works .item .title::before {
    left: -27px;
  }
  .how_it_works .item .title::after {
    left: -24.5px;
  }
  .city-form-tabs .tabs-wrap .tab {
    font-size: 20px;
  }
  .city-form-tabs
    div.wpforms-container-full
    .wpforms-submit-container
    button.wpforms-submit {
    min-height: 48px;
  }
  .city-form-tabs
    div.wpforms-container-full
    .wpforms-field
    input:not([type='radio']) {
    height: 48px;
  }
  .city-form-tabs div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 10px 0;
  }
  .city-form-tabs
    div.wpforms-container-full
    .wpforms-form
    .wpforms-field.wpforms-field-layout {
    padding: 0;
  }
  section.city-hero .container {
    gap: 20px;
  }
  .city-form-tabs {
    width: 100%;
  }
  .left-image-w-contents .item .image::before {
    width: 200px;
    height: 200px;
    bottom: -15px;
    left: -15px;
  }
  .left-image-w-contents .item:nth-child(even) .image::before {
    right: -15px;
  }
  section.city-left-image-w-contents {
    padding: 50px 0;
  }
  .left-image-w-contents .item .blurbs {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .left-image-w-contents {
    gap: 30px;
  }
  section.city-why-people-love .top-area .tagline {
    font-size: 16px;
  }
  section.city-why-people-love {
    padding: 50px 0;
  }
  section.city-why-people-love .top-area .wrap {
    padding-top: 14px;
  }
  .city-blurbs {
    grid-template-columns: repeat(1, 1fr);
  }
  .city-blurbs .blurb {
    border: 1px solid rgba(55, 62, 67, 1);
  }
  .city-blurbs .blurb:last-child {
    border-top: navajowhite;
  }
  section.city-locations {
    padding: 50px 0;
  }
  section.city-locations .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  section.city-locations .left .contents {
    font-size: 16px;
  }
  section.city-here-to-help .container {
    gap: 30px;
  }
  section.city-hero .sub-headline {
    font-size: 22px;
    margin-top: 8px;
  }
  section.city-home-for-sales .tagline {
    font-size: 16px;
  }
  section.city-home-for-sales {
    padding: 50px 0;
  }
  section.inner-hero .review-text {
    font-size: 14px;
  }
  section.inner-hero .sub-headline {
    font-size: 18px;
  }
  section.inner-hero {
    background-position: 77% 0%;
  }

  /* === === === */
  .sales-info-wrapper {
    margin-top: 70px;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
  .sales-info-item {
    padding: 0px 0px;
    border: 0px !important;
  }
  .sales-info p {
    font-size: 16px;
  }
  .sales-title p {
    margin: 10px 0px 0px;
    font-size: 12px;
    line-height: 1.2;
  }
  .home-banner-v2 .scroll-action {
    width: 45px !important;
    height: 45px !important;
  }
  .review-badge {
    display: none;
  }

  .why-choose-wrapper {
    grid-template-columns: 1fr;
  }
  .why-choose-wrapper.v-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .why-choose-item:first-child {
    grid-row: span 0;
    grid-column: span 1;
  }
  .why-choose-v2 .why-choose-item:first-child .bottom-block .icon {
    margin: auto;
  }
  .why-choose-v2 .why-choose-item:first-child .bottom-block .title p,
  .why-choose-v2 .why-choose-item:first-child .disc p {
    text-align: center;
  }
  .why-choose-v2 .bottom-block .action-block div {
    width: 100%;
  }
  .why-choose-v2.why-choose-v3 .top-block {
    flex-direction: column-reverse;
  }
  .why-choose-v2.why-choose-v3 .top-block .left-block {
    text-align: center;
  }
  .why-choose-v2.why-choose-v3 .top-block {
    flex-direction: column-reverse;
  }
  .why-choose-v2.why-choose-v3 .top-block .left-block {
    text-align: center;
    margin-top: 30px;
  }
  .why-choose-v2.why-choose-v3 .top-block .left-block .right-tag {
    padding-left: 18px;
    padding-top: 42px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 37px;
  }
  .why-choose-v2.why-choose-v3 .top-block .left-block .right-tag::before {
    left: 0px;
    right: 0px;
    margin: auto;
    top: 15px;
    transform: inherit;
  }
  .why-choose-v2.why-choose-v3 .top-block .right-block .brand-icon.img-cover {
    max-width: 40px;
    margin: auto;
  }
  .why-choose-v2.why-choose-v3
    .top-block
    .right-block
    .common-slider-btn-block {
    display: none;
  }
  .why-choose-v2.why-choose-v3 .top-block .left-block .common-slider-btn-block {
    margin-top: 30px;
    justify-content: center;
  }
  .why-choose-v2.why-choose-v3.slide-activate .top-block {
    gap: 0px;
  }
  .why-choose-v2.why-choose-v3.slide-activate::before {
    width: 100%;
  }
  .why-choose-item-v3 .icon-title {
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-choose-item-v3 .icon-title .title {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .why-choose-item-v3 .disc {
    text-align: center;
  }
  .buying-home-v2 .ways-container {
    row-gap: 40px;
  }
  .buying-home-v2 .bottom-block-wrapper .heading-block .title h4 {
    font-size: 32px;
  }
  .buying-home-v2 .bottom-block-wrapper .heading-block .subtitle p {
    font-size: 16px;
  }
  .buying-home-v2 .ways-container .ways-item {
    flex-basis: calc(50% - 10px);
  }
  .buying-home-v2 .ways-container .way-icon {
    margin-bottom: 15px;
  }
  .search-ways .ways-container {
    row-gap: 40px;
  }
  .search-ways .search-block-wrapper .heading-block .title h4 {
    font-size: 32px;
  }
  .search-ways .search-block-wrapper .heading-block .subtitle p {
    font-size: 16px;
  }
  .search-ways .ways-container .ways-item {
    flex-basis: calc(50% - 10px);
  }
  .search-ways .ways-container .way-icon {
    margin-bottom: 15px;
  }
  .featured-videos {
    padding-block: 50px;
    overflow: hidden;
  }
  .featured-videos .top-block .title * {
    font-size: 36px;
  }
  .featured-videos .video-wrapper .video-item {
    flex-basis: 100%;
    width: 100%;
  }
  .featured-videos .video-wrapper .video-item a .video-icon img {
    width: 100%;
    max-width: 25%;
  }
  .featured-videos .top-block .action {
    width: 100%;
  }
  .contact-right-wrapper {
    padding: 30px 20px 40px;
  }
  .have-questions .contact-right {
    margin-top: 210px;
  }
  .buying-home-form .wpforms-container .wpforms-submit,
  .selling-home-form .wpforms-container .wpforms-submit {
    width: 100% !important;
  }
  .have-questions .contact-right.form-activated .banner-box-girl {
    display: none;
  }
  header.header .top-banner .container-fluid {
    justify-content: center;
    gap: 10px 20px;
  }
  header.header .top-banner a {
    font-size: 13px;
    gap: 5px;
  }
  header.header .top-banner a svg {
    width: 20px;
    height: auto;
  }

  /* footer css */
  .footer-v2 .f-top .footer-widget-column {
    width: 100%;
    text-align: center;
  }
  .footer-v2 .f-top .footer-widget-column-1 .f-logo {
    margin: auto;
  }
  .footer-v2 .f-top .footer-widget-column-1 .kw-logo {
    justify-content: center;
  }
  .footer-v2 .f-top .footer-widget-column-1 .f-menu-block {
    justify-content: center !important;
  }
  .footer-v2 .f-top .footer-widget-column-2,
  .footer-v2 .f-top .footer-widget-column-3,
  .footer-v2 .f-top .footer-widget-column-4,
  .footer-v2 .f-top .footer-widget-column-5 {
    margin-top: 20px;
  }
  .footer-v2 .f-top .footer-widget-column-2 .f-contact {
    justify-content: center;
  }
  .footer-v2 .f-top .footer-widget-column-3 .address-item {
    justify-content: center;
    align-items: flex-start;
  }
  .home-banner.home-banner-v2 {
    padding-top: 150px;
    background-image: none !important;
  }
  .home-banner-v2.home-banner .banner-box-girl {
    position: absolute;
    top: 13%;
    display: block !important;
    opacity: 20%;
    right: -100px;
    width: 275px;
    left: auto;
  }
  .home-banner.home-banner-v2 .container-fluid {
    position: relative;
    z-index: 222;
  }
  header.header .top-banner {
    display: none;
  }
  .search-page {
    margin-bottom: 60px;
  }
  .search-result-wrapper {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .search-page h1 {
    font-size: clamp(30px, -1.72px + 3.5vw, 80px);
  }
  .home-banner-v2 .heading .title *,
  .home-banner-v2 .heading .subtitle *,
  .home-banner-v2 .heading .disc * {
    text-align: left;
  }
  .home-banner-v2.home-banner .banner-box {
    display: none;
  }
  .home-banner-v2 .review-badge.desktop {
    display: none;
  }
  .home-banner-v2 .review-badge.mobile {
    display: flex !important;
  }
  .home-banner-v2 .review-badge {
    position: relative;
    right: inherit;
    top: inherit;
    transform: inherit;
    width: auto;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 25px;
    padding: 18px 0px;
    order: 1;
  }
  .home-banner-v2 .rating {
    transform: rotate(0deg);
    writing-mode: inherit;
    display: flex;
    width: 100%;
  }
  .home-banner-v2 .stars-list ul {
    flex-direction: inherit;
  }
  .home-banner-v2 .avatars {
    flex-direction: row;
  }
  .home-banner-v2 .avatars img {
    transform: inherit;
    margin-right: -10px;
  }
  .home-banner-v2 .rating-block {
    display: block;
  }
  .sales-info-wrapper.desktop {
    display: none;
  }
  .sales-info-wrapper.mobile {
    margin-top: 30px;
    display: grid !important;
    align-items: baseline;
  }
  .home-banner-v2 .heading .action {
    margin-top: 22px;
  }
  .search-modal-content .header-search input {
    width: 100%;
  }
  .search-modal-content .header-search {
    flex-wrap: wrap;
  }
  .search-modal-content .header-search button {
    width: 100%;
    height: 50px;
  }
  .home-banner.home-banner-v2 .scroll-action {
    bottom: -65px;
  }
  .home-banner-v2.home-banner .banner-box {
    zoom: 100%;
  }
  .home-banner-v2.home-banner .banner-box-girl {
    zoom: 100%;
  }
  .home-banner-v2 .content {
    zoom: 100%;
  }
  section.contact-sell-hero {
    padding: 150px 0 120px;
  }

  section.contact-sell-hero .behind-shape {
    display: none;
  }

  section.contact-sell-hero .next-sec {
    left: 20px;
  }

  section.contact-sell-hero .next-sec svg {
    width: 50px;
    height: auto;
  }

  section.contact-sell-hero .headline {
    font-size: 40px;
  }

  section.contact-sell-hero .stats {
    /* flex-wrap: wrap; */
    gap: 10px;
  }

  section.contact-sell-hero .stats .stat-item {
    /* width: 100%;
    flex: none;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px; */
  }
  section.contact-sell-hero .stats .count {
    font-size: 15px;
    margin-bottom: 10px;
  }
  section.contact-sell-hero .stats .text {
    font-size: 12px;
  }
  section.contact-sell-hero .stats .line {
    height: 75px;
  }

  section.contact-sell-hero .contact-details {
    justify-content: center;
    gap: 10px;
  }

  section.faqs .headline {
    font-size: 35px;
  }

  section.faqs .tagline {
    letter-spacing: 1px;
  }

  section.clients-stories .top-area .headline {
    font-size: 35px;
  }

  section.clients-stories .top-area .rating-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
  /* section.contact-sell-hero .stats .line {
    width: 110px;
    height: 1px;
    margin: auto;
  } */
}
@media only screen and (max-width: 640px) {
  /* .sales-info-wrapper {
    grid-template-columns: 1fr;
  } */
  .featured-videos .top-block {
    justify-content: center;
  }
  .featured-videos .top-block .title {
    width: 100%;
    text-align: center;
  }
  .featured-videos .video-wrapper .video-item a .video-icon img {
    max-width: 30%;
  }
  .featured-videos .video-wrapper .video-item a .youtube-icon img {
    width: 100%;
    max-width: 60px;
  }
  .contact-right-wrapper .buying-home-link,
  .contact-right-wrapper .selling-home-link {
    flex-basis: 100%;
    padding: 30px 20px 30px;
  }
  .have-questions .banner-box-girl {
    bottom: -60px;
  }
}
@media only screen and (max-width: 575px) {
  .home-banner-v2 {
    padding-bottom: 80px !important;
  }
  .home-banner-v2 .scroll-action {
    width: 35px !important;
    height: 35px !important;
    bottom: 25px;
  }
  .office-addresses-block .address {
    text-align: left;
  }
  .why-choose-v2 .top-block .right-tag {
    padding: 35px 18px 10px;
  }
  .why-choose-v2 .top-block .right-tag::before {
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    transform: translateY(0);
  }
  .buying-home-grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 479px) {
  .buying-home-v2 .ways-container .ways-item {
    flex-basis: 100%;
  }
  .search-ways .ways-container .ways-item {
    flex-basis: 100%;
  }
  .have-questions .contact-info .phone,
  .have-questions .contact-info .email {
    gap: 10px;
  }
  .have-questions .contact-right {
    margin-top: 30px;
  }
  .contact-right-wrapper .title p {
    font-size: 22px;
  }
  .have-questions .banner-box-girl {
    display: none;
  }
  .search-modal-content {
    padding: 40px 20px 20px;
  }
}
