/* Bothends Farms — Maleoit glass interface layer */
:root{
  --bf-glass:rgba(255,255,255,.72);
  --bf-glass-strong:rgba(255,255,255,.88);
  --bf-glass-soft:rgba(255,255,255,.48);
  --bf-border:rgba(255,255,255,.62);
  --bf-text:#163321;
  --bf-muted:#53665a;
  --bf-shadow:0 18px 55px rgba(13,57,31,.14);
  --bf-green:#1f6b3a;
  --bf-gold:#d7ad4d;
  --bf-page-bg:linear-gradient(135deg,rgba(244,250,244,.93),rgba(234,245,238,.88));
}
html[data-bf-theme="dark"]{
  --bf-glass:rgba(12,31,22,.72);
  --bf-glass-strong:rgba(10,27,19,.90);
  --bf-glass-soft:rgba(12,35,24,.52);
  --bf-border:rgba(255,255,255,.13);
  --bf-text:#f4faf5;
  --bf-muted:#c1d0c5;
  --bf-shadow:0 18px 58px rgba(0,0,0,.35);
  --bf-page-bg:linear-gradient(135deg,rgba(5,19,12,.94),rgba(12,37,25,.91));
}
html{scroll-behavior:smooth}
body{color:var(--bf-text);background:#eaf3ec!important;transition:background .3s ease,color .3s ease}
body:before{content:"";position:fixed;inset:0;z-index:-3;background-image:var(--bf-page-bg),url('../images/bothends/cattle.jpg');background-size:cover;background-position:center;background-attachment:fixed;}
html[data-bf-theme="dark"] body{background:#07160e!important;color:var(--bf-text)}
.page-wrapper{background:transparent!important}

/* Keep photography-led hero areas rich while glassing the interface around them. */
.main-header,.sticky-header--cloned,.topbar-one{background:rgba(14,58,32,.78)!important;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);border-bottom:1px solid rgba(255,255,255,.16);box-shadow:0 12px 34px rgba(0,0,0,.12)}
.main-header .main-menu__list>li>a,.main-header__call,.main-header__call span{color:#fff!important}
.main-menu__list li ul{background:var(--bf-glass-strong)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--bf-border)!important;box-shadow:var(--bf-shadow)!important}
.main-menu__list li ul a{color:var(--bf-text)!important}

/* Site-wide section treatment */
section:not(.hero-three):not(.main-slider-one):not(.main-slider-two):not(.main-slider-three):not(.bothends-page-hero),
.about-one,.about-two,.about-three,.service-one,.service-two,.service-three,.project-one,.project-two,.project-three,.project-four,
.blog-one,.blog-two,.blog-three,.team-one,.team-two,.team-three,.testimonial-one,.testimonial-two,.testimonial-three,
.faq-one,.contact-one,.contact-two,.contact-three,.shop-one,.product-details,.cart-page,.checkout-page,.pricing-one,
.animal-detail,.animal-cards,.order-shell,.bothends-every-page-gallery{
  background-color:transparent!important;
}

/* Common cards/panels */
[class*="__card"], [class*="-card"], .animal-card,.order-box,.contact-one__info,.contact-one__form,.contact-two__form,
.checkout-page__billing-address,.checkout-page__shipping-address,.checkout-page__sidebar,.cart-page__right,
.product-details__content,.faq-page__accordion,.team-details__content,.blog-details__content,.sidebar__single,
.comment-form,.comments-one__single,.pricing-card,.service-card,.project-card,.testimonial-card,
.bothends-every-page-gallery__heading,.bothends-every-page-gallery__item,
.admin-login-card,.stat,.card,.userchip,.modal-card{
  background:var(--bf-glass)!important;
  border:1px solid var(--bf-border)!important;
  box-shadow:var(--bf-shadow)!important;
  backdrop-filter:blur(18px) saturate(135%);
  -webkit-backdrop-filter:blur(18px) saturate(135%);
}

/* Form controls */
input,select,textarea,.form-control,.form-select{
  background:var(--bf-glass-soft)!important;
  color:var(--bf-text)!important;
  border-color:var(--bf-border)!important;
  backdrop-filter:blur(10px);
}
input::placeholder,textarea::placeholder{color:var(--bf-muted)!important;opacity:.8}
html[data-bf-theme="dark"] select option{background:#10281c;color:#fff}

/* Text normalization for dark mode */
html[data-bf-theme="dark"] body :is(h1,h2,h3,h4,h5,h6,p,li,label,strong,b,span:not(.icon-angle-small-right):not([class^="icon-"]):not([class*=" icon-"])) {color:inherit}
html[data-bf-theme="dark"] :is(.section-title__title,.section-title__tagline,.animal-detail__content h2,.animal-detail__content p,.animal-card h3,.animal-card p,.order-box h2,.order-form label,.bothends-every-page-gallery__heading h3,.bothends-every-page-gallery__heading p){color:var(--bf-text)!important}
html[data-bf-theme="dark"] a:not(.garlon-btn):not(.main-menu__list a){color:#dfece2}

/* Footer: glass layer over farm image */
.main-footer,.main-footer-two,.main-footer-three,.bothends-livestock-footer{
  background-image:linear-gradient(rgba(5,30,17,.84),rgba(5,30,17,.91)),url('../images/bothends/cattle.jpg')!important;
  background-size:cover!important;background-position:center!important;background-attachment:fixed!important;
  border-top:1px solid rgba(255,255,255,.18);
}
.main-footer :is(h1,h2,h3,h4,h5,h6,p,a,li,span),.main-footer-two :is(h1,h2,h3,h4,h5,h6,p,a,li,span),.main-footer-three :is(h1,h2,h3,h4,h5,h6,p,a,li,span){color:#fff!important}

/* Maleoit-style floating utility dock */
.bf-utility-dock{position:fixed;right:18px;bottom:18px;z-index:99999;display:flex;align-items:center;gap:9px;padding:9px;border-radius:18px;background:rgba(255,255,255,.66);border:1px solid rgba(255,255,255,.62);box-shadow:0 16px 44px rgba(0,0,0,.17);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%)}
html[data-bf-theme="dark"] .bf-utility-dock{background:rgba(9,27,18,.76);border-color:rgba(255,255,255,.15)}
.bf-theme-toggle{width:44px;height:44px;border:0;border-radius:14px;display:grid;place-items:center;background:rgba(31,107,58,.12);color:var(--bf-green);cursor:pointer;font-size:18px;transition:transform .2s ease,background .2s ease}
.bf-theme-toggle:hover{transform:translateY(-2px);background:rgba(31,107,58,.20)}
html[data-bf-theme="dark"] .bf-theme-toggle{color:#f6d679;background:rgba(255,255,255,.09)}
.bf-translate-wrap{min-height:44px;display:flex;align-items:center;padding:0 10px;border-radius:14px;background:rgba(31,107,58,.08)}
#google_translate_element .goog-te-gadget{font-family:Arial,sans-serif!important;font-size:0!important;color:transparent!important}
#google_translate_element .goog-te-combo{margin:0!important;min-width:138px;height:36px;border:0!important;outline:none;border-radius:10px;padding:0 30px 0 10px;background:transparent!important;color:var(--bf-text)!important;font-size:13px!important;font-weight:700;cursor:pointer}
#google_translate_element .goog-logo-link,#google_translate_element .goog-te-gadget span{display:none!important}
.goog-te-banner-frame.skiptranslate,.goog-te-banner-frame{display:none!important}body{top:0!important}.goog-tooltip,.goog-tooltip:hover{display:none!important}.goog-text-highlight{background:none!important;box-shadow:none!important}
.bf-translate-label{font:700 11px/1 Arial,sans-serif;color:var(--bf-muted);margin-right:4px;white-space:nowrap}

/* Admin glass adaptation */
body.bf-admin-ui:before{background-image:linear-gradient(135deg,rgba(233,246,237,.90),rgba(218,239,226,.86)),url('../images/bothends/cattle.jpg')}
html[data-bf-theme="dark"] body.bf-admin-ui:before{background-image:linear-gradient(135deg,rgba(4,18,11,.95),rgba(8,30,19,.92)),url('../images/bothends/cattle.jpg')}
body.bf-admin-ui .side{background:rgba(11,49,27,.82)!important;backdrop-filter:blur(22px);border-right:1px solid rgba(255,255,255,.14)}
body.bf-admin-ui .main{background:transparent!important}
body.bf-admin-ui .stat,body.bf-admin-ui .card,body.bf-admin-ui .userchip,body.bf-admin-ui .modal-card{color:var(--bf-text)!important}
body.bf-admin-ui .table{--bs-table-bg:transparent!important;--bs-table-color:var(--bf-text)!important;color:var(--bf-text)!important}
body.bf-admin-ui .table>:not(caption)>*>*{background:transparent!important;color:var(--bf-text)!important;border-color:var(--bf-border)!important}
body.bf-admin-ui .muted{color:var(--bf-muted)!important}
body.bf-admin-ui .activity-item{border-color:var(--bf-border)!important}

@media(max-width:700px){.bf-utility-dock{right:10px;bottom:10px;max-width:calc(100vw - 20px)}.bf-translate-label{display:none}#google_translate_element .goog-te-combo{min-width:112px;max-width:145px}.bf-theme-toggle{width:40px;height:40px}.bf-translate-wrap{min-height:40px;padding:0 6px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* ===== V12: Header-integrated language, world clock and appearance controls ===== */
.bf-utility-dock{display:none!important}
.main-header>.container-fluid,.main-header>.container{position:relative}
.main-header .container-fluid,.main-header .container{padding-bottom:0}
.bf-header-tools{
  width:min(1180px,calc(100% - 30px));
  margin:0 auto 10px;
  min-height:58px;
  display:grid;
  grid-template-columns:minmax(190px,1fr) minmax(390px,1.55fr) minmax(190px,1fr);
  gap:22px;
  align-items:center;
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.19);
  border-radius:18px;
  background:rgba(255,255,255,.10);
  box-shadow:0 12px 34px rgba(0,0,0,.10);
  backdrop-filter:blur(18px) saturate(150%);
  -webkit-backdrop-filter:blur(18px) saturate(150%);
}
.bf-header-tools__side{display:flex;align-items:center;min-width:0}
.bf-header-tools__language{justify-content:flex-start}
.bf-header-tools__theme{justify-content:flex-end}
.bf-tool-pill{
  min-height:46px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  background:rgba(255,255,255,.13);
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.bf-language-pill{position:relative;display:flex;align-items:center;gap:8px;padding:5px 10px;min-width:190px;max-width:270px;overflow:visible}
.bf-theme-pill{display:flex;align-items:center;gap:8px;padding:5px 12px;min-width:170px;cursor:pointer;font:inherit;text-align:left;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.bf-theme-pill:hover,.bf-language-pill:hover{background:rgba(255,255,255,.20);border-color:rgba(255,255,255,.33)}
.bf-theme-pill:hover{transform:translateY(-1px)}
.bf-tool-brand{width:27px!important;height:27px!important;object-fit:contain!important;flex:0 0 27px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.18))}
.bf-tool-icon{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;flex:0 0 27px;background:rgba(255,255,255,.14);font-size:13px;color:#f4d26f!important}
.bf-tool-copy{display:flex;flex-direction:column;line-height:1.05;min-width:0}
.bf-tool-copy small{font-size:9px;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.72)!important;font-weight:700}
.bf-tool-copy strong{font-size:12px;color:#fff!important;white-space:nowrap}
.bf-google-translate{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;padding:0 8px 0 76px;opacity:.01;z-index:4;cursor:pointer}
#google_translate_element,.goog-te-gadget{width:100%!important;height:100%!important}
#google_translate_element .goog-te-combo{width:100%!important;height:100%!important;min-width:0!important;cursor:pointer!important;border:0!important;opacity:1!important;margin:0!important}
#google_translate_element .goog-te-gadget-simple{width:100%!important;height:100%!important;border:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}
#google_translate_element .goog-te-gadget-simple img,#google_translate_element .goog-te-gadget-simple span{opacity:0!important}
.goog-te-banner-frame.skiptranslate,.goog-te-banner-frame{display:none!important}body{top:0!important}

.bf-world-clock{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:5px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.24);
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16);
}
.bf-world-clock__globe{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:rgba(215,173,77,.20);color:#f7d36d;font-size:15px;flex:0 0 31px}
.bf-world-clock__title,.bf-clock-zone{display:flex;flex-direction:column;line-height:1.05;text-align:center;white-space:nowrap}
.bf-world-clock small{font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.68)!important;font-weight:800}
.bf-world-clock strong{font-size:11px;color:#fff!important;font-variant-numeric:tabular-nums}
.bf-clock-zone strong{font-size:12px}
.bf-clock-divider{width:1px;height:25px;background:rgba(255,255,255,.18)}

/* Keep every public-page photo clear and prevent theme filters/overlays from hiding imagery. */
.page-wrapper img,.page-wrapper picture,.page-wrapper video{opacity:1!important;visibility:visible!important;filter:none!important}
html[data-bf-theme="dark"] .page-wrapper img{filter:none!important}

/* Readability layer: preserve intentional white hero/footer text while making content panels legible in both themes. */
html[data-bf-theme="light"] body{--bf-content-title:#153623;--bf-content-copy:#40594a}
html[data-bf-theme="dark"] body{--bf-content-title:#f4faf5;--bf-content-copy:#d2dfd5}
:is(.about-one,.about-two,.about-three,.service-one,.service-two,.service-three,.project-one,.project-two,.project-three,.project-four,.blog-one,.blog-two,.blog-three,.team-one,.team-two,.team-three,.testimonial-one,.testimonial-two,.testimonial-three,.faq-one,.contact-one,.contact-two,.contact-three,.shop-one,.product-details,.cart-page,.checkout-page,.pricing-one,.animal-detail,.animal-cards,.order-shell,.bothends-every-page-gallery) :is(h1,h2,h3,h4,h5,h6){color:var(--bf-content-title)!important}
:is(.about-one,.about-two,.about-three,.service-one,.service-two,.service-three,.project-one,.project-two,.project-three,.project-four,.blog-one,.blog-two,.blog-three,.team-one,.team-two,.team-three,.testimonial-one,.testimonial-two,.testimonial-three,.faq-one,.contact-one,.contact-two,.contact-three,.shop-one,.product-details,.cart-page,.checkout-page,.pricing-one,.animal-detail,.animal-cards,.order-shell,.bothends-every-page-gallery) :is(p,li,label,.text,.content){color:var(--bf-content-copy)!important}
html[data-bf-theme="dark"] :is(.page-header,.main-footer,.main-footer-two,.main-footer-three,.hero-three,.main-slider-one,.main-slider-two,.main-slider-three) :is(h1,h2,h3,h4,h5,h6,p,a,span,li){color:#fff!important}

/* Cards that were hard-coded white now follow the active glass theme. */
html[data-bf-theme="dark"] :is(.service-one__item,.service-two__item,.project-one__item,.project-two__card,.blog-card,.team-card,.testimonial-card,.contact-info,.pricing-card,.animal-card,.order-box){background:var(--bf-glass)!important;border-color:var(--bf-border)!important}

/* Admin top-bar utilities */
.bf-admin-tools{display:flex;align-items:center;gap:12px;margin-left:auto;padding:8px 0}
.bf-admin-tools .bf-tool-pill{color:var(--bf-text)!important;background:var(--bf-glass)!important;border-color:var(--bf-border)!important}
.bf-admin-tools .bf-tool-copy strong{color:var(--bf-text)!important}

@media(max-width:1199px){
  .bf-header-tools{grid-template-columns:1fr minmax(330px,1.3fr) 1fr;gap:12px}
  .bf-clock-extra{display:none}.bf-world-clock .bf-clock-divider{display:none}
}
@media(max-width:991px){
  .bf-header-tools{width:calc(100% - 20px);grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}
  .bf-world-clock{grid-column:1/-1;grid-row:1;min-height:42px}
  .bf-header-tools__language{grid-column:1;grid-row:2}.bf-header-tools__theme{grid-column:2;grid-row:2}
  .bf-theme-pill,.bf-language-pill{width:100%;max-width:none;min-width:0}
}
@media(max-width:575px){
  .bf-header-tools{grid-template-columns:1fr 1fr;padding:6px;gap:7px;border-radius:14px}
  .bf-tool-pill{min-height:42px;border-radius:11px}.bf-tool-brand{width:23px!important;height:23px!important;flex-basis:23px}.bf-tool-icon{width:23px;height:23px;flex-basis:23px}
  .bf-tool-copy small{display:none}.bf-tool-copy strong{font-size:10px}.bf-language-pill,.bf-theme-pill{padding:4px 7px;gap:5px}
  .bf-world-clock{gap:8px;padding:4px 8px;min-height:40px}.bf-world-clock__title{display:none}.bf-world-clock__globe{width:27px;height:27px;flex-basis:27px}.bf-clock-zone strong{font-size:11px}
}

/* ===== V13: Corrected sub-navigation utility bar + hard readability rules ===== */
/* Keep the main navigation row untouched. Utilities live on their own row BELOW Home / About / Our Animals / Gallery / Order / Contact. */
.main-header .container-fluid,.main-header .container{overflow:visible!important}
.bf-header-tools{
  width:min(1180px,calc(100% - 30px))!important;
  margin:8px auto 12px!important;
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:minmax(230px,1fr) minmax(380px,1.35fr) minmax(190px,.8fr)!important;
  gap:14px!important;
  align-items:center!important;
  padding:7px 10px!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  clear:both!important;
  z-index:30!important;
  border-radius:16px!important;
}
.bf-header-tools__language{justify-content:flex-start!important}
.bf-header-tools__theme{justify-content:flex-end!important}
.bf-language-pill{max-width:none!important;min-width:0!important;width:100%!important;overflow:hidden!important;padding:5px 8px!important}
.bf-language-select{
  flex:1 1 auto!important;
  min-width:0!important;
  height:34px!important;
  margin-left:2px!important;
  padding:0 28px 0 10px!important;
  border:1px solid rgba(255,255,255,.20)!important;
  border-radius:9px!important;
  background:rgba(7,31,18,.30)!important;
  color:#fff!important;
  font:700 12px/1 Arial,sans-serif!important;
  outline:none!important;
  cursor:pointer!important;
}
.bf-language-select option{background:#153d28!important;color:#fff!important}
.bf-google-translate-host{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;opacity:0!important;pointer-events:none!important}
.bf-theme-pill{min-width:172px!important;justify-content:flex-start!important}
.bf-world-clock{width:100%!important;min-width:0!important}

/* Never let Google's banner shift the Bothends layout. */
.goog-te-banner-frame.skiptranslate,.goog-te-banner-frame,#goog-gt-tt,.goog-te-balloon-frame{display:none!important}
body{top:0!important;position:static!important}
.goog-text-highlight{background:transparent!important;box-shadow:none!important}

/* Strong, site-wide text visibility in both modes. Header/hero/footer remain intentionally white. */
html[data-bf-theme="light"] body{--bf-force-title:#102f1d;--bf-force-copy:#294735;--bf-force-link:#145e32}
html[data-bf-theme="dark"] body{--bf-force-title:#ffffff;--bf-force-copy:#e7f0e9;--bf-force-link:#bfe8cc}
html[data-bf-theme] .page-wrapper section:not(.hero-three):not(.main-slider-one):not(.main-slider-two):not(.main-slider-three):not(.page-header) :is(h1,h2,h3,h4,h5,h6,.section-title__title,.section-title__tagline){color:var(--bf-force-title)!important;text-shadow:none!important}
html[data-bf-theme] .page-wrapper section:not(.hero-three):not(.main-slider-one):not(.main-slider-two):not(.main-slider-three):not(.page-header) :is(p,li,label,blockquote,small,.text,.content,.description){color:var(--bf-force-copy)!important}
html[data-bf-theme] .page-wrapper section:not(.hero-three):not(.main-slider-one):not(.main-slider-two):not(.main-slider-three):not(.page-header) a:not(.garlon-btn):not(.thm-btn):not([class*="btn"]){color:var(--bf-force-link)!important}
html[data-bf-theme] .main-header :is(a,span,small,strong),html[data-bf-theme] .page-header :is(h1,h2,h3,h4,h5,h6,p,a,span,li),html[data-bf-theme] .hero-three :is(h1,h2,h3,h4,h5,h6,p,a,span,li),html[data-bf-theme] .main-footer :is(h1,h2,h3,h4,h5,h6,p,a,span,li,small,strong){color:#fff!important}
html[data-bf-theme="light"] :is(.order-box,.animal-card,.service-card,.project-card,.blog-card,.pricing-card,.contact-one__info,.contact-one__form,.sidebar__single,.bothends-every-page-gallery__heading){color:#193a25!important}
html[data-bf-theme="dark"] :is(.order-box,.animal-card,.service-card,.project-card,.blog-card,.pricing-card,.contact-one__info,.contact-one__form,.sidebar__single,.bothends-every-page-gallery__heading){color:#f7fbf8!important}

/* Photos stay clean and visible in either theme. */
html[data-bf-theme] .page-wrapper img{opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important}

@media(max-width:991px){
  .bf-header-tools{width:calc(100% - 20px)!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:6px!important}
  .bf-world-clock{grid-column:1/-1!important;grid-row:1!important}
  .bf-header-tools__language{grid-column:1!important;grid-row:2!important}.bf-header-tools__theme{grid-column:2!important;grid-row:2!important}
  .bf-theme-pill,.bf-language-pill{width:100%!important;min-width:0!important}
}
@media(max-width:575px){
  .bf-header-tools{padding:6px!important;gap:6px!important}
  .bf-tool-copy{display:none!important}
  .bf-language-select{font-size:10px!important;padding-left:6px!important}
  .bf-theme-pill{min-width:0!important;justify-content:center!important;padding:4px 6px!important}
  .bf-world-clock__title,.bf-clock-extra,.bf-clock-divider{display:none!important}
}

/* ===== V14: Utility row truly BELOW main navigation + analog Bothends clock ===== */
/* The template uses a -135px bottom margin on the navigation row. Cancel that only when
   the Bothends utility row is present so translator/theme controls cannot climb into navigation. */
.main-header.has-bf-header-tools .main-header__inner,
.main-header.has-bf-header-tools.main-header--one .main-header__inner{
  margin-bottom:0!important;
}
.main-header.has-bf-header-tools{
  display:block!important;
  overflow:visible!important;
}
.main-header.has-bf-header-tools .bf-header-tools{
  box-sizing:border-box!important;
  position:relative!important;
  top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;
  transform:none!important;
  float:none!important;
  clear:both!important;
  width:min(1180px,calc(100% - 32px))!important;
  margin:10px auto 12px!important;
  padding:7px 12px!important;
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) 110px minmax(210px,1fr)!important;
  align-items:center!important;
  gap:22px!important;
  z-index:20!important;
  border-radius:18px!important;
  background:rgba(10,45,25,.62)!important;
  border:1px solid rgba(255,255,255,.2)!important;
  -webkit-backdrop-filter:blur(18px) saturate(130%)!important;
  backdrop-filter:blur(18px) saturate(130%)!important;
  box-shadow:0 10px 26px rgba(0,0,0,.16)!important;
}
.bf-header-tools__language{grid-column:1!important;justify-self:start!important;width:100%!important;min-width:0!important}
.bf-analog-clock-wrap{grid-column:2!important;justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}
.bf-header-tools__theme{grid-column:3!important;justify-self:end!important;width:auto!important}
.bf-world-clock{display:none!important}

.bf-analog-clock{
  position:relative!important;
  width:70px!important;height:70px!important;
  border-radius:50%!important;
  border:2px solid rgba(255,255,255,.88)!important;
  background:
    linear-gradient(rgba(7,37,19,.34),rgba(7,37,19,.34)),
    url('../images/bothends/bothends-b.png') center/68% auto no-repeat,
    rgba(255,255,255,.10)!important;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.08),0 6px 18px rgba(0,0,0,.22)!important;
}
.bf-clock-mark{position:absolute!important;background:#fff!important;border-radius:3px!important;opacity:.95!important;z-index:2!important}
.bf-clock-mark--12,.bf-clock-mark--6{width:2px!important;height:7px!important;left:50%!important;transform:translateX(-50%)!important}
.bf-clock-mark--12{top:4px!important}.bf-clock-mark--6{bottom:4px!important}
.bf-clock-mark--3,.bf-clock-mark--9{width:7px!important;height:2px!important;top:50%!important;transform:translateY(-50%)!important}
.bf-clock-mark--3{right:4px!important}.bf-clock-mark--9{left:4px!important}
.bf-clock-hand{position:absolute!important;left:50%!important;bottom:50%!important;transform-origin:50% 100%!important;border-radius:4px!important;z-index:4!important;display:block!important}
.bf-clock-hand--hour{width:4px!important;height:19px!important;background:#fff!important}
.bf-clock-hand--minute{width:3px!important;height:25px!important;background:#f7f7f7!important}
.bf-clock-hand--second{width:1.5px!important;height:28px!important;background:#e4b84f!important}
.bf-clock-pin{position:absolute!important;left:50%!important;top:50%!important;width:7px!important;height:7px!important;transform:translate(-50%,-50%)!important;border-radius:50%!important;background:#e4b84f!important;border:1px solid #fff!important;z-index:5!important}

/* Keep translator and theme controls compact and safely away from navigation. */
.main-header.has-bf-header-tools .bf-language-pill{width:min(100%,430px)!important;max-width:430px!important;min-width:0!important}
.main-header.has-bf-header-tools .bf-theme-pill{width:auto!important;min-width:185px!important;max-width:250px!important}
.main-header.has-bf-header-tools .bf-language-select{min-width:120px!important;max-width:210px!important}

/* Force readable site content in BOTH themes. These rules intentionally cover all standard
   textual elements, not only selected sections. */
html[data-bf-theme="light"] body{background:#f6faf7!important;color:#263f31!important}
html[data-bf-theme="dark"] body{background:#07130c!important;color:#eaf3ed!important}
html[data-bf-theme="light"] .page-wrapper :is(h1,h2,h3,h4,h5,h6,p,li,label,blockquote,figcaption,dt,dd,small,strong){opacity:1!important;visibility:visible!important}
html[data-bf-theme="dark"] .page-wrapper :is(h1,h2,h3,h4,h5,h6,p,li,label,blockquote,figcaption,dt,dd,small,strong){opacity:1!important;visibility:visible!important}
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(h1,h2,h3,h4,h5,h6){color:#102f1d!important}
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(p,li,label,blockquote,figcaption,dt,dd,small,strong){color:#334f3d!important}
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(h1,h2,h3,h4,h5,h6){color:#fff!important}
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(p,li,label,blockquote,figcaption,dt,dd,small,strong){color:#e4eee7!important}
html[data-bf-theme] :is(.main-header,.page-header,[class*="hero"],[class*="slider"],.main-footer,.main-footer-two,.main-footer-three) :is(h1,h2,h3,h4,h5,h6,p,li,label,blockquote,figcaption,dt,dd,small,strong,a,span){color:#fff!important}
html[data-bf-theme="dark"] :is(input,textarea,select){background:rgba(8,32,18,.78)!important;color:#fff!important;border-color:rgba(255,255,255,.20)!important}
html[data-bf-theme="light"] :is(input,textarea,select){background:rgba(255,255,255,.90)!important;color:#173321!important;border-color:rgba(17,70,38,.18)!important}
html[data-bf-theme] .page-wrapper img,
html[data-bf-theme] .page-wrapper picture,
html[data-bf-theme] .page-wrapper picture img{
  opacity:1!important;visibility:visible!important;filter:none!important;mix-blend-mode:normal!important;
}
/* Do not let common hover treatments make pictures disappear. */
html[data-bf-theme] .page-wrapper a:hover img,
html[data-bf-theme] .page-wrapper [class*="image"]:hover img,
html[data-bf-theme] .page-wrapper [class*="img"]:hover img{opacity:1!important;visibility:visible!important;filter:none!important}

@media(max-width:991px){
  .main-header.has-bf-header-tools .bf-header-tools{grid-template-columns:minmax(0,1fr) 82px minmax(0,1fr)!important;gap:10px!important;min-height:72px!important;width:calc(100% - 20px)!important}
  .bf-analog-clock{width:60px!important;height:60px!important}
  .main-header.has-bf-header-tools .bf-theme-pill{min-width:0!important;width:100%!important}
  .main-header.has-bf-header-tools .bf-language-pill{max-width:none!important;width:100%!important}
  .main-header.has-bf-header-tools .bf-language-select{max-width:145px!important}
}
@media(max-width:575px){
  .main-header.has-bf-header-tools .bf-header-tools{grid-template-columns:1fr 58px 1fr!important;gap:6px!important;padding:6px!important;min-height:66px!important}
  .bf-analog-clock{width:50px!important;height:50px!important}
  .bf-clock-hand--hour{height:14px!important}.bf-clock-hand--minute{height:18px!important}.bf-clock-hand--second{height:20px!important}
  .main-header.has-bf-header-tools .bf-tool-copy{display:none!important}
  .main-header.has-bf-header-tools .bf-tool-brand{display:none!important}
  .main-header.has-bf-header-tools .bf-language-select{max-width:none!important;min-width:0!important;font-size:10px!important}
  .main-header.has-bf-header-tools .bf-tool-pill{padding:4px 5px!important}
}


/* ===== V15: absolute content visibility in light/dark modes + CEO profile ===== */
html[data-bf-theme] body,
html[data-bf-theme] .page-wrapper,
html[data-bf-theme] .page-wrapper * { -webkit-font-smoothing: antialiased; }

/* Never allow theme/animation/hover rules to hide real written content. */
html[data-bf-theme] .page-wrapper :is(h1,h2,h3,h4,h5,h6,p,a,span,li,label,small,strong,b,em,i:not([class*="icon"]):not([class*="fa-"]),blockquote,figcaption,dt,dd,address,button,input,textarea,select,option,th,td){
  visibility:visible!important;
  opacity:1!important;
  text-shadow:none;
}

/* Standard content surfaces — guaranteed contrast. */
html[data-bf-theme="light"] .page-wrapper main :is(h1,h2,h3,h4,h5,h6),
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(h1,h2,h3,h4,h5,h6){color:#102f1d!important}
html[data-bf-theme="light"] .page-wrapper main :is(p,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address,span),
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(p,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address,span){color:#2c4938!important}
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) a:not(.garlon-btn){color:#176b38!important}

html[data-bf-theme="dark"] .page-wrapper main :is(h1,h2,h3,h4,h5,h6),
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(h1,h2,h3,h4,h5,h6){color:#ffffff!important}
html[data-bf-theme="dark"] .page-wrapper main :is(p,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address,span),
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :is(p,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address,span){color:#edf6f0!important}
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) a:not(.garlon-btn){color:#9ee6b7!important}

/* Dark-image areas retain white copy in both themes. */
html[data-bf-theme] :is(.main-header,.page-header,[class*="hero"],[class*="slider"],.main-footer,.main-footer-two,.main-footer-three,.footer-widget) :is(h1,h2,h3,h4,h5,h6,p,a,span,li,label,small,strong,b,em,blockquote,address){color:#fff!important;opacity:1!important;visibility:visible!important}

/* Images must remain rendered and readable regardless of theme or hover animation. */
html[data-bf-theme] .page-wrapper :is(img,picture,figure,video,svg){visibility:visible!important;opacity:1!important}
html[data-bf-theme] .page-wrapper img{filter:none!important;mix-blend-mode:normal!important;-webkit-filter:none!important}
html[data-bf-theme] .page-wrapper :is(a,[class*="image"],[class*="img"],[class*="thumb"],[class*="gallery"]):is(:hover,:focus,:focus-within) img{visibility:visible!important;opacity:1!important;filter:none!important;transform:none!important}

/* Form readability. */
html[data-bf-theme="light"] :is(input,textarea,select,option){color:#173321!important;background:#fff!important}
html[data-bf-theme="dark"] :is(input,textarea,select,option){color:#fff!important;background:#10251a!important}
html[data-bf-theme] :is(input,textarea)::placeholder{opacity:.78!important;color:inherit!important}

.ceo-profile-section{position:relative;overflow:hidden}
.ceo-profile-photo-card,.ceo-profile-content{border:1px solid rgba(255,255,255,.28);border-radius:30px;background:rgba(255,255,255,.58);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 22px 60px rgba(17,71,37,.12)}
html[data-bf-theme="dark"] :is(.ceo-profile-photo-card,.ceo-profile-content){background:rgba(10,31,18,.72);border-color:rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.32)}
.ceo-profile-photo-card{padding:22px}
.ceo-profile-photo-placeholder{min-height:540px;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:linear-gradient(145deg,rgba(28,117,61,.13),rgba(255,255,255,.55));border:1px dashed rgba(31,107,58,.38)}
html[data-bf-theme="dark"] .ceo-profile-photo-placeholder{background:linear-gradient(145deg,rgba(29,112,59,.25),rgba(7,24,14,.75));border-color:rgba(172,229,190,.28)}
.ceo-profile-photo-placeholder img{width:min(260px,78%);height:auto;object-fit:contain;margin-bottom:25px}
.ceo-photo-note{font-size:16px;font-weight:700;letter-spacing:.02em}
.ceo-profile-content{padding:46px}
.ceo-profile-kicker{display:inline-block;font-weight:800;text-transform:uppercase;letter-spacing:.13em;font-size:13px;margin-bottom:12px}
.ceo-profile-content h2{font-size:clamp(36px,5vw,62px);line-height:1;margin-bottom:24px}
.ceo-profile-lead{font-size:19px;line-height:1.8}
.ceo-profile-content p{line-height:1.8;margin-bottom:18px}
.ceo-profile-values{display:grid;gap:14px;margin:28px 0}
.ceo-profile-values>div{padding:18px 20px;border-radius:18px;border:1px solid rgba(30,102,55,.16);background:rgba(255,255,255,.36)}
html[data-bf-theme="dark"] .ceo-profile-values>div{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.12)}
.ceo-profile-values strong,.ceo-profile-values span{display:block}
.ceo-profile-values strong{font-size:16px;margin-bottom:5px}
.ceo-profile-values span{line-height:1.65}
.ceo-profile-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:30px}
.ceo-contact-link{font-weight:800;text-decoration:underline;text-underline-offset:5px}
@media(max-width:991px){.ceo-profile-photo-placeholder{min-height:420px}.ceo-profile-content{padding:30px}}
@media(max-width:575px){.ceo-profile-photo-card{padding:12px}.ceo-profile-photo-placeholder{min-height:330px;padding:24px}.ceo-profile-content{padding:24px}.ceo-profile-lead{font-size:17px}}

/* ============================================================
   Bothends Farms V16 — absolute text visibility + premium mobile menu
   ============================================================ */
:root{
  --bf-light-text:#173421;
  --bf-light-muted:#355342;
  --bf-dark-text:#f5fbf7;
  --bf-dark-muted:#dcebe1;
  --bf-glass-light:rgba(255,255,255,.80);
  --bf-glass-dark:rgba(7,27,16,.82);
}

/* Stop theme/animation rules from hiding real copy. */
html[data-bf-theme] body,
html[data-bf-theme] .page-wrapper{visibility:visible!important;opacity:1!important}
html[data-bf-theme] .page-wrapper :where(h1,h2,h3,h4,h5,h6,p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){
  visibility:visible!important;
  opacity:1!important;
  -webkit-text-fill-color:currentColor!important;
}
html[data-bf-theme] .page-wrapper :where(.wow,.bw-split-in-up,.bw-split-in-up-fast,.bw-split-in-right,.bw-split-in-left,.sec-title__title,.sec-title__tagline),
html[data-bf-theme] .page-wrapper :where(.wow,.bw-split-in-up,.bw-split-in-up-fast,.bw-split-in-right,.bw-split-in-left,.sec-title__title,.sec-title__tagline) *{
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  clip-path:none!important;
}

/* High-contrast content typography in both modes. */
html[data-bf-theme="light"] .page-wrapper main :where(h1,h2,h3,h4,h5,h6),
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :where(h1,h2,h3,h4,h5,h6){color:var(--bf-light-text)!important}
html[data-bf-theme="light"] .page-wrapper main :where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address),
html[data-bf-theme="light"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:var(--bf-light-muted)!important}
html[data-bf-theme="dark"] .page-wrapper main :where(h1,h2,h3,h4,h5,h6),
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :where(h1,h2,h3,h4,h5,h6){color:var(--bf-dark-text)!important}
html[data-bf-theme="dark"] .page-wrapper main :where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address),
html[data-bf-theme="dark"] .page-wrapper section:not(.page-header):not([class*="hero"]):not([class*="slider"]) :where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:var(--bf-dark-muted)!important}

/* Dark/light background support so copy never sits on a same-color surface. */
html[data-bf-theme="light"] :where(.about-one__content,.testimonials-one__item,.faq-one__box,.service-card,.animal-card,.order-box,.contact-one__form,.contact-info__item,.blog-card,.team-card){background-color:var(--bf-glass-light)!important}
html[data-bf-theme="dark"] :where(.about-one__content,.testimonials-one__item,.faq-one__box,.service-card,.animal-card,.order-box,.contact-one__form,.contact-info__item,.blog-card,.team-card){background-color:var(--bf-glass-dark)!important}
html[data-bf-theme] :where(.about-one__content,.testimonials-one__item,.faq-one__box,.service-card,.animal-card,.order-box,.contact-one__form,.contact-info__item,.blog-card,.team-card){backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;border:1px solid rgba(255,255,255,.18)!important}

/* Keep text intentionally white on dark branded surfaces and controls. */
html[data-bf-theme] :where(.main-header,.main-footer,.main-footer-two,.main-footer-three,.page-header,[class*="hero"],[class*="slider"],.garlon-btn,.bf-theme-pill,.bf-language-pill,.mobile-nav__content) :where(h1,h2,h3,h4,h5,h6,p,a,span,li,label,strong,small){color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-bf-theme] :where(.garlon-btn,.garlon-btn *){visibility:visible!important;opacity:1!important}

/* Images must never disappear in either theme. */
html[data-bf-theme] .page-wrapper img{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
}
html[data-bf-theme] .page-wrapper :where(a,div,figure):hover>img,
html[data-bf-theme] .page-wrapper :where(a,div,figure):focus-within>img{opacity:1!important;visibility:visible!important;filter:none!important}

/* About page customer testimonials: compact, neat imagery. */
.testimonials-one__thumb{width:64px!important;height:64px!important;min-width:64px!important;border-radius:50%!important;overflow:hidden!important;border:3px solid rgba(47,125,50,.22)!important;box-shadow:0 7px 20px rgba(12,54,29,.14)!important}
.testimonials-one__thumb img{width:64px!important;height:64px!important;object-fit:cover!important;border-radius:50%!important}
.testimonials-one__bottom{align-items:center!important;gap:14px!important}
.testimonials-one__thumb__name{font-size:18px!important;line-height:1.2!important;margin-bottom:3px!important}
.testimonials-one__thumb__text{font-size:13px!important;line-height:1.35!important}
.testimonials-one__text{line-height:1.75!important}

/* Premium glass mobile navigation with subtle Bothends logo watermark. */
.mobile-nav__overlay{background:rgba(2,14,8,.62)!important;backdrop-filter:blur(7px)!important;-webkit-backdrop-filter:blur(7px)!important}
.mobile-nav__content{
  position:relative!important;
  overflow-y:auto!important;
  background:linear-gradient(155deg,rgba(5,48,27,.92),rgba(8,26,17,.86))!important;
  border-right:1px solid rgba(255,255,255,.18)!important;
  box-shadow:20px 0 60px rgba(0,0,0,.30)!important;
  backdrop-filter:blur(26px) saturate(145%)!important;
  -webkit-backdrop-filter:blur(26px) saturate(145%)!important;
}
.mobile-nav__content::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background-image:linear-gradient(rgba(3,37,21,.68),rgba(3,37,21,.78)),url('../images/logo-light.png')!important;
  background-repeat:no-repeat!important;
  background-position:center 42%!important;
  background-size:min(78%,300px) auto!important;
  opacity:.23!important;
  pointer-events:none!important;
  z-index:0!important;
}
.mobile-nav__content>*{position:relative!important;z-index:1!important}
.mobile-nav__content .logo-box img{max-width:210px!important;height:auto!important;filter:none!important}
.mobile-nav__close{width:46px!important;height:46px!important;border-radius:14px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.22)!important;display:grid!important;place-items:center!important;color:#fff!important}
.mobile-nav__container{margin-top:20px!important}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul{padding:0!important;margin:0!important}
.mobile-nav__content .main-menu__list li{border:0!important;margin:8px 0!important}
.mobile-nav__content .main-menu__list li>a{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px 14px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.15)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  text-shadow:0 1px 2px rgba(0,0,0,.25)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.mobile-nav__content .main-menu__list li>a:hover,
.mobile-nav__content .main-menu__list li>a:focus,
.mobile-nav__content .main-menu__list li>a.expanded{background:rgba(44,156,78,.34)!important;border-color:rgba(204,241,213,.38)!important;color:#fff!important}
.mobile-nav__content .main-menu__list li a button{
  width:34px!important;height:34px!important;min-width:34px!important;border-radius:10px!important;
  background:rgba(255,255,255,.14)!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important
}
.mobile-nav__content .main-menu__list ul{padding:4px 0 4px 14px!important;background:transparent!important}
.mobile-nav__content .main-menu__list ul li>a{min-height:42px!important;padding:9px 12px!important;background:rgba(255,255,255,.065)!important;font-size:14px!important}
.mobile-nav__contact{margin-top:26px!important;padding-top:18px!important;border-top:1px solid rgba(255,255,255,.16)!important}
.mobile-nav__contact li,.mobile-nav__contact li a,.mobile-nav__contact li i,.mobile-nav__social a{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
.mobile-nav__social a{background:rgba(255,255,255,.12)!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:12px!important;width:42px!important;height:42px!important;display:inline-grid!important;place-items:center!important}

@media(max-width:575px){
  .mobile-nav__content{width:min(88vw,360px)!important;padding-left:22px!important;padding-right:22px!important}
  .testimonials-one__thumb{width:56px!important;height:56px!important;min-width:56px!important}
  .testimonials-one__thumb img{width:56px!important;height:56px!important}
}


/* ============================================================
   Bothends Farms V17 — visibility, transparent mobile menu,
   logo buttons, service hover fix, CAC proof and CEO profile
   ============================================================ */

/* Strongest text visibility pass: never allow inherited template animation/theme rules to hide copy. */
html[data-bf-theme] body .page-wrapper :where(h1,h2,h3,h4,h5,h6,p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address,button,input,textarea,select){
  opacity:1!important;visibility:visible!important;-webkit-text-fill-color:currentColor!important;
  text-shadow:none!important;
}
html[data-bf-theme="light"] body .page-wrapper :where(section,article,.card,[class*="content"],[class*="item"]):not(.main-header):not(.main-footer):not([class*="hero"]):not([class*="slider"]) :where(h1,h2,h3,h4,h5,h6){color:#102f1d!important}
html[data-bf-theme="light"] body .page-wrapper :where(section,article,.card,[class*="content"],[class*="item"]):not(.main-header):not(.main-footer):not([class*="hero"]):not([class*="slider"]) :where(p,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:#274a36!important}
html[data-bf-theme="dark"] body .page-wrapper :where(section,article,.card,[class*="content"],[class*="item"]):not(.main-header):not(.main-footer):not([class*="hero"]):not([class*="slider"]) :where(h1,h2,h3,h4,h5,h6){color:#fff!important}
html[data-bf-theme="dark"] body .page-wrapper :where(section,article,.card,[class*="content"],[class*="item"]):not(.main-header):not(.main-footer):not([class*="hero"]):not([class*="slider"]) :where(p,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:#e7f3eb!important}

/* Ensure cards behind text provide readable glass contrast. */
html[data-bf-theme="light"] :where(.service-three__item__content,.about-one__content,.testimonials-one__item__inner,.ceo-profile-content,.bf-cac-copy){background:rgba(255,255,255,.82)!important}
html[data-bf-theme="dark"] :where(.service-three__item__content,.about-one__content,.testimonials-one__item__inner,.ceo-profile-content,.bf-cac-copy){background:rgba(5,28,16,.84)!important}
html[data-bf-theme] :where(.service-three__item__content,.about-one__content,.testimonials-one__item__inner,.ceo-profile-content,.bf-cac-copy){backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border-radius:18px!important}

/* Our Best Service: keep copy visible and permanently disable the cursor-follow/hover image box. */
.service-three__item__box,.service-three__item__box__img{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transform:none!important}
.service-three__item,.service-three__item:hover{overflow:visible!important;cursor:default!important}
.service-three__item__content,.service-three__item__content *{opacity:1!important;visibility:visible!important;transform:none!important;clip-path:none!important}
html[data-bf-theme="light"] .service-three :where(.sec-title__tagline,.sec-title__title,.service-three__item__title,.service-three__item__text){color:#153a25!important;-webkit-text-fill-color:#153a25!important}
html[data-bf-theme="dark"] .service-three :where(.sec-title__tagline,.sec-title__title,.service-three__item__title,.service-three__item__text){color:#f7fff9!important;-webkit-text-fill-color:#f7fff9!important}

/* Fully transparent/glassy mobile side menu and dropdowns. */
.mobile-nav__content{
  background:linear-gradient(150deg,rgba(7,47,27,.52),rgba(4,20,12,.42))!important;
  backdrop-filter:blur(30px) saturate(150%)!important;-webkit-backdrop-filter:blur(30px) saturate(150%)!important;
  border-right:1px solid rgba(255,255,255,.25)!important;
}
.mobile-nav__content::before{opacity:.13!important;background-size:min(72%,260px) auto!important;background-image:url('../images/logo-light.png')!important}
.mobile-nav__content .main-menu__list,.mobile-nav__content .main-menu__list ul,.mobile-nav__content .main-menu__list li{background:transparent!important}
.mobile-nav__content .main-menu__list li>a{background:rgba(4,36,21,.34)!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 20px rgba(0,0,0,.10)!important}
.mobile-nav__content .main-menu__list ul li>a{background:rgba(255,255,255,.07)!important}
.mobile-nav__content .main-menu__list li>a,.mobile-nav__content .main-menu__list li>a *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}

/* Bothends-branded buttons site-wide: darkened logo integrated without overpowering labels. */
:where(.garlon-btn,button,.main-header__btn a,.team-card__btn,.service-three__item__btn a,.scroll-to-top__wrapper){
  background-image:linear-gradient(rgba(6,46,25,.76),rgba(6,46,25,.82)),url('../images/bothends/button-logo.png')!important;
  background-repeat:no-repeat!important;background-position:center!important;background-size:cover,58px auto!important;
  color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:rgba(230,187,60,.45)!important;
}
:where(.garlon-btn,button,.main-header__btn a,.team-card__btn,.service-three__item__btn a) :where(span,i){color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
:where(.garlon-btn,button,.main-header__btn a):hover{background-image:linear-gradient(rgba(2,28,15,.86),rgba(2,28,15,.9)),url('../images/bothends/button-logo.png')!important}

/* CEO portrait: professional framed presentation of supplied photograph. */
.ceo-profile-photo-real{position:relative;overflow:hidden;border-radius:26px;background:#0b2517;aspect-ratio:4/5;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.ceo-profile-photo-real img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center 24%!important;filter:contrast(1.04) saturate(.94) brightness(.98)!important;transform:none!important}
.ceo-profile-photo-real::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),inset 0 -90px 100px rgba(3,24,13,.18);pointer-events:none}
.ceo-profile-photo-caption{text-align:center;padding:18px 10px 5px}.ceo-profile-photo-caption strong{display:block;font-size:22px}.ceo-profile-photo-caption span{display:block;margin-top:5px;font-size:14px}

/* CAC registration proof block. */
.bf-cac-section{position:relative}.bf-cac-card{display:grid;grid-template-columns:minmax(260px,.72fr) 1.28fr;gap:34px;align-items:center;padding:30px;border-radius:30px;border:1px solid rgba(205,166,54,.30);box-shadow:0 24px 70px rgba(9,50,27,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
html[data-bf-theme="light"] .bf-cac-card{background:rgba(255,255,255,.82)}
html[data-bf-theme="dark"] .bf-cac-card{background:rgba(5,28,16,.82)}
.bf-cac-image{border-radius:22px;overflow:hidden;background:#fff;padding:10px}.bf-cac-image img{width:100%!important;height:auto!important;max-height:430px!important;object-fit:contain!important;border-radius:14px!important}
.bf-cac-kicker{display:inline-block;font-weight:900;letter-spacing:.08em;color:#b48819!important;margin-bottom:8px}.bf-cac-copy h3{font-size:38px;margin-bottom:14px}.bf-cac-copy p{font-size:16px;line-height:1.8}.bf-cac-number{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 18px;border-radius:15px;background:rgba(180,136,25,.10);border:1px solid rgba(180,136,25,.24);margin:12px 0}.bf-cac-number span{font-weight:700}.bf-cac-number strong{font-size:24px;color:#b48819!important}.bf-cac-small{font-size:13px!important;opacity:.85!important}

/* Testimonials remain neat and compact. */
.bf-testimonial-note{max-width:820px;margin:-10px auto 28px;text-align:center;font-size:12px;opacity:.72}
.testimonials-one__thumb{width:58px!important;height:58px!important;min-width:58px!important}.testimonials-one__thumb img{width:58px!important;height:58px!important;object-fit:cover!important;object-position:center top!important}

@media(max-width:991px){.bf-cac-card{grid-template-columns:1fr}.bf-cac-image{max-width:520px;margin:auto}.ceo-profile-photo-real{aspect-ratio:4/4.8}}
@media(max-width:575px){.bf-cac-card{padding:18px;border-radius:22px;gap:22px}.bf-cac-copy h3{font-size:30px}.bf-cac-number strong{font-size:20px}.ceo-profile-photo-caption strong{font-size:19px}}


/* ============================================================
   Bothends Farms V18 — CEO portrait, section visibility,
   mobile-menu spacing and newsletter refinements
   ============================================================ */

/* Keep the mobile-menu close control clearly separated from the brand logo. */
.mobile-nav__content .logo-box{
  position:relative!important;
  min-height:82px!important;
  padding:10px 78px 16px 0!important;
  margin:0 0 24px!important;
  display:flex!important;
  align-items:center!important;
}
.mobile-nav__content .logo-box img{max-width:190px!important;width:auto!important;height:auto!important}
.mobile-nav__close{
  top:18px!important;
  right:18px!important;
  left:auto!important;
  margin:0!important;
  z-index:8!important;
}
@media(max-width:575px){
  .mobile-nav__content .logo-box{padding-right:68px!important;min-height:76px!important;margin-bottom:20px!important}
  .mobile-nav__content .logo-box img{max-width:168px!important}
  .mobile-nav__close{top:16px!important;right:14px!important}
}

/* Home-page visibility zone: Why Bothends Farms, Purpose & Direction and every section following it. */
html[data-bf-theme] body .benefits-one,
html[data-bf-theme] body .team-three,
html[data-bf-theme] body .awards-area,
html[data-bf-theme] body .package-one,
html[data-bf-theme] body .contact-three,
html[data-bf-theme] body .blog-three,
html[data-bf-theme] body .footer-cta,
html[data-bf-theme] body .bothends-every-page-gallery{
  position:relative!important;
  isolation:isolate!important;
}
html[data-bf-theme="light"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery){
  background-color:rgba(245,250,247,.94)!important;
}
html[data-bf-theme="dark"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery){
  background-color:rgba(5,24,14,.96)!important;
}

/* Force every written element in these sections to remain rendered and readable. */
html[data-bf-theme] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.footer-cta,.bothends-every-page-gallery)
:where(h1,h2,h3,h4,h5,h6,p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  clip-path:none!important;
  text-shadow:none;
}
html[data-bf-theme="light"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery)
:where(h1,h2,h3,h4,h5,h6){color:#12351f!important;-webkit-text-fill-color:#12351f!important}
html[data-bf-theme="light"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery)
:where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:#2c4d39!important;-webkit-text-fill-color:#2c4d39!important}
html[data-bf-theme="dark"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery)
:where(h1,h2,h3,h4,h5,h6){color:#ffffff!important;-webkit-text-fill-color:#ffffff!important}
html[data-bf-theme="dark"] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.bothends-every-page-gallery)
:where(p,a,span,li,label,small,strong,b,em,blockquote,figcaption,dt,dd,address){color:#e4f2e8!important;-webkit-text-fill-color:#e4f2e8!important}

/* Give text-bearing cards a stable glass surface in both themes. */
html[data-bf-theme="light"] :where(.benefits-one__content,.benefits-one__box,.benefits-one__feature__item,.package-card,.awards-area__item,.contact-three__content,.contact-three__form,.blog-three__content,.bothends-every-page-gallery__heading){
  background:rgba(255,255,255,.88)!important;
  border-color:rgba(18,82,45,.12)!important;
}
html[data-bf-theme="dark"] :where(.benefits-one__content,.benefits-one__box,.benefits-one__feature__item,.package-card,.awards-area__item,.contact-three__content,.contact-three__form,.blog-three__content,.bothends-every-page-gallery__heading){
  background:rgba(8,34,20,.88)!important;
  border-color:rgba(255,255,255,.13)!important;
}
html[data-bf-theme] :where(.benefits-one__content,.benefits-one__box,.benefits-one__feature__item,.package-card,.awards-area__item,.contact-three__content,.contact-three__form,.blog-three__content,.bothends-every-page-gallery__heading){
  backdrop-filter:blur(15px)!important;
  -webkit-backdrop-filter:blur(15px)!important;
}

/* Preserve brand-gold labels and white text on buttons despite broad theme rules. */
html[data-bf-theme] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.footer-cta,.bothends-every-page-gallery) .sec-title__tagline{
  color:#b68b21!important;-webkit-text-fill-color:#b68b21!important;font-weight:900!important;
}
html[data-bf-theme] body :where(.benefits-one,.team-three,.awards-area,.package-one,.contact-three,.blog-three,.footer-cta,.bothends-every-page-gallery) :where(.garlon-btn,.garlon-btn *,button,button *){
  color:#fff!important;-webkit-text-fill-color:#fff!important;
}

/* Newsletter block: stable branded contrast in both themes. */
.footer-cta__inner{background:rgba(4,42,23,.92)!important;border:1px solid rgba(255,255,255,.14)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}
.footer-cta__text,.footer-cta__text *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
.footer-cta__form__newsletter input[type="email"]{background:#fff!important;color:#173421!important;-webkit-text-fill-color:#173421!important;opacity:1!important;visibility:visible!important}
.footer-cta__form__newsletter input[type="email"]::placeholder{color:#5c6e63!important;opacity:1!important}

/* CEO profile portrait uses the supplied professional corporate image without distortion. */
.ceo-profile-photo-real{aspect-ratio:4/5!important;background:#082114!important}
.ceo-profile-photo-real img{object-fit:cover!important;object-position:center 34%!important;width:100%!important;height:100%!important;opacity:1!important;visibility:visible!important}


/* V27 focused fixes: visible purpose images, hover states, compact gallery/footer */
.package-one .package-card{overflow:hidden!important;position:relative!important}
.package-one .package-card .bf-purpose-image{display:block!important;width:100%!important;height:150px!important;object-fit:cover!important;object-position:center!important;opacity:1!important;visibility:visible!important;position:relative!important;z-index:2!important;border-radius:18px 18px 8px 8px!important;margin:0 0 12px!important}
.package-one .package-card__bg{opacity:.14!important;visibility:visible!important;background-size:cover!important;background-position:center!important}
html[data-bf-theme="light"] .package-one .package-card{background:rgba(255,255,255,.94)!important}
html[data-bf-theme="dark"] .package-one .package-card{background:rgba(7,31,18,.95)!important}
html[data-bf-theme="light"] .package-one .package-card :where(h1,h2,h3,h4,p,li,span,strong){color:#173b25!important;-webkit-text-fill-color:#173b25!important}
html[data-bf-theme="dark"] .package-one .package-card :where(h1,h2,h3,h4,p,li,span,strong){color:#f4fff7!important;-webkit-text-fill-color:#f4fff7!important}
.package-one .package-card .garlon-btn span{color:#fff!important;-webkit-text-fill-color:#fff!important}
/* Never turn interactive controls into invisible white placeholders on hover */
.garlon-btn:hover,.charityglow-btn:hover,.main-menu a:hover,.mobile-nav__content a:hover,.blog-three__btn a:hover,.package-card__btn a:hover{background-color:#184f2d!important;color:#fff!important;border-color:#2d7547!important}
.garlon-btn:hover *,.charityglow-btn:hover *,.mobile-nav__content a:hover *,.package-card__btn a:hover *{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important}
/* Footer: remove excessive vertical gap without disturbing its background image */
.main-footer__top{padding-top:48px!important;padding-bottom:32px!important}
.main-footer__bottom{margin-top:0!important;padding-top:16px!important;padding-bottom:16px!important}
.main-footer__bottom__inner{min-height:0!important;padding-top:0!important;padding-bottom:0!important}
.main-footer__copyright{margin:0!important;line-height:1.55!important}.bf-powered-by{font-size:.92em!important;opacity:.9!important}
/* Smaller Fresh From Bothends Farms tiles on mobile everywhere */
@media(max-width:767px){.bothends-every-page-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.bothends-every-page-gallery__item{min-height:0!important}.bothends-every-page-gallery__item img{height:105px!important;min-height:0!important;max-height:105px!important;object-fit:cover!important}.bothends-every-page-gallery{padding-top:28px!important;padding-bottom:28px!important}.bothends-every-page-gallery__heading{margin-bottom:18px!important}.package-one .package-card .bf-purpose-image{height:125px!important}}
@media(max-width:420px){.bothends-every-page-gallery__item img{height:88px!important;max-height:88px!important}}
/* Keep Google engine mounted but visually unobtrusive; custom selector drives it. */
#google_translate_element{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:.01!important;pointer-events:none!important}

.garlon-btn:hover::before,.garlon-btn:hover::after,.charityglow-btn:hover::before,.charityglow-btn:hover::after{background:#184f2d!important;opacity:1!important}.garlon-btn span,.charityglow-btn span{position:relative!important;z-index:3!important}

/* ===== V29 precision visibility + forms + project uniformity ===== */
/* Send Enquiry: fields blend by theme, and invert deliberately on interaction. */
.contact-three .contact-one__form :where(input, textarea, select),
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle {
  min-height:56px!important;
  border:1px solid rgba(25,86,48,.28)!important;
  border-radius:12px!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
html[data-bf-theme="light"] .contact-three .contact-one__form :where(input, textarea, select),
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle {
  background:#f7fbf8!important;color:#173a25!important;-webkit-text-fill-color:#173a25!important;
  border-color:rgba(17,79,41,.25)!important;
}
html[data-bf-theme="dark"] .contact-three .contact-one__form :where(input, textarea, select),
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle {
  background:#0b2618!important;color:#f7fff9!important;-webkit-text-fill-color:#f7fff9!important;
  border-color:rgba(255,255,255,.22)!important;
}
/* User specifically requested dark-on-focus in light mode, white-on-focus in dark mode. */
html[data-bf-theme="light"] .contact-three .contact-one__form :where(input, textarea, select):focus,
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle,
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle:focus {
  background:#123c25!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  border-color:#d5ad43!important;box-shadow:0 0 0 3px rgba(213,173,67,.2)!important;
}
html[data-bf-theme="dark"] .contact-three .contact-one__form :where(input, textarea, select):focus,
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle,
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle:focus {
  background:#fff!important;color:#102f1d!important;-webkit-text-fill-color:#102f1d!important;
  border-color:#d5ad43!important;box-shadow:0 0 0 3px rgba(213,173,67,.24)!important;
}
html[data-bf-theme="light"] .contact-three .contact-one__form :where(input,textarea)::placeholder{color:#526c5c!important;opacity:1!important}
html[data-bf-theme="light"] .contact-three .contact-one__form :where(input,textarea):focus::placeholder{color:#e8f4ec!important;opacity:1!important}
html[data-bf-theme="dark"] .contact-three .contact-one__form :where(input,textarea)::placeholder{color:#c7dbce!important;opacity:1!important}
html[data-bf-theme="dark"] .contact-three .contact-one__form :where(input,textarea):focus::placeholder{color:#4a6253!important;opacity:1!important}
/* Bootstrap-select menu/option panel: no white glare in either theme. */
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu{background:#173f28!important;border:1px solid #d5ad43!important;color:#fff!important}
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-item{background:#173f28!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-item:hover,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-item.active,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-item:focus{background:#2a6540!important;color:#fff!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu{background:#fff!important;border:1px solid #d5ad43!important;color:#12351f!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-item{background:#fff!important;color:#12351f!important;-webkit-text-fill-color:#12351f!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-item:hover,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-item.active,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-item:focus{background:#e7f1ea!important;color:#0d2d19!important}
.contact-three select option{color:inherit!important;background:inherit!important}

/* Primary CTA buttons: reliable contrast in both themes, including hover. */
html[data-bf-theme="light"] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a){
  background:#164c2d!important;border-color:#164c2d!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
  box-shadow:0 8px 22px rgba(17,65,37,.16)!important;
}
html[data-bf-theme="light"] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a) :where(span,i){color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-bf-theme="dark"] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a){
  background:#d1a83e!important;border-color:#d1a83e!important;color:#102d1b!important;-webkit-text-fill-color:#102d1b!important;
}
html[data-bf-theme="dark"] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a) :where(span,i){color:#102d1b!important;-webkit-text-fill-color:#102d1b!important}
html[data-bf-theme] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a):hover{background:#24663d!important;border-color:#e3be59!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-bf-theme] body :where(.garlon-btn,.garlon-btn--dark,.package-card__btn a,.projects-area__btn a):hover :where(span,i){color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Our Farm Projects: every card/image occupies the same geometry. */
.projects-area .renting-fleet__item,
.projects-area .project-two__card{height:360px!important;min-height:360px!important;max-height:360px!important}
.projects-area .project-two__card{overflow:hidden!important;border-radius:16px!important;position:relative!important;background:#0d2f1c!important}
.projects-area .project-two__card > img{display:block!important;width:100%!important;height:100%!important;min-height:360px!important;max-height:360px!important;object-fit:cover!important;object-position:center!important;opacity:1!important;visibility:visible!important}
.projects-area .project-two__card__hover{height:100%!important;min-height:100%!important}
.projects-area .owl-stage{display:flex!important;align-items:stretch!important}
.projects-area .owl-item{height:auto!important}
.projects-area .owl-item > .item{height:360px!important}
@media(max-width:767px){.projects-area .renting-fleet__item,.projects-area .project-two__card,.projects-area .owl-item > .item{height:285px!important;min-height:285px!important;max-height:285px!important}.projects-area .project-two__card > img{height:285px!important;min-height:285px!important;max-height:285px!important}}

/* Live or Roasted comparison block: explicit theme-safe readability and frame. */
.gallery-one__compare{position:relative!important;isolation:isolate!important}
.gallery-one__compare::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none}
html[data-bf-theme="light"] .gallery-one__compare::before{background:rgba(241,248,243,.82)!important}
html[data-bf-theme="dark"] .gallery-one__compare::before{background:rgba(4,24,13,.82)!important}
.gallery-one__compare .sec-title{padding:18px 24px!important;border-radius:18px!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
html[data-bf-theme="light"] .gallery-one__compare .sec-title{background:rgba(255,255,255,.9)!important;border:1px solid rgba(19,78,41,.15)!important}
html[data-bf-theme="dark"] .gallery-one__compare .sec-title{background:rgba(8,34,20,.9)!important;border:1px solid rgba(255,255,255,.14)!important}
html[data-bf-theme="light"] .gallery-one__compare .sec-title__title{color:#153b24!important;-webkit-text-fill-color:#153b24!important}
html[data-bf-theme="dark"] .gallery-one__compare .sec-title__title{color:#fff!important;-webkit-text-fill-color:#fff!important}
.gallery-one__compare .sec-title__tagline{color:#b6881e!important;-webkit-text-fill-color:#b6881e!important;font-weight:900!important}
.gallery-one__compare__inner{border:2px solid rgba(199,158,51,.72)!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 14px 32px rgba(0,0,0,.16)!important}

/* Header/page-banner copy: force legibility in light and dark, desktop and mobile. */
html[data-bf-theme="light"] body :where(.page-header,.main-slider-three,.main-slider,.main-header,.sticky-header--cloned) :where(h1,h2,h3,h4,h5,h6,p,a,span,li){opacity:1!important;visibility:visible!important}
html[data-bf-theme="light"] body :where(.page-header) :where(.page-header__title,.page-header__breadcrumb a,.page-header__breadcrumb li,.page-header__breadcrumb span){color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.72)!important}
html[data-bf-theme="light"] body :where(.main-slider-three,.main-slider) :where(h1,h2,h3,h4,h5,h6,.main-slider-three__sub-title,.main-slider-three__title,p){color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.72)!important}
html[data-bf-theme="dark"] body :where(.page-header,.main-slider-three,.main-slider) :where(h1,h2,h3,h4,h5,h6,p,a,span,li){opacity:1!important;visibility:visible!important;color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.72)!important}

/* ===== V30 forced form/header/mobile visibility ===== */
/* Enquiry form: make every field and bootstrap-select label unmistakably readable. */
.contact-three .contact-one__form :where(input,textarea,select),
.contact-three .contact-one__form .bootstrap-select,
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle{
  opacity:1!important;visibility:visible!important;font-weight:700!important;
}
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle,
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle .filter-option,
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle .filter-option-inner,
.contact-three .contact-one__form .bootstrap-select > .dropdown-toggle .filter-option-inner-inner{
  opacity:1!important;visibility:visible!important;text-shadow:none!important;
}
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle,
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle :where(.filter-option,.filter-option-inner,.filter-option-inner-inner){
  background:#f7fbf8!important;color:#143a23!important;-webkit-text-fill-color:#143a23!important;
}
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle,
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select > .dropdown-toggle :where(.filter-option,.filter-option-inner,.filter-option-inner-inner){
  background:#0a2416!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
}
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle,
html[data-bf-theme="light"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle :where(.filter-option,.filter-option-inner,.filter-option-inner-inner){
  background:#113a23!important;color:#fff!important;-webkit-text-fill-color:#fff!important;
}
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle,
html[data-bf-theme="dark"] .contact-three .contact-one__form .bootstrap-select.show > .dropdown-toggle :where(.filter-option,.filter-option-inner,.filter-option-inner-inner){
  background:#fff!important;color:#102f1d!important;-webkit-text-fill-color:#102f1d!important;
}
.contact-three .bootstrap-select .dropdown-menu,
.contact-three .bootstrap-select .dropdown-menu .inner,
.contact-three .bootstrap-select .dropdown-menu .dropdown-menu{opacity:1!important;visibility:visible!important}
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu .inner,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu .dropdown-menu{background:#113a23!important;color:#fff!important}
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li a,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li a span,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li a .text{background:#113a23!important;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important;visibility:visible!important;font-weight:700!important}
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li a:hover,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li a:focus,
html[data-bf-theme="light"] .contact-three .bootstrap-select .dropdown-menu li.selected a{background:#2b6841!important;color:#fff!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu .inner,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu .dropdown-menu{background:#fff!important;color:#102f1d!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li a,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li a span,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li a .text{background:#fff!important;color:#102f1d!important;-webkit-text-fill-color:#102f1d!important;opacity:1!important;visibility:visible!important;font-weight:700!important}
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li a:hover,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li a:focus,
html[data-bf-theme="dark"] .contact-three .bootstrap-select .dropdown-menu li.selected a{background:#e3eee6!important;color:#0d2d19!important}
.contact-three .bootstrap-select .dropdown-toggle::after{opacity:1!important;visibility:visible!important}

/* Sliding hero/header copy must never be hidden by animation states or theme changes. */
.hero-three__title,.hero-three__text,.hero-three__btn,
.hero-three__btn__text,.hero-three__btn__video,
.page-header__title,.page-header__breadcrumb,.page-header__breadcrumb *{
  opacity:1!important;visibility:visible!important;transform:none!important;
}
.hero-three__content{position:relative!important;z-index:3!important;padding:20px!important;border-radius:18px!important}
html[data-bf-theme="light"] .hero-three__content{background:linear-gradient(90deg,rgba(3,28,15,.78),rgba(3,28,15,.42),rgba(3,28,15,.05))!important}
html[data-bf-theme="dark"] .hero-three__content{background:linear-gradient(90deg,rgba(0,15,8,.84),rgba(0,15,8,.48),rgba(0,15,8,.08))!important}
.hero-three__title,.hero-three__title *,.hero-three__text,.hero-three__btn__text,
.page-header__title,.page-header__breadcrumb,.page-header__breadcrumb *{
  color:#fff!important;-webkit-text-fill-color:#fff!important;text-shadow:0 2px 10px rgba(0,0,0,.78)!important;
}
.hero-three__title span{color:#8fe39b!important;-webkit-text-fill-color:#8fe39b!important}

/* Force all common button labels/icons to remain visible in every state. */
body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a) :where(span,strong,i){opacity:1!important;visibility:visible!important}
html[data-bf-theme="light"] body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a){background:#164c2d!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#d2aa42!important}
html[data-bf-theme="light"] body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a) :where(span,strong,i){color:#fff!important;-webkit-text-fill-color:#fff!important}
html[data-bf-theme="dark"] body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a){background:#d2aa42!important;color:#102f1d!important;-webkit-text-fill-color:#102f1d!important;border-color:#f0d47f!important}
html[data-bf-theme="dark"] body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a) :where(span,strong,i){color:#102f1d!important;-webkit-text-fill-color:#102f1d!important}
body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a):hover{background:#256b40!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#efc958!important}
body :where(.garlon-btn,.garlon-btn--dark,.charityglow-btn,.blog-three__btn a,.package-card__btn a,.projects-area__btn a,.hero-three__btn a,.main-header__btn a):hover :where(span,strong,i){color:#fff!important;-webkit-text-fill-color:#fff!important}

/* Mobile/tablet menu trigger: guaranteed visible, tappable and above header layers. */
@media(max-width:1199px){
  .main-header .main-header__right{display:flex!important;align-items:center!important;justify-content:flex-end!important;overflow:visible!important}
  .main-header .bf-mobile-menu-trigger,
  .sticky-header--cloned .bf-mobile-menu-trigger{
    display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;
    width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;
    margin:0 10px 0 14px!important;padding:11px 9px!important;border-radius:14px!important;
    justify-content:center!important;align-items:center!important;flex-direction:column!important;
    position:relative!important;z-index:10050!important;background:rgba(10,52,30,.92)!important;
    border:1px solid rgba(225,187,76,.78)!important;box-shadow:0 8px 22px rgba(0,0,0,.25)!important;
  }
  .main-header .bf-mobile-menu-trigger span,.sticky-header--cloned .bf-mobile-menu-trigger span{
    display:block!important;visibility:visible!important;opacity:1!important;width:26px!important;height:3px!important;
    flex:0 0 3px!important;background:#fff!important;border-radius:999px!important;margin:3px 0!important;
  }
  .main-header .bf-mobile-menu-trigger span:nth-child(2),.sticky-header--cloned .bf-mobile-menu-trigger span:nth-child(2){margin:3px 0!important}
  html[data-bf-theme="light"] .main-header .bf-mobile-menu-trigger{background:#164c2d!important}
  html[data-bf-theme="dark"] .main-header .bf-mobile-menu-trigger{background:rgba(255,255,255,.14)!important;border-color:#d2aa42!important}
  .main-header__call,.main-header__btn{display:none!important}
}
.mobile-nav__wrapper{z-index:100000!important}
.mobile-nav__wrapper.expanded{display:block!important;opacity:1!important;visibility:visible!important;transform:translateX(0)!important;pointer-events:auto!important}
.mobile-nav__wrapper.expanded .mobile-nav__content{opacity:1!important;visibility:visible!important;transform:translateX(0)!important;pointer-events:auto!important}
