@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('BebasNeue-Regular.woff2') format('woff2'),
    url('BebasNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'),
    url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
    url('../fonts/Poppins-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-color: #88A376;
  --top-color: #414040;
  --red: #FF0000;
  --black: #000;
  --white: #fff;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.7em;
  margin-bottom: 1.6em;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--black);
  display: inline-block;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: none;
  padding: 0;
}

body {
  font-family: 'Poppins' !important;
  overflow-x: hidden;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
  display: none;
}

.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--main-color);
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #88a376;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 10px;
  top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
   color: #000;
   font-weight: 700;
   }*/
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
  opacity: 0;
  visibility: visible;
  z-index: 999;
}

.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}

.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
}

.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/





/* shash kay  */

/* button {
    background: linear-gradient(to left,#AD1115 50%, #fff 50%);
    background-position: left bottom;
    transition: all .6s ease-out;
    background-size: 200% 100%;
}
button:hover{
  background-position: right bottom;
} */










/* inner scroll side bar  */


/* className::-webkit-scrollbar {
	width: 4px;
} */
/* Track */

/* className::-webkit-scrollbar-track {
	background: #d4d4d4 ;
} */
/* Handle */

/* className::-webkit-scrollbar-thumb {
	background: #790101 ;
} */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
	background: #8b8b8b;
}  */
.header-top {
  background-color: var(--top-color);
  padding: 9px 0;
}

.mail-links ul {
  display: flex;
  gap: 20px;
}

.mail-links ul li a {
  color: var(--white);
  font-size: 15px;
}

.mail-links ul li a i {
  padding: 0 7px;
  font-size: 1rem;
}

.social-links ul {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.social-links ul li a {
  color: var(--white);
  font-size: 15px;
}

.mail-links ul li a i {
  padding: 0 7px;
  font-size: 1rem;
}

.social-links ul li {
  color: #fff;
}

.custom-nav {
  background-color: var(--main-color);
  padding: 10px 0;
}

.logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(108%) contrast(100%);
}

.navlinks ul {
  display: flex;
  gap: 29px;
  justify-content: center;
}

.navlinks ul li a {
  color: var(--white);
}

.custom-nav .row {
  align-items: center;
  justify-content: space-between;
}

.search-box {
  display: flex;
  align-items: center;
  width: 200px;
  /* background: #92AA7B; */
  /* same green shade */
  padding: 4px 12px;
  border-radius: 15px;
  border: 1px solid #fff;
}

.search-box .icon {
  font-size: 16px;
  margin-right: 8px;
  color: white;
}

.search-box input {
  border: none;
  background: transparent;
  outline: none;
  color: white;
  font-size: 14px;
  width: 100%;
}

.search-box input::placeholder {
  color: white;
}

.custom-right ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom-right ul li span i {
  font-size: 18px;
  color: var(--white);
  padding: 0 3px;
}

/* main-banner */
.main-banner {
  background-image: url(../images/background.png);
  background-size: cover;
  height: 667px;
  display: flex;
  align-items: center;
}

.main-banner::after {
  content: '';
  position: absolute;
  height: 665px;
  width: 670px;
  background-color: #474d41;
  right: -360px;
  /* border-top-left-radius: 60%; */
  /* border-bottom-left-radius: 60%; */
  border-radius: 450px;
  overflow-y: hidden;
  opacity: 0.8;
}

.main-banner-cont h1 {
  color: var(--main-color);
  font-size: 100px;
  text-transform: uppercase;
}

.main-banner-cont p {
  color: var(--main-color);
  max-width: 550px;
}

section.hte img {
  width: 100%;
  height: 44px;
}

.hero {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  background: url('../images/hero-bg.jpg') center/cover no-repeat;
}

/* Dark glass overlay */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
}

/* Content */
.hero-content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-31%, -50%);
  text-align: center;
  color: var(--white);
  max-width: 500px;
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 12px;
}

.hero-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--main-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid #7c9a6a;
}

.hero-sec {
  padding: 80px 0;
  background: url('../images/hero-bg1.png') center/cover no-repeat;
}

/* mission */
.mission-sec {
  background: url('../images/mission-bg.png') center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

.mission-sec::before {
  content: '';
  position: absolute;
  background: url(../images/mission-before.png);
  height: 52px;
  width: 100%;
  top: -25px;
}

.mission-sec::after {
  content: '';
  position: absolute;
  background: url(../images/mission-before.png);
  height: 52px;
  width: 100%;
  bottom: -25px;
}

.mission-sec .row {
  align-items: center;
}

.mission-sec-cont {
  color: #fff;
}

.mission-sec-cont p {
  padding: 10px 0;
  margin: 0;
}

.mission-sec-cont a {
  background: var(--white);
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  color: var(--main-color);
  border: 2px solid var(--white);
}

.shop-head {
  text-align: center;
}

section.shop-sec {
  padding: 100px 0;
  background: url('../images/shop-bg.png') center/cover no-repeat;
}

.shop-head h2 {
  font-size: 50px;
  font-weight: 600;
  color: var(--main-color);
}

.shop-head p {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 20px 0;
}

.shop-box img {
  height: 550px;
  border-radius: 14px;
}

.shop-box {
  padding: 60px 50px 0 50px;
  text-align: center;
}

.shop-box button {
  width: 310px;
  background-color: var(--top-color);
  color: var(--white);
  padding: 7px;
  border: 2px solid var(--top-color);
  border-radius: 9px;
}
.shop-box1 img {
  height: 550px;
  width: 707px;
  border-radius: 14px;
}

.shop-box1 {
  padding: 60px 50px 0 50px;
  text-align: center;
}

.shop-box1 button {
  width: 310px;
  background-color: var(--top-color);
  color: var(--white);
  padding: 7px;
  border: 2px solid var(--top-color);
  border-radius: 9px;
}

.product-meta h4 {
  padding: 0 0 10px 0;
  color: var(--main-color);
  font-size: 21px;
}

.product-meta h5 {
  padding: 0 0 10px 0
}

.product-meta {
  padding: 10px 0;
}

.flash-sale {
  background: url('../images/flash-bg.png') center/cover no-repeat;
  padding: 100px 0;
  position: relative;
}

.flash-content {
  background-color: #ffffffa3;
  text-align: center;
  padding: 70px 0;
  border-radius: 20px;
}

.flash-content p {
  margin: 0;
  font-size: 21px;
  padding: 10px 0;
}

.flash-content p {
  margin: 0;
  font-size: 20px;
  padding: 10px 0;
  max-width: 790px;
  margin: 0 auto;
}

.flash-sale::before {
  content: '';
  position: absolute;
  background: url(../images/mission-before.png);
  height: 52px;
  width: 100%;
  top: -25px;
}

.flash-sale::after {
  content: '';
  position: absolute;
  background: url(../images/mission-before.png);
  height: 52px;
  width: 100%;
  bottom: -25px;
}

.calender-cont h2 {
  color: var(--main-color);
  font-size: 35px;
}

section.calender-sec {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
  background: url(../images/calender-bg.png);
  background-size: cover;
}

section.calender-sec img {
  position: absolute;
  right: 0;
  top: 1px;
}

.custom-btn {
  background-color: var(--top-color);
  color: var(--white);
  padding: 9px 25px;
  border: none;
  border-radius: 9px;
  border: 2px solid var(--top-color);
}

.calender-cont p {
  margin: 0;
  padding: 10px 0;
  max-width: 490px;
}

.buy-lulu {
  background: var(--main-color);
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.buy-lulu h2 a {
  color: #fff;
}

.buy-lulu h2 {
  color: #fff;
  text-transform: uppercase;
}

.buy-lulu::after {
  content: '';
  position: absolute;
  background: url(../images/mission-before.png);
  height: 52px;
  width: 100%;
  bottom: -28px;
  left: 0;
}

.gallery-sec {
  padding: 70px 0;
}

.carousel-container {
  width: 100%;
  max-width: 1200px;
  height: 450px;
  position: relative;
  perspective: 1000px;
  margin-top: 80px;
  margin: 0 auto;
}

.carousel-track {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card {
  position: absolute;
  width: 280px;
  height: 380px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card.center {
  z-index: 10;
  transform: scale(1.1) translateZ(0);
}

.card.center img {
  filter: none;
}

.card.left-2 {
  z-index: 1;
  transform: translateX(-320px) scale(0.8) translateZ(-20px);
  opacity: 0.7;
}

.card.left-2 img {
  filter: grayscale(100%);
}

.card.left-1 {
  z-index: 5;
  transform: translateX(-350px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.left-1 img {
  filter: grayscale(100%);
}

.card.left-3 img {
  filter: grayscale(100%);
}

.card.right-1 {
  z-index: 5;
  transform: translateX(350px) scale(0.9) translateZ(-100px);
  opacity: 0.9;
}

.card.right-1 img {
  filter: grayscale(100%);
}

.card.right-3 img {
  filter: grayscale(100%);
}

.card.right-2 {
  z-index: 1;
  transform: translateX(400px) scale(0.8) translateZ(-300px);
  opacity: 0.7;
}

.card.right-3 {
  z-index: 1;
  transform: translateX(600px) scale(0.8) translateZ(-550px);
  opacity: 0.7;
}

.card.left-3 {
  z-index: 1;
  transform: translateX(-600px) scale(0.8) translateZ(-550px);
  opacity: 0.7;
}

.card.right-2 img {
  filter: grayscale(100%);
}

.card.hidden {
  opacity: 0;
  pointer-events: none;
}

.dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(8, 42, 123, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: rgb(8, 42, 123);
  transform: scale(1.2);
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgb(40 74 117);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  border: none;
  outline: none;
  padding-bottom: 4px;
}

.nav-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
  left: 20px;
  padding-right: 3px;
  display: none;
}

.nav-arrow.right {
  right: 20px;
  padding-left: 3px;
  display: none;
}

.member-info {
  display: none;
}

.video-section {
  position: relative;
  height: 490px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url('../images/video-bg.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}

.play-button:hover {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.play-icon {
  width: 0;
  height: 0;
  border-left: 25px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 5px;
}

.play-text {
  position: absolute;
  bottom: -30px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.subscribe-wrapper {
  width: 80%;
  max-width: 600px;
  margin: 20px 0;
}

.subscribe-form {
  display: flex;
  align-items: center;
  background: #f7fbf0;
  border: 2px solid #2f3b2f;
  border-radius: 50px;
  padding: 8px;
}

.input-group {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 15px;
  gap: 10px;
}

.icon {
  font-size: 18px;
}

.subscribe-form input {
  width: 90%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}

.subscribe-form button {
  background: #7b846f;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

section.news-sec .row {
  align-items: center;
}

.news-sec-form h4 {
  font-size: 30px;
}

.news-sec-form p {
  margin: 0 !important;
  padding: 10px 0 0;
  max-width: 500px;
  color: #435058;
}

section.news-sec {
  /* background: #F8FFF4; */
  padding: 0 0 30px 0;
}

.news-sec .container {
  background: #F8FFF4;
  margin-top: -30px;
  z-index: 1;
  position: relative;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer {
  background: var(--top-color);
  color: white;
  padding: 50px 0 0;
  margin-top: 50px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.footer-logo img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(318deg) brightness(108%) contrast(100%);
  width: 70%;
}

.logo-icon {
  width: 30px;
  height: 30px;
  fill: white;
}

.footer-about {
  line-height: 1.6;
  font-size: 14px;
  color: #d0d0d0;
  margin-bottom: 30px;
}

.footer h5 {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 600;
  color: white;
  margin-top: 30px;
}

.footer ul {
  list-style: none;
  padding: 0;
  justify-content: start;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #d0d0d0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #7fb069;
}

.footer-social p {
  font-size: 14px;
  margin-bottom: 15px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.social-icons a:hover {
  background: #7fb069;
  transform: translateY(-3px);
}

.footer-bottom {
  background: #ffffff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  color: #161515;
  margin-top: 40px;
}

.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 55px;
  height: 55px;
  background: #7fb069;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}

.scroll-top:hover {
  background: #6a9557;
  transform: translateY(-5px);
}

.scroll-top i {
  color: white;
  font-size: 24px;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
  }

  .footer-about {
    text-align: left;
  }

  .scroll-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}

.banner-after {
  position: absolute;
  right: 0;
  z-index: 1;
}

.bread-crump {
  height: 300px;
  display: flex;
  align-items: center;
  background-image: url(../images/background.png);
  background-size: cover;
  background-position: 50%;
}

.bread-crump h1 {
  color: var(--main-color);
  z-index: 1;
  position: relative;
  font-size: 50px;
  line-height: 120px;
}

/* Main Content */


.filter-section {
  text-align: center;
  margin-bottom: 50px;
}

.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.filter-btn {
  background-color: var(--top-color);
  color: var(--white);
  padding: 9px 25px;
  border: none;
  border-radius: 9px;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.product-card {
  /* background: white; */
  /* border-radius: 10px; */
  overflow: hidden;
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.1); */
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-info {
  padding: 25px 3px;
  text-align: left;
  /* background: #fff; */
}

.product-category {
  color: #6b8e6b;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.product-title {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 400;
}

.product-price {
  font-size: 20px;
  color: #4a6b4a;
  font-weight: bold;
  margin-bottom: 20px;
}

.buy-btn {
  padding: 12px 35px;
  background-color: #4a6b4a;
  color: white;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}

.buy-btn:hover {
  background-color: #3a5a3a;
  transform: scale(1.05);
}

/* Contact Section */
.contact-section {
  padding: 80px 0;
}

.contact-info {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.contact-info h3 {
  color: var(--dark-green);
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-item {
  margin-bottom: 30px;
  display: flex;
  align-items: start;
}

.contact-item i {
  color: var(--sage-green);
  font-size: 24px;
  margin-right: 20px;
  margin-top: 5px;
}

.contact-item h5 {
  color: var(--dark-green);
  margin-bottom: 5px;
  font-weight: 600;
}

.contact-item p {
  color: #666;
  margin: 0;
}

/* Contact Form */
.contact-form {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-form h3 {
  color: var(--dark-green);
  margin-bottom: 30px;
  font-weight: 600;
}

.form-label {
  color: var(--dark-gray);
  font-weight: 500;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--main-color);
  box-shadow: 0 0 0 0.2rem rgba(139, 157, 124, 0.25);
}

.btn-submit {
  background-color: var(--main-color);
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-submit:hover {
  background-color: var(--main-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.cart-item {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #dcd7d7;
  /* display: flex; */
}

.cart-item img {
  width: 100px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-control button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--sage-green);
  background: white;
  color: var(--sage-green);
}

.quantity-control button:hover {
  background: var(--sage-green);
  color:  var(--sage-green);
}

.summary-card {
  background: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
  border: 1px solid #dcd7d7;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.summary-total {
  border-top: 2px solid var(--sage-green);
  padding-top: 15px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.2rem;
}

.empty-cart {
  text-align: center;
  padding: 60px 20px;
}

.empty-cart i {
  font-size: 4rem;
  color: var(--sage-green);
  opacity: 0.5;
}

.product-img {
  display: flex;
  justify-content: center;
  background: #ececec;
  padding: 40px;
  border-radius: 20px;
  width: 100%;
  align-items: center;
  height: 330px;
}

.custom-btn:hover {
  background: transparent;
  color: #88a376;
  border: 2px solid #88a376;
  transition: 0.3s;
}

.btn:hover {
  background: transparent;
  color: #88a376;
  border: 2px solid #88a376;
  transition: 0.3s;
}

.mission-sec-cont a:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #fff;
  transition: 0.3s;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none I !important;
}

.mission-sec-cont h3 {
  font-size: 30px;
}

/* Product Section */
.product-section {
  padding: 60px 0;
}

.single-product-image {
  background: white;
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.product-image img {
  width: 100%;
  height: 110%;
  border-radius: 5px;
}

.thumbnail-images {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail-images img {
  width: 80px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
}

.thumbnail-images img:hover,
.thumbnail-images img.active {
  border-color: var(--primary-green);
}

.product-details {
  background: white;
  padding: 40px;
  border-radius: 10px;
  /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.product-category {
  color: var(--primary-green);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.single-product-title {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin: 15px 0;
}

.single-product-price {
  font-size: 28px;
  color: var(--primary-green);
  font-weight: 700;
  margin: 20px 0;
}

.product-rating {
  color: #ffc107;
  margin-bottom: 20px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  margin: 25px 0;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 25px 0;
}

.quantity-selector label {
  font-weight: 600;
  color: #333;
}

.quantity-input {
  display: flex;
  border: 2px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.quantity-input button {
  background: var(--light-bg);
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s;
}

.quantity-input button:hover {
  background: var(--primary-green);
  color: white;
}

.quantity-input input {
  width: 60px;
  text-align: center;
  border: none;
  font-weight: 600;
}

.btn-add-cart {
  background-color: var(--main-color);
  color: white;
  border: 2px solid var(--main-color);
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 20px;
}

.btn-add-cart:hover {
  color: var(--main-color);
  background: transparent;
}

.btn-wishlist {
  background: transparent;
  border: 2px solid var(--main-color);
  color: var(--main-color);
  padding: 15px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 10px;
}

.btn-wishlist:hover {
  background-color: var(--main-color);
  color: white;
}

.product-meta {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.product-meta p {
  margin: 10px 0;
  color: #666;
}

.product-meta strong {
  color: #333;
  margin-right: 10px;
}

/* Tabs */
.product-tabs {
  margin-top: 60px;
}

.nav-tabs {
  border-bottom: 2px solid #e0e0e0;
}

.nav-tabs .nav-link {
  color: #666;
  font-weight: 600;
  border: none;
  padding: 15px 30px;
}

.nav-tabs .nav-link.active {
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
  background: transparent;
}

.tab-content {
  background: white;
  padding: 40px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.single-product-price span {
  font-size: 18px;
  font-weight: 400;
  color: #6c757d !important;
}

/* Breadcrumb */
.checkout-breadcrumb {
  background: white;
  padding: 20px 0;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.breadcrumb {
  margin: 0;
  background: transparent;
}

.breadcrumb-item a {
  color: var(--primary-green);
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #666;
}

/* Checkout Steps */
.checkout-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.checkout-steps::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 25%;
  right: 25%;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.step {
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  border: 3px solid #ddd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.step.active .step-circle {
  background: var(--primary-green);
  border-color: var(--primary-green);
  color: white;
}

.step.completed .step-circle {
  background: var(--dark-green);
  border-color: var(--dark-green);
  color: white;
}

.step-label {
  font-weight: 600;
  color: #999;
}

.step.active .step-label {
  color: var(--primary-green);
}

/* Forms */
.checkout-section {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.checkout-section h4 {
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--light-bg);
}

.form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.form-control,
.form-select {
  border: 2px solid #e0e0e0;
  padding: 12px;
  border-radius: 5px;
  transition: all 0.3s;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--primary-green);
  box-shadow: 0 0 0 0.2rem rgba(123, 163, 119, 0.25);
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--primary-green);
}

/* Order Summary */
.order-summary {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 20px;
}

.order-summary h4 {
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}

.cart-item1 {
  display: flex;
  gap: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image {
  width: 80px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-weight: 600;
  color: #333;
  font-size: 14px;
  margin-bottom: 5px;
}

.cart-item-price {
  color: var(--primary-green);
  font-weight: 600;
}

.cart-item-quantity {
  color: #666;
  font-size: 14px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  /* padding: 7px 0; */
  color: #666;
}

.summary-row.total {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-top: 20px;
  border-top: 2px solid var(--light-bg);
  margin-top: 15px;
}

.summary-row.total .amount {
  color: var(--primary-green);
}

/* Buttons */
.btn-primary-custom {
  background-color: var(--main-color);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  border: 1px solid;
}

.btn-primary-custom:hover {
  border: 1px solid var(--main-color);
  background: transparent;
  color: var(--main-color);
}

.btn-secondary-custom {
  background: transparent;
  border: 2px solid var(--primary-green);
  color: var(--primary-green);
  padding: 15px 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-secondary-custom:hover {
  background-color: var(--primary-green);
  color: white;
}

/* Payment Methods */
.payment-method {
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.payment-method:hover {
  border-color: var(--primary-green);
}

.payment-method.active {
  border-color: var(--primary-green);
  background-color: #f9fdf9;
}

.payment-method input[type="radio"] {
  margin-right: 15px;
}

.payment-icon {
  font-size: 24px;
  margin-right: 15px;
  color: var(--primary-green);
}

/* Coupon Code */
.coupon-section {
  background: #f9fdf9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.coupon-input-group {
  display: flex;
  gap: 10px;
}

.coupon-input-group input {
  flex: 1;
}

.coupon-input-group button {
  white-space: nowrap;
  padding: 10px 25px;
}

/* Secure Checkout Badge */
.secure-badge {
  text-align: center;
  padding: 15px;
  background: #f9fdf9;
  border-radius: 8px;
  margin-top: 20px;
}

.secure-badge i {
  color: var(--primary-green);
  font-size: 24px;
  margin-bottom: 10px;
}

.add-new {
  justify-content: space-between;
  /* align-items: center; */
}

.add-new button {
  background: var(--main-color);
}
section.check-sec {
    padding: 80px 0;
}
.payment-method p {
    margin: 0;
    padding: 1px 0;
}
 .login-wrapper {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 0;
        }

        .login-card {
            max-width: 520px;
            width: 100%;
            padding: 30px;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }

        .brand-title {
            color: #7c9a6a;
            font-weight: 600;
        }

        .btn-primary {
            background-color: #7c9a6a;
            /* border: none; */
        }

        .btn-primary:hover {
            background-color: #6b875c;
        }

        .form-control:focus {
            border-color: #7c9a6a;
            box-shadow: none;
        }

        .small-link {
            color: #7c9a6a;
            text-decoration: none;
        }

        .small-link:hover {
            text-decoration: underline;
        }
        .otp-wrapper {
    gap: 10px;
}

.otp-input {
    text-align: center;
    font-size: 22px;
    height: 50px;
}
.account-sidebar .list-group-item.active {
    background-color: #88a376;
    border-color: #88a376;
}

.account-content {
    animation: fadeIn 0.3s ease-in-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.list-group.account-sidebar {
    border-radius: 0;
    margin: 0 0 20px 0;
}

.list-group.account-sidebar a {
    margin: 0 0 20px 0;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.list-group.account-sidebar a span {
    background: #88a376;
    color: #fff;
    /* padding: 5px 9px; */
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-group.account-sidebar .active {
    border-radius: 20px;
}
.list-group.account-sidebar a:hover {
    background: transparent;
}

.list-group.account-sidebar .active:hover {
    background: #88a376;
}
.account-content .add-new {
    padding: 0 0 30px 0;
}

.account-content .add-new i {
    margin: 0 10px 0 0px;
    color: #88a376;
}
.payment-method ul {
    display: flex;
    justify-content: space-between;
}
.order-detail1 .summary-row {
    padding: 0;
}

.order-detail1 .cart-item-image {
    height: 60px;
    width: 70px;
}

.order-detail1 .cart-item-title {
    margin: 0;
}

.order-detail1 {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px;
}
.cart-item-price span {
    font-size: 11px;
    color: aqua;
    float: right;
}

.cart-item-price span a {
    color: #7c9a6a;
    text-decoration: underline;
}
.det-img{
  width:75px;
}
.btn:hover {
    background: transparent;
    border: 1px solid;
}
.review-box {
    background: #88a376;
    padding: 20px;
}

.review-box textarea {
    width: 100%;
    height: 220px;
}
.review-field label {
    display: block;
    color: #fff;
    padding: 10px 0;
}

.review-field input {
    width: 100%;
    padding: 10px;
    border: none;
}

.review-box h4 {
    color: #fff;
}
.review-box .btn-close {
    opacity: 1 !important;
    color: #88a376 !important;
    font-size: 19px;
    padding: 0;
    border-radius: 100px;
    text-align: center;
    text-shadow: none;
    z-index: 9;
    background: #ffffff;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #ddd;
    font-weight: 600;
    float: right;
}
.modal-body.review {
    padding: 0;
}
button.custom-btn1 {
    background: var(--white);
    padding: 5px 15px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--main-color);
    border: 2px solid var(--white);
}
.review .modal-dialog {max-width: 460px;}

.review .modal-body {
    padding: 0;
}

.review .modal-content {
    border: none !important;
    border-radius: 20px !IMPORTANT;
}
section.terms {
    padding: 100px 0;
}

.terms p {
    margin: 0;
    padding: 8px 30px;
}

.terms h4 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.cart-icon {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: 70px;
    right: 304px;
    background: #ff3b3b;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.star-rating {
    display: flex;
    gap: 5px;
}

.star {
    font-size: 28px;
    color: #ccc;              /* empty */
    cursor: pointer;
    transition: color 0.2s;
}

.star.filled {
    color: #ffc107;           /* filled (gold) */
}

.tab{
    padding: 35px;
    border: 2px solid #88a376;
    margin-top: 29px;
    border-radius: 35px;
}
.dataTables_scroll{
  padding: 25px 0px;
}