   
   /* Center and limit the width of the whole page */
    .main-container {
        padding-left: 20px;
        /* Adjust this value for more/less space */
        padding-right: 20px;
        /* Adjust this value for more/less space */
        max-width: 1200px;
        /* Optional: prevents the site from getting too wide on big monitors */
        margin: 0 auto;
        /* Optional: centers the container */
    }

    .container {
        max-width: 1140px !important;
        margin: 0 auto;
    }

    /* The Vertical Dashed Line */
    .border-end-dashed {
        border-right: 1px dashed #bee3f8 !important;
        /* Light blue dashed line */
        padding-right: 40px;
    }

    /* Button Sizing */
    .btn-orange-filled {
        background-color: #f28d48 !important;
        color: white !important;
        border-radius: 10px;
        font-weight: 600;
        border: none;
    }

    .btn-orange-outline {
        background-color: white !important;
        color: #f28d48 !important;
        border: 2px solid #f28d48 !important;
        border-radius: 10px;
        font-weight: 600;
    }

    /* Center and limit the width of the whole page */
    /* .container {
        max-width: 1140px !important;
        margin: 0 auto;
    } */

    /* The Vertical Dashed Line */
    .border-end-dashed {
        border-right: 1px dashed #bee3f8 !important;
        /* Light blue dashed line */
        padding-right: 40px;
    }

    /* Button Sizing */
    .btn-orange-filled {
        background-color: #f28d48 !important;
        color: white !important;
        border-radius: 10px;
        font-weight: 600;
        border: none;
    }

    .btn-orange-outline {
        background-color: white !important;
        color: #f28d48 !important;
        border: 2px solid #f28d48 !important;
        border-radius: 10px;
        font-weight: 600;
    }

    /* Sharing Badge Styling */
    .badge-sharing {
        background-color: #f8f9fa !important;
        color: #495057 !important;
        padding: 6px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #dee2e6;
    }

    /* Sharing Badge Styling */
    .badge-sharing {
        background-color: #f8f9fa !important;
        color: #495057 !important;
        padding: 6px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        border: 1px solid #dee2e6;
    }

    :root {
        --brand-orange: #f28d48;
        --bg-light: #f8f9fa;
    }

    body {
        background-color: var(--bg-light);
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px;
        color: #333;
    }

    .main-container {
        padding: 40px 20px;
        max-width: 1200px;
        margin: auto;
    }

    /* Unified Card Style for every section */
    .info-card {
        background: white;
        border-radius: 12px;
        border: 1px solid #eef0f2;
        margin-bottom: 24px;
        padding: 25px !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    }

    /* Light grey boxes for list items */
    /* Specific color overrides for your tags */

    .bg-purple-light {
        background-color: #F3E8FF !important;
        /* Soft purple background */
        color: #6c5ce7 !important;
        /* Deep purple text */
        font-weight: 700 !important;
    }

    .bg-blue-light {
        background-color: #e8f2ff !important;
        /* Soft blue background */
        color: #0984e3 !important;
        /* Deep blue text */
        font-weight: 700 !important;
    }

    .bg-green-light {
        background-color: #e6f9ed !important;
        /* Soft green background */
        color: #00b894 !important;
        /* Deep green text */
        font-weight: 700 !important;
    }

    /* Tight Landmark Boxes to fix spacing */
    .landmark-box {
        background-color: #f8f9fa;
        border-radius: 8px;
        padding: 10px 15px;
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .text-orange {
        color: var(--brand-orange);
    }

    .btn-orange {
        background-color: var(--brand-orange);
        color: white;
        border: none;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 8px;
        width: 100%;
    }

    .btn-orange:hover {
        background-color: #e07c37;
        color: white;
    }

    .btn-contact-orange {
        background-color: transparent;
        color: #f28d48;
        /* Your brand orange color */
        border: 2px solid #f28d48;
        /* Orange outline */
        border-radius: 12px;
        /* Smooth rounded corners */
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .btn-contact-orange:hover {
        background-color: #f28d48;
        /* Fills with orange on hover */
        color: white;
    }

    /* Adjusting the icon size slightly to match the image */
    .btn-contact-orange i {
        font-size: 1.1rem;
        vertical-align: middle;
    }

    .icon-box {
        width: 44px;
        height: 44px;
        background: #fff5ed;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        margin-right: 15px;
    }

    /* House Rules */
    .rule-item {
        border-radius: 8px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .rule-allowed {
        background-color: #e8f5e9;
        color: #2e7d32;
        border: 1px solid #d0e7d2;
    }

    .rule-blocked {
        background-color: #ffebee;
        color: #c62828;
        border: 1px solid #f5d1d1;
    }

    .gallery-main {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .gallery-side {
        height: 196px;
        width: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .map-container {
        height: 350px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eef0f2;
    }

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

    .smaller {
        font-size: 12px;
        color: #6c757d;
    }

    .nav-link {
        color: #666;
        font-weight: 600;
        padding: 10px 20px;
        border: none;
    }

    .nav-link.active {
        color: var(--brand-orange);
        border-bottom: 2px solid var(--brand-orange);
        background: transparent;
    }

    .item-box {
        background-color: #f8f9fa;
        /* Light grey background from your 2nd pic */
        border-radius: 10px;
        /* Rounded corners */
        padding: 12px 20px;
        border: none;
        /* Remove borders for a cleaner look */
        min-height: 65px;
        /* keeps boxes uniform */
    }

    /* Make sure the subtext stays small and grey */
    .smaller {
        font-size: 12px;
        line-height: 1.2;
        display: block;
    }   

    /* 1. Back Button Styling */
.back-link {
    display: inline-flex;
    align-items: center;
    color: #6c757d;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    margin-bottom: 15px;
}

.back-link:hover {
    color: #ff6b35 !important; /* Orange hover */
    transform: translateX(-5px); /* Animation effect */
}

/* 2. Page Colors & Badges (Jo aapne HTML mein use kiye hain) */
.text-orange { color: #ff6b35; }
.btn-orange { background-color: #ff6b35; border: none; color: white; }
.btn-orange:hover { background-color: #e85a24; color: white; }

.bg-green-light { background-color: #e6f6ec; color: #28a745; }
.bg-blue-light { background-color: #e7f1ff; color: #007bff; }
.bg-purple-light { background-color: #f3e8ff; color: #6f42c1; }

/* 3. Cards & Layout */
.info-card {
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 25px;
    padding: 20px;
}

.gallery-main {
    width: 100%;
    height: 410px;
    object-fit: cover;
    border-radius: 15px;
}

.gallery-side {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}

/* 4. Occupancy Badges */
.badge-sharing {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #495057;
}
