@import url('responsive.css');

:root{
    --brand-blue: #4cb9f5;
    --muted: var(--text-secondary);
    --card-radius: 12px;
}

:root{
    --brand-blue: #4cb9f5;
    --muted: var(--text-secondary);
    --card-radius: 12px;
}

body {
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    background: var(--dark-bg);
    color: var(--text-primary);
}

.site-header .logo-box {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #4cb9f5, #3a99d3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(76, 185, 245, 0.16);
}

.logo-box.logo-graphic {
    background: #ffffff;
    color: #111827;
    box-shadow: inset 0 0 0 1px rgba(76, 185, 245, 0.14);
}

.logo-box.logo-graphic svg {
    width: 64%;
    height: 64%;
}

.site-title {
    letter-spacing: 0.24em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 1.05rem;
    color: #111827;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.site-title::after {
    content: "";
    width: 68px;
    height: 10px;
    background: linear-gradient(135deg, #4cb9f5, #3a99d3);
    border-radius: 999px;
    transform: skewX(-25deg);
}

.brand-subtitle {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #6b7280;
    margin-top: 0.15rem;
}

.nav-link {
    color: var(--text-secondary);
    text-decoration: none;
}

.nav-link.active {
    color: #4cb9f5;
}

.property-card {
    border-radius: var(--card-radius);
    overflow: hidden;
    background: var(--dark-surface);
    border: 1px solid var(--border-color);
    width: 100%;
    max-width: 100%;
}

.property-card img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.property-meta li {
    margin-right: 12px;
    color: var(--text-secondary);
}

    .property-card .card-actions a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        color: #4cb9f5;
    }

    .badge.bg-primary {
        background: #4cb9f5 !important;
        color: #000 !important;
    }

    .property-offer-lease {
        background: #60a5fa !important; /* sky blue */
        color: #072f4b !important;
        padding: 6px 10px;
        border-radius: 999px;
        font-weight: 600;
    }

    .property-offer-sell {
        background: #f59e0b !important; /* yellow / amber */
        color: #111827 !important;
        padding: 6px 10px;
        border-radius: 999px;
        font-weight: 600;
    }

    .btn-primary {
        background: #4cb9f5;
        border-color: #4cb9f5;
        border: 1px solid var(--border-color);
        color: var(--text-primary);
}

.testimonials-section {
    background: #f8fbff;
    border-top: 1px solid rgba(76, 185, 245, 0.16);
}

.testimonials-section .section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #4cb9f5;
    font-weight: 700;
    font-size: 0.78rem;
    margin-bottom: 1rem;
}

.testimonial-card {
    border-radius: 24px;
    background: #ffffff;
    padding: 24px;
    min-height: 260px;
    border: 1px solid rgba(76, 185, 245, 0.12);
}

.testimonial-text {
    font-size: 1rem;
    line-height: 1.75;
    color: #374151;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4cb9f5;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(76, 185, 245, 0.18);
}

.testimonial-rating {
    color: #f59e0b;
    font-size: 0.95rem;
}

.testimonial-rating .fa-star {
    margin-right: 4px;
}

.card {
    border: 1px solid var(--border-color);
    background: var(--dark-surface);
}

.dashboard-page {
    background: var(--dark-bg);
}
.dashboard-shell{
    min-height:100vh;
    background: var(--dark-bg);
}

.dashboard-sidebar {
    width: 280px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    min-height: 100vh;
    background: var(--dark-surface);
}

.sidebar-brand {
    border-bottom: 1px solid var(--border-color);
}

.sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 24px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 12px;
    margin: 0 12px 8px 12px;
}

.sidebar-link:hover, .sidebar-link.active {
        background: rgba(76, 185, 245, 0.12);
        color: #4cb9f5;
    }

    .sidebar-upgrade {
        background: linear-gradient(180deg, rgba(76, 185, 245, 0.12), rgba(76, 185, 245, 0.22));
    }

    .upgrade-icon {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.1rem;
        background: #4cb9f5;
}

.sidebar-user {
    border-top: 1px solid var(--border-color);
}

.dashboard-content {
    padding: 24px 24px 32px;
    background: var(--dark-bg);
}
.topbar .search-box .form-control {
    border-radius: 0 0 0 0;
    background: var(--dark-surface);
    border: 1px solid var(--border-color);
    color: var(--text-primary);
}

.top-actions .btn {
    height: 44px;
}

.profile-card {
    min-width: 220px;
    background: var(--dark-surface);
    border: 1px solid var(--border-color);
}

.metric-card {
    border: 1px solid var(--border-color);
    background: var(--dark-surface);
}

.metric-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 1.05rem;
        background: linear-gradient(135deg, #4cb9f5, #3a99d3);
.metric-card p {
    margin-bottom: 0;
    color: var(--text-secondary);
}

.panel {
    border: 1px solid var(--border-color);
    background: var(--dark-surface);
}

.chart-placeholder {
    min-height: 220px;
    border-radius: 28px;
    background: var(--dark-surface);
    border: 1px solid var(--border-color);
}

.chart-donut {
    min-height: 230px;
    border-radius: 24px;
}

.table-empty {
    min-height: 240px;
}

.empty-state {
    min-height: 190px;
}

.wave {
    font-size: 1.1rem;
}
@media (max-width: 1199px){.dashboard-sidebar{width:100%;min-height:auto;position:relative}
.dashboard-content{padding:20px}}
@media(min-width:1200px){.property-card img{height:200px}}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;
    z-index: 20;
}

.site-header .btn {
    color: #ffffff;
    border-color: rgba(255,255,255,0.85);
}

.site-header .btn.btn-warning {
    color: #000;
}

.hero-content-wrapper {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
}

.site-top-background {
    position: relative;
    background-image: url('../../Tito.jpg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 0;
}

.site-top-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(15, 23, 42, 0.35), rgba(15, 23, 42, 0.75) 55%);
    pointer-events: none;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: transparent;
    border: none;
}

.site-header .container {
    max-width: 1200px;
}

.site-header .btn {
    color: #ffffff;
    border-color: rgba(255,255,255,0.85);
}

.site-header .btn.btn-warning {
    color: #000;
}

.hero-content-wrapper {
    position: relative;
    z-index: 10;
    padding-top: 5rem;
}

.homepage-cta {
    background: transparent !important;
    border: none !important;
}

.homepage-cta .text-muted,
.homepage-cta h2,
.homepage-cta p,
.homepage-cta small {
    color: #ffffff !important;
}

.homepage-cta .card.request-square-card {
    background: rgba(5, 15, 35, 0.82) !important;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 30px 60px rgba(0,0,0,0.35) !important;
}

.homepage-cta .card.request-square-card h6,
.homepage-cta .card.request-square-card p {
    color: #ffffff !important;
}

.hero-content-wrapper h2 {
    font-size: clamp(2.75rem, 5vw, 4.5rem);
    line-height: 1.02;
    font-weight: 800;
}

.hero-content-wrapper p {
    font-size: 1.1rem;
    max-width: 640px;
    color: rgba(255,255,255,0.92);
}

.promo-top-btn {
    background: #ffc107;
    border-color: rgba(255,255,255,0.8);
    color: #000;
}

.filters {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1100px;
    background: rgba(255,255,255,0.95);
    border-radius: 24px;
    padding: 1rem 1.5rem;
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
    z-index: 10;
}

.filters .input-group,
.filters .form-select,
.filters .form-control {
    border-radius: 999px;
}

.filters .form-control,
.filters .form-select {
    min-width: 160px;
}

.filters .btn-primary {
    border-radius: 999px;
    min-width: 160px;
}

@media (max-width: 991px) {
    .filters {
        position: static;
        transform: none;
        width: 100%;
        padding: 1rem;
    }
    .homepage-cta .request-square-card {
        margin-top: 1.5rem;
    }
    .site-header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.site-top-background .homepage-cta h2 {
    font-weight: 700 !important;
    letter-spacing: -0.01em;
    font-size: 2.25rem;
}
.site-top-background .homepage-cta small.text-muted.fw-semibold {
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    font-size: 0.8rem !important;
}
.site-top-background .homepage-cta p {
    font-weight: 400 !important;
    opacity: 0.95;
}

/* Strong overrides to remove white backgrounds that block the hero image */
.site-top-background .site-header,
.site-top-background .homepage-cta,
.site-top-background #featured-promotion,
.site-top-background .filters,
.site-top-background .request-square-card,
.site-top-background .card,
.site-top-background .promotion-card,
.site-top-background .promo-hero,
.site-top-background .promo-banner {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.site-top-background .homepage-cta .card.request-square-card,
.site-top-background .card.request-square-card {
    background-color: rgba(5, 15, 35, 0.82) !important;
    border: 1px solid rgba(255,255,255,0.16) !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.35) !important;
}

/* Inputs and controls: make backgrounds slightly transparent so they don't fully hide the image */
.site-top-background .form-control,
.site-top-background .form-select,
.site-top-background .input-group .form-control {
    background-color: rgba(255,255,255,0.85) !important;
}

/* Make the request notice card slightly transparent for readability */
.site-top-background .request-square-card {
    background-color: rgba(5, 15, 35, 0.82) !important;
    border-color: rgba(255,255,255,0.16) !important;
    box-shadow: 0 25px 50px rgba(0,0,0,0.35) !important;
}

.site-top-background > * {
    position: relative;
    z-index: 1;
}

.promo-button-wrapper {
    position: fixed !important;
    top: 92px !important;
    right: 18px !important;
    left: auto !important;
    z-index: 1000000 !important;
    display: flex;
    align-items: center;
    pointer-events: auto;
    max-width: calc(100vw - 32px);
    padding: 0;
    opacity: 1 !important;
    visibility: visible !important;
}

.promo-btn {
    background: #ffffff !important;
    color: #000 !important;
    border: 2px solid rgba(255, 193, 7, 0.95) !important;
    padding: 12px 24px;
    min-width: 140px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-radius: 32px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18), 0 0 20px rgba(255, 193, 7, 0.45);
    animation: promo-blink 0.17s steps(1, end) infinite !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform: translateZ(0);
    position: relative;
    z-index: 1000000;
    pointer-events: auto;
    isolation: isolate;
    margin: 0;
    opacity: 1 !important;
}

.promo-btn:hover {
    transform: translateY(-1px);
}

@keyframes promo-blink {
    0%, 100% {
        background: #ffffff;
        color: #000;
        box-shadow: 0 0 14px rgba(255, 255, 255, 0.95), 0 0 24px rgba(255, 255, 255, 0.65), 0 0 40px rgba(255, 255, 255, 0.35);
    }
    50% {
        background: #ffc107;
        color: #000;
        box-shadow: 0 0 14px rgba(255, 193, 7, 0.95), 0 0 24px rgba(255, 193, 7, 0.65), 0 0 40px rgba(255, 193, 7, 0.35);
    }
}

.promo-btn.state-gold {
    background: #ffc107 !important;
    color: #000 !important;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.95), 0 0 24px rgba(255, 215, 0, 0.55), 0 0 40px rgba(255, 215, 0, 0.25) !important;
}

.promo-btn.state-white {
    background: #ffffff !important;
    color: #000 !important;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.95), 0 0 22px rgba(255, 255, 255, 0.75), 0 0 36px rgba(255, 255, 255, 0.55) !important;
}

.service-overview .service-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-overview .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.service-overview .service-card h5 {
    color: #1f2937;
}

.service-overview .service-card p {
    color: #4b5563;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .promo-button-wrapper {
        top: 72px;
        right: 12px;
        left: auto;
        justify-content: flex-end;
    }

    .promo-btn {
        width: 100%;
        max-width: 270px; /* reduced by ~25% */
        padding: 10px 16px;
        font-size: 14px;
    }
}

.homepage-cta {
    background: url('../../walbrand.jpg') no-repeat center center;
    background-size: cover;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff;
}

.homepage-cta .text-muted,
.homepage-cta h2,
.homepage-cta p,
.homepage-cta small {
    color: #f8f9fa !important;
}

.homepage-cta a.btn {
    border-color: rgba(255,255,255,0.85);
}

.homepage-cta .container {
    background: transparent !important;
}
.hero-content-wrapper h2 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.02;
}

.hero-content-wrapper p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.9);
    max-width: 700px;
}

.promo-top-btn {
    background: #ffc107;
    border-color: rgba(255,255,255,0.85);
    color: #000;
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.filters {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    width: calc(100% - 4rem);
    max-width: 1100px;
    background: rgba(255,255,255,0.96);
    border-radius: 24px;
    padding: 1rem 1.5rem;
    box-shadow: 0 30px 80px rgba(0,0,0,0.18);
    z-index: 10;
}

.filters .input-group,
.filters .form-select,
.filters .form-control {
    border-radius: 999px;
}

.filters .form-control,
.filters .form-select {
    min-width: 160px;
}

.filters .btn-primary {
    border-radius: 999px;
    min-width: 160px;
}

@media (max-width: 991px) {
    .filters {
        position: static;
        transform: none;
        width: 100%;
        max-width: none;
        padding: 1rem;
    }
    .homepage-cta .request-square-card {
        margin-top: 1.5rem;
    }
    .site-header .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
.blink-yellow-black {
    animation: yellow-black-blink 0.08s steps(1) infinite;
    color: #000;
    background-color: #ffeb3b;
    border: 1px solid #000;
}

@keyframes yellow-black-blink {
    0%, 50% { background-color: #ffeb3b; color: #000; }
    51%, 100% { background-color: #000; color: #ffeb3b; }
}


.promo-hero {
    background: radial-gradient(circle at top left, rgba(96, 165, 250, 0.24), transparent 30%),
                linear-gradient(135deg, #f8fafc 0%, #ffffff 55%, #f8fafc 100%);
    color: #000;
    min-height: 520px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.promo-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 60% 20%, rgba(56, 189, 248, 0.14), transparent 24%),
                radial-gradient(circle at 20% 70%, rgba(59, 130, 246, 0.1), transparent 20%);
    pointer-events: none;
    z-index: 0;
}

.promo-hero .display-5,
.promo-hero .lead,
.promo-hero .promo-tag,
.promo-hero .hero-stats .stat-card strong,
.promo-hero .hero-stats .stat-card div {
    color: #000 !important;
    text-shadow: none;
}

.promo-hero .promo-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.85rem 1rem;
    border-radius: 999px;
    font-weight: 700;
}

.promo-hero .hero-stats .stat-card {
    min-width: 180px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
}

.featured-promotion .promotion-card {
    min-height: 420px;
}

.featured-promotion .promotion-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 28%);
    pointer-events: none;
}

.featured-promotion .promotion-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.95));
    pointer-events: none;
}

.featured-promotion .promo-banner {
    min-height: 320px;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.featured-promotion .promotion-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.featured-promotion .promotion-title {
    font-size: 2rem;
    letter-spacing: -0.04em;
}

.featured-promotion .price-block {
    min-width: 135px;
}

.featured-promotion .discounted-price {
    font-size: 2rem;
}

.featured-promotion .badge {
    font-weight: 700;
}

@media (max-width: 991px) {
    .promo-hero { padding-top: 60px; padding-bottom: 60px; }
    .promo-hero .display-5 { font-size: 2.2rem; }
    .featured-promotion .promotion-card { min-height: auto; }
}

/* Universal responsive helpers */
html, body { min-width: 0; }
img, picture, svg, video, iframe, embed, object { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { max-width: 100%; }
.container, .dashboard-shell, .dashboard-content { width: 100%; }

/* Housing Benefits Section */
.housing-benefits {
    background: #f8fafc;
}

.benefit-card {
    background: white;
    border: 1px solid rgba(203, 213, 225, 0.3);
    transition: all 0.3s ease;
    height: 100%;
}

.benefit-card:hover {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.2);
}

.benefit-icon {
    font-size: 2.5rem;
    color: #3b82f6;
}

.benefit-card h6 {
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.75rem;
}

.benefit-card p {
    font-size: 0.9375rem;
    line-height: 1.5;
}

/* Property Offer Badges */
.property-offer-sell {
    background-color: #10b981 !important;
    color: white;
    font-weight: 600;
}

.property-offer-rent {
    background-color: #4cb9f5 !important;
    color: white;
    font-weight: 600;
}

.property-offer-lease {
        background-color: #ffffff !important;
    font-weight: 600;
}

/* Share Button */
.share-property {
    transition: all 0.2s ease;
}

.share-property:hover {
    background-color: #3b82f6 !important;
    color: white !important;
    transform: scale(1.1);
}

