/*
Theme Name: Organic
Theme URI: https://templatesjungle.com/
Author: TemplatesJungle
Author URI: https://templatesjungle.com/
Description: Organic is specially designed product packaged for eCommerce store websites.
Version: 1.1
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/** VARIABLES
--------------------------------------------------------------*/
body {
  --heading-font        : "Open Sans", "Inter", sans-serif;
  --bs-link-color: #333;
  --bs-link-hover-color:#333;

  --bs-link-color-rgb: 40,40,40;
  --bs-link-hover-color-rgb: 0,0,0;

  --bs-light-rgb: 248, 248, 248;

  --bs-font-sans-serif: "Open Sans", "Inter", sans-serif;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #4a5568;

  --bs-primary: #FFC107;
  --bs-primary-rgb: 255, 193, 7;
  
  --bs-secondary: #364127;
  --bs-secondary-rgb: 54, 65, 39;
  
  --bs-danger: #F95F09;
  --bs-danger-rgb: 249, 95, 9;

  --bs-success: #a3be4c;
  --bs-success-rgb: 163, 190, 76;
  
  --bs-primary-bg-subtle: #FFF9EB;
  --bs-success-bg-subtle: #eef5e5;
  
  --bs-border-color: #F7F7F7;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f7a422;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: transparent;
}
.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff3cd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff3cd;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #747474;
  --bs-btn-border-color: #EFEFEF;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #EFEFEF;
  --bs-btn-hover-border-color: #EFEFEF;
  --bs-btn-focus-shadow-rgb: 248,249,250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #EFEFEF;
  --bs-btn-active-border-color: #EFEFEF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EFEFEF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EFEFEF;
  --bs-gradient: none;
}
.btn-warning {
  --bs-btn-color: #747474;
  --bs-btn-bg: #FCF7EB;
  --bs-btn-border-color: #FCF7EB;
  --bs-btn-hover-color: #747474;
  --bs-btn-hover-bg: #FFECBE;
  --bs-btn-hover-border-color: #FFECBE;
  --bs-btn-focus-shadow-rgb: 217,164,6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FFECBE;
  --bs-btn-active-border-color: #FFECBE;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FCF7EB;
  --bs-btn-disabled-border-color: #FCF7EB;
}
.btn-success {
  --bs-btn-color: #222;
  --bs-btn-bg: #EEF5E4;
  --bs-btn-border-color: #EEF5E4;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #9de3c2;
  --bs-btn-hover-border-color: #9de3c2;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #9de3c2;
  --bs-btn-active-border-color: #9de3c2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #EEF5E4;
  --bs-btn-disabled-border-color: #EEF5E4;
}
.btn-danger {
  --bs-btn-color: #222;
  --bs-btn-bg: #FFEADA;
  --bs-btn-border-color: #FFEADA;
  --bs-btn-hover-color: #222;
  --bs-btn-hover-bg: #ecc9af;
  --bs-btn-hover-border-color: #ecc9af;
  --bs-btn-focus-shadow-rgb: 60,153,110;
  --bs-btn-active-color: #222;
  --bs-btn-active-bg: #ecc9af;
  --bs-btn-active-border-color: #ecc9af;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #222;
  --bs-btn-disabled-bg: #FFEADA;
  --bs-btn-disabled-border-color: #FFEADA;
}
body {
  letter-spacing: 0.03em;
  font-family: var(--bs-font-sans-serif);
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--heading-font);
  color: var(--bs-dark);
  font-weight: 700;
}
.breadcrumb.text-white {
  --bs-breadcrumb-divider-color: #fff;
  --bs-breadcrumb-item-active-color: var(--bs-primary);
}
.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary);
}
.nav-pills .nav-link {
  --bs-nav-pills-link-active-color: #111;
  --bs-nav-pills-link-active-bg: #f1f1f1;
}
.pagination {
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 3rem;
}
/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
  margin: 20% auto 0;
  transform: translateZ(0);
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {
  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--bs-primary);
  }
  40% {
    box-shadow: 0 2em 0 0 var(--bs-primary);
  }
}

/* *** Start editing below this line *** */
/* .container-fluid {
  max-width: 1600px;
}
*/
@media (min-width: 1400px) {
  .container-lg {
      max-width: 1600px;
  }
} 

.banner-blocks {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 2rem;
}
.block-1 { grid-area: 1 / 1 / 3 / 8; }
.block-2 { grid-area: 1 / 8 / 2 / 13; }
.block-3 { grid-area: 2 / 8 / 3 / 13; }

@media screen and (max-width:1140px) {
  .banner-blocks {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .block-1 { grid-area: 1 / 1 / 3 / 2; }
  .block-2 { grid-area: 3 / 1 / 4 / 2; }
  .block-3 { grid-area: 4 / 1 / 5 / 2; }
  
}

/* Swiper carousel */
.swiper-prev,
.swiper-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #F1F1F1;
  color: #222222;
  padding: 0;
  text-align: center;
  border-radius: 10px;
  --bs-btn-border-color: transparent;
  --bs-btn-active-bg: #ec9b22;
  --bs-btn-active-border-color: transparent;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-color: #ccc;
  --bs-btn-disabled-bg: #eaeaea;
  --bs-btn-disabled-border-color: #eaeaea
}
.swiper-prev:hover,
.swiper-next:hover {
  background: var(--bs-primary);
}

/* category carousel */
.category-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease-out;
  height: 100%;
  overflow: hidden;
}

.category-item:hover {
  transform: translate3d(0,-10px,0);
  box-shadow: 0px 21px 44px rgba(0, 0, 0, 0.08);
  border-color: var(--bs-primary);
}

.category-item .category-icon {
  transition: all 0.3s ease;
}

.category-item:hover .category-icon {
  transform: scale(1.1);
}

.category-item .category-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #222222;
  margin-top: 20px;
}

/* brand carousel */
.brand-carousel .brand-item {
  background: #FFFFFF;
  border: 1px solid #FBFBFB;
  box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 16px;
}
.brand-carousel .brand-item img {
  width: 100%;
  border-radius: 12px;
}
.brand-carousel .brand-item .brand-details {
  margin-left: 15px;
}
.brand-carousel .brand-item .brand-title {
  margin: 0;
}

/* product tabs */
.product-tabs .nav-tabs {
  justify-content: flex-end;
  border: none;
  
  --bs-nav-link-hover-color: #111;
  --bs-nav-link-color: #555;
  --bs-nav-tabs-link-border-color: #fff;
  --bs-nav-tabs-link-hover-border-color: transparent;
  --bs-nav-tabs-link-active-border-color: #fff;
}
.product-tabs .nav-tabs .nav-link.active, 
.product-tabs .nav-tabs .nav-item.show .nav-link {
  /* border: none; */
  border-bottom: 3px solid var(--bs-primary);
}

/* products-carousel */
.products-carousel .swiper, .products-carousel .swiper-container {
  overflow: visible;
}

/* product-grid */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.product-item .button-area .quantity {
  padding: 0.5rem;
}
.product-item .button-area {
  display: none;
  position: absolute;
  text-align: center;
  background: #fff;
  width: 100%;
  left: 0;
  bottom: -55px;
  z-index: 1;
  box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.08);
  /* transition: box-shadow 0.3s ease-out; */
}
.product-item {
  position: relative;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0);
  /* transition: box-shadow 0.3s ease-out, margin 0.3s ease-out; */
}
.product-item:hover .button-area {
  display: block;
}
.product-item:hover {
  /* z-index: 1; */
  /* margin-bottom: -50px; */
  /* max-height: 500px; */
  box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}
.product-item figure {
  text-align: center;
}
.product-item figure img {
  max-height: 210px;
  height: auto;
}
.product-item .product-qty {
  width: 85px;
}
.product-item .btn-link {
  text-decoration: none;
}
.product-item #quantity {
  height: auto;
  width: 28px;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
.product-item .btn-number {
  width: 26px;
  height: 26px;
  line-height: 1;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  color: #222;
  padding: 0;
}

/* cart */
.cart .product-qty {
  min-width: 130px;
}

/* floating image */
.image-float {
  margin-top: -140px;
  margin-bottom: -140px;
}
@media screen and (max-width:991px) {
  .image-float {
    margin: 0;
  }
}
 /* post item */
.post-item .post-meta {
  font-size: 0.8rem;
  line-height: 1;
}
.post-item .post-meta svg {
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
  }
  .offcanvas-body .filter-categories {
    width: 100%;
    margin-bottom: 20px !important;
    border: 1px solid #d1d1d1 !important;
    padding: 14px;
    border-radius: 8px;
  }
  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }
  .dropdown-menu a {
    padding-left: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 21px;
  }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 740px;
}
@media screen and (max-width:992px) {
  .product-thumbnail-slider {
    margin-top: 20px;
    height: auto;
  }
}
@media screen and (min-width:992px) {
  .product-thumbnail-slider {
    height: 420px;
  }
}
@media screen and (min-width:1200px) {
  .product-thumbnail-slider {
    height: 540px;
  }
}
@media screen and (min-width:1400px) {
  .product-thumbnail-slider {
    height: 740px;
  }
}

/* bootstrap extended */
.border-dashed {
  border-bottom: 1px dashed #d1d1d1;
}
.ls-1 {
  letter-spacing: -0.04em;
}
.button-area .btn-cart {
  text-wrap: nowrap;
  height: 3.3em;
  line-height: 2em;
  width: 100%;
}
.fs-7 {
  font-size: 0.8rem!important;
}

/* button */
.btn-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--bs-body-font-family);
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  text-decoration: none;
}

a.btn-link,
a.btn-link:after {
  transition: all .5s;
}

a.btn-link {
  position: relative;
}

a.btn-link:before,
a.btn-link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--bs-dark);
  height: 2px;
}

[data-bs-theme=dark] a.btn-link:after {
  background-color: var(--bs-light);
}

a.btn-link:before {
  background-color: rgba( var(--bs-light-rgb), 0.2 );
  width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
  width: 100%;
}

a.btn-link.text-white:after {
  background-color: var(--bs-light);
}

a.btn-link.text-light:after {
  background-color: var(--bs-light);
}

.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */

/* Add subtle box-shadow and border-radius to cards */
.card {
  border-radius: 14px;
  box-shadow: 0 2px 18px rgba(0,0,0,0.06);
  border: none;
}

/* Improve button appearance */
.btn {
  border-radius: 8px;
  font-weight: 600;
  transition: box-shadow 0.2s, background 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.btn-primary, .btn-dark {
  box-shadow: 0 2px 8px rgba(107, 178, 82, 0.08);
}

.btn:hover, .btn:focus {
  box-shadow: 0 4px 16px rgba(107, 178, 82, 0.12);
}

/* Section spacing */
section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Footer design improvements */
footer {
  background-color: #212529;
  border-top: 1px solid #343a40;
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: #dee2e6;
}

.footer-menu {
  margin-bottom: 2rem;
}

.footer-menu h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.widget-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.1rem;
}

.footer-menu ul.menu-list {
  padding-left: 0;
}

.footer-menu ul.menu-list li {
  margin-bottom: 0.5rem;
}

.footer-menu ul.menu-list a {
  color: #adb5bd;
  transition: color 0.2s;
}

.footer-menu ul.menu-list a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}

/* Social links spacing */
.social-links ul {
  gap: 0.5rem !important;
}

.social-links a {
  border-radius: 50%;
  padding: 0.5rem;
  background: #fff;
  transition: background 0.2s;
}

.social-links a:hover {
  background: var(--bs-primary);
  color: #fff;
}

/* Footer bottom */
#footer-bottom {
  background-color: #343a40;
  border-top: 1px solid #495057;
  padding: 1rem 0;
  color: #adb5bd;
}

#footer-bottom .copyright {
  color: #ffffff;
}
#footer-bottom .credit-link {
  color: #ffffff;
  font-size: 0.95rem;
  margin: 0;
  padding: 0.5rem 0;
}

#footer-bottom a {
  color: var(--bs-primary);
  text-decoration: none;
}

#footer-bottom a:hover {
  text-decoration: underline;
}

/* Improve input appearance */
input.form-control,
select.form-select {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fafafa;
  transition: border-color 0.2s;
}

input.form-control:focus,
select.form-select:focus {
  border-color: var(--bs-primary);
  background: #fff;
}

/* Add spacing between sections */
.section-header {
  margin-bottom: 2rem;
}

/* Features Section Styling */
.features-section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(107, 178, 82, 0.1);
  z-index: 0;
}

.features-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(255, 193, 7, 0.1);
  z-index: 0;
}

.section-title {
  color: var(--bs-secondary);
  position: relative;
  display: inline-block;
}

.section-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

.title-separator {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-warning));
  border-radius: 2px;
}

.feature-card {
  background-color: white;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(107,178,82,0.15);
  border-bottom: 3px solid var(--bs-primary);
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(107, 178, 82, 0.1);
  color: var(--bs-primary);
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon-wrapper {
  background-color: var(--bs-primary);
  color: white;
  transform: scale(1.1);
}

.feature-title {
  font-size: 1.1rem;
  color: var(--bs-secondary);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-title {
  color: var(--bs-primary);
}

.feature-text {
  color: #6c757d;
  font-size: 0.95rem;
}

.feature-hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(107, 178, 82, 0.9), rgba(107, 178, 82, 0.7));
  color: white;
  padding: 1rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.feature-card:hover .feature-hover-content {
  transform: translateY(0);
}

.feature-hover-content p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .feature-card {
    padding: 1.5rem;
  }
  
  .feature-icon-wrapper {
    width: 50px;
    height: 50px;
  }
  
  .feature-title {
    font-size: 1rem;
  }
  
  .feature-text {
    font-size: 0.9rem;
  }
}

.social-links a svg {
  width: 24px; /* Ensure width and height are equal */
  height: 24px;
  display: block; /* Prevent inline distortion */
}

/* Ensure icons inside buttons are centered and maintain aspect ratio */
.btn-outline-light svg {
  width: 16px;
  height: 16px;
}

.logo-img {
  max-width: 120px;
  height: auto;
}

/* Professional Hero Section */
.hero-section {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: none;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(107,178,82,0.9) 0%, rgba(54,65,39,0.95) 100%), url('images/slider-1.jpg') center/cover no-repeat;
  z-index: 0;
  filter: brightness(1);
  transform: scale(1.05);
  animation: subtle-zoom 30s infinite alternate ease-in-out;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
  z-index: 1;
}
@keyframes subtle-zoom {
  0% { transform: scale(1.05); }
  100% { transform: scale(1.15); }
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 4rem 0;
  animation: fade-in-up 1s ease-out;
}
@keyframes fade-in-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-badge-container {
  margin-bottom: 1.5rem;
}
.hero-badge {
  font-size: 1rem;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  padding: 0.5rem 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  animation: badge-pulse 3s infinite;
}
@keyframes badge-pulse {
  0% { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
  50% { box-shadow: 0 4px 25px rgba(255,193,7,0.3); }
  100% { box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
}
.hero-title {
  font-family: var(--heading-font);
  font-size: 4rem;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0,0,0,0.2);
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero-title-line {
  display: block;
  color: #fff;
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.text-gradient {
  background: linear-gradient(90deg, #FFC107 0%, #ffdb6b 50%, #6BB252 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}
.hero-subtitle {
  color: rgba(255,255,255,0.95);
  font-weight: 400;
  font-size: 1.35rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.1);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
/* Hero Stats Styling */
.hero-stats-container {
  margin-top: 3rem;
}
.hero-stats .stat-card {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.2);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  min-width: 120px;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.hero-stats .stat-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.hero-stats .stat-icon {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}
.hero-stats .stat-value {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.hero-stats .stat-label {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .hero-section {
    min-height: 70vh;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  .hero-title {
    font-size: 3rem;
  }
  .hero-content {
    max-width: 100%;
    padding: 3rem 0;
  }
}
@media (max-width: 576px) {
  .hero-section {
    min-height: 80vh;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .hero-content {
    padding: 2rem 0;
  }
  .hero-badge {
    font-size: 0.9rem;
  }
  .hero-stats .col-6 {
    padding: 0.5rem;
  }
  .hero-stats .stat-card {
    padding: 0.75rem;
  }
}

/* Enhanced hero button styles for better appearance, spacing, and icon alignment */
.hero-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

.hero-btn-group .btn.hero-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-width: 2px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-btn-group .btn-primary.hero-btn {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

.hero-btn-group .btn-primary.hero-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.7s ease;
  z-index: -1;
}

.hero-btn-group .btn-primary.hero-btn:hover::before,
.hero-btn-group .btn-primary.hero-btn:focus::before {
  left: 100%;
}

.hero-btn-group .btn-primary.hero-btn:hover,
.hero-btn-group .btn-primary.hero-btn:focus {
  background: #5ca144;
  border-color: #5ca144;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(107,178,82,0.3);
}

.hero-btn-group .btn-outline-light.hero-btn {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-color: rgba(255,255,255,0.5);
  color: #fff;
}

.hero-btn-group .btn-outline-light.hero-btn:hover,
.hero-btn-group .btn-outline-light.hero-btn:focus {
  background: #fff;
  color: var(--bs-primary);
  border-color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255,255,255,0.3);
}

.hero-btn-group .btn .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-btn-group .btn .btn-text {
  font-weight: 600;
}

.hero-btn-group .btn svg {
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.3s ease;
}

.hero-btn-group .btn:hover svg {
  transform: scale(1.1);
}

@media (max-width: 576px) {
  .hero-btn-group {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  
  .hero-btn-group .btn.hero-btn {
    justify-content: center;
    font-size: 0.9rem;
    padding: 0.6rem 1.2rem !important;
  }
}

.feature-icon-wrapper svg {
  width: 24px;
  height: 24px;
}

.social-links a i {
  font-size: 1.2rem;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Featured Products Redesign */
.featured-products-grid {
  /* Responsive grid handled by Bootstrap row/col */
}

.fp-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fp-card:hover {
  box-shadow: 0 8px 32px rgba(107,178,82,0.18);
  transform: translateY(-6px) scale(1.02);
  z-index: 2;
}

.fp-img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background: #f8f9fa;
  overflow: hidden;
}

.fp-img {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.fp-card:hover .fp-img {
  transform: scale(1.07) rotate(-1deg);
}

.fp-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35em 1em;
  font-size: 0.85em;
  border-radius: 1em;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  z-index: 2;
}

.fp-body {
  flex: 1 1 auto;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  border-radius: 0 0 18px 18px;
  position: relative;
  z-index: 1;
}

.fp-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bs-secondary);
  margin-bottom: 0.25rem;
}

.fp-rating {
  font-size: 1rem;
  color: #ffc107;
  letter-spacing: 0.05em;
}

.fp-rating .fa-star,
.fp-rating .fa-star-half-alt,
.fp-rating .far.fa-star {
  margin-right: 2px;
}

.fp-rating-count {
  font-size: 0.95em;
  color: #888;
}

.fp-price {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.fp-hover-details {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(107,178,82,0.97);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  text-align: center;
  transition: opacity 0.25s, visibility 0.25s;
  z-index: 10;
  pointer-events: none;
}

.fp-card:hover .fp-hover-details {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.fp-hover-details p {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #fff;
}

.fp-hover-details .btn {
  background: #fff;
  color: var(--bs-primary);
  border: none;
  font-weight: 600;
}

.fp-hover-details .btn:hover {
  background: var(--bs-primary);
  color: #fff;
}

@media (max-width: 991px) {
  .fp-card {
    min-height: 360px;
  }
  .fp-img-wrapper {
    padding-top: 60%;
  }
}

@media (max-width: 576px) {
  .fp-card {
    min-height: 320px;
  }
  .fp-img-wrapper {
    padding-top: 55%;
  }
  .fp-body {
    padding: 1rem !important;
  }
}