.filter-bar {
    background-color: #002e53;
    padding: 16px;
}

.form-control {
    background-color: #002e53;
}

.form-control::placeholder {
    color: #fff;
}

.form-control {
    color: #fff;
}

.card {
    width: 90%;
} 

.projects-card-container {
    box-sizing: border-box;
}

.project-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}

.project-card-body {
    text-align: start;
    padding: 10px 5px;
    /* border: 1px solid #808080; */
    /* border-top: 0px; */
    width: 100%;
    background-color: #fff;
}

.img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-banner-image {
    width: 100%;
    height: 100vh; /* Adjust as needed */
    background-color: #333; /* Fallback color */
    background-attachment: fixed;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.project-banner-image h1 {
    margin: 0;
    padding: 10px;
    font-size: 2em;
    line-height: 1.2;
    text-align: start;
}

.project-banner-image p {
    font-size: 1.2em;
    text-align: start;
    padding: 10px;
}

.project-heading-bg {
    background-color: #33333380;
    width: 300px;
}

.content-price {
    font-size: 20px;
}
