.an_homeslider-desc {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.an_homeslider-desc .container {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 640px !important;
  margin: 0 auto !important;
  height: auto !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-align: center !important;
}
.an_homeslider-desc .container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 135%;
  height: 180%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.65) 30%, rgba(255,255,255,0.35) 55%, rgba(255,255,255,0) 78%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}
.an_homeslider-desc .h2 {
  position: relative !important;
  z-index: 1 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  color: #4a8a0a !important;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 0 6px rgba(255,255,255,0.9),
     0 2px 10px rgba(255,255,255,0.7) !important;
  margin-bottom: 0 !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}
.an_homeslider-desc .h2::after {
  content: '';
  display: block;
  width: 46px;
  height: 3px;
  background: #4a8a0a;
  margin: 14px auto 14px;
  border-radius: 2px;
}
.an_homeslider-desc p {
  position: relative !important;
  z-index: 1 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  color: #333333 !important;
  letter-spacing: 0.3px !important;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 0 4px rgba(255,255,255,0.85) !important;
}
@media (max-width: 767px) {
  .an_homeslider-desc .container {
    max-width: 90% !important;
  }
  .an_homeslider-desc .container::before {
    width: 155%;
    height: 195%;
  }
  .an_homeslider-desc .h2 {
    font-size: 18px !important;
    margin-bottom: 8px !important;
  }
  .an_homeslider-desc .h2::after {
    display: none !important;
  }
  .an_homeslider-desc.an_homeslider-desc.an_homeslider-desc.an_homeslider-desc p,
  .an_homeslider .an_homeslider-item .an_homeslider-desc .container p {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    font-size: 12px !important;
    margin-top: 0 !important;
  }
}

#emg-bottomnav { display: none; }
@media (max-width: 767px) {
  #emg-bottomnav {
    display: flex !important;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.06);
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }
  #emg-bottomnav a {
    flex: 1 1 0; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 3px; padding: 8px 2px 7px; text-decoration: none;
    font-family: 'Montserrat', sans-serif; font-size: 10px; letter-spacing: 0.2px;
    color: #4a4a4a; background: none; border: 0; position: relative;
  }
  #emg-bottomnav a svg { width: 21px; height: 21px; stroke: #4a4a4a; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
  #emg-bottomnav a:active { background: #f5f7f2; }
  #emg-bottomnav a.is-active { color: #4a8a0a; }
  #emg-bottomnav a.is-active svg { stroke: #4a8a0a; }
  #emg-bottomnav .emg-badge {
    position: absolute; top: 4px; right: 50%; margin-right: -18px;
    background: #4a8a0a; color: #fff; font-size: 9px; line-height: 1;
    min-width: 15px; height: 15px; border-radius: 8px; padding: 0 4px;
    display: flex; align-items: center; justify-content: center;
  }
  body { padding-bottom: 62px !important; }
}

#emg-topbar { background: #f1f7e9; border-bottom: 1px solid #dde9cd; font-family: 'Montserrat', sans-serif; }
#emg-topbar .emg-topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 7px 15px;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
}
#emg-topbar .emg-tb-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; letter-spacing: 0.2px; color: #3B6D11; text-decoration: none; white-space: nowrap;
}
#emg-topbar .emg-tb-item + .emg-tb-item { margin-left: 26px; padding-left: 26px; border-left: 1px solid #cfe0b8; }
#emg-topbar a.emg-tb-item:hover { color: #2b5209; text-decoration: underline; }
#emg-topbar .emg-tb-item svg { width: 14px; height: 14px; stroke: #4a8a0a; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
#emg-topbar .emg-tb-item b { font-weight: 600; }
@media (max-width: 767px) {
  #emg-topbar .emg-topbar-inner { position: relative; height: 32px; padding: 0 12px; display: block; }
  #emg-topbar .emg-tb-item {
    position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: 0 !important; padding: 0 12px !important;
    border: 0 !important; justify-content: center; font-size: 10.5px; white-space: normal; text-align: center; line-height: 1.25;
    opacity: 0; visibility: hidden; transition: opacity .45s ease;
  }
  #emg-topbar .emg-tb-item.is-on { opacity: 1; visibility: visible; }
}

#_desktop_logo img.logo { max-width: 215px !important; width: 215px !important; height: auto !important; }
@media (max-width: 767px) {
  #_mobile_logo img.logo, .header-mobile img.logo { max-width: 160px !important; width: 160px !important; height: auto !important; }
}