    body {
        background-color: #F9FFF4;
        font-family: 'poppins';
    }
    
    
.active-product {
    background-color: #e8ffe6 !important;
    font-weight: bold;
    border-left: 4px solid #348111;
}

/*.new-product-badge {*/
/*    display: inline-block;*/
/*    background: linear-gradient(45deg, #ffcc00, #ff9900);*/
/*    color: #000;*/
/*    font-weight: bold;*/
/*    padding: 12px 24px;*/
/*    border-radius: 40px;*/
/*    font-size: 18px;*/
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    animation: pulseGlow 2s infinite ease-in-out, bounce 2s infinite;*/
/*    box-shadow: 0px 0px 10px rgba(255, 165, 0, 0.7);*/
/*    cursor: pointer;*/
/*    position: fixed;*/
/*    float: right;*/
/*}*/

/*.new-product-badge {*/
/*    display: inline-block;*/
/*    background: linear-gradient(45deg, #ffdd55, #ffb84d);*/
/*    color: #3b2b00;*/
/*    font-weight: 600; */
/*    padding: 10px 20px;*/
/*    border-radius: 40px;*/
/*    font-size: 15px; */
/*    text-align: center;*/
/*    margin-top: 10px;*/
/*    animation: pulseGlow 2s infinite ease-in-out, bounce 2s infinite;*/
/*    box-shadow: 0px 0px 25px rgba(255, 176, 59, 0.5); */
/*    cursor: pointer;*/
/*    float: right;*/
/*}*/


.new-product-badge {
    display: block;
    background: linear-gradient(45deg,  #ff0202, #d02b2b); 
    color: #fff; 
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 40px;
    font-size: 2px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
    animation: pulseGlow 2s infinite ease-in-out, bounce 2s infinite;
    /*box-shadow: 0px 0px 25px rgba(255, 80, 80, 0.6);*/
    cursor: pointer;
    float: right;
   
}


 Soft glowing effect 
@keyframes pulseGlow {
    0% { box-shadow: 0 0 5px #ffb300; transform: scale(1); }
    50% { box-shadow: 0 0 25px #ff9900; transform: scale(1.08); }
    100% { box-shadow: 0 0 5px #ffb300; transform: scale(1); }
}

 Gentle bounce 
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

/*.new-product-badge {*/
/*    display: inline-block;*/
/*    cursor: pointer;*/
/*    animation: pulseGlow 2s infinite ease-in-out, bounce 2s infinite;*/
/*    float: right;*/
/*}*/

/* Red diamond shape */
/*.badge-red {*/
/*    background: #d60000;*/
/*    color: #fff;*/
/*    padding: 18px 22px;*/
/*    font-weight: 700;*/
/*    text-align: center;*/
/*    font-size: 20px;*/
/*    border-radius: 18px;*/
/*    clip-path: polygon(50% 0%, 100% 45%, 50% 100%, 0% 45%);*/
/*    box-shadow: 0px 0px 18px rgba(255, 50, 50, 0.7);*/
/*}*/

/* Yellow highlight */
/*.badge-yellow {*/
/*    background: #ffd300;*/
/*    color: #000;*/
/*    font-weight: 500;*/
/*    margin-top: -18px;*/
/*    padding: 10px 25px;*/
/*    text-align: center;*/
/*    border-radius: 18px 18px 18px 18px;*/
/*    font-size: 22px;*/
/*}*/
/* Red diamond shape (smaller + tighter fit) */
/*.badge-red {*/
/*    background: linear-gradient(45deg,  #ff0202, #d02b2b);*/
/*    color: #fff;*/
/*    padding: 10px 14px;        */
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    font-size: 10px;           */
/*    line-height: 1.2;          */
/*    border-radius: 12px;*/
/*    width: 140px;              */
/*    clip-path: polygon(50% 0%, 90% 45%, 50% 100%, 10% 45%);*/
/*    box-shadow: 0px 0px 12px rgba(255, 50, 50, 0.7);*/
/*}*/

/* Yellow highlight (aligned perfectly) */
/*.badge-yellow {*/
/*    background: #ffd300;*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    margin-top: -6px;       */
/*    padding: 4px 14px;      */
/*    text-align: center;*/
/*    border-radius: 14px;*/
/*    font-size: 12px;        */
/*    width: 100px;           */
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

 /*Red diamond shape with glowing effect */
/*.badge-red {*/
/*    background: linear-gradient(45deg,  #ff0202, #d02b2b);*/
/*    color: #fff;*/
/*    padding: 10px 14px;*/
/*    font-weight: 600;*/
/*    text-align: center;*/
/*    font-size: 10px;*/
/*    line-height: 1.2;*/
/*    border-radius: 12px;*/
/*    width: 140px;*/
/*    clip-path: polygon(50% 0%, 90% 45%, 50% 100%, 10% 45%);*/
/*    box-shadow: */
/*        0px 0px 12px rgba(255, 50, 50, 0.7),      */
/*        0px 0px 18px rgba(255, 0, 0, 0.6);         */
/*    animation: glowPulseRed 2s infinite ease-in-out;*/
/*}*/

 /*Yellow highlight with glowing effect */
/*.badge-yellow {*/
/*    background: #ffd300;*/
/*    color: #000;*/
/*    font-weight: 600;*/
/*    margin-top: -6px;*/
/*    padding: 4px 14px;*/
/*    text-align: center;*/
/*    border-radius: 14px;*/
/*    font-size: 12px;*/
/*    width: 100px;*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    box-shadow: */
/*        0px 0px 10px rgba(255, 200, 0, 0.7),      */
/*        0px 0px 16px rgba(255, 180, 0, 0.6);       */
/*    animation: glowPulseYellow 2s infinite ease-in-out;*/
/*}*/

/* Red glow animation */
/*@keyframes glowPulseRed {*/
/*    0% { box-shadow: 0 0 10px rgba(255, 60, 60, 0.5); }*/
/*    50% { box-shadow: 0 0 22px rgba(255, 0, 0, 0.9); }*/
/*    100% { box-shadow: 0 0 10px rgba(255, 60, 60, 0.5); }*/
/*}*/

/* Yellow glow animation */
/*@keyframes glowPulseYellow {*/
/*    0% { box-shadow: 0 0 8px rgba(255, 210, 0, 0.5); }*/
/*    50% { box-shadow: 0 0 20px rgba(255, 200, 0, 1); }*/
/*    100% { box-shadow: 0 0 8px rgba(255, 210, 0, 0.5); }*/
/*}*/


/* Soft glowing effect */
/*@keyframes pulseGlow {*/
/*    0% { box-shadow: 0 0 5px #ffb300; transform: scale(1); }*/
/*    50% { box-shadow: 0 0 25px #ff9900; transform: scale(1.08); }*/
/*    100% { box-shadow: 0 0 5px #ffb300; transform: scale(1); }*/
/*}*/

/* Gentle bounce */
/*@keyframes bounce {*/
/*    0%, 100% { transform: translateY(0); }*/
/*    50% { transform: translateY(-6px); }*/
/*}*/




.custom-swal-popup {
    border-radius: 18px !important;
    border: 3px solid #d9a94b;
    box-shadow: 0px 0px 25px rgba(255, 176, 59, 0.5);
    font-family: "Poppins", sans-serif;
}

.swal2-title {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.swal2-confirm {
    font-size: 16px !important;
    padding: 10px 22px !important;
    border-radius: 10px !important;
    font-weight: bold !important;
}





    /* footer  */
    .footer-block {
        background-color: #FCFFFF;
        box-shadow: rgba(88, 163, 233, 0.3) 0px 7px 29px 0px;
        position: relative;
        margin-top: 110px;
    }

    .footerpara {
        color: #414141;
        font-size: 16px;
        text-align: justify;
        font-weight: 400;
        margin-top: 15px;
    }

    .footer-details {
        background-color: #386a06;
        color: #fff;
        padding: 19px;
        padding-bottom: 15px;
    }

    .page-links {
        padding: 0;
    }

    .page-links>li {
        list-style-type: none;
        margin-bottom: 5px;

    }

    .page-links>li>a {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

    .contact-num,
    .related-link {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
    }



    .cont-details {
        /* border: 1px solid */
    }

    .footer-rights {
        background-color: #E4F3FA;
        color: #004F70;
        font-weight: 600;
        font-size: 16px;
    }

    .blues {
        color: #01AFF8 !important
    }

    .social-media {
        display: flex;
        gap: 25px;
        margin-top: 14px;
        font-size: 50px;
        width: 48px; /* Adjust the value as needed */
  height: 60px;
    }

    .footAddress {
        font-size: 15px;
    }


    .mainbar {
        margin-right: 20px;
        justify-content: center !important;
        
    }

    .logoimg {
        width: 280px;
    }

    .headerlinks {
        color: #603500;
        font-weight: 600;
        font-size: 17px;
    
    }

    .nav-item {
        padding: 0px 8px;
    }

    .nav-link.active {
        color: #458B00 !important;
        font-weight: 600;
    }

    .mainHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }


    .contactbox>a {
        text-decoration: none;
        color: #282828;
        font-weight: 500;
    }

    .banners {
  width: 100%;
}

    .grassFooter {
        position: absolute;
        top: -94px;
        right: 0px;
        width: 725px;

    }

    .abtplant {
        width: 100%;
    }

    .abtcontent {
        background-image: url(../images/abtRect.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: max-content;
        padding: 31px;
    }

    .abtcontent>p {
        color: white;
    }

    .abtLeaf {
        z-index: -1;
        position: absolute;
        right: 0px;
        top: -140px;
    }


    .brandCards {
        background-image: url(../images/leafbackground.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-color: transparent;

    }


    /* owl carosal   */
    .carousel-wrap {
        margin: 90px auto;
        padding: 0 5%;
        width: 80%;
        position: relative;
    }

    /* fix blank or flashing items on carousel */
    .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
    }

    /* end fix */
    .owl-nav>div {
        margin-top: -26px;
        position: absolute;
        top: 50%;
        color: #cdcbcd;
    }

    .owl-nav i {
        font-size: 52px;
    }

    .owl-nav .owl-prev {
        left: -30px;
        font-size: 30px;
    }



    .owl-nav .owl-next {
        right: -30px;
    }

    .owl-nav {
        text-align: center;
        margin-top: 24px;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: auto !important;
    }

    .prod-img {
        background-color: #FFF8EB;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 200px;

    }

    .prod-det {
        background-color: #458B00;
        height: 50px;
        text-align: center;
        color: white;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .prod-items {
        border-radius: 9px !important;
        overflow: hidden;
    }


    .carousel-wrap {
        margin: 29px auto;
    }

    /* owl acarosal end  */
    /* --- Multi-level dropdown positioning --- */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        width: 300px !important
    }


    .dropdown-menu {
        width: 100% !important
    }

    .dropdown-item {
        white-space: normal !important;
    }

    .abtcontent>p {
        font-size: 19px;
    }

    /* about team  */
    .ourTeam {
        background-image: url(../images/ourteam.jpg);
        background-size: cover;
        background-repeat: no-repeat;

        padding: 31px;
    }

    .teamCard {
        padding: 7px 6px !important;
    }

    /*.teamTitle {*/
    /*    color: #458B00;*/
    /*    background-color: rgba(82, 163, 0, 0.07);*/
    /*    padding: 6px 16px;*/
    /*    width: max-content;*/
    /*    border-radius: 8px;*/
    /*    text-align: center;*/
    /*}*/
    




    /*.teamPosition {*/
    /*    color: #512D00;*/
    /*    font-weight: 500;*/
        /*text-align: center;*/
    /*}*/
    
    .teamCard .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;  
  justify-content: flex-start;
  text-align: justify;    
  padding: 1rem;         
}

.teamTitle {
  color: #458B00;
  background-color: rgba(82, 163, 0, 0.07);
  padding: 6px 16px;
  border-radius: 8px;
  display: inline-block; 
  text-align: center;
  margin: 0;             
}

.teamPosition {
  color: #512D00;
  font-weight: 500;
  margin-top: 0.6rem;
  width: 100%;
  max-width: 90%;
  text-align: center;
}


    .teamDetail {
        font-size: 14px;
    }

    .galblock img {
        width: 100%;
    }

    .brandimg {
        background-color: #FFF3E4;
        border-top-right-radius: 108px;
        border-bottom-right-radius: 108px;
        padding: 40px 4px;
    }

    .cocopeatProduct {
        background-color: #EFFFDF;
    }

    .productDetails {
        font-size: 21px;
  /*      text-align: justify;*/
  /*text-justify: inter-word;*/
  /*max-width: 800px;*/
    }
.cocopeatproductimg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px; /* optional */
}

.bullet-text {
        color:white;
    /*margin-left: 20px;     */
    /*text-indent: -24px;    */
    /*line-height: 1.6;       */
    
}


    .cocopeatContainer {
        background-color: #FFFAF3;
        padding: 15px
    }

    .footerPagelink {
        display: flex;
        justify-content: center;

    }

    .productdetail {
        background-color: #EFFFDF;
        padding: 15px;
        margin-top: 10px;
      
    }



    .produsage span {
        color: #458B00;
        font-weight: 500;
    }

    .cardimg {
        height: 400px;
    }
    
  
    
html, body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
  
  /*New*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);  /* white arrows */
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;  /* slightly wider click area */
}

.popup-image {
    position: fixed;
    top: 0; 
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.popup-image img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.popup-image span {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

/*  .dropdown-menu .dropdown-submenu {*/
/*    position: relative;*/
/*}*/

/*.dropdown-menu .dropdown-submenu .dropdown-menu {*/
/*    top: 0;*/
/*    left: 100%;*/
/*    margin-left: .1rem;*/
/*}*/



.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
}

.whatsapp-icon {
    width: 38px;
}
.wa-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 999;
}
.wa-float img { width: 40px; }

.wa-chat-box {
    position: fixed;
    bottom: 100px;
    right: 25px;
    width: 280px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    display: none;
    overflow: hidden;
    z-index: 999;
    font-family: Arial, sans-serif;
}

.wa-header {
    background: #25d366;
    padding: 12px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.wa-body {
    padding: 15px;
}

.wa-button {
    background: #25d366;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}


/*footer dropdown*/
.dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
}

/*24*/
/* Position second-level dropdown downward */
/*.dropdown-submenu {*/
/*    position: relative;*/
/*}*/

/*.dropdown-submenu .dropdown-menu {*/
/*    top: 100% !important;*/
/*    left: 0 !important;*/
/*    margin-top: 0.25rem;*/
/*}*/

/*.dropdown-menu.treat {*/
/*    top: 10px !important; */
/*    bottom: 100% !important; */
/*    left: 100% !important;*/
/*}*/

/* Fix on mobile */
/*@media (max-width: 768px) {*/
/*    .dropdown-submenu .dropdown-menu {*/
/*        width: 200px;*/
/*    }*/


/*}*/





    @media only screen and (min-width:1280px) {
        /*.banners {*/
        /*    width: auto;*/
        /*}*/

        .grassFooter {
            width: auto;
            top: -114px;
        }
         /* Adjust badge for this screen size */
    .new-product-badge {
        /*font-size: 18px;*/
        /*padding: 10px 22px;*/
        font-size: 10px;
        padding: 10px 10px;
        top: 20px;
        right: 25px;
    }
    }

    @media only screen and (min-width:629px) and (max-width:1194px) {
        .abtLeaf {
            display: none;

        }

        .dropdown-submenu>.dropdown-menu {

            width: 100% !important
        }
        /* Adjust badge for tablet view screens */
    .new-product-badge {
        font-size: 10px;
        padding: 10px 20px;
        top: 15px;
        right: 15px;
    }
    
    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    }

    @media only screen and (max-width:628px) {
        .mainHeader {
            display: none;
        }

        .grassFooter {
            top: -63px;
            width: 100%;
        }

        .footer-block {
            margin-top: 60px;
        }

        .abtLeaf {
            display: none;

        }

        .footerPagelink {
            display: flex;
            justify-content: initial;
            align-items: initial;
        }

        .dropdown-submenu>.dropdown-menu {

            width: 100% !important
        }
        
        /*New*/
          /* Center all images and videos */
    .carousel-item .col-sm-4,
    .carousel-item .col-sm-6 {
        display: flex;
        justify-content: center;
    }
    

    /* Remove fixed width - let images center properly */
    /*.carousel-item img,*/
    /*.carousel-item video {*/
    /*    width: 90% !important;*/
    /*    height: auto !important;*/
    /*}*/
    
    
    .carousel-item img,
    .carousel-item video {
        width: 90% !important;
        height: 180px !important;   /* SAME HEIGHT FOR ALL */
        object-fit: cover !important;
        border-radius: 8px;
    }

 /* Adjust badge for mobile size */
    .new-product-badge {
        /*font-size: 14px;*/
        /*padding: 8px 16px;*/
        font-size: 10px;
        padding: 5px 10px;
        top: 10px;
        right: 10px;
    }

    
  
    }