.landing-navbar {
    height: 88px;
}

.bg-gradient-primary {
    background-color: #4D7626;
    background-image: linear-gradient(180deg, #4D7626 10%, #659834 100%);
    background-size: cover;
}

.card-insight {
    height: 6.4rem;
}

.sidebar-brand {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 1000px) {
    .nav-item {
        margin-left: 1.5rem;
    }
}

.text-black {
    color: #000000;
}

/* NEW CUSTOMIZATION */

/* Custom Color Overrides */
:root {
    --primary-color: #4D7626;
    /* Coconut Green */
    --text-color: #333;
}

body {
    font-family: Arial, sans-serif;
    color: var(--text-color);
}

.btn-success {
    background-color: var(--primary-color);
    border: none;
}

/* #search {
    color: #fff;
} */

.card-body-landing {
    height: 150px;
}

footer a {
    text-decoration: none;
    color: #000000;
}
/* @media screen and (width < 540px) {
    .logo-img {
        height: 30px;
        object-fit: contain;
    }
}
@media screen and (max-width: 540px) {
    .logo-img {
        height: 80px;
        object-fit: contain;
    }
}
@media screen and (max-width: 720px) {
    .logo-img {
        height: 120px;
        object-fit: contain;
    }
}
@media screen and (max-width: 960px) {
    .logo-img {
        height: 120px;
        object-fit: contain;
    }
}
@media screen and (max-width: 1140px) {
    .logo-img {
        height: 120px;
        object-fit: contain;
    }
}
@media screen and (max-width: 1320px) {
    .logo-img {
        height: 120px;
        object-fit: contain;
    }
} */


/* Footer */
footer {
    height: 232px;
    background-color: #D9D9D9 !important;
}

.theme-text-primary {
    color: #4D7626;
}

#highlights {
    /* background-color: #4D7626; */
}

.badge-primary {
    color: #fff;
    background-color: #4D7626;
}

.list-style-type-none {
list-style-type: none;
}

.banner-title {
    text-shadow: 2px 2px 4px #fff;
}

.bg-transparent {
    background: transparent !important;
}

/* .search-section {
    height: 684px;
} */

.title-container {
    margin-top: 200px;
}

.input-search {
    margin-top: 80px;
}

/* Parent container for the background image */
.search-section {
    position: relative;
    height: 684px;
    /* Adjust as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4D7626;
    /* Optional: Ensure text is visible */
}

/* Pseudo-element for the background image */
.search-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/banner.JPG') center/cover no-repeat;
    z-index: 0;
}

/* White overlay with opacity */
.search-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}


.search-section .content {
    position: relative;
    z-index: 2;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.about-card-bg {
    background-color: #F8F8F8;
}

.landing-card-1 {
    background-image: url('../img/photo-2.jpg');
    background-size: cover;
    background-position: center;
    height: 430px;
}

.landing-card-2 {
    background-image: url('../img/photo-1.jpg');
    background-size: cover;
    background-position: center;
    height: 430px;
}

.landing-card-3 {
    background-image: url('../img/photo-3.jpg');
    background-size: cover;
    background-position: center;
    height: 430px;
}

.page-item.active .page-link {
    background-color: #4D7626 !important;
    border-color: #4D7626 !important;
    color: #fff !important;
}

.page-link {
    color: #4D7626 !important;
}
