body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #dee2e6;
}
.navbar a {
    text-decoration: none;
    color: #00b2a9;
    margin: 0 15px;
    font-size: 16px;
}
.navbar a:hover {
    text-decoration: underline;
}
.navbar .left,
.navbar .center,
.navbar .right {
    display: flex;
    align-items: center;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    width: 150px;
    margin-right: 10px;
    cursor: pointer;
}

.profile-icon img {
    width: 50px;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
    border: 1px solid #00b2a9;
    border-radius: 20px;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
.profile-icon img:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.6);
}
.box-profile {
    position: relative;
    display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 150px;
    border-radius: 4px;
}
.dropdown-menu a {
    color: #00b2a9;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.dropdown-menu a:hover {
    background-color: #f1f1f1;
}
.sign {
    cursor: pointer;
}
.container {
    display: flex;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    /* color: #666; */
}

.form-group input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.form-group input[type="submit"] {
    background-color: #00b2a9;;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.form-group input[type="submit"]:hover {
    background-color: #7ca8a8;;
}

.image-container {
    flex: 1;
    background-color: #FFFFFF;
    display: flex;
}

.image-container img {
    width: 900px;
    height: 894px;
    object-fit: cover;
}

.login-background-img {
    overflow: hidden;
    height: 1000px;
    max-height: 889px;
    position: relative;
 }

.login-background-img img {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }


.parent-login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container {
    padding: 40px;
    padding-left: 90px;
    padding-right: 90px;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #FFFFFF;
    align-items: center;
}

.text {
    margin: 10px 0;
}
.form-group-login input[type="submit"] {
    background-color: #00b2a9;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    margin: 10px;
    margin-left: 60px;
    margin-right: 20px;
    width: 90px;
    max-width: 90px;
    color: white;
    border: none;
    cursor: pointer;
}
.form-group-login input[type="submit"]:hover {
    background-color: #254e4e;
    
}
.button-container{
    padding-left: 0px;
    padding-right: 30px;
}
#searchForm img {
    width: 90px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.search-container {
    color: #00b2a9;;
    display: flex;
}
.search-container h2 {
    margin-bottom: 15px;
}
.search-container form {
    display: flex;
    flex-direction: column;
}
.search-container label {
    margin-bottom: 5px;
    font-weight: bold;
}
.search-container input,
.search-container textarea,
.search-container select {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    font-size: 16px;
}
.search-container button {
    padding: 15px;
    background-color: #00b2a9;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 20px;
    cursor: pointer;
    margin: 20px;
}
#save-search {
    color: #00b2a9;
    background-color: white;
    border: 1px solid ;

}
.search-container button:hover {
    background-color: #0056b3;
}
.form-container {
    flex: 1;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 90px;
    padding-right: 40px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
}

.form-container img {
    width: 90px;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* .edit-profile-form {
    width: 60%;
    align-self: center;
    align-content: center;
} */

.form-container h1 {
    font-size: 24px;
    color: #00b2a9;;
    margin-bottom: 20px;
}
.form-container p {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    font-size: 16px;
    color: #666;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.edit-button {
    padding: 10px 20px !important;
    font-size: 14px !important;
}
.edit-profile-form {
    width: 60%;
    align-self: center;
}
.search-buttons {
    display: flex;
}



.listing-box {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 8px;
    background-color: rgb(244, 244, 244);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin: 20px auto;
    text-decoration: none;
    color: inherit;
}

.listing-box:hover {
    cursor: pointer;
}

.listing-box a.btn {
    padding: 10px 20px;
    background-color: #00b2a9;
    color: white;
    border-radius: 8px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.listing-box a.btn:hover {
    background-color: #008a7f;
}

.image-container {
    flex: 1;
    max-width: 250px;
    margin-right: 20px;
}

.image-container img {
    width: 100%;
    height: auto;
    max-width: 250px; 
    border-radius: 8px;
}

.details-container {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details-container h3 {
    font-size: 1.5rem;
    margin: 0 0 10px;
}

.price {
    font-size: 1.2rem;
    color: #333;
}

.summary {
    color: #666;
    margin-bottom: 15px;
}

button#applyButton {
    padding: 10px 20px;
    background-color: #00b2a9;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
}

button#applyButton:hover {
    background-color: #008a7f;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* margin-left: 1000px; */
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(162, 162, 162);
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgb(255, 255, 255, 0.5);
}
.prev {
    cursor: pointer;
    position: absolute;
    background-color: rgb(255, 255, 255, 0.5);
    top: 50%;
    width: auto;
    margin-top: -22px;
    margin-left: 100px;
    padding: 16px;
    color: rgb(162, 162, 162);
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
.dashboard-container {
    padding: 2rem;
    text-align: center;
}

.card-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.card {
    background-color: white;
    width: 22%;
    padding: 2rem;
    margin: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.card:hover {
    transform: scale(1.05);
}

.card .icon {
    font-size: 3rem;
    color: #00bfa5;
    margin-bottom: 1rem;
}

.card h2 {
    margin: 1rem 0;
    color: #333;
}

.card p {
    color: #777;
}

.card .btn {
    background-color: #00bfa5;
    color: white;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1rem;
}

.card .btn:hover {
    background-color: #009e8b;
}

footer {
    padding: 1rem;
    text-align: center;
    background-color: #fff;
    color: #888;
    margin-top: 2rem;
}

.listings-container {
    padding: 2rem;
    text-align: center;
}

h1 {
    margin-bottom: 2rem;
    color: #333;
}

.create-listing {
    text-align: right;
    margin-bottom: 1rem;
}

.create-btn {
    background-color: #00bfa5;
    color: white;
    padding: 0.7rem 1.5rem;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1rem;
}

.create-btn:hover {
    background-color: #009e8b;
}

.listings-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.listings-table th, .listings-table td {
    border: 1px solid #ddd;
    padding: 1rem;
    text-align: left;
}

.listings-table th {
    background-color: #f4f4f4;
    color: #333;
}

.listings-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.listings-table tr:hover {
    background-color: #f1f1f1;
}

.edit-btn {
    background-color: #00bfa5;
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
}

.edit-btn:hover {
    background-color: #009e8b;
}
.search-section {
    padding: 20px;
    background-color: #f9f9f9;
}

.search-header {
    text-align: center;
    margin-bottom: 20px;
}

.search-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.search-form-columns {
    width: 100%;
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
}

.search-column {
    display: flex;
    flex-direction: column;
    width: calc(13% - 20px);
}

.search-column label {
    margin-bottom: 5px;
    font-weight: bold;
}

.search-column select, 
.search-column input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    width: 100%;
}

.search-buttons button {
    padding: 10px 20px;
    border: none;
    background-color: #00a9a5;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.search-buttons button:hover {
    background-color: #008b8b;
}

.saved-searches-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.saved-search h2 {
    color: #00b2a9;
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
}

.saved-searches {
    margin-top: 20px;
}

.saved-search {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.search-column {
    font-size: 16px;
    color: #333;
}

.search-column strong {
    display: block;
    color: #00b2a9;
    font-weight: 600;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .search-row {
        grid-template-columns: 1fr;
    }
}

.ad-listing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.image-ad-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    width: 100%;
}

.main-ad-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.side-ad-images {
    display: grid;
    gap: 10px;
}

.side-ad-images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    cursor: pointer;
}

.ad-details-container {
    text-align: center;
    margin-top: 15px;
}

.ad-details-container h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 5px;
}

.price, .summary {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }
  
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

.landlord-listing-section {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
}
  
.landlord-listing-section img{
    border-radius: 10px;
    padding: 5px;
    width: 50px;
}

.listing-facts-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.listing-fact {
    text-align: center;
}

.listing-fact h5 {
    color: #00a7a7; /* Teal color for the header */
    font-size: 16px;
    margin-bottom: 10px;
}

.listing-fact p {
    background-color: #e0dff0; /* Light purple background */
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 16px;
    color: #ffffff; /* White text */
    min-width: 150px;
}

.listing-facts-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.apply-button {
    margin-left: auto;
    padding: 10px 20px;
    background-color: #00a7a7;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
}

.form-content {
    width: 400px;
    max-width: 90%;
}

.close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.application-form-label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

.application-form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
}

.application-form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    resize: vertical;
}

.submit-button {
    width: 100%;
    padding: 10px;
    background-color: #00a7a7;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

.consent-text {
    font-size: 12px;
    color: gray;
    margin-top: 15px;
}

.verified {
    color: green;
    font-weight: bold;
}

.listing-user-details {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;

}

.listing-user-details label {
    float: left;
    padding-right: 10px;
}
/* 
.listing-user-details input {
    padding-right: 10px;
} */

.listing-user-details img {
    max-width: 70px;
    border-radius: 8px;
}

.listing-profile-view {
    background-color: #e6e6e6;
    border-radius: 8px;
    /* margin: 50px; */
}