body{
    font-family: "Manrope", sans-serif;
    overflow-x: clip !important; 
}
html{
    overflow-x: clip !important;
}

h1,h2,h3,h4,h5,h6{
   font-family: "Noto Serif", serif;
   color:#000;
   
}
img{
    height:auto;
    max-width:100% !important; 
}

p{
   font-size: 15px;
    color: #625A53;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.6;
}
a{
    text-decoration:none;
}
ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}


.our-header-section  {
    position:relative;
}

.header-sec-top {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 99;
}
.header-sec-top .container, .hero .container{
    padding-right: 15px;
    padding-left: 15px;
}
/*.our-navigation{*/
/*    margin-left: -2.5rem;*/
/*}*/
.mega-menu-list  {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap:25px;
}
.mega-menu-list > li > a {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: .2s linear;
    letter-spacing: 0.7px;
    display: inline;
    padding: 0;
}
/*.mega-menu-list > li > a.active {*/
/*    color: #2b9e4a;*/
/*}*/
.sticky.header-sec-top {
    padding: 5px 0;
    background: #fff;
    visibility: visible;
    animation: slideDown 0.7s ease-out;
    box-shadow: rgb(100 100 111 / 5%) 0px 7px 29px 0px;
    transform: translateY(0%);
    
}
.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}

100% {
    transform: translateY(0);
}
}

.menu-item-has-children .drop-menulist {
       position: absolute;
    background-color: #ffffff;
    padding: 20px 30px;
    box-shadow: 0px 10px 20px rgba(8, 0, 42, 0.08);
    left: 0;
    top: 50px;
    min-width: 220px;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    border-radius: 9px;
    text-align: left;
    transition: all 300ms ease;
    transform-origin: top;
    transform: scaleY(0);
}
.drop-menulist li {
    white-space: nowrap;
}
.menu-item-has-children:hover .drop-menulist{
    opacity: 1;
    pointer-events: all;
    transform: scaleY(1);
    visibility: visible;
}
.menu-item-has-children .drop-menulist li {
    position: relative;
}
.menu-item-has-children  {
    position: relative;
    list-style: none;
    padding-right: 17px;
}
.menu-item-has-children .dropn-btnmobile i {
    color: #000;
    font-size: 14px;
}
.menu-item-has-children .drop-menulist li a {
    position:relative;
    display: flex;
     font-size: 14px;
    letter-spacing: 0.8px;
    line-height:1.5;
    border-radius: 50px;
    transition: all 0.5s ease-out;
    font-weight: 500;
    gap: 10px;
    line-height: initial;
     color: #000000;
    transition: all 0.5s;
    text-align: start;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
    margin-left: 0;
   
}

.mega-menu-list li.menu-item-has-children > a{
    padding:37px 0;
}
.dropn-btnmobile {
    position: absolute;
    right: -3px;
    top: 3px;
    bottom: 0;
    margin: auto 0;
}

.header-buton {
    padding: 9px 20px;
    font-size: 14px;
    gap: 10px;
    display: flex;
    align-items: center;
    line-height: initial;
    font-weight: 600; 
    background-color: #ffba27;
    color: #000;
    border-radius: 6px;
    text-transform: capitalize;
    white-space: nowrap;
    max-width: fit-content;
    letter-spacing: 0.5px;
}

.our-header-section .header-btn{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.header-buton.scty{
        padding: 9px 12px;
    /* max-width: 100%; */
    min-width: max-content;
    background:#2b9e4a;
    color:#fff;
}
.header-buton.scty::hover{
        background-color: #ffba27;
}
.header-buton.scty img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(224deg) brightness(106%) contrast(101%);
}
.our-header-section .header-btn i{
       font-size: 21px;
    color: #002814;
}
    

.header-buton:hover{
    background-color:#2b9e4a;
    color: #ffffff; 
    transition: all 0.5s ease-out;
}


/* Banner Section Styles */
.our-banner {
    position: relative;
    padding: 120px 0 220px;
    background-image: linear-gradient(
    #002d1c,
    rgb(0 45 28 / 0.6),
    transparent
), url(../images/banner/vegetables-farmers-freshness.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.banner-tag {
    display: inline-block;
    background: rgb(0 69 46);
    color: rgb(118 179 148);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid rgba(67, 160, 71, 0.3);
    margin-bottom: 20px;
}

.banner-main-title {
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 20px;
}

.banner-highlight {
    color: #fdb933;
    font-style: italic;
    font-weight: 400;
}

.banner-content p{
    color: #e0e0e0;
    font-size: 18px;
    line-height: 1.6;
    max-width: 550px;
    margin-bottom: 35px;
}

.banner-btn-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.conmn-btn {
    background-color: #fdb933;
    color: #000;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.banner-btn-outline {
    background-color: transparent;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: 0.3s ease;
}

.conmn-btn:hover {
    background-color: #e5a72d;
}

.banner-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
}



/* Deliver Section Styles */
.our-deliver-section {
    padding: 80px 0;
    background-color: #f9f9f4; /* Light background from image */
}

.deliver-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.deliver-icon-box {
    background-color: #ecece2; /* Icon background shape color */
    width: 65px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px 40px 30px 30px; /* Custom shape from image */
    flex-shrink: 0;
}

.deliver-icon-box img {
    width: 35px;
    height: auto;
    /* If you use SVG/Icon font, use color: #003322; */
}

.deliver-info h3{
       color: #1a3c34;
    font-size: 18px;
    font-weight: 500;
}

.deliver-info p {
    color: rgb(65 72 68);
    line-height: 1.6;
    margin: 0;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 991px) {
    .deliver-card {
        margin-bottom: 30px;
    }
}

.section-title.text-center {
    margin-bottom: 40px;
}

.sec-small-title {
     color: #2B9E4A;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.sec-big-title {
    position: relative;
    color: #1a3c34;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 25px;
    letter-spacing: -0.5px;
    line-height: 1.3;
}


/* About Section Styles */
.our-about-section {
    position: relative;
    padding: 5rem 0 6rem;
    /*background-color: #f9f9f4;*/
}

.about-image-wrapper {
    position: relative;
    padding-right: 30px;
}

.about-main-img {
    width: 100%;
    border-radius: 30px; /* Exact rounded corners from image */
    display: block;
    /*height:380px;*/
}

.about-badge-card {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background: #e1ddd1; /* Subtle gradient background for the badge */
    background: linear-gradient(135deg, #e1ddd1 0%, #ffffff 100%);
    padding: 25px 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
}

.badge-number {
        font-size: 32px;
    font-weight: 700;
    color: #6d5b41;
    margin: 0;
    text-align: start;
}

.badge-text {
    font-size: 11px;
    font-weight: 600;
    color: #8a7b66;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}



.about-desc {
    color: #555555;
    line-height: 1.7;
    margin-bottom: 20px;
}


.about-link {
    color: #1a3c34;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    gap: 12px;
    position: relative;
    transition: 0.3s ease;
    text-transform: capitalize;
}

.about-link::after {
    content: "";
    position: absolute;

    right: -70px; 
    top: 55%;
    width: 45px;
    height: 1.5px;
    background-color: #1a3c34;
    transition: all 0.4s ease; 
}


.about-link:hover::after {
    width: 65px; 
    background-color: #fdb933;
}

.about-link:hover {
    color: #1a3c34;
}


/* counter-section-start */
.counter-section {
   padding: 0 0 4rem;
    position:relative;
}

.counter-wrapper {
    border-top: 1px solid #e0e0e0; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 40px; 
    margin-top: 20px;   
}

.counter-items {
    position: relative;
    flex: 1;
}


.counter-items:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #e0e0e0;
}

.counter-items h4 {
   font-size: 56px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1;
}

.counter-items h5 {
    font-size: 18px;
    font-weight: 500;
   color: #625A53;
    margin-top: 15px;
    text-transform: capitalize;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .counter-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .counter-items:not(:last-child)::after {
        width: 50%;
        height: 1px;
        top: auto;
        bottom: -20px;
        left: 25%;
    }
}
/* counter-section-end */


.world-supplus{
    background-color: var(--secondary-color);
    padding: 70px 0 40px;
    position: relative;
}
.world-maps{
    position:relative;
    filter: invert(0.2);
}
.work-spplusd{
    position:relative;
    max-width: fit-content;
}
.world-supplus .country-box {
    position: relative;
    background: #0f1d2a;
    padding: 40px 30px 23px;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    bottom: 110px;
    right: 0;
    min-width: 210px;
    border: 1px solid #ffffff1a;
}
.world-supplus .country-box span {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f1d2a;
    padding: 8px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 1;
    min-width: 138px;
    border: 1px solid #ffffff1a;
}
 .country-box .country-list, .map-points{
    list-style: none;
    padding: 0;
    margin: 0;
}
.country-box .country-list li {
    line-height: 1;
    margin-bottom: 15px;
}
 .country-box .country-list li a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #AAAAAA;
    line-height: 1;
    transition: all 0.5s;
}
.country-box .country-list li:last-child{
    margin-bottom: 0;
}




/* Harvest Section Container */
.our-harvest-section {
    padding: 60px 0;
    background-color: #f9f9f4;
}

/* Card Styling */
.harvest-card {
    position: relative;
    border-radius: 25px; /* Exact rounded corners */
    overflow: hidden;
    background-color: #000;
    display:block;
}
.harvest-title{
        font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}
.harvest-img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.harvest-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s ease; /* Hover Zoom Effect */
}

/* Hover Zoom Logic */
.harvest-card:hover .harvest-img-wrapper img {
    transform: scale(1.1);
}

/* Gradient Overlay for Text Clarity */
.harvest-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 50%);
    pointer-events: none;
}

/* Content Positioning */
.harvest-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 2;
    color: #ffffff;
}

.harvest-title a{
   font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.harvest-text {
        font-size: 14px;
    opacity: 0.8;
    margin-top: 0;
    color: #ffba27;
}

/* Badge Style */
.harvest-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    color: #1a3c34;
    z-index: 3;
}

/* Exact Heights from Image */
.harvest-card-tall { height: 600px; }
.harvest-card-small { height: 285px; }
.harvest-card-wide { height: 290px; }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .harvest-card-tall, .harvest-card-small, .harvest-card-wide {
        height: 350px;
    }
}

.our-harvest-section .section-title p{
    max-width: 47%;
    margin: auto;
}
.our-harvest-section .section-title .sec-big-title {
    margin: 0 0 3px;
}




/* Process Section Styles */
.our-process-section {
        padding: 5rem 0 7rem;
        position:relative;
    background-color: #002814; 
}
.our-process-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; /* adjust based on your image height */
    background: url("../images/bg/grass.png") no-repeat center bottom;
    background-size: cover;
       z-index: 1;
}

.process-card {
    position: relative;
    padding-top: 40px;
}

/* Background Large Numbers */
.process-number-bg {
   position: absolute;
    top: -40px;
    left: 0;
    font-size: 150px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    z-index: 1;
    font-family: "Noto Serif", serif;
    font-weight: 400;
}

.process-icon-box {
       width: 40px;
    height: 40px;
    border: 1px solid #607d8b8f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
    position: relative;
    z-index: 2;
}


.process-icon-box img {
    filter: invert(92%) sepia(21%) saturate(2791%) hue-rotate(326deg) brightness(97%) contrast(106%);
}

.process-title {
    
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.process-desc {
        color: #a0a0a0;
    /* font-size: 15px; */
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .process-number-bg {
        font-size: 100px;
    }
}

.our-process-comn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 3rem;
}

.our-process-comn p{
        color: #a0a0a0;
        margin:0;
}

.our-process-comn .sec-small-title {
    color:#ffba27;
}

.bulk-btn {
       display: inline-block;
    background-color: #002814;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
    /*margin: 0.5rem 0 0;*/
}
.intro-cta{
    margin-top:1rem;
}
.bulk-btn:hover {
    background-color: #fdb933;
    color: #000;
}

.whatdo-box p{
    margin:0;
}
.bulk-supply-section {
   padding: 5rem 0 5rem;
    background-color: #f0f2ea; 
}
.bulk-supply-section .bulk-content{
    max-width: 87%;
}


.bulk-desc {
    color: #555555;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 450px;
}

/* Right Side Cards */
.bulk-card {
   /*background-color: #f9faf2;*/
       background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    text-align: left;
    height: 100%;
    transition: 0.3s ease;
}

.bulk-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.bulk-card img{
    /*filter: invert(36%) sepia(6%) saturate(3801%) hue-rotate(350deg) brightness(96%) contrast(95%);*/
    filter: invert(45%) sepia(100%) saturate(331%) hue-rotate(84deg) brightness(92%) contrast(91%);
}


.bulk-card h4{
   font-size: 15px;
    color: #1a3c34;
    font-weight: 600;
    line-height: 1.3;
    font-family: unset;
    margin: 0.8rem 0 0;
}

 .bulk-card a{
    color: #1a3c34;  
 }

/* Responsive Adjustments */
@media (max-width: 991px) {
    .bulk-main-title {
        font-size: 38px;
    }
    .bulk-card {
        padding: 30px 15px;
    }
}



/* Local Reach Section Styles */
.local-reach-section {
    padding: 5rem 0 5rem;
    position:relative;
    /*background-color: #f9f9f4; */
}

.reach-image-wrapper {
    position: relative;
}

.reach-img {
   width: 100%;
    border-radius: 40px;
    display: block;
    height: 568px;
    object-fit: cover;
}
.reach-content{
      padding-left: 2rem;
}
.reach-list {
    list-style: none;
    /* padding: 0; */
    margin: 0;
}
.reach-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 35px;
}


.reach-list li::before {
    position: absolute;
    content: "\f1fd";
    font-family: 'flaticon_normal-icon' !important;
    left: 7px;
    top: -4px;
    color: #2b9e4a;
    font-size: 24px;
}

.reach-list h4 {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 8px;
}

.reach-list p{
    color: #666666;
    line-height: 1.6;
    margin: 0;
}


@media (max-width: 991px) {
    .reach-main-title {
        font-size: 36px;
    }
    .reach-image-wrapper {
        margin-bottom: 40px;
    }
}


.our-faq-section {
    background-color: #f0f2ea;
    padding: 80px 0 80px;
    position: relative;
}



/* Accordion Card Style */
.our-faq-section  .accordion-item {
    border: none !important;
    background-color: #ffffff;
    border-radius: 20px !important; 
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03); 
    overflow: hidden;
}

/* Question Styling */
.our-faq-section  .accordion-button {
       background-color: #ffffff !important;
    color: #1a3c34 !important;
    font-size: 17px;
    font-weight: 600;
    padding: 25px 30px;
    border: none;
    box-shadow: none !important;
    line-height: 1.5;
}

/* Icon (Arrow) color adjustment */
.our-faq-section .accordion-button::after {
    background-size: 15px;
    transition: transform 0.3s ease;
}

/* Body (Answer) Styling */
.our-faq-section .accordion-body {
    padding: 0 30px 25px 30px;
       font-size: 15px;
    color: #625A53;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.6;
}
.faq-section-cont img {
    border-radius: 10px;
    margin-top: 0.7rem;
}

.banner-contact-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

/* Button Style */
.btn-get-touch {
    background: #fdb933; /* Yellow from image */
    color: #000;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-get-touch i {
    font-size: 14px;
    transform: rotate(-45deg); /* To match the 'up-right' arrow look */
}

/* Phone Block Style */
.phone-block {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-icon {
   background: #fdb933;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #000;
}

.phone-text {
    display: flex;
    flex-direction: column;
}

.phone-text span {
   color: #ffba27;
    font-weight: 700;
    font-size: 18px;
}

.phone-text a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

/* Mobile Responsive */
@media (max-width: 576px) {
    .banner-contact-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

.agricko-features-wrapper {
  position: relative;
  z-index: 2;
  background-color: #f8f7f0;
  border-radius: 20px;
  /*margin-top: -120px;*/
      margin-top: -94px;
}
.agricko-features-wrapper .item-column:not(:last-child) {
  border-right: 1px solid #DDD;
}
@media screen and (max-width: 1199.98px) {
  .agricko-features-wrapper .item-column:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 1199.98px) {
  .agricko-features-wrapper .item-column:nth-child(1), .agricko-features-wrapper .item-column:nth-child(3) {
    border-right: 1px solid #DDD;
  }
}
@media (max-width: 767.98px) {
  .agricko-features-wrapper .item-column:nth-child(1), .agricko-features-wrapper .item-column:nth-child(3) {
    border-right: none;
  }
}

.agricko-feature-item {
  padding: 40px 40px 32px;
  text-align: center;
}

.agricko-feature-item .icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #0c7735;
    background-color: #ffb200;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #18271e;
}

.agricko-feature-item .content h4{
        font-size: 19px;
}





.main-footer {
    background-color: #002d1c;
    color: #a4bba8;
    padding: 80px 0 0;
    background: url(../images/bg/ft-bg.jpg) no-repeat center top / cover;
    position: relative;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}
.main-footer::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}



/* Titles & Branding */
.footer-logo {
    color: #fdb933; 
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

.footer-title {
   color: #fdb933;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 25px;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

/* Text Styles */
.footer-desc, .footer-links a, 
.contact-info li, 
.location-item p {
      font-size: 15px;
      line-height: 1.6;
      color: #fff;
      z-index: 1;
      position: relative;
}

.contact-info a{
        color: #fff;
}

.branch-name {
    color: #ffffff;
    font-weight: 700;
    display: block;
}

.footer-links a {
     text-decoration: none;
    color: #ffff;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #fdb933;
}

/* Icons */
.contact-info li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.footer-socials i {
       font-size: 13px;
    cursor: pointer;
    background: rgb(255 186 39);
    color: #000;
    border: 1px solid rgba(67, 160, 71, 0.3);
    /* padding: 5px; */
    border-radius: 50px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.copright-text {
    position: relative;
    padding: 10px 0 10px;
    border-top: 1px solid #302e3a;
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.copright-text p,
.copright-text a{
      margin: 0;
    color: #fff !important;
    font-size: 14px;
}
.border-top {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.delivery-text{
     position: relative;
  padding-left: 28px;
}

.delivery-text::before {
  content: "\f1bd";
  font-family: flaticon_normal-icon !important;
  position: absolute;
  left: 0;
  top: -1;
  font-size: 18px;
  filter: brightness(0) saturate(100%) invert(85%) sepia(14%) saturate(3719%) hue-rotate(336deg) brightness(102%) contrast(101%);
}

/* Responsive Radius Fix */
@media (max-width: 768px) {
    .main-footer {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 60px 15px 30px;
    }
}



.direct-from-farmers{
    position:relative;
    padding:5rem 0 5rem;
}

.direct-content p{
      position:relative;
      font-size:22px;
      max-width:85%;
      margin:auto;
      font-style:italic;
      text-align:center;
}
.menu-list li.active > a,
.mega-menu-list li.active > a {
    color: #2b9e4a;
    font-weight: 600;
}
.drop-menulist li.active > a {
    color: #ffba27; 
    font-weight: 600;
}
.bred-ct .detail-breadcrumb-links{
    justify-content: center;
    margin-bottom:1rem;
}
.stoer-locatioin{
    padding:2.5rem 0 4rem;
}
.store-info-item a{
    color:#212529;
}
.store-card{
    height:100%;
}
.delivery-box{
    padding:2.5rem;
}
.delivr{
    text-align:center;
}
.why-icon img{
    filter: invert(37%) sepia(32%) saturate(951%) hue-rotate(73deg) brightness(98%) contrast(89%);
}
.hersub{
        margin: auto;
    width: 70%;
    margin-bottom: 1rem;
}
.supermarl{
    padding:4rem 0;
    position:relative;
}
.reatil-prtha .bread-content{
    text-align:center;
}
.reatil-prtha .detail-breadcrumb-links{
         justify-content: center;
         margin-bottom:1.5rem;
}
.gren-vomnt{
        background: #b1ffc65c;
    width: 60%;
    padding: 2rem;
    margin: auto;
    margin-top: 3rem;
    position:relative;
}
.gren-vomnt i{
        background: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    font-size: 28px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    color: #fdb933;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius:50px;
}
.gren-vomnt p{
        font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #2b9e4a;
    margin: 0;
}
.reatil-prtha img{
        height: 400px;
    width: 100%;
    object-fit: cover;
    margin-top: 3rem;
    border-radius:15px;
}
.oicon{
   width: 46%;
    padding: 1.5rem;
    background: #b1ffc65c;
    border-radius: 15px;
    text-align: center;
}
.oicon p{
    margin:0;
}
.oicon img{
    margin-bottom:1rem;
    filter: invert(37%) sepia(32%) saturate(951%) hue-rotate(73deg) brightness(98%) contrast(89%);
}
.jey-muner{
        display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.who-we-are{
    padding:3rem 0 6rem;
    position:relative;
}
.who-we-iamge img{
    border-radius:15px;
}
.ws-content h4 a{
    font-size:20px;
    color:#000;
}
.ws-content .list-bt{
        color: #4caf50;
    font-weight: 600;
    font-size: 15px;
    position:relative;
}
.ws-content .list-bt::before{
        line-height: 1.7;
    font-family: flaticon_normal-icon !important;
    content: "\f165";
    font-size: 15px;
    position: absolute;
    top: 0;
    right: -20px;
}
.living-befits{
    padding:0 0 5rem;
    position:relative;
}
.org-cta .banner-contact-wrap{
    justify-content:center;
}
.sopiueing h4{
    font-size:20px;
    
}
.recont{
    color: #fff;
    font-size: 23px;
    font-style: italic;
}
.sopiueing{
    text-align:center;
}
.sopiueing img{
    margin-bottom:15px;
}
.certific{
    padding:4rem 0;
    position:relative;
}
.seasonal-card{
    height:100%;
}
.section-convenience{
    background: #f1f8f3;
        padding: 100px 0;
}
.delivery-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .03);
    overflow: hidden;
}


.wa-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.wa-modal-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  width: 90%;
  max-width: 350px;
  position: relative;
  animation: scaleIn 0.3s ease;
}

.wa-modal-box h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.wa-modal-box p {
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}

.wa-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wa-buttons button {
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #25D366;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.wa-buttons button:hover {
  background: #1ebe5d;
}

.wa-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
  
    /* ─── Utilities ─── */
    .text-primary-green  { color: #2e7d32 !important; }
    .text-muted-custom   { color: #9aa3a0; }
    .text-heading        { color:  #263238; }
    .bg-green-section    { background:  #2e7d32; }
    .bg-light-green      { background: #f1f8f3; }
    
    .label-tag {
      font-size: .875rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #2e7d32;
    }
    .section-label-white {
      font-size: .9375rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #ffd54f;
    }
    .icon-box {
      width: 48px;
      height: 48px;
      border-radius: 24px;
      background: #f1f8f3;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .icon-box svg { width: 22px; height: 22px; color: #2e7d32; }

  
    .section-hero { 
        padding: 4rem 0 0;
        }
    .hero-title {
      font-size: clamp(2rem, 4vw, 3.25rem);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: -.02em;
      color:  #263238;
    }
    .hero-subtitle {
      font-size: 1.125rem;
      color: #9aa3a0;
      line-height: 1.7;
    }

    /* ─── STORE CARDS ─── */
    .store-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 12px 32px rgba(0,0,0,.03);
    }
    .store-card-img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }
    .store-card-body { padding: 40px 40px 36px; }
    .store-card-title {
      font-size: 1.875rem;
      font-weight: 800;
      color:  #263238;
      margin-bottom: 10px;
    }
    .store-card-desc {
      font-size: 1rem;
      color: #9aa3a0;
      line-height: 1.65;
      margin-bottom: 28px;
    }
    .store-info-item { display: flex; gap: 16px; align-items: flex-start; }
    .store-info-label {
      font-size: 1rem;
      font-weight: 700;
      color:  #263238;
      margin-bottom: 2px;
    }
    .store-info-text {
      font-size: .9375rem;
      color: #9aa3a0;
      line-height: 1.65;
    }
    .store-info-link {
      font-size: .9375rem;
      color: #2e7d32;
      text-decoration: none;
    }
    .btn-outline-green {
      border: 1.5px solid #2e7d32;
      color: #2e7d32;
      background: transparent;
      font-weight: 700;
      font-size: .9375rem;
      border-radius: 12px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
      justify-content: center;
      text-decoration: none;
      transition: background .2s, color .2s;
    }
    .btn-outline-green:hover { background: #2e7d32; color: #fff; }
    .btn-filled-green {
      background: #2e7d32;
      color: #fff;
      font-weight: 700;
      font-size: .9375rem;
      border-radius: 12px;
      padding: 14px 20px;
      display: flex;
      align-items: center;
      gap: 8px;
      flex: 1;
      justify-content: center;
      text-decoration: none;
      border: none;
      transition: background .2s;
    }
    .btn-filled-green:hover { background: #256427; color: #fff; }
    .store-timings-row {
      display: flex;
      justify-content: space-between;
      font-size: .875rem;
      color: #9aa3a0;
    }

    /* ─── CONVENIENCE SECTION ─── */
    .section-convenience { padding: 100px 0; background: #f1f8f3; }
    .section-title-sm {
      font-size: clamp(1.75rem, 3vw, 2.625rem);
      font-weight: 700;
      color:  #263238;
      letter-spacing: -.02em;
    }
    .convenience-card {
      background: #fff;
      border-radius: 8px;
      padding: 40px 32px;
      text-align: center;
      height: 100%;
    }
    .convenience-icon-wrap {
      width: 64px;
      height: 64px;
      background: #fbfbf7;
      border-radius: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 16px;
    }
    .convenience-icon-wrap svg { width: 30px; height: 30px; color: #2e7d32; }
    .convenience-card h4 {
      font-size: 1.3125rem;
      font-weight: 700;
      color:  #263238;
      margin-bottom: 10px;
    }
    .convenience-card p { font-size: .9375rem; color: #9aa3a0; line-height: 1.65; }

    /* ─── DELIVERY TABLE ─── */
    .delivery-box {
      background: #fff;
      border-radius: 8px;
      box-shadow: 0 12px 32px rgba(0,0,0,.03);
      overflow: hidden;
    }
    .delivery-box-header { padding: 56px 48px 28px; text-align: center; }
    .delivery-box-header h3 {
      font-size: 1.875rem;
      font-weight: 800;
      color:  #263238;
      margin-bottom: 8px;
    }
    .delivery-box-header p { font-size: 1rem; color: #9aa3a0; }
    .delivery-table { width: 100%; border-collapse: collapse; }
    .delivery-table th {
      background: #fbfbf7;
      font-size: .9375rem;
      font-weight: 700;
      color:  #263238;
      padding: 18px 20px;
      border-bottom: 2px solid rgba(0,0,0,.08);
      text-align: left;
    }
    .delivery-table td {
      font-size: .9375rem;
      color: #9aa3a0;
      padding: 18px 20px;
      border-bottom: 1px solid rgba(0,0,0,.08);
    }
    .delivery-table tr:last-child td { border-bottom: none; }
    .badge-free {
      display: inline-block;
      background: rgba(41,95,59,.10);
      color: #2e7d32;
      font-size: .84375rem;
      font-weight: 600;
      border-radius: 12px;
      padding: 5px 12px;
    }

    /* ─── SEASONAL PICKS ─── */
    .section-seasonal { padding: 80px 0; background:  #2e7d32; }
    .seasonal-title {
      font-size: clamp(2rem, 3.5vw, 2.625rem);
      font-weight: 800;
      color: #fff;
      letter-spacing: -.02em;
    }
    .seasonal-subtitle { font-size: 1.0625rem; color: rgba(255,255,255,.8); line-height: 1.65; }
    .seasonal-card {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.12);
      border-radius: 8px;
      padding: 28px 20px 36px;
      text-align: center;
    }
    .seasonal-img-wrap {
      width: 120px;
      height: 120px;
      border-radius: 60px;
      border: 4px solid rgba(255,255,255,.12);
      overflow: hidden;
      margin: 0 auto 18px;
    }
    .seasonal-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
    .seasonal-card h5 { font-size: 1.125rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
    .seasonal-card p { font-size: .875rem; color: rgba(255,255,255,.7); line-height: 1.6; }

    /* ─── PRODUCTS SECTION ─── */
    .section-products { padding: 100px 0; background: #fbfbf7; }
    .product-card {
      background: #fff;
      border: 1px solid rgba(0,0,0,.08);
      border-radius: 8px;
      overflow: hidden;
      height: 100%;
    }
    .product-card-img { width: 100%; height: 220px; object-fit: cover; display: block; }
    .product-card-body { padding: 28px 28px 24px; }
    .product-card h4 {
      font-size: 1.375rem;
      font-weight: 800;
      color:  #263238;
      margin-bottom: 12px;
    }
    .product-card p { font-size: 1rem; color: #9aa3a0; line-height: 1.65; }

    /* ─── WHY ORGANIC ─── */
    .section-why { padding: 100px 0; background: #fff; border-bottom: 1px solid rgba(0,0,0,.08); }
    .why-icon { margin-bottom: 16px; display: flex; align-items: center; }
    .why-icon svg { width: 40px; height: 40px; color: #2e7d32; }
    .why-col h4 { font-size: 1.375rem; font-weight: 700; color:  #263238; margin-bottom: 12px; }
    .why-col p  { font-size: 1rem; color: #9aa3a0; line-height: 1.65; }
    
    .bulk-order{
        padding:2rem 0 !important;
    }
    
.abt-who-we-are{
    padding:3rem 0;
    position:relative;
}

 .wrapper{
      padding:2rem 0 4rem;
  }
 
    /* HERO */
    .hero {
      background: #1a6b3a;
      border-radius: 16px;
      padding: 48px 32px 56px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
 
    .hero::before {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 220px; height: 220px;
      border-radius: 50%;
      background: #24904e;
      opacity: 0.4;
    }
 
    .hero::after {
      content: '';
      position: absolute;
      bottom: -80px; left: -40px;
      width: 260px; height: 260px;
      border-radius: 50%;
      background: #24904e;
      opacity: 0.3;
    }
 

 
    
  
    /* CARDS */
    .cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 20px;
      z-index:1;
    }
 
    @media (max-width: 520px) {
      .cards { grid-template-columns: 1fr; }
      .hero h1 { font-size: 22px; }
    }
 
    .card {
      background: #ffffff;
      border: 0.5px solid #d0d0c8;
      border-radius: 14px;
      padding: 28px 24px;
      text-align: left;
       z-index:1;
    }
 
   
   
    .card h2 {
      font-size: 17px;
      font-weight: 500;
      color: #1c1c1a;
      margin-bottom: 8px;
    }
 
    .card p {
      font-size: 14px;
      color: #6b6b66;
      line-height: 1.6;
      margin-bottom: 22px;
    }
 
    /* BUTTONS */
    .btn-whatsapp {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #25d366;
      color: #ffffff;
      font-size: 14px;
      font-weight: 500;
      padding: 11px 20px;
      border-radius: 10px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      width: 100%;
      justify-content: center;
      transition: background 0.2s;
    }
 
    .btn-whatsapp:hover { background: #1db954; }
    .btn-whatsapp i { font-size: 18px; }
 
    .btn-form {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f5f4ef;
      color: #3a3a38;
      font-size: 14px;
      font-weight: 500;
      padding: 11px 20px;
      border-radius: 10px;
      border: 0.5px solid #ccccc5;
      cursor: pointer;
      text-decoration: none;
      width: 100%;
      justify-content: center;
      transition: background 0.2s;
    }
 
    .btn-form:hover { background: #ffba27; 
        color:#000;
    }
    .btn-form i { font-size: 18px; color: #b86a00; }
 
    /* HOW IT WORKS */
    .steps {
      background: #f9f8f4;
      border: 0.5px solid #d8d7cf;
      border-radius: 14px;
      padding: 24px 28px;
      margin-top: 20px;
    }
 
    .steps-title {
      font-size: 13px;
      font-weight: 500;
      color: #888780;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 16px;
    }
 
    .steps-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      list-style: none;
    }
 
    .step-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
 
    .step-num {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #1a6b3a;
      color: #ffffff;
      font-size: 12px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 1px;
    }
 
    .step-text {
      font-size: 14px;
      color: #3a3a38;
      line-height: 1.55;
    }
 
    .step-text strong {
      font-weight: 500;
      color: #1c1c1a;
    }
    
    .btn-form{
    padding:12px 28px;
    background:#2d7a35;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-size:16px;
}

.bulk-modal{
    display:none;
    position:fixed;
    z-index:9999;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    justify-content:center;
    align-items:center;
    padding:20px;
}

.bulk-modal-content{
    background:#fff;
    width:100%;
    max-width:500px;
    padding:35px;
    border-radius:12px;
    position:relative;
    animation:popupFade 0.3s ease;
}

@keyframes popupFade{
    from{
        transform:translateY(20px);
        opacity:0;
    }
    to{
        transform:translateY(0);
        opacity:1;
    }
}

.bulk-modal-content h3{
    margin-bottom:20px;
    font-size:28px;
}

.close-modal{
    position:absolute;
    right:18px;
    top:10px;
    font-size:30px;
    cursor:pointer;
}

.form-group{
    margin-bottom:15px;
}

.form-group input,
.form-group select,
.form-group textarea{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:6px;
    font-size:15px;
    outline:none;
}

.submit-btn{
    width:100%;
    padding:14px;
    border:none;
    background:#2d7a35;
    color:#fff;
    font-size:16px;
    border-radius:6px;
    cursor:pointer;
}

.btn-whatsapp{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 26px;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
}

.whatsapp-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.6);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:20px;
}

.whatsapp-popup.active{
    display:flex;
}

.whatsapp-popup-content{
    background:#fff;
    width:100%;
    max-width:380px;
    padding:30px;
    border-radius:12px;
    text-align:center;
    position:relative;
}

.whatsapp-popup-content h4{
    margin-bottom:20px;
    font-size:20px;
}

.wa-number{
    display:block;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:14px;
    border-radius:6px;
    margin-bottom:12px;
    font-weight:600;
}

.close-popup{
    position:absolute;
    top:10px;
    right:15px;
    font-size:28px;
    cursor:pointer;
}