<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --primary-color: #3498db;
    --primary-color: #4A937C;
    --secondary-color: #2c3e50;
    --text-color: #333;
    --light-color: #f8f9fa;
    --dark-color: #212529;
    --bs-primary: #4A937C;
    --bs-primary-rgb: 74, 147, 124;
}

:root {
    --bs-body-font-size: 1.15rem;
  }


  

/* Direct overrides for Bootstrap buttons */
.btn-primary {
    background-color: #4A937C !important;
    border-color: #4A937C !important;
  }
  
  .btn-primary:hover {
    background-color: #3E7C68 !important;
    border-color: #3E7C68 !important;
  }
  
  .btn-primary:active, .btn-primary:focus {
    background-color: #336959 !important;
    border-color: #336959 !important;
    /*
    box-shadow: 0 0 0 0.1rem rgba(74, 147, 124, 0.5) !important;
    */
  }


  h1 {
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: -1px;
  }

body {
    font-family: 'Space Grotesk', sans-serif;
    font-family: "Inria Sans", sans-serif;

    color: var(--text-color);
    line-height: 1.5;
}



/* Hero Section */
.hero {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/images/hero-page.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    height: 60vh;
}

.hero-home {
    height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-page.jpg');
}

.hero-contact {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-contact.jpg') !important;
}

.hero-location {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-location.jpg') !important;
}

.hero-about {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-about2.jpg') !important;
}

.hero-the-project {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-project.jpg') !important;
}

.hero-villas-villa-lotus-4-bedroom {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-lotus.jpg') !important;
}

.hero-faq {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-faq.jpg') !important;
}


.hero-managed-services {
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('/assets/images/hero-managed-services.jpg') !important;
}

.hero-home h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.hero-content {
    /*padding: 0 20px;*/
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    width: 100%;
}

.hero-text-container {
    margin-left: 50px;
}

.hero-item {
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: translateY(40px);
}

/* Navigation */
.navbar {
    transition: all 0.3s ease;
    padding: 20px 0;
}

.navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.navbar.scrolled .nav-link {
    color: var(--dark-color) !important;
}

.navbar.scrolled .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar.scrolled .navbar-brand img {
    height: 50px;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
}

.nav-link:hover, .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0.25rem;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar.scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar.scrolled .navbar-toggler {
    background-color: transparent;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-color);
}

/* Main Content */
.main-content {
    padding: 60px 0;
}

.section {
    margin-bottom: 50px;
}

/* Footer */
footer {
    background-color: var(--secondary-color) !important;
    font-size: 90%;
}

footer a {
    transition: all 0.3s ease;
    text-decoration: none;
}

footer a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.social-icons a {
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: var(--primary-color) !important;
    transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 15px;
        border-radius: 5px;
        margin-top: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    
    .navbar.scrolled .navbar-collapse {
        background-color: white;
    }
    
    .navbar-brand {
        /*
        display: block;
        text-align: center;
        */
        margin: 0 auto;
    }
    
    .dropdown-menu {
        background-color: transparent;
        border: none;
        padding-left: 20px;
    }
    
    .dropdown-item {
        color: white;
    }
    
    .navbar.scrolled .dropdown-item {
        color: var(--dark-color);
    }

    .hero-home h1 {
        font-size: 2rem;
    }
}

@media (max-width: 767.98px) {
    .hero, .hero-home {
        height: 50vh;
    }

    .hero-home {
        height: 75vh;
    }

    .hero-text-container {
        margin-left: 10px;
    }
    
    .main-content {
        padding: 40px 0;
    }
}</pre></body></html>