body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #98a898;
    color: #333;
   
}

/* Header */
header {
    background-color: #2e7d32;
    color: rgb(22, 21, 21);
    padding: 50px;
    text-align: center;
}

/* Navigation */
nav {
    background-color: #1b5e20;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

/* Sections */
section {
    padding: 30px;
    margin: 20px;
    background-color: white;
    border-radius: 8px;
}

/* Headings */
h2 {
    color: #2e7d32;
    font-size: large;
}
p{
    font-size: large;
    font-style: initial;
}
/* List */
ul {
    list-style-type: none;
    padding-left: 20px;
}
li {
     line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    padding: 15px 20px;
    background: #f9fff9;
    border-left: 5px solid #2e7d32;
    border-radius: 6px;
}


/* Footer */
footer {
    background-color: #1b5e20;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}
.gallery {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    width: 30%;
    border-radius: 8px;
}
.map-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
.tea-text {
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    padding: 15px 20px;
    background: #f9fff9;
    border-left: 5px solid #2e7d32;
    border-radius: 6px;
}
.tea-growing {
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    padding: 15px 20px;
    background: #f9fff9;
    border-left: 5px solid #2e7d32;
    border-radius: 6px;
}
.email{
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    padding: 15px 20px;
    background: #f9fff9;
    border-left: 5px solid #2e7d32;
    border-radius: 6px;
}
.phone {
    line-height: 1.8;
    font-size: 18px;
    text-align: justify;
    padding: 15px 20px;
    background: #f9fff9;
    border-left: 5px solid #2e7d32;
    border-radius: 6px;
}
.hero-header {
    
    background-image: url("img/879769.jpg");
    background-size: cover;
    background-position: center;
    background-repeat:none;
    height: 300px;          /* adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;           /* optional: makes text readable */
}
.topic {
   color: #a5c8aa;
   font-size: x-large;
   font-style: initial;
}
.sub{
    color: #cce5d6;
    font-size: x-large;
    font-style: initial;
}