* {

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}
.add-cart-btn{
  border-color: #157347;
  background-color: #157347;
  color:#fff;
}

.add-cart-btn:hover{
  background-color: #198754;
  color:#fff;
}
.navbar-menu {
    display: none;
}

.navbar-menu.show {
    display: block;
}

/* login */

.full-login {
  background: #3f5264be;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100vh;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 1022;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.full-login.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* login card */
.login-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  max-width: 380px;
  width: 100%;
  margin-top: 8%;
}

.clase-btn {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

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

.ari {
  display: block;
  margin-bottom: 5px;
  color: #2c4b39;
}

/* submit button */
button.btn-submit {
  width: 100%;
  padding: 12px;
  background-color: #91a54f;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button.btn-submit:hover {
  background-color: #2c4b39;
}

/* toggle text */
.toggle {
  text-align: center;
  margin-top: 20px;
}

.toggle a {
  color: #91a54f;
  text-decoration: none;
  font-weight: 600;
}

.toggle a:hover {
  text-decoration: underline;
}



/* Custom CSS for responsive navbar */
.navbar {
  padding: 10px 50px;
  background-color: white;
  position: sticky;
  top: 0;
  z-index: 1030;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar-brand img {
  width: 150px;
  height: auto;
  transition: all 0.3s ease;
}

/* Nav links */
.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 8px 15px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #054f46;
}

.navbar-nav .nav-link.active {
  color: #054f46;
  font-weight: 600;
}

/* Search form */
.search-form {
  position: relative;
}

.search-form input {
  border-radius: 25px;
  padding-left: 20px;
  padding-right: 40px;
  border: 1px solid #ddd;
}

.search-form button {
  right: 15px;
  padding: 0;
}

/* Profile dropdown */
.nav-item.dropdown .nav-link {
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  left: auto;
  min-width: 280px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10px;
}

.dropdown-menu.show {
  display: block;
}

/* Icon items styling */
.nav-item.text-center .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  text-decoration: none;
}

.nav-item.text-center .nav-link:hover {
  color: #054f46;
}

.nav-item.text-center .fa-solid,
.nav-item.text-center .fa-regular {
  font-size: 1.3rem;
  margin-bottom: 3px;
}

.nav-item.text-center .small {
  font-size: 0.8rem;
}

.icon-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  position: relative;
}

.icon-btn .badge {
  position: absolute;
  top: 3px;
  left: 25px;
  background-color: #80b51f;
  color: white;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 50%;
}


/* Toggle animation */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(5, 79, 70, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {

  display: none;

}

.dropdown-menu.show {

  display: block;

}







.shop-btn {

  background-color: rgb(196, 240, 49);

  color: rgb(5, 79, 70);

  font-weight: bold;

  font-size: 16px;

  cursor: pointer;

  border-width: initial;

  border-style: none;

  border-color: initial;

  border-image: initial;

  padding: 12px 24px;

  border-radius: 8px;

}

.shop-btn:hover {

  background-color: rgb(173, 212, 43);

  color: rgb(5, 79, 70);

}


.hero-image img {

  border-radius: 0 0 0 50px;

}

.badge-brand {

  background: #6aa84f;

  font-size: 12px;

}

.btn-green {

  background: #6aa84f;

  color: #fff;

  border-radius: 30px;

  padding: 10px 25px;

}

.btn-green:hover {

  background: #5a8e42;

  color: #fff;

}

.social-icons a {

  width: 36px;

  height: 36px;

  background: #6aa84f;

  color: #fff;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: 6px;

  margin-bottom: 10px;

  text-decoration: none;

}

.image-box {

  border-radius: 30px;

  width: 400px;

  /* position: relative; */

}

.image-box img {

  border-radius: 0 50px 0 0;

  /* border:1px solid black */

}





.banner-box {

  position: relative;

  overflow: hidden;

  border-radius: 12px;

  height: 100%;

}



.banner-box img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.6s ease;

}

.banner-box::after {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(0, 0, 0, 0.25);

  opacity: 0;

  transition: opacity 0.4s ease;

}

.banner-box:hover img {

  transform: scale(1.1);

}

.banner-box:hover::after {

  opacity: 1;

}

.banner-content {

  position: absolute;

  inset: 0;

  padding: 25px;

  z-index: 2;

  display: flex;

  flex-direction: column;

  justify-content: center;

}


.small-banner .banner-content {

  justify-content: space-between;

}



.badge-off {

  background: #0d6efd;

  font-size: 12px;

}


.btn-outline-dark {

  border-radius: 20px;

  padding: 6px 18px;

  font-size: 14px;

}


.discount-banner-top-design {
  top: -40px;
  right: 10%;
  position: absolute;
  height: 250px;
  border-radius: 0 0 0 50px;
}

.discount-image img {
  width: 100%;
}

.discount-banner-top-design {
  background-color: rgb(4, 105, 49);
  animation: rot 2s infinite ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 1s;
}

@keyframes rot {
  0% {
    transform: rotateX(-15deg) translateY(0px);
  }

  50% {
    transform: rotateX(-15deg) translateY(-10px);
  }

  100% {
    transform: rotateX(-15deg) translateY(0px);
  }
}


.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 100%;
  transition: transform 0.3s ease;
  z-index: 1;
}

.product-card:hover {
  transform: translateY(-6px);
}


.icon-group {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}

.icon-group .product-icon {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #3f3f3f;
}

.product-icon:hover {
  color: #00000095;
}


.product-image {
  text-align: center;
  margin: 15px 0;
  overflow: hidden;
}

.product-image img {
  max-height: 160px;
  transition: transform 0.4s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.15);
}


.option-badge {
  border: 1px solid #ddd;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 13px;
}


.price {
  font-weight: 700;
  font-size: 18px;
}

.discount {
  background: #e53935;
  color: #fff;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 6px;
  margin-left: 8px;
}


.product-title {
  font-weight: 600;
  margin-top: 8px;
}


.rating i {
  color: #ffc107;
  font-size: 14px;
}

.rating span {
  font-size: 13px;
  color: #666;
  margin-left: 4px;
}


.btn-select {
  background: #198754;
  color: #fff;
  border-radius: 25px;
  padding: 15px 10px;
  font-weight: 600;
  margin-top: 12px;
  border: none;
}

.btn-select:hover {
  background: #157347;
  color: #fff;
}


.custom-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--clr);
  color: #fff;
  border: none;
  border-radius: 10rem;
  padding: 10px 30px;
  padding-left: 18px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #157347;
}

.custom-btn-icon {
  width: 26px;
  height: 26px;
  background: #fff;
  color: var(--clr);
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.custom-btn-icon i {
  font-size: 14px;
  transition: transform 0.3s ease-in-out;
}

.icon-main {
  transform: translate(0, 0);
}

.icon-copy {
  position: absolute;
  transform: translate(-150%, 150%);
}


.custom-btn:hover .icon-main {
  transform: translate(150%, -150%);
}

.custom-btn:hover .icon-copy {
  transform: translate(0, 0);
  transition-delay: 0.1s;
}

.custom-btn:hover .custom-btn-icon {
  color: #000;
}

.section-heading-text {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.position-relative {
  position: relative !important;
}

.hero-section-main {
  width:0%;
  height: 112%;
  top: 0;
  left: -46px;
  z-index: -1;
  background-color: rgba(27, 255, 27, 0.466);
  /* position: absolute; */
  border-radius: 0 0 0 50px;
  -webkit-border-radius: 0 0 0 50px;
  -moz-border-radius: 0 0 0 50px;
  -ms-border-radius: 0 0 0 50px;
  -o-border-radius: 0 0 0 50px;
}

.section-heading-text::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  border-radius: 50px;
  background-color: #6aa84f;
  bottom: 0;
  left: 0;
}

.promo-section {
  background: #f8f9fa;
  min-height: 320px;
  width: auto;
}

.promo-title {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.1;
  color: #000;
}

.promo-subtitle {
  color: #6c757d;
  font-size: 1.125rem;
  line-height: 1.5;
}

.btn-appstore,
.btn-googleplay {
  padding: 0;
  background: none;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: filter 0.3s ease;
}

.btn-appstore:hover img,
.btn-googleplay:hover img {
  filter: brightness(0.8);
}




/* category  */
.category-list-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.3s ease;
  background: #fff;
  margin: 10px 0;
}

.category-list-section:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.category-image img {
  max-width: 100px;
  transition: transform 0.3s ease;
}

.category-list-section:hover .category-image img {
  transform: scale(1.1);
}

.category-title {
  font-size: 20px;
  font-weight: 600;
}

.cta {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.arrow-icon {
  transform: translateX(-8px);
  transition: transform 0.3s ease;
  font-size: 16px;
}

.cta:hover .arrow-icon {
  transform: translateX(0);
}

.cta:active .arrow-icon {
  transform: scale(0.9);
}


.hover-underline-animation {
  position: relative;
  color: #000;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* Offer Card */
.offer-box {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
}

/* Overlay hidden by default */
.offer-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(190, 190, 190, 0.65);
  /* grey overlay */
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

/* Show overlay on hover */
.offer-box:hover::before {
  opacity: 1;
}

/* Center content box */
.offer-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 22px 32px;
  text-align: center;
  min-width: 210px;
  z-index: 2;

  /* Optional fade */
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* Show content on hover */
.offer-box:hover .offer-overlay {
  opacity: 1;
}


.offer-overlay h3 {
  font-size: 22px;
  font-weight: 500;
  color: #6b8e23;
  margin-bottom: 8px;
}

.offer-link {
  font-size: 14px;
  letter-spacing: 1px;
  color: #6b8e23;
  cursor: pointer;
  position: relative;
}



.offer-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #6b8e23;
  left: 0;
  bottom: -4px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.offer-box:hover .offer-link::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* fetured card  */

.fetured-card {
  border: none;
  border-radius: 0 50px 0 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.fetured-card img {
  border-radius: 0 50px 0 0;
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.fetured-tag {
  font-size: 14px;
  color: #6c757d;
  text-transform: lowercase;
}

.fetured-title {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}

.fetured-text {
  color: #6c757d;
  font-size: 15px;
}

.btn-continue {
  background-color: #6f8f6a;
  color: #fff;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-transform: lowercase;
}

.btn-continue:hover {
  background-color: #5c7a58;
  color: #fff;
}

/* footer contact  */

.contact-footer {
  background: linear-gradient(135deg, #f7f9ff, #fffaf3);
}

.contact-title {
  font-size: 42px;
  font-weight: 800;
  color: #1a1a2e;
}

.contact-desc {
  color: #6b7280;
  max-width: 420px;
}

.contact-info li {
  margin-bottom: 15px;
  font-weight: 500;
  color: #1f2937;
}

.contact-info i {
  color: #ff7a18;
  margin-right: 12px;
}

.contact-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-form-box .form-control {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
}

.contact-form-box .form-control:focus {
  border-color: #f3b51b;
  box-shadow: none;
}

.submit-btn {
  background: linear-gradient(135deg, #9ae25a, #6ea23f);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #6ea23f, #9be659);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(110, 162, 63, 0.35);
}


/* footer  */
.main-footer {
  background: #bbbbbb3d;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
}

a {
  text-decoration: none !important;
}

/* a:hover {
color: #20c997 !important;
transition: 1s all ease;

} */

.footer-links {
  list-style: none;
  padding: 0;
}

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

.footer-links a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.app-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  width: fit-content;
}

.app-btn:hover {
  background: #198754;
  color: #fff;
  transition: 1s all ease;
}

.footer-bottom {
  background: #157347;
  padding: 15px 0;
}

.footer-bottom-links a {
  color: #000;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
}

.footer-bottom-links a:hover {
  text-decoration: underline;
}


/* Responsive styles for tablet (769px - 1440px) */
@media (max-width: 1440px) {
  .container-fluid {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .navbar-nav.m-auto {
    gap: 10px !important;
  }

  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .navbar-nav.m-auto {
    gap: 30px !important;
  }


  .search-form {
    margin-right: 15px;
    max-width: 250px;
  }

  .navbar-brand img {
    width: 130px;
  }
}

/* Responsive styles for mobile (768px - 320px) */
@media (max-width: 768px) {

  /* Navbar container */
  .navbar-collapse {
    background-color: white;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }


  /* Logo adjustment */
  .navbar-brand img {
    width: 120px;
  }

  /* Main navigation links */
  .navbar-nav.m-auto {
    margin: 0 !important;
    width: 100%;
    text-align: center;
  }

  .navbar-nav .nav-item {
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
  }

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

  /* Search form - show on mobile */
  form.d-none.d-xl-flex {
    display: flex !important;
    width: 100%;
    margin: 15px 0;
    order: -1;
  }

  /* Profile, Wishlist, Bag icons in single row */
  .navbar-nav.align-items-center {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
  }

  .navbar-nav.align-items-center .nav-item {
    flex: 1;
    padding: 0 5px;
    border: none;
  }

  .navbar-nav.align-items-center .nav-link {
    padding: 5px;
  }

  /* Adjust dropdown for mobile */
  .dropdown-menu {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 300px !important;
    margin: 0 !important;
    z-index: 1050;
  }

  /* Navbar toggler icon color */
  .navbar-toggler {
    border: none;
    padding: 0;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }





  .footer-bottom {
    text-align: center;
  }

  .footer-bottom-links {
    margin-top: 10px;
  }
    .promo-title {
    font-size: 5vw !important;
  }

  .promo-subtitle {
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .login-card {
    padding: 1.5rem;
    margin: 10px;
  }
      .container-fluid {
        /* padding-left: 50px !important; */
        padding: 0px !important;
    }

  button.btn-submit {
    font-size: 14px;
  }

  .navbar-brand img {
    width: 100px;
  }

  .navbar-nav.align-items-center .small {
    font-size: 0.7rem;
  }

  .nav-item.text-center .fa-solid,
  .nav-item.text-center .fa-regular {
    font-size: 1.1rem;
  }

  .dropdown-menu {
    width: 95% !important;
  }
}
