body {
    background-color: #f8f9fa;
    font-family: 'Arial', sans-serif;
}

/* GALLERY STYLES */
.gallery-box {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.main-image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

.main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    cursor: pointer;
}

.thumbnail-container {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.thumbnail-img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.6;
    border: 2px solid transparent;
    transition: all 0.2s;
}

.thumbnail-img:hover,
.thumbnail-img.active {
    opacity: 1;
    border-color: #d32f2f;
}

/* INFO TABLE STYLES (Sidebar) */
.info-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.info-header {
    background-color: #2c3e50;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
}

.info-table {
    width: 100%;
    margin-bottom: 0;
}

.info-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.info-table tr:last-child td {
    border-bottom: none;
}

.info-table td:first-child {
    color: #666;
    font-weight: 500;
    width: 40%;
}

.info-table td:last-child {
    color: #333;
    font-weight: 600;
}

/* CONTENT AREA STYLES */
.content-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
}

.property-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 5px;
    color: #555;
    font-size: 15px;
}

.meta-item i {
    margin-right: 6px;
    color: #888;
}

.price-text {
    color: #d32f2f;
    font-size: 18px;
    font-weight: bold;
}

/* BUTTONS */
.btn-action {
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
}

.btn-call {
    background-color: #00a551;
    color: #fff;
}

.btn-call:hover {
    background-color: #008c44;
    color: #fff;
}

.btn-chat {
    background-color: #f7941e;
    color: #fff;
}

.btn-chat:hover {
    background-color: #e07f00;
    color: #fff;
}

/* AGENT CARD */
.agent-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #eee;
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
}

.agent-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
/* ============================================================
   NAVBAR (BDS)
   ============================================================ */
.bds-navbar {
    background-color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    padding: 0 0;
    min-height: 60px;
}
.bds-navbar-brand {
    padding: 8px 0;
    text-decoration: none;
}
.bds-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.bds-logo-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}
.bds-logo-dot { color: #e74c3c; }

.bds-nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 14px !important;
    transition: color 0.2s;
}
.bds-nav-link:hover,
.bds-nav-link:focus {
    color: #fff !important;
}
.bds-dropdown {
    border: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    min-width: 180px;
    padding: 6px 0;
}
.bds-dropdown-item {
    font-size: 13px;
    color: #2c3e50;
    padding: 8px 18px;
    transition: background 0.15s;
}
.bds-dropdown-item:hover {
    background: #f4f6f9;
    color: #d32f2f;
}
.bds-phone {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s;
}
.bds-phone:hover { color: #fff; }
.bds-btn-admin {
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    transition: background 0.2s;
    text-decoration: none;
}
.bds-btn-admin:hover {
    background: #c0392b;
    color: #fff;
}
.bds-toggler {
    border-color: rgba(255,255,255,0.3);
    padding: 4px 8px;
}
.bds-toggler .navbar-toggler-icon {
    filter: invert(1);
}

/* Khoảng cách sau navbar */
body { padding-top: 0; }

/* ============================================================
   NAVBAR (BDS)
   ============================================================ */
.bds-navbar {
    background-color: #2c3e50;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    padding: 0 0;
    min-height: 60px;
}
.bds-navbar-brand {
    padding: 8px 0;
    text-decoration: none;
}
.bds-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.bds-logo-text {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.5px;
}
.bds-logo-dot { color: #e74c3c; }

.bds-nav-link {
    color: rgba(255,255,255,0.8) !important;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 14px !important;
    transition: color 0.2s;
}
.bds-nav-link:hover,
.bds-nav-link:focus {
    color: #fff !important;
}
.bds-dropdown {
    border: none;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    min-width: 180px;
    padding: 6px 0;
}
.bds-dropdown-item {
    font-size: 13px;
    color: #2c3e50;
    padding: 8px 18px;
    transition: background 0.15s;
}
.bds-dropdown-item:hover {
    background: #f4f6f9;
    color: #d32f2f;
}
.bds-phone {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.2s;
}
.bds-phone:hover { color: #fff; }
.bds-btn-admin {
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    transition: background 0.2s;
    text-decoration: none;
}
.bds-btn-admin:hover {
    background: #c0392b;
    color: #fff;
}
.bds-toggler {
    border-color: rgba(255,255,255,0.3);
    padding: 4px 8px;
}
.bds-toggler .navbar-toggler-icon {
    filter: invert(1);
}

/* Khoảng cách sau navbar */
body { padding-top: 0; }
