.alert{
    margin-top:10px;
}

.d-none{
    display: none;
}
.password.is-invalid{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);

}

.propertyCard .addressBox.expanded p {
    -webkit-line-clamp: unset; /* Remove text limit */
    white-space: normal; /* Allow text to wrap */
}

/* Style for the 'more' button */
.propertyCard .addressBox span {
    color: var(--blue-color);
    margin-left: 5px;
}

.form-group .error {
    display: inline;
    color: red;
    font-size: 14px;
}

.fa {
    padding: 20px;
    font-size: 30px !important;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
  }

  .cursor-default{
    cursor: default !important;
  }

  .cursor-pointer{
    cursor: pointer !important;
  }

  .site_traking_box .row a {
    width: 100%;
}

.detailmainSec .detailsTextSec .priceShare ul li a i.fa-solid.fa-heart {
    color: var(--red-color) !important;
}

.modalTextBox .priceAndshare ul li a i.fa-solid.fa-heart {
    color: var(--red-color) !important;
}

.disabled-modal {
    pointer-events: none; /* Disable all pointer events */
    opacity: 0.2 !important; /* Add a translucent effect to indicate it's disabled */
}

.one-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

.two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

.four-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
    position: relative;
}

.five-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
}

#master_plan .tabBox .viewText li {
    padding: 10px;
    border-radius: 5px;
}

#master_plan .tabBox .viewText li.active {
    background: #eef6ff;
}

#master_plan .tabBox .viewText li:not(:last-child) {
    margin-bottom: 10px;
}

#master_plan .tabBox .viewText li h6 {
    margin-bottom: 0;
}

.site_traking_listng .propertyCard .propertyName h5 {
    color: #6A6A71;
    font-weight: 500 !important;
    font-size: 16px;
}

.site_traking_listng .propertyCard .priceBox .price {
    width: calc(50%);
}

.site_traking_listng .propertyCard .priceBox {
    margin-bottom: 10px;
}

/* .propertyCard .locationProperty .comBox {
    width: calc(50%);
} */

.propertyCard .locationProperty .comBox img {
    width: 100%;
    max-width: 30px;
    margin-right: 5px;
}

.modalTextBox .locationProperty .comBox {
    width: calc(50%);
}

.modalTextBox .locationProperty .comBox img{
    margin-right: 5px;
}

.detailmainSec .detailsTextSec .siteDetails .textBox .comBox img {
    margin-right: 5px;
}

.compare_project .siteDetails .textBox .comBox img {
    margin-right: 5px;
}
.not-found{
    font-size : 24px; font-weight:500;
}

.full-li-cover{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Property List Spacing - Home Page */
.row.propertyList {
    row-gap: 30px;
    margin: 0;
}

.row.propertyList > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.row.propertyList a {
    width: 100%;
}

/* Owl Carousel Property List - Mobile */
.bestPropertyBox .propertyList.owl-carousel {
    margin-top: 20px;
}

.bestPropertyBox .propertyList.owl-carousel .owl-item {
    padding: 0 10px;
}


.autocomplete-list {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    width: 82%;
    max-height: 150px;
    overflow-y: auto;
}
.autocomplete-item {
    padding: 8px;
    cursor: pointer;
}
.autocomplete-item:hover {
    background-color: #f1f1f1;
}

#toast-container>div {
    opacity: 1 !important;
}

#propert_document, #locality {
    margin: 50px 0;
}
header .header-box .main-nav ul li a.user-menu-login{
    padding: 0px 18px;
}

.h-150{
    height: 150px !important;
}

.rg-20{
    row-gap: 20px !important;
}

.inputClass.otp.valid { border-color: green; }
.inputClass.otp.invalid { border-color: red; }

.font-black{
    color: var(--heading-text);
}

.font-black:hover{
    color: var(--heading-text);
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.tag-item {
    background-color: #f1f1f1;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.tag-item i.remove-tag {
    margin-left: 6px;
    font-size: 16px !important;
    cursor: pointer;
    padding: 0px !important;
}

/* .selected-tags.tags-details {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    left: 10px;
} */

.rightListSec .toptabSec h1 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* Desktop: Keep scroll for tab-content */
.checkProperty .rightListSec .toptabSec .tab-content {
    overflow-y: scroll !important;
    height: calc(100vh - 170px) !important;
    scrollbar-width: none; /* Firefox */
}

.checkProperty .rightListSec .toptabSec .tab-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

/* Responsive: Remove scroll from tab-content (handled in responsive.css) */

#rightStickySection .StickyBox.exio-suggest-sticky {
    top: 150px;
}

.budgets .selectArea {
    display: flex;
    width: 100%;
    gap: 20px;
}

.budgets .selectArea .dropBox {
    width: calc(50%);
    margin-bottom: 0;
    font-size: 18px;
    color: var(--heading-text);
    font-family: 'Inter-Regular';
}

.budgets .range-slider {
    position: relative;
    width: 100%;
    padding: 15px 0px;
}

.budgets .range-slider input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: var(--blue-color);
    outline: none;
    cursor: pointer;
}

.budgets .range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: var(--blue-color);
    border-radius: 50%;
    border: none;
    outline: 4px solid var(--white-color) !important;
    transition: 0.2s ease-in-out;
}

.budgets .range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    height: 20px;
    width: 20px;
    background-color: var(--blue-color);
    border-radius: 50%;
    border: none;
    outline: 4px solid var(--white-color) !important;
    transition: 0.2s ease-in-out;
}

.checkProperty .checkPropertyBox .topFilterBar .selected-tags {
    margin-top: 0;
    align-items: center;
}

.checkProperty .checkPropertyBox .topFilterBar .searchBar {
    width: 70%;
}

.ts-wrapper.form-control {
    width: 100%;
    min-height: 52px;
    padding: 10px 15px;
    border: 1px solid var(--blue-color);
    outline: none;
}
.ts-control input::placeholder {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}
.ts-wrapper .item {
    color: #212529 !important;
    padding: 8px 5px !important;
    font-size: 1rem;
    font-weight: 500;
}

.ts-dropdown .ts-dropdown-content {
    border: 1px solid #817575;
    padding: 0;
}
.ts-dropdown .ts-dropdown-content .option {
    padding: 5px 15px;
}

.ts-dropdown .option {
    padding: 8px 12px;
    font-size: 0.95rem;
    cursor: pointer;
}

.ts-dropdown .option:hover {
    background-color: #0d6efd;
    color: #fff;
}

.ts-wrapper .remove {
    color: #fff;
    margin-left: 8px;
    font-weight: bold;
    cursor: pointer;
}

/* Compare Modal - Reduce size on property result pages with map */
.comparePorjectModal {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1050;
    max-width: 90%;
    width: auto;
    display: none;
}

.comparePorjectModal.show {
    display: block;
}

.comparePorjectModal .compareMain {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 12px;
    position: relative;
    max-width: 100%;
}

.comparePorjectModal .comparePorjectCard {
    display: flex;
    gap: 8px;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
}

.comparePorjectModal .detailmainSec {
    min-width: 220px;
    max-width: 240px;
    flex-shrink: 0;
}

.comparePorjectModal .compareBtn {
    margin-top: 10px;
    text-align: center;
    padding-top: 8px;
    border-top: 1px solid #eee;
}

.comparePorjectModal .closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.comparePorjectModal .closeModal a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.comparePorjectModal .closeModal img {
    width: 16px;
    height: 16px;
}

/* ============================================
   Distance Selector Dropdown - Modern Theme Design
   ============================================ */

/* Distance Selector Dropdown Styles */
/* position/top/z-index/overflow: no !important so responsive.css can use fixed modal below 1200px */
.distance-selector-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    z-index: 9998; /* Below header dropdowns; mobile override in responsive.css */
    min-width: 360px;
    max-width: calc(100vw - 40px);
    border: 1px solid rgba(0, 83, 149, 0.1) !important;
    overflow: visible;
    animation: slideDownFade 0.3s ease-out;
    transform-origin: top right;
}

/* Arrow pointer connecting dropdown to button */
.distance-selector-arrow {
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--blue-color);
    filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1200px) {
    .distance-selector-dropdown {
        right: 0;
    }
}

@keyframes slideDownFade {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.distance-selector-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 18px 24px !important;
    background: linear-gradient(135deg, var(--blue-color) 0%, #005fa3 100%) !important;
    border-bottom: none !important;
}

.distance-selector-header h6 {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #fff !important;
    letter-spacing: 0.3px;
    display: flex !important;
    align-items: center !important;
    gap: 8px;
}

.distance-selector-header h6::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
}

.close-distance-selector {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    font-size: 16px;
    color: #fff !important;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.close-distance-selector:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    transform: rotate(90deg);
}

.distance-selector-body {
    padding: 24px !important;
    background: #fff !important;
}

.distance-slider-container {
    margin-bottom: 24px;
    position: relative;
}

.distance-slider-wrapper {
    position: relative;
    padding: 20px 0;
}

.distance-slider {
    width: 100% !important;
    height: 8px !important;
    border-radius: 10px !important;
    background: #e8f4fd !important;
    outline: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.distance-slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: var(--blue-color) !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 113, 203, 0.4), 0 0 0 4px rgba(0, 113, 203, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 3px solid #fff !important;
}

.distance-slider::-webkit-slider-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 113, 203, 0.5), 0 0 0 6px rgba(0, 113, 203, 0.15) !important;
}

.distance-slider::-webkit-slider-thumb:active {
    transform: scale(1.1);
}

.distance-slider::-moz-range-thumb {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: var(--blue-color) !important;
    cursor: pointer;
    border: 3px solid #fff !important;
    box-shadow: 0 4px 12px rgba(0, 113, 203, 0.4), 0 0 0 4px rgba(0, 113, 203, 0.1) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.distance-slider::-moz-range-thumb:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 113, 203, 0.5), 0 0 0 6px rgba(0, 113, 203, 0.15) !important;
}

.distance-slider::-moz-range-thumb:active {
    transform: scale(1.1);
}

.distance-labels {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.selected-distance {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: var(--blue-color) !important;
    text-align: center !important;
    margin: 8px 0;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, var(--blue-color) 0%, #005fa3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.distance-preset-buttons {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px;
    margin-top: 8px;
}

.distance-preset-btn {
    padding: 10px 16px !important;
    border: 2px solid #e0e7ed !important;
    background: #fff !important;
    border-radius: 8px !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #64748b !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center !important;
    position: relative;
    overflow: hidden;
}

.distance-preset-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.distance-preset-btn:hover {
    border-color: var(--blue-color) !important;
    color: var(--blue-color) !important;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 113, 203, 0.15) !important;
}

.distance-preset-btn:hover::before {
    left: 100%;
}

.distance-preset-btn.active {
    background: linear-gradient(135deg, var(--blue-color) 0%, #005fa3 100%) !important;
    color: #fff !important;
    border-color: var(--blue-color) !important;
    box-shadow: 0 4px 16px rgba(0, 113, 203, 0.3) !important;
    transform: translateY(-2px);
}

.distance-preset-btn.active::before {
    display: none;
}

.distance-selector-footer {
    padding: 18px 24px !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #fafbfc !important;
    display: flex !important;
    gap: 10px;
}

.distance-selector-footer .btn {
    font-weight: 600 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
}

.distance-selector-footer .btn-primary {
    background: linear-gradient(135deg, var(--blue-color) 0%, #005fa3 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 113, 203, 0.3) !important;
    flex: 1;
}

.distance-selector-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 113, 203, 0.4) !important;
}

.distance-selector-footer .btn-primary:active {
    transform: translateY(0);
}

.distance-selector-footer .btn-outline-secondary {
    background: #fff !important;
    color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
    padding: 12px 20px !important;
    min-width: 140px;
}

.distance-selector-footer .btn-outline-secondary:hover {
    background: #dc3545 !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3) !important;
}

.distance-selector-footer .btn-outline-secondary:active {
    transform: translateY(0);
}

.distance-selector-footer .btn-outline-secondary i {
    font-size: 14px;
}

/* Ensure map doesn't interfere with dropdown */
.proertyMapBox {
    position: relative;
    z-index: 0;
}

.proertyMapBox #map {
    position: relative;
    z-index: 1;
}

/* Ensure topFilterBar doesn't clip dropdown */
.checkProperty .checkPropertyBox .topFilterBar {
    overflow: visible !important;
    position: relative;
    /* z-index: 10; */
}

/* Ensure userDropDown appears above distanceSelectorDropdown (do not force position — responsive.css may use fixed to escape overflow clipping) */
header .header-box .main-nav ul li ul.userDropDown,
header .header-box .main-nav ul li ul.userDropDown.show {
    z-index: 10000 !important; /* Higher than distanceSelectorDropdown (9998) */
}

/* Ensure projectDropDown also has proper z-index */
header .header-box .main-nav ul li ul.projectDropDown,
header .header-box .main-nav ul li ul.projectDropDown.show {
    z-index: 10000 !important; /* Higher than distanceSelectorDropdown (9998) */
}

/* Reduce font sizes and padding for compact view */
.comparePorjectModal .detailmainSec {
    padding: 8px;
}

.comparePorjectModal .detailmainSec .detailsTextSec {
    padding: 0;
    margin-bottom: 5px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .siteDetails {
    margin-bottom: 5px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .siteDetails .logoMain {
    width: 45px;
    height: 45px;
    margin-right: 8px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .siteDetails .logoMain img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.comparePorjectModal .detailmainSec .detailsTextSec .textBox {
    padding: 0;
}

.comparePorjectModal .detailmainSec .detailsTextSec .textBox h5 {
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 1.3;
}

.comparePorjectModal .detailmainSec .detailsTextSec .textBox span {
    font-size: 11px;
    line-height: 1.2;
}

.comparePorjectModal .detailmainSec .detailsTextSec .locationProperty {
    margin-top: 5px;
    gap: 5px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .locationProperty .comBox {
    margin-bottom: 3px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .locationProperty .comBox img {
    width: 14px;
    height: 14px;
}

.comparePorjectModal .detailmainSec .detailsTextSec .locationProperty .comBox p {
    font-size: 11px;
    margin: 0;
}

.comparePorjectModal .detailmainSec .endText {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #f0f0f0;
}

.comparePorjectModal .detailmainSec .endText p {
    font-size: 11px;
    margin: 0;
    line-height: 1.3;
}

.comparePorjectModal .detailmainSec .priceShare {
    margin-top: 5px;
    padding-top: 5px;
}

.comparePorjectModal .detailmainSec .priceShare h5 {
    font-size: 14px;
    margin: 0;
    line-height: 1.3;
}

.comparePorjectModal .detailmainSec .closeMark {
    top: 5px;
    right: 5px;
}

.comparePorjectModal .detailmainSec .closeMark img {
    width: 14px;
    height: 14px;
}


/* Mobile Filter Hero Positioning - Only on mobile */
.heroBanner .mobileFilterHero {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    z-index: 15;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
}

/* ========== Mobile Filter Hero Section - Modern Design ========== */
.mobileFilterHeroSection {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    margin-top: -120px; /* Pull up to show half on banner bottom */
    z-index: 10;
}

.mobileFilterHeroSection .mobileFilterHero {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    background-color: var(--white-color);
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 83, 149, 0.1);
    transition: all 0.3s ease;
    margin: 0 auto;
}

.mobileFilterHeroSection .mobileFilterHero:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul li {
    position: relative;
    width: 100%;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown p {
    margin-bottom: 8px;
    color: var(--heading-text);
    font-weight: 600;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown p::before {
    content: '\f3c5';
    font-family: 'fontawesome';
    color: var(--blue-color);
    font-size: 14px;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul li a.cityClick {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--heading-text);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter-Medium';
    border: 2px solid var(--border-color);
    padding: 14px 18px;
    border-radius: 8px;
    background-color: var(--white-color);
    transition: all 0.3s ease;
    min-height: 52px;
    box-sizing: border-box;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul li a.cityClick:hover {
    border-color: var(--blue-color);
    background-color: var(--light-blue);
    box-shadow: 0 2px 8px rgba(0, 83, 149, 0.1);
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul li a.cityClick i {
    font-size: 16px;
    color: var(--gray-color);
    transition: 0.2s all;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul li a.cityClick i.rotate {
    transform: rotate(180deg);
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul.citySelect {
    display: none;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul.citySelect.show {
    display: block !important;
    position: absolute;
    background-color: var(--white-color);
    padding: 20px 20px;
    width: 100%;
    margin-top: 8px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* Below Bootstrap modals (1050+); above siblings in hero filter */
    z-index: 25 !important;
    border: 1px solid var(--border-color);
    max-height: 300px;
    overflow-y: auto;
    pointer-events: auto !important;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul.citySelect.show li a {
    color: var(--gray-color);
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", serif;
    width: 100%;
    padding: 10px 8px;
    border-radius: 6px;
    transition: 0.2s all;
    pointer-events: auto !important;
}

.mobileFilterHeroSection .mobileFilterHero .cityDropDown ul.citySelect.show li a:hover {
    background-color: var(--light-blue);
    color: var(--blue-color);
    padding-left: 22px;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox {
    position: relative;
    margin-top: 0;
    width: 100%;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox p {
    margin-bottom: 8px;
    color: var(--heading-text);
    font-weight: 600;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox p::before {
    content: '\f002';
    font-family: 'fontawesome';
    color: var(--blue-color);
    font-size: 14px;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .selected-tags {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .selected-tags::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 83, 149, 0.1), transparent);
    transition: left 0.5s ease;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .selected-tags:hover::before {
    left: 100%;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .selected-tags:focus-within {
    border-color: var(--blue-color);
    background: linear-gradient(135deg, #ffffff 0%, #e8f4fd 100%);
    box-shadow: 0 4px 16px rgba(0, 83, 149, 0.15), 0 0 0 3px rgba(0, 83, 149, 0.1);
    transform: translateY(-1px);
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox input.searchBoxInput {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 56px 14px 18px;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: var(--heading-text);
    background-color: transparent;
    transition: all 0.3s ease;
    min-height: 52px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox input.searchBoxInput::placeholder {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox input.searchBoxInput:focus::placeholder {
    opacity: 0.6;
}

/* Animated placeholder text */
.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox input.searchBoxInput.animated-placeholder::placeholder {
    animation: placeholderFade 0.5s ease-in-out;
}

@keyframes placeholderFade {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox {
    position: relative;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .searchIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .searchIcon .btnIcon {
    border: none;
    border-radius: 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--blue-color);
    box-shadow: 0 2px 6px rgba(0, 83, 149, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    line-height: 1;
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .searchIcon .btnIcon i {
    font-size: 16px;
    color: var(--white-color);
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .searchIcon .btnIcon:hover {
    background-color: #004080;
    box-shadow: 0 4px 12px rgba(0, 83, 149, 0.3);
    transform: scale(1.05);
}

.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox .searchIcon .btnIcon:active {
    transform: scale(0.95);
}

/* ========== Modern Filter Section Styles ========== */
.filterSec {
    position: relative;
    margin-top: -80px;
    /* z-index: 100; */
    padding: 0;
}

.filterSec.filterHide {
    display: none;
}

.filterSec .container {
    padding: 0 20px;
}

.filterSec .bannerFilterBox {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    max-width: 900px;
    padding: 30px 40px;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12), 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    border: 1px solid rgba(0, 83, 149, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

/* .filterSec .bannerFilterBox:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
} */

/* City Filter Section */
.filterSec .bannerFilterBox .cityFilter {
    width: 100%;
    max-width: 300px;
    position: relative;
    flex-shrink: 0;
    /* Stacking for dropdown only; must stay below Bootstrap modals (~1055) */
    z-index: 2;
}

.filterSec .bannerFilterBox .cityFilter p {
    color: var(--heading-text);
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filterSec .bannerFilterBox .cityFilter p::before {
    content: '\f3c5';
    font-family: 'fontawesome';
    color: var(--blue-color);
    font-size: 14px;
}

.filterSec .bannerFilterBox .cityFilter a.cityClick {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--heading-text);
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter-Medium';
    padding: 14px 18px;
    background-color: var(--white-color);
    border: 2px solid var(--border-color);
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 52px;
}

.filterSec .bannerFilterBox .cityFilter a.cityClick:hover {
    border-color: var(--blue-color);
    background-color: var(--light-blue);
    box-shadow: 0 2px 8px rgba(0, 83, 149, 0.1);
}

.filterSec .bannerFilterBox .cityFilter a.cityClick i {
    font-size: 14px;
    color: var(--gray-color);
    transition: all 0.3s ease;
}

.filterSec .bannerFilterBox .cityFilter a.cityClick i.rotate {
    transform: rotate(180deg);
    color: var(--blue-color);
}

.filterSec .bannerFilterBox .cityFilter ul.citySelect {
    display: none;
}

.filterSec .bannerFilterBox .cityFilter ul.citySelect.show {
    display: block !important;
    position: absolute;
    background-color: var(--white-color);
    padding: 12px 0;
    width: 100%;
    margin-top: 8px;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 30 !important;
    border: 1px solid var(--border-color);
    max-height: 300px;
    overflow-y: auto;
    animation: slideDown 0.3s ease;
    pointer-events: auto !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filterSec .bannerFilterBox .cityFilter ul.citySelect.show li a {
    color: var(--gray-color);
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", serif;
    width: 100%;
    padding: 12px 18px;
    border-radius: 0;
    transition: all 0.2s ease;
    display: block;
}

.filterSec .bannerFilterBox .cityFilter ul.citySelect.show li a:hover {
    background-color: var(--light-blue);
    color: var(--blue-color);
    padding-left: 22px;
}

/* Search Filter Section */
.filterSec .bannerFilterBox .landMarkFilter {
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 15px;
    flex: 1;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox {
    width: 100%;
    max-width: 100%;
    padding-left: 25px;
    border-left: 2px solid var(--border-color);
    position: relative;
    flex: 1;
    z-index: 2;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox p {
    margin-bottom: 8px;
    color: var(--heading-text);
    font-weight: 600;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox p::before {
    content: '\f002';
    font-family: 'fontawesome';
    color: var(--blue-color);
    font-size: 14px;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox .selected-tags {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 2px solid var(--border-color);
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox .selected-tags::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 83, 149, 0.1), transparent);
    transition: left 0.5s ease;
}

/* .filterSec .bannerFilterBox .landMarkFilter .searchBox .selected-tags:hover::before {
    left: 100%;
} */

.filterSec .bannerFilterBox .landMarkFilter .searchBox input.searchBoxInput {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: var(--heading-text);
    background-color: transparent;
    transition: all 0.3s ease;
    min-height: 52px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox input.searchBoxInput:focus {
    outline: none;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox .selected-tags:focus-within {
    border-color: var(--blue-color);
    background: linear-gradient(135deg, #ffffff 0%, #e8f4fd 100%);
    box-shadow: 0 4px 16px rgba(0, 83, 149, 0.15), 0 0 0 3px rgba(0, 83, 149, 0.1);
    transform: translateY(-1px);
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox input.searchBoxInput::placeholder {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.filterSec .bannerFilterBox .landMarkFilter .searchBox input.searchBoxInput:focus::placeholder {
    opacity: 0.6;
}

/* Animated placeholder text for desktop */
.filterSec .bannerFilterBox .landMarkFilter .searchBox input.searchBoxInput.animated-placeholder::placeholder {
    animation: placeholderFade 0.5s ease-in-out;
}

/* Search Icon Button */
.filterSec .bannerFilterBox .landMarkFilter .searchIcon {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}

.filterSec .bannerFilterBox .landMarkFilter .searchIcon .btnIcon {
    border: 2px solid var(--blue-color);
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 18px;
    color: var(--white-color);
    background-color: var(--blue-color);
    box-shadow: none;
    transition: all 0.3s ease;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* .filterSec .bannerFilterBox .landMarkFilter .searchIcon .btnIcon:hover {
    background-color: #004080;
    border-color: #004080;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 83, 149, 0.3);
} */

.filterSec .bannerFilterBox .landMarkFilter .searchIcon .btnIcon:active {
    transform: translateY(0);
}

/* Featured appraisal carousel on home */
.featuredAppraisalSection {
    padding: 40px 0 10px;
}
.featuredAppraisalSection .sectionTitleBox {
    margin-bottom: 20px;
}
.featuredAppraisalSection .section-subtitle-sm {
    font-size: 14px;
    color: var(--gray-color);
    margin: 6px 0 0;
}
.featuredAppraisalCarousel .featuredAppraisalCard {
    background: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    max-width: 300px;
    margin: 10px auto;
}
.featuredAppraisalCarousel .featuredAppraisalCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0, 83, 149, 0.16);
}
.featuredAppraisalCarousel .featuredAppraisalCard .imgBox {
    position: relative;
    overflow: hidden;
}
.featuredAppraisalCarousel .featuredAppraisalCard .imgBox img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.featuredAppraisalCarousel .featuredAppraisalCard:hover .imgBox img {
    transform: scale(1.03);
}
/* (Overlay + 'Featured' pill removed – section itself indicates featured context) */
.featuredAppraisalCarousel .featuredAppraisalCard .imgheader {
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px; */
}
.featuredAppraisalCarousel .featuredAppraisalCard .imgheader span,
.featuredAppraisalCarousel .featuredAppraisalCard .imgheader .badge-appraisal {
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
}
.featuredAppraisalCarousel .featuredAppraisalCard .imgheader .badge-appraisal {
    background: rgba(0, 83, 149, 0.9);
}
.featuredAppraisalCarousel .featuredAppraisalCard .priceBox {
    /* padding: 10px 14px 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.featuredAppraisalCarousel .featuredAppraisalCard .propertyName h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.featuredAppraisalCarousel .featuredAppraisalCard .propertyName {
    /* padding: 4px 14px 0; */
}
.featuredAppraisalCarousel .featuredAppraisalCard .locationProperty {
    /* padding: 8px 14px 14px; */
}
.featuredAppraisalCarousel .featuredAppraisalCard .priceBox .price h5 {
    margin: 0;
    white-space: nowrap;
    font-size: 18px;
}
.featuredAppraisalCarousel .featuredAppraisalCard .boxLogo {
    flex-shrink: 0;
}
/* Show bottom title + location again for featured cards */
.featuredAppraisalCarousel .owl-stage-outer {
    /* padding: 10px 40px 20px; */
}
.featuredAppraisalCarousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 4px;
}
.featuredAppraisalCarousel .owl-nav button.owl-prev,
.featuredAppraisalCarousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 999px !important;
    background: var(--light-blue) !important;
    color: var(--blue-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s ease, transform 0.2s ease;
    pointer-events: auto;
}
.featuredAppraisalCarousel .owl-nav button.owl-prev:hover,
.featuredAppraisalCarousel .owl-nav button.owl-next:hover {
    background: var(--blue-color) !important;
    color: #fff !important;
    transform: translateY(-1px);
}
.featuredAppraisalCarousel .owl-dots {
    margin-top: 10px;
}

/* Recently Viewed on property details - same design as Featured Properties */
#recently-viewed .featuredAppraisalCarousel .owl-nav.disabled,
.recentlyViewedSection .featuredAppraisalCarousel .owl-nav.disabled { display: flex !important; }
.recentlyViewedSection .featuredAppraisalCarousel .owl-stage-outer { padding-top: 12px; }
.recentlyViewedSection .sectionTitleBox {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}
.recentlyViewedSection .sectionTitleBox h4 { font-weight: 600; }

/* Recently viewed property cards font sizing */
.recentlyViewedSection .propertyCard .priceBox .price h5 {
    font-size: 16px !important;
    line-height: 1.25;
}
.recentlyViewedSection .propertyCard .propertyName h5 {
    font-size: 16px !important;
    margin-bottom: 10px;
}

/* Space between icon and text in "My Activity" button */
#recently-viewed .sectionTitleBox .linkBtn i {
    margin-right: 8px;
}
/* Search Results Dropdown */
.searchKeyup .search-key {
    position: absolute !important;
    width: 100%;
    background-color: var(--white-color);
    top: calc(100% + 8px);
    z-index: 10001 !important;
    left: 0;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--blue-color) var(--light-blue);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    animation: slideDown 0.3s ease;
    pointer-events: auto !important;
}

/* Home banner / mobile hero: search suggestions must not cover Bootstrap modals (backdrop ~1050) */
.filterSec .bannerFilterBox .searchKeyup .search-key,
.mobileFilterHeroSection .mobileFilterHero .seacrhNewBox.searchKeyup .search-key {
    z-index: 35 !important;
}

/* Hide search-key by default when it has d-none class */
.searchKeyup .search-key.d-none {
    display: none !important;
}

/* Show search-key when typing (when d-none is removed) */
.searchKeyup .search-key:not(.d-none) {
    display: block !important;
}

.searchKeyup .search-key::-webkit-scrollbar {
    width: 6px;
}

.searchKeyup .search-key::-webkit-scrollbar-track {
    background: var(--light-blue);
    border-radius: 10px;
}

.searchKeyup .search-key::-webkit-scrollbar-thumb {
    background: var(--blue-color);
    border-radius: 10px;
}

.searchKeyup .search-key ul:not(:last-child) {
    margin-bottom: 15px;
}

.searchKeyup .search-key ul h6 {
    margin-bottom: 8px;
    color: var(--heading-text);
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border-color);
}

.searchKeyup .search-key ul li a {
    padding: 10px 8px;
    width: 100%;
    color: var(--gray-color);
    border-radius: 6px;
    font-size: 15px;
    font-family: 'Inter-Regular';
    transition: all 0.2s ease;
    display: block;
}

.searchKeyup .search-key ul li a:hover {
    background-color: var(--light-blue);
    color: var(--blue-color);
    padding-left: 12px;
}

/* ============================================
   Scroll Animations & Interactive Features
   ============================================ */

/* Scroll Animation Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.animated {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-left.animated {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-right.animated {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger animation delay for multiple items */
.fade-in-up.delay-1 { transition-delay: 0.1s; }
.fade-in-up.delay-2 { transition-delay: 0.2s; }
.fade-in-up.delay-3 { transition-delay: 0.3s; }
.fade-in-up.delay-4 { transition-delay: 0.4s; }

/* Property Card Hover Effects */
.propertyCard {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.propertyCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Property Card Quick Actions on Hover */
.propertyCard .propertyQuickActions {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px;
    z-index: 10;
}

.propertyCard:hover .propertyQuickActions {
    opacity: 1;
}

.propertyCard .propertyQuickActions a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: var(--blue-color, #007bff);
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.propertyCard .propertyQuickActions a:hover {
    background: var(--blue-color, #007bff);
    color: white;
    transform: scale(1.1);
}

/* Animated Counter Styles */
.counter {
    transition: all 0.3s ease;
}

.counter.animating {
    color: var(--blue-color, #007bff);
}


/* Section Fade In Animation */
section {
    position: relative;
}

/* About Section Image Hover Effect */
.about .aboutImg img {
    transition: transform 0.5s ease;
}

.about .aboutImg:hover img {
    transform: scale(1.05);
}

/* Enhanced About Image Card */
.about .aboutImg {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    transform-style: preserve-3d;
    transform: translateY(0);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.12), transparent 55%),
                radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.06), transparent 55%);
    animation: aboutImageFloat 10s ease-in-out infinite;
}

.about .aboutImg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.15), transparent 60%);
    mix-blend-mode: multiply;
    opacity: 0.35;
    pointer-events: none;
}

.about .aboutImg::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    top: -20%;
    right: -20%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
    pointer-events: none;
}

.about .aboutImg:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
    animation-play-state: paused;
}

.about .aboutImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes aboutImageFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

/* Discuss Section Hover Effect */
.discuss .imageBox img {
    transition: transform 0.5s ease;
}

.discuss .imageBox:hover img {
    transform: scale(1.05);
}

/* Enhanced Discuss Section */
.discuss {
    position: relative;
    overflow: hidden;
}

.discuss::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 55%),
                radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.05), transparent 55%);
    pointer-events: none;
}

.discuss .discussBox {
    position: relative;
    z-index: 1;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.discuss .discussBox .textBox h4 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
}

.discuss .discussBox .textBox p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.discuss .discussBox .textBox .linkBtn {
    position: relative;
    overflow: hidden;
}

.discuss .discussBox .textBox .linkBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    opacity: 0;
    transition: all 0.4s ease;
}

.discuss .discussBox .textBox .linkBtn:hover::after {
    opacity: 1;
    left: 110%;
}

/* ===== Enhanced Top Recommendations (findIdeal) Section ===== */
.findIdeal {
    position: relative;
    overflow: hidden;
}

.findIdeal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 60%),
                radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.06), transparent 60%);
    pointer-events: none;
}

.findIdeal .findIdealBox {
    position: relative;
    z-index: 1;
}

.findIdeal .findIdealBox .idealBoxCom {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.findIdeal .findIdealBox .idealBoxCom::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 50%;
    top: -40%;
    left: -10%;
    background: linear-gradient(120deg, rgba(0, 123, 255, 0.06), transparent 60%);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.findIdeal .findIdealBox .idealBoxCom:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 83, 149, 0.35);
    background-color: #ffffff;
}

.findIdeal .findIdealBox .idealBoxCom:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.findIdeal .findIdealBox .idealBoxCom .imgBox img {
    transition: transform 0.4s ease;
}

.findIdeal .findIdealBox .idealBoxCom:hover .imgBox img {
    transform: translateY(-4px) scale(1.03);
}

.findIdeal .findIdealBox .idealBoxCom .textBox h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

.findIdeal .findIdealBox .idealBoxCom .textBox p {
    font-size: 15px;
    line-height: 1.6;
}

.findIdeal .findIdealBox .idealBoxCom .btnExplore {
    position: relative;
    overflow: hidden;
}

.findIdeal .findIdealBox .idealBoxCom .btnExplore::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    opacity: 0;
    transition: all 0.4s ease;
}

.findIdeal .findIdealBox .idealBoxCom .btnExplore:hover::after {
    opacity: 1;
    left: 110%;
}

/* Subtle color accents per card */
.findIdeal .findIdealBox .row > div:nth-child(1) .idealBoxCom {
    border-top: 3px solid rgba(0, 123, 255, 0.6);
}

.findIdeal .findIdealBox .row > div:nth-child(2) .idealBoxCom {
    border-top: 3px solid rgba(0, 184, 148, 0.7);
}

.findIdeal .findIdealBox .row > div:nth-child(3) .idealBoxCom {
    border-top: 3px solid rgba(255, 159, 67, 0.8);
}

/* ===== Enhanced About Section ===== */
.about {
    position: relative;
    overflow: hidden;
}

.about::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(0, 123, 255, 0.08), transparent 55%),
                radial-gradient(circle at bottom right, rgba(0, 123, 255, 0.06), transparent 55%);
    pointer-events: none;
}

.about .aboutBox {
    position: relative;
    z-index: 1;
}

.about .aboutText h3 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about .aboutText h3::before {
    content: "";
    width: 32px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--blue-color, #005395), #00bcd4);
}

.about .aboutText p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.about .aboutText p strong {
    color: var(--blue-color, #005395);
}

.about .aboutText .aboutInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding-top: 28px;
}

.about .aboutText .aboutInfo .boxbox {
    flex: 1 1 calc(50% - 18px);
    min-width: 180px;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 83, 149, 0.08);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about .aboutText .aboutInfo .boxbox::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.2), transparent 70%);
    top: -10px;
    right: -5px;
    opacity: 0.6;
}

.about .aboutText .aboutInfo .boxbox h4 {
    margin-bottom: 4px;
    font-weight: 800;
    font-size: 24px;
    color: var(--blue-color, #005395);
}

.about .aboutText .aboutInfo .boxbox p {
    margin-bottom: 0;
    color: #555;
    font-size: 14px;
}

.about .aboutText .aboutInfo .boxbox:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 83, 149, 0.35);
}

.about .aboutText .btnExplore {
    margin-top: 28px;
    position: relative;
    overflow: hidden;
}

.about .aboutText .btnExplore::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.0));
    transform: skewX(-20deg);
    opacity: 0;
    transition: all 0.4s ease;
}

.about .aboutText .btnExplore:hover::after {
    opacity: 1;
    left: 110%;
}

/* Property Loader Styles */
.propertyLoader {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.propertyLoader .loader-spinner {
    text-align: center;
}

.propertyLoader .loader-spinner .spinner-border {
    width: 3rem;
    height: 3rem;
    border-width: 0.3rem;
}

.propertyLoader .loader-spinner p {
    color: var(--gray-color, #666);
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}

.bestPropertyBox {
    position: relative;
}

.propertyList.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Enhanced Best Property section interactions */
.bestPropertyBox .propertySec {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
    background-color: #ffffff;
}

.bestPropertyBox .propertySec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.03), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.bestPropertyBox .propertySec:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 83, 149, 0.3);
    background-color: #ffffff;
}

.bestPropertyBox .propertySec:hover::before {
    opacity: 1;
}

.bestPropertyBox .propertySec .imgBox img {
    transition: transform 0.35s ease;
}

.bestPropertyBox .propertySec:hover .imgBox img {
    transform: scale(1.03);
}

.bestPropertyBox .propertySec .propertyName h5 {
    transition: color 0.25s ease;
}

.bestPropertyBox .propertySec:hover .propertyName h5 {
    color: var(--blue-color, #005395);
}

.bestPropertyBox .exploreMore .btnExplore {
    position: relative;
    overflow: hidden;
}

.bestPropertyBox .exploreMore .btnExplore::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    transform: skewX(-20deg);
    opacity: 0;
    transition: all 0.4s ease;
}

.bestPropertyBox .exploreMore .btnExplore:hover::after {
    opacity: 1;
    left: 110%;
}

/* Enhanced Latest News cards */
.latesNews .latesNewsBox .item {
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.latesNews .latesNewsBox .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05), transparent 60%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.latesNews .latesNewsBox .item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 83, 149, 0.3);
    background-color: #ffffff;
}

.latesNews .latesNewsBox .item:hover::before {
    opacity: 1;
}

.latesNews .latesNewsBox .item .imgbox img {
    transition: transform 0.35s ease;
}

.latesNews .latesNewsBox .item:hover .imgbox img {
    transform: scale(1.03);
}

.latesNews .latesNewsBox .item .sliderText h5 {
    transition: color 0.25s ease;
}

.latesNews .latesNewsBox .item:hover .sliderText h5 {
    color: var(--blue-color, #005395);
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--blue-color, #007bff);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.back-to-top.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
    background: var(--blue-color-dark, #0056b3);
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.4);
}

.back-to-top:active {
    transform: translateY(-1px);
}

.back-to-top i {
    font-size: 20px;
    line-height: 1;
}

/* Header: smaller "Check and match property" button */
header .header-box .main-nav ul li a.second-menu {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 6px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
header .header-box .main-nav ul li a.second-menu i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 1;
}

header .header-box .main-nav ul li a.second-menu.list-your-project-btn:hover {
    background: var(--blue-color);
    color: #fff;
}
header .header-box .main-nav ul li a.second-menu.list-your-project-btn:hover i {
    color: #fff;
}

/* Header user menu button alignment (match other buttons) */
/* header .header-box .main-nav ul li a.user-menu {
    min-height: 40px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
} */
header .header-box .main-nav ul {
    align-items: center;
}

/* List Your Project modal - use theme form/button styles */
#listYourProjectModal .mainWhiteBox {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 5px;
}
#listYourProjectModal .mainWhiteBox .title {
    margin-bottom: 20px;
}
#listYourProjectModal .mainWhiteBox .title p {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    font-family: "Inter", serif;
    margin: 0;
}
#listYourProjectModal .mainWhiteBox .form-group {
    margin-bottom: 10px;
}
/* Match global .inputClass (style.css): blue border, 50px height */
#listYourProjectModal select.inputClass {
    width: 100%;
    height: 50px;
    min-height: 50px;
    box-shadow: none;
    outline: none;
    border: 1px solid var(--blue-color);
    border-radius: 4px;
    padding: 5px 40px 5px 15px;
    background-color: var(--white-color);
    font-size: 16px;
    font-family: "Inter", serif;
    font-weight: 400;
    color: var(--heading-text);
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%23005395' d='M6 8.5L1.5 4h9L6 8.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    cursor: pointer;
}
#listYourProjectModal select.inputClass:focus {
    border-color: var(--blue-color);
    box-shadow: 0 0 0 3px rgba(0, 83, 149, 0.15);
}

/* Modern brochure upload (replaces default file input) */
#listYourProjectModal .lyp-brochure-upload {
    position: relative;
}
#listYourProjectModal .lyp-brochure-upload__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
#listYourProjectModal .lyp-brochure-upload__zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 108px;
    padding: 18px 16px;
    border: 1px dashed var(--blue-color);
    border-radius: 8px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    text-align: center;
}
#listYourProjectModal .lyp-brochure-upload__zone:hover {
    border-color: #004080;
    background: linear-gradient(180deg, #f0f6fb 0%, #fafdff 100%);
    box-shadow: 0 4px 16px rgba(0, 83, 149, 0.1);
}
#listYourProjectModal .lyp-brochure-upload:focus-within .lyp-brochure-upload__zone {
    border-style: solid;
    box-shadow: 0 0 0 3px rgba(0, 83, 149, 0.18);
}
#listYourProjectModal .lyp-brochure-upload__icon {
    font-size: 28px;
    color: var(--blue-color);
    line-height: 1;
    opacity: 0.95;
}
#listYourProjectModal .lyp-brochure-upload__title {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter-SemiBold", "Inter", serif;
    color: var(--heading-text);
}
#listYourProjectModal .lyp-brochure-upload__meta {
    font-size: 13px;
    color: var(--gray-color);
    line-height: 1.4;
}
#listYourProjectModal .lyp-brochure-upload__filename {
    display: none;
    font-size: 13px;
    color: var(--blue-color);
    font-weight: 500;
    max-width: 100%;
    word-break: break-word;
    margin-top: 2px;
}
#listYourProjectModal .lyp-brochure-upload__filename:not(:empty) {
    display: block;
}
#listYourProjectModal .lyp-brochure-upload--error .lyp-brochure-upload__zone {
    border-color: #dc3545;
    border-style: solid;
    background: linear-gradient(180deg, #fff8f8 0%, #ffffff 100%);
}
#listYourProjectModal .mainWhiteBox .btnsignIn {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    font-family: "Inter", serif;
    width: 100%;
    background-color: var(--blue-color);
    border-radius: 5px;
    min-height: 50px;
}

#listYourProjectModal .signIn {
    margin-top: 10px;
}

#listYourProjectModal .signIn .btn-danger {
    min-height: 50px;
    border-radius: 5px;
}

/* Actions row: modern two-button layout */
#listYourProjectModal .listYourProjectActions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
}
#listYourProjectModal .listYourProjectActions .btn-danger {
    width: auto;
    padding: 0 18px;
    background-color: #dc3545;
    border-color: #dc3545;
}
#listYourProjectModal .listYourProjectActions .btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}
#listYourProjectModal .listYourProjectActions .btnsignIn {
    width: auto;
    padding: 0 26px;
}

/* Header CTA: add subtle motion */
header .header-box .main-nav ul li a.second-menu.list-your-project-btn {
    position: relative;
    overflow: hidden;
}
header .header-box .main-nav ul li a.second-menu.list-your-project-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: left 0.6s ease;
}
header .header-box .main-nav ul li a.second-menu.list-your-project-btn:hover::after {
    left: 120%;
}

/* Free Consultation CTA + modal spacing */
header .header-box .main-nav ul li a.second-menu.free-consultation-btn {
    position: relative;
    overflow: hidden;
}
header .header-box .main-nav ul li a.second-menu.free-consultation-btn:hover {
    background: var(--blue-color);
    color: #fff;
}
header .header-box .main-nav ul li a.second-menu.free-consultation-btn:hover i {
    color: #fff;
}
header .header-box .main-nav ul li a.second-menu.free-consultation-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transition: left 0.6s ease;
}
header .header-box .main-nav ul li a.second-menu.free-consultation-btn:hover::after {
    left: 120%;
}

#freeConsultationModal .mainWhiteBox {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 5px;
}
#freeConsultationModal .mainWhiteBox .title {
    margin-bottom: 22px;
}
#freeConsultationModal .mainWhiteBox .title p {
    font-size: 16px;
    color: var(--gray-color);
    font-weight: 400;
    font-family: "Inter", serif;
    margin: 0;
}
#freeConsultationModal .mainWhiteBox .form-group {
    margin-bottom: 14px;
}
#freeConsultationModal .mainWhiteBox .btnsignIn {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 400;
    font-family: "Inter", serif;
    width: auto;
    background-color: var(--blue-color);
    border-color: var(--blue-color);
    min-height: 50px;
    border-radius: 5px;
}
#freeConsultationModal .mainWhiteBox .btnsignIn:hover {
    background-color: #004885;
    border-color: #004885;
    color: var(--white-color);
}
#freeConsultationModal .mainWhiteBox .form-check {
    padding-top: 2px;
}
#freeConsultationModal .mainWhiteBox .form-check-label a {
    color: var(--blue-color);
    text-decoration: underline;
}
#freeConsultationModal .listYourProjectActions {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 14px;
}
#freeConsultationModal .listYourProjectActions .btn-danger {
    width: auto;
    padding: 0 18px;
    min-height: 50px;
    border-radius: 5px;
    background-color: #dc3545;
    border-color: #dc3545;
}
#freeConsultationModal .listYourProjectActions .btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
}
#freeConsultationModal .listYourProjectActions .btnsignIn {
    width: auto;
    padding: 0 26px;
    min-height: 50px;
    border-radius: 5px;
}

/* Keep property card price areas visually equal across long "Onwards" values */
.propertyCard .priceBox {
    align-items: flex-start;
    gap: 8px;
}
.propertyCard .priceBox .price {
    flex: 1;
}
.propertyCard .priceBox .price h5 {
    margin: 0;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
}
.propertyCard .priceBox .boxLogo {
    flex-shrink: 0;
}

/* Override featured-card nowrap so long prices don't stretch unevenly */
.featuredAppraisalCarousel .featuredAppraisalCard .priceBox .price h5 {
    font-size: 16px;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
}

/* Show score badge on image bottom-right for all property cards */
.propertyCard .imgBox .boxLogoOnImage {
    display: flex;
    align-items: center; /* center x-btn image and percent together */
    gap: 4px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    white-space: nowrap; /* keep x-btn and percentage on one line */
}
.propertyCard .imgBox .boxLogoOnImage img {
    width: auto;
    max-width: 95px;
    height: auto;
    display: block;
    flex-shrink: 0; /* keep x-btn image single-line with percentage */
}
.propertyCard .imgBox .boxLogoOnImage span {
    font-size: 16px;
    margin: 0;
    color: var(--green-color);
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
}
.propertyCard .priceBox .boxLogo {
    display: none;
}

/* What's New tab: new vs updated listing */
.property-card-whats-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 6px 0 8px;
    padding: 0 2px;
}
.property-card-whats-new__pill {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 4px;
    line-height: 1.2;
}
.property-card-whats-new__pill--new {
    background: rgba(34, 197, 94, 0.15);
    color: #15803d;
    border: 1px solid rgba(34, 197, 94, 0.35);
}
.property-card-whats-new__pill--updated {
    background: rgba(234, 179, 8, 0.18);
    color: #a16207;
    border: 1px solid rgba(234, 179, 8, 0.45);
}
.property-card-whats-new__hint {
    font-size: 12px;
    color: #64748b;
    line-height: 1.3;
}
.whats-new-tab-help strong {
    color: #334155;
}

/* Footer subscribe: city + areas */
.ft-subscribe {
    position: relative;
    z-index: 2;
}
.ft-subscribe-fields {
    margin-bottom: 14px;
    width: 100%;
}
.ft-subscribe-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 6px;
}
.ft-subscribe-label-hint {
    font-weight: 400;
    opacity: 0.75;
    font-size: 11px;
}
.ft-subscribe-label-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}
.ft-subscribe-label-row .ft-subscribe-label {
    margin-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
}
.ft-subscribe-tooltip-trigger {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1;
    cursor: help;
    border-radius: 4px;
    transition: color 0.15s ease;
}
.ft-subscribe-tooltip-trigger:hover,
.ft-subscribe-tooltip-trigger:focus-visible {
    color: #fff;
}
.ft-subscribe-tooltip-trigger:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}
.ft-subscribe-input-wrap,
.ft-subscribe-areas-box {
    background: #fff;
    border-radius: 5px;
    overflow: visible;
    box-shadow: none;
}
/* Full column width — Select2 measures from this wrapper */
.ft-subscribe .ft-subscribe-select2-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
}
/* Match .ft-subscribe .searcFt input: 52px tall, 5px radius, 10px padding, no shadow */
.ft-subscribe .ft-subscribe-input {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none !important;
    border-radius: 0;
    font-size: 16px;
    color: #1e293b;
    box-shadow: none !important;
    outline: none !important;
}
.ft-subscribe .ft-subscribe-input-wrap .form-select.ft-subscribe-input {
    height: 52px;
    min-height: 52px;
    max-height: 52px;
    padding: 10px 2.5rem 10px 10px;
    line-height: 1.25;
    background-color: #fff;
    border-radius: 5px;
}
/* Native select hidden when Select2 is active; keep layout for city single-select */
.ft-subscribe .subscribe-area-select2.select2-hidden-accessible {
    position: absolute !important;
}
/* Select2 (footer subscribe — multi looks like one control, not a textarea) */
/* Base Select2 applies nowrap+ellipsis to .select2-selection__rendered — breaks placeholder width */
.ft-subscribe .ft-subscribe-select2-wrap .select2-container {
    width: 100% !important;
    max-width: 100%;
    display: block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
.ft-subscribe .ft-subscribe-select2-wrap .select2-container--default .select2-selection--multiple {
    width: 100%;
    box-sizing: border-box;
    min-height: 52px;
    max-height: 120px;
    overflow-y: auto;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    background: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.ft-subscribe .ft-subscribe-select2-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
    margin: 0;
    width: 100% !important;
    max-width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    box-sizing: border-box;
}
.ft-subscribe .ft-subscribe-select2-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: none !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 0 !important;
    font-size: 12px;
    color: #1e293b;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}
/* Let inline search span remaining width; override Select2’s tiny inline width on the input */
.ft-subscribe .ft-subscribe-select2-wrap .select2-container--default .select2-selection--multiple .select2-search--inline {
    float: none !important;
    flex: 1 1 auto;
    min-width: min(100%, 12rem);
    max-width: 100%;
    box-sizing: border-box;
}
.ft-subscribe .ft-subscribe-select2-wrap .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
    color: #1e293b;
    min-height: 0;
    height: auto;
    width: 100% !important;
    min-width: 8rem !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
.ft-subscribe .select2-dropdown {
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.ft-subscribe .select2-container--open .select2-dropdown {
    z-index: 9999;
}
.ft-subscribe-error {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #fecaca;
}

