﻿body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    color: #1f2937;
    background-color: #f8fafc;
}


.top-bar {
    background: #0f172a;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.custom-nav {
    background: linear-gradient(90deg, #0b3c5d, #14532d);
}

.navbar-brand {
    font-size: 1.35rem;
    letter-spacing: 0.4px;
}

.hero-section {
    background: linear-gradient(rgba(5, 23, 42, 0.82), rgba(10, 80, 70, 0.82)),
                url('../Images/hero-plot.jpg') center center/cover no-repeat;
    color: #fff;
    padding: 100px 0;
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
    font-weight: 600;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.hero-text {
    font-size: 1.1rem;
    margin-bottom: 24px;
    max-width: 650px;
}

.hero-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 28px;
    backdrop-filter: blur(6px);
}

.hero-card h4 {
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-card ul li {
    margin-bottom: 10px;
    padding-left: 4px;
}

.section-space {
    padding: 70px 0;
}

.bg-light-custom {
    background: #f1f5f9;
}

.section-heading h2 {
    font-weight: 700;
    color: #0f172a;
}

.plot-card,
.info-panel,
.enquiry-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.plot-card h4,
.info-panel h4 {
    color: #0b3c5d;
    margin-bottom: 15px;
    font-weight: 700;
}

.enquiry-section {
    background: linear-gradient(135deg, #e0f2fe, #ecfdf5);
}

.btn-brand {
    background-color: #0b6b5c;
    border-color: #0b6b5c;
    color: #fff;
}

.btn-brand:hover {
    background-color: #095246;
    border-color: #095246;
    color: #fff;
}

.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 45px 0;
}

.site-footer h5 {
    color: #fff;
    margin-bottom: 15px;
}

.form-control {
    height: 46px;
    border-radius: 10px;
}

textarea.form-control {
    height: auto;
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-section {
        padding: 70px 0;
    }

}
.inner-banner {
    background: linear-gradient(90deg, #0f172a, #14532d);
    color: #fff;
    padding: 60px 0;
}

.inner-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-banner p {
    margin-bottom: 0;
    color: #dbeafe;
}
.enquiry-box h3,
.info-panel h3 {
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 18px;
}

.form-check-input {
    margin-top: 0.35rem;
}

.form-select,
.form-control {
    border: 1px solid #d1d5db;
    padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #0b6b5c;
    box-shadow: 0 0 0 0.2rem rgba(11, 107, 92, 0.15);
}
.admin-sidebar {
    min-height: calc(100vh - 56px);
    background: #0f172a;
}

.admin-sidebar .nav-link {
    color: #cbd5e1;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.admin-sidebar .nav-link:hover {
    background: #1e293b;
    color: #fff;
}

.admin-content {
    background: #f8fafc;
    min-height: calc(100vh - 56px);
}

.admin-login-bg {
    background: linear-gradient(135deg, #dbeafe, #dcfce7);
}
.inner-banner {
    background: linear-gradient(90deg, #0f172a, #14532d);
    color: #fff;
    padding: 60px 0;
}

.inner-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-banner p {
    margin-bottom: 0;
    color: #dbeafe;
}

.enquiry-box h3,
.info-panel h3 {
    font-weight: 700;
    color: #0b3c5d;
    margin-bottom: 18px;
}

.form-check-input {
    margin-top: 0.35rem;
}

.form-select,
.form-control {
    border: 1px solid #d1d5db;
    padding: 10px 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: #0b6b5c;
    box-shadow: 0 0 0 0.2rem rgba(11, 107, 92, 0.15);
}
.inner-banner {
    background: linear-gradient(90deg, #0f172a, #14532d);
    color: #fff;
    padding: 60px 0;
}

.inner-banner h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.inner-banner p {
    margin-bottom: 0;
    color: #dbeafe;
}

.map-legend-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.legend-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 12px 18px;
}

.legend-color,
.status-dot {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,0.15);
}

.plot-map-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    gap: 12px;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 18px;
    padding: 22px;
}

.plot-box {
    min-height: 88px;
    border-radius: 10px;
    text-decoration: none;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px;
    border: 2px solid transparent;
    transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
}

.plot-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

.plot-no {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 14px;
}

.plot-size {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.9;
    line-height: 1.2;
}

.plot-area {
    font-size: 10px;
    font-weight: 600;
    opacity: 0.8;
    line-height: 1.2;
}

.premium-flag {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #7c3aed, #c084fc);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-bottom-left-radius: 8px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(124, 58, 237, 0.25);
}

.c3600 { background: #f6d36b; }
.c3000 { background: #8bc5ff; }
.c2400 { background: #b8ddb0; }
.c2500 { background: #ff8d8d; }
.c2000 { background: #d6b5e8; }
.c1600 { background: #42ef52; }
.c1200 { background: #70a7e8; }
.c1000 { background: #d9d9d9; }
.c900  { background: #54edf0; }
.c750  { background: #be5acb; color: #fff; }
.cdefault { background: #e2e8f0; }

.status-available {
    border-color: #15803d;
}

.status-booked {
    border-color: #b45309;
    opacity: 0.85;
}

.status-sold {
    border-color: #b91c1c;
    opacity: 0.65;
}

.status-premium {
    border-color: #7c3aed;
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.25);
}

@media (max-width: 767px) {
    .legend-grid {
        grid-template-columns: 1fr;
    }
    .plot-map-wrapper {
        grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
        gap: 8px;
        padding: 14px;
    }
    .plot-box {
        min-height: 78px;
        padding: 6px;
    }

    .plot-no {
        font-size: 11px;
    }

    .plot-size,
    .plot-area {
        font-size: 9px;
    }

    .premium-flag {
        font-size: 9px;
        padding: 2px 6px;
    }
}