.csr-banner {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.csr-title{
    color:#006FBA;
}


.hero-box {
    background-color: #4CB748;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
}

.contact-highlight {
    font-size: 1.1rem;
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 1rem;
}

.contact-highlight i {
    color: #4CB748;
    margin-right: 8px;
}

.card:hover {
    transform: scale(1.02);
    transition: 0.3s;
}

/* Detail Page */

.main-heading {
    color: #006fba;
    font-weight: bold;
}

.content-wrapper {
    max-width: 900px;
    margin: auto;
}

.center-image {
    max-width: 100%;
    height: auto;
}