@charset "UTF-8";
html,
body {
  overflow-x: hidden;
}

* {
  font-family: var(--primary-font);
}

a {
  text-decoration: none;
}

/* purgecss start ignore */
figure.image {
  margin: 0;
  display: block;
  width: 100%;
}

.page-content {
  margin-bottom: 0 !important;
}

.page-content figure.image img,
.page-content img {
  max-width: 100%;
  width: 110%;
  height: auto;
  display: block;
}

figcaption {
  background: #f5f5f5;
  padding: 10px;
  font-size: 90%;
  text-align: center;
}

/* purgecss end ignore */
body {
  padding-top: 75px; /* Add padding for the fixed header */
  font-family: "Baloo 2", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Baloo 2", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.btn {
  border-radius: 10px;
  padding: 0.75rem 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: all 0.2s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background-color: var(--primary-color);
  color: #fff !important;
}

.btn-primary:hover {
  filter: brightness(1.05);
}

.banner .btn-outline {
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.9);
  background: transparent;
}

.banner .btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff !important;
}

.navbar {
  background-color: #f5f0eb !important;
  border: none;
  box-shadow: none;
}

.navbar-nav .nav-link {
  color: #eb1c3c !important;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* Default red; active green; no underline */
.navbar-nav .nav-link {
  color: #eb1c3c !important;
  border-bottom: none;
}

.navbar-nav .nav-link:hover { /* keep red on hover */
  color: #eb1c3c !important;
}

.navbar-nav .nav-link.active {
  color: #055346 !important;
}

.navbar-brand img {
  max-height: 60px !important;
  z-index: 9999;
  position: relative;
}

.header-contact a {
  color: #eb1c3c !important;
  font-weight: 600;
}

.header-contact .bi-search {
  font-size: 1.2rem;
}

.navbar-brand {
  background-color: transparent;
  padding: 0;
}

.banner {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  height: clamp(390px, 65vw, 715px);
  background-size: cover;
  background-position: center 75%;
  display: flex;
  align-items: center;
  color: #fff;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.banner .banner__content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  padding: 2rem 4rem;
  text-align: left;
  margin-left: clamp(48px, 12vw, 180px);
}
.banner .banner__title {
  font-family: "Baloo 2", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.02em;
}
.banner .banner__desc {
  font-family: "Baloo 2", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.banner .banner__actions .btn {
  margin-right: 1rem;
}

.banner.banner--center {
  justify-content: center; /* center content horizontally */
  align-items: flex-start; /* move content to top area */
}

.banner.banner--center .banner__content {
  max-width: 100%;
  margin-left: 0;
  text-align: center;
  padding-top: clamp(32px, 12vh, 120px);
}

/* Limit banner title width to achieve ~4–6 words per line */
.banner.banner--center .banner__title {
  display: inline-block;
  max-width: 22ch; /* roughly 4–6 words per line */
  margin-inline: auto;
  text-wrap: balance; /* nicer multi-line wrapping where supported */
}

@media (max-width: 768px) {
  .banner.banner--center {
    justify-content: center;
    align-items: flex-start;
  }
  .banner.banner--center .banner__content {
    max-width: 100%;
    margin-left: 0;
    padding: 1.25rem 1.25rem 0;
    text-align: center;
  }
  .banner.banner--center .banner__title {
    max-width: 18ch;
  }
}
.navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.navbar .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .nav-link {
  font-size: 14px;
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    font-size: 0.9rem;
  }
  .header-contact a {
    font-size: 0.95rem;
  }
  .footer {
    font-size: 0.9rem;
  }
  .footer h5 {
    font-size: 1.35rem;
  }
  .footer .widget_title {
    font-size: 0.95rem;
  }
  .footer ul li a {
    line-height: 1.7;
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 44px !important;
  }
  .navbar .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .header-contact {
    gap: 0.75rem;
  }
  .footer {
    font-size: 0.875rem;
  }
  .footer h5 {
    font-size: 1.15rem;
  }
  .footer .widget_title {
    font-size: 0.9rem;
  }
  .footer .footer-socials a,
  .footer .footer-socials span {
    width: 34px;
    height: 34px;
  }
  .footer .footer-socials img {
    height: 16px;
    max-width: 16px;
  }
}
.footer {
  background-color: #f5efe6;
  font-size: 0.85rem;
}
.footer .footer-logo img {
  max-height: 70px;
}
.footer h5 {
  font-weight: 700;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 24px;
  line-height: 1.25;
}
.footer .footer-about-widget p {
  color: #6a6a6a;
  font-size: 16px;
  max-width: 620px;
}
.footer .widget .widget__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 24px;
  color: #055346;
}
.footer h3 {
  font-size: 20px;
}
.footer .text-muted {
  color: #5a5a5a !important;
}
.footer .footer-socials {
  gap: 0.5rem;
}
.footer .footer-socials a,
.footer .footer-socials span {
  width: 40px;
  height: 40px;
  background: #1f6f5b;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-socials img {
  height: 18px;
  max-width: 18px;
  filter: invert(100%);
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul li a {
  color: #5a5a5a;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8;
  transition: color 0.3s;
}
.footer ul li a:hover {
  color: #f68831;
}
.footer .widget_text .textwidget,
.footer .widget_text .textwidget p {
  color: #000 !important;
  font-size: 16px;
}
.footer a {
  color: #5a5a5a;
  text-decoration: none;
}
.footer a:hover {
  color: #f68831;
  text-decoration: none;
}
.footer hr,
.footer .footer-divider {
  border: 0;
  border-top: 2px solid #1f6f5b;
  opacity: 1;
}

/* Hide Botble admin bar on frontend and fix header offset */
body.show-admin-bar {
  margin-top: 0 !important;
}

#admin_bar {
  display: none !important;
}

/* Ensure fixed header spans full width and stays above content */
.navbar.fixed-top {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (max-width: 1200px) {
  .banner {
    height: clamp(507px, 87.75vw, 819px);
  }
  .banner .banner__content {
    max-width: 70%;
    padding: 1.5rem 2rem;
    margin-left: clamp(24px, 6vw, 80px);
  }
  .banner .banner__title {
    font-size: 2.25rem;
  }
  .banner .banner__desc {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .banner {
    height: clamp(429px, 117vw, 702px);
    justify-content: center; /* center content on small screens */
  }
  .banner .banner__content {
    max-width: 100%;
    margin-left: 0;
    padding: 2rem 1.5rem;
    text-align: center;
  }
  .banner .banner__title {
    font-size: 1.75rem;
  }
  .banner .banner__desc {
    font-size: 0.95rem;
  }
  .banner .banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
  }
  .banner .banner__actions .btn {
    margin-right: 0;
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 400px) {
  .banner .banner__title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .banner .banner__desc {
    font-size: 0.9rem;
  }
}
.berries-different {
  padding: 60px 0;
}
.berries-different__wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  gap: 50px;
}
.berries-different__image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.berries-different__title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.berries-different__description {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .berries-different__wrapper {
    grid-template-columns: 1fr;
  }
}
