* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: white;
    padding-top: 50px;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #000;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-ttt{
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 7px;
    font-weight: 500;
}
.logo img {
    margin-left: 15px;
    height: 135px;
    
}

.navbar .nav-links {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}

.navbar .nav-links a {
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    display: block;
}

.search-bar input {
    padding: 8px;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
}

.h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 170px;
}

.about-button,
.arrow-button {
    background-color: #000000;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 15px;
}

.arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.arrow-button.left {
    left: 10px;
}

.arrow-button.right {
    right: 10px;
}

.hamburger-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #000;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mobile-nav a {
    color: white;
    padding: 15px;
    text-decoration: none;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* Main styles start here */
main {
    /* background-image: url(logo.png); 
     background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    enable-background: new; */
    background-color: #333;
    /* background-color: #111111; */
    /* height: 2000px; */
    width: 100vw;
}

/* Footer styles start here */
.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 10px;
}

.footer .containe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .section {
    flex: 1;
    margin-bottom: 20px;
}

.footer .section h3 {
    color: #fff;
    padding: 7px;
}

.footer ul {
    list-style: none;
    padding: 7px;
    margin: 0;
}

.footer ul.nav-pills li,
.footer ul.social-media li,
.footer ul.contact-details li {
    margin-bottom: 10px;
}

.footer ul.nav-pills a,
.footer ul.social-media a {
    color: #fff;
    text-decoration: none;
}

.footer .contact-details {
    display: flex;
    flex-direction: column;
}

.footer iframe {
    width: 100%;
    height: 200px;
    /* Adjust the height as needed */
    border: 0;
    margin-top: 10px;
}

.footer .copyright {
    margin-top: 20px;
    text-align: center;
    background-color: #333;
    padding: 5px;
    border-radius: 15px;
}

/* Media Queries for Responsive Design */
@media screen and (max-width: 768px) {
    .hamburger-icon {
        display: block;
    }

    .navbar .nav-links {
        display: none;
    }

    .mobile-nav {
        display: flex;
    }
}

/* Additional Media Queries for Improved Responsiveness */
@media screen and (max-width: 480px) {
    .logo img {
        height: 100px;
    }

    .h1 {
        font-size: 24px;
        margin-top: 120px;
    }

    .arrow-button {
        font-size: 18px;
    }

    .footer iframe {
        height: 120px;
    }
}

/* Next */
.container {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 60vh;
    background-color: #716c6c36;
}

.left-container {
    max-width: 500px;
    padding-left: 150px;
    padding-top: 150px; /* Adjusted padding */
    flex: 1;
    text-align: left;
    color: #ffffff;
}

.right-container {
    max-width: 650px;
    flex: 1;
}

.box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
    margin: 20px;
    margin-top: 20px;
}

.middle-box {
    margin-left: auto;
    margin-right: auto;
}

/* h1 {
    color: #333;
    text-align: left;
}

p {
    color: #666;
    text-align: left;
} */

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-container,
    .right-container {
        flex: 100%;
        max-width: none;
    }

    .left-container {
        padding: 20px; /* Adjusted padding */
    }
}

#ppppp{
    padding: 15px;
    width: 95%;
}

.container1 {
    width: 100%;
    margin:  auto;
    background-color: #2b2b2bb0;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.staff-members {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.staff-member {
    flex: 0 0 calc(33.333% - 20px);
    box-sizing: border-box;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.staff-box {
    background-color: #08080852;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 200px;
    margin: auto;
}

.staff-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 10px;
}
.who{
   
    padding: 20px;
    border-radius: 20px;
}
.team{
   
    padding: 20px;
    border-radius: 20px;
}

 /* Partners section styles */
 #partners {
    background-color: #f4f4f4;
    padding: 25px 0;
}

#partnersh2 {
    text-align: center;
    color: #333;
    /* margin-bottom: 30px; */
}

.partner-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.partner-logo {
    max-width: 10%;
    height: auto;
    margin: 20px;
}

.partner-caption {
    text-align: center;
    color: #666;
    /* margin-top: 10px; */
}

.learn-more {
    text-align: center;
    margin-top: -20px;
}

.learn-more a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

 /* Featured Properties section styles */
 #featured-properties {
    background-color: #1c1a1adb;
    padding: 50px 0;
}

#featured-propertiesh2 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
}

.property-list {
    display: flex;
    justify-content: space-evenly;
    /* Adjusted to evenly distribute space between items */
    align-items: flex-start;
    flex-wrap: wrap;
}

.property-card1 {
    background-color: #1a1919;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 5px;
    padding: 10px;
    max-width: 310px;
    text-align: center;
}

.property-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.property-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}

.property-description {
    color: #e9e9e9;
    margin-bottom: 20px;
}

.partner-caption1 {
    text-align: center;
    color: #666;
    margin-bottom: 10px;
}

.property-price {
    color: #007bff;
    font-size: 20px;
    font-weight: bold;
}

#view-more {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #000000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#view-more:hover {
    background-color: #0056b3;
}
