/*!
Theme Name: Biofoods
Theme URI: http://underscores.me/
Author: Kihingu Inc
Author URI: https://kihingu.com
Description: Biofoods Site theme
Version: 2.2.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: biofoods
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Biofoods is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/* Thin underline at bottom */
#heroCarousel .hero-underline{
  display:block;
  height:1px;
  width:100%;
  background:#262626;
  margin-top:22px;
}

/* Indicators (centered “pills” with active in red) */
#heroCarousel .hero-indicators{
  position: static;             /* move out of absolute bottom */
  display:flex; justify-content:center; gap:10px;
  margin-top:18px;
}
#heroCarousel .hero-indicators [data-bs-target]{
  width:34px;height:4px;border:0;border-radius:999px;
  background:rgba(255,255,255,.35);
}
#heroCarousel .hero-indicators .active{
  background:#e44537;
  width:44px;
}

/* Optional: tighten on small screens */
@media (max-width: 576px){
 #heroCarousel  .hero-card{ padding:22px 22px 20px; border-radius:22px; }
 #heroCarousel  .hero-desc{ font-size:1.1rem; line-height:1.7; }
} 

body.home .our-services{
    background: url(https://biofoods.kihingu.com/wp-content/uploads/2025/10/splash.png) no-repeat bottom / 100%, black;
    background-blend-mode: normal;
}

.home-products .services-item:hover{
    border: none;
}

.home-products .services-item::before{
    border-radius: 20px;
}  


.bioway-wrapper {
    background:#0b63b3;
}

/* ACCORDION ITEM */
.bioway-wrapper .bioway-accordion .accordion-item {
    background: transparent;
    border: none;
}

/* HEADER BUTTON */
.bioway-wrapper .bioway-accordion .accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    padding: 18px 0;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

/* Remove Bootstrap arrow */
.bioway-wrapper .bioway-accordion .accordion-button::after {
    display: none !important;
}

/* NUMBER */
.bioway-wrapper .bioway-num {
    font-weight: 700;
    font-size: 1.15rem;
}

/* TITLE */
.bioway-wrapper .bioway-title {
    font-weight: 700;
    font-size: 1.15rem;
    margin-right: 10px;
}

/* CHEVRON */
.bioway-wrapper .bioway-chevron {
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: transform .25s ease;
}

/* Chevron rotates UP when open */
.bioway-wrapper .accordion-button:not(.collapsed) .bioway-chevron {
    transform: rotate(-135deg);
}

/* BODY SECTION */
.bioway-wrapper .bioway-body {
    padding: 30px 0 60px;
}

.bioway-wrapper .bioway-body img {
    border-radius: 18px;
}

.bioway-wrapper .bioway-text {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #fff;
    padding-left: 50px;
}

/* Remove white background override */
.bioway-wrapper .accordion-body {
    background: transparent !important;
}

