.body-bg {
    background: #7e9a70;
}

.nav-bg {
    background: #f4f1ed;
}

.hero-section {
    background: #f4f1ed;
}

.nav-link-btn {
    padding: 15px 20px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.nav-link-btn.active {
    background: #e9e1de;
}

.hero-img-wrapper {
    max-width: 500px;
    margin: 0 auto 1rem;
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-text-bg {
    background: url('../img/2.png') no-repeat right bottom;
    background-size: auto 500px;
    background-position: calc(100% + 40px) 100%;
    position: relative;
}

.hero-text-container {
    padding: 0 50px;
}

.hero-hr {
    width: 160px;
    height: 4px;
    background-color: #173f38;
    border: none;
    display: block;
    opacity: 1;
    margin: 0.5rem 0 1rem 0;
}

.hero-paragraphs {
    line-height: 1.8;
    padding-right: 0;
    padding-right: 490px;
    color: #173f38;
}

.title-line {
    display: inline-block;
    border-bottom: 4px solid #173f38;
}

.hero-btn {
    background-color: #598074;
    border-color: #598074;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 10px 30px;
}

.hero-btn:hover {
    background-color: #2a6b5f;
    color: #fff;
    transform: translateY(-2px);
}

.hero-img-bg {
    background: linear-gradient(to right, #0f1e1e 0%, #0c3220 50%, #0f1e1e 100%);

}

@media (max-width: 768px) {
    .hero-paragraphs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .hero-text-bg {
        background-size: auto 300px;
        background-position: right bottom;
    }

    .hero-text-container {
        padding: 0 15px;
    }

    .hero-img-wrapper {
        height: 120px;
    }

    .nav-link-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }
}

.hero-text-padding {
    padding: 0 30px;
}

.hero-inner-padding {
    padding: 20px;
}