.desktop-only {
}

.mobile-only {
  display: none;
}

.mobile-only-flex {
  display: none;
}
.list-products .card .img-block span {
  background: #ff6b6b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.centarlize {
  display: flex;
  justify-content: center;
}

.list-products .img-block img {
  border-top-left-radius: 8px;
}

.bottom-list ul li {
  display: flex;
}

.ps-row {
  border: 1px solid;
  border-radius: 11px;
  box-shadow: 0px 0px 2px #00000099;
}

.list_products .card {
  border-radius: 11px;
}

.list-products .card .img-block {
  left: -1.1em;
}

.card .ps_card-body {
  padding: 31px 23px 0;
  line-height: 1.4em;
}

.card .ps_card-body h3 {
  font-size: 22px;
  color: #ba0000;
}

.card .ps_card-body h3 :hover {
  font-size: 22px;
  color: #ba0000;
}

.card .ps_card-body h5 {
  font-size: 15px;
}

.card .ps_card-body h6 {
  font-size: 14px;
}

.crd-links ul > li {
  display: inline-block;
  /* You can also add some margins here to make it look prettier */
}

.avatar {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border: 2px solid #000000;
}

.avatar-single {
  vertical-align: middle;
  width: 100px;
  height: 100px;
  border-radius: 50% !important;
  border: 2px solid #000000;
}

.zoom-single {
  transition: transform 0.2s;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

.zoom-single:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5);
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #000000;
  border: 2px solid #000000;
}

.btn-outline-danger {
  border-color: #000000;
}

.btn-outline-danger:hover {
  background-color: #ffffff;
  border-color: #040404;
}

.book-mark {
  position: relative;
  top: -17px;
  left: -2em;
  font-size: 8px;
  color: #fff;
  background-color: #e84848;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  padding: 4px;
}

.ps_card-btm {
  padding: 0.7em;
  background: #f7f7f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ps_btm-icon {
  float: right;
  text-align: right;
  letter-spacing: 0.3em;
  padding-top: 5px;
}

.ps_btn-prop {
  color: #000000;
  border: 1px solid #02020266;
  font-size: 14px;
  font-weight: 100;
}

.ps_div-card_body2 {
  display: none;
  position: relative;
  top: 9em;
}

.ps_div-card_body2_img {
  height: 50px !important;
  width: 50px !important;
}

.rate-info:before {
  background-image: unset;
}

.ps_wa-icon {
  color: #00a663;
  font-size: 17px;
  font-weight: bolder;
}

.list-products .card .card-body {
  line-height: normal;
}

.card-footer p {
  font-size: 16px;
  color: #998a8a;
}

.card-footer ul {
  font-size: 16px;
  color: #998a8a;
}

.card .img-block:before,
.card .img-block:after {
  background: unset;
}

.ps2 {
  box-shadow: 2px 2px 5px #00000099;
}

.ps2 .card-body ul li {
  font-size: 16px;
  color: #998a8a;
}

.ps2 .card-body p {
  font-size: 13px;
  color: #998a8a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps2 .card-footer {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ps2 .img-block {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.ps2 .img-block img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.ps2 .card-body h3 {
  font-size: 22px;
  color: #ba0000;
}

.ps2 .card-body h5 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps2 .card-body h6 {
  font-size: 14px;
}

.book-mark2 {
  position: relative;
  top: -46px;
  left: 3em;
  font-size: 8px;
  color: #fff;
  background-color: #e84848;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  display: flex;
  padding: 4px;
}

.ps2_card-btm {
  padding: 0.7em;
  background: #f7f7f7;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #dfe0e5;
}

.ps2_row {
  height: 45px;
}

.ps2 .card-body ul {
  border-bottom: unset;
  /* padding-bottom: 16px; */
}

._mob_show {
  display: none;
}

.ps3 {
  box-shadow: unset;
}

.card .card-body ul li {
  padding: 0px 6px 0px 6px;
}

.ps3_card-btm {
  padding: 0.4em;
}

.blog-div-img .ps3_card-btm {
  background: #000000;
}

.banner-space {
  position: sticky;
  top: 100px;
  margin-bottom: 35px;
  text-align: center;
  width: 100%;
}

.banner-img {
  height: 100%;
  width: 90%;
  border: 1px solid #000000;
}

.banner-sticky {
  position: sticky;
  top: 4%;
}

.widget-posts:nth-child(2n) ul > li a {
  color: #ce4b4b;
}

.widget-posts:nth-child(2n) ul > li a:hover {
  color: #5745a0;
}

.bottom-logo img {
  max-width: 200px;
}

.wd-posts .ps-info > strong {
  color: #5745a0;
  font-size: 18px;
  font-weight: 600;
}

.span-blog-heading {
  color: #8d8d91;
  font-size: 18px;
}

.ps2_blog {
  box-shadow: unset;
}

.blog-div-img {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.blog-div-img:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.image-wrapper {
  max-width: 713px;
}

.image-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: perspective(1000px);
  border-radius: 24px;
}

.image-blog:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.image-blog:hover {
  transform: translate3d(0px, 0px, 0px) scale3d(1.03, 1.03, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.cardblog {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 34px 44px;
  overflow: hidden;
  box-shadow: 0 3px 20px rgba(8, 15, 52, 0.06);
}

.cardblog.post-featured {
  z-index: 1;
  max-width: 648px;
  align-self: center;
  margin-top: -400px;
  margin-bottom: 80px;
  margin-left: 590px;
  padding: 68px 54px;
  position: relative;
}

.img-blog {
  height: 250px;
}

.ps2 .card-body .blog-h5 {
  white-space: unset;
}
/*
.h2-size {
    color: #222223;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.375em;
}

.horizontal-divider {
    width: 100%;
    min-height: 1px;
    background-color: #e9e9e9;
    margin-top: 36px;
    margin-bottom: 36px;
}*/

.blog-lh {
  line-height: 1.375em;
}

.ps3 .card-body h3 {
  font-size: 19px;
}

.ps3 .card-body p {
  padding-top: 8px;
}

.ps3 .card-body h2 {
  padding-top: 5px;
}

.blog-banner .btn {
  border-radius: 18px;
  margin: 7px 0px;
  padding: 0 26px;
  height: 40px;
  line-height: 36px;
}

/* New styles for New Design started by Dev_13 on 20-02-2024 */
.widget-property-search .drop-menu .select {
  height: 35px;
  line-height: 38px;
}

.drop-menu .select i {
  margin-top: 5px;
}

.select2-container .select2-selection--single {
  height: 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: unset;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 6px;
}

.banner-search .btn {
  height: 40px;
  line-height: 42px;
  border-radius: 18px;
  margin: 0px 0px;
}

.hp-9 {
  padding: 100px 0 143px 0;
}

.banner-search-new {
  background: #fff;
  border-radius: 50px;
  padding: 5px 7px 0px 7px;
  height: 45px;
  width: 103%;
}

.border-r {
  border-right: 1px solid;
}

.top-button-span {
  height: 45px;
  width: 75%;
  margin: auto;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}

.top-button-span2 {
  height: 35px;
  width: 55%;
  margin-left: 19%;
  text-align: center;
  color: #000000;
  padding: 0 40px;
  border: 1px solid #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 0px;
}

.top-button-span-inside {
  height: 35px;
}

.active_button {
  background-color: #000000;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.drop-menu-new {
  height: 50%;
  margin: 0;
  border-left: 1px solid #e0e1e6;
  /* padding-left: 10px; */
  padding: 0px 5px 0px 5px;
}

.widget-property-search-new {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  background-color: rgba(var(--styleguide-color-rgb-neutral-10, 0, 0, 0), 0.5);
  border-radius: 25px;
  padding: 28px 26px 28px 22px;
}

.tpmax {
  width: 190px;
}

.banner .banner-content > h1 {
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 59px;
}

.addres {
  width: 300px;
}

.only-banner-search {
  margin-top: 10px;
  padding: 2px 7px 0px 10px;
}

.drop-menu .dropeddown {
  top: unset;
  border-radius: 5px;
  padding: 0 10px;
}

.btn-default:hover {
  color: #fff;
  background-color: #000;
  /* border-color: #fff; */
  font-weight: 900;
}

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

.type-long {
  width: 380px;
}

.widget-property-search-new .srch-btn {
  left: 3px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
  color: white;
}

.tarkeeshi_div {
  background-color: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.7em;
}

.banner_404_500 {
  background-image: url("../../theme/assets/images/404_500_bg.jpg");
}

.banner-content-error {
  border: 5px solid;
  border-radius: 50px;
}

.banner-content-error h1 {
  font-size: 33px;
  font-weight: unset !important;
}

.pager-sec-details > h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  float: left;
}

.pager-sec-details > ul {
  float: left;
}

.pager-sec-details > ul li:before {
  font-size: 16px;
}

.pager-sec-details > ul li a,
.pager-sec-details > ul li span {
  font-size: 17px;
}

.listing_heading_li_image {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.property-hd-sec .card .card-body h1 {
  font-size: 24px;
  margin-bottom: 2px;
  color: #242526;
}

.property-hd-title {
  font-size: 24px;
  margin-bottom: 2px;
  color: #242526;
}

.property-hd-sec .card .card-body .property-hd-prime {
  font-size: 14px;
  font-family: "Poppins";
  color: #aeb4b6;
  margin-bottom: 16px;
  float: left;
  width: 100%;
  line-height: 24px;
}

.property-hd-sec .card.property-hd-prime h1 i {
  margin-right: 4px;
  font-size: 14px;
  margin-left: 0;
  position: relative;
  top: 2px;
}

.side-menu-ahref {
  color: #5f4ea4;
}

.cta .cta-text h3 {
  font-size: 40px;
  color: #fff;
  margin: 0px;
}

.location-btn {
  border-color: antiquewhite;
  color: #ffffff;
  background: transparent;
  border: 2px solid white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease;
  min-width: 85px;
  text-align: center;
  height: auto;
  line-height: 1.2;
  white-space: nowrap;
}

.btn-default:hover {
  text-transform: uppercase;
}

.location-outside-div {
  display: flex;
  overflow-x: auto;
  padding: 0px 25px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  gap: 10px;
  justify-content: space-between;
  max-width: 100%;
}

.location-outside-div::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.location-outside-div .location-btn {
  flex: 0 0 calc(16.666% - 8px); /* 6 items per row with gap */
  min-width: 120px;
  white-space: nowrap;
  text-align: center;
}

.location-specify-div {
  width: 100%;
  margin: 21px 0px 17px 30px;
  text-align: center;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  display: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  display: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  display: none;
}

.center-con {
  display: flex;

  align-items: center;
  justify-content: center;
}

.round {
  position: absolute;
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  top: -20px;
}

#cta {
  width: 100%;
  cursor: pointer;
  position: absolute;
}

#cta .arrow {
  left: 30%;
}
.arrow {
  position: absolute;
  bottom: 0;
  margin-left: 0px;
  width: 12px;
  height: 12px;
  background-size: contain;
  top: 13px;
}
.segunda {
  margin-left: 8px;
}
.next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) scale(1);
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.round:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.round:hover .arrow.primera {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.left-cta-arrow {
  transform: rotate(180deg);
}

.pl-buttons {
  padding-left: 0px;
}

/* Tab View */
@media only screen and (min-device-width: 551px) and (max-device-width: 1024px) {
  .mobile-hide {
    display: none;
  }

  .desktop-hide {
    display: flex;
  }

  .ps2 {
    padding: 3em;
  }

  .cardblog.post-featured {
    margin-top: -445px;
    margin-left: 440px;
    padding: 32px 44px 35px;
  }

  .widget-property-search-new {
    padding: 27px 26px 70px 22px;
  }

  .widget-property-search-new {
    padding: 27px 26px 70px 22px;
  }

  .select2-container .select2-selection--single {
    margin-top: 3px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: 5px;
    border: unset;
  }

  .banner-search-new .btn-outline-primary {
    border-radius: 5px;
  }

  .select2-container .select2-selection--single {
    width: calc(100% + 60%);
    margin: 1px 0 0 -15px;
  }

  .widget-property-search-new {
    width: 70%;
    margin-left: calc(100% - 85%);
    height: 50%;
  }

  .widget-property-search-new .srch-btn {
    left: 0px;
  }

  .button-mobile-view-hide {
    visibility: hidden;
  }

  .pagination {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 7px;
  }
}

/* Tablet styles for iPad, Surface, and similar devices - Compact horizontal row */
@media only screen and (min-width: 551px) and (max-width: 1400px) and (max-height: 1400px) {
  .ps_btm-icon {
    float: none !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    letter-spacing: normal !important;
    padding: 5px 8px !important;
    overflow: hidden !important;
  }

  .ps_btn-prop {
    flex: 1 1 auto !important;
    min-width: 60px !important;
    max-width: 85px !important;
    margin: 0 1px !important;
    padding: 4px 6px !important;
    font-size: 10px !important;
    border-radius: 2px !important;
    white-space: nowrap !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 2px !important;
    box-sizing: border-box !important;
  }

  .ps_btn-prop i {
    font-size: 12px !important;
  }

  .ps_btn-prop ._mob_show {
    display: inline !important;
    font-size: 8px !important;
    font-weight: 500 !important;
  }

  .ps2_card-btm {
    padding: 8px !important;
    overflow: hidden !important;
  }

  /* Ensure card container doesn't overflow */
  .card {
    overflow: hidden !important;
  }

  .card-footer {
    overflow: hidden !important;
    padding: 8px !important;
  }

  /* Hide email button on tablet devices */
  .ps_btn-prop .fa-envelope {
    display: none !important;
  }

  .ps_btn-prop:has(.fa-envelope) {
    display: none !important;
  }

  a[onclick*="email"] .ps_btn-prop {
    display: none !important;
  }

  /* Adjust remaining 3 buttons for better spacing */
  .ps_btm-icon {
    gap: 2px !important;
    justify-content: space-evenly !important;
    padding: 3px !important;
  }

  /* Make buttons smaller on tablets */
  .ps_btn-prop {
    width: 60px !important;
    min-width: 45px !important;
    max-width: 55px !important;
    font-size: 8px !important;
    padding: 3px 1px !important;
    margin: 0px !important;
  }

  .ps_btn-prop i {
    font-size: 8px !important;
    margin-right: 1px !important;
  }

  /* Card bottom container for tablets */
  .ps2_card-btm {
    padding: 3px !important;
  }
}

/* Mobile View */
@media only screen and (max-width: 550px) {
  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .mobile-only-flex {
    display: flex;
  }

  .list-products .card .img-block {
    width: 110%;
  }

  .list-products .img-block img {
    border-top-right-radius: 8px;
  }

  .list-products .card {
    padding: 1em;
  }

  ._hide {
    display: none !important;
  }

  ._mob_show {
    display: block;
    display: inline;
  }

  /* Ensure consistent spacing in button container */
  .ps2_card-btm {
    padding: 12px 15px;
  }

  .ps_btm-icon {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
  }

  /* Ensure email button is hidden on mobile */
  .ps_btn-prop:has(.fa-envelope) {
    display: none !important;
  }

  /* Fallback for older browsers - hide email button by targeting the _hide class more specifically */
  .ps_btm-icon .ps_btn-prop._hide,
  .ps_btm-icon a[onclick*="email"] .ps_btn-prop {
    display: none !important;
  }

  .ps_btn-prop {
    flex: 1;
    min-width: 90px;
    max-width: 130px;
    padding: 10px 14px;
    margin: 0 4px;
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
  }

  /* Remove margin from first and last buttons to ensure equal spacing */
  .ps_btn-prop:first-child {
    margin-left: 0;
  }

  .ps_btn-prop:last-child {
    margin-right: 0;
  }

  .ps_btn-prop i {
    font-size: 14px;
  }

  .ps_btn-prop ._mob_show {
    font-size: 11px;
    font-weight: 500;
  }

  .ps_div-card_body2 {
    display: block;
    display: none;
  }

  .card_bod_full .card-footer {
    text-align: left;
  }
  .book-mark {
    top: -3px;
  }

  .ps_card-body h3 {
    font-size: 26px;
  }

  .ps_card-body h5 {
    font-size: 18px;
  }

  .ps_card-body h6 {
    font-size: 14px;
  }

  .card-footer p {
    font-size: 17px;
  }

  .card-footer ul {
    font-size: 19px;
  }

  .ps2 .card-body ul {
    text-align: left;
  }

  .ps2 .card-body ul li {
    font-size: 19px;
  }

  .ps2 .card-body p {
    text-align: left;
    font-size: 17px;
  }

  .ps_lv {
    top: 11.8em;
  }

  .w45 {
    width: 30%;
    flex: 1;
  }

  .card_bod_full .card-footer {
    padding: 18px 20px 18px 10px;
  }

  .ps2_blog {
    width: 100%;
    padding: 1em;
  }

  .cardblog.post-featured {
    margin-top: -50px;
    margin-left: 15px;
    width: 90%;
    padding: 32px 34px 44px;
  }

  .blog-lh {
    line-height: 1.5em;
  }

  .ps2 .card-body h3 {
    font-size: 15px;
  }

  .blog-lh-mob {
    line-height: 3em;
  }

  .discover-blog-pos {
    position: relative;
    top: -7em;
  }

  .ps2 .card-body .lh-blogs-mob {
    padding: 0.3em;
  }

  .popular-listing .ps3 .card-body {
    padding: 25px 15px 15px;
  }

  .widget-property-search-new {
    padding: 27px 26px 70px 22px;
  }

  .widget-property-search-new {
    padding: 27px 26px 70px 22px;
  }

  .select2-container .select2-selection--single {
    margin-top: 3px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-left: 5px;
  }

  .banner-search-new .btn-outline-primary {
    border-radius: 5px;
  }

  .widget-property-search-new .srch-btn {
    left: 0px;
  }

  .button-mobile-view-hide {
    visibility: hidden;
  }

  .pagination {
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 7px;
  }

  .location-specify-div {
    width: auto;
    height: 75px;
    margin: 15px 10px 15px 0px;
    padding: 10px;
  }

  .round {
    width: 40px;
    height: 40px;
    top: 120px;
  }

  .left-cta-arrow {
    left: 100px;
  }

  .right-cta-arrow {
    right: 100px;
  }

  .pl-buttons {
    padding-left: unset;
  }

  /* FIND DREAM HOME section mobile fixes */
  .cta .cta-text h3 {
    font-size: 24px !important;
    text-align: center;
    margin-bottom: 20px;
  }

  /* Mobile location container */
  .location-outside-div {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    padding: 0 20px !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .location-outside-div::-webkit-scrollbar {
    display: none;
  }

  /* Mobile location buttons */
  .location-outside-div .location-btn {
    background: transparent !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 5px 10px !important;
    border-radius: 25px !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    min-width: 100px !important;
    text-align: center !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;
  }

  /* Hide 4th and subsequent location buttons initially */
  .location-outside-div .location-btn:nth-child(n + 4) {
    display: none !important;
  }

  /* Show more locations when show-more class is active */
  .location-outside-div.show-more .location-btn:nth-child(n + 4) {
    display: inline-block !important;
  }

  /* Maintain horizontal scroll when showing more */
  .location-outside-div.show-more {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  .location-specify-div {
    width: auto;
    height: auto;
    margin: 5px;
    padding: 5px;
    flex: 1;
    max-width: 30%;
  }

  /* CTA Arrow positioning for mobile */
  .round {
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .left-cta-arrow {
    left: 5px;
  }

  .right-cta-arrow {
    right: 5px;
  }

  /* Arrow styling */
  .arrow {
    top: 8px;
    left: 50%;
    transform: translateX(0%);
    width: 7px;
    height: 7px;
  }
}

/* Tablet View (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .ps_btm-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    padding: 12px 8px;
  }

  .ps_btn-prop {
    flex: 1;
    min-width: 90px;
    max-width: 140px;
    padding: 10px 14px;
    margin: 3px;
    font-size: 13px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .ps_btn-prop i {
    font-size: 15px;
  }

  .w45 {
    width: 32%;
    flex: 1;
  }
}

/* Small Monitor View (1025px - 1366px) */
@media (min-width: 1025px) and (max-width: 1366px) {
  .ps_btm-icon {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 8px;
  }

  .ps_btn-prop {
    flex: 1;
    min-width: 100px;
    max-width: 160px;
    padding: 10px 16px;
    margin: 2px;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .ps_btn-prop i {
    font-size: 16px;
  }

  .w45 {
    width: 30%;
    flex: 1;
  }
}

/* Enhanced button styling for all screen sizes */
.ps_btn-prop {
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ps_btn-prop:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ps_btn-prop:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* WhatsApp button specific styling */
.ps_btn-prop .ps_wa-icon {
  color: #25d366;
}

/* Heart icon styling */
.ps_btn-prop .fa-heart,
.ps_btn-prop .fa-heart-o {
  color: #dc3545;
}

/* Phone icon styling */
.ps_btn-prop .fa-phone {
  color: #007bff;
}
