/**
 * Theme Name:     Dubai Harbour
 * Author:         Z CREATIVE TECH
 * Template:       hello-elementor
 * Text Domain:	   dubai-harbour
 * Description:    Dubai Harbour is a lightweight and minimalist WordPress theme specifically designed and highly customizable website to reflect the elegance and vibrancy of Dubai Harbour.
 */


 /* Chrome, Safari, Edge */
 /* .tenant-list ul::-webkit-scrollbar {
    width: 12px;
    height: 12px;
} */

/* .tenant-list ul::-webkit-scrollbar-track {
    background: #f1f1f1;
} */

/* .tenant-list ul::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
} */

/* .tenant-list ul::-webkit-scrollbar-thumb:hover {
    background: #fff;
} */

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #fff #f8f8f8;
    border-radius: 8px;
}
/* General Layout */
.tenant-directory-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px; /* More space around the content */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px; /* Softer edges */
}

/* Tenant List */
.tenant-list {
    background-color: #4A3DCE; /* Slightly muted purple */
    border-radius: 10px;
    padding: 20px;
    width: 30%; /* Slightly narrower */
    color: white;
    min-height:570px;
    height:570px;
}

.tenant-list ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    max-height:480px;
    height:480px;
    overflow:scroll;
}

.tenant-list li {
    margin-bottom: 20px;
}



.tenant-item {
    font-size: 18px; /* Larger text for readability */
    text-transform: capitalize;
    font-weight: normal;
    transition: color 0.3s ease;
    color:#fff !important;
}

.tenant-item:hover {
    color:#ccc !important;
    cursor: pointer;
}

.tenant-item.active {
    font-weight: bold;
    color:#fff !important;
}

/* Right Content (Contact Information) */
.tenant-content {
    width: 70%; /* Adjust for a more balanced layout */
    text-align: left; /* Align text to left for better readability */
    padding-left: 40px;
}

.tenant-content img {
    max-width: 300px; /* Resize the image for consistency */
    margin-bottom: 0px;
}

#tenant-description {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

#tenant-contact,
#tenant-category,
#tenant-phone,
#tenant-email,
#tenant-website {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    font-weight:bold;
}

#tenant-email a,
#tenant-website a {
    color: #4A3DCE;
    text-decoration: none;
    transition: color 0.3s ease;
}

#tenant-email a:hover,
#tenant-website a:hover {
    color: #1a1a1a;
}

/* Responsive Design */
@media (max-width: 768px) {
    #tenant-description {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }
.tenant-list {
    background-color: #4A3DCE; /* Slightly muted purple */
    border-radius: 10px;
    padding: 10px;
    width: 100%; /* Slightly narrower */
    color: white;
    min-height:200px;
    height:280px;
    overflow:hidden;
}

.tenant-list ul{height:200px;
    overflow:scroll;}

    .tenant-directory-container {
        flex-direction: column;
        padding: 0px;
    }
    
    .tenant-list {
        width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .tenant-content {
        width: 100%;
        padding-bottom: 40px;
        padding-left: 25PX;
        border-left: none;
        text-align: center;
        PADDING-RIGHT: 25PX;
    }

    
     .tenant-content img {
        /* max-width: 150px; */
        height: 250px;
        object-fit: cover;
        width: 300px;
    }
`
    .tenant-list li {
        margin-bottom: 5px;
    }
}
