body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #fefefe;
  color: #333333;
}

header {
  background: #1b5e20;
  padding: 1.2rem;
  text-align: center;
  color: white;
}

nav a {
  margin: 0 1rem;
  color: #f9fbe7;
  text-decoration: none;
  font-weight: 900;
}

nav a:hover {
  color: #f9a825;
}

main {
  padding: 2rem;
}

section {
  margin-bottom: 2rem;
}

.hero {
  background: #f1f8e9;
  padding: 2rem;
  text-align: center;
  border-left: 6px solid #f9a825;
}

.about,
.why-choose,
.contact {
  background: #eeeeee;
  padding: 1.5rem;
  border-left: 6px solid #1b5e20;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background: #f9a825;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: background 0.3s;
}

.btn:hover {
  background: #f57f17;
}

footer {
  background: #1b5e20;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}
.site-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #1b5e20; 
  width: 100%;
}

.logo img {
  width: 120px;
  height: auto;
}


/* This pushes center title into the middle */
.header-title {
  flex: 1;
  text-align: center;
  color: #f9fbe7;
  font-size: 1.2rem;
  font-weight: 100%;
max-width: 600px;;
}

.main-nav {
  display: flex;
  gap: 20px;
}

.main-nav a {
  color: #f9fbe7;
  text-decoration: none;
  font-weight: 900;
}

.main-nav a:hover {
  color: #f9a825;
}
button {
  padding: 6px 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
button:hover {
  background-color: #45a049;
}
.guides-section {
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
}

.guides-section h1 {
  text-align: center;
  color: #1b5e20;
}

.guide {
  margin-bottom: 500px;
  padding-bottom: 200px;
  border-bottom: 1px solid #ddd;
}

.guide h2 {
  color: #2e7d32;
  margin-bottom: 900px;
}

.guide ol, .guide ul {
  margin-left: 1.2rem;
}

.guide ul li {
  margin-bottom: 900px;
}

.guide p {
  margin: 8px 0;
}

.guide li:last-child {
  font-weight: bold;
  color: #a83e00;
}
.guide p {
  margin: 10px 0;
  line-height: 20;
}

.guide p strong {
  color: #1b5e20;
}

.guide p em {
  color: #a83e00;
}
.guide h2 {
  color: #2e7d32;
  margin-top: 20px;
}

.guide p {
  margin: 8px 0;
  line-height: 1.6;
}

.guide p strong {
  color: #1b5e20;
}

.guide p[style] {
  margin-top: 12px;
}
.container {
  width: 90%; /* NOT 1200px */
  margin: auto;
}
.display-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 10px;
  }
  img {
    width: 100%;
    height: auto;
  }
}
img.logo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  img.logo {
    width: 120px; /* or whatever looks good on your layout */
  }
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body {
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .section {
    display: block;
    padding: 10px;
  }
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
}
.social-logo {
  width: 40px;
  height: auto;
  margin: 5px;
  display: inline-block;
}
@media (max-width: 768px) {
  .social-logo {
    width: 30px;
    margin: 3px;
  }
}
.social-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.social-logo {
  width: 40px;
  height: auto;
  margin: 8px; /* Increase for more space */
  display: inline-block;
}
@media (max-width: 768px) {
  .social-logo {
    width: 30px;
    margin: 6px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .social-logo {
    width: 30px;
    margin: 6px;
  }

  .header, .main-section, .footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .content img {
    width: 100%;
    height: auto;
  }
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Default menu hidden on mobile */
.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #f9fbe7;
  cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* Smaller logo */
  .logo-img {
    width: 80px;
    height: auto;
  }

  /* Show toggle, hide nav */
  .menu-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    flex-direction: column;
    display: none;
    background: #1b5e20;
    padding: 1rem;
    text-align: left;
  }

  .main-nav a {
    padding: 12px 0;
    color: #f9fbe7;
    border-top: 1px solid #f9fbe7;
    font-size: 1.1rem;
  }

  .main-nav a:hover {
    background-color: #2e7d32;
    color: #f9a825;
  }
}
/* Burger toggle button default hidden */
.menu-toggle {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: auto;
}

/* Responsive styles for screens ≤768px */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    background-color: #1b5e20;
    width: 100%;
    padding: 1rem;
  }

  .main-nav a {
    display: block;
    padding: 10px 0;
    color: #f9fbe7;
    border-top: 1px solid #f9fbe7;
    font-weight: 900;
    text-decoration: none;
  }

  .main-nav a:hover {
    background-color: #2e7d32;
    color: #f9a825;
  }

  /* Mobile logo size */
  .logo img {
    width: 80px;
    height: auto;
  }
}
.logo img {
  height:80px; /* keeps logo small */
  width: auto;
}
img.logo {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  img.logo {
    width: 120px; /* or whatever looks good on your layout */
  }
}
/* Desktop logo */
.logo img {
  width: 120px;
  height: auto;
}

/* Mobile logo */
@media (max-width: 768px) {
  .logo img {
    width: 80px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .logo img {
    width: 80px; /* Adjust as needed */
    height: auto;
  }
}
.menu-toggle {
  display: none; /* Hidden by default */
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block; /* Only show on mobile */
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
    flex-direction: column;
    background-color: #1b5e20;
    width: 100%;
    padding: 1rem;
  }
}
