


/*---------------------------------------Investor navbar CSS --------------------------*/
.navbar.fixed-top.sticky {
    background-color: rgba(253, 250, 250, 0.8); /* Background color when sticky */
}

.nav {
list-style: none;
display: flex;
justify-content: space-between;
color:white;
font-size: large;

}

.nav-item {
margin: 0 10px;
}

.nav-link {
text-decoration: none;
color:white;
font-size: large;
}


.nav-link .active:hover{
border-bottom: none;
}



/*---------------------------------------CloseInvestor navbar CSS --------------------------*/
.row{
    margin-right: 0px !important;
}
footer{
    background-color:white;
    width:100%;
}

footer,section{
    background-color:white !important;
    margin-left: 0px !important;
}
.container{
    background-color: white;
}
#selectSearch button{
    background-color: white;
    border-radius: none;
}

.textAlign-center {
    text-align: center;
}

.line-before {
    content: '';
    display: inline-block;
    width: 25%;
    height: 2px;
    vertical-align: middle;
    background: linear-gradient(to right, #fcf9f9, #8a8886); /* Example gradient */
    margin: 0 10px; /* Adjust spacing as needed */
}
.line-after {
    content: '';
    display: inline-block;
    width: 25%;
    height: 2px;
    vertical-align: middle;
    background: linear-gradient(to right, #8a8886, #fcf9f9); /* Example gradient */
    margin: 0 10px; /* Adjust spacing as needed */
}


.text {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .line-before, .line-after {
        display: none;
    }
}
.view-option {
    display: inline-flex;
    align-items: center;
    margin: 0 10px; /* Adjust spacing between options */
}

.view-option i {
    margin-right: 5px; /* Adjust spacing between icon and text */
}
.view-option a{
    text-decoration: none;
    color:black;
}

.list-views {
    font-size: 1rem; /* Adjust font size if needed */
    background-color:white;
}
.map-views {
    font-size: 1rem; /* Adjust font size if needed */
    background-color:white;
}
a{
    text-decoration: none;
}
.container-list{
    width: 100%;
    height:auto;
    background-color:white;
}
.container-map{
    width: 100%;
    height: 600px;
    display: none;
}
.input-group{
    box-shadow: 2px 2px 2px 2px gray;
    height: 50px;
    border: none;
}
.bi-search{
    width: 70px;
}
.bi .bi-star{
    color:red;
}
#cities-checkbox{
    width: 15px;
    height: 15px;
}
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-image img {
    width: 100%;
    height: auto;
}

.card-content {
    font-size:.8em;
}

.card-content h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}




.card {
    position: relative;
    display: inline-block;
}

.card img{
    width:400px;
}



.card:hover .card-img-text {
    opacity: 1;
}

.card-icon i {
    margin-top: -2px;
}

.card {
    position: relative;
    width: 300px; /* Adjust the width as needed */
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img {
    width: 100%;
    height: 250px;
    display: block;
}

.card-img-text {
    position: absolute;
    height: 72%;
    margin-bottom:33%;
    width: 85%;
    bottom: -100%; /* Start offscreen */
    left: 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px 10px;
    border-radius:none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, bottom 0.3s ease-in-out; /* Add transition for bottom */
    z-index: 600;
}

#plus-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.card:hover #plus-icon {
    transform: translateY(-100%);
    opacity: 0;
}

.card:hover .card-img-text {
    bottom: 10px; /* Transition to this position */
    opacity: 1;
}



.social-link{
    background-color:white;
    border-top:1px groove;
    padding: 10%;
}
.social-link p{
    font-size: small;
    margin: 0;
}
.social-link a{
    text-decoration: none;
    color: black;
}
.social-title{
    padding-bottom:4%;
}
.social-icon p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-icon i {
    font-size: 50px; /* Adjust the size as needed */
    float: left;
    margin-right: 20px;
}
.footer-white {
    background-color: white;
}
.footer-white .col-lg-12,
.footer-white .col-md-12,
.footer-white .promosion {
    background-color: white;
}
.footer-white span{
    background-color: white;
}
#copyright {
    background-color: #f8f8f8;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: white;
}
.links a {
    margin: 0 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.links a:hover {
    text-decoration: underline;
}
#morecontent span{
    margin-bottom: 10px;
}
#morecontent a{
    text-decoration: none;
    color: gray;
}
.quarter{
    background-color: #333;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bolder;
    font-size: x-large;
    width: 100px;
    height: 100%;
    text-align: center;
    
}
#quarter-data{
    color: skyblue;
    margin: 10px;

}
#quarter-data tr th{
    padding: 5px;
}

#reward2 {
    width: 99.5%;
    position: relative;
    overflow: hidden;
}
.reward-container2 {
    display: flex;
    transition: transform 0.3s ease-in-out;
    max-width: 400px;
    position: relative;
    height: 600px;
}

.reward-content2 {
    padding: 30px;
    max-width: 500px;
    height: auto;
    background-color: white;
    flex-shrink: 0;
}
.reward-content2 .card img{
    width:100%;
    height: 80%;

}
button.btn-left2, button.btn-right2,button.btn-left5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

button.btn-left2 {
    left: 10px;
}

button.btn-right2 {
    right: 10px;
}

#reward5 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.reward-container5 {
    display: flex;
    transition: transform 0.3s ease-in-out;
    max-width: 370px;
    position: relative;
    height: 600px;
}

.reward-content5 {
    padding: 30px;
    max-width: 500px;
    height: auto;
    background-color: white;
    flex-shrink: 0;
}
.reward-content5 .card img{
    width:100%;
    height: 80%;

}
button.btn-left5, button.btn-right5 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

button.btn-left5 {
    left: 10px;
}

button.btn-right5 {
    right: 10px;
}
#reward6 {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.reward-container6 {
    display: flex;
    transition: transform 0.3s ease-in-out;
    max-width: 370px;
    position: relative;
    height: 600px;
}

.reward-content6 {
    padding: 30px;
    max-width: 500px;
    height: auto;
    background-color: white;
    flex-shrink: 0;
}
.reward-content6 .card img{
    width:100%;
    height: 80%;

}
button.btn-left6, button.btn-right6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

button.btn-left6 {
    left: 10px;
}

button.btn-right6 {
    right: 10px;
}
.tab-content {
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.statement{
    color:black;

}
/*----------------------------------------Enqury Now--------------------------------------------*/
.project-enquary-form input{
    width: 90%;
    border:none;
    border-bottom: 1px solid;
    background-color:rgb(245, 252, 249);
    margin-bottom: 50px;

}
.project-enquary-form td{
    margin-bottom: 30px;
}
.submitBtn{
    border: 1px solid;
    font-size: large;
    font-family: 'Times New Roman', Times, serif;
    width:120px;
    height: 40px;
}
.submitBtn:hover{
    background-color: black;
    color:white;
}
/*-----------------------------------Blogs--------------------------------------*/
.h-400{
    height: 200px;
}
.projectdesc{
    color:gray;
}
.projectdesc:hover{
    color:gray;
    text-decoration: none;
}

.projectdesc2{
    color:black;
    font-weight: bolder;
}
.projectdesc2:hover{
    text-decoration: none;
    color:black;
    font-weight: bolder;
}

.amenities-img .card {
    margin: 15px;
}
.amenities-img .card-img img {
    width:120px;
    height: 150px;
    
}
.card-footer {
    background-color: #f8f9fa;
    padding: 10px;
}

/* ----------------------------------------------- real-state-term ------------------------------------ */
.header-image {
    margin-top: -10px;
    position: relative;
}

.header-image .back-to-home {
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate(-50%, -50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
}

.header-image:hover .back-to-home {
    opacity: 1;
}

.header-image .back-to-home i {
    margin-right: 10px;
}
.header-image .image-text{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color:white;
    margin-top: -100px;
    background: linear-gradient(rgba(31, 30, 30, 0.1),rgba(27, 27, 27, 0.1));
}

/* --------------------------------------------------------------------------------------------------------------- */
nav {
    z-index:1000;
    background: linear-gradient(rgba(19, 18, 18, 0.1),rgba(37, 37, 37, 0.1));
    width:100%;
    top:0;
  }

  
nav .bi-telephone, 
nav .bi-search,
button .navbar-toggler,
nav #sidebarToggle {
    background: linear-gradient(rgba(228, 226, 226, 0.5), rgba(228, 226, 226, 0.5));
    opacity: 0.4;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:white;
    padding:15px;
    cursor: pointer;
    font-size: 15px;
    width:40px;
    height:40px;
}
.navbar-toggler{
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(rgba(228, 226, 226, 0.5), rgba(228, 226, 226, 0.5));
    opacity: .4;
    
}
.navbar-toggler-icon{
    font-size:7px;
    padding:10px;
    border-radius: 55%;
}
.navbar-item{
    font-size: large;
    font-weight: bold;
    color:whitesmoke;
}
#sidebarToggle{
    width:50px;
    height: 50px;
    border: none;
    color:black;
}
.carousel-item img{
    width: 102%;
    height: 550px;
}


#aboutus-menu{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(228, 226, 226, 0.5));
}


 .navbar-item {
    position: relative;
}

/* Hide the dropdown menu by default */
#aboutus-menu {
    display: none;
    position: absolute;
    top: 100%; /* Position it just below the parent */
    left: 0;
    z-index: 1000; /* Ensure it appears above other elements */
}

/* Show the dropdown menu on hover */
#aboutDropdown:hover + #aboutus-menu, #aboutus-menu:hover {
    display: block;
}
/* The navigation menu links */
.sidebar a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar a:hover {
    color: #f1f1f1;
}

/* --------------------------------------------------------Project View CSS---------------------------------------------------------------- */
/* Ensure all images in .reward-container5 have the same width and height */
.reward-container5 .card-img {
    width: 100%; /* Ensures the image takes up the full width of the card */
    height: 200px; /* Set the height you want for all images */
    object-fit: cover; /* Maintains the aspect ratio and ensures the image covers the area */
}









@media (min-width: 600px) {
    .card {
        width: calc(50% - 20px);
    }
}

@media (min-width: 900px) {
    .card {
        width: calc(33.333% - 20px);
    }
}
