.navbar .nav-link {
    color: #fff !important;
}
.header-image {
    background: url(images/banner.png) no-repeat center center;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding-left: 3%;
}
.card{    
    background: linear-gradient(to right, #f6fde3, #fce4ec);
}
#features .card img{
    border-radius:0.375rem 0.375rem 0rem 0rem;
}
#features .card-body{
    min-height:213px;
}
.service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-bottom: 10px !important;
}
.service-card {
    background: rgb(255, 255, 255);
    width: 280px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.error-text{
    font-size:12px;
}
.form-floating>.form-control-plaintext:focus, 
.form-floating>.form-control-plaintext:not(:placeholder-shown), 
.form-floating>.form-control:focus, 
.form-floating>.form-control:not(:placeholder-shown){
    padding-top:0rem !important;
    padding-bottom:0rem !important;
}
.form-floating>.form-control, 
.form-floating>.form-control-plaintext, 
.form-floating>.form-select {
    height: calc(2.5rem + 2px) !important;
}
@media screen and (max-width: 768px) {
    .service-card {
        width: 90%;
    }
}