section.top-banner {
    background-color: #fff8de;
}

.card-img-top {
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.navbar-toggler {
    background-color: #ffffffd9;
}

/* ======================================= */
/* ======================================= */
.our-services-section .card {
    background-color: #f1f3d3;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.our-services-section .card:hover {
    transform: translateY(-15px);
}

/* ======================================= */
/* ======================================= */
 .navbar-nav .nav-link {
                color: #fff !important;
                font-weight: normal;
            }

            .navbar-nav .nav-item.current-menu-item .nav-link,
            .navbar-nav .nav-item.current_page_item .nav-link,
            .navbar-nav .nav-item.active .nav-link {
                font-weight: bold;
                color: #ffc107 !important;
            }
