.nav-link:link {
    font-family: "Alice", serif;
    font-weight: 400;
    font-style: normal;
    color:#0f5138;
    font-size: 26px;
}
  
  .nav-link:visited {
    color:#0f5138;
  }
.nav-link:hover {
    color:#b06b34;
}
.logo {
    width: 150px;
}
.bg-custom {
    background-color:#dee1d5;
}

.footer {
    background-color:#dee1d5;
    color:#0f5138; 
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bi {
    color:#b06b34

}

h3 {
    font-family: "Alice", serif;
    font-size: 15px;
    font-weight: 600;
}
h2 {
    font-family: "Alice", serif;
    font-size: 28px;
    font-weight: 600;
}

h1 {
    font-family: "Alice", serif;
    font-weight: 400;
    font-style: normal;
    color:#0f5138;
    font-size: 35px;
}

p {
 font-family: "Quicksand", sans-serif;
font-weight: 500;
 font-style: normal;
 color: #0f5138;
 font-size: 20px;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0f5138; 
    font-size: 20px;

  }
 /* Form Inputs */
input, textarea {
    border: 2px solid #508b71; /* Fernscape green */
    border-radius: 6px;
    padding: 10px;
    font-size: 1rem;
  }

  /* Submit Button */
button[type="submit"] {
    background-color: #0f5138;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    }

    button[type="submit"]:hover {
        background-color: #3e715b;
      }

     /* Business Info Box */
      .contact-info {
        background-color: #f0f5f2;
        border-radius: 10px;
        margin-top: 40px;
        color: #0f5138;
        font-size: 1.1rem;
        font-weight: 500;
      }

      body {
        background-color: #f0f5f2; /* for the background */
        color: #0f5138;            /* for body text */
        font-family: 'Quicksand', sans-serif;
      }

      .hero-img img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-height: 400px; 
      }
      
      .hero-img {
        position: relative;
        overflow: hidden;
        height: 400px;
      }
    
      .btn-cta {
        background-color: #0f5138;      
        color: white;
        font-size: 1.2rem;
        padding: 12px 28px;
        border-radius: 8px;
        font-weight: 500;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
      }
      
      .btn-cta:hover {
        background-color: #7e9764;      
        color: #fff;
        transform: scale(1.05);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
      }
      

/* Hero Section Typography */

.hero-title {
  font-size: 3.5rem !important;
  font-weight: 700;
  font-family: 'Alice', serif;
  color: #0f5138;
}

.hero-subtitle {
  font-family:"quicksand", sans-serif;
  color:#0f5138;
  font-size: 2rem;           /* Medium */
  font-weight: 600;
}

.hero-text {
  top: 45%; 
  transform: translate(-50%, -50%);
}

.hero-small {
  font-family:"quicksand", sans-serif; 
  color:#0f5138;
  font-size: 1.5rem;           /* Smallest */
  font-weight: 600;
  opacity: 0.85;
}


.service-title {
  font-family: 'Alice', serif;
  font-size: 1.5rem;
  color: #0f5138;
  margin-bottom: 0.5rem; 
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%; 
  min-height: 200px; 
}

.service-box ul {
  padding-left: 1.25rem;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  color: #333;
}

.service-box ul li {
  margin-bottom: 0.3rem; 
  line-height: 1.6; 
}

      