.container {
    display: flex;
    justify-content: space-between;
    height: auto;
    flex-direction: row;
}

.slider-container {
    position: relative;
    width: 35%;
    max-width: calc(70% - 20px);
    max-height: 500px;
    overflow: hidden;f
    /*margin-right: 20px;*/
    min-height: 500px;
}

.slider {
    display: flex;
    width: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.slide {
    flex: 0 0 auto;
    width: auto;
    height: 550px;
    margin-right: 20px;
}

.slide:last-child {
    margin-right: 0;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prev,
.next {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 60px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.building-section {
    flex: 0 0 70%;
    max-width: 65%;
    height: fit-content;
    position: relative;
    padding: 0px 30px;
    /*background: rgb(248, 249, 249);*/
    float: right;
    /*border: 2px dotted #ddd;*/
    border-radius: 8px;
    color: #323232;
}

h2 {
    color: #333;
}

.building-details {
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.building-details ul {
    padding: 0;
    list-style: none;
}

.building-details li {
    margin-bottom: 8px;
}

.building-details .highlight {
    font-weight: normal;
    color: #007185;
    text-transform: capitalize;
}

#action-links {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 2% 2%;
}

#action-links a {
    display: inline-block;
    margin: 0.25rem;
    text-decoration: none;
    background-color: #007185;
    font-weight: bold;
    color: white;
    position: relative;
    /*top: 12px;*/
    /*left: 12px;*/
    font-size: 0.9em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.35rem 1.25rem;
    border-radius: 2px;
}

.hidden {
    display: none !important;
}

.container2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.c-bottom {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    max-width: 60%;
}

.contact-aside {
    flex: 0 0 30%;
    max-width: 350px;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 0;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border: 2px dotted #ddd;
    background: rgb(248, 249, 249);
    align-self: flex-start;
}

.desc, .amenities, .block4 {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    /*padding: 10px;*/
    word-wrap: break-word;
    overflow: auto;
    font-size: 1.1rem;
}

.desc h2 {
    margin-bottom: 1%;
    text-align: left;
    color: #000;
    padding: 0em 1em;
    border-left: 4px solid #007185;
    font-size: 1.5rem;
}

.desc p {
    margin-bottom: 2.5px;
    margin-top: 5px;
    font-size: 1rem;
    /*text-indent: -20px; */
    /*padding-left: 25px; */
   
}


#desc p::before {
    /*content: "\2022";*/
    left: 0;
    top: 0;
    color: #333; /* Color of the bullet */
    font-size: 1.2em; 
    line-height: 1; 
    margin-right: 10px;
}

.amenities h2 {
    margin-bottom: 1%;
    text-align: left;
    color: #000;
    /*padding: 0em 1em;*/
    /*border-left: 4px solid #007185;*/
    font-size: 1.25em;
}

.block4 h2 {
    margin-bottom: 20px;
    text-align: left;
    color: #000;
    padding: 0em 1em;
    border-left: 4px solid #007185;
    font-size: 1.5rem;
}

.amenities ul {
    column-count: 2;
    column-gap: 15px;
    padding: 0;
    margin-left: 25px;
}

.amenities li {
    padding: 3px 5px;
    margin-bottom: 2px;
    list-style-type: square;
    font-size: 1rem;
    text-transform: capitalize;
}

.block4 ul {
    column-count: 1;
    column-gap: 15px;
    padding: 0;
    margin-left: 25px;
}

.block4 li {
    padding: 3px 5px;
    margin-bottom: 2px;
    list-style-type: square;
    font-size: 1rem;
}

form {
    padding: 20px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

label {
    display: block;
    /*margin-bottom: 8px;*/
}

.in {
    width: 100%;
    margin: 10px auto;
    padding: 8px;
    border: 1px solid #007185;
    border-width: thin;
    box-sizing: border-box;
    font-size: 0.95em;
    line-height: 1;
    text-transform: capitalize;
    outline-color: #007185;
}

.in :focus {
    border: 1px solid #2d8cf0;
}

.inquire {
    background-color: #007185;
    color: white;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    letter-spacing: 2px;
}

.vibrate {
    animation: vibrate 0.5s ease-out;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #007185;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
}

th {
    border: 1px solid #007185;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    background: rgb(248, 249, 249);
}

tbody tr:nth-child(even) {
    background: rgb(248, 249, 249);
}

@media (max-width: 1024px) {
 

    .amenities {
        width: 96%;
        margin: 2% auto;
    }

    .amenities ul {
        column-count: 1;
    }

    table {
        display: table;
        width: 100%;
        float: left;
        table-layout: auto;
        border-collapse: collapse;
        margin: 10px 10px;
        overflow-x: auto;
    }

    th, td {
        width: auto;
        word-wrap: break-word;
        text-align: left;
    }

    td:nth-child(1) {
        max-width: 80px;
    }

    main {
        margin: 0;
    }

    .container {
        flex-direction: column;
    }

    .c-bottom {
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .desc {
        width: 96%;
        max-width: 96%;
        margin: 2% auto;
        padding: 0;
        height: auto;
    }

    .building-section {
        max-width: 90%;
        width: 90%;
        padding: 5% !important;
        margin: 0px;
        border: none;
    }

    .contact-aside {
        display: flex;
        flex: 0 0 100%;
        border: 0px dotted #ddd;
        background: rgb(255 255 255);
    }

    .slider-container {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        margin: 0;
        float: none;
    }

    .prev,
.next {
        font-size: 16px;
    }

    .slide {
        width: 100%;
        height: 350px;
    }
}


@keyframes slideIn {
    from {
        transform: translate(-50%, -150%);
    }

    to {
        transform: translate(-50%, -50%);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.success-message {
    position: fixed;
    top: 90%;
    right: 10%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
    display: block;
    animation: slideIn 2s ease-in-out, fadeOut 2s ease-in-out forwards;
}

.error-message {
    position: fixed;
    top: 90%;
    right: 10%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    z-index: 999;
}

.feedback-message {
    background-color: #007185;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 999;
}

.c p {
    width: 96%;
    margin: 1%;
    text-wrap: wrap;
    counter-increment: para-counter;
}

.c p::before {
    content: counter(para-counter) ". ";
    font-weight: bold;
    color: #000000;
}

.distinct-slider {
    position: relative;
    width: 80%;
    max-width: 600px;
    overflow: hidden;
    border: 2px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}

.distinct-slides {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.distinct-slide {
    display: none;
    width: 96%;
    height: 100%;
    object-fit: contain;
}

.distinct-slide.active {
    display: block;
}

.distinct-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 0%;
    color: #000000;
    touch-action: manipulation;
}

.distinct-button.prev {
    left: 10px;
}

.distinct-button.next {
    right: 10px;
}

.distinct-button:hover {
    background-color: rgba(0, 0, 0, 0.158);
}

@media screen and (max-width: 768px) {
 
    .distinct-slide {
        width: 100%;
        height: 300px;
    }
}



.add-bar {
    position: relative;
    display: inline-block;
    width: 300px;
    align-items: center;
}

.add-bar input {
    align-items: center;
    width: 100%;
    height: 2.4em;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #bebebe;
    border-radius: 1px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 16px 50%;
    box-sizing: border-box;
    color: #333;
    outline: none;
    padding: 0.75em 2.55em;
}

.add-bar input::placeholder {
    color: #999;
}



         .owner-details-container {
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 20px;
            max-width: 400px;
            width: 90%;
            display: flex;
            align-items: center;
        }

        .owner-image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #ddd;
            margin-right: 15px;
        }

        .owner-details {
            flex: 1;
        }

        .owner-details h2 {
            font-size: 1.2em;
            margin: 0 0 5px;
            color: #333;
        }

        .owner-details p {
            margin: 0;
            color: #555;
        }

        .call-button {
            padding: 10px 20px;
            background-color: #28a745;
            color: #ffffff;
            text-decoration: none;
            border-radius: 5px;
            font-size: 1em;
            transition: background-color 0.3s;
            margin-left: 15px;
        }

        .call-button:hover {
            background-color: #218838;
        }
        
        
        
.suggest-aside {
    flex: 0 0 30%;
    max-width: 350px; 
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 0;
    height: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    border: 2px dotted #ddd;
    background: rgb(248, 249, 249);
    align-self: flex-start;
}

/* Updated suggestion container */
.suggestion-container {
    display: flex; /* Enable flexbox layout */
    align-items: center; /* Vertically center the content */
    width: 100%; /* Make the container full width within the parent */
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /*box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    padding: 10px; /* Add some padding for better spacing */
    margin-bottom: 10px;

}

/* Thumbnail image on the left */
.suggestion-container-image {
    width: 100px; /* Adjust image width */
    height: 100px; /* Adjust image height */
    overflow: hidden;
    flex-shrink: 0; /* Prevent the image from shrinking */
    border-radius: 8px; /* Optional: Give image rounded corners */
    margin-right: 15px; /* Add space between image and text */
}

/* Style the image inside the container */
.suggestion-container-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

/* Add a default background if no image exists */
.suggestion-container-image img[src*="default.png"] {
    background-color: #f4f4f4;
    object-fit: contain;
}

/* Container for the details section (Name on the right) */
.suggestion-container-details {
    padding: 10px;
    flex-grow: 1; /* Allow the text to take remaining space */
    /*background-color: #f9f9f9;*/
}

/* Project name styling */
.suggestion-container-details h3 {
    font-size: 1rem; /* Slightly smaller font size */
    font-weight: 500; /* Slightly lighter font weight */
    margin: 0;
    color: #333;
    text-align: left; /* Align text to the left */
    line-height: 1.4;
    transition: color 0.3s ease-in-out;
    padding-bottom: 5px; /* Add some space below the title */
}

/* Add some spacing and style to the link */
.suggestion-container-details a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease-in-out;
    font-weight: 600; /* Make the link a bit bolder */
}

/* Hover effect for the project name link */
.suggestion-container-details a:hover {
    color: #1d72b8;
}

/* Base styles for the suggestion container */
.suggestions-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .suggestion-container {
        width: calc(50% - 20px); /* Two items per row on tablet */
    }
}

@media (max-width: 768px) {
    .suggestion-container {
        width: calc(100% - 20px); /* Full-width items on mobile */
    }
}

@media (max-width: 768px) {
    .suggest-aside {
        flex: 0 0 94%; /* Take up full width on smaller screens */
        max-width: none; /* Remove the max-width restriction */
        padding: 15px; /* Reduce padding to save space */
        border: 1px solid #ddd; /* Change to a thinner solid border for compactness */
        border-radius: 6px; /* Slightly smaller border-radius */
        gap: 15px; /* Reduce the gap between children */
        position: static; /* Disable sticky positioning for smoother scrolling on mobile */
    }
}