/* =========================
   Global Typography
========================= */
body,
.entry-content,
.entry-content p,
.entry-content li,
.entry-content span,
.entry-content div {
  color: #000000 !important;
  font-weight: 600 !important;
  line-height: 1.7;
  font-family: "Georgia", serif;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #002f27 !important;
}

/* =========================
   Header & Navigation
========================= */
.site-header,
.main-header-bar,
.ast-primary-header-bar {
  background-color: #002f27 !important;
  color: #e6d0a3 !important;
  border-bottom: 3px solid #e6d0a3;
}

.site-logo img {
  max-height: 70px;
  border-radius: 8px;
}

/* Primary Menu (Desktop) */
.main-header-menu > li > a,
.ast-primary-header-bar .main-header-menu > li > a {
  color: #e6d0a3 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 18px;
  transition: all 0.3s ease;
}

/* Hover & Active Menu */
.main-header-menu > li > a:hover,
.main-header-menu > li.current-menu-item > a,
.main-header-menu > li.current_page_item > a {
  color: #e39a04 !important;
  border-bottom: 2px solid #e39a04;
}

/* =========================
   Mobile Navigation
========================= */
.ast-mobile-popup-inner {
  background: #002f27 !important;
}

.ast-mobile-popup-inner .main-header-menu > li > a {
  color: #e6d0a3 !important;
  border-bottom: 1px solid rgba(230, 208, 163, 0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ast-mobile-popup-inner .main-header-menu > li > a:hover,
.ast-mobile-popup-inner .main-header-menu > li.current-menu-item > a {
  color: #e39a04 !important;
  border-bottom: 2px solid #e39a04;
}

/* Mobile Menu Toggle */
@media (max-width: 921px) {
  .ast-button-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .ast-button-wrap .menu-toggle {
    background: #e6d0a3 !important;
    color: #002f27 !important;
    border-radius: 8px;
    padding: 10px 14px;
    transition: all 0.3s ease;
  }

  .ast-button-wrap .menu-toggle:hover {
    background: #002f27 !important;
    color: #e39a04 !important;
  }

  .menu-toggle .ast-icon.icon-menu-bars,
  .menu-toggle .ast-icon.icon-close {
    fill: currentColor !important;
  }
}

/* =========================
   Footer
========================= */
.site-footer,
.ast-footer-bar,
.ast-small-footer {
  background-color: #002f27 !important;
  color: #e6d0a3 !important;
  padding: 40px 20px;
  border-top: 3px solid #e6d0a3;
}

.site-footer a,
.ast-footer-bar a {
  color: #e6d0a3 !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer a:hover,
.ast-footer-bar a:hover {
  color: #e39a04 !important;
  text-decoration: underline;
}

.site-footer .widget-title {
  color: #e6d0a3 !important;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.site-footer .widget {
  margin-bottom: 25px;
}

.site-footer .ast-footer-credit {
  color: #e6d0a3 !important;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

/* =========================
   Buttons
========================= */
button,
input[type="submit"],
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.wp-element-button,
.wpcf7 input[type="submit"] {
  background-color: #002f27 !important;
  color: #e6d0a3 !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  border: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* Hover State */
button:hover,
input[type="submit"]:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover,
.wpcf7 input[type="submit"]:hover {
  background-color: #e39a04 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* Checkout button standout */
.woocommerce a.checkout-button {
  font-size: 18px !important;
  background-color: #e6d0a3 !important;
  color: #002f27 !important;
}
.woocommerce a.checkout-button:hover {
  background-color: #002f27 !important;
  color: #e39a04 !important;
}

/* =========================
   WooCommerce Product Cards
========================= */
.woocommerce ul.products li.product {
  padding: 15px;
  border: 1px solid #e6d0a3;
  border-radius: 12px;
  transition: all 0.2s;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-color: #e39a04;
}

/* =========================
   Forms (Contact Form 7)
========================= */
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e6d0a3;
  border-radius: 5px;
  margin-bottom: 15px;
  font-family: "Georgia", serif;
  background: #0000000d;
  color: #000000;
}

/* =========================
   About Us Section
========================= */
/* Founder Section Container */
.about-us-section .founder-section {
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 40px 20px;
  margin-top: 50px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Founder Photo */
.about-us-section .founder-photo {
  border-radius: 50%;
  width: 180px;   /* Bigger size */
  height: 180px;
  object-fit: cover;
  border: 5px solid #e6d0a3;
  margin-bottom: 20px;
}

/* Founder Name */
.about-us-section h4 {
  font-size: 26px;
  font-weight: bold;
  color: #002f27;
  margin-bottom: 12px;
}

/* Founder Bio */
.about-us-section .founder-bio {
  font-size: 17px;
  line-height: 1.7;
  max-width: 650px;
  margin: auto;
  color: #000;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .about-us-section .founder-photo {
    width: 140px;
    height: 140px;
  }
  .about-us-section h4 {
    font-size: 22px;
  }
  .about-us-section .founder-bio {
    font-size: 15px;
  }
/* Founder Image Styling */
.about-us-section .founder-section img {
  width: 180px;   /* Bigger on desktop */
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e6d0a3; /* Elegant gold border */
  margin: 20px auto;
  display: block;
}

/* Mobile view - slightly smaller */
@media (max-width: 768px) {
  .about-us-section .founder-section img {
    width: 120px;
    height: 120px;
  }
}

