 body {
     font-family: 'Poppins', sans-serif;
     background: #f8fffb;
 }

 a {
     text-decoration: none
 }

 /* NAVBAR */
 .navbar {
     background: #fff;
     box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
 }

 .nav-link {
     font-weight: 500
 }

 .navbar-brand .brand-text {
     font-size: 14px;
     line-height: 1.2;
 }

 .nav-link {
     font-weight: 500;
     padding: 8px 14px;
 }

 .nav-link:hover {
     color: #198754;
 }

 .navbar {
     padding: 12px 0;
 }

 .icon-green {
     color: #198754;
 }

 .icon-green:hover {
     color: #146c43;
 }

 .search-input:focus {
     border-color: #198754;
     box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.25);
 }

 .brand-text {
     font-family: 'Nico Moji', ;
     font-size: 10px;
     color: #16a34a;
     letter-spacing: 1px;
     line-height: 1.2;
 }

 .wholesale-icon {
     color: #146c43;
 }


 .header-icons {
     height: 44px;
 }

 /* .header-search {
  width: 220px;
  height: 44px;
  display: flex;
  align-items: center;
} */

 .search-input {
     height: 36px;
 }

 .search-icon {
     position: absolute;
     left: 12px;
     top: 50%;
     transform: translateY(-50%);
     color: #6c757d;
 }

 .header-link {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 44px;
     font-size: 1.25rem;
 }

 .cart-badge {
     position: absolute;
     top: -4px;
     right: -6px;
     width: 16px;
     height: 16px;
     font-size: 0.65rem;
     background: #198754;
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
 }



.hero{
    background:linear-gradient(135deg,#e8f5e9,#f1f8e9);
    padding:120px 0;
    overflow:hidden;
}

.hero h1{
    font-size:60px;
    font-weight:700;
    line-height:1.2;
}

.hero h1 span{
    color:#22c55e;
}

.hero p{
    color:#6c757d;
    margin-top:20px;
}

.hero-buttons .btn{
    border-radius:50px;
    padding:12px 30px;
    font-weight:500;
}

 
.hero-images{
    position:relative;
    width:100%;
    max-width:550px;
    height:520px;
}

 
.main-circle{
    position:absolute;
    top:0;
    right:0;
    width:360px;
    height:360px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    padding:8px;
    box-shadow:0 30px 60px rgba(0,0,0,0.15);
    z-index:3;
    animation: floatY 4s ease-in-out infinite;
}

.main-circle img{
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit:cover;
}

 
.check-icon{
    position:absolute;
    top:18px;
    right:18px;
    background:#fff;
    border-radius:50%;
    padding:6px 8px;
    color:#22c55e;
    font-size:18px;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

 
.small-card{
    position:absolute;
    top:90px;
    left:40px;
    width:180px;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    padding:6px;
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    z-index:4;
    animation: floatY 5s ease-in-out infinite;
}

.small-card img{
    width:100%;
    height:200px;
    border-radius:12px;
    object-fit:cover;
}

 
.tilted-card{
    position:absolute;
    bottom:10px;
    left:0;
    width:260px;
    border-radius:25px;
    overflow:hidden;
    background:#fff;
    padding:8px;
    box-shadow:0 30px 60px rgba(0,0,0,0.15);
    transform:rotate(-10deg);
    z-index:2;
    animation: floatTilt 6s ease-in-out infinite;
}

.tilted-card img{
    width:100%;
    height:300px;
    border-radius:18px;
    object-fit:cover;
}

 
.organic-badge{
    position:absolute;
    bottom:40px;
    right:80px;
    background:#ff9800;
    color:#fff;
    font-weight:600;
    text-align:center;
    padding:18px 22px;
    border-radius:14px;
    transform:rotate(-8deg);
    box-shadow:0 20px 40px rgba(0,0,0,0.15);
    z-index:5;
}

 
@keyframes floatY{
    0%{ transform: translateY(0); }
    50%{ transform: translateY(-15px); }
    100%{ transform: translateY(0); }
}

 
@keyframes floatTilt{
    0%{ transform: rotate(-10deg) translateY(0); }
    50%{ transform: rotate(-10deg) translateY(-15px); }
    100%{ transform: rotate(-10deg) translateY(0); }
}

 
@media(max-width:991px){
    .hero-images{
        margin-top:60px;
        height:480px;
    }
}
/** video section ***/

.card{
border-radius:18px;
overflow:hidden;
}

.card-body h5{
font-size:20px;
}

section h2{
font-size:36px;
}


 /* category */
 .collection-section {
  background: #f8f9fa;
}

.collection-card {
  position: relative;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: all .4s ease;
}

.large-card {
  height: 460px;
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
   display: block;
}

.collection-card:hover img {
  transform: scale(1.1);
}

/* .overlay {
  position: absolute;
  inset: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.1));
  color: #fff;
  transition: .4s ease;
} */

.collection-card .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px;
  transform: translateY(100%);
  transition: 0.4s;
}

.collection-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,.15);
}

.collection-card:hover .overlay {
  transform: translateY(0);
}


.overlay .items {
  font-size: 13px;
  background: rgba(255,255,255,.2);
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
  margin-bottom: 8px;
}

.overlay h4,
.overlay h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.overlay p {
  font-size: 14px;
  opacity: .85;
  margin-bottom: 10px;
}

.overlay a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.overlay a:hover {
  text-decoration: underline;
}
@media (hover: none) {
  .collection-card .overlay {
    transform: translateY(0);
  }
}

/* story*/

.story-section {
  background: linear-gradient(to right, #eaf4ee 50%, #ffffff 50%);
  overflow: hidden;
}

/* Image Styling */
.story-images {
  position: relative;
  height: 500px;
}

.story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-box {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-top {
  width: 300px;
  height: 230px;
  top: 0;
  left: 60px;
  z-index: 2;
}

.img-bottom {
  width: 320px;
  height: 260px;
  top: 200px;
  left: 200px;
  z-index: 3;
}

.floating-card {
  position: absolute;
  top: 240px;
  left: 220px;
  background: #fff;
  width: 110px;
  height: 120px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.floating-card i {
  font-size: 28px;
}

/* Green Blur */
.green-blur {
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(25,135,84,.4);
  filter: blur(90px);
  border-radius: 50%;
  top: 260px;
  left: 80px;
  z-index: 1;
}

@media (max-width: 991px) {

  .story-section {
    background: #ffffff;
  }

  .story-images {
    height: auto;
  }

  .img-box,
  .floating-card,
  .green-blur {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }

}
/* Checklist */
.story-list li {
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.story-list i {
  color: #198754;
  font-size: 18px;
  margin-right: 10px;
}

/* Stats */
.stat-box {
  width: 55px;
  height: 55px;
  margin: auto;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

/* Responsive */
@media (max-width: 991px) {
  .story-section {
    background: #ffffff;
  }

  .story-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .img-top, .img-bottom {
    top: 0;
    left: 0;
  }

  .green-blur {
    display: none;
  }
}
 /* PRODUCT */

 .featured-section {
     background: #f9fafb;
 }

 .product-card {
     position: relative;
     background: #fff;
     border-radius: 18px;
     overflow: hidden;
     box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
     transition: .4s ease;
     opacity: 0;
     transform: translateY(30px);
     animation: fadeUp .8s ease forwards;
 }


 .product-card:nth-child(1) {
     animation-delay: .1s
 }

 .product-card:nth-child(2) {
     animation-delay: .25s
 }

 .product-card:nth-child(3) {
     animation-delay: .4s
 }

 /* .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 18px 35px rgba(0, 0, 0, .15);
        } */


 .product-card img {
     width: 100%;
     height: 220px;
     object-fit: cover;
     transition: .6s ease;
 }

 /* .product-card:hover img {
            transform: scale(1.08);
        } */


 .hometag {
     position: absolute;
     top: 12px;
     left: 12px;
     padding: 4px 14px;
     font-size: 12px;
     font-weight: 500;
     color: #fff;
     border-radius: 20px;
     z-index: 2;
 }

 .sale {
     background: #ef4444;
     color: #fff;
 }

 .new {
     background: #3b82f6;
     color: #fff;
 }

 .popular {
     background: #16a34a;
     color: #fff;
 }


 .product-info {
     padding: 15px;
 }

 .product-info h6 {
     font-weight: 600;
     margin: 6px 0;
 }

 .rating {
     font-size: 14px;
     display: flex;
     align-items: center;
     gap: 4px;
 }

 .rating i {
     color: #f59e0b;
 }

 .rating span {
     color: #666;
 }


 .price {
     color: #16a34a;
     font-weight: 700;
     margin: 0;
 }


 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 /* WHY US */

 .why-section {
     background: #fff;
 }


 .why-card {
     background: #fff;
     border-radius: 18px;
     padding: 30px 22px;
     text-align: center;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
     transition: .45s ease;
     opacity: 0;
     transform: translateY(30px);
     animation: fadeUp .9s ease forwards;
 }


 .col-md-3:nth-child(1) .why-card {
     animation-delay: .1s
 }

 .col-md-3:nth-child(2) .why-card {
     animation-delay: .25s
 }

 .col-md-3:nth-child(3) .why-card {
     animation-delay: .4s
 }

 .col-md-3:nth-child(4) .why-card {
     animation-delay: .55s
 }


 .why-icon {
     width: 56px;
     height: 56px;
     background: #eafff3;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 18px;
 }

 .why-icon i {
     font-size: 26px;
     color: #16a34a;
 }


 .why-card h6 {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .why-card p {
     font-size: 13px;
     color: #666;
     line-height: 1.6;
     margin: 0;
 }


 .why-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
 }


 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(30px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .faq-section{
background:#f8f9fa;
}

.custom-faq .accordion-button{
background:#fff;
border-radius:10px;
}

.custom-faq .accordion-button:not(.collapsed){
color:#198754;
background:#e9f7ef;
}

.accordion-item{
border-radius:12px;
overflow:hidden;
}

.accordion-body{
color:#555;
line-height:1.6;
}

 /* NEWSLETTER */
 .newsletter {
     background:#03471c;;
     padding: 70px 0;
     color: #fff;
 }

 /* FOOTER */
 footer {

     background: #0f172a;
     color: #cbd5e1;
     padding: 60px 0 20px;
 }

 footer a {
     color: #cbd5e1;
     font-size: 14px
 }


 /* ----------------- About Page ------------------------- */

 /* HERO */
 .abouthero {
     background: url("../img/banner.png") center/cover no-repeat;
     height: 420px;
     position: relative;
 }

 .abouthero-overlay {
     background: rgba(0, 0, 0, 0.35);
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     text-align: center;
 }

 .abouthero-overlay h1 {
     font-size: 36px;
     font-weight: 600;
 }

 .section-title {
     display: flex;
     justify-content: center;
     font-weight: 800;
     margin-bottom: 20px;
 }


 /* ICONS */
 .feature-icon {
     width: 60px;
     height: 60px;
     background: #e8f8ee;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 15px;
     color: #2ecc71;
     font-size: 22px;
 }

 /* TEAM */
 .team-img {
     width: 90px;
     height: 90px;
     object-fit: cover;
     border-radius: 50%;
     margin-bottom: 15px;
 }

 /* CTA */
 .cta {
     background: #f1fbf4;
     padding: 50px 15px;
     text-align: center;
 }

 .cta .btn {
     background: #2ecc71;
     color: #fff;
     padding: 10px 30px;
     border-radius: 25px;
 }

 /* FOOTER */
 footer {
     background: #0f172a;
     color: #cbd5e1;
     padding: 60px 0 20px;
 }

 footer a {
     color: #cbd5e1;
     font-size: 14px
 }



 .animate {
     opacity: 0;
     transform: translateY(40px);
     transition: all 0.9s ease;
 }

 .animate-left {
     transform: translateX(-40px);
 }

 .animate-right {
     transform: translateX(40px);
 }

 .animate.show {
     opacity: 1;
     transform: translate(0);
 }


 /* ----------------- wholesale enquiry page ----------------- */




 /*   HERO  */
 .enquiryhero {
     height: 260px;
     background: url("../img/banner.png") center/cover no-repeat;
     position: relative;
 }

 .enquiryhero::after {
     content: '';
     position: absolute;
     inset: 0;
     background: rgba(22, 163, 74, .75);
 }

 .enquiryhero-content {
     position: relative;
     z-index: 2;
     color: #fff;
     max-width: 720px;
     padding: 70px 20px;
 }

 .enquiryhero h2 {
     font-weight: 600;
 }

 .enquiryhero p {
     font-size: 14px;
     opacity: .95;
 }

 /*   FORM WRAPPER   */
 .form-wrapper {
     max-width: 1300px;
     margin-top: 40px;
 }

 /*   CARD   */
 .form-card {
     background: #fff;
     border-radius: 14px;
     padding: 25px;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
     margin-bottom: 25px;
     border: 1px solid #e5efe9;
 }

 /*   SECTION   */
 .section-title {
     display: flex;
     align-items: center;
     gap: 8px;
     font-weight: 600;
     color: #111827;
     font-size: 20px;
 }

 .section-title i {
     color: #16a34a;
 }

 .section-sub {
     font-size: 15px;
     color: #6b7280;
     margin-bottom: 18px;
 }

 /*   INPUTS   */
 .form-control,
 .form-select {
     background: #f4f4f4;
     border: none;
     font-size: 18px;
     padding: 10px 12px;
 }

 .form-control:focus,
 .form-select:focus {
     box-shadow: none;
     border: 1px solid #16a34a;
 }

 /*  PRODUCT SECTION   */
 .product-section h6 {
     font-size: 20px;
     color: #16a34a;
     margin: 22px 0 12px;
     font-weight: 600;
     border-bottom: 1px solid #e5efe9;
     padding-bottom: 6px;
 }

 /* PRODUCT CARD */
 .product-box {
     border: 1px solid #e5efe9;
     border-radius: 10px;
     padding: 10px 12px;
     margin-bottom: 12px;
     background: #fff;
     transition: .3s;
 }

 /* CHECKBOX */
 .product-box label {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 14px;
     cursor: pointer;
 }


 .qty-box {
     margin-top: 8px;
     display: none;
     animation: fadeSlide .3s ease;
 }

 .qty-box input {
     background: #f4f4f4;
     border: none;
     font-size: 13px;
 }




 @keyframes fadeSlide {
     from {
         opacity: 0;
         transform: translateY(-5px);
     }

     to {
         opacity: 1;
         transform: none;
     }
 }


 .submit-btn {
     background: #16a34a;
     color: #fff;
     border: none;
     padding: 10px 22px;
     border-radius: 8px;
     font-size: 14px;
     float: right;
 }

 .submit-btn:hover {
     background: #15803d;
 }


 .animate {
     opacity: 0;
     transform: translateY(40px);
     transition: .8s ease;
 }

 .animate.show {
     opacity: 1;
     transform: none;
 }

 .enquiryfooter {
     margin-top: 150px;

 }


 /* ------------- career page ----------- */



 /* HERO */
 .careerhero {
     background: url("../img/banner.png") center/cover no-repeat;
     height: 520px;
     position: relative;
 }

 .careerhero::before {
     content: "";
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, .45);
 }

 .careerhero-content {
     position: relative;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     color: #fff;
 }

 .careerhero h1 {
     font-weight: 700;
     font-size: 46px;
 }

 .careerhero p {
     max-width: 600px;
     margin: 15px auto 25px;
     color: #fff;
 }

 .careerhero .btn {
     background: #16a34a;
     border: none;
     padding: 12px 30px;
     border-radius: 25px;
     font-weight: 500;
 }

  
 .values {
     background: #f1fbf4;
     padding: 80px 0;
 }

 .value-icon {
     width: 70px;
     height: 70px;
     background: #16a34a;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 15px;
     color: #fff;
     font-size: 28px;
 }

  
 .join-team {
     padding: 80px 0;
 }

 .join-img {
     border-radius: 18px;
     box-shadow: 0 5px 1px rgba(0, 0, 0, .15);
 }

 
 .careerbenefit {
     padding: 80px 0;
 }

 .careerbenefit-card {
     padding: 25px;
     border-radius: 16px;
     background: #fff;
     box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
 }

 .careerbenefit-icon {
     width: 45px;
     height: 45px;
     background: #e8f8ee;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #16a34a;
     font-size: 20px;
 }

  
 .jobs {
     padding: 80px 0;
 }

 .job-card {
     border-radius: 16px;
     padding: 25px;
     border: 1px solid #eee;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .job-meta {
     font-size: 13px;
     color: #666;
 }

 .job-meta i {
     margin-right: 6px;
 }

 .apply-btn {
     background: #16a34a;
     color: #fff;
     border-radius: 20px;
     padding: 8px 20px;
     font-size: 14px;
     text-decoration: none;
     display: inline-block;
 }

 .apply-btn:hover {
     color: #fff;
     text-decoration: none;
 }


 .job-card {
     background: #fff;
     border-radius: 16px;
     padding: 25px;
     border: 1px solid #e5e7eb;
     display: flex;
     justify-content: space-between;
     align-items: center;


     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
     transition: all 0.35s ease;
 }


 .job-card:hover {
     box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
     transform: translateY(-6px);
 }


 .job-card:hover .apply-btn {
     background: #15803d;
 }


 .careerfooter-bottom {
     border-top: 1px solid rgba(255, 255, 255, .1);
     margin-top: 40px;
     padding-top: 15px;
     font-size: 13px;
 }


 .animate {
     opacity: 0;
     transform: translateY(40px);
     transition: all .9s ease;
 }

 .animate.show {
     opacity: 1;
     transform: none;
 }


 /* ---------------- Contact Page -------------------- */




 /*   HERO   */
 .contacthero {
     height: 280px;
     background: url("../img/banner.png") center/cover no-repeat;
     position: relative;
 }

 .contacthero::after {
     content: '';
     position: absolute;
     inset: 0;

 }

 .contacthero-content {
     position: relative;
     z-index: 2;
     color: #fff;
     text-align: center;
     padding-top: 90px;
 }

 .contacthero h1 {
     font-weight: 600;
 }

 .contacthero p {
     font-size: 15px;
     opacity: .95;
 }

 /*   MAIN WRAPPER  */
 .contact-wrapper {
     max-width: 1300px;
     margin-top: 80px;
 }

 /*   CARD   */
 .card-box {
     background: #fff;
     border-radius: 18px;
     padding: 30px;
     box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
 }

 /*   FORM   */
 .form-control {
     background: #f3f4f6;
     border: none;
     font-size: 14px;
     padding: 12px 14px;
 }

 .form-control:focus {
     box-shadow: none;
     border: 1px solid #16a34a;
     background: #fff;
 }

 /*   BUTTON   */
 .send-btn {
     background: #16a34a;
     color: #fff;
     border: none;
     width: 100%;
     padding: 12px;
     border-radius: 10px;
     font-size: 14px;
     transition: .3s;
 }

 .send-btn:hover {
     background: #16a34a;
 }

 /*   INFO BOX   */
 .info-box {
     background: #fff;
     border-radius: 14px;
     padding: 20px;
     display: flex;
     gap: 15px;
     align-items: flex-start;
     box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
     margin-bottom: 20px;
 }

 .info-icon {
     width: 48px;
     height: 48px;
     background: #16a34a;
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 18px;
     flex-shrink: 0;
 }

 .info-box h6 {
     font-size: 15px;
     font-weight: 600;
     margin-bottom: 4px;
 }

 .info-box p {
     font-size: 14px;
     margin: 0;
     color: #6b7280;
 }

 /*   IMAGE CARD   */
 .image-card img {
     width: 100%;
     border-radius: 18px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
 }

 /*  ANIMATION   */
 .animate {
     opacity: 0;
     transform: translateY(40px);
     transition: all .8s ease;
 }

 .animate.show {
     opacity: 1;
     transform: none;
 }


 .contactfooter {
     margin-top: 80px;

 }


 /* --------------- shop page ------------------- */

 .shophero-section {
     background: #ffffff;
     padding: 80px 0;
 }


 .shophero-badge {
     display: inline-block;
     background: #eafaf0;
     color: #16a34a;
     padding: 6px 14px;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 20px;
 }


 .shophero-title {
     font-size: 3rem;
     font-weight: 800;
     line-height: 1.15;
     margin-bottom: 20px;
 }

 .shophero-title span {
     color: #16a34a;
 }

 /* Text */
 .shophero-text {
     font-size: 1.05rem;
     color: #6b7280;
     max-width: 520px;
 }

 /* Buttons */
 .shophero-buttons {
     margin-top: 30px;
     display: flex;
     gap: 16px;
 }

 /* Features */
 .shophero-features {
     margin-top: 30px;
     display: flex;
     gap: 30px;
     font-size: 15px;
 }

 .shophero-features i {
     color: #16a34a;
     margin-right: 6px;
 }

 /* Image card */
 .shophero-image-card {
     position: relative;
     background: #ffffff;
     border-radius: 20px;
     padding: 16px;
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
 }

 .shophero-image-card img {
     width: 100%;
     border-radius: 16px;
 }

 /* Floating badge on image */
 .image-badge {
     position: absolute;
     bottom: 20px;
     left: 20px;
     background: #ecfdf5;
     color: #16a34a;
     padding: 10px 14px;
     border-radius: 12px;
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
 }

 .image-badge i {
     font-size: 18px;
 }


 .fade-left,
 .fade-right,
 .fade-up {
     opacity: 0;
     animation-duration: 1s;
     animation-fill-mode: forwards;
     animation-timing-function: ease-out;
 }


 .fade-left {
     animation-name: fadeLeft;
 }


 .fade-right {
     animation-name: fadeRight;
 }


 .fade-up {
     animation-name: fadeUp;
 }


 @keyframes fadeLeft {
     from {
         opacity: 0;
         transform: translateX(-40px);
     }

     to {
         opacity: 1;
         transform: translateX(0);
     }
 }

 @keyframes fadeRight {
     from {
         opacity: 0;
         transform: translateX(40px);
     }

     to {
         opacity: 1;
         transform: translateX(0);
     }
 }

 @keyframes fadeUp {
     from {
         opacity: 0;
         transform: translateY(40px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }



 .product {
     border-radius: 16px;
     border: none;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
 }

 .product img {
     height: 220px;
     object-fit: cover;
     border-radius: 16px 16px 0 0;
 }

 .sale {
     position: absolute;
     top: 10px;
     left: 10px;
 }

 .wishlist {
     position: absolute;
     top: 10px;
     right: 10px;
     background: #fff;
     padding: 6px;
     border-radius: 50%;
 }

 .rating {
     font-size: 14px;
 }

 .price {
     font-weight: bold;
 }

 .price span {
     text-decoration: line-through;
     color: #999;
     font-size: 13px;
 }

 .cart-btn {
     position: absolute;
     bottom: 15px;
     right: 15px;
     background: #e8f7ec;
     color: #198754;
     border-radius: 50%;
 }

 .filter-btn.active {
     background: #198754;
     color: #fff;
 }

 /* ------------ product details ------------------ */

 .product-detail {
     padding: 80px 0;
     background: #fff;
 }

 .product-gallery {
     position: relative;
 }

 .main-image {
     border-radius: 20px;
     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
     height: 420px;
     object-fit: cover;
 }


 .thumbnail-row {
     display: flex;
     gap: 12px;
 }

 .thumb {
     width: 70px;
     height: 70px;
     object-fit: cover;
     border-radius: 12px;
     cursor: pointer;
     opacity: 0.6;
     border: 2px solid transparent;
     transition: .3s;
 }

 .thumb:hover,
 .thumb.active {
     opacity: 1;
     border-color: #1db954;
 }


 .organic-badge {
     position: relative;
     top: 15px;
     left: 15px;
     background: #1db954;
     color: #fff;
     padding: 6px 14px;
     border-radius: 20px;
     z-index: 10;
     font-size: 13px;
 }


 @media(max-width: 576px) {
     .main-image {
         height: 300px;
     }
 }


 .organic-badge {
     position: relative;
     top: 20px;
     left: 20px;
     background: #16a34a;
     color: #fff;
     padding: 6px 14px;
     border-radius: 30px;
     font-size: 14px;
     font-weight: 600;
 }

 .thumbnail-row {
     display: flex;
     gap: 14px;
     margin-top: 16px;
 }

 .thumb {
     width: 70px;
     border-radius: 14px;
     cursor: pointer;
     opacity: 0.6;
     transition: 0.3s;
 }

 .thumb.active,
 .thumb:hover {
     opacity: 1;
     outline: 2px solid #16a34a;
 }


 .category-tag {
     background: #ecfdf5;
     color: #16a34a;
     padding: 6px 14px;
     border-radius: 20px;
     font-size: 13px;
     display: inline-block;
 }

 .product-title {
     font-size: 2.5rem;
     font-weight: 800;
     margin: 12px 0;
 }

 .rating {
     font-size: 14px;
     color: #6b7280;
     display: flex;
     gap: 10px;
     align-items: center;
 }

 .verified {
     color: #16a34a;
 }

 .price-box {
     background: #f9fafb;
     padding: 20px;
     border-radius: 16px;
     margin: 24px 0;
 }

 .price {
     font-size: 2rem;
     font-weight: 800;
     color: #16a34a;
 }

 .description {
     color: #6b7280;
     line-height: 1.7;
 }


 .nutrition {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 14px;
     margin: 24px 0;
 }

 .nutrition div {
     background: #f9fafb;
     padding: 14px;
     border-radius: 14px;
     text-align: center;
 }

 .nutrition strong {
     display: block;
     font-size: 18px;
 }


 .benefits {
     display: flex;
     flex-wrap: wrap;
     gap: 10px;
 }

 .benefits span {
     background: #ecfdf5;
     color: #16a34a;
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 13px;
 }


 .cart-row {
     display: flex;
     gap: 20px;
     margin-top: 30px;
 }

 .qty {
     display: flex;
     align-items: center;
     background: #f9fafb;
     border-radius: 30px;
     padding: 6px 14px;
 }

 .qty button {
     border: none;
     background: none;
     font-size: 20px;
     cursor: pointer;
 }

 .add-cart {
     width: 200px;
     flex: 1;
     background: #16a34a;
     color: #fff;
     border: none;
     border-radius: 30px;
     padding: 14px;
     font-size: 16px;
     font-weight: 600;
     transition: 0.3s;
 }

 .add-cart:hover {
     transform: translateY(-3px);
     box-shadow: 0 12px 30px rgba(22, 163, 74, 0.3);
 }

 .qty {
     width: 80px;
 }

 .cart-row {
     display: flex;
     align-items: center;
     gap: 20px;
 }

 /* ANIMATIONS */
 .fade-left,
 .fade-right {
     opacity: 0;
     animation: 1s ease forwards;
 }

 .fade-left {
     animation-name: fadeLeft;
 }

 .fade-right {
     animation-name: fadeRight;
 }

 @keyframes fadeLeft {
     from {
         opacity: 0;
         transform: translateX(-40px);
     }

     to {
         opacity: 1;
         transform: translateX(0);
     }
 }

 @keyframes fadeRight {
     from {
         opacity: 0;
         transform: translateX(40px);
     }

     to {
         opacity: 1;
         transform: translateX(0);
     }
 }


 /* -------------cart page ---------*/

 /* CART ITEM */
 .cart-item {
     display: flex;
     align-items: center;
     gap: 20px;
     padding: 20px 0;
     border-bottom: 1px solid #eee;
     flex-wrap: wrap;
 }

 .cart-img {
     width: 90px;
     height: 90px;
     border-radius: 10px;
     object-fit: cover;
 }

 .price {
     color: #198754;
     font-weight: 600;
 }

 .qty-box {
     display: flex;
     align-items: center;
     border: 1px solid #ddd;
     border-radius: 8px;
     overflow: hidden;
 }

 .qty-box button {
     background: #fff;
     border: none;
     padding: 6px 12px;
 }

 .qty-box span {
     padding: 0 12px;
     min-width: 30px;
     text-align: center;
 }

 .cart-actions {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .item-total {
     font-weight: 600;
 }

 .remove {
     cursor: pointer;
     color: #999;
     margin-left: auto;
 }

 /* SUMMARY */
 .summary-card {
     background: #f8f9fa;
     border-radius: 16px;
     padding: 25px;
 }

 .checkout-btn {
     background: #198754;
     color: #fff;
     border-radius: 12px;
     padding: 14px;
     width: 100%;
     border: none;
     font-weight: 600;
 }

 .free-box {
     background: #e9f7ef;
     color: #198754;
     padding: 12px;
     border-radius: 10px;
     font-size: 14px;
 }

 /* 🔥 MOBILE FIX */
 @media (max-width: 768px) {
     .cart-img {
         width: 70px;
         height: 70px;
     }

     .cart-actions {
         width: 100%;
         justify-content: space-between;
         margin-top: 10px;
     }

     .remove {
         margin-top: 10px;
     }
 }


 /* ------------ email template for user --------------- */



 .email-container {
     margin: 0;
     padding: 0;
     max-width: 600px;
     margin: 20px auto;
     background-color: #ffffff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 }

 .header {

     background-size: cover;
     background-position: center;
     color: #fff;
     text-align: center;
     padding: 40px 20px;
 }

 .header h1 {
     font-size: 24px;
     font-weight: 600;
 }

 .content {
     padding: 30px 20px;
     text-align: center;
 }

 .order-summary {
     margin: 20px 0;
     border: 1px solid #e0e0e0;
     border-radius: 8px;
     padding: 20px;
 }

 .order-summary table {
     width: 100%;
 }

 .order-summary th,
 .order-summary td {
     padding: 8px 0;
     text-align: left;
 }

 .order-summary th {
     font-weight: 600;
 }

 .green-btn {
     background-color: #28a745;
     color: #fff;
     padding: 12px 25px;
     border-radius: 6px;
     text-decoration: none;
     display: inline-block;
     margin: 20px 0;
 }

 .benefits {
     background-color: #f0fff4;
     border-radius: 8px;
     padding: 20px;
     display: flex;
     justify-content: space-around;
     text-align: center;
     margin-bottom: 20px;
 }

 .benefits div {
     flex: 1;
     margin: 0 5px;
 }

 .benefits i {
     font-size: 24px;
     color: #28a745;
     margin-bottom: 8px;
 }

 .footer {
     font-size: 12px;
     color: #777;
     padding: 20px;
     text-align: center;
 }

 .footer a {
     color: #28a745;
     text-decoration: none;
 }

 /* ----------- email template for admin --------- */

 .email-wrapper {
     max-width: 650px;
     margin: 30px auto;
     background: #ffffff;
     border-radius: 10px;
     overflow: hidden;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
 }

 .header {
     background: linear-gradient(90deg, #0aa03c, #0b8f37);
     color: #fff;
     padding: 25px;
 }

 .badge-standard {
     background: #e7f7ee;
     color: #0aa03c;
     font-size: 12px;
     padding: 5px 10px;
     border-radius: 20px;
 }

 .section {
     padding: 20px 25px;
     border-bottom: 1px solid #eee;
 }

 .section-title {
     font-weight: 600;
     margin-bottom: 15px;
 }

 .card-box {
     border: 1px solid #e5e7eb;
     border-radius: 8px;
     padding: 15px;
 }

 .product-card {
     border: 1px solid #e5e7eb;
     border-radius: 10px;
     padding: 15px;
     margin-bottom: 12px;
 }

 .tag {
     display: inline-block;
     border: 1px solid #d1fae5;
     color: #0aa03c;
     border-radius: 20px;
     padding: 3px 10px;
     font-size: 12px;
     margin-right: 5px;
     margin-top: 5px;
 }

 .qty {
     color: #0aa03c;
     font-weight: 600;
 }

 .note-box {
     background: #fff9db;
     border: 1px solid #ffe58f;
     border-radius: 8px;
     padding: 15px;
     font-style: italic;
 }

 .btn-green {
     background: #0aa03c;
     color: #fff;
 }

 .footer {
     background: #f8f9fa;
     font-size: 12px;
     color: #777;
     text-align: center;
     padding: 15px;
 }

 /* ----------- blog page ---------- */


 .bloghero {
     position: relative;
     width: 100%;
     height: 420px;
     overflow: hidden;
 }

 .bloghero img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .bloghero::after {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .75));
 }

 .bloghero-content {
     position: absolute;
     bottom: 40px;
     left: 50px;
     z-index: 2;
     color: #fff;
     max-width: 650px;
 }

 .badge-green {
     background: #1db954;
 }

 .read-btn {
     background: #1db954;
     color: #fff;
     border-radius: 30px;
     padding: 10px 22px;
     border: none;
 }


 .read-btn:hover,
 .read-btn:focus,
 .read-btn:active,
 .read-btn:focus-visible {
     background: #1db954;
     color: #fff;
     box-shadow: none;
     transform: none;
 }

 .article-card {
     border-radius: 16px;
     overflow: hidden;
     background: #fff;
     box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
     transition: .3s;
 }

 .article-card:hover {
     transform: translateY(-5px);
 }

 .article-card img {
     width: 100%;
     height: 200px;
     object-fit: cover;
 }

 .article-body {
     padding: 16px;
 }

 .category-pill {
     background: #1db954;
     color: #fff;
     font-size: 12px;
     padding: 4px 12px;
     border-radius: 20px;
 }

 .article-meta {
     font-size: 13px;
     color: #6c757d;
 }

 /* LOAD MORE */
 .load-more {
     background: #1db954;
     color: #fff;
     border-radius: 30px;
     padding: 12px 32px;
 }


 .header-search {
     width: 220px;
 }

 .search-input {
     padding-left: 38px;
     border-radius: 30px;
 }

 .search-icon {
     position: absolute;
     top: 50%;
     left: 14px;
     transform: translateY(-50%);
     color: #999;
 }


 @media (max-width: 991px) {
     .bloghero {
         height: 360px;
     }

     .bloghero-content {
         left: 30px;
         right: 30px;
     }
 }

 @media (max-width: 576px) {
     .bloghero {
         height: 300px;
     }

     .bloghero-content {
         left: 20px;
         right: 20px;
         bottom: 20px;
     }

     .bloghero-content h2 {
         font-size: 20px;
     }
 }