/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2026 | 10:30:53 */
.doa-bee-page {
  font-family: inherit;              /* matches the site font (Roboto) */
  color: #26312a;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  line-height: 1.55;
}
.doa-bee-page * { box-sizing: border-box; }

/* ---- normalise WPBakery wrappers so our own spacing controls the layout ---- */
.doa-bee-page .vc_row { margin-left: 0 !important; margin-right: 0 !important; }
.doa-bee-page .vc_column_container > .vc_column-inner { padding-left: 0 !important; padding-right: 0 !important; }
.doa-bee-page .wpb_content_element,
.doa-bee-page .wpb_text_column,
.doa-bee-page .vc_custom_heading,
.doa-bee-page .vc_row .wpb_column { margin-bottom: 0; }
.doa-bee-page .wpb_text_column .wpb_wrapper > p { margin: 0; }

/* ------------------------------- HERO ------------------------------- */
.doa-bee-hero {
  background: linear-gradient(135deg, #1e4d2b, #2c6e3f);
  color: #fff;
  border-radius: 14px;
  padding: 40px 36px !important;
  margin: 28px 0 32px !important;
  position: relative;
  overflow: hidden;
}
.doa-bee-hero > .vc_column-inner { padding: 0 !important; }
.doa-bee-hero::after {
  content: ""; position: absolute; right: -40px; top: -40px;
  width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.07);
}
.doa-hero-tag {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff; font-size: 12.5px; font-weight: 600; letter-spacing: 0.5px;
  text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-bottom: 14px;
}
.doa-hero-tag p { color: #fff; margin: 0; }
.doa-bee-hero .doa-hero-h1 h1,
.doa-bee-hero .doa-hero-h1 { margin: 10px 0 10px !important; font-size: 28px !important; letter-spacing: 0.2px; color: #fff !important; }
.doa-hero-sub p { margin: 0 0 10px !important; max-width: 680px; color: rgba(255,255,255,0.92); font-size: 15.5px; }
.doa-hero-sub p:last-child { margin-bottom: 0; }

/* ------------------------------- NOTE ------------------------------- */
.doa-bee-note {
  background: #f7efdf;
  border-left: 4px solid #b8862e;
  padding: 14px 18px !important; border-radius: 6px; margin-bottom: 34px !important;
}
.doa-bee-note p { font-size: 14.5px; color: #4a3c1c; }
.doa-bee-note strong { color: #3a2e12; }

/* ------------------------------ LEGEND ------------------------------ */
.doa-bee-legend { margin: -10px 0 30px !important; }
.doa-bee-legend p { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13px; color: #5c6b61; }
.doa-bee-legend p > span { display: inline-flex; align-items: center; gap: 6px; }
.doa-bee-legend .doa-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }

/* ------------------------------- GRID ------------------------------- */
.doa-bee-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 22px; margin: 0 !important;
}
.doa-bee-page .doa-bee-grid > .wpb_column {
  width: auto !important; float: none !important; margin: 0 !important;
}
.doa-bee-page .doa-bee-grid > .doa-bee-card {
  background: #fff; border: 1px solid #dfe6e0; border-radius: 12px;
  padding: 22px 22px 20px !important; position: relative !important;
  box-shadow: 0 1px 3px rgba(20,40,25,0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.doa-bee-page .doa-bee-grid > .doa-bee-card:hover {
  box-shadow: 0 6px 18px rgba(20,40,25,0.12); transform: translateY(-2px);
}

/* --- card head: avatar sits absolutely, name/district are padded clear of it --- */
.doa-bee-avatar {
  position: absolute; top: 22px; left: 22px; z-index: 2;
  width: 52px; height: 52px; border-radius: 50%;
  background: #eaf3ec; color: #1e4d2b;
  display: flex; align-items: center; justify-content: center;
}
.doa-bee-avatar .wpb_wrapper { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.doa-bee-avatar p { margin: 0; color: #1e4d2b; font-weight: 700; font-size: 18px; line-height: 1; }

.doa-bee-name { padding-left: 66px; padding-top: 3px; }
.doa-bee-name h3,
h3.doa-bee-name { margin: 0 0 3px !important; font-size: 17px !important; color: #1e4d2b !important; line-height: 1.3; }

.doa-bee-farm {
  padding-left: 66px; min-height: 24px;
  padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid #dfe6e0;
}
.doa-bee-farm p { font-size: 13px; color: #5c6b61; }

/* --- contact rows --- */
.doa-bee-detail { margin-bottom: 7px; }
.doa-bee-detail p { display: flex; gap: 8px; margin-top: 10px !important; font-size: 14px; color: #26312a; align-items: baseline; }
.doa-bee-detail .doa-label {
  min-width: 62px; color: #5c6b61; font-weight: 600; font-size: 12.5px;
  text-transform: uppercase; letter-spacing: 0.3px;
}
.doa-bee-detail a { color: #2c6e3f; text-decoration: none; word-break: break-word; }
.doa-bee-detail a:hover { text-decoration: underline; }

/* --- services --- */
.doa-bee-services-title { margin: 14px 0 9px; padding-top: 14px; border-top: 1px solid #dfe6e0; }
.doa-bee-services-title p {
  font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: #5c6b61;
}

.doa-bee-pills p { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px !important;}
.doa-bee-pill {
  font-size: 12.5px; padding: 5px 11px; border-radius: 999px;
  background: #eaf3ec; color: #1e4d2b; font-weight: 600; white-space: nowrap;
}
.doa-bee-pill.doa-off {
  background: #f2f2f0; color: #9a9a92; text-decoration: line-through; font-weight: 500;
}

.doa-bee-other { margin-top: 10px; }
.doa-bee-other p { font-size: 13.5px; color: #5c6b61; font-style: italic; }

/* ---- OPTIONAL card extras (styled and ready if you add ratings/honey/reviews) ---- */
.doa-bee-honey-flag {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 12px;
  background: #f7efdf; color: #6b4f16;
  font-size: 12.5px; font-weight: 700; padding: 6px 11px; border-radius: 8px;
}
.doa-bee-honey-flag p { margin: 0; color: #6b4f16; font-weight: 700; }

.doa-bee-rating-row { margin: 2px 0 14px; }
.doa-bee-rating-row p { display: flex; align-items: center; gap: 8px; }
.doa-bee-stars { color: #b8862e; font-size: 16px; letter-spacing: 1px; }
.doa-bee-stars .doa-star-empty { color: #e2decf; }
.doa-bee-rating-text { font-size: 12.5px; color: #5c6b61; }

.doa-bee-review-btn a,
a.doa-bee-review-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  width: 100%; margin-top: 16px; padding: 10px 14px; border-radius: 8px;
  background: #1e4d2b; color: #fff; font-size: 13.5px; font-weight: 700;
  text-decoration: none; transition: background 0.2s ease;
}
.doa-bee-review-btn a:hover,
a.doa-bee-review-btn:hover { background: #2c6e3f; color: #fff; }

/* ------------------------------ MOBILE OPTIMISED ------------------------------ */
@media (max-width: 900px) {
  .doa-bee-grid { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
}
@media (max-width: 782px) {
  .doa-bee-page { padding: 0 16px 48px; }
  .doa-bee-grid { grid-template-columns: 1fr; gap: 16px; }
  .doa-bee-hero { padding: 30px 22px !important; margin: 20px 0 26px !important; }
  .doa-bee-hero .doa-hero-h1 h1 { font-size: 24px !important; }
  .doa-hero-sub p { font-size: 15px; }
  .doa-bee-legend p { gap: 12px; }
}
@media (max-width: 560px) {
  .doa-bee-page { padding: 0 14px 40px; }
  .doa-bee-hero { padding: 26px 18px !important; border-radius: 12px; }
  .doa-bee-hero .doa-hero-h1 h1 { font-size: 22px !important; }
  .doa-bee-hero::after { width: 130px; height: 130px; right: -30px; top: -30px; }
  .doa-bee-page .doa-bee-grid > .doa-bee-card { padding: 18px 16px 16px !important; }
  .doa-bee-avatar { top: 18px; left: 16px; width: 46px; height: 46px; }
  .doa-bee-avatar p { font-size: 16px; }
  .doa-bee-name { padding-left: 58px; }
  .doa-bee-name h3 { font-size: 16px !important; }
  .doa-bee-farm { padding-left: 58px; min-height: 20px; }
  .doa-bee-detail p { font-size: 13.5px; gap: 6px; }
  .doa-bee-legend { margin: -8px 0 24px !important; }
}
@media (max-width: 420px) {
  .doa-bee-hero .doa-hero-h1 h1 { font-size: 20px !important; }
  .doa-bee-detail p { flex-wrap: wrap; }
  .doa-bee-detail .doa-label { min-width: 100%; }
}

/* --- fix: keep the card grid left-aligned even if an empty/extra column exists --- */
.doa-bee-page .doa-bee-grid { justify-content: start; }
.doa-bee-page .doa-bee-grid > *:not(.doa-bee-card) { display: none !important; }

/* === override: force real CSS grid to win over theme .vc_row rules === */
.doa-bee-page .doa-bee-grid.vc_row {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
}
.doa-bee-page .doa-bee-grid.vc_row > .wpb_column {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}
@media (max-width: 900px) {
  .doa-bee-page .doa-bee-grid.vc_row { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important; gap: 18px !important; }
}
@media (max-width: 782px) {
  .doa-bee-page .doa-bee-grid.vc_row { grid-template-columns: 1fr !important; gap: 16px !important; }
}

/* === fix: hide WPBakery row clearfix ::before/::after so they do not become phantom grid cells === */
.doa-bee-page .doa-bee-grid.vc_row::before,
.doa-bee-page .doa-bee-grid.vc_row::after { display: none !important; }
