/* Reset and base styles */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #fafafa;
  font-size: 16px;
  scroll-behavior: smooth;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Header */
header {
  background-color: #556b2f; /* dark olive green */
  color: #f9f9f5;
  padding: 1.5rem 1rem;
  text-align: center;
}

header .logo img {
  max-width: 120px;
  height: auto;
  margin-bottom: 0.5rem;
}

header h1 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.8rem;
}

header .tagline {
  font-style: italic;
  font-weight: 400;
  font-size: 1rem;
}

/* Navigation */
nav {
  margin-top: 1rem;
}

nav a {
  display: inline-block;
  color: #f9f9f5;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem .75rem;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

nav a:hover,
av a:focus {
  background-color: #a2b029; /* lighter olive green */
  color: #ffffff;
}

/* Mobile-first nav layout (stacked) */
nav {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

/* Sections styling */
section {
  background-color: #ffffff;
  margin-top: 2rem;
  margin-bottom:2rem;
  padding:1.5rem .75rem;
  border-radius:8px;
  box-shadow:
    rgba(0,0,0,0.05) 0px 2px 6px -2px,
    rgba(0,0,0,0.03) 0px -1px inset;
}
h2 {
   color:#556b2f; /* dark olive green */
   font-weight:700;
   font-size:1.5rem;
   margin-top:0; 
   margin-bottom:.75rem; 
}
p {
   margin-top:0; 
margin-bottom:1rem; 
f
ont-weight:400; 
fcolor:#444444; 
fmax-width:none; 
fline-height:1.5; 
f}
ul {
padding-left:1.25rem; 
margin-top:.5rem; 
margin-bottom:.75rem; 
fcolor:#444444; 
ffont-weight:400; list-style-type:square; 
fline-height:1.5; 
f}
ul li {
padding-left:.25rem; 
margin-bottom:.5rem; 
f}
a {
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer; 
cursor:pointer;color:#6b8e23;text-decoration:none;font-weight:bold;transition:text-decoration-color .3s ease;}a:hover,a:focus{text-decoration-line:none;color:#556b2f;text-decoration-underline;text-decoration-thickness:.15em;text-underline-offset:.25em;}img {max-width:100%;height:auto;border-radius:.5em;}/* Buttons */.btn {display:inline-block;padding:.6em .9em;background-color:#6b8e23;color:#fff;border:none;border-radius:.4em;font-weight:bold;text-align:center;text-decoration:none;font-size:.95rem;cursor:pointer;transition:bg-color .3s ease ease-in-out;} .btn:hover,.btn:focus {background-color:#556b2f;outline:none;}/* About Section Image */#about img {margin-top:.75em;margin-bottom:.75em;border-radius:.75em;}/* Services Section */#services .service {margin-bottom:1.25em;}#services h3 {color:#6b8e23;margin-bottom:.3em;font-weight:bold;font-size:1.15rem;}#services p {max-width:none;color:#444;}/* Team Section */#team {text-align:center;}#team .team-member {margin-bottom:2em;padding-left:.5em;padding-right:.5em;color:#444;}#team .team-member h3 {color:#6b8e23;margin-top:.25em;margin-bottom:.25em;font-weight:bold;font-size:1.15rem;}#team .team-member p {max-width:none;margin-left:auto;margin-right:auto;margin-bottom:.4em;}#team .team-member img {width:140px;height:auto;border-radius:.75em;margin-bottom:.4em;}/* Testimonials Section */#testimonials blockquote {font-style:italic;border-left:.3em solid #6b8e23;padding-left:.85em;margin-bottom:.85em;color:#555;background-color:#f7f9f4;border-radius:.3em;}#testimonials cite {display:block;text-align:right;font-weight:bold;color:#556b2f;margin-bottom:.85em;font-style:none;}/* Gallery Section */#gallery .gallery {display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;}#gallery .gallery img {width:calc(50% - .75rem);object-fit:cover;border-radius:.75em;height:auto;}/* Benefits Section */#benefits ul {max-width:none;color:#444;}#benefits li {margin-bottom:.75em;}/* FAQ Section */#faq .faq-item {margin-bottom:1.25rem;}#faq h3 {color:#556b2f;font-weight:bold;margin-bottom:.35rem;font-size:1.15rem;}#faq p {color:#444;margin-top:-.25rem;}/* Case Studies Section */#case-studies article.case-study {margin-bottom:1.5rem;padding-left:.8rem;border-left:.25rem solid #6b8e23;background-color:#fafaf7;border-radius:.4em;color:#444;}#case-studies h3 {color:#556b2f;font-weight:bold;margin-top:-.25rem;margin-bottom:.35rem;font-size:1.15rem;}/* Newsletter Section */#newsletter form.newsletter-form {display:flex;flex-direction:column;gap:.7rem;margin-top:.7rem;}#newsletter label{font-weight:bold;color:#556b2f;}#newsletter input[type=email] {padding:.45em .65em;border-radius:.35em;border:.15em solid #aab27a;font-size:.95rem;color:#333;background-color:#fff;transition:border-color .3s ease;}#newsletter input[type=email]:focus{border-color:#6b8e23;outline:none;}#newsletter button[type=submit] {.btn;width:auto;padding-left:auto;padding-right:auto;background-color:#6b8e23;color:white;text-transform:none;font-weight:bold;border-radius:.4em;border:none;cursor:pointer;font-size:.95rem;padding-block:.55em;padding-inline:.85em;text-align:center;transition:bg-color .3s ease ease-in-out;} #newsletter button[type=submit]:hover,#newsletter button[type=submit]:focus{background-color:#556b2f;outline:none;}/* Contact Section */#contact a {color:#6b8e23;text-decoration:none;font-weight:bold;}#contact a:hover,#contact a:focus{text-decoration-underline;text-underline-offset:.25em;text-decoration-thickness:.15em;color:#556b2f;}/* Footer Styles */footer.site-footer {
padding-top :1.5rem ;
padding-bottom :1.5rem ;
border-top :1px solid #dcdcdc ;
background-color :#fafaf7 ;
txt-align :center ;
padding-inline :1rem ;
border-radius :0 ;
padding-block :1.25rem ;
padding-inline-start :auto ;}footer.site-footer p.tagline {
margin-top :.35em ;
margin-bottom :.35em ;
padding-inline :.35em ;
padding-block :.35em ;
border-radius :.35em ;
display :inline-block ;
border :none ;
padding-inline-start :.45ch ;}footer.site-footer nav.footer-nav a {
padding-inline :.45ch ;
display :inline-block ;
border-radius :.35ch ;}footer.site-footer nav.footer-nav a:not(:last-child)::after{	content:" | " ;}footer.site-footer nav.footer-nav a:hover,footer.site-footer nav.footer-nav a.focus{	color :#556b2f ;text-decoration-underline;text-underline-offset :.25ch;text-decoration-thickness :.15ch }footer.site-footer p{	font-size :.875rem ;color :#556b2f }/* Back to Top Link */a.back-to-top{	display:block;text-align:center;margin-block-start :20px;margin-block-end :20px;color:#6b8e23;text-decoration:none;font-weight:bold;padding-block :.4ch;padding-inline :.85ch;border-radius :.35ch;background-color :transparent;border :none ;transition :background-color .3s ease,color .3s ease }a.back-to-top:hover,a.back-to-top.focus{	background-color :#556b2f;color:white;text-decoration:none }/* Responsive Styles for larger screens (tablet and desktop) */@media (min-width :768px){nav{	display:flex ;flex-direction :row ;justify-content:center ;gap :1ch }nav a{	display:inline-block }#gallery .gallery img{	width :calc(20% - .75ch) }section{	padding-inline :3ch }header{	text-align:left;padding-inline-start :3ch;padding-inline-end :3ch }header nav{	margin-top :.75ch }header h1{	font-size :2.4rem }header .tagline{	font-size :1.125 rem }}@media (min-width :1024px){body{font-size :18px }section{padding-inline :4ch}}