/* .searchbar-box .search-property {
  background: linear-gradient(
    269.96deg,
    rgba(53, 146, 160, 0.2) 0.05%,
    rgba(68, 177, 193, 0.2) 99.98%
  ) !important;
  border: 2px solid #179aad;
  color: #0c7c8c;
} */

/* .searchbar-box .search-project {
  background: var(--bs-white) !important;
  border: 2px solid #9d9d9d;
  color: #3a3a3a;
} */


/* Selected/Active state - all variations that should show blue gradient */
.searchbar-box .property-filter-btn.selected,
.searchbar-box .property-filter-btn.radio-checked,
.searchbar-box .search-property,
.searchbar-box .property-filter-btn:not(.selected):not(.unselected).search-property {
     background: linear-gradient(
      269.96deg,
      rgba(var(--bs-primary-500-rgb), 0.2) 0.05%,
      rgba(var(--bs-primary-400-rgb), 0.2) 99.98%
    ) !important;
    border: 2px solid #179aad;
    color: #0c7c8c;
}

/* Unselected/Inactive state - all variations that should show gray gradient */
.searchbar-box .property-filter-btn.unselected,
.searchbar-box .property-filter-btn.radio-unchecked,
.searchbar-box .search-project,
.searchbar-box .property-filter-btn:not(.selected):not(.unselected).search-project {
    background: var(--bs-white) !important;
    border: 2px solid var(--bs-gray-100);
    color: #3a3a3a;
}

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

.searchbar-box .search-property-btn {
  width: max-content;
}

@media (max-width: 575px) {
  .hero-contact-bar-main {
    display: block;
    border-radius: 10px;
    gap: 4px;
    background-color: #04272a;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -16px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
  }
  .hero-contact-bar-main p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
    font-family: 'Futura PT Web';
  }
.hero-contact-bar {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  border-radius: 10px;
  background: var(--bs-primary);
  padding: 14px 18px;
  z-index: 100000000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-contact-bar p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-family: 'Futura PT Web';
}

.contact-divider {
  width: 2px;
  padding: 0 !important;
  height: 25px;
  background: rgba(60, 195, 215, 1);
}
}

.blog-heading-text{
  margin-bottom: 12px !important;
}

@media (max-width: 991px) {
  .blog .blog-box{
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .experience-sub-heading, .property-map-area {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hero-contact-bar {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    gap: 4px;
    background-color: #04272a;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: fit-content;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }

  .hero-contact-bar p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
    font-family: 'Futura PT Web';
  }

  .contact-divider {
    width: 2px;
    padding: 0 !important;
    height: 25px;
    background: rgba(60, 195, 215, 1);
  }
  .hero-section-home {
    min-height: 570px !important;
    height: 100% !important;
    z-index: 1 !important;
  }
  .hero-section-home .hero {
    height: 100% !important;
    min-height: inherit !important;
  }
  .hero-content-container {
    min-height: inherit !important;
    justify-content: start !important;
  }
  .hero-heading {
    padding: 100px 0px;
  }
  .home_search_form {
    padding-bottom: 20px;
  }
  .searchbar-box .property-filter-btn {
    min-width: auto;
    width: 100%;
    padding: 2px 14px !important;
  }
  .searchbar-box {
    padding: 16px;
  }
  .search-property-button,
  .search-property-button button {
    width: 100% !important;
  }
  .hero-heading {
    padding-bottom: 40px !important;
  }
  .hero-heading h1 {
    font-size: var(--fs-43) !important;
    line-height: var(--fs-40) !important;
  }
  header {
    background: transparent;
    box-shadow: none !important;
  }
  .select2.select2-container.select2-container--default::after {
    height: 9px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    right: 20px !important;
  }
  .border-right {
    border-right: 0 !important;
  }
  .search-type-wrapper {
    width: 100%;
  }
  .property-filter-btn h3 {
    font-size: var(--fs-22);
  }
  .searchbar-box {
    padding: 13px 16px;
  }
  .hero h5 {
    font-size: var(--fs-22);
  }
  .filter-icon {
    min-width: 39px;
  }
  .searchbar-box .search-property-btn {
    padding: 7px 16px;
    gap: 14px !important;
  }
  .hero-heading span {
    font-size: var(--fs-24) !important;
  }
  .hero-section-home::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(var(--bs-primary-800-rgb), 0.5) !important;
  }

  /* about us */
  .trusted-estate {
    padding-bottom: 30px;
    margin-bottom: -7px;
  }
  .trusted-estate .trusted-estate-info {
    display: none !important;
  }

  .info-heading {
    font-size: 25px !important;
    margin-top: 30px !important;
  }

  .info-btn {
    display: none !important;
  }

  /* experince */
  .experience-heading {
    padding: 37px 0px 32px 0px;
  }
  .experience-sub-heading, .property-map-area {
    display: none !important;
  }
  .experience-download-img {
    width: 261px !important;
    height: 204px;
  }
  .experience-section .discover-our .bg-teal-light {
    padding: 9px 26px !important;
  }

  /* city */
  .espana-card-title {
    font-size: var(--fs-26) !important;
    line-height: 30px !important;
    padding-inline: 12px;
  }
  .experience-main {
    padding-bottom: 10px !important;
  }

  /* blog */
  .blog-container {
    padding-right: 0 !important;
    padding-left: 12px !important;
  }
  .blog {
    padding: 30px 0 !important;
  }
  .blog-overlay {
    padding: 30px !important;
  }
  .blog-heading-text {
    margin-bottom: 10px !important;
    font-size: 15px !important;
  }
  .blog-title{
    font-size: 22px !important;
  }
  .blog-description{
    font-size: 16px !important;
  }
  .blog .blog-heading h3 {
    font-size: var(--fs-30) !important;
  }
  .blog .blog-heading p {
    font-size: var(--fs-18) !important;
  }
  .blog-inner-btn {
    padding-top: 37px;
  }
  .blog-inner-btn .btn-white {
    padding: 8px 38px !important;
    font-size: 18px !important;
  }

  .blog-description {
    line-height: 21px !important;
  }

  /* testimonial */
  .testimonial-container {
    padding-right: 0 !important;
    padding-left: 12px !important;
  }
  .testimonial-section {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  .social-video, .social-vimeo {
    width: 29px !important;
    height: 29px !important;
  }
  .social-video .social-video-icon img, .social-vimeo .social-video-icon img {
    width: 14px !important;
    height: 14px !important;
  }
  .testimonial-sub-heading {
    padding-block: 14px;
  }
  .testimonial-location-text {
    padding-left: 28px !important;
  }
  .testimonial-shadow .blog-heading{
    padding-bottom: 21px !important;
  }

  /* social-network */
  .social-network-container {
    padding-inline: 0 !important;
  }
  .social-network-logo {
    width: 196px;
    height: auto;
  }
  .logo-line {
    width: 15% !important;
  }
  .social-network-main .social-network-text {
    font-size: var(--fs-20) !important;
  }
  .social-network-main .social-main-heading {
    margin-bottom: 12px !important;
  }
  .social-network-bg {
    padding: 0px 0 64px !important;
  }
  .social-carosal .feature-img, .social-carosal .social-img-effect{
    width: 100% !important;
    height: 156px !important;
  }
  .social-network-icon {
    width: 42px !important;
    height: 42px !important;
  }
  .social-network-icon img {
    width: 24px !important;
    height: 24px !important;
  }
}

.select2-container--default .select2-results>.select2-results__options{
  max-height: 100% !important;
  overflow-y: auto !important;
}

.first-dropdown .select2.select2-container.select2-container--default::after,
.second-dropdown .select2.select2-container.select2-container--default::after{
  right: 12px !important;
}

.first-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered{
  max-width: 92% !important;
  gap: 5px !important;
  margin-bottom: 0px !important;
  margin-top: 6px !important;
  max-height: 114px !important;
  margin-left: 10px !important;
}

.second-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered{
  margin-left: 0px !important;
  margin-top: 6px !important;
  margin-bottom: 0px !important;
}


.first-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice,
.second-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #D8D8D8 !important;
    color: #000000 !important;
    border: none !important;
    margin: 0px !important;
    border-radius: 10px !important;
    padding: 0px 6px 0px 22px !important;
}

.first-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.second-dropdown .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000000 !important;
  left: 4px !important;
  top: 3px !important;
}

.first-dropdown .select2-container--default .select2-search--inline .select2-search__field,
.second-dropdown .select2-container--default .select2-search--inline .select2-search__field{
  top: 0px !important;
  
}

.first-dropdown .select2-container--default .select2-search--inline .select2-search__field{
  left: 0px !important;
}

.select2-container--default .select2-search--inline .select2-search__field{
  margin: 0px !important;
}

.second-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered{
  gap: 5px !important;
}

@media (max-width: 575px) {
  .first-dropdown .select2-container--default .select2-search--inline .select2-search__field{
    left: 0px !important;
  }
  .first-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered,
  .second-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered{
    margin-left: 0px !important;
    max-width: 93% !important;
    gap: 5px !important;
  }
  .first-dropdown .select2.select2-container.select2-container--default::after,
  .second-dropdown .select2.select2-container.select2-container--default::after{
    right: 16px !important;
  }
}