body {
    font-family: 'Inter', sans-serif;
    background-color: #0d1a0d;
    color: #ffffff;
}
.head-img{
    width: 20%;
}
.navbar {
    background-color: #1e3a1e;
    border-bottom: 2px solid #386f38;
}

.navbar-brand img {
    max-height: 50px;
}
#navbarNav a{
    color: white;
    border-radius: 10px;
 
}
#navbarNav a:hover{
    color: #0d280d;
    background-color: white;
}

.hero-section {
    background-color: #0d280d;
    background-image: linear-gradient(to bottom, #1e3a1e, #0d280d);
    padding: 100px 0;
}
.imain img{
max-width: 80%;
}
.hero-text {
    max-width: 600px;
}
.a-img img{
    max-width: 80%;
}
.section-title {
    color: #a3e635;
}

.card {
    background-color: #1e3a1e;
    border: 2px solid #386f38;
}
.card:hover {
    border: 2px solid #828282;
}
.card img {
   max-width: 80%;
   margin: auto;
   padding-top: 10px;
}
address a{
       text-decoration: none;
}
.footer {
    background-color: #1e3a1e;
    padding: 50px 0;
    border-top: 2px solid #386f38;
}
.f-img img{
    width: 20%;
}
.placeholder-image {
    background-color: #386f38;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1.2rem;
    text-align: center;
}
.placeholder-card-img {
    height: 150px;
}

/* Media-query-responsive */

@media (min-width: 768px) {
    .placeholder-card-img {
        height: 200px;
    }
}

.placeholder-hero-img {
    height: 300px;
}

.btn-custom {
    background-color: #a3e635;
    color: #1e3a1e;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #84cc16;
    color: #1e3a1e;
}

.footer-logo {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.social-icons a {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #a3e635;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #a3e635;
}

.footer-links ul {
    padding-left: 0;
    list-style: none;
}