section{
    margin: 0 !important;
    padding: 0 !important;
}
#header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
body {
  padding-top: 127px; 
}
html, body {
    overflow-x: hidden;
}

#intro, .h{
    background-color: #d3f3d0;
}
#intro {
    width: 100%;
    overflow: hidden;
}

#intro .row {
    margin: 0;
}

#intro .intro-text {
    min-height: 250px;
    text-align: center;
}

#story img {
    max-width: 200px;
}

@media (min-width: 768px) {
    #story img {
        max-width: 250px;
    }
}


.b{
    background-color: #0b632a;
    color: white;
}
.b:hover {
    background-color:#0b632a ;
    color: white;
    cursor: pointer;
}
@media (max-width: 375px) {
  .navbar .btn.b {
    font-size: 0.85rem;
    padding: 0.25rem 0.75rem;
  }
}

#values{
    background-color: #E8CCA4;
    min-height:auto;
}
.card{
background-color: #E8CCA4;
} 
.name{
  font-family: "Just Another Hand", cursive;
  font-weight: 400;
  font-style: normal;
}
#footer{
    background-color: #9da56a;
}
.cta{
    background-color:#E8CCA4 ;
    margin-bottom: 0 !important;
}
.hero-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 415px;
  clip-path: ellipse(90% 100% at 100% 50%);
}
@media (max-width: 768px) {
  .hero-image {
    clip-path: none;
    border-radius: 12px;
  }
}
.product-image-wrapper {
  width: 100%;
  height: 200px; /* height on mobile */
  overflow: hidden;
  border-radius: 8px; 
}

.product-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul .list-item{
  list-style-type: disc !important;   
  margin-left: 1.5rem !important;     
}

ul .list-item {
  display: list-item !important;     
}
#call{
  background-color: #e4fae2;
}
.local-img {
  max-width: 100%; 
  height: auto;
}

@media (min-width: 768px) {
  .local-img {
    max-width: 300px; 
    max-height: 400px;
  }
}

/* -------- Blog Post Styling -------- */
.post-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  color: #333;
}

.post-content h1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #212529;
}

.post-content h2 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
  color: #2f4f2f; /* deep green */
}

.post-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #198754; /* bootstrap green */
}

.post-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  color: #444;
}

.post-content ul,
.post-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.25rem;
}

.post-content li {
  margin-bottom: 0.5rem;
}
.single-post h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #14532d; /* dark green */
  text-align: center;
}
.impact-banner {
  position: relative;
}
.impact-banner::before {
  content:"";
  position:absolute;
  top:0;left:0;width:100%;height:100%;
  background: rgba(0,0,0,0.4); 
}
.impact-banner .container {
  position:relative;
  z-index:1;
}
/* Tile style */
 .tile {
  text-align: center;
  padding: 16px;
}
 .tile img {
  width: 80%;
  margin-bottom: 10px;
  border-radius: 4px;
}  
 #consult {
  background-color: #E8CCA4;
 }
 .custom-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.form-intro {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #495057;        
    text-align: center;
}
.custom-form input[type="submit"] {
    background-color: #0b632a;  
    color: #fff;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    width: 100%;
}