* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.filter-modern {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 30px;
  z-index: 10;
  height: fit-content;
}

.filter-modern .filter-block {
  margin-bottom: 20px;
}

.filter-modern label {
  font-size: 14px;
  font-weight: 600;
  color: #444;
  display: block;
  margin-bottom: 8px;
  border-bottom: 1.2px solid #ccc;
  padding: 0.5rem 0;
}

.price-inputs input[type="number"] {
  width: 45%;
  padding: 5px;
  margin-right: 5%;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.price-inputs input:last-child {
  margin-right: 0;
}

.by-btn-face {
  background: #629d23;
  font-size: 11px;
  color: white;
  font-family: "Poppins", sans-serif !important;
  border: none;
  padding: 6px 9px;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease;
  z-index: 2;
}

.by-btn-face::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #629d23 0%, #7bbf39 100%);
  transition: all 0.4s ease;
  z-index: -1;
}

.by-btn-face:hover::before {
  left: 0;
}

.by-btn-face:hover {
  color: #fff;
}

.title-top {
  color: #629d23;
}


.img-wrapper img {
  border-radius: 8px 8px 0 0;
}

.change-line0bg {
  background-image: url(../images/images/bredda.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
  padding-top: 24px;
  padding-bottom: 60px;
  text-align: center;
  z-index: 10;
  color: #dddddd !important;
  background-color: #000000 !important;
}

.change-line0bg::after {
  opacity: 0.8;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  left: 0;
  top: 0;
  background-color: #000000 !important;
}

.face-pading {
  padding: 60px !important;
}


.zoom-container {
  position: relative;
  overflow: hidden;
}

.zoom-image {
  width: 100%;
  transition: transform 0.2s ease;
  cursor: crosshair;
}

.zoom-container:hover .zoom-image {
  transform: scale(2);
  /* Zoom level */
  transform-origin: var(--x, 50%) var(--y, 50%);
}

.thumbnail-list {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.thumbnail-list img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
}

.thumbnail-list img.active {
  border-color: #000;
}

.uppr-top-s {
  padding: 60px;
}

.fixed-cart {
  position: relative;
}

.fixed-cart {
  position: fixed;
  top: 33%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
  background: white;
  padding: 2px 6px;
  border: 2px solid #4CAF50;
  /* Optional */
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.fixed-cart a {
  position: relative;
  text-decoration: none;
  color: #000;
}


.cart-container {
  max-width: 1000px;
  margin: 40px auto;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  overflow: hidden;
}

.cart-header {
  padding: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.product-img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}

.qty-box input {
  width: 40px;
  text-align: center;
}

.summary-box {
  background-color: #e9ecef;
  padding: 20px;
  height: 100%;
}

.btn-checkout {
  background-color: black;
  color: white;
  width: 100%;
  padding: 10px;
  border: none;
  margin-top: 2rem;
}


.swal2-shown {
  padding-right: 0 !important;
}

.aboutus h2 {
  font-size: 2.5rem;
  color: #2e7d32;
}

.aboutus p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: black;
}

.title-lo {
  color: #629d23 !important;
}

.my-from {
  width: 92% !important;
}

#universal-search-close {
  padding: 1px 12px;
  background-color: #629d23 !important;
  color: white !important;
}

.my-hover:hover {
  color: white !important;
}

.btn-outline-secondary :hover {
  color: white !important;

}

.my-hover {
  color: #629d23;
}

.box-shadow {
  box-shadow: none !important;
}

.LoginDropdown .DropdownToggle {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.LoginDropdown .DropdownMenu {
  min-width: 180px;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}

.LoginDropdown .DropdownItem {
  padding: 8px 20px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.LoginDropdown .DropdownItem:hover {
  background-color: #f5f5f5;
  color: #2e7d32;
}

.buy-now-btn {
  background-color: #629D23 !important;
  color: white;
}

.LoginDropdown i {
  margin-right: 8px;
}

.CurrencyDropdown .CurrencyToggle {
  font-weight: 500;
  letter-spacing: 0.3px;
}

.CurrencyDropdown .CurrencyMenu {
  min-width: 200px;
  border-radius: 10px;
  padding: 10px 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
}

.CurrencyDropdown .CurrencyItem {
  padding: 8px 20px;
  font-size: 14px;
  transition: all 0.2s ease;
}

.CurrencyDropdown .CurrencyItem:hover {
  background-color: #f1f1f1;
  color: #2e7d32;
}

.CurrencyDropdown i {
  margin-right: 8px;
}


.wishlist-container {
  max-width: 1000px;
  margin: 40px auto;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.remove-cross-btn-sm {
  background: #629d23 !important;
  padding: 5px 10px !important;
  color: white;
  cursor: pointer;
}


.contact-section {
  padding: 60px 0;
}

.contact-card {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

iframe {
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}


.inquiry-section {
  padding: 60px 0;
  background: linear-gradient(-45deg, #5a8663, #637a4b, #dad1d1, #546640);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  min-height: 100vh;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.inquiry-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
  transition: 0.3s ease;
}

.inquiry-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.inquiry-card h2 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #2d572c;
  /* Ayurvedic Green */
}

.input-inquiry {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background-color: #fdfdfd;
}

.input-inquiry:focus {
  outline: none;
  border-color: #28a745;
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}

.btn-inquiry {
  background-color: #28a745;
  color: white;
  padding: 10px 30px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.btn-inquiry:hover {
  background-color: #218838;
}

.testimonial-slider .testimonial-card {
  margin: 0 15px;
}

.testimonial-slider .slick-slide {
  padding: 10px !important;
}

.test-hh {
  color: #629d23;
}

.get-card {
  padding: 24px;
}

.related-products .slick-slide {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .product-img {
    width: 70px;
    height: 70px;
  }

  .product-info h6 {
    font-size: 16px;
  }
  
  .cs_check {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  
  .cs_input_f{
          position: relative;
    display: block !important;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  
}


/* =================== footer ------------  */

.footer_wrapper {
  background-color: #000;
  padding: 50px 0;
  color: #fff;
}

.footer_logo {
  text-align: center;
  margin-bottom: 2rem;
}

.footer_logo img {
  width: 100px;
}

.footer_wrapper .container {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #3d3b3b;
  border-bottom: 1px solid #3d3b3b;
}

.cs_cs_f p {
  text-transform: uppercase;
}

.footer_grid__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.footer_grid p,
.footer_grid a {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0.75rem;
}

.footer_grid a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.footer_grid a:hover {
  color: #ddd;
}

.social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.social_icons img {
  width: 25px;
  transition: transform 0.2s ease;
}

.social_icons img:hover {
  transform: scale(1.1);
}

.copyright {
  background-color: #629d23;
}

.copyright p {
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin: 0;
}

@media (max-width: 768px) {
  .footer_wrapper {
    padding: 30px 0;
  }

  .footer_logo img {
    width: 140px;
  }

  .footer_grid__wrapper {
    grid-template-columns: repeat(2, fr);
    padding: 0 1rem;
    gap: 1.5rem;
  }

  .copyright p {
    font-size: 12px;
    padding: 5px 0;
  }
}

.bg_banner {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(36, 35, 35, 0.5), rgba(0, 0, 0, 0.5)), url("../images/da.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  /* optional: makes text readable */
  padding: 20px;
  border-radius: 10px;
  /* optional */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn_call {
  text-align: center;
  height: 60px;
  width: 60px !important;
  border-radius: 50%;
  background-color: #28a745;
}

.btn_call a {
  color: #fff;
  font-size: 30px !important;
  line-height: 56px;
  font-size: 18px;
}

.fw-bold {
  font-weight: 700 !important;
  text-align: center;
  font-size: 19px;
}

.countdown {
  text-align: center !important;
  font-weight: 600;
}

.after-chng {
  border-radius: 0px !important;
}

.check-from {
  border-radius: 0px !important;
}

.login-btn {
  padding: 8px 16px;
  background-color: #629d23;
  /* light gray */
  border: 1px solid #ced4da;
  border-radius: 30px;
  color: #ffffff;
  transition: 0.3s ease;
  font-weight: 500;
}

.login-btn:hover {
  background-color: #e2e6ea;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}
.navbar-light .navbar-nav .nav-link{
    color:black;
}


.logo-slider {
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
}

.logo-slider .slick-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px; /* Fixed height for uniform alignment */
}

.logo-slider img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;  /* Maintain aspect ratio */
  display: block;
}
