.detail-breadcrumb{
    background-color: #fbf9f6;
    padding: 4rem 0;
    overflow: hidden;
}
.detail-breadcrumb .big-title{
     line-height: 3.3rem;
     margin-bottom: 20px;
}

.detail-breadcrumb-links {
    list-style: none;
display: flex; 
align-items: center;
font-size: 13px; 
color: #888; 
    
}
.detail-breadcrumb-links li:not(:last-child)::after { 
    content: ' / ';  
color: #002814;
    padding: 0 5px;
    
}
.detail-breadcrumb-links a { text-decoration: none; color: #558b6e; }
.detail-breadcrumb-links .active { color: #111; font-weight: 500; }
    
.detial-intro-box {
  display: flex;
    background: #f2ebdd;
    gap: 10px;
    padding: 15px;
    align-items: center;
    border-radius: 12px;
    height: 100%;
}    

.detial-intro-box p{
    margin: 0;
    font-weight: 700;
}

.intro-boxes{
    padding: 3rem 0 0;
}


.intro-boxes .row{
    row-gap: 20px;
}

.detial-intro-box img{
     filter: invert(42%) sepia(64%) saturate(450%) hue-rotate(95deg) brightness(90%) contrast(90%);
}

.organic-millet-store{
      background-color: #f2ebdd;
    padding: 4rem 0;
    overflow: hidden;
}

.organic-millet-store .sec-small-title{
    margin: 0;
}

.right-organic-content img{
 filter: invert(42%) sepia(64%) saturate(450%) hue-rotate(95deg) brightness(90%) contrast(90%);
     margin-right: 10px;
}

.icon-listing-secc{
    margin-bottom: 1rem;
}

.icon-listing-secc li{
     display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    
}

/* Container for the new buttons */
.custom-nav-arrows {
    display: flex;
    justify-content: flex-end; /* Aligns buttons to the right */
    gap: 15px; /* Space between the two buttons */
}

/* Reset Swiper's default absolute positioning */
.custom-nav-arrows .swiper-button-prev,
.custom-nav-arrows .swiper-button-next {
    position: static !important; /* This stops them from flying away */
    margin: 0 !important;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    color: #2b5c3a; 
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide default Swiper text arrows */
.custom-nav-arrows .swiper-button-prev::after,
.custom-nav-arrows .swiper-button-next::after {
    display: none !important;
}

/* Style your custom icons */
.custom-nav-arrows .swiper-button-prev i,
.custom-nav-arrows .swiper-button-next i {
    font-size: 20px;
    margin: 0;
    display: flex;
}

/* Optional: Make them look slightly faded when you are at the end of the slider */
.custom-nav-arrows .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.organic-right-box{
     background-color: #fbf9f6;
    padding: 27px 29px;
        border-radius: 30px;
         background: #fff;
          box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.collection-cards{
    padding: 20px 15px;
    background-color: #f2ebdd;
    height: 100%;
         border-radius: 15px;
}

.org-img img{
     border-radius: 15px;
    margin-bottom: 1rem;
    object-fit: cover;
    /*height: 150px;*/
    width:100%;
}

.collection-content p{
    font-size: 12px;
}

.collection-card-secc{
    padding: 4rem;
    
}
    .collection-info-box{
             background-color: #fbf9f6;
       padding: 15px 20px;
         border-radius: 15px;
    }
    
    .collection-content h4{
        font-size: 18px;
        font-weight: 700;
    }
    
    .collection-info-box p{
        margin: 0;
    }
    
    .collection-info-box li{
           display: flex;
    font-size: 14px;
    align-items: start;
    gap: 8px;
    /*margin-bottom: 12px;*/
    margin-bottom:0;
    }
    
  .collection-card-secc .row{
      row-gap: 20px;
  }
  
  .collection-swiper .swiper-pagination-bullet {
    background-color: #1a4a22;
    opacity: 0.4;
    transition: all 0.3s ease;
}

.collection-swiper .swiper-pagination-bullet-active {
    background-color: #2b9e4a;
    opacity: 1;
    transform: scale(1.3);
}

.collection-swiper .swiper-button-next,
.collection-swiper .swiper-button-prev {
    background-color: #ffffff;
    color: #2b5c3a; 
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.collection-swiper .swiper-button-next::after,
.collection-swiper .swiper-button-prev::after {
    font-size: 18px;
    font-weight: 800;
}

.collection-swiper .swiper-slide {
    height: auto;
}

.collection-card-secc .swiper-wrapper{
    padding-bottom: 4rem;
}
  
  
 .health-benefit-secc {
    background-color: #f2ebdd;
    padding: 4rem 0;
}

.health-benefit-secc .row{
    row-gap: 20px;
}
.health-benefit-secc .benifits-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
}
.health-benefit-secc .del-befit-icon {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 16px;
    margin-bottom: 18px;
    box-sizing: content-box;
    border: 1px solid rgb(248 208 208 / 35%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.health-benefit-secc .del-befit-icon img{
    width: 35px;
    height: 35px;
    filter: brightness(0) saturate(100%) invert(42%) sepia(10%) saturate(4148%) hue-rotate(105deg) brightness(90%) contrast(80%);
    
}

/*.benifits-icon img{*/
/*    filter: invert(42%) sepia(64%) saturate(450%) hue-rotate(95deg) brightness(90%) contrast(90%);*/
/*}*/
.health-benefit-secc .benifits-icon h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    line-height: 1.3;
}
.health-benefit-secc .benifits-icon p {
    font-size: 14px;
    margin: 0;
}

.location-supply-sec {
    padding: 60px 0;
}


.location-supply-sec .location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.location-supply-sec .location-list li {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    white-space: nowrap;
    transition: transform 0.2s ease;
}

.millet-replace-secc {
    padding: 4rem 0;
}
.millet-replace-secc .replace-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 30px 0;
}
.millet-replace-secc .replace-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    
    max-width: 750px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.millet-replace-secc .replace-box li {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    align-items: center;
    padding: 22px 35px;
    border-bottom: 1px solid #f3f4f6;
}
.millet-replace-secc .replace-box li:last-child {
    border-bottom: none;
}
.millet-replace-secc .replace-box strong {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}
.millet-replace-secc .replace-box i {
    color: #fdb933;
    font-size: 20px;
    text-align: center;
}
.millet-replace-secc .replace-box p {
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    margin: 0;
}
.hight-text{
    font-style: italic;
    font-size: 15px;
    padding: 0.3rem;
    font-weight: 600;
    border-left: 2px solid #2b9e4a;
    margin: 12px 0;
}
.intro-cta{
     display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.contact-icons {
    display: flex;
    gap: 10px;
}
.cta-box {
       width: 45px;
    height: 45px;
    background-color: #ff152c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
   font-size: 18px;
    text-decoration: none;
}
.whatsapp-icon {
  background-color: #28a745;
}
.cta-box img{
   filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7436%) hue-rotate(63deg) brightness(111%) contrast(108%);
}
.millet-image img {
  width: 100%;
    /*height: 455px;*/
    border-radius: 30px;
}
.swiper-button-prev i{
      transform: rotate(180deg);
}
.detl-ico img{
  filter:brightness(0) saturate(100%) invert(42%) sepia(10%) saturate(4148%) hue-rotate(105deg) brightness(90%) contrast(80%);
  margin-top: 5px;
}
    
.organic-millet-business {
    padding:4rem 0;
}

.millet-img-box img {
   border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.sec-tag {
    color: #c47a2c;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0 15px;
    color: #0f172a;
}

.millet-business-list {
    margin-top: 20px;
    padding-left: 0;
}

.millet-business-list li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #444;
}

.millet-business-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-size: 14px;
}

.highlight-text {
    margin-top: 15px;
    font-weight: 500;
    color: #333;
}

.what-do {
    padding:4rem 0;
    background: #f8f9fb;
}

.sec-desc {
    color: #6b7280;
    font-size: 15px;
}

/* GRID */
.whatdo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* CARD */
.whatdo-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border-top: 3px solid #4CAF50;
    transition: 0.3s;
}

.whatdo-box h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.whatdo-box p {
    font-size: 14px;
    color: #6b7280;
}

/*.whatdo-box:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 10px 25px rgba(0,0,0,0.08);*/
/*}*/

/* RESPONSIVE */
@media (max-width: 992px) {
    .whatdo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .whatdo-grid {
        grid-template-columns: 1fr;
    }
}

.whatdo-header {
    max-width: 700px;
    margin: 0 auto 50px;
}

.sec-tag {
    font-size: 12px;
    color: #4CAF50;
    font-weight: 600;
    text-transform: uppercase;
}

/*cta*/
.org-cta {
    width: 100%;
    padding: 80px 0;
    background: url('../images/detail/organic-super-store.webp') no-repeat center center/cover;
    position: relative;
}

/* overlay */
.org-cta::before {
    content: "";
    position: absolute;
    inset: 0;
  background: rgb(0 0 0 / 75%);
}

/* container content center */
.org-cta .container {
    position: relative;
    z-index: 1;
    text-align: center;
}

/* content */
.org-cta-content {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
}

.cta-small-title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-main-title {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1.4;
}

/* CTA wrap */
.banner-contact-wrap {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

/* button */
.del-btn-get-touch {
    background: #28a745;
    color: #000;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;

    display: flex;
    align-items: center;
    gap: 8px;

    transition: 0.3s;
}

.del-btn-get-touch:hover {
    background: #f2f2f2;
}
.del-btn-get-touch i{
    font-size: 14px;
    transform: rotate(-45deg);
}
/* phone */
.phone-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone-icon {
    width: 45px;
    height: 45px;
    background:#fdb933;
    color: #000;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-text span {
    font-size: 13px;
    color: #ddd;
    display: block;
}

.phone-text a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.icon-list {
    list-style: none;
    padding-left: 0;
}

.icon-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
}

.icon-list li::before {
  content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-size: 14px;
 font-family: flaticon_normal-icon;
}

/*cafe*/
.rest-img {
    width: 100%;
    border-radius: 30px;
    display: block;
    height:455px;
}
.cafe-detal .detial-intro-box h3 {
    margin-bottom: 5px;
}
.caf-spa{
    display:inline-block;
    background: #f2ebdd;
    padding: 7px 8px;
    border-radius: 20px;
    margin-top:25px;
    color: #28a745;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
   letter-spacing: 2px;
   margin-bottom:10px;
}
.caf-cta {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.cta-buttons .rest-btn-prim {
    padding: 12px 22px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.caf-cta .rest-btn-prim {
    display: flex;
    gap: 10px;
}
.rest-btn-prim i{
    margin-top:3px;
}
.btn-prm {
       background: #28a745;
    color: #fff;
    border: 2px solid #28a745;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 600;
}
.btn-prm:hover {
    background: #218838;
    border-color: #218838;
        transition: all 0.5s ease-out;
}
.btn-sec {
    background: transparent;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #28a745;
    border: 2px solid #28a745;

    transition: background 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.btn-sec:hover {
    background: #ffba27;
    color: #000;
    border-color: transparent;
}

.retro-del {
    background: url("../images/bg/texture-bg.webp") no-repeat center center/cover;
    padding: 4rem 0;
    position: relative;
    
}
.retro-del::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 132px;
    height: 245px;
    background: url(../images/bg/page-header-bg-shape.webp) no-repeat;
    background-position: center center;
    background-size: cover;
}
.retro-del,
.retro-del .sec-small-title,
.retro-del .sec-big-title{
    color: #fff;
}


.cafe-del-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.retro-del .sub-title {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffba27;
    font-weight: 600;
    margin-bottom: 10px;
}

.retro-del h2 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.retro-del p {
    font-size: 16px;
    color: #fff;
    line-height: 1.7;
    margin: 0;
}

.dir-sec {
    background: #f2ebdd;
    padding: 4rem 0;
}
.dir-image img{
    border-radius: 8px;
}
.dir-sec h2{
    margin-bottom: 25px;
}
.dir-sec .row{
   align-items: center;
}

.whole-sale{
    padding: 4rem 0;
}

.ws-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: 0.3s ease;
    height: 100%;
}


.ws-img img {
    width: 100%;
    /*height: 180px;*/
    object-fit: cover;
}

.ws-content {
    padding: 20px;
    background: #f2ebdd;
    height: 100%;
}

.ws-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ws-content p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.ws-number {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 5px;
}
/* Card Container */
.service-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

/* Flexbox Concept */
.card-top {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Icon Box Styling */
.icon-box {
    width: 60px;
    height: 60px;
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #28a745; /* Green Icon */
    flex-shrink: 0;
    transition: 0.3s;
}
.icon-box img{
    filter: brightness(0) saturate(100%) invert(53%) sepia(63%) saturate(495%) hue-rotate(81deg) brightness(87%) contrast(98%);
}

.service-card:hover .icon-box img {
    /* This filter converts the image to 100% white */
 filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(1223%) hue-rotate(120deg) brightness(112%) contrast(100%);
    transition: filter 0.3s ease;
}
/* Content Area */
.content-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.rest-lits ul {
    list-style: none;
    padding: 0;
}

.rest-lits li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #555;
}

/* Checkmark icons for the list */
.rest-lits li::before {
     content: "\f10d";
  font-family: flaticon_normal-icon !important;
    position: absolute;
    left: 0;
 color: #ffba27;
}

/* Footer Section */
.service-card hr {
    margin: 20px 0;
    opacity: 0.1;
}
.sector-serv .row{
    row-gap:20px;
}
.rest-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: #28a745;
    margin-bottom: 10px;
     text-transform: uppercase;
}

.card-footer-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* --- HOVER EFFECTS --- */
.service-card:hover .icon-box {
    background-color: #28a745; /* Green Box */
    color: #ffffff; /* White Icon */
}

/* Small adjustments for layout */
.sector-serv {
    background-color: #f7f3eb; /* Light beige background like image */
    padding: 4rem 0;
}
.cafe-why{
    background:unset;
}

/* Container styling */
.delivery-card-container {
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    overflow: hidden; /* Keeps the top header rounded */
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom:20px;
}

/* Styling your specific div */

.pri-del{
    padding:4rem 0;
    background:#f7f3eb;
}
.prct-cont {
    background-color: #fcfcfc;
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
}

.prct-cont h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #28a745; /* Theme green */
    display: flex;
    align-items: center;
}

/* Table Specifics */
.delivery-table {
    width: 100%;
    border-collapse: collapse;
}

.delivery-table thead th {
    padding: 15px 25px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #888;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.delivery-table tbody td {
    padding: 18px 25px;
    font-size: 15px;
    color: #444;
    border-bottom: 1px solid #f9f9f9;
}

/* Badge for "Free Delivery" */
.badge-free {
    display: inline-block;
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive fix */
.table-cont {
    overflow-x: auto;
}
.prod-list{
    padding:3rem 0;
}
.prd-crds{
    background:#f8f9fb;
}