.navbar.bg-light {
    background-color: #9c9763 !important;
    .form-control {
      border-radius: 4.25rem;
    }
}

/* .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 10px;
} */

/* .dropdown-menu {
    transition: all 0.2s ease;
} */

.cover-container {
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Full-width cover image */
.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Black overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Adjust the opacity as needed */
    z-index: 2;
}

/* Text on the cover image */
.cover-text {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
}

.cover-text h1 {
    font-size: 3rem;
    font-weight: bold;
}

.ratio {
    background-color: #f9f9f9 ;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer {
    background-color: #9c9763;
}

.footer-content h2 {
    color: #fff;
}


.footer-content p,
.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer hr {
    background-color: #fff;
}