/* Global Scrollbar Hide */
*::-webkit-scrollbar {
    display: none !important;
}

* {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

:root {
    --primary-color: #011d3a;
    --secondary-color: #d4a017;
    --accent-color: #2d6a4f;
    --bg-light: #f8fafc;
    --text-dark: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --radius: 12px;
    --premium-blue: #0f172a;
    --premium-slate: #1e293b;
    --premium-gold: #d4a017;
    --premium-gradient: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    --shadow-premium: 0 20px 40px rgba(0, 0, 0, 0.08);
}

body {
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--text-dark);
    background-color: #f1f5f9;
    line-height: 1.5;
    font-size: 0.95rem;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}

.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.bg-premium {
    background: var(--premium-gradient) !important;
}

.text-premium {
    color: var(--premium-blue) !important;
}

.text-gold {
    color: var(--premium-gold) !important;
}

.card-premium {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

p {
    font-size: 1rem !important;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.card-premium:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fw-black {
    font-weight: 700 !important;
}

.fw-extrabold {
    font-weight: 700 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.x-small {
    font-size: 0.75rem !important;
}

/* Header & Nav */
.navbar {
    padding: 0.4rem 0;
    box-shadow: var(--shadow-sm);
}

.navbar-brand {
    color: var(--primary-color) !important;
    letter-spacing: -0.5px;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-primary {
    color: var(--primary-color) !important;
}

.btn-outline-primary {
    color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    color: white !important;
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    color: white !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.bg-accent {
    background-color: var(--accent-color) !important;
}

.text-accent {
    color: var(--accent-color) !important;
}

.nav-link {
    font-weight: 500;
    color: var(--text-dark) !important;
    padding: 0.5rem 1rem !important;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

/* Search Header */
.search-header {
    background-color: var(--primary-color);
    padding: 2.5rem 0;
    color: white;
}

.search-box-wrapper {
    background: white;
    padding: 8px;
    border-radius: var(--radius);
    display: flex;
    gap: 10px;
    box-shadow: var(--shadow-md);
}

.search-box-wrapper .form-control,
.search-box-wrapper .form-select {
    border: none;
    border-right: 1px solid var(--border-color);
    border-radius: 0;
}

.search-box-wrapper .form-control:last-child,
.search-box-wrapper .form-select:last-child {
    border-right: none;
}

.search-box-wrapper .btn-search {
    background-color: var(--secondary-color);
    color: white;
    padding: 0 25px;
    border-radius: 6px;
    font-weight: 600;
}

/* Filters Sidebar */
.filter-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: var(--radius);
    padding: 1.5rem;
}

.filter-section {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #edf2f7;
}

.filter-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filter-checkbox-list {
    max-height: 200px;
    overflow-y: auto;
}

.form-check {
    margin-bottom: 0.5rem;
}

.form-check-label {
    font-size: 0.9rem;
    color: var(--text-muted);
    cursor: pointer;
}

.form-check-input:checked+.form-check-label {
    color: var(--primary-color);
    font-weight: 500;
}

/* Listings Main */
.listings-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.results-count {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* Horizontal Property Card */
.property-card-h {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.01), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
}

.property-card-h:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.card-img-side {
    width: 320px;
    position: relative;
    flex-shrink: 0;
}

.card-img-side img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card-content-side {
    flex-grow: 1;
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
}

.property-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    text-decoration: none;
    line-height: 1.3;
}

.property-price-tag {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-dark);
}

.property-meta-info {
    display: flex;
    gap: 40px;
}

.meta-label {
    font-size: 0.65rem;
    color: var(--text-muted);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.meta-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-dark);
}

.property-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.shortlist-btn-p {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    border: none;
    z-index: 10;
    transition: 0.2s;
}

.shortlist-btn-p:hover {
    color: #e53e3e;
    transform: scale(1.1);
}

.shortlist-btn-p i {
    font-size: 1.1rem;
}

.card-actions-h {
    margin-top: auto;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.btn-contact {
    background-color: var(--primary-color);
    color: white;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.2s;
}

.btn-contact:hover {
    background-color: var(--secondary-color);
    color: white;
}

.btn-outline-custom {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 6px;
}

.btn-outline-custom:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Badges */
.badge-verified {
    background: #e6f4ea;
    color: #1e8e3e;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.badge-owner {
    background: #fff7ed;
    color: #c2410c;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .property-card-h {
        flex-direction: column;
    }

    .card-img-side {
        width: 100%;
        height: 220px;
    }
}

.hero-home {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/hero-banner.png') center/cover;
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
}

.hero-home::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #002147;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}

.search-container-home {
    background: white;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.search-tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
}

.search-tab {
    padding-bottom: 15px;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    position: relative;
    font-size: 0.95rem;
    white-space: nowrap;
}

.search-tab.active {
    color: var(--primary-color);
}

.search-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primary-color);
}

.main-search-input-group {
    display: flex;
    gap: 15px;
    background: #f8fafc;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    align-items: center;
}

.main-search-input-group .form-control {
    background: transparent;
    border: none;
    font-weight: 500;
}

.main-search-input-group .form-control:focus {
    box-shadow: none;
}

/* Category Cards (Vertical) */
.category-card-v {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    height: 480px;
    position: relative;
    transition: 0.3s;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.category-card-v:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-md);
}

.category-card-v img {
    height: 70%;
    width: 100%;
    object-fit: cover;
}

.category-card-content {
    padding: 25px;
    flex-grow: 1;
}

.category-card-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
}

/* Project Cards */
.project-card {
    background: white;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: 0.3s;
    box-shadow: none;
    height: 100%;
}


.project-card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.project-info {
    padding: 20px;
}

.project-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.project-builder {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Discover Bubbles */
.discover-bubble {
    background: white;
    border: 1px solid var(--border-color);
    padding: 12px 24px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    transition: 0.2s;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: var(--shadow-sm);
}

.discover-bubble:hover {
    background: var(--bg-light);
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* Section Decoration */
.section-title-home {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.section-subtitle-home {
    color: var(--text-muted);
    margin-bottom: 40px;
    font-size: 1.1rem;
}


/* Handpicked Premium Design */
.handpicked-card {
    background: white;
    border-radius: 24px;
    display: flex;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    transition: all 0.4s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.handpicked-card:hover {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.handpicked-img {
    width: 45%;
    position: relative;
    overflow: hidden;
}

.handpicked-img img {
    transition: transform 0.6s ease !important;
}

.handpicked-card:hover .handpicked-img img {
    transform: scale(1.05);
}

.handpicked-content {
    width: 55%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.handpicked-badge {
    background: #fff5f2;
    color: #ff5a28;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 90, 40, 0.1);
}

.handpicked-logo-box {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 14px;
    background: white;
}

.handpicked-price-range {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 25px 0;
    letter-spacing: -0.5px;
}

.btn-handpicked-outline {
    border: 2px solid var(--text-dark);
    color: var(--text-dark);
    font-weight: 800;
    padding: 14px 35px;
    border-radius: 14px;
    transition: all 0.3s;
    background: transparent;
}

.btn-handpicked-outline:hover {
    background: var(--text-dark);
    color: white;
}

.btn-handpicked-primary {
    background: var(--primary-color);
    color: white;
    font-weight: 800;
    padding: 14px 35px;
    border-radius: 14px;
    border: 2px solid var(--primary-color);
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0, 97, 255, 0.2);
}

.btn-handpicked-primary:hover {
    background: #0050d1;
    border-color: #0050d1;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 97, 255, 0.3);
}

/* Detail Page Styles */
.detail-header-v2 {
    padding: 40px 0;
    background: white;
    border-bottom: 1px solid var(--border-color);
}

.detail-price-main {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--text-dark);
}

.detail-title-main {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 8px;
}

.detail-nav-tabs {
    display: flex;
    gap: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
    overflow-x: auto;
}

.detail-nav-tab {
    padding: 20px 0;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    position: relative;
    font-size: 0.95rem;
    white-space: nowrap;
}

.detail-nav-tab.active {
    color: var(--primary-color);
}

.detail-nav-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--primary-color);
}

/* Quick Specs Grid (Iconic) */
.quick-specs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.spec-card-iconic {
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    transition: 0.2s;
}

.spec-card-iconic:hover {
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.spec-card-iconic i {
    font-size: 1.5rem;
    color: var(--text-muted);
    margin-bottom: 12px;
}

.spec-card-iconic .spec-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4px;
}

.spec-card-iconic .spec-value {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
}

/* Amenities Grid */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 0.95rem;
    color: var(--text-dark);
    font-weight: 600;
}

.amenity-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

/* Sidebar Inquiry Form (Floating) */
.inquiry-sidebar-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

/* Review Badge */
.review-score {
    background: var(--primary-color);
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 1.1rem;
}

/* Locality Reviews */
.review-card {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
}

.review-badge {
    background: #e6f4ea;
    color: #1e8e3e;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 0.75rem;
}

/* Similar Properties & Horizontal Scrolls */
.similar-prop-card {
    min-width: 300px;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
}

.similar-prop-card:hover {
    box-shadow: var(--shadow-md);
}

.similar-prop-card img {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.horizontal-scroll-container {
    display: flex;
    overflow-x: auto;
    gap: 24px;
    padding-bottom: 25px;
    scrollbar-width: none;
    /* Hide scrollbar for clean look */
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none;
}

/* Article/Blog Cards */
.article-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
    border: 1px solid var(--border-color);
}

.article-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.article-content {
    padding: 20px;
}

.article-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    line-height: 1.4;
}

/* Related Links Bottom */
.related-links-section {
    background: #f8fafc;
    padding: 60px 0;
    border-top: 1px solid var(--border-color);
}

.related-link-item {
    font-size: 0.85rem;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}

.related-link-item:hover {
    color: var(--primary-color);
}

/* Nearby Places */
.nearby-places-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.place-item {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark);
}

/* Furnishing List */
.furnished-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.furnished-item {
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
}

.furnished-item.active {
    color: var(--text-dark);
    font-weight: 600;
}

.furnished-item i {
    font-size: 1.1rem;
}

.furnished-item .bi-check-circle-fill {
    color: #1e8e3e;
}

.furnished-item .bi-x-circle {
    color: #d93025;
    opacity: 0.5;
}

/* Good vs Needs Care */
.analysis-box {
    background: #fdfdfd;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 30px;
}

.analysis-column h6 {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.analysis-item {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    font-size: 0.9rem;
}

.analysis-item i {
    font-size: 1.2rem;
    margin-top: 2px;
}

.text-good {
    color: #1e8e3e;
}

.text-care {
    color: #f29900;
}

/* Detail Section V3 */
.detail-section-v3 {
    margin-bottom: 60px;
}

.section-title-premium {
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    padding-left: 20px;
}

/* Luxury Specs */
.specs-luxury-card {
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

.spec-item-v3 {
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
}

.spec-item-v3:last-child {
    border-bottom: none;
}

.spec-item-v3 .label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-muted);
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
}

.spec-item-v3 .value {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-dark);
}

/* Contact Banner */
.contact-banner-premium {
    background: linear-gradient(135deg, #ffffff 0%, #f8faff 100%);
    border: 1px solid var(--primary-light);
    border-radius: 24px;
    padding: 40px;
}

/* Circular Categories Home */
.category-circle-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 50px;
}

.category-circle-item {
    text-align: center;
    text-decoration: none !important;
    transition: transform 0.3s ease;
    width: 220px;
}

.category-circle-item:hover {
    transform: translateY(-12px);
}

.circle-img-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 8px solid #fff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.category-circle-item:hover .circle-img-box {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.circle-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.category-circle-item:hover .circle-img-box img {
    transform: scale(1.15);
}

.circle-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 6px;
    display: block;
    line-height: 1.2;
}

.circle-count {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Utility Classes */
.grayscale {
    filter: grayscale(100%);
}

.img-hover-zoom {
    transition: transform 0.3s ease;
}

.img-hover-zoom:hover {
    transform: scale(1.05);
}

.ls-1 {
    letter-spacing: 1px;
}

.fw-black {
    font-weight: 900;
}

/* ==========================================================================
   Common Footer Styles
   ========================================================================== */
.main-footer {
    background-color: #ffffff;
    border-top: 1px solid var(--border-color);
    color: var(--text-dark);
}

.footer-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-logo {
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    max-width: 350px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: var(--text-muted);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.footer-social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-link {
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.social-link:hover {
    background: var(--primary-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 33, 71, 0.2);
}

.newsletter-form .form-control {
    padding: 12px 20px;
    border-radius: 12px 0 0 12px;
    border: 1px solid var(--border-color);
    background: #f8fafc;
}

.newsletter-form .btn {
    border-radius: 0 12px 12px 0;
}

.footer-bottom {
    background-color: #f8fafc;
    color: var(--text-muted);
}

.footer-legal-links a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-legal-links a:hover {
    color: var(--primary-color);
}

/* Back to Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    color: white;
    border: none;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top-btn:hover {
    background: var(--secondary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
    .footer-desc {
        max-width: 100%;
    }
}


.checkbox-card input[type="checkbox"] {
    display: none;
}

.checkbox-card label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    color: #6c757d;
    background: #fff;
}

.checkbox-card input[type="checkbox"]:checked+label {
    border-color: var(--primary-color, #0d6efd);
    color: var(--primary-color, #0d6efd);
    background-color: rgba(13, 110, 253, 0.05);
}

.checkbox-card input[type="checkbox"]:checked+label i {
    color: var(--primary-color, #0d6efd) !important;
}



.profile-sidebar .nav-link {
    background-color: var(--bg-light);
    color: var(--text-muted);
    padding: 12px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
    border: 1px solid #f1f5f9;
    margin-bottom: 5px;
}

.profile-sidebar .nav-link i {
    color: var(--text-muted);
}

.profile-sidebar .nav-link:hover {
    color: #1e293b;
    transform: translateX(5px);
    background: #f8fafc;
}

.profile-sidebar .nav-link.active {
    color: #1e293b;
    background-color: #1e293b;
    color: #fff !important;
}

/* Dashboard Premium Styles */
.bg-gradient-blue {
    background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
}

.bg-gradient-green {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.bg-gradient-purple {
    background: linear-gradient(135deg, #7c3aed 0%, #8b5cf6 100%);
}

.bg-gradient-dark {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
}

.icon-box-md {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ls-1 {
    letter-spacing: 1px;
}



.card-dash {
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.enquiry-list-item {
    border: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.enquiry-list-item:hover {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.ls-1 {
    letter-spacing: 1px;
}



.search-tab-home.active {
    color: var(--primary-color) !important;
    border-bottom-color: var(--primary-color) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.transition-all {
    transition: all 0.3s ease;
}

.border-transparent {
    border-color: transparent;
}

.detail-tabs .nav-link {
    color: #64748b;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.detail-tabs .nav-link.active {
    background: var(--primary-color) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 33, 71, 0.2);
}

.detail-tabs .nav-link:hover:not(.active) {
    background: #fff;
    color: var(--primary-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-title-premium {
    position: relative;
    padding-left: 15px;
    border-left: 4px solid var(--primary-color);
}

.scroll-margin {
    scroll-margin-top: 80px;
}


.gallery-wrapper {
    border-radius: 20px;
    overflow: hidden;
}

.quick-spec-item .icon-box-sm {
    width: 40px;
    height: 40px;
}

.filter-sidebar {
    z-index: 1 !important;
}

.dropzone .dz-preview .dz-image img {
    max-width: 100%;
    height: 100%;
}

.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after,
.form-floating>.form-control:focus~label::after {
    background-color: transparent;
}

.post-property-btn {
    background-color: #1e293b;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px 25px;
    min-width: 130px;
    transition: all 0.3s ease;
    border: none;
}

.post-property-btn:hover {
    background-color: #0f172a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.post-property-btn .title {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-property-btn .badge {
    font-size: 10px;
    padding: 2px 8px;
    margin-top: 2px;
}

@media (max-width: 991px) {
    .post-property-btn {
        width: 100%;
        padding: 15px;
        margin-bottom: 10px;
    }
}

/* Expanding Search */
.search-expand-form {
    position: relative;
    width: 40px;
    height: 40px;
    background: #f8fafc;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
    /* Expand to the left */
    align-items: center;
    border: 1px solid #e2e8f0;
}

.search-expand-form.active {
    width: 300px;
    background: #fff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.search-expand-input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0 15px 0 45px;
    /* Adjust padding for right-side button */
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    opacity: 0;
    transition: opacity 0.3s;
}

.search-expand-form.active .search-expand-input {
    opacity: 1;
}

.search-expand-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: none;
    background: transparent;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    z-index: 2;
}

.search-expand-form.active .search-expand-btn {
    color: #2563eb;
}

.search-expand-btn:hover {
    color: #2563eb;
}

.filter-fab {
    position: fixed;
    left: 20px;
    bottom: 70px;
    z-index: 1050;
    border-radius: 50px;
    padding: 12px 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    font-size: 14px;
    transition: all 0.3s;
}

.filter-fab:active {
    transform: scale(0.95);
}

.offcanvas-body .filter-sidebar {
    top: 0 !important;
    position: relative !important;
}

.offcanvas-body .filter-card {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 12%;
    opacity: 0;
    transition: opacity 0.3s;
}

.listing-card:hover .carousel-control-prev,
.listing-card:hover .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
}

/* Locality Cards CSS */
.locality-card {
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.locality-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1);
}

.locality-img-wrapper {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.locality-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.locality-card:hover .locality-img {
    transform: scale(1.08);
}

.locality-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(1, 29, 58, 0.4) 0%, rgba(1, 29, 58, 0) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.locality-card:hover .locality-card-overlay {
    opacity: 1;
}

.locality-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    z-index: 2;
    transition: all 0.3s ease;
}

.locality-card:hover .locality-badge {
    background: var(--secondary-color);
    color: white;
}

.locality-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 2px;
    transition: color 0.3s ease;
}

.locality-card:hover .locality-title {
    color: var(--secondary-color);
}

.locality-cat-badge {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.locality-card:hover .locality-cat-badge {
    color: var(--primary-color);
    background-color: rgba(1, 29, 58, 0.05);
    border-color: rgba(1, 29, 58, 0.1);
}

.locality-cat-badge:hover {
    background-color: var(--secondary-color) !important;
    color: white !important;
    border-color: var(--secondary-color) !important;
}

/* ==========================================================================
   Property Requirements Feature & Premium Modal Form System
   ========================================================================== */
.bg-premium {
    background: linear-gradient(135deg, #011d3a 0%, #0f172a 100%) !important;
}
.bg-gold {
    background-color: #d4a017 !important;
}
.requirement-card {
    transition: all 0.25s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.requirement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05) !important;
}
.transform-hover {
    transition: all 0.2s ease-in-out;
}
.transform-hover:hover {
    transform: translateY(-1px);
}

/* Pagination Styles alignment */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    gap: 5px;
}
.pagination li a {
    border-radius: 8px !important;
    color: #333;
    font-weight: 600;
    border: 1px solid #eee;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    background-color: #fff;
}
.pagination li.active a {
    background-color: #011d3a;
    color: white;
    border-color: #011d3a;
}
.pagination li a:hover {
    background-color: #f8f9fa;
}

/* Premium Modal Form System Styles */
.premium-modal-form .form-control,
.premium-modal-form .form-select,
.premium-modal-form .input-group-text {
    border: 1px solid #cbd5e1 !important;
    background-color: #f8fafc !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    font-size: 0.95rem !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}
.premium-modal-form .input-group-text {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    background-color: #f1f5f9 !important;
}
.premium-modal-form .input-group .form-control {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.premium-modal-form .form-control:focus,
.premium-modal-form .form-select:focus {
    background-color: #fff !important;
    border-color: #011d3a !important;
    box-shadow: 0 0 0 4px rgba(1, 29, 58, 0.08) !important;
}
.premium-modal-form label {
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 6px !important;
    font-size: 0.75rem !important;
    letter-spacing: 0.5px !important;
}

/* Premium Filter System Styles */
.filter-input,
.filter-select {
    border: 1px solid #cbd5e1 !important;
    background-color: #f8fafc !important;
    border-radius: 10px !important;
    font-size: 0.95rem !important;
    height: 45px !important;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out !important;
}
.filter-input:focus,
.filter-select:focus {
    background-color: #fff !important;
    border-color: #011d3a !important;
    box-shadow: 0 0 0 4px rgba(1, 29, 58, 0.08) !important;
}