﻿body {
    padding-top: 0px; /* for fixed navbar space */
}

.custom-navbar {
    background-color: #fff;
}

/* Full-width, no padding banner */
.banner-section {
    margin: 0;
    padding: 0;
}

.banner-image {
    display: block;
    width: 100%;
    height: 350px; /* normal banner height */
    object-fit: cover;
    border-bottom: 2px solid #d32f2f;
}
.input-group-text {
    font-weight: 600;
    border-right: none;
}

.form-control {
    border-left: none;
}
form label,
label,
.form-label {
    color: #660033 !important; /* change to your desired color */
    font-weight: 600;
}
/* Light background for form card */
.card {
    background-color: #fafafa; /* soft greenish white */
    border: 1px solid #d0e6d0;
    border-radius: 12px;
}

    /* Optional: add a subtle shadow */
    .card.shadow-sm {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }
