        /* General Navbar Style */
        /* .navbar {
            background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, rgba(28, 103, 88, 1) 91.1%);
            transition: background-color 0.3s ease-in-out;
            z-index: 9999;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #ffffff;
            padding: 15px 20px;
            font-size: 16px;
            text-transform: uppercase;
        }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #ffd700;
        }

        .navbar .navbar-brand {
            color: #ffffff;
            font-size: 24px;
            font-weight: bold;
        }

        .call-btn {
            color: #ffffff;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 25px;
            background-color: #e67e22;
            transition: background-color 0.3s ease-in-out;
        }

        .call-btn:hover {
            background-color: #ca6b12;
        }

        .navbar.fixed-top {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        @media (max-width: 992px) {
            .navbar-nav {
                text-align: center;
            }

            .nav-item {
                margin-top: 10px;
            }
        } */

        /* Navbar Styling */
        .navbar {
            background-image: linear-gradient(109.6deg, rgba(61, 131, 97, 1) 11.2%, rgba(28, 103, 88, 1) 91.1%);
            transition: background-color 0.3s ease-in-out;
            z-index: 9999;
        }
        
        .navbar-dark .navbar-nav .nav-link {
            color: #ffffff;
            padding: 15px 20px;
            font-size: 16px;
            text-transform: uppercase;
        }
        
        .navbar-dark .navbar-nav .nav-link:hover {
            color: #ffd700;
        }
        
        .navbar .navbar-brand {
            color: #ffffff;
            font-size: 24px;
            font-weight: bold;
        }
        
        .call-btn {
            color: #ffffff;
            font-weight: 600;
            padding: 10px 20px;
            border-radius: 25px;
            background-color: #e67e22;
            transition: background-color 0.3s ease-in-out;
        }
        
        .call-btn:hover {
            background-color: #ca6b12;
        }
        
        .navbar.fixed-top {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
        
        /* Toggler Icons */
        /* Default hamburger icon */
        .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-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
            background-repeat: no-repeat;
            background-size: 1.5em;
            background-position: center;
        }
        
        /* Custom close icon when the navbar is open */
        .navbar-toggler:not(.collapsed) .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-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
        }
        
        /* Responsive navbar */
        @media (max-width: 992px) {
            /* .navbar-nav {
                text-align: center;
            }
        
            .nav-item {
                margin-top: 10px;
            } */
        
        }
        
        
        
        
        
        
        
                #home {
                    background: url('/Elevation-A-Nambiar-Ellegenza-Phase-2.jpg') no-repeat center center/cover;
                    color: white;
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
                    min-height: 120vh;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
        
                /* #home .container {
                    background: rgba(0, 0, 0, 0.3);
                    padding: 20px;
                    border-radius: 10px;
                } */
        
                #home h1 {
                    font-size: 3rem;
                    font-weight: bold;
                }
        
                #home p {
                    font-size: 1.2rem;
                }
        
                .projects {
                    background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(176, 229, 208, 1) 42%, rgba(92, 202, 238, 0.41) 93.6%);
        
        
                }
        
                #projects .enquiry-form {
                    /* background: #f8f9fa; */
                    background: #feb47b;
                    padding: 20px;
                    border-radius: 10px;
                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                }
        
                .enquiry-form .btn-primary {
                    background-color: #007bff;
                    color: #ffffff;
                }
        
        
                /* Add a max-height and make the image fit within the card */
                .carousel-item img {
                    max-height: 300px;
                    /* Adjust the height as needed */
                    object-fit: cover;
                    /* Ensures the image scales nicely */
                    width: 100%;
                }
        
                .card {
                    border: none;
                    overflow: hidden;
                }
        
                .amenity-item {
                    display: flex;
                    align-items: center;
                    margin-bottom: 15px;
                }
        
                .amenity-item i {
                    font-size: 1.5rem;
                    color: #ff7e5f;
                    margin-right: 10px;
                }
        
                .amenity-box {
                    display: flex;
                    align-items: center;
                    background: #fff;
                    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                    border-radius: 8px;
                    padding: 15px;
                    margin-bottom: 20px;
                    transition: transform 0.3s ease, box-shadow 0.3s ease;
                }
        
                .amenity-box i {
                    font-size: 2rem;
                    color: #ff7e5f;
                    margin-right: 15px;
                }
        
                .amenity-box:hover {
                    transform: translateY(-5px);
                    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
                }
        
                .carousel img {
                    border-radius: 10px;
                }
        
        
        
               
        
        
               
        
                .gallery .card-img-top {
                    height: 250px;
                    object-fit: cover;
                    transition: transform 0.5s ease;
                }
        
                .gallery .card {
                    position: relative;
                    border: none;
                    border-radius: 15px;
                    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
                    overflow: hidden;
                    transition: transform 0.4s ease, box-shadow 0.3s ease;
                    border-radius: 20px;
                }
        
                .gallery .card:hover {
                    transform: scale(1.05);
                    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
                }
        
                .gallery .card-body {
                    background-color: rgba(0, 0, 0, 0.7);
                    color: #fff;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    opacity: 0;
                    transition: opacity 0.4s ease;
                    border-radius: 20px;
                    padding: 20px;
                }
        
                .gallery .card:hover .card-body {
                    opacity: 1;
                }
        
                .gallery .card-body h5 {
                    font-size: 1.25rem;
                    font-weight: bold;
                }
        
                .gallery .card-body p {
                    font-size: 1rem;
                    margin-top: 10px;
                }
        
                .gallery .row {
                    margin-bottom: 30px;
                }
        
                /* Gradient Overlay */
                .gallery .card {
                    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
                }
        
                .gallery .card-title {
                    color: #ff6f61;
                    font-size: 1.3rem;
                    font-weight: bold;
                }
        
                .gallery .card-text {
                    font-size: 1rem;
                }
        
                /* Mobile Responsiveness */
                @media (max-width: 767px) {
                    .gallery .card-img-top {
                        height: 180px;
                    }
        
                    .gallery .card-body {
                        padding: 15px;
                    }
                }
        
        
        
                .faq {
                    background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);
                    border-radius: 8px;
                }
        
                .faq-header {
                    text-align: center;
                    margin-bottom: 3rem;
                    font-size: 2.5rem;
                    font-weight: 600;
                    color: #0056b3;
                    position: relative;
                }
        
                .faq-header::after {
                    content: '';
                    display: block;
                    width: 60px;
                    height: 4px;
                    background-color: #007bff;
                    margin: 10px auto 0;
                    border-radius: 2px;
                }
        
                .faq .accordion-item {
                    border: none;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    margin-bottom: 1rem;
                    border-radius: 10px;
                    overflow: hidden;
                }
        
                .faq .accordion-button {
                    background: linear-gradient(to right, #0056b3, #007bff);
                    color: #fff;
                    font-weight: 600;
                    font-size: 1.2rem;
                    border: none;
                    border-radius: 0;
                    transition: all 0.3s ease;
                }
        
                .faq .accordion-button.collapsed {
                    background: #f8f9fa;
                    color: #333;
                }
        
                .faq .accordion-button:focus {
                    box-shadow: none;
                }
        
                .faq .accordion-button:hover {
                    background: #004085;
                    color: #fff;
                }
        
                .faq .accordion-body {
                    background-color: #ffffff;
                    color: #555;
                    line-height: 1.7;
                    font-size: 1.05rem;
                    padding: 1.5rem;
                }
        
                .faq ul {
                    padding-left: 1.2rem;
                }
        
                .faq ul li {
                    margin-bottom: 0.5rem;
                }
        
                @media (max-width: 768px) {
                    .faq-header {
                        font-size: 2rem;
                    }
        
                    .faq .accordion-button {
                        font-size: 1rem;
                    }
                }
        
        
        
                footer {
                    background-color: #343a40;
                    color: white;
                    padding: 40px 0;
                }
        
                footer a {
                    color: #adb5bd;
                    text-decoration: none;
                }
        
                footer a:hover {
                    color: #ffffff;
                }
        
                .social-icons a {
                    font-size: 24px;
                    margin: 0 10px;
                    display: inline-block;
                    transition: transform 0.3s;
                }
        
                .social-icons a:hover {
                    transform: translateY(-5px);
                    color: #f8f9fa;
                }































                