/*
Theme Name: Plant Lover
Theme URI: 
Author: 
Author URI: 
Description: Plant Lover is specially designed for Plant store by TemplatesJungle.
Version: 
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/

/*------------------------------------------------

CSS STRUCTURE:

    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  --accent-color:         #6DAD84;
  --white-color:          #fff;
  --gray-color:           #F8F6F3;
  --dark-gray-color:      #4C544F;
  --primary-color:        #6DAD84;
  --secondary-color:      #8B9A8B;
  --light-color:          #FDFCFA;
  --dark-color:           #2C3E2C;
  --body-bg-color:        #fff;
  --light-green-color:    #F0F4F0;
  --navbar-color-color:   #2C3E2C;
  --earth-brown:          #8B7355;
  --soft-beige:           #F5F1EB;
  --sage-green:           #9CAF88;
  --warm-white:           #FEFCF8;

}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}

/* Fonts */
:root {
    --body-font           : "Inter", sans-serif;
    --heading-font        : "Inter", sans-serif;
    --extra-font          : "Over The Rainbow", sans-serif;
    --brand-font          : "Inter", sans-serif;
}


/*----------------------------------------------*/
/* 1 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 1.1 General Styles
/*----------------------------------------------*/

/* Brand Logo Styles */
.brand-logo {
  text-decoration: none;
  color: var(--dark-color);
}
.brand-name {
  font-family: var(--brand-font);
  font-size: 2.2em;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0;
  line-height: 1.2;
}
.brand-tagline {
  font-family: var(--body-font);
  font-size: 0.9em;
  color: var(--secondary-color);
  margin: 0;
  font-style: italic;
  font-weight: 300;
}
.brand-story {
  font-family: var(--body-font);
  font-size: 0.95em;
  color: var(--dark-gray-color);
  line-height: 1.6;
  margin-top: 15px;
  max-width: 280px;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  font-family: var(--body-font);
  /* font-size: 14px;
  font-weight: 500; 
  line-height: 2;
  color: var(--accent-color);
  margin: 0;*/
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.content-light,
.content-light h2,
.content-light a,
.content-light a:hover {
  color: #fff;
}

/*----------------------------------------------*/
/* 1. Section */
/*-----------------------------------------------------------*/
.intro-text {
    color: #4c544f;
    font-size: 13em;
    font-size: calc(3.625rem + 5.5vw);
    font-weight: 900;
    letter-spacing: -10px;
    line-height: 0.8em;
}
@media screen and (max-width: 768px) {
  .intro-text {
    font-size: calc(3.625rem + 1.5vw);
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 1.4em;
  }
}

/*------------ Section Title -----------*/
.section-title {
    font-family: var(--heading-font);
    font-size: 3.5em;
    line-height: 1.3;
    font-weight: 500;
    color: var(--dark-color);
}
.sub-title {
    font-family: var(--extra-font);
    font-size: 2.9em;
    line-height: 1.3;    
}
.product-title {
    font-family: var(--heading-font);
    font-size: 2.3em;
    line-height: 1.3;
    font-weight: 500;
    color: var(--dark-color);
}

/*------------ Background Color -----------*/
.bg-gray {
    background: var(--gray-color);
}
.bg-dark-gray {
    background: var(--dark-gray-color);
}
.bg-light-green {
    background: var(--light-green-color);
}
.bg-dark {
    background: var(--dark-color);
}
.bg-light {
    background: var(--light-color);
}

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*----------------------------------------------*/
/* 2 SITE STRUCTURE */
/*----------------------------------------------*/

/* - Search Bar
------------------------------------------------------------- */
#search-bar {
  position: relative;
}
#search-bar input[type="text"] {
  font-size: 15px;
  color: var(--dark-gray-color);
  height: 30px;
  display: inline-block;
  border: none;
  outline: none;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}
#search-bar input[type="text"]:focus:hover {
  border-bottom: 1px solid #000;
}
#search-bar input[type="text"]:focus {
  width: 250px;
  z-index: 1;
  border-bottom: 1px solid #000;
  cursor: text;
}
#search-bar button {
  background: transparent;
  border: none;
}

/*------------ Pattern Overlay -----------*/
.pattern-overlay img.position-absolute {
    bottom: -50px;
    right: 0;
}
.pattern-overlay1 img.position-absolute {
    bottom: -100px;
    left: 0;
}
.pattern-overlay2 img.position-absolute {
    top: 140px;
    left: calc( 50% - 850px );
}
.pattern-overlay3 img.position-absolute {
    top: 0;
    right: 0;
}
.pattern-overlay4 img.position-absolute {
    top: 0;
    left: 0;
}
.pattern-overlay5 img.position-absolute {
    top: 0;
    right: 0;
}
.pattern-overlay6 img.position-absolute {
    top: -187px;
    right: 0;
}
/* BG patterns */
.bg-pattern-6 {
  background-image: url(images/pattern-overlay6.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

/* 2.1 Header
/*----------------------------------------------*/
/*------------ Navigation -----------*/
#header-wrap {
  width: 100%;
  z-index: 10;
  transition: background 0.3s ease-out;
}

/*------------ Icons -----------*/
button svg {
  color: var(--dark-color);
}
.right-block .search-box {
    border-right: 1px solid var(--accent-color);
}


/* dropdown  */
.dropdown-item.active, .dropdown-item:active {
  color: var(--dark-color);
  text-decoration: none;
  background-color: var(--body-bg-color);
}

/* 3. Billboard
/*----------------------------------------------*/

/*------------ Icon Box -----------*/
#billboard .icon-box .box-title {
   font-family: var(--body-font);
   font-size: 1.4em;
   color: var(--gray-dark-color);
}
#billboard .icon-box p,
#billboard .icon-box .icon-number span {
   font-family: var(--body-font);
   font-size: 1.1em;
}
#billboard .icon-box p {
   line-height: 1.5;
}
#billboard .icon-box .icon-number {
    width: 60px;
    height: 60px;
}
#billboard .icon-box .icon-content {
    width: 70%;
}


/* 4. Featured Products
/*----------------------------------------------*/
#featured-products img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.product-position .card-body {
    right: 0;
    bottom: 70px;
    left: 70px;
}
.product-position .card-body h2.section-title {
    width: 350px;
}
@media screen and (max-width: 768px) {
  .product-position .card-body {
    bottom: 10px;
    left: 20px;
  }
}

/* 4. Most Popular Products
/*----------------------------------------------*/
.product-card {
  cursor: pointer;
}
.product-card .card-image {
  margin-bottom: 20px;
}
.product-card .price {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #3D713C;
  flex-basis: 140px;
  text-align: right;
}
/* override link effect */
.product-card .price::after {
 right: 0;
 font-size: 16px;
}
/* Image zoom effect on hover */
.image-zoom {
  overflow: hidden;
}
.image-zoom img {
  transition: transform 0.3s ease-out;
}
.image-zoom:hover img {
  transform: scale(1.1);
}

/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
   position: relative;
   padding: 0;
   overflow: hidden;
   transition: transform 0.5s;
   display: block;
}
 .link-effect a::after {
   content: attr(data-after);
   display: inline-block;
   transform: translateY(100%);
   position: absolute;
   left: 0;
   text-align: inherit;
   transition: inherit;
}
 .link-effect a > span {
   display: inline-block;
   transform: translateY(0%);
   transition: inherit;
}
 .link-effect:hover a > span {
   transform: translateY(-100%);
}
 .link-effect:hover a::after {
   transform: translateY(0%);
}

/* 5. Subscribe
/*----------------------------------------------*/
.subscription-form input.form-control {
    border: none;
    border-radius: 0;
    padding-left: 25px;
}

/* 7. Footer
/*----------------------------------------------*/
footer h5.widget-title {
    font-size: 1.8em;
    color: var(--dark-color);
}
footer li.nav-item {
    font-size: 1.2em;
}

/* widget-search-bar */
.widget-search-bar svg {
  width: 18px;
  height: 18px;
}


/* Bootstrap theme override 
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
    color: var(--dark-color);
    background-color: transparent;
    box-shadow: none;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  border-color: transparent;
}
.tab-content {
  padding: 20px 0;
}
.accordion-button:focus {
  border-color: var(--grey-color);
  box-shadow: none;
}
.accordion-item {
  border-left: 0;
  border-right: 0;
}

/* primary button */
.text-primary,
.link-primary {
  color: var(--primary-color);
}
.link-primary:focus, .link-primary:hover {
  color: var(--secondary-color);
}
.btn {
  font-weight: bold;
}
.btn-link,
.btn-link:hover {
  color: var(--dark-color);
}
.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--dark-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
.btn-outline-primary {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.border-primary {
  border-color: var(--accent-color) !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--accent-color) !important;
}
.bg-dark {
    background-color: var(--dark-color) !important;
}
.bg-grey {
    background-color: var(--grey-color) !important;
}
.text-white .border-top {
    border-top: 1px solid #3b3e42!important;
}

/* blockquote */
.blockquote {
  padding: 100px;
  background-color: var(--secondary-color);
  margin: 0;
}
.blockquote p {
  font-size: 28px;
  line-height: 150%;
  color: #092035;
}
.blockquote cite {
  font-size: 18px;
  margin-top: 27px;
}

@media (max-width: 768px) {
  .blockquote {
    padding: 40px;
  }
}

/* display text */
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 700;
}
.display-2 em {
  color: var(--accent-color);
}
a:hover {
  color: var(--accent-color);
}

/* nav-link active */
.nav-link {
  color: #333;
  position: relative;
}
.nav-link:not(.dropdown-toggle):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  background: var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  transition: width 0.3s ease-out;
}
.nav-link:focus,
.nav-link:hover,
.nav-link.active {
  color: var(--dark-color);
}
.nav-link.active:after {
  width: 100%;
}

/* list group */
.list-group-item {
  color: var(--dark-color);
}

/* section header */
section header h2 {
  font-weight: 400;
  font-size: 2.1em;
}
section header .text-muted {
  font-weight: 700;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}

/* image circle */
.img-circle {
  border-radius: 50%;
}

/* single product */
.product-detail .thumb-swiper .swiper-slide {
    padding-bottom: 15px;
    cursor: pointer;
}
.product-detail .large-swiper .swiper-slide {
    padding-left: 15px;
}

/*--Product Information ----------*/
.rating-container .rating {
    font-size: 1.5em;
    padding-right: 5px;
    color: var(--dark-color);
}
.single-product .product-info h3.product-title,
.product-info .product-price strong {
    font-size: 2.3em;
    padding-right: 10px;
}
.product-info .product-price del {
    color: var(--dark-grey-color);
}
.product-info .product-select h4.item-title {
    font-size: 1.4em;
    text-decoration: underline;
}
.select-list li.select-item {
    font-size: 1.2em;
    padding-right: 20px;
}
.select-list li.select-item a {
    color: var(--dark-grey-color);
}
.select-list li.select-item a:hover {
    color: var(--dark-color);
    text-decoration: underline;
}

/* ------ Qunatity ------*/
.product-quantity .qty-number {
    margin-right: 20px;
}
.qty-number .quntity-button{
    min-width: 40px;
    height: 40px;
    font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background-color: var(--accent-dim-color);
    transition: .5s all ease-in-out;
}
.qty-number .quntity-button:hover{
    background-color: var(--accent-lit-color);
}
.qty-number input{
    font-size: 1.4em;
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--dark-color);
}
.qty-field .regular-price{
    display: none;
}


/* ------ Button ------*/
.stock-button-wrap .like-button {
    margin-left: 20px;
}
.stock-button-wrap .like-button a {
    padding: 6px 12px;
}
.stock-button-wrap .like-button i.icon {
    font-size: 1.6em;
}
/* ------ Meta Item ------*/
.meta-product .meta-item h4.item-title {
    padding-right: 8px;
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 580px;
}
.product-thumbnail-slider .swiper-slide {
  height: 200px;
}

/* ------ Quantity ------*/
.quantity-output {
  font-size: 32px;
  font-weight: 900;
  color: var(--dark-color);
}
.qty-number .incriment-button,
.qty-number .decriment-button{
  min-width: 50px;
  height: 50px;
  text-align: center;
  border: 2px solid var(--grey-color);
  line-height: 50px;
  cursor: pointer;
  transition: .5s all ease-in-out;
}
.qty-number input{
  width: 55px;
  height: 50px;
  text-align: center;
  margin: 0 10px;
  border-radius: 0;
  border: 2px solid var(--grey-color);
}
.qty-field .regular-price{
  display: none;
}

/* Root & Romance Brand Enhancements */
/*----------------------------------------------*/

/* Enhanced color palette for brand */
.bg-soft-beige {
  background-color: var(--soft-beige);
}
.bg-earth-brown {
  background-color: var(--earth-brown);
}
.bg-sage-green {
  background-color: var(--sage-green);
}
.bg-warm-white {
  background-color: var(--warm-white);
}

/* Mindful spacing and typography */
.mindful-text {
  font-family: var(--body-font);
  line-height: 1.7;
  color: var(--dark-gray-color);
  font-weight: 300;
}

/* Enhanced product cards with brand aesthetic */
.product-card {
  transition: all 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(44, 62, 44, 0.1);
}

/* Brand-specific button styling */
.btn-mindful {
  background-color: var(--sage-green);
  border-color: var(--sage-green);
  color: var(--warm-white);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.btn-mindful:hover {
  background-color: var(--earth-brown);
  border-color: var(--earth-brown);
  color: var(--warm-white);
  transform: translateY(-2px);
}

/* Enhanced section headers */
.section-header .sub-title {
  color: var(--sage-green);
  font-size: 1.1em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Mindful content blocks */
.mindful-block {
  background-color: var(--warm-white);
  padding: 40px;
  border-radius: 12px;
  border-left: 4px solid var(--sage-green);
  margin: 20px 0;
}

/* Prevent Horizontal Scroll */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}

/* Enhanced Header Navigation */
.navbar-nav {
  gap: 1.5rem;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-link {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 1rem;
  color: var(--dark-color);
  text-decoration: none;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  text-transform: none;
}

.navbar-nav .nav-link:hover {
  color: var(--sage-green);
  background-color: rgba(156, 175, 136, 0.1);
  transform: translateY(-2px);
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--sage-green);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
  width: 80%;
}

/* Dropdown Styling */
.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 1rem 0;
  margin-top: 0.5rem;
  background: white;
  min-width: 220px;
}

.dropdown-item {
  padding: 0.75rem 1.5rem;
  font-size: 0.95rem;
  color: var(--dark-color);
  transition: all 0.3s ease;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.dropdown-item:hover {
  background: rgba(156, 175, 136, 0.1);
  color: var(--sage-green);
  transform: translateX(5px);
}

.dropdown-divider {
  margin: 0.5rem 0;
  border-color: rgba(156, 175, 136, 0.2);
}

/* Dropdown toggle arrows removed */

/* Mobile Navigation */
@media (max-width: 991.98px) {
  .navbar-nav {
    gap: 0;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }
  
  .navbar-nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(156, 175, 136, 0.1);
  }
  
  .navbar-nav .nav-link {
    padding: 1rem 0;
    width: 100%;
    text-align: left;
    border-radius: 0;
  }
  
  .navbar-nav .nav-link:hover {
    transform: none;
    background-color: rgba(156, 175, 136, 0.05);
  }
  
  .navbar-nav .nav-link::after {
    display: none;
  }
  
  .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: rgba(156, 175, 136, 0.05);
  }
  
  .dropdown-item {
    padding: 0.75rem 2rem;
    border-bottom: 1px solid rgba(156, 175, 136, 0.1);
  }
  
  .dropdown-item:last-child {
    border-bottom: none;
  }
}


/* Header Layout Improvements */
#header-wrap {
  border-bottom: 1px solid rgba(156, 175, 136, 0.1);
  backdrop-filter: blur(10px);
  z-index: 1000;
}

.navbar-brand {
  text-decoration: none;
}

.navbar-brand:hover {
  text-decoration: none;
}

.brand-name {
  font-family: var(--brand-font);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--dark-color);
  margin: 0;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 0.85rem;
  color: var(--secondary-color);
  margin: 0;
  font-style: italic;
}


/* Mobile Header Improvements */
@media (max-width: 991.98px) {
  .brand-name {
    font-size: 1.5rem;
  }
  
  .brand-tagline {
    font-size: 0.8rem;
  }
  
  .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-toggler svg {
    color: var(--dark-color);
  }
}

/* Offcanvas Improvements */
.offcanvas-header {
  border-bottom: 1px solid rgba(156, 175, 136, 0.1);
  background: var(--light-green-color);
}

.offcanvas-title {
  font-family: var(--brand-font);
  font-weight: 600;
  color: var(--dark-color);
}

.offcanvas-body {
  padding: 2rem 1rem;
}



.container, .container-fluid {
  max-width: 100%;
  overflow-x: hidden;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.col, [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* Ensure all elements stay within viewport */
* {
  box-sizing: border-box;
}

/* Fix potential overflow issues */
.newsletter-form .input-group {
  max-width: 100%;
}

.social-links {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer-bottom-links {
  flex-wrap: wrap;
}

/* Responsive image handling */
img {
  max-width: 100%;
  height: auto;
}

/* Fix for Bootstrap grid system */
@media (max-width: 575.98px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* Enhanced Footer Styling */
.footer-main {
  background: linear-gradient(135deg, var(--light-green-color) 0%, var(--sage-green) 100%);
  color: var(--dark-color);
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.footer-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sage-green), transparent);
}

/* Newsletter Section */
.newsletter-section {
  background: rgba(255, 255, 255, 0.15);
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.newsletter-content {
  padding-right: 20px;
}

.newsletter-title {
  font-family: var(--heading-font);
  font-size: 2em;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 12px;
  line-height: 1.3;
}

.newsletter-subtitle {
  color: var(--dark-gray-color);
  font-size: 1.05em;
  margin: 0;
  line-height: 1.6;
}

.newsletter-form {
  position: relative;
}

.newsletter-input-group {
  display: flex;
  gap: 0;
  margin-bottom: 10px;
}

.newsletter-input {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px 0 0 8px;
  background: rgba(255, 255, 255, 0.95);
  padding: 14px 18px;
  font-size: 1em;
  flex: 1;
  transition: all 0.3s ease;
}

.newsletter-input:focus {
  border-color: var(--sage-green);
  box-shadow: 0 0 0 0.2rem rgba(109, 173, 132, 0.25);
  background: white;
  outline: none;
}

.newsletter-privacy {
  display: flex;
  align-items: center;
  color: var(--dark-gray-color);
  font-size: 0.85em;
  margin-top: 8px;
}

.newsletter-privacy i {
  color: var(--sage-green);
  font-size: 0.9em;
}

.btn-newsletter {
  background: var(--sage-green);
  border: 2px solid var(--sage-green);
  color: white;
  padding: 14px 28px;
  border-radius: 0 8px 8px 0;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.btn-newsletter:hover {
  background: var(--earth-brown);
  border-color: var(--earth-brown);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(109, 173, 132, 0.3);
}

.btn-newsletter i {
  transition: transform 0.3s ease;
}

.btn-newsletter:hover i {
  transform: translateX(3px);
}

/* Footer Content */
.footer-content {
  padding: 70px 0 50px;
}

.footer-brand .brand-name {
  font-family: var(--brand-font);
  font-size: 2.4em;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.footer-brand .brand-tagline {
  font-size: 1.05em;
  color: var(--secondary-color);
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 300;
}

.footer-brand .brand-story {
  font-size: 0.98em;
  line-height: 1.8;
  color: var(--dark-gray-color);
  margin-bottom: 0;
  max-width: 320px;
}

/* Social Links Wrapper */
.social-links-wrapper {
  margin-top: 30px;
}

.social-title {
  font-size: 0.9em;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85em;
}

.social-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.15);
  color: var(--dark-color);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
}

.social-link:hover {
  background: var(--sage-green);
  color: white;
  transform: translateY(-3px) scale(1.05);
  border-color: var(--sage-green);
  box-shadow: 0 6px 20px rgba(109, 173, 132, 0.4);
}

.social-link i {
  font-size: 1.15em;
}

/* Contact Info */
.contact-info {
  margin-top: 0;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 0.92em;
  color: var(--dark-gray-color);
  line-height: 1.6;
}

.contact-item i {
  color: var(--sage-green);
  margin-right: 12px;
  width: 18px;
  text-align: center;
  margin-top: 2px;
  flex-shrink: 0;
}

.contact-item a {
  color: var(--dark-gray-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: var(--sage-green);
}

/* Footer Widgets */
.footer-widget {
  margin-bottom: 0;
}

.widget-title {
  font-family: var(--heading-font);
  font-size: 1.35em;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: -0.3px;
}

.widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 3px;
  background: var(--sage-green);
  border-radius: 2px;
}

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

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

.footer-links a {
  color: var(--dark-gray-color);
  text-decoration: none;
  font-size: 0.95em;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  padding-left: 0;
}

.footer-links a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 2px;
  background: var(--sage-green);
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: var(--sage-green);
  padding-left: 12px;
}

.footer-links a:hover::before {
  width: 6px;
}

/* Footer CTA */
.footer-cta {
  background: rgba(255, 255, 255, 0.15);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  margin-top: 20px;
}

.cta-title {
  font-size: 1.15em;
  font-weight: 600;
  color: var(--dark-color);
  margin-bottom: 10px;
  line-height: 1.3;
}

.cta-text {
  font-size: 0.92em;
  color: var(--dark-gray-color);
  margin-bottom: 18px;
  line-height: 1.6;
}

.btn-footer-cta {
  background: var(--sage-green);
  border: 1px solid var(--sage-green);
  color: white;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 0.92em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.btn-footer-cta:hover {
  background: var(--earth-brown);
  border-color: var(--earth-brown);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(109, 173, 132, 0.3);
}

.btn-footer-cta i {
  transition: transform 0.3s ease;
}

.btn-footer-cta:hover i {
  transform: translateX(3px);
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0, 0, 0, 0.08);
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.copyright {
  text-align: left;
}

.copyright-text {
  margin: 0 0 6px 0;
  font-size: 0.92em;
  color: var(--dark-gray-color);
  line-height: 1.6;
}

.copyright-text strong {
  color: var(--dark-color);
  font-weight: 600;
}

.brand-motto {
  font-size: 0.85em !important;
  color: var(--secondary-color) !important;
  font-style: italic;
  margin: 0;
  font-weight: 300;
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0;
}

.footer-separator {
  color: var(--dark-gray-color);
  margin: 0 12px;
  opacity: 0.5;
}

.footer-link {
  color: var(--dark-gray-color);
  text-decoration: none;
  font-size: 0.88em;
  transition: all 0.3s ease;
  position: relative;
}

.footer-link:hover {
  color: var(--sage-green);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .footer-content {
    padding: 50px 0 40px;
  }
  
  .newsletter-section {
    padding: 40px 0;
  }
  
  .newsletter-content {
    padding-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .newsletter-form {
    margin-top: 0;
  }
  
  .footer-bottom-links {
    justify-content: center;
    margin-top: 15px;
  }
  
  .copyright {
    text-align: center;
  }
  
  .footer-brand .brand-story {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .footer-content {
    padding: 40px 0 30px;
  }
  
  .footer-brand .brand-name {
    font-size: 2em;
  }
  
  .newsletter-section {
    padding: 35px 0;
  }
  
  .newsletter-title {
    font-size: 1.6em;
  }
  
  .newsletter-subtitle {
    font-size: 0.98em;
  }
  
  .widget-title {
    font-size: 1.25em;
  }
  
  .footer-bottom-links {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
  }
  
  .footer-separator {
    margin: 0 8px;
  }
  
  .social-links {
    justify-content: flex-start;
  }
  
  .social-links-wrapper {
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .newsletter-input-group {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  
  .newsletter-input {
    border-radius: 8px;
    margin-bottom: 12px;
    width: 100%;
  }
  
  .btn-newsletter {
    border-radius: 8px;
    width: 100%;
    justify-content: center;
  }
  
  .footer-main {
    padding-left: 0;
    padding-right: 0;
  }
  
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .footer-brand .brand-name {
    font-size: 1.8em;
  }
  
  .newsletter-title {
    font-size: 1.4em;
  }
  
  .widget-title {
    font-size: 1.15em;
  }
  
  .footer-bottom-links {
    flex-direction: column;
    gap: 8px;
  }
  
  .footer-separator {
    display: none;
  }
  
  .social-links {
    justify-content: center;
  }
  
  .footer-cta {
    padding: 20px;
  }
}

/* Product Collections Styling */
/*----------------------------------------------*/
.collection-title {
  font-family: var(--heading-font);
  font-size: 1.8em;
  color: var(--dark-color);
  font-weight: 500;
  margin-bottom: 20px;
}

.value-item h4 {
  font-family: var(--heading-font);
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: 500;
}

.value-item p {
  font-size: 0.95em;
  margin: 0;
}

/* Enhanced product card styling for collections */
#product-collections .product-card {
  height: 100%;
  border: 1px solid rgba(156, 175, 136, 0.2);
  transition: all 0.3s ease;
}

#product-collections .product-card:hover {
  border-color: var(--sage-green);
  box-shadow: 0 8px 25px rgba(156, 175, 136, 0.15);
}

#product-collections .product-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: var(--dark-color);
}

#product-collections .mindful-text {
  font-size: 0.95em;
  margin-bottom: 10px;
}

#product-collections .text-muted.small {
  font-size: 0.85em;
  color: var(--secondary-color);
  font-style: italic;
}

/* Mindful Features Styling */
/*----------------------------------------------*/
.mindful-feature {
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.mindful-feature:hover {
  transform: translateY(-5px);
}

.feature-title {
  font-family: var(--heading-font);
  font-size: 1.4em;
  color: var(--dark-color);
  margin-bottom: 15px;
  font-weight: 500;
}

.feature-icon {
  transition: transform 0.3s ease;
}

.mindful-feature:hover .feature-icon {
  transform: scale(1.1);
}

/* Enhanced mindful block for philosophy section */
#mindful-living .mindful-block {
  background: linear-gradient(135deg, var(--warm-white) 0%, var(--soft-beige) 100%);
  border-left: 4px solid var(--sage-green);
  padding: 50px 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(156, 175, 136, 0.1);
}

#mindful-living .mindful-block h3 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  font-size: 1.8em;
  font-weight: 500;
}

#mindful-living .mindful-block p {
  font-size: 1.1em;
  line-height: 1.8;
  color: var(--dark-gray-color);
}