@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body , html {
    background-color: white;
    
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}.header-sticky{position:fixed;}html {
    scroll-padding-top: 100px; /* Adjust this based on header height */
} button,input,textarea,h1,h2,p,h3{font-family: 'Poppins', sans-serif;}.headerfix{background-color: #fff;}header .user-type-btn{background-color:#fff ;}.progress{height:24px}
.font-weight-bold{font-weight: bold;}
.font-weight-900{font-weight: 900;}
.float-right{float: right;}
.school-catchment-heading{color:#A7A7A7!important;font-size: 1.2rem;}
.rounded-circle.border-4{--bs-border-width:12px}
/* Success colors */
.bg-success { background-color: #17A400 !important; }
.btn-success { 
    background-color: #17A400;
    border-color: #17A400;
    color: white;
}
.border-success { border-color: #17A400 !important; }
.text-success { color: #17A400 !important; }

.header-top {
    background-color: #ffffff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.row2 {
    background-color: rgb(255, 255, 255);
    margin-bottom: -20px;
}

.start-content {
    margin-top: 0%;
}
#searchModal .property-tab {
    background: #f8f9fa;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    height: 60px;
}

.property-tab.active {
    background: #003366;
    color: white;
}

.property-tab:hover {
    background: #0056b3;
    color: white;
}

.property-label {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}
.user-type-btn1 {
    border: none;
    border-radius: 20px;
    padding: 8px 14px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    margin: 5px;
    cursor: pointer;
    position: relative;
}

.user-type-btn1::after {
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 8px;
    right: -4px;
    width: 1px;
    height: 52%;
    background-color: #704b4b;
}

.user-type-btn1:last-child::after {
    display: none;
}
#searchModal .tab-container {
            display: flex;
            gap: 5px;
        }
        .tab-btn {
            padding: 8px 15px;
            border: 1px solid #ddd;
            background: #fff;
            color:  #1f2937; /* Dark Navy Blue */
            cursor: pointer;
            border-radius: 5px;
            transition: all 0.3s;
        }
        .tab-btn.active {
            background: #1f2937; /* Dark Navy Blue */
            color: #fff;
        }
@media (max-width: 768px) {#addupto{ font-size: 12px;}
    .start-content {
        margin-top: 4px;
    }
    .heading {
      
        font-size: 1rem!important;
    }
    .search-container{
        justify-content: center!important;
    }
    .option-card{
        margin-bottom: 30px;
    }
}
.search-container{
    justify-content: start;
}
.user-type-btn {
    border-radius: 20px;
    padding: 8px 24px;
    border: 1px solid #777;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    margin: 5px;
    cursor: pointer;
}.noUi-target {
    background: #e7e0e0!important;}.noUi-touch-area {background-color: #fff;}
.noUi-connect {
    background: #132544 !important;
}.noUi-base {
    background-color: #d3d3d3!important; /* Light grey */
}.noUi-horizontal .noUi-handle {
    width: 34px!important;
    height: 34px!important;
    right: -17px!important;
    top: -15px!important;
}.noUi-target {margin-top: 12%;}.noUi-handle {
    border: 1px solid #132544!important;box-shadow: none!important;}
.user-type-btn.active {
    background-color: #132544;
    color: white;
    border-color: #132544;
}

.icon-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    background-color: transparent;
    margin: 5px;
}

.profile-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    background-color: transparent;
    margin: 5px;
}

.profile-dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    right: 10px;
    top: 40px;
    z-index: 800;
}

.profile-dropdown-menu .dropdown-item {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.profile-dropdown-menu .dropdown-item:hover {
    background: #f0f0f0;
}

.icon-btn:hover {
    background-color: #f5f5f5;
}

.border3 {
    border-radius: 8px;
    border: 1px solid #000;
}

.heading {
    font-family: inherit;
    font-weight: 600;
    font-size: 1.7rem;
   
}

.border3 .btn {
    color: #000;
}

.badge {
    margin-right: 5px;
}

.card .bg-secondary {
    background-color: #7E8494 !important;
}

.card .bg-primary {
    background-color: #101E43 !important;
}

.btn-custom {
    border: none;
    width: 100%;
    border-radius: 10px;
}

.btn-group-container {
    margin: auto;
}
.btn-outline-secondary{white-space: nowrap;}

@media (max-width: 768px) {.icon-item.active{border-radius:0;border-bottom:1px solid}header .scroll-button{display: none;}
    .input-group .form-control {
        border-radius: 50px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }.property-images-main img{height:145px}
}

@media (max-width: 768px) {#scrollRight {
    right: -1%!important;}.icon-section{padding: 0!important;}
.map-iframe{height:400px}
    .d-flex {
        flex-wrap: wrap;
    }.toggle-section{display: none;}
    #filterBtn,#sortBtn{display:none}
    .icon-btn {
        display: none;
    }

    .col2{flex-direction: column;}.w30{max-width: 100%!important;}
   
}

.main-content {
    padding: 20px 0;
}.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}#scrollRight{right:11%;position: absolute;}#scrollLeft{position: absolute;left:7%!important;top:9%}
.icon-item.firsticon{background:#fff}
.property-card {
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: white;
    height: calc(100% - 20px);
}

.carousel-inner {
    height: 251px;
}.filter-buttons button{margin-bottom: 5px;}

.carousel-item {
    height: 100%;
}.bordercircle{  margin-left: 12px;
    display: inline;
    border-radius: 18px;
    padding: 7px;
    border: 1px solid #b6a7a7;}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.disabled-checkbox .property-filter label{opacity: 0.5;}
.carousel-control-prev,
.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    opacity: 0.8;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.property-card:hover .carousel-control-prev-icon,
.property-card:hover .carousel-control-next-icon {
    width: 22px;
    height: 20px;
}.property-card:hover .carousel-control-prev,
.property-card:hover .carousel-control-next {display: inline-block;padding: 4px;}

.property-info {
    padding: 15px;
}.carousel-control-next,.carousel-control-prev{display: none;}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6sease;
}.carousel-indicators .active{opacity:1}
.property-price {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.property-address {
    color: #666;
    font-size: 17px;
    margin-bottom: 10px;
}

.property-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
    color: #555;
}

.property-detail {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.property-detail i {
    margin-right: 3px;
}

.map-container {
    height: 100%;
    max-height: 600px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    position: relative;
}

.price-marker {
    position: absolute;
    background-color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 10;
}

@media (max-width: 768px) {.icons-wrapper{margin-top: 7%!important;}
    #categoryDropdown.dropdown-menu {width: 100%!important;margin: 0!important;}
    .hide-on-mobile {
        display: none !important;
    }
    
    .header-top .row {
        justify-content: space-between;
    }
    
    .layout-row {
        flex-direction: column;
    }
    
    .map-container {
        min-height: 300px;
        margin-top: 20px;
    }
}

.right-sidebar-map {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 500px;
}

.main-action-btn {
    border-radius: 20px;
    padding: 6px 24px;
    font-size: 14px;
    margin: 0 4px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    color: #333;
    cursor: pointer;
}

.main-action-btn.active {
    background-color: #132544;
    color: white;
    border-color: #132544;
}

.search-input {
    border-radius: 25px;
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    width: 100%;
    font-size: 14px;
}

.search-input:focus {
    outline: none;
    border-color: #0066ff;
    box-shadow: 0 0 0 2px rgba(0,102,255,0.1);
}

.filter-btn {
    border-radius: 20px;
    padding: 6px 16px;
    border: 1px solid #e0e0e0;
    background-color: white;
    color: #333;
    font-size: 14px;
    margin: 6px 2px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.filter-btn:hover {
    background-color: #f8f9fa;
}
 .sort-filter-btn {
        border-radius: 20px;
        padding: 6px 16px;
        border: 1px solid #e0e0e0;
        background-color: white;
        color: #333;
        font-size: 14px;
        margin: 0 4px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        cursor: pointer;

    }
    @media screen and (max-width: 768px) {
                .sort-filter-btn {
                    padding: 6px 12px;
                }
                .tab-pane img{
                    width: 350px;
                }
                .no-wrap{
                    flex-wrap: nowrap!important;
                }
              
                    #propertyTabs .nav-item {
                        flex: 0 0 auto;
                       
                    }
                    .top-8{
                        left: 10%!important;
                    }
                    #scroll-left-2{
                        top: 40%!important;
                    }
            
            }
    .sort-filter-btn.active {
        background-color:#132544;
        color: white;
        border-color: #132544;
    }
.stop-fixed {
    position: absolute !important;
}

.icon-section {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
    background-color: #fff;
    border-radius: 8px;
}

.toggle-section {
    min-width: 113px
}
.search-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
  
}

.search-box {
    display: flex;
    align-items: center;
    background: white;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 8px 15px;
    flex: 1;
 max-width: 250px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.search-icon {
    color: #999;
    font-size: 18px;
}

.search-dropdown {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
}

.filter-btn {
    background: #4caf50;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.filter-btn:hover {
    background: #45a049;
}

.scroll-container {
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}

.icons-wrapper {
    margin-top: 3%;
    display: flex;
    gap: 1rem;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* /* Smooth transition */
}
.icons-wrapper::-webkit-scrollbar {
    display: none;
}
#yoursearches .icon-item{box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;max-height:70px;
    min-width: 70px;        max-width: 70px;
    text-align: center;
    cursor: pointer;justify-content: center;
    padding: 0.5rem;
    border-radius: 8px;
    transition: background-color 0.3s;
}

.icon-item:hover {
    background-color: rgba(241, 89, 48, 0.1);
}

.icon-label {
    font-size: 12px;
    margin-top: 4px;
    color: #666;
}

.scroll-button {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.scroll-button:hover {
    background-color: #f8f9fa;
}

.toggle-button {
    border: 1px solid #dee2e6;
    background: white;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

.toggle-button:first-child {
    border-radius: 4px 0 0 4px;
}

.price {
    color: #3D425C;
    font-size: 1.4rem;
}

.toggle-button:last-child {
    border-radius: 0 4px 4px 0;
}

.ht-65 {
    height: 65px;
    width: 65px;
}

.toggle-button.active {
    color: rgb(0, 0, 0);
}

.top-8 {
    left: 15%;
    top: 8%;
}.form-check-input{border:1px solid #000}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #fff #fff #17A400;
    border-bottom: 3px solid #17A400 !important;
}
.nav-tabs .nav-link{color:#000}



.btn-group-container {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 5px 13px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
    display: none;
}

.scroll-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

#scroll-left-1, #scroll-left-2 { left: 0; }
#scroll-right-1, #scroll-right-2 { right: 0; }

.tab-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 5px;
    white-space: nowrap;
}

.tab-container::-webkit-scrollbar {
    display: none;
}

.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}

.nav-item {
    flex-shrink: 0;
}
#scroll-right-2{
    top: 40%!important;
}      .nav-pills {
    display: flex; gap: 24px;
        justify-content: center;
        margin-bottom: 16px;
}
.nav-pills .nav-item {
    display: flex;  }
.nav-pills .nav-item + .nav-item {
    margin-left: 8px;
}
.nav-pills .nav-link.active {
    background-color: #132544;
border-radius: 20px;
padding: 3px 17px;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
height: 36px;
}
.nav-pills .nav-link {
    color: #666;
border-radius: 20px;
padding: 5px 16px;
height: 36px;
border: 1px solid #ddd;
}
.search-container {
    position: relative;
}#categoryDropdown.dropdown-menu {z-index:9999;
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    width: 60%;margin:0 20%
}
.toggle-section{margin-left: auto;margin-right: 0;}
#categoryDropdown.dropdown-menu.show {
    display: block;
}#yoursearches     {
display: flex
;

gap: 10px;
}
.search-dropdown {
    position: absolute;
    top: 29%;
    left: 13%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
    margin-top: 8px;
    max-width: 400px;
    display: none;
}

/* Rest of the styles remain exactly the same */
.search-filters .btn {
    border: 1px solid #ddd;
    margin-right: 8px;
    color: #666;
    height: 39px;margin-bottom:3%;
    padding: 4px 12px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.destination-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: start;
    cursor: pointer;
}
.destination-item:hover {
    background-color: #f8f9fa;
}
.destination-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.nearby-icon {
    background-color: #f0f6ff;
}
.melbourne-icon {
    background-color: #fff0f3;
}
.canberra-icon {
    background-color: #f0f7ff;
}
.goldcoast-icon {
    background-color: #fff8f0;
}
.newcastle-icon {
    background-color: #f0fff4;
}
.destination-content {
    flex: 1;
}
.destination-title {
    font-weight: 500;
    margin-bottom: 2px;
}
.destination-subtitle {
    color: #666;
    font-size: 0.875rem;
}
.scroll-container   .search-input{width:65%;  background: #e0e0e0;
margin-bottom: 3%;
height: 39px;
border-radius: 17px;}
.search-input {margin-bottom:3%;
    height: 39px;
    border-radius: 20px;
}.dropdown-menu {
    transition: opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
}

.clear-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
}

.vertical-line {
    border-left: 1px solid #ddd;
    height: 24px;
    margin: 0 10px;
}

.search-icon-btn {
    background: transparent;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 18px;
    padding: 0 10px;
}

.search-btn {
    display: block;
    margin: 0 auto;
    padding: 6px 33px;
    background: red;
    color: white;
    border: none;
    border-radius: 13px;
    font-size: 22px;
    cursor: pointer;
}
.search-btn:hover {
    background-color: #d81557;
    color: white;
}.noUi-horizontal {
    height: 7px!important;
}.noUi-handle:after, .noUi-handle:before{display: none!important;}.noUi-handle {border-radius: 20px!important;}.noUi-touch-area{border-radius: 50px;}
.desktop-header{    
    background-color: rgb(255, 255, 255);
    padding: 48px 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    position: fixed;}
@media (max-width: 768px) {.icon-item {flex: 1 1 calc(25% - 10px);  max-width: calc(25% - 10px);} #categoryDropdown.dropdown-menu-menu{width: 100%!important;
    margin:0!important}
    .desktop-header {
        display: none;
    }
    .mobile-header {
        display: block;
    }
    .mobile-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-header .navbar-brand {
        flex: 1;
    }
    .mobile-header .d-flex.align-items-center {
        flex: 3;
        display: flex;
        justify-content: space-between;
    }
    .mobile-header .d-flex.align-items-center a {
        margin-right: 10px;
    }
    .mobile-header .d-flex.align-items-center a:last-child {
        margin-right: 0;
    }
    .mobile-header .nav-pills {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        gap: 10px; /* Updated gap for mobile view */
    }
    .mobile-header .nav-pills .nav-item {
        margin-bottom: 5px;
    }
   

}
@media (min-width: 769px) {.icon-item.firsticon{display: none;}
    .mobile-header {
        display: none;
    }
    .desktop-header .d-flex.align-items-center a {
        border: 1px solid #ddd;
        padding: 4px 12px;
        border-radius: 20px;
        margin-right: 8px;
        color: #666;
        height: 39px;
        display: flex;
        align-items: center;
    }
    .desktop-header .d-flex.align-items-center a:last-child {
        margin-right: 0;
        border: none; /* Remove border from profile icon */
    }
}
@media (max-width: 380px) {
.small-right{
text-align: right!important;
}
}.property-filter {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
}.btn-light{    background-color: #fff;
    padding: 12px;}
    .btn-light:focus,.btn-light:hover{   border:none; background-color: #fff;
        }
    
.property-filter label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
}

.property-filter input[type="checkbox"] {
    accent-color: black; /* Black checkbox */
    margin-right: 10px;
    width: 18px; /* Increased width */
    height: 18px; /* Increased height */
}

.property-filter input[type="checkbox"]:disabled {
    border: 2px dotted black;
    background-color: white;
    cursor: not-allowed;
}

.property-filter .count {
    margin-left: auto;
 
}
.icon-item{position: relative;}.drop-zone {
    min-height: 100px;
    border: 2px dashed #ccc;
    padding:10px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.remove-icon {
    font-size: 14px;
    right: -2%;
    margin-left: 7px;
    cursor: pointer;
    position: absolute;
    background: transparent;
    color: #b8afaf;
    border: none;
    padding: 0 4px;
    border-radius: 50%;
    top: 0%;

}.icons-wrapper {
    position: relative;
    z-index: 1;
}.selected-categories {
    display: flex;
    gap: 10px;
    min-height: 50px;
    border: 1px solid #ccc;
    padding: 5px;
}#map { height: 500px; width: 100%; display: none; }
    .modal-dialog-scrollable .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
    .modal-dialog {
        max-width: 800px; /* Increase the width of the modal */
    }
    .modal-title {
        font-size: 1.5rem; /* Increase the heading size */
    }
    .toggle-switch {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .toggle-switch input[type="radio"] {
        display: none;
    }
#addupto{gap: 11px;
    display: flex
;
    align-items: center;
}
    .toggle-switch label {
 
        border: 1px solid;
padding: 0.2rem 1rem;
border-color: #000 #000;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .toggle-switch input[type="radio"]:checked + label {
        background-color: #007bff;
        color: white;
    }
    .toggle-switch label:last-child{border-radius:0px 22px 22px 0px;border-color: #000 #000 #000 transparent;}
    .toggle-switch label:not(:last-child) { border-color: #000 transparent #000 #000;
        border-right: none;border-radius:22px 0 0px 22px}
    #filterToggle:checked + label {
        border-radius: 20px;
        margin-right: -12px;
    }

    #sortToggle:checked + label {
        border-radius: 20px;
        margin-left: -12px;
    }
    .budget-card,

    .property-price-card,
    .your-details-card {
 
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 10px;
  
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .affordability-card{
        background-color: #F6F5F7;
    padding: 1rem;
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    box-shadow: none;
    -webkit-box-pack: justify;
    justify-content: space-between;
    }
    .your-details-card2 {
        margin-bottom: 20px;
        padding: 20px;
  
        border: 1px solid #ddd;
        border-radius: 10px;
      
    }

    .budget-card .highlight {
        font-size: 24px;
        font-weight: bold;
        color: #17A400;
    }

    .affordability-card p {
        margin-bottom: 20px;
    }


    .property-price-card .slider-label,
    .your-details-card h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .property-price-card input[type="number"],
    .property-price-card input[type="range"] {
        width: 100%;
    }

    .your-details-card ul {
        padding-left: 0;
    }

    .your-details-card .list-group-item {
        border: none;
        padding: 10px 0;
    }

   
    .btn-cal{
        border: 1px solid #ddd;
        padding: 4px 12px;
    }
    .anchor_view{
        text-decoration: underline;
        font-size: 12px;
    }
    .afford_row{
        display: flex
;
    flex-direction: column;
    gap: 0.5rem;
    }

    .afford_row h5{
        font-size: 1.125rem;
    line-height: 1.5rem;
    font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "XTDR" 0, "APRT" 0, "SPAC" 0;
    font-weight: 600;
    margin: 0px;
    text-align: left;
}
.bar-card{
    height: 15px;

}
.afford_row p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variation-settings: "XTDR" 50, "APRT" 100, "SPAC" 40;
    font-weight: 400;
    margin: 0px;
    text-align: left;
}
.program_card .progress-bar{
    height: 50px;   
   

}
.bar-card{
    height: 12px;
}
.small_txt{
    font-size: 13px;
}

.option-card {
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.option-card:hover, .option-card.active {
    border-color: black;
    background-color: #f8f8f8;
}
.option-card i {
    font-size: 40px;
    margin-bottom: 15px;
}
.continue-btn {
 background-color: #17A400;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.continue-btn:hover {
    background-color: #333;
}
.property-info2{border-radius: 9px 9px 0 0;
    top:40px;z-index:999
}
.border_default{
    border: 1px solid #000;
    border-radius: 50%;
}
.top-89{top:89px;}

.home-badge2 {
    position: absolute;
    top: 89px;
    left: 12px;
    background: #E0FF67;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}
.bg-def{
    background-color: #132544;
}
.search_icon .fa{
    font-size: 20px;  
    color: #fff;  


}
.sm_cr{
    top: 0px; right:52%;
    width: 40px;
     height: 40px;
}
