/* Updated Theme Colors: #394205, #e6e9d6, #ffffff */

/* Hero Section Background */
.hrrd-hero {
  background: linear-gradient(180deg, #394205 0%, #2a3004 100%);
  padding: 220px 0 134px;
}

/* Button Styles */
.common-btn.btn-hrrd-2 {
  background: #394205;
  backdrop-filter: blur(100px);
  border-radius: 4px;
  color: #e6e9d6;
}

.common-btn.btn-hrrd-2:hover {
  color: #fff;
}

.common-btn.btn-hrrd-2::before {
  background: #4d5807;
}

.common-btn.btn-hrrd-1 {
  background: #394205;
  border-radius: 4px;
  color: #e6e9d6;
}

.common-btn.btn-hrrd-1:hover {
  color: #e6e9d6;
}

.common-btn.btn-hrrd-1::before {
  background: #4d5807;
}

/* Menu Links */
.hrrd-menu .main-nav > ul > li > a {
  color: #e6e9d6;
  line-height: 1;
}

.hrrd-menu .main-nav > ul > li:hover > a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.hrrd-menu .main-nav > ul > li > a.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* Featured Section */
.featured-box {
  background: #FFFFFF;
  box-shadow: 5px 30px 56.1276px rgba(57, 66, 5, 0.1098);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 24px;
  transition: all .4s ease-in-out;
}

.featured-box:hover .featured-content h2 {
  color: #394205;
}

/* Section Titles */
.hrdd-section-title h1 span::before {
  border: 0.5px solid #394205;
  background: #e6e9d6;
}

/* Info List Items */
.everything-info ul li {
  height: 70px;
  background: #e6e9d6;
  border-radius: 4px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px 0 54px;
  color: #3B3B3B;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  transition: all .1s ease-in-out;
}

.everything-info ul li::before {
  background: #394205;
}

.everything-info ul li i {
  color: #394205;
}

/* Collaborate Info List */
.collaborate-info .collaborate-info-list p i {
  color: #394205;
  background: rgba(57, 66, 5, 0.2);
  mix-blend-mode: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  font-size: 13px;
  margin-right: 4px;
  transition: .3s;
}

.collaborate-info .collaborate-info-list:hover p i {
  color: #ffffff;
  background: #394205;
}

/* Apps Box Hover */
.apps-box:hover {
  background: #394205;
  box-shadow: 10px 20px 50px rgba(57, 66, 5, 0.2);
  transform: translateY(-3px);
}

/* Pricing Cards */
.price-content-box:hover .price-top-content h2 {
  color: #394205;
}

.price-content-box .price-list ul li i {
  width: 26px;
  height: 26px;
  background: rgba(57, 66, 5, 0.1);
  color: #394205;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 13px;
}

.price-content-box .pricing-btn-wrap .pricing-btn {
  background: #394205;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  color: #e6e9d6;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 19px 0;
  transition: all 1s ease 0s;
}

.price-content-box .pricing-btn-wrap .pricing-btn:hover {
  background: #2a3004;
}

/* Subscribe Section */
.hrrd-subscribe-wrap {
  background: #394205;
  backdrop-filter: blur(100px);
  border-radius: 10px;
  padding: 100px 10px;
}

.hrrd-subscribe-wrap .hrrd-subscribe-title p {
  color: #e6e9d6;
  margin: 30px 0 52px;
}

.hrdd-section-title.hrrd-subscribe-title h1 {
  color: #ffffff;
}

.hrdd-section-title.hrrd-subscribe-title h1 span::before {
  border: .5px solid #e6e9d6;
  background: #4d5807;
}

/* Footer Styles */
.hrrd-footer-area .single-widget .footer-social ul li i {
  background: rgba(57, 66, 5, 0.1);
  color: rgba(57, 66, 5, 0.6);
}

.hrrd-footer-area .single-widget .footer-social ul li i:hover {
  background: rgba(57, 66, 5, 0.4);
  color: rgba(57, 66, 5, 0.9);
}

/* Cart and Label Elements */
.like-cart .like-cart-box .like-cart-icon i {
  background: rgba(57, 66, 5, 0.1);
  color: #394205;
}

/* Toggle Button */
.toggle-btn input:checked + .slider {
  background-color: #394205;
}

/* Search Form */
.hrrd-subscribe-wrap form input {
  background: #e6e9d6;
  width: 100%;
  padding: 37px 205px 37px 40px;
  border: none;
}

/* Sticky Navigation Scroll Effects */

/* Initial transparent state */
.header-menu-area.hrrd-menu {
    transition: all 0.4s ease-in-out;
    background: transparent;
}

/* Scrolled state - solid background with shadow */
.header-menu-area.sticky.scrolled {
    background: #394205 !important;
    box-shadow: 0 4px 20px rgba(57, 66, 5, 0.3);
    animation: slideDown 0.5s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
}

/* Slide down animation */
@keyframes slideDown {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Menu links when scrolled */
.header-menu-area.sticky.scrolled .main-nav > ul > li > a {
    color: #e6e9d6;
    /* padding: 0 23px; */
    transition: all 0.3s ease;
}

.header-menu-area.sticky.scrolled .main-nav > ul > li > a:hover,
.header-menu-area.sticky.scrolled .main-nav > ul > li > a.active {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}

/* Logo adjustment when scrolled */
.header-menu-area.sticky.scrolled .logo img {
    max-height: 45px;
    transition: all 0.3s ease;
}

/* Buttons when scrolled */
.header-menu-area.sticky.scrolled .common-btn.btn-hrrd-2 {
    background: #e6e9d6;
    color: #394205;
    border: 1px solid #e6e9d6;
}

.header-menu-area.sticky.scrolled .common-btn.btn-hrrd-2:hover {
    background: #ffffff;
    color: #394205;
    border-color: #ffffff;
}

.header-menu-area.sticky.scrolled .common-btn.btn-hrrd-1 {
    background: #ffffff;
    color: #394205;
    border: 1px solid #ffffff;
}

.header-menu-area.sticky.scrolled .common-btn.btn-hrrd-1:hover {
    background: #e6e9d6;
    color: #394205;
}

/* Dropdown menu arrow when scrolled */
.header-menu-area.sticky.scrolled .main-nav > ul > li.has-child-menu:after {
    color: rgba(230, 233, 214, 0.8);
}

/* Smooth padding transition for menu items */
.main-nav > ul > li {
    transition: padding 0.3s ease;
}

/* Add backdrop blur for modern effect */
.header-menu-area.sticky.scrolled {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Optional: Add a subtle border at bottom */
.header-menu-area.sticky.scrolled::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(230, 233, 214, 0.3) 50%, 
        transparent 100%);
}

/* Mobile responsiveness */
@media (max-width: 991px) {
    .header-menu-area.sticky.scrolled {
        padding: 10px 0;
    }
    
    .header-menu-area.sticky.scrolled .logo img {
        max-height: 40px;
    }
}

.breadcrumb-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#394205), to(#FFFFFF));
  background: linear-gradient(180deg, #394205 0%, #FFFFFF 100%);
  padding-top: 214px;
  padding-bottom: 100px;
}


.cart-wrap .single-cart::before {
  width: 2px;
  height: 32px;
  position: absolute;
  content: '';
  background: #394205;
  left: -2px;
  -webkit-animation: cart-anm-t-b 4s alternate linear infinite;
          animation: cart-anm-t-b 4s alternate linear infinite;
}

.cart-wrap .single-cart .contact-details .contact-details-info ul li i {
  font-size: 20px;
  color: #394205;
  margin-right: 15px;
  -webkit-transition: color .25s ease-in-out;
  transition: color .25s ease-in-out;
}
.shop-check .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 2px;
  border: 1px solid #394205;
  border-radius: 4px;
  /* Create the checkmark/indicator (hidden when not checked) */
}