.home-hero-slider{
	
}
.home-hero-slider .pp-post-content-wrap{
	position: absolute;
	right: 328px;
	background-color: #ffffffe6;
	top: 0;
	min-width: 550px;
	padding: 100px 40px;
	text-align: left;
	height: 100%;
	backdrop-filter: blur(3px);
}
.home-hero-slider .pp-post-thumbnail-wrap{
	height:500px;
}
.home-hero-slider .property-additional-info{
	display:none;
}

.home-hero-slider .pp-posts-button{
    position: relative;
}
.home-hero-slider .pp-posts-button:after {
       content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #126753;
    border-bottom: 5px solid transparent;
    margin-top: 5px;
    margin-left: 7px;
    transition: all .3s;
    right: -15px;
    top: -2px;
}

.home-hero-slider .pp-post-title{
        position: relative;

}
.home-hero-slider .pp-post-title:before{
 
	content: "New Launches";
    color: var(--e-global-color-a6c4498);
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    top: -20px;
	font-family:"Plus Jakarta Sans", Sans-serif;
}
.station_color_short_name{
    width: 40px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    text-align: center;
    line-height: normal;
}
.total-count{
	    margin-left: 15px;
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 5px;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-apply-bedroom {
    background-color: #C1E39A;
    color: #3B7D23;
}
.property-search-form-container select{
    border: 0px solid #ccc;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: -2px!important;
}

/* Category dropdown styles with tabs */
.category-dropdown {
    width: 420px !important;
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
}
#sizeDropdownOption.size-dropdown .size-dropdown{
	    width: 400px !important;

}
.property-search-form input[value=""]:not(.search-input){
 /* display: none; */
}

.custom-joy-tab input[type="radio"] {
    display: none;
}
#property_type,#subcategory{
    max-width: none;
    color: #000;
    border: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px !important;
    background: transparent;
    pointer-events: none;
}
input#bedroom {
    border: none;
}
input#property_type {
    padding-top: 0px;
    padding-left: 0px;
}
.property-search-form input#bedroom{
    padding: 0px;
}

.custom-joy-tab label.rounded-tab {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 20px;
    background-color: #f5f5f5;
    color: #333;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
}

.custom-joy-tab input[type="radio"]:checked + label.rounded-tab {
    background-color: #3B7D23;
    color: white;
}

.custom-joy-tab-content {
    display: none;
    padding: 15px 0;
    border-top: 1px solid #eee;
}

#tab1_:checked ~ #content1_,
#tab2_:checked ~ #content2_,
#tab3_:checked ~ #content3_,
#tab4_:checked ~ #content4_,
#tab5_:checked ~ #content5_ {
    display: block;
}

.checkbox-group {
    margin-bottom: 15px;
}

.checkbox-group label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 8px;
}

.apply-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
    width: 100%;
}
.apply-filter-wrapper .apply-search{
    background: #d5f1c0;
    font-weight: 600;
    border-radius: 50px;
    padding: 8px 20px;
    border: none;
    color: #3B7D23;
    font-size: 14px;
    min-width: 120px;
}
.apply-filter-wrapper .apply-search:hover{
    
    background: #3B7D23;
     
}
.apply-filter-wrapper .btn-clear-filter{
    font-size: 14px;
    padding: 0;
    color: #000 !important;
    border: none;
    background-color: transparent !important;
}

.btn-clear-category {
    background-color: #f0f0f0;
    color: #333;
}

.btn-apply-category {
    background-color: #C1E39A;
    color: #3B7D23;
}

/* Fix for dynamic ID selectors in CSS */
.custom-joy-tab input[type="radio"]:checked + label.rounded-tab {
    background-color: #3B7D23;
    color: white;
}

.custom-joy-tab-content {
    display: none;
}

.custom-joy-tab input[type="radio"].main-property-select:checked ~ .custom-joy-tab-content {
    display: none;
}

/* These will be targeted by JavaScript */
.custom-joy-tab-content.active {
    display: block;
}
.property-search-form-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 30px 20px 20px;
    max-width: 870px;
    margin: 0 auto;
    position: relative;
    border-top: 6px solid #3B7D23;
 }
 .property-search-form-container.property-search-form-individual{
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.09);
    padding: 30px 20px 20px;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 25px;
 }

.property-search-form {
    width: 100%;
    margin-top: -30px;
}
.property-search-form .save-search-btn{
    display: block;
    width: 110px;
    background: #d5f1c0;
    font-family: "Inter", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    border: none;
    line-height: 32px;
    border-radius: 45px;
    color: #3B7D23;
    text-transform: capitalize;
    padding: 0.6rem 1.5rem;
    text-align: center;
    margin-top: 10px;
}
.property-search-form .save-search-btn:hover,.property-search-form .save-search-btn:focus{
    background: #B3D68C;
    color: #fff;
}
.property-search-form .save-search-btn svg{
    width: 18px;
    height: 18px;
    /* margin-right: 5px; */
    position: relative;
    top: 5px;
    fill: #3B7D23;
}

.load-saved-search-btn {
  background: transparent !important;
  color: #000 !important; 
  border: none !important;
  font-size: 14px !important;
  display: flex !important;
  column-gap: 10px; 
  align-items: center !important;
  padding: 0px !important;
}
.load-saved-search-btn:hover{
  color: #000 !important;
}
.tab-navigation {
    display: flex;
    top: -33px;
    position: relative;
}

.property-search-form .tab-btn {
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.property-search-form .tab-btn.active {
    background-color: #3B7D23;
    color: white;
}

.property-search-form .action-buttons {
    display: flex;
    /* gap: 10px; */
    margin-top: -35px;
}

.property-search-form .action-btn {
    padding: 8px 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
    transition: background-color 0.3s;
    color: #000;
    height: 80px;
    width: 103px;
}

.action-btn.active, .action-btn.active:hover {
    background-color: #3B7D23 !important;
    color: white;
}
.action-buttons button:hover {
    background-color: #e3e3e3 !important;
    color: #000;
}

.search-input-container { 
   
}
.search-input-container .search-input{
        border-radius: 48px !important;
        background: rgba(242, 242, 242, 1);
        color: #969ea9;
        border: none !important;
        padding: 15px 35px !important;
        font-family: "Plus Jakarta Sans", Sans-serif;
        font-weight: 400;
        line-height: 20px;
}
.search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    outline: none;
}

.filter-row {
    display: flex;
    gap: 30px;
    justify-content: space-start;
    margin-top: 15px;
}
.property-search-form.new-launch-form .filter-row {
	    justify-content: space-between;
}
.new-launch-form .filter-row {
    padding: 0px 35px;
}
.filter-row .filter-row-inner{
	display: flex;
    gap: 30px;
    align-items: flex-start;
}
.clear-new-launches{
	cursor:pointer;
}
.filter-dropdown {
/*     position: relative; */
   /* flex: 0;*/
}


.property-search-form .filter-btn {
    width: 100%;
    /* padding: 10px 15px; */
    text-align: left;
    background-color: transparent !important;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #1e7a61 !important;
    display: flex;
    column-gap: 20px;
    align-items: flex-start;
    font-size: 14px;
    padding: 8px 0;
	justify-content: flex-start;
}
.property-search-form .filter-btn .arrow{
    font-size: 12px;
    /* position: absolute; */
    right: 0;
}

.property-search-form .filter-btn .filter-title {
    /* display: flex;
    justify-content: space-between;
    width: 100%; */
    align-items: center;
}

.property-search-form .filter-btn .selected-text {
    font-weight: 400;
    color: #333;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: 1em;
    position: absolute;
    top: 50%;
}

.arrow {
    color: #3B7D23;
    font-size: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 7;
    margin-top: 15px;
    max-width: 450px;
    padding: 15px;

}

.dropdown-item {
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
}

.property-search-form .search-btn {
    display: block;
    width: 150px;
    background: #d5f1c0;
    font-family: "Inter", Sans-serif;
    font-size: 1em;
    font-weight: 700;
    border: none;
    line-height: 32px;
    border-radius: 45px;
    color: #3B7D23;
    text-transform: capitalize;
    margin-top: -6px;
    padding: 0.6rem 1rem;
    text-align: center;
}

.dropdown-content.price-dropdown{
	width:400px !important;
}

.search-btn:hover {
    background-color: #B3D68C;
}

/* Show dropdown on click */
.filter-dropdown.active .dropdown-content {
    display: block;
    z-index: 99 !important;
}

/* More filters specific styles */
.more-filters-content .select2{
    width: 100% !important;
}
.more-filters-content {
    padding: 25px;
    max-width: 700px;
	left: 0;
}
.property-search-form-container.loading{
    pointer-events: none !important;
}
.property-search-form-container .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3B7D23 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #cde8b8 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #3B7D23;
  font-size: 0.9em;
  font-weight: 600;
}
.property-search-form-container .select2-dropdown {
  z-index: 9999999999 !important;
}
.property-search-form-container .select2-selection {
  background: rgba(242, 242, 242, 1) !important;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  min-height: 40px !important;
}
.property-search-form-container .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 35px;
}
.more-filters-content .min-s,.more-filters-content .max-s{
    width: 100% !important;
}
.filter-section {
    margin-bottom: 15px;
}

.filter-section-title {
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.filter-label {
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 13px;
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-range {
    display: flex;
    align-items: center;
    gap: 8px;
}

.min-range, .max-range {
    flex: 1;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.range-separator {
    font-weight: bold;
    color: #888;
}
.property-search-form-container.property-search-form-individual .search-input-container{
    /* position: relative;
    width: 100%;
    top: unset;
    right: auto;
    margin-bottom: 20px; */
}
.property-search-form-container .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-clear, .btn-apply {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-clear {
    background-color: #f0f0f0;
    color: #333;
}

.btn-apply {
    background-color: #C1E39A;
    color: #3B7D23;
}

.loading-indicator {
    text-align: center;
    padding: 15px;
    color: #888;
}

/* Bedroom dropdown specific styles */
.bedroom-dropdown {
    padding: 15px;
}

.bedroom-options.circled-style {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.bedroom-options.circled-style input[type="checkbox"] {
    display: none;
}

.bedroom-options.circled-style label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.bedroom-options.circled-style input[type="checkbox"]:checked + label {
    background-color: #3B7D23 !important;
    color: white;
}
 .bedroom-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.btn-clear-bedroom, .btn-apply-bedroom {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
}

.btn-clear-bedroom {
    background-color: #f0f0f0;
    color: #333;
}

.btn-apply-bedroom {
    background-color: #C1E39A;
    color: #3B7D23;
}

.property-search-form-container .tab-navigation button,
.property-search-form-container .action-buttons button{
    font-family: "Plus Jakarta Sans", Sans-serif;
    min-width: 111px;
    font-weight: 400;
}
  .property-search-form-container .tab-navigation button{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 1em;
    font-weight: 400;
    border-radius: 5px 5px 0 0;
    padding: 3px 5px 3px 15px;
    background: #fff;
    color: #000;
    border-bottom: 6px solid #3B7D23;
  }
.property-search-form-container .action-buttons button {
    font-size: 1em;
    font-weight: 400;
}
.joyland-propert-loop-styled.joy-style-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* justify-content: space-between; */
}
.user-bookmark-title{
    font-size: 2em;
    line-height: 32px;
    color: #3B7D23;
}
/*.joyland-propert-loop-styled.joy-style-grid .joyland-propert-loop{*/
/*    width: calc(33% - 20px);*/
/*}*/
.specific-searches-featured{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}
.specific-searches-featured .joyland-propert-loop{
    width: 100%;
}
.joyland-propert-loop-styled.joy-style-slider{
    /* display: inline-block;
    width: 100%;
    overflow: hidden; */
}
 /* the slides */
 .joyland-propert-loop-styled.joy-style-slider .slick-slide {
    margin: 0 20px;
}

/* the parent */
.joyland-propert-loop-styled.joy-style-slider .slick-list {
    margin: 0 -20px;
}
.joyland-propert-loop-styled.joy-style-slider .slick-arrow{
    position: absolute;
    top: 88px;
    transform: translateX(-50%);
    line-height: 22px;
    background-color: #D5F1C0;
    color: #3B7D23;
    height: 50px;
    width: 50px;
    border: none !important;
    border-radius: 50%;
    font-size: 0;
    z-index: 9;
}
.joyland-propert-loop-styled.joy-style-slider .slick-prev{
    left: -42px;
    right: unset;
}
.joyland-propert-loop-styled.joy-style-slider .slick-next{
    left: unset;
    right: -95px;
}
table.table table-bordered{
    width: 100%;
    border-collapse: collapse;
 }
table.table-bordered th, table.table-bordered td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
table.table-bordered th {
    background-color: #f2f2f2;
}
table.table-bordered  tr:nth-child(even) {
    background-color: #f9f9f9;
}
.my-slider{
    /* z-index: 9; */
}
.inner-search-tab-container{
    min-height: 1px;
}
/* Hide the radio buttons */
.inner-search-tab-container input[type="radio"] {
    display: none;
  }
  table.table-bordered a{
    color: #3B7D23;
  }
  /* Style the labels as tabs */
  .inner-search-tab-label {
    display: inline-block;
    padding-bottom: 4px;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-right: 12px;
    transition: background-color 0.3s ease;
    position: relative;
  }
  
  .inner-search-tab-label:hover {
    /* background-color: #ddd; */
  }
  .specific-searches-except-featured{
	  margin-top: 20px;
  }
  .inner-search-tab-title{
    text-align: left;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
    color: #E38800;
  }

    .inner-search-tab-content {
        padding: 20px 0px 50px 0px;
    }
  /* Active tab style */
  #inner_tab1:checked ~ .inner-search-tab-label[for="inner_tab1"],
  #inner_tab2:checked ~ .inner-search-tab-label[for="inner_tab2"],
  #inner_tab3:checked ~ .inner-search-tab-label[for="inner_tab3"] {
    border-bottom: 1px solid #000000;
    color: #3B7D23;
  }
  
  /* Content area */
  .inner-search-tab-content {
    display: none;
    /* padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff; */
  }
  
  /* Show the content of the selected tab */
  #inner_tab1:checked ~ #inner_content1,
  #inner_tab2:checked ~ #inner_content2,
  #inner_tab3:checked ~ #inner_content3 {
    display: block;
  }
  
  .property-compare-checkbox{
    position: absolute;
    top: 10px;
    left: 10px;  
  }
  .property-id{
    position: absolute;
    top: 10px;
    right: 70px;
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .property-compare-checkbox-input{
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .property-compare{
    display: inline-block;
    padding: 8px 25px;
    border-radius: 50px;
    border: 2px solid #000;
    margin-bottom: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .property-compare:hover{
    background: #3B7D23;
    color: #fff;
    border-color: #3B7D23;
  }
  .pagination {
     justify-content: center !important;
    gap: 10px;
}
.pagination .page-numbers{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 50px;
    height: 40px;
    background: #3B7D23;
    border-radius: 5px;
    align-items: center;
    font-size: 17px;
}
.pagination a.page-numbers{
    color: #fff;
}
.pagination a.page-numbers:hover{
    background: #D5F1C0;
    color: #3B7D23;
}
.pagination span.page-numbers{
    color: #000;
    background: transparent;
}
.pagination  .next.page-numbers{
    min-width: 100px;
}
.pagination  .prev.page-numbers{
    min-width: 100px;
}
.building-overview-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.building-overview-card-container .building-overview-card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s;
}

.building-overview-card-container .building-overview-card:hover {
    transform: translateY(-5px);
}

.building-overview-card-container .image-placeholder {
      width: 100%;
    height: 200px;
    background-color: #f6f9fc;
    background-repeat: no-repeat;
    background-size: cover;
}

.building-overview-card-container h3 {
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.building-overview-card-container h3 a{
    color: #333;
}

.building-overview-card-container .info {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f8f8f8;
}

.building-overview-card-container .buy,.building-overview-card-container .rent {
    font-size: 0.9rem;
    font-weight: bold;
    color: #ff4d4d;
    text-align: center;
    width: 100%;
}
.social-share-buttons {
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        background: #fff;
        padding: 10px 10px;
        border-radius: 5px;
        position: relative;
        left: 5px;
        width: calc(100% - 60px);
}
.social-share-buttons:after{
    content: '';
    position: absolute;
    top: 18px;
    right: -6px;
    width: 15px;
    height: 15px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 3px;
}
.share-button {
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: white !important;
    transition: background-color 0.3s;
}
.social-share-buttons a img {
    width: 35px;
}
/* .share-button.facebook { background-color: #3b5998; }
.share-button.facebook:hover { background-color: #2d4373; }
.share-button.linkedin { background-color: #0077B5; }
.share-button.linkedin:hover { background-color: #005582; }
.share-button.twitter { background-color: #000000; }
.share-button.twitter:hover { background-color: #333333; }
.share-button.email { background-color: #D44638; }
.share-button.email:hover { background-color: #B23121; } */
.grid-social-share-buttons{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 7;
}
.joyland-propert-loop-inner{
    position: relative;
}
.grid-social-share-button-trigger{
    /* background: #3B7D23; */
     color: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.filter-dropdown.active .dropdown-content {
    display: block;
    max-height: 400px;
    width: fit-content;

    /* overflow-y: scroll; */
}
.filter-dropdown.active .more-filters-content{
    width: 550px;
}
.more-repeat{
    position: relative;
}

div#pagination, 
.new-launch-pagination, 
.ajax-pagination,
#author_sale_pagination,
#author_rent_pagination,
.jl-pagination
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-top: 30px;
}
div#pagination a, 
.new-launch-pagination a, 
span.disabled, 
.ajax-pagination a,
#author_sale_pagination a,
#author_rent_pagination a,
.jl-pagination a
{
    padding: 10px;
    width: 35px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

div#pagination a:hover, 
div#pagination a.active, 
.new-launch-pagination a:hover, 
.new-launch-pagination a.active,
.ajax-pagination a:hover, 
.ajax-pagination a.active,
#author_sale_pagination a:hover, 
#author_sale_pagination a.active,
#author_rent_pagination a:hover, 
#author_rent_pagination a.active,
.jl-pagination a:hover, 
.jl-pagination a.active
{
    background-color: #3B7D23;
    color: white;
}
ul.joyland_property-meta{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    column-gap: 18px;
    row-gap: 0px;
    max-width: 100%;
    min-height:30px;
}
.joyland-propert-loop-inner .wlaking-distance-mrt .wd_mrt{
	display:flex;
    align-items: center;
    gap: 10px;
}
ul.joyland_property-meta li{
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
ul.joyland_property-meta li:after{
    content: '';
    position: absolute;
    top: calc(50% + 2px);
    right: -13px;
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
    transform: translateY(-50%);
}
ul.joyland_property-meta li:last-child:after{
    display: none;
}
.wd_mrt {
    height: 40px;
}
.display-none{
    display: none !important;
}
.specific-searches-except-featured .joyland-propert-loop-styled.joy-style-grid{
        display:grid;
          grid-template-columns: repeat(5, 224px);
        grid-gap: 20px;
}
    
.specific-searches-except-featured .joyland-propert-loop-inner .property-top-meta h2{
    font-size:18px;
    line-height: 19px;
}
.specific-searches-except-featured .joyland-property-bottom-meta ul li span{
    width:40px;
    height:40px;
}

.specific-searches-except-featured  .listed-by-sicial .listed-group img{
    width:40px;
}
.specific-searches-except-featured  .listed-social svg{
    width:40px;
    height:40px;
}

.saved-search-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.saved-search-item {
    position: relative;
    padding: 20px 20px 50px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    min-height: 200px;
    color: #000;
}
button.delete-search-item {
    position: absolute;
    right: 20px;
    border: none;
}
.search-params {
    display: -webkit-box;
    width: 80%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
p.historyParam {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45ch;
}
.search-header {
    width: 80%;
}
.search-params .search-param{
    width: fit-content;
    display: inline-block;
    padding-right: 10px;
}
.search-details{
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    align-items: center;
    margin: 20px 0px;
}
.saved-on{
    position: absolute;
    bottom: 20px;
}

.more-filters-content span.button-fake.clear-button-new.individual-clear {
    margin-right: 60px;
}


/** New CSS for Property Search Form **/
.property-search-form {
  display: flex;
  flex-wrap: wrap;
}
.tab-navigation {
  position: absolute;
  left: 0px;
}
.action-buttons {
  margin-top: 0px !important;
  width: 20%;
}
#search_text_wrapper {
  width: calc(80% - 160px);
  position: relative;
}
.active-tab-residential #search_text_wrapper {
  width: calc(100% - 120px);
}
.action-btn {
  padding: 0px !important;
  height: 45px !important;
}
.property-search-form {
  margin-top: -10px !important;
}

.action-btn {
  border-radius: 30px !important;
}
.filter-row {
  width: 100%;
}
.action-btn {
  min-width: 50% !important;
}
.search-btn {
  position: absolute;
  right: 15px;
  top: 30px;
}
.save-search-btn {
	position: absolute;
	top: 15px;
	right: 20px;
}


.more-filters-content .search-footer-buttons {
  position: absolute;
  bottom: 10px;
}
.more-filter {
  overflow-y: scroll;
  height: 320px;
}
.dropdown-content.more-filters-content {
  padding-bottom: 50px;
}
.clear-search {
    position: absolute;
    right: 45px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    cursor: pointer;
}
body.home .clear-search {
   
    right: 62px;
    
}
.clear-search .clear-search-btn,.clear-new-launches{
	    text-decoration: underline;
}
span#clearInput {
    position: absolute;
    right: 8px;
    top: 27%;
    
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 1.3em;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
}
.property-search-form-container.sticky span#clearInput {
    top: 40%;
    right: 30px;
}
#searchBy:focus ~ span#clearInput,
#searchBy:not(:placeholder-shown) ~ span#clearInput {
    opacity: 1;
}

.opacity-0{
    opacity: 0;
}

/** End New CSS for Property Search Form **/

@media (min-width: 1150px){
    .more-filters-dropdown{
        position: relative;
    }
}

@media (max-width: 1150px){
    .property-search-form .filter-btn .selected-text{
        top: unset;
        bottom: 13%;
    }
}

@media (max-width: 1024px) {
    .specific-searches-except-featured .joyland-propert-loop-styled.joy-style-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 820px) {
    .specific-searches-featured{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .building-overview-card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {

	.property-search-form .filter-btn{
		font-size:12px;
	}
    div#pagination, 
    .new-launch-pagination, 
    .ajax-pagination, 
    #author_sale_pagination, 
    #author_rent_pagination{
        gap: 10px;
    }
    div#pagination a, 
    .new-launch-pagination a, 
    span.disabled, 
    .ajax-pagination a, 
    #author_sale_pagination a, 
    #author_rent_pagination a{
        width: 30px;
        height: 30px;
        line-height: .8em;
    }
}
@media (max-width: 600px) {
    .building-overview-card-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .filter-row {
        gap: 15px;
    }
	.filter-row{
		margin-top:20px;
	}
    .search-btn {
        width: 100%;
        margin-top: 10px;
    }
    .specific-searches-except-featured .joyland-propert-loop-styled.joy-style-grid{
            grid-template-columns: repeat(2, 1fr);
    }
	
	.home-hero-slider .pp-post-content-wrap{
        right: calc(50% - 15px) !important;
        top: 50%;
        padding: 100px 40px;
        transform: translate(50%,-50%);
        height: auto;
        padding:40px 50px 40px 60px !important;
        min-width:calc(100% - 150px) !important;
    }
    .joyland-propert-loop-styled.joy-style-grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .saved-search-items {
        grid-template-columns: repeat(2, 1fr);
    }
	
}


@media (max-width: 650px) {
	.action-buttons{
		width:25%;
	}
	#search_text_wrapper {
		width: calc(80% - 135px);
		position: relative;
	}
	body.home .clear-search {
		right: 20px;
	}
	 .filter-row {
		flex-wrap: nowrap;
        justify-content: flex-start;
		overflow-y: scroll;
	}
	.filter-dropdown {
		flex: unset;
		width:auto;
	}
	.clear-search{
		right:20px;
	}
	 .property-search-form .search-btn {
        margin-top: 0px !important;
        padding: .5rem 2rem;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 90px;
    }
	.property-search-form .action-btn {
        height: 42px !important;
    }
	.dropdown-content{
		max-width:100%;
		left:0px;
	}
	.dropdown-content.price-dropdown{
		width:100%;
	}
	.category-dropdown{
		width:100% !important;
	}
	.more-filters-content{
		padding:15px;
	}
	.more-repeat h4{
		margin:0px;
		font-size:1em !important;
	}
	.accordion-header{
    	padding: 5px 10px;
	}
	.popup-footer-buttons, .search-footer-buttons{
		margin-top:0px;
	}
	.apply-filter-wrapper{
		padding-top:0px;
	}
	.search-input-container .search-input{
    	padding: 10px 15px !important;
	}
}


@media (max-width: 575px) {
    .specific-searches-featured{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }
       .specific-searches-except-featured .joyland-propert-loop-styled.joy-style-grid{
            grid-template-columns: repeat(1, 1fr);
    }
    .joyland-propert-loop-styled.joy-style-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .saved-search-items{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 450px) {
    .property-search-form .search-btn {
        padding: 2px;
        width: 70px;
        font-size: 12px;
    }
/* 	#search_text_wrapper {
        width: calc(80% - 95px);
        position: relative;
    } */
	.search-input-container .search-input {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
	.property-search-form-container .action-buttons button {
		font-size: 12px;
		font-weight: 400;
	}
	.property-search-form .action-btn {
        height: 36px !important;
    }
    .new-launch-form .filter-row {
        padding: 0px 15px;
    }
}

@media (max-width: 475px){
	.action-buttons {
        width: 30%;
    }
	#search_text_wrapper {
        width: 70%;
        position: relative;
    }
	.filter-row{      
		display: grid;
        grid-template-columns: repeat(2, 1fr);
	}
	.property-search-form .search-btn, .clear-search{
		position:relative;
        width: 90%;
		top:unset;
		left:unset;
		right:unset;
        padding: 0;
	}
	.property-search-form .filter-btn {
        justify-content: space-between;
    }
	.clear-search{
		order:5
	}
	.home-hero-slider .pp-post-content-wrap{
        padding: 30px 20px 30px 20px !important;
	}
	.home-hero-slider .pp-post-title:before{
		top:-22px;
	}
	.home-hero-slider .pp-post-title{
		margin-top:20px;
	}
	.pp-post-content-wrap .pp-posts-button {
		margin-top:10px !important;
	}
}

@media (max-width: 375px) {
	.filter-dropdown {
		width:100%;
		margin-top:0px;
	}
}