   @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
body {

     font-family: 'Roboto', sans-serif; /* Apply Roboto font */
    margin: 0;
    padding: 0;
    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

header {
    background-color: #000;
    color: #fff;
    text-align: center;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
}

.logo {
    background-color: #fff;
    padding: 10px 0;
}

.logo img {
    max-width: 150px;
}

nav {
    background-color:#0367b5;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    padding: 25px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li:hover {
    background-color: #1d3468;
}

nav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #000;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

nav ul li:hover ul {
    display: block;
}

nav ul li ul li a {
    padding: 10px 20px;
}

nav ul li ul li a:hover {
    background-color: #1d3468;
}

/* Slider Styles */
.slider {
    position: relative;
    max-width: 100%;
    height:550px;
    margin: auto;
    overflow: hidden;
    
    color: #fff;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.5);
    border: none;
}

button.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

button:hover {
    background-color: rgba(0,0,0,0.8);
}

main {
    flex: 1;
    padding: 20px;
    text-align: center;
}

/* Footer Styles */
footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    margin-top: auto;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 0 20px;
}

.footer-column {
    flex: 1;
    max-width: 300px;
    margin: 10px;
}

.footer-column h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-column p, .footer-column ul, .footer-column li {
    margin: 5px 0;
}

.footer-column ul {
    padding: 0;
    list-style: none;
}

.footer-column li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.footer-column li a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-info {
        flex-direction: column;
        text-align: center;
    }

    nav ul {
        flex-direction: column;
    }

    nav ul li ul {
        position: static;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-column {
        max-width: 100%;
        text-align: center;
    }
}

.property-section {
    padding: 20px;
    background-color: #f4f4f4;
}

.property-section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.properties-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.property-card {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.property-card img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}

.property-card h3 {
    margin: 10px 0;
    font-size: 1.2em;
}

.property-card p {
    color: #555;
}



 .contact-info {
            display: flex;
            align-items: center;
            gap: 20px; /* Adjust spacing between items */
        }

        .social-icon {
            margin-left: 10px;
            text-decoration: none;
            color: #000; /* Change this to the desired color */
            font-size: 1.5em; /* Change this to adjust the size of the icons */
        }

        .social-icon i {
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            text-align: center;
        }

        .social-icon i.fa-facebook-f {
            background-color: #3b5998; /* Facebook blue color */
            color: #fff;
        }

        .social-icon i.fa-twitter {
            background-color: #1da1f2; /* Twitter blue color */
            color: #fff;
        }

            .social-icon i.fa-whatsapp {
            background-color:green; /* Twitter blue color */
            color: #fff;
        }

        .social-icon i.fa-instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); /* Instagram gradient */
            color: #fff;
        }

        .social-icon:hover i.fa-facebook-f {
            background-color: #2d4373; /* Darker Facebook blue color */
        }

        .social-icon:hover i.fa-twitter {
            background-color: #0d95e8; /* Darker Twitter blue color */
        }

        .social-icon:hover i.fa-instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); /* Same gradient for Instagram */
            opacity: 0.8; /* Slightly dim on hover */
        }

    .social-icon:hover i.fa-whatsapp {
    background: radial-gradient(circle at 30% 107%, #25D366 0%, #25D366 5%, #128C7E 45%, #075E54 60%, #128C7E 90%);
    /* Gradient colors for WhatsApp */
    opacity: 0.8; /* Slightly dim on hover */
}
