/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
body {
  overflow-x: hidden;
  position: relative; }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1; }

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline; }
  a:hover {
    color: #2f2f2f;
    text-decoration: none; }
  a.more {
    font-weight: 600; }

.custom-navbar {
  background: #3b5d50 !important;
  padding-top: 20px;
  padding-bottom: 20px; }
  .custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600; }
    .custom-navbar .navbar-brand > span {
      opacity: .4; }
  .custom-navbar .navbar-toggler {
    border-color: transparent; }
    .custom-navbar .navbar-toggler:active, .custom-navbar .navbar-toggler:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  @media (min-width: 992px) {
    .custom-navbar .custom-navbar-nav li {
      margin-left: 15px;
      margin-right: 15px; } }
  .custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-nav li a:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        background: #f9bf29;
        height: 5px;
        opacity: 1;
        visibility: visible;
        width: 0;
        -webkit-transition: .15s all ease-out;
        -o-transition: .15s all ease-out;
        transition: .15s all ease-out; } }
    .custom-navbar .custom-navbar-nav li a:hover {
      opacity: 1; }
      .custom-navbar .custom-navbar-nav li a:hover:before {
        width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-nav li.active a {
    opacity: 1; }
    .custom-navbar .custom-navbar-nav li.active a:before {
      width: calc(100% - 16px); }
  .custom-navbar .custom-navbar-cta {
    margin-left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .custom-navbar .custom-navbar-cta {
        margin-left: 40px !important; } }
    .custom-navbar .custom-navbar-cta li {
      margin-left: 0px;
      margin-right: 0px; }
      .custom-navbar .custom-navbar-cta li:first-child {
        margin-right: 20px; }

.hero {
  background: #3b5d50;
  padding: calc(4rem - 30px) 0 0rem 0; }
  @media (min-width: 768px) {
    .hero {
      padding: calc(4rem - 30px) 0 4rem 0; } }
  @media (min-width: 992px) {
    .hero {
      padding: calc(8rem - 30px) 0 8rem 0; } }
  .hero .intro-excerpt {
    position: relative;
    z-index: 4; }
    @media (min-width: 992px) {
      .hero .intro-excerpt {
        max-width: 450px; } }
  .hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .hero h1 {
        font-size: 54px; } }
  .hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px; }
  .hero .hero-img-wrap {
    position: relative; }
    .hero .hero-img-wrap img {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 2;
      max-width: 780px;
      width: 100%;
      display:block;
      left: -20px; }
      @media (min-width: 768px) {
        .hero .hero-img-wrap img {
          right: 0px;
          left: -100px; } }
      @media (min-width: 992px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          position: absolute;
          right: -50px; } }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap img {
          left: 0px;
          top: -80px;
          right: -100px; } }
    .hero .hero-img-wrap:after {
      content: "";
      position: absolute;
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-light.svg");
      background-size: contain;
      background-repeat: no-repeat;
      right: -100px;
      top: -0px; }
      @media (min-width: 1200px) {
        .hero .hero-img-wrap:after {
          top: -40px; } }

.btn {
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  color: #ffffff;
  background: #2f2f2f;
  border-color: #2f2f2f; }
  .btn:hover {
    color: #ffffff;
    background: #222222;
    border-color: #222222; }
  .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50; }
    .btn.btn-primary:hover {
      background: #314d43;
      border-color: #314d43; }
  .btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29; }
    .btn.btn-secondary:hover {
      background: #f8b810;
      border-color: #f8b810; }
  .btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-white-outline:hover {
      border-color: white;
      color: #ffffff; }

.section-title {
  color: #2f2f2f; }

.product-section {
  padding: 7rem 0; }
  .product-section .product-item {
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
    padding-bottom: 50px;
    cursor: pointer; }
    .product-section .product-item .product-thumbnail {
      margin-bottom: 30px;
      position: relative;
      top: 0;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item h3 {
      font-weight: 600;
      font-size: 16px; }
    .product-section .product-item strong {
      font-weight: 800 !important;
      font-size: 18px !important; }
    .product-section .product-item h3, .product-section .product-item strong {
      color: #2f2f2f;
      text-decoration: none; }
    .product-section .product-item .icon-cross {
      position: absolute;
      width: 35px;
      height: 35px;
      display: inline-block;
      background: #2f2f2f;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-bottom: -17.5px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .product-section .product-item .icon-cross img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .product-section .product-item:before {
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      content: "";
      background: #dce5e4;
      height: 0%;
      z-index: -1;
      border-radius: 10px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .product-section .product-item:hover .product-thumbnail {
      top: -25px; }
    .product-section .product-item:hover .icon-cross {
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .product-section .product-item:hover:before {
      height: 70%; }

.why-choose-section {
  padding: 7rem 0; }
  .why-choose-section .img-wrap {
    position: relative; }
    .why-choose-section .img-wrap:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-yellow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .why-choose-section .img-wrap img {
      border-radius: 20px; }

.feature {
  margin-bottom: 30px; }
  .feature .icon {
    display: inline-block;
    position: relative;
    margin-bottom: 20px; }
    .feature .icon:before {
      content: "";
      width: 33px;
      height: 33px;
      position: absolute;
      background: rgba(59, 93, 80, 0.2);
      border-radius: 50%;
      right: -8px;
      bottom: 0; }
  .feature h3 {
    font-size: 14px;
    color: #2f2f2f; }
  .feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a; }

.we-help-section {
  padding: 7rem 0; }
  .we-help-section .imgs-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[27];
    grid-template-columns: repeat(27, 1fr);
    position: relative; }
    .we-help-section .imgs-grid:before {
      position: absolute;
      content: "";
      width: 255px;
      height: 217px;
      background-image: url("../images/dots-green.svg");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translate(-40%, -40%);
      -ms-transform: translate(-40%, -40%);
      transform: translate(-40%, -40%);
      z-index: -1; }
    .we-help-section .imgs-grid .grid {
      position: relative; }
      .we-help-section .imgs-grid .grid img {
        border-radius: 20px;
        max-width: 100%; }
      .we-help-section .imgs-grid .grid.grid-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 18;
        grid-column: 1 / span 18;
        -ms-grid-row: 1;
        -ms-grid-row-span: 27;
        grid-row: 1 / span 27; }
      .we-help-section .imgs-grid .grid.grid-2 {
        -ms-grid-column: 19;
        -ms-grid-column-span: 27;
        grid-column: 19 / span 27;
        -ms-grid-row: 1;
        -ms-grid-row-span: 5;
        grid-row: 1 / span 5;
        padding-left: 20px; }
      .we-help-section .imgs-grid .grid.grid-3 {
        -ms-grid-column: 14;
        -ms-grid-column-span: 16;
        grid-column: 14 / span 16;
        -ms-grid-row: 6;
        -ms-grid-row-span: 27;
        grid-row: 6 / span 27;
        padding-top: 20px; }

.custom-list {
  width: 100%; }
  .custom-list li {
    display: inline-block;
    width: calc(50% - 20px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; }
    .custom-list li:before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #3b5d50;
      position: absolute;
      left: 0;
      top: 8px; }

.popular-product {
  padding: 0 0 7rem 0; }
  .popular-product .product-item-sm h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f; }
  .popular-product .product-item-sm a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .popular-product .product-item-sm a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .popular-product .product-item-sm p {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 14px; }
  .popular-product .product-item-sm .thumbnail {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    position: relative; }
    .popular-product .product-item-sm .thumbnail:before {
      content: "";
      position: absolute;
      border-radius: 20px;
      background: #dce5e4;
      width: 98px;
      height: 98px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }

.testimonial-section {
  padding: 3rem 0 7rem 0; }

.testimonial-slider-wrap {
  position: relative; }
  .testimonial-slider-wrap .tns-inner {
    padding-top: 30px; }
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    font-size: 16px; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap .item .testimonial-block blockquote {
        line-height: 32px;
        font-size: 18px; } }
  .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
    margin-bottom: 20px; }
    .testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
      max-width: 80px;
      border-radius: 50%; }
  .testimonial-slider-wrap .item .testimonial-block .author-info h3 {
    font-size: 14px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 0; }
  .testimonial-slider-wrap #testimonial-nav {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    display: none; }
    @media (min-width: 768px) {
      .testimonial-slider-wrap #testimonial-nav {
        display: block; } }
    .testimonial-slider-wrap #testimonial-nav > span {
      cursor: pointer;
      position: absolute;
      width: 58px;
      height: 58px;
      line-height: 58px;
      border-radius: 50%;
      background: rgba(59, 93, 80, 0.1);
      color: #2f2f2f;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .testimonial-slider-wrap #testimonial-nav > span:hover {
        background: #3b5d50;
        color: #ffffff; }
    .testimonial-slider-wrap #testimonial-nav .prev {
      left: -10px; }
    .testimonial-slider-wrap #testimonial-nav .next {
      right: 0; }
  .testimonial-slider-wrap .tns-nav {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .testimonial-slider-wrap .tns-nav button {
      background: none;
      border: none;
      display: inline-block;
      position: relative;
      width: 0 !important;
      height: 7px !important;
      margin: 2px; }
      .testimonial-slider-wrap .tns-nav button:active, .testimonial-slider-wrap .tns-nav button:focus, .testimonial-slider-wrap .tns-nav button:hover {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none; }
      .testimonial-slider-wrap .tns-nav button:before {
        display: block;
        width: 7px;
        height: 7px;
        left: 0;
        top: 0;
        position: absolute;
        content: "";
        border-radius: 50%;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        background-color: #d6d6d6; }
      .testimonial-slider-wrap .tns-nav button:hover:before, .testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
        background-color: #3b5d50; }

.before-footer-section {
  padding: 7rem 0 12rem 0 !important; }

.blog-section {
  padding: 7rem 0 12rem 0; }
  .blog-section .post-entry a {
    text-decoration: none; }
  .blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px; }
    .blog-section .post-entry .post-thumbnail img {
      border-radius: 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
  .blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px; }
    .blog-section .post-entry .post-content-entry h3 {
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 600;
      margin-bottom: 7px; }
    .blog-section .post-entry .post-content-entry .meta {
      font-size: 14px; }
      .blog-section .post-entry .post-content-entry .meta a {
        font-weight: 600; }
  .blog-section .post-entry:hover .post-thumbnail img, .blog-section .post-entry:focus .post-thumbnail img {
    opacity: .7; }

.footer-section {
  padding: 80px 0;
  background: #ffffff; }
  .footer-section .relative {
    position: relative; }
  .footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .footer-section a:hover {
      color: rgba(47, 47, 47, 0.5); }
  .footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; }
    @media (min-width: 992px) {
      .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; } }
    .footer-section .subscription-form h3 {
      font-size: 18px;
      font-weight: 500;
      color: #3b5d50; }
    .footer-section .subscription-form .form-control {
      height: 50px;
      border-radius: 10px;
      font-family: "Inter", sans-serif; }
      .footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #3b5d50;
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
      .footer-section .subscription-form .form-control::-webkit-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control::-moz-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-ms-input-placeholder {
        font-size: 14px; }
      .footer-section .subscription-form .form-control:-moz-placeholder {
        font-size: 14px; }
    .footer-section .subscription-form .btn {
      border-radius: 10px !important; }
  .footer-section .sofa-img {
    position: absolute;
    top: -200px;
    z-index: 1;
    right: 0; }
    .footer-section .sofa-img img {
      max-width: 380px; }
  .footer-section .links-wrap {
    margin-top: 0px; }
    @media (min-width: 992px) {
      .footer-section .links-wrap {
        margin-top: 54px; } }
    .footer-section .links-wrap ul li {
      margin-bottom: 10px; }
  .footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50; }
  .footer-section .custom-social li {
    margin: 2px;
    display: inline-block; }
    .footer-section .custom-social li a {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: inline-block;
      background: #dce5e4;
      color: #3b5d50;
      border-radius: 50%; }
      .footer-section .custom-social li a:hover {
        background: #3b5d50;
        color: #ffffff; }
  .footer-section .border-top {
    border-color: #dce5e4; }
    .footer-section .border-top.copyright {
      font-size: 14px !important; }

.untree_co-section {
  padding: 7rem 0; }

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #3b5d50;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); }
  .form-control::-webkit-input-placeholder {
    font-size: 14px; }
  .form-control::-moz-placeholder {
    font-size: 14px; }
  .form-control:-ms-input-placeholder {
    font-size: 14px; }
  .form-control:-moz-placeholder {
    font-size: 14px; }

.service {
  line-height: 1.5; }
  .service .service-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3b5d50;
    margin-right: 20px;
    color: #ffffff; }

textarea {
  height: auto !important; }

.site-blocks-table {
  overflow: auto; }
  .site-blocks-table .product-thumbnail {
    width: 200px; }
  .site-blocks-table .btn {
    padding: 2px 10px; }
  .site-blocks-table thead th {
    padding: 30px;
    text-align: center;
    border-width: 0px !important;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px; }
  .site-blocks-table td {
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.8); }
  .site-blocks-table tbody tr:first-child td {
    border-top: 1px solid #3b5d50 !important; }
  .site-blocks-table .btn {
    background: none !important;
    color: #000000;
    border: none;
    height: auto !important; }

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important; }

.site-block-order-table td, .site-block-order-table th {
  color: #000000; }

.couponcode-wrap input {
  border-radius: 10px !important; }

.text-primary {
  color: #3b5d50 !important; }

.thankyou-icon {
  position: relative;
  color: #3b5d50; }
  .thankyou-icon:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(59, 93, 80, 0.2); }


/* ========================================
   Sticky Header Styles - Horizontal Category Menu
   ======================================== */

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: #3b5d50;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sticky-header.sticky-header-visible {
  transform: translateY(0);
  opacity: 1;
}

.sticky-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 20px;
  gap: 20px;
}

/* Brand/Logo */
.sticky-header-brand {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.sticky-header-brand:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}

.sticky-header-brand span {
  opacity: 0.4;
}

/* Horizontal Category Navigation */
.sticky-header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.sticky-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sticky-nav-list::-webkit-scrollbar {
  display: none;
}

.sticky-nav-item {
  flex-shrink: 0;
}

.sticky-nav-link {
  display: block;
  padding: 8px 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  white-space: nowrap;
}

.sticky-nav-link:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  text-decoration: none;
}

.sticky-nav-link:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.25);
}

.sticky-nav-link.active {
  background: #f9bf29;
  color: #2f2f2f;
}

.sticky-nav-empty {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: italic;
}

/* Mobile Menu Toggle Button - Hidden on desktop */
.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-toggle:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
}

/* Mobile Category Menu - Hidden on desktop */
.mobile-category-menu {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.mobile-category-menu.show {
  display: block;
}

.mobile-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.mobile-nav-item {
  flex-shrink: 0;
}

.mobile-nav-link {
  display: block;
  padding: 10px 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}

.mobile-nav-link:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.mobile-nav-link:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
}

/* Cart Widget */
.cart-widget {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cart-widget:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-decoration: none;
}

.cart-widget:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
}

.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: #f9bf29;
  border-radius: 10px;
  color: #2f2f2f;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  display: none;
}

.cart-badge.cart-badge-visible {
  display: block;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .sticky-header-container {
    padding: 10px 15px;
    gap: 15px;
  }

  .sticky-header-brand {
    font-size: 18px;
  }

  .sticky-nav-link {
    padding: 6px 12px;
    font-size: 13px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .sticky-header-container {
    padding: 10px 15px;
  }

  .sticky-header-brand {
    font-size: 16px;
  }

  /* Hide horizontal nav on mobile, show toggle button */
  .sticky-header-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .cart-widget {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .cart-badge {
    top: -2px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
}

/* Very small screens */
@media (max-width: 375px) {
  .sticky-header-brand {
    font-size: 14px;
  }

  .mobile-menu-toggle {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .cart-widget {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .sticky-header,
  .sticky-header.sticky-header-visible,
  .sticky-nav-link,
  .mobile-nav-link,
  .mobile-menu-toggle,
  .cart-widget,
  .sticky-header-brand {
    transition: none !important;
    animation: none !important;
  }
}

/* Keyboard focus styles for accessibility */
.sticky-header *:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .sticky-header {
    border-bottom: 2px solid #ffffff;
  }

  .sticky-nav-link {
    border: 2px solid #ffffff;
  }

  .mobile-nav-link {
    border: 2px solid #ffffff;
  }
}


/* ========================================
   Accessibility and Animation Styles
   ======================================== */

/* Smooth Scroll Behavior for View All Links */
html {
  scroll-behavior: smooth;
}

/* Focus Indicators for Keyboard Navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f9bf29;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(249, 191, 41, 0.3);
}

/* Remove default outline for mouse users */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
  outline: none;
}

/* Enhanced focus for navigation links */
.custom-navbar .custom-navbar-nav li a:focus-visible {
  outline: 2px solid #f9bf29;
  outline-offset: 4px;
  opacity: 1;
}

/* Focus styles for product cards */
.product-section .product-item:focus-visible {
  outline: 3px solid #3b5d50;
  outline-offset: 4px;
  border-radius: 10px;
}

/* Focus styles for category cards */
.category-card:focus-visible {
  outline: 3px solid #3b5d50;
  outline-offset: 4px;
}

/* Focus styles for buttons */
.btn:focus-visible {
  outline: 3px solid #f9bf29;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(249, 191, 41, 0.3);
}

/* Focus styles for View All links */
.view-all-link:focus-visible {
  outline: 3px solid #3b5d50;
  outline-offset: 4px;
  border-radius: 30px;
}

/* ========================================
   Fade-in Animations for Product Sections
   ======================================== */

/* Base animation keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Product section fade-in animation */
.product-section {
  animation: fadeInUp 0.6s ease-out forwards;
}

/* Staggered animation delays for multiple sections */
.product-section:nth-child(1) { animation-delay: 0.1s; }
.product-section:nth-child(2) { animation-delay: 0.2s; }
.product-section:nth-child(3) { animation-delay: 0.3s; }
.product-section:nth-child(4) { animation-delay: 0.4s; }
.product-section:nth-child(5) { animation-delay: 0.5s; }
.product-section:nth-child(6) { animation-delay: 0.6s; }

/* Category section fade-in */
.categories-section {
  animation: fadeInUp 0.6s ease-out forwards;
  animation-delay: 0.3s;
}

/* Product item hover animations */
.product-section .product-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-section .product-item:hover {
  transform: translateY(-5px);
}

/* Category card hover animations */
.category-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ========================================
   Prefers Reduced Motion - Disable Animations
   ======================================== */

@media (prefers-reduced-motion: reduce) {
  /* Disable smooth scrolling */
  html {
    scroll-behavior: auto;
  }

  /* Disable all animations and transitions */
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  /* Remove fade-in animations */
  .product-section,
  .categories-section {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Remove hover transforms */
  .product-section .product-item:hover,
  .category-card:hover {
    transform: none !important;
  }

  /* Keep focus indicators visible but without animation */
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:focus-visible {
    outline: 3px solid #f9bf29;
    outline-offset: 2px;
    box-shadow: none;
    transition: none !important;
  }
}

/* ========================================
   WCAG AA Color Contrast Compliance
   ======================================== */

/* Ensure text colors meet WCAG AA contrast ratio (4.5:1 for normal text, 3:1 for large text) */

/* Primary text color - dark gray on light background */
body {
  color: #4a4a4a; /* Darker than #6a6a6a for better contrast */
}

/* Link colors with sufficient contrast */
a {
  color: #2f2f2f; /* Dark color for good contrast */
}

a:hover,
a:focus {
  color: #1a1a1a; /* Even darker on hover/focus */
}

/* Section titles with high contrast */
.section-title {
  color: #1a1a1a; /* Very dark for headings */
}

/* Product card text contrast */
.product-section .product-item h3,
.product-section .product-item strong {
  color: #1a1a1a; /* Dark text for product names and prices */
}

/* Footer text contrast */
.footer-section a {
  color: #2f2f2f;
}

.footer-section a:hover {
  color: #1a1a1a;
}

/* Form placeholder contrast */
.form-control::placeholder {
  color: #6a6a6a; /* Meets 4.5:1 on white background */
  opacity: 1;
}

/* Button text contrast */
.btn {
  color: #ffffff; /* White on dark background */
}

.btn.btn-secondary {
  color: #1a1a1a; /* Dark text on yellow background */
}

/* Badge text contrast */
.cart-badge {
  color: #1a1a1a; /* Dark text on yellow badge */
}

/* Category dropdown text contrast */
.category-dropdown-item {
  color: #2f2f2f;
}

.category-dropdown-item:hover,
.category-dropdown-item:focus {
  color: #ffffff; /* White text on dark background */
  background: #3b5d50;
}

/* Empty state text */
.category-dropdown-empty {
  color: #4a4a4a; /* Darker for better contrast */
}

/* ========================================
   ARIA-Compatible Styles for Interactive Elements
   ======================================== */

/* Dropdown menu ARIA states */
.category-dropdown-menu[aria-hidden="true"] {
  display: none;
}

.category-dropdown-menu[aria-hidden="false"] {
  display: block;
}

/* Button ARIA expanded states */
.category-dropdown-btn[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.25);
}

/* Menu item ARIA current state */
.category-dropdown-item[aria-current="page"] {
  background: #f0f0f0;
  font-weight: 600;
  border-left: 3px solid #3b5d50;
}

/* Disabled state styling */
[aria-disabled="true"],
[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Loading state */
[aria-busy="true"] {
  cursor: wait;
  opacity: 0.7;
}

/* Hidden content for screen readers only */
.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip link for keyboard navigation */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #3b5d50;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
  outline: 2px solid #f9bf29;
  outline-offset: 2px;
}

/* Live region styling */
[aria-live] {
  position: relative;
}

/* Alert styling */
[role="alert"] {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

[role="alert"].alert-success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

[role="alert"].alert-error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Navigation landmark styling */
nav[aria-label] {
  position: relative;
}

/* Main content landmark */
main[role="main"],
[role="main"] {
  outline: none;
}

main[role="main"]:focus {
  outline: none;
}

/* ========================================
   High Contrast Mode Support
   ======================================== */

@media (prefers-contrast: high) {
  /* Increase border visibility */
  .btn {
    border: 2px solid currentColor;
  }

  /* Stronger focus indicators */
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:focus-visible {
    outline: 3px solid #000000;
    outline-offset: 3px;
  }

  /* Higher contrast text */
  body {
    color: #000000;
  }

  .section-title,
  .product-section .product-item h3,
  .product-section .product-item strong {
    color: #000000;
  }

  /* Visible borders on cards */
  .product-section .product-item,
  .category-card {
    border: 2px solid #000000;
  }

  /* Dropdown menu borders */
  .category-dropdown-menu {
    border: 2px solid #000000;
  }

  .category-dropdown-item {
    border-bottom: 1px solid #000000;
  }
}

/* ========================================
   Dark Mode Support (Optional Enhancement)
   ======================================== */

@media (prefers-color-scheme: dark) {
  /* Note: This is a basic dark mode support
     Full implementation would require more extensive changes */
  
  /* Focus indicators in dark mode */
  a:focus-visible,
  button:focus-visible,
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible,
  [tabindex]:focus-visible {
    outline-color: #f9bf29;
    box-shadow: 0 0 0 4px rgba(249, 191, 41, 0.4);
  }
}

/* ========================================
   Print Styles for Accessibility
   ======================================== */

@media print {
  /* Ensure links are visible in print */
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666666;
  }

  /* Hide interactive elements */
  .sticky-header,
  .category-dropdown-menu,
  .cart-widget,
  .skip-link {
    display: none !important;
  }

  /* Ensure good contrast for print */
  body {
    color: #000000;
    background: #ffffff;
  }

  /* Remove animations */
  * {
    animation: none !important;
    transition: none !important;
  }
}


/* ========================================
   Category Card Styles
   ======================================== */

.categories-section {
  padding: 7rem 0;
  background: #f8f9fa;
}

.category-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.category-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.category-card-link:focus-visible {
  outline: 3px solid #3b5d50;
  outline-offset: 2px;
  border-radius: 12px;
}

.category-card-image-container {
  position: relative;
  width: 100%;
  padding-top: 75%; /* 4:3 aspect ratio */
  overflow: hidden;
   background: #f8f9fa;
}

.category-card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain; /* Changed from cover to contain */
  object-position: center;
  transition: transform 0.3s ease;
  max-width: 80%;
  max-height: 80%;
  
}

.category-card:hover .category-card-image {
  transform: scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.category-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-card:hover .category-card-overlay {
  opacity: 1;
}

.category-card-content {
  padding: 16px;
  text-align: center;
}

.category-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 8px 0;
  transition: color 0.3s ease;
}

.category-card:hover .category-card-title {
  color: #3b5d50;
}

.category-card-count {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f0f0;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #4a4a4a;
}

/* Material Section Styles */
.material-section {
  background: #ffffff;
}

.material-subheading {
  font-size: 20px;
  font-weight: 600;
  color: #3b5d50;
  padding-bottom: 12px;
  border-bottom: 2px solid #3b5d50;
  display: inline-block;
}

.material-group {
  margin-bottom: 3rem;
}

/* Section Description Styles */
.section-description {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

/* Responsive adjustments for category cards */
@media (max-width: 767px) {
  .category-card-content {
    padding: 12px;
  }

  .category-card-title {
    font-size: 14px;
  }

  .category-card-count {
    font-size: 11px;
    padding: 3px 10px;
  }
}

/* Reduced motion for category cards */
@media (prefers-reduced-motion: reduce) {
  .category-card-image,
  .category-card-overlay,
  .category-card-title {
    transition: none !important;
  }

  .category-card:hover .category-card-image {
    transform: none !important;
  }
}

/* ============================================
   Toast Notification Styles
   ============================================ */

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.toast {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  min-width: 280px;
  max-width: 400px;
  pointer-events: auto;
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-visible {
  opacity: 1;
  transform: translateX(0);
}

.toast-hiding {
  opacity: 0;
  transform: translateX(100%);
}

.toast-icon {
  flex-shrink: 0;
  font-size: 20px;
}

.toast-success .toast-icon {
  color: #28a745;
}

.toast-error .toast-icon {
  color: #dc3545;
}

.toast-info .toast-icon {
  color: #17a2b8;
}

.toast-message {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
}

.toast-close {
  flex-shrink: 0;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #999;
  font-size: 14px;
  transition: color 0.2s ease;
}

.toast-close:hover {
  color: #333;
}

.toast-close:focus {
  outline: 2px solid #3b5d50;
  outline-offset: 2px;
}

/* Toast success border accent */
.toast-success {
  border-left: 4px solid #28a745;
}

.toast-error {
  border-left: 4px solid #dc3545;
}

.toast-info {
  border-left: 4px solid #17a2b8;
}

/* Mobile responsive toast */
@media (max-width: 480px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
  }

  .toast {
    min-width: auto;
    max-width: none;
  }
}

/* Reduced motion for toasts */
@media (prefers-reduced-motion: reduce) {
  .toast {
    transition: opacity 0.1s ease;
    transform: none;
  }

  .toast-visible {
    transform: none;
  }

  .toast-hiding {
    transform: none;
  }
}

/* ============================================
   Add to Cart Feedback Styles
   ============================================ */

.product-item.adding-to-cart {
  position: relative;
}

.product-item.adding-to-cart::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(59, 93, 80, 0.2);
  border-top-color: #3b5d50;
  border-radius: 50%;
  animation: cart-spinner 0.6s linear infinite;
}

@keyframes cart-spinner {
  to {
    transform: rotate(360deg);
  }
}

.product-item.adding-to-cart .product-thumbnail {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

/* Pulse animation for cart badge when updated */
@keyframes cart-badge-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.cart-badge.cart-badge-updated {
  animation: cart-badge-pulse 0.4s ease;
}

/* Reduced motion for add to cart feedback */
@media (prefers-reduced-motion: reduce) {
  .product-item.adding-to-cart::after {
    animation: none;
    border-color: #3b5d50;
  }

  .cart-badge.cart-badge-updated {
    animation: none;
  }
}


/* ========================================
   Shop Page Sidebar and Filter Styles
   ======================================== */

/* Shop Sidebar Container */
.shop-sidebar {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 100px;
}

/* Sidebar Widget */
.sidebar-widget {
  margin-bottom: 0;
}

.sidebar-widget + .sidebar-widget {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e9ecef;
}

/* Sidebar Title */
.sidebar-title {
  font-size: 16px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #3b5d50;
  display: inline-block;
}

/* Category List */
.category-list {
  margin: 0;
  padding: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li:last-child {
  margin-bottom: 0;
}

.category-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  color: #6a6a6a;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.category-list li a:hover {
  background: #3b5d50;
  color: #ffffff;
  text-decoration: none;
}

.category-list li a:hover .product-count {
  color: rgba(255, 255, 255, 0.8);
}

.category-list li.active a {
  background: #3b5d50;
  color: #ffffff;
}

.category-list li.active a .product-count {
  color: rgba(255, 255, 255, 0.8);
}

.category-list .category-name {
  font-weight: 500;
  font-size: 14px;
}

.category-list .product-count {
  font-size: 12px;
  color: #999;
  font-weight: 400;
}

/* Active Filter Indicator */
.active-filter-indicator {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  background: #f8f9fa;
  border-radius: 10px;
  border-left: 4px solid #3b5d50;
}

.active-filter-indicator .filter-label {
  font-size: 14px;
  color: #6a6a6a;
  margin-right: 10px;
}

.active-filter-indicator .filter-value {
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
}

.active-filter-indicator .clear-filter {
  color: #dc3545;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.active-filter-indicator .clear-filter:hover {
  color: #c82333;
}

/* Product Badges */
.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-badges .badge {
  display: inline-block;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
}

.product-badges .badge-new {
  background: #28a745;
  color: #ffffff;
}

.product-badges .badge-featured {
  background: #f9bf29;
  color: #2f2f2f;
}

/* No Products Message */
.no-products-message {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 40px 20px;
}

.no-products-message i {
  display: block;
  margin-bottom: 15px;
}

.no-products-message p {
  color: #6a6a6a;
  font-size: 16px;
}

/* Shop Page Product Item - Position relative for badges */
.product-section .product-item {
  position: relative;
}

/* Responsive Styles for Shop Sidebar */
@media (max-width: 991px) {
  .shop-sidebar {
    position: static;
    margin-bottom: 30px;
  }
  
  .category-list li a {
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  .shop-sidebar {
    padding: 20px;
  }
  
  .sidebar-title {
    font-size: 15px;
  }
  
  .category-list .category-name {
    font-size: 13px;
  }
  
  .active-filter-indicator {
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .active-filter-indicator .filter-label {
    margin-right: 5px;
  }
}

/* Focus styles for sidebar links */
.category-list li a:focus-visible {
  outline: 2px solid #3b5d50;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .category-list li a,
  .active-filter-indicator .clear-filter {
    transition: none;
  }
}


/* ========================================
   Section Hero Banner Styles
   ======================================== */

.section-hero-banner {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  padding: 50px 0;
}

/* Background Image with Minimal Blur Effect */
.section-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1px);
  z-index: 1;
}

/* Dark Overlay for Better Text Readability */
.section-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* Content Container */
.section-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Hero Title */
.section-hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.5px;
}

/* Hero Description */
.section-hero-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Shop Now Button */
.btn-hero-shop {
  display: inline-flex;
  align-items: center;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-hero-shop i {
  transition: transform 0.3s ease;
}

.btn-hero-shop:hover i {
  transform: translateX(5px);
}

/* ========================================
   Theme Variations
   ======================================== */

/* Dark Theme (Default) */
.section-hero-dark .section-hero-overlay {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.section-hero-dark .section-hero-title {
  color: #ffffff;
}

.section-hero-dark .section-hero-description {
  color: rgba(255, 255, 255, 0.9);
}

.section-hero-dark .btn-hero-shop {
  background: #f9bf29;
  color: #2f2f2f;
  border-color: #f9bf29;
}

.section-hero-dark .btn-hero-shop:hover {
  background: #ffffff;
  color: #2f2f2f;
  border-color: #ffffff;
}

/* Green Theme */
.section-hero-green .section-hero-overlay {
  background: linear-gradient(135deg, rgba(59, 93, 80, 0.85) 0%, rgba(59, 93, 80, 0.7) 100%);
}

.section-hero-green .section-hero-title {
  color: #ffffff;
}

.section-hero-green .section-hero-description {
  color: rgba(255, 255, 255, 0.9);
}

.section-hero-green .btn-hero-shop {
  background: #f9bf29;
  color: #2f2f2f;
  border-color: #f9bf29;
}

.section-hero-green .btn-hero-shop:hover {
  background: #ffffff;
  color: #3b5d50;
  border-color: #ffffff;
}

/* Gold Theme */
.section-hero-gold .section-hero-overlay {
  background: linear-gradient(135deg, rgba(249, 191, 41, 0.9) 0%, rgba(200, 150, 30, 0.85) 100%);
}

.section-hero-gold .section-hero-title {
  color: #2f2f2f;
}

.section-hero-gold .section-hero-description {
  color: rgba(47, 47, 47, 0.85);
}

.section-hero-gold .btn-hero-shop {
  background: #3b5d50;
  color: #ffffff;
  border-color: #3b5d50;
}

.section-hero-gold .btn-hero-shop:hover {
  background: #2f2f2f;
  color: #ffffff;
  border-color: #2f2f2f;
}

/* Light Theme */
.section-hero-light .section-hero-overlay {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 245, 245, 0.88) 100%);
}

.section-hero-light .section-hero-title {
  color: #2f2f2f;
}

.section-hero-light .section-hero-description {
  color: #6a6a6a;
}

.section-hero-light .btn-hero-shop {
  background: #3b5d50;
  color: #ffffff;
  border-color: #3b5d50;
}

.section-hero-light .btn-hero-shop:hover {
  background: #2f2f2f;
  color: #ffffff;
  border-color: #2f2f2f;
}

/* ========================================
   Responsive Styles for Hero Banners
   ======================================== */

@media (max-width: 991px) {
  .section-hero-banner {
    min-height: 240px;
    padding: 40px 0;
  }

  .section-hero-title {
    font-size: 38px;
  }

  .section-hero-description {
    font-size: 16px;
  }

  .btn-hero-shop {
    padding: 12px 28px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .section-hero-banner {
    min-height: 200px;
    padding: 35px 0;
  }

  .section-hero-content {
    padding: 30px 15px;
  }

  .section-hero-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-hero-description {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .btn-hero-shop {
    padding: 12px 25px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .section-hero-title {
    font-size: 24px;
  }

  .section-hero-description {
    font-size: 14px;
  }
}

/* ========================================
   Animation for Hero Banners
   ======================================== */

.section-hero-banner .section-hero-content {
  animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .section-hero-banner .section-hero-content {
    animation: none;
  }
  
  .btn-hero-shop i {
    transition: none;
  }
  
  .section-hero-bg {
    filter: blur(0px);
  }
}

/* Focus styles for accessibility */
.btn-hero-shop:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.3);
}


/* ========================================
   Product Carousel Styles
   ======================================== */

.product-carousel-section {
  background: #f8f9fa;
  padding: 30px 0;
  margin: 0;
}

.product-carousel-wrapper {
  position: relative;
  padding: 0 50px;
}

.product-carousel {
  overflow: hidden;
}

.carousel-item-wrapper {
  padding: 10px;
}

.carousel-product-link {
  display: block;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  aspect-ratio: 1 / 1;
}

.carousel-product-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.carousel-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.carousel-product-link:hover .carousel-product-img {
  transform: scale(1.05);
}

/* Carousel Controls */
.carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 5px;
}

.carousel-prev,
.carousel-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3b5d50;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.carousel-prev:hover,
.carousel-next:hover {
  background: #2f2f2f;
  transform: scale(1.1);
}

.carousel-prev:focus-visible,
.carousel-next:focus-visible {
  outline: 3px solid #f9bf29;
  outline-offset: 2px;
}

/* Responsive Carousel */
@media (max-width: 991px) {
  .product-carousel-wrapper {
    padding: 0 40px;
  }
  
  .carousel-prev,
  .carousel-next {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .product-carousel-section {
    padding: 20px 0;
  }
  
  .product-carousel-wrapper {
    padding: 0 35px;
  }
  
  .carousel-item-wrapper {
    padding: 5px;
  }
  
  .carousel-prev,
  .carousel-next {
    width: 32px;
    height: 32px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .carousel-product-link,
  .carousel-product-img,
  .carousel-prev,
  .carousel-next {
    transition: none;
  }
  
  .carousel-product-link:hover .carousel-product-img {
    transform: none;
  }
}


/* ========================================
   Modern Product Carousel Styles
   ======================================== */

.modern-carousel-section {
  background: #ffffff;
  padding: 60px 0;
}

.modern-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.modern-carousel-titles {
  flex: 1;
}

.modern-carousel-title {
  font-size: 32px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 8px;
}

.modern-carousel-subtitle {
  font-size: 16px;
  color: #6a6a6a;
  margin: 0;
}

.modern-carousel-viewall {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: #3b5d50;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.modern-carousel-viewall:hover {
  background: #2f2f2f;
  color: #ffffff;
  text-decoration: none;
  transform: translateX(5px);
}

.modern-carousel-viewall i {
  transition: transform 0.3s ease;
}

.modern-carousel-viewall:hover i {
  transform: translateX(3px);
}

.modern-carousel-wrapper {
  position: relative;
  padding: 0 60px;
}

.modern-carousel {
  overflow: hidden;
}

.modern-carousel-item {
  padding: 10px;
}

/* Modern Product Card */
.modern-product-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modern-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.modern-product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f9fa;
}

.modern-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.modern-product-card:hover .modern-product-image img {
  transform: scale(1.08);
}

.modern-product-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.modern-product-name {
  font-size: 15px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modern-product-price {
  font-size: 18px;
  font-weight: 700;
  color: #3b5d50;
  margin-bottom: 16px;
}

.modern-product-price span {
  font-size: 13px;
  font-weight: 500;
  color: #6a6a6a;
}

.modern-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #3b5d50;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.modern-add-to-cart:hover {
  background: #f9bf29;
  color: #2f2f2f;
  text-decoration: none;
}

.modern-add-to-cart i {
  font-size: 14px;
}

/* Modern Carousel Controls */
.modern-carousel-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0;
}

.modern-carousel-prev,
.modern-carousel-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffffff;
  color: #2f2f2f;
  border: 2px solid #e9ecef;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  pointer-events: auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.modern-carousel-prev:hover,
.modern-carousel-next:hover {
  background: #3b5d50;
  color: #ffffff;
  border-color: #3b5d50;
  transform: scale(1.1);
}

.modern-carousel-prev:focus-visible,
.modern-carousel-next:focus-visible {
  outline: 3px solid #f9bf29;
  outline-offset: 2px;
}

/* Responsive Modern Carousel */
@media (max-width: 1199px) {
  .modern-carousel-wrapper {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .modern-carousel-section {
    padding: 50px 0;
  }
  
  .modern-carousel-title {
    font-size: 28px;
  }
  
  .modern-carousel-wrapper {
    padding: 0 45px;
  }
  
  .modern-carousel-prev,
  .modern-carousel-next {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .modern-carousel-section {
    padding: 40px 0;
  }
  
  .modern-carousel-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  
  .modern-carousel-title {
    font-size: 24px;
  }
  
  .modern-carousel-subtitle {
    font-size: 14px;
  }
  
  .modern-carousel-viewall {
    padding: 10px 20px;
    font-size: 13px;
  }
  
  .modern-carousel-wrapper {
    padding: 0 40px;
  }
  
  .modern-carousel-item {
    padding: 8px;
  }
  
  .modern-product-info {
    padding: 16px;
  }
  
  .modern-product-name {
    font-size: 14px;
  }
  
  .modern-product-price {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .modern-add-to-cart {
    padding: 10px 16px;
    font-size: 12px;
  }
  
  .modern-carousel-prev,
  .modern-carousel-next {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .modern-carousel-wrapper {
    padding: 0 35px;
  }
  
  .modern-carousel-prev,
  .modern-carousel-next {
    width: 32px;
    height: 32px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .modern-product-card,
  .modern-product-image img,
  .modern-add-to-cart,
  .modern-carousel-viewall,
  .modern-carousel-prev,
  .modern-carousel-next {
    transition: none;
  }
  
  .modern-product-card:hover {
    transform: none;
  }
  
  .modern-product-card:hover .modern-product-image img {
    transform: none;
  }
}


/* ========================================
   Shop Page Product Card Styles
   ======================================== */

.product-card-wrapper {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.product-card-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.product-card-wrapper .product-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-image-container {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f9fa;
}

.product-image-container .product-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card-wrapper:hover .product-thumbnail {
  transform: scale(1.08);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card-wrapper:hover .product-overlay {
  opacity: 1;
}

.btn-quick-view {
  padding: 12px 24px;
  background: #ffffff;
  color: #2f2f2f;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(20px);
}

.product-card-wrapper:hover .btn-quick-view {
  transform: translateY(0);
}

.btn-quick-view:hover {
  background: #3b5d50;
  color: #ffffff;
}

.product-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

.product-card-wrapper .product-title {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 10px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-card-wrapper .product-price {
  font-size: 20px;
  font-weight: 700;
  color: #3b5d50;
  margin-bottom: 15px;
  display: block;
}

.product-card-wrapper .product-price .currency {
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
}

.btn-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #3b5d50;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-top: auto;
}

.btn-add-to-cart:hover {
  background: #f9bf29;
  color: #2f2f2f;
  text-decoration: none;
}

/* ========================================
   Product Quick View Modal Styles
   ======================================== */

#productModal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

#productModal .modal-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 20px 25px;
}

#productModal .modal-title {
  font-weight: 700;
  color: #2f2f2f;
}

#productModal .modal-body {
  padding: 30px;
}

.product-modal-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #f8f9fa;
}

.product-modal-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-modal-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-modal-badges .badge {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
}

.product-modal-info {
  padding-left: 20px;
}

.product-modal-name {
  font-size: 28px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 15px;
  line-height: 1.3;
}

.product-modal-price {
  font-size: 32px;
  font-weight: 800;
  color: #3b5d50;
  margin-bottom: 25px;
}

.product-modal-price .currency {
  font-size: 18px;
  font-weight: 500;
  color: #6a6a6a;
}

.product-modal-meta {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}

.product-modal-meta .meta-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}

.product-modal-meta .meta-item:last-child {
  border-bottom: none;
}

.product-modal-meta .meta-label {
  font-weight: 600;
  color: #6a6a6a;
  min-width: 120px;
  font-size: 14px;
}

.product-modal-meta .meta-value {
  color: #2f2f2f;
  font-weight: 500;
  font-size: 14px;
}

.product-modal-description {
  margin-bottom: 25px;
}

.product-modal-description h6 {
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 12px;
  font-size: 16px;
}

.product-modal-description p {
  color: #6a6a6a;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

.product-modal-actions {
  display: flex;
  gap: 15px;
}

.product-modal-actions .btn {
  flex: 1;
  padding: 15px 25px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 16px;
}

.product-modal-actions .btn-primary {
  background: #3b5d50;
  border-color: #3b5d50;
}

.product-modal-actions .btn-primary:hover {
  background: #f9bf29;
  border-color: #f9bf29;
  color: #2f2f2f;
}

.product-modal-actions .btn.disabled {
  background: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
}

/* Modal Responsive */
@media (max-width: 991px) {
  .product-modal-info {
    padding-left: 0;
    padding-top: 25px;
  }
  
  .product-modal-name {
    font-size: 24px;
  }
  
  .product-modal-price {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  #productModal .modal-body {
    padding: 20px;
  }
  
  .product-modal-name {
    font-size: 20px;
  }
  
  .product-modal-price {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .product-modal-meta {
    padding: 15px;
  }
  
  .product-modal-meta .meta-label {
    min-width: 100px;
    font-size: 13px;
  }
  
  .product-modal-actions .btn {
    padding: 12px 20px;
    font-size: 14px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .product-card-wrapper,
  .product-thumbnail,
  .product-overlay,
  .btn-quick-view,
  .btn-add-to-cart {
    transition: none;
  }
  
  .product-card-wrapper:hover {
    transform: none;
  }
  
  .product-card-wrapper:hover .product-thumbnail {
    transform: none;
  }
  
  .product-card-wrapper:hover .btn-quick-view {
    transform: none;
  }
}


/* ========================================
   Services Page Styles
   ======================================== */

/* Hero Badge */
.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(249, 191, 41, 0.2);
  color: #f9bf29;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-accent {
  color: #f9bf29;
}

.services-hero-image img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Section Styling */
.section-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(59, 93, 80, 0.1);
  color: #3b5d50;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 18px;
  color: #6a6a6a;
  max-width: 600px;
  margin: 0 auto;
}

/* Services Overview Section */
.services-overview-section {
  padding: 80px 0;
  background: #ffffff;
}

.service-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 30px;
  height: 100%;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: rgba(59, 93, 80, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.service-icon img {
  width: 35px;
  height: 35px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 15px;
}

.service-card p {
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 8px 0;
  color: #2f2f2f;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.service-features li i {
  color: #3b5d50;
  margin-right: 10px;
  font-size: 12px;
}

/* How It Works Section */
.how-it-works-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.step-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 48px;
  font-weight: 800;
  color: rgba(59, 93, 80, 0.1);
  line-height: 1;
}

.step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b5d50 0%, #4a7a6a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.step-icon i {
  font-size: 32px;
  color: #ffffff;
}

.step-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 12px;
}

.step-card p {
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Quality Promise Section */
.quality-promise-section {
  padding: 80px 0;
  background: #ffffff;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.quality-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.quality-img:hover img {
  transform: scale(1.05);
}

.quality-img-1 {
  transform: translateY(20px);
}

.quality-img-4 {
  transform: translateY(-20px);
}

.quality-content {
  padding-left: 40px;
}

.quality-content .lead {
  font-size: 18px;
  color: #6a6a6a;
  line-height: 1.7;
  margin-bottom: 30px;
}

.quality-features {
  margin-bottom: 20px;
}

.quality-feature {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.quality-feature .feature-icon {
  width: 50px;
  height: 50px;
  background: rgba(59, 93, 80, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.quality-feature .feature-icon i {
  font-size: 20px;
  color: #3b5d50;
}

.quality-feature .feature-content h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 5px;
}

.quality-feature .feature-content p {
  color: #6a6a6a;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

/* Featured Products Section */
.featured-products-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.featured-product-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.featured-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.featured-product-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f9fa;
}

.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.featured-product-card:hover .featured-product-image img {
  transform: scale(1.08);
}

.featured-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f9bf29;
  color: #2f2f2f;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.featured-product-info {
  padding: 20px;
  text-align: center;
}

.featured-product-info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-product-info .price {
  font-size: 20px;
  font-weight: 700;
  color: #3b5d50;
  margin-bottom: 15px;
}

.featured-product-info .price span {
  font-size: 13px;
  font-weight: 500;
  color: #6a6a6a;
}

.btn-add-cart {
  background: #3b5d50;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  transition: all 0.3s ease;
}

.btn-add-cart:hover {
  background: #f9bf29;
  color: #2f2f2f;
}

/* CTA Section */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-buttons .btn {
  padding: 15px 30px;
  font-weight: 600;
}

/* Responsive Services Page */
@media (max-width: 991px) {
  .services-overview-section,
  .how-it-works-section,
  .quality-promise-section,
  .featured-products-section,
  .cta-section {
    padding: 60px 0;
  }
  
  .section-header .section-title {
    font-size: 30px;
  }
  
  .quality-content {
    padding-left: 0;
    padding-top: 40px;
  }
  
  .quality-grid {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .cta-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .services-overview-section,
  .how-it-works-section,
  .quality-promise-section,
  .featured-products-section,
  .cta-section {
    padding: 50px 0;
  }
  
  .section-header {
    margin-bottom: 35px;
  }
  
  .section-header .section-title {
    font-size: 26px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
  
  .service-card,
  .step-card {
    padding: 25px 20px;
  }
  
  .quality-img img {
    height: 150px;
  }
  
  .cta-content h2 {
    font-size: 24px;
  }
  
  .cta-content p {
    font-size: 16px;
  }
  
  .cta-buttons .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .service-card,
  .step-card,
  .quality-img img,
  .featured-product-card,
  .featured-product-image img,
  .btn-add-cart {
    transition: none;
  }
  
  .service-card:hover,
  .step-card:hover,
  .featured-product-card:hover {
    transform: none;
  }
  
  .quality-img:hover img,
  .featured-product-card:hover .featured-product-image img {
    transform: none;
  }
}


/* ========================================
   Blog Page Styles
   ======================================== */

/* Blog Hero */
.blog-hero {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
}

.blog-hero-stats {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 35px;
  border-radius: 16px;
}

.stat-number {
  display: block;
  font-size: 42px;
  font-weight: 800;
  color: #f9bf29;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Featured Blog Section */
.featured-blog-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.featured-blog-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
}

.featured-blog-image {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.featured-blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-blog-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b5d50 0%, #4a7a6a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-blog-image .placeholder-image i {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
}

.featured-label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #f9bf29;
  color: #2f2f2f;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
}

.featured-blog-content {
  padding: 50px;
}

.featured-blog-content .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.featured-blog-content .blog-meta span {
  font-size: 14px;
  color: #6a6a6a;
}

.featured-blog-content .blog-meta i {
  color: #3b5d50;
}

.featured-blog-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 20px;
  line-height: 1.3;
}

.featured-blog-content p {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Blog Grid Section */
.blog-grid-section {
  padding: 60px 0 80px;
  background: #ffffff;
}

.blog-grid-section .section-header {
  margin-bottom: 40px;
}

/* Blog Card */
.blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.blog-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f8f9fa;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.08);
}

.blog-card-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-card-image .placeholder-image i {
  font-size: 48px;
  color: #adb5bd;
}

.blog-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f9bf29;
  color: #2f2f2f;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card-content .blog-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 12px;
}

.blog-card-content .blog-meta span {
  font-size: 13px;
  color: #6a6a6a;
}

.blog-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-title a {
  color: #2f2f2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #3b5d50;
}

.blog-excerpt {
  font-size: 15px;
  color: #6a6a6a;
  line-height: 1.6;
  margin-bottom: 20px;
  flex: 1;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #f0f0f0;
  margin-top: auto;
}

.blog-author {
  font-size: 13px;
  color: #6a6a6a;
}

.blog-author i {
  color: #3b5d50;
}

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #3b5d50;
  text-decoration: none;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #2f2f2f;
}

.read-more i {
  transition: transform 0.3s ease;
}

.read-more:hover i {
  transform: translateX(5px);
}

/* Blog Pagination */
.blog-pagination {
  margin-top: 50px;
}

.blog-pagination .pagination {
  gap: 8px;
}

.blog-pagination .page-link {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #e9ecef;
  color: #2f2f2f;
  font-weight: 600;
  transition: all 0.3s ease;
}

.blog-pagination .page-link:hover {
  background: #3b5d50;
  border-color: #3b5d50;
  color: #ffffff;
}

.blog-pagination .page-item.active .page-link {
  background: #3b5d50;
  border-color: #3b5d50;
  color: #ffffff;
}

/* Blog Newsletter Section */
.blog-newsletter-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.newsletter-card {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border-radius: 20px;
  padding: 50px;
}

.newsletter-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.newsletter-card p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin: 0;
}

.newsletter-form .input-group {
  max-width: 450px;
  margin-left: auto;
}

.newsletter-form .form-control {
  height: 55px;
  border-radius: 10px 0 0 10px;
  border: none;
  padding: 0 20px;
}

.newsletter-form .btn {
  border-radius: 0 10px 10px 0;
  padding: 0 30px;
  font-weight: 600;
}

/* No Blogs Message */
.no-blogs-message h3 {
  font-size: 24px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 10px;
}

/* ========================================
   Single Blog Post Styles
   ======================================== */

.blog-post-hero {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  padding: 60px 0 80px;
}

.back-to-blog {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 30px;
  transition: color 0.3s ease;
}

.back-to-blog:hover {
  color: #ffffff;
}

.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 25px;
}

.blog-post-meta .meta-item {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.blog-post-meta .meta-item i {
  margin-right: 8px;
  color: #f9bf29;
}

.blog-post-title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.blog-post-excerpt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* Featured Image */
.blog-post-featured-image {
  margin-top: -40px;
  margin-bottom: 50px;
}

.blog-post-featured-image img {
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Blog Content */
.blog-post-content {
  padding: 50px 0;
}

.blog-content-body {
  font-size: 18px;
  line-height: 1.8;
  color: #2f2f2f;
}

.blog-content-body h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2f2f2f;
}

.blog-content-body h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #2f2f2f;
}

.blog-content-body p {
  margin-bottom: 20px;
}

.blog-content-body img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px 0;
}

.blog-content-body ul,
.blog-content-body ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.blog-content-body li {
  margin-bottom: 10px;
}

.blog-content-body blockquote {
  border-left: 4px solid #3b5d50;
  padding: 20px 30px;
  margin: 30px 0;
  background: #f8f9fa;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #6a6a6a;
}

.blog-content-body a {
  color: #3b5d50;
  font-weight: 600;
}

.blog-content-body a:hover {
  color: #2f2f2f;
}

/* Share Buttons */
.blog-share {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin: 40px 0;
}

.share-label {
  font-weight: 600;
  color: #2f2f2f;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.share-btn:hover {
  transform: translateY(-3px);
  color: #ffffff;
}

.share-facebook { background: #1877f2; }
.share-twitter { background: #1da1f2; }
.share-linkedin { background: #0a66c2; }
.share-whatsapp { background: #25d366; }

/* Author Box */
.author-box {
  display: flex;
  gap: 25px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 16px;
  margin-top: 40px;
}

.author-avatar {
  flex-shrink: 0;
}

.author-avatar i {
  font-size: 70px;
  color: #3b5d50;
}

.author-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 10px;
}

.author-info p {
  color: #6a6a6a;
  margin: 0;
  line-height: 1.6;
}

/* Related Posts */
.related-posts-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.related-title {
  font-size: 28px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 30px;
}

.related-post-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.related-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}

.related-post-image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.related-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.related-post-card:hover .related-post-image img {
  transform: scale(1.05);
}

.related-post-image .placeholder-image {
  width: 100%;
  height: 100%;
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-post-image .placeholder-image i {
  font-size: 36px;
  color: #adb5bd;
}

.related-post-content {
  padding: 20px;
}

.related-post-date {
  font-size: 13px;
  color: #6a6a6a;
  display: block;
  margin-bottom: 8px;
}

.related-post-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.related-post-content h4 a {
  color: #2f2f2f;
  text-decoration: none;
  transition: color 0.3s ease;
}

.related-post-content h4 a:hover {
  color: #3b5d50;
}

/* Blog CTA Section */
.blog-cta-section {
  padding: 60px 0;
  background: #ffffff;
}

.blog-cta-card {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border-radius: 20px;
  padding: 60px;
  text-align: center;
}

.blog-cta-card h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.blog-cta-card p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

/* Responsive Blog Styles */
@media (max-width: 991px) {
  .featured-blog-content {
    padding: 35px;
  }
  
  .featured-blog-content h2 {
    font-size: 26px;
  }
  
  .blog-post-title {
    font-size: 32px;
  }
  
  .blog-post-excerpt {
    font-size: 18px;
  }
  
  .newsletter-card {
    padding: 35px;
    text-align: center;
  }
  
  .newsletter-form .input-group {
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .blog-hero-stats {
    justify-content: center;
    margin-top: 30px;
  }
  
  .featured-blog-image {
    min-height: 250px;
  }
  
  .featured-blog-content {
    padding: 25px;
  }
  
  .featured-blog-content h2 {
    font-size: 22px;
  }
  
  .blog-post-hero {
    padding: 40px 0 60px;
  }
  
  .blog-post-title {
    font-size: 26px;
  }
  
  .blog-post-meta {
    gap: 15px;
  }
  
  .blog-content-body {
    font-size: 16px;
  }
  
  .blog-content-body h2 {
    font-size: 24px;
  }
  
  .blog-content-body h3 {
    font-size: 20px;
  }
  
  .blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .author-box {
    flex-direction: column;
    text-align: center;
  }
  
  .blog-cta-card {
    padding: 40px 25px;
  }
  
  .blog-cta-card h3 {
    font-size: 24px;
  }
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .blog-card,
  .blog-card-image img,
  .related-post-card,
  .related-post-image img,
  .share-btn,
  .read-more i {
    transition: none;
  }
  
  .blog-card:hover,
  .related-post-card:hover,
  .share-btn:hover {
    transform: none;
  }
  
  .blog-card:hover .blog-card-image img,
  .related-post-card:hover .related-post-image img {
    transform: none;
  }
}


/* =====================================================
   CONTACT PAGE STYLES
   ===================================================== */

/* Contact Hero */
.contact-hero {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  position: relative;
  overflow: hidden;
}

.contact-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
  border-radius: 50%;
}

.contact-hero-icons {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.hero-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 25px 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-icon-item i {
  font-size: 32px;
  color: #f9bf29;
}

.hero-icon-item span {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

/* Contact Info Section */
.contact-info-section {
  padding: 80px 0;
  background: #f9f9f9;
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.contact-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.contact-icon i {
  font-size: 28px;
  color: #ffffff;
}

.contact-info-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 15px;
}

.contact-info-card p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 20px;
}

.contact-link {
  color: #3b5d50;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: #f9bf29;
}

.contact-link i {
  transition: transform 0.3s ease;
}

.contact-link:hover i {
  transform: translateX(5px);
}

/* Contact Form Section */
.contact-form-section {
  padding: 80px 0;
  background: #ffffff;
}

.contact-form-wrapper {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.contact-form-content {
  padding: 50px;
}

.contact-form-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 10px;
}

.form-subtitle {
  color: #6c757d;
  margin-bottom: 30px;
}

.contact-form .form-control,
.contact-form .form-select {
  border: 2px solid #e9ecef;
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #3b5d50;
  box-shadow: 0 0 0 4px rgba(59, 93, 80, 0.1);
}

.contact-form .form-floating > label {
  padding: 16px;
  color: #6c757d;
}

.contact-form .form-floating > .form-control:focus ~ label,
.contact-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.contact-form .form-floating > .form-select ~ label {
  color: #3b5d50;
}

.wish-image-upload {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}

.wish-image-upload:hover {
  border-color: #3b5d50;
  background: #f0f7f5;
}

.wish-image-upload .form-label {
  color: #3b5d50;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-form .btn-primary {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(59, 93, 80, 0.3);
}

/* Contact Sidebar */
.contact-sidebar {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  height: 100%;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
}

.sidebar-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.reason-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.reason-icon {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reason-icon i {
  font-size: 18px;
  color: #f9bf29;
}

.reason-text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.reason-text p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.social-connect {
  margin-top: auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-connect h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  background: #f9bf29;
  color: #2a4a3e;
  transform: translateY(-3px);
}

/* Contact FAQ Section */
.contact-faq-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.contact-faq-section .section-header {
  margin-bottom: 50px;
}

.contact-faq-section .section-header h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 10px;
}

.contact-faq-section .section-header p {
  color: #6c757d;
}

.contact-faq-section .accordion-item {
  background: #ffffff;
  border: none;
  border-radius: 16px !important;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-faq-section .accordion-button {
  padding: 20px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #2a4a3e;
  background: #ffffff;
  border: none;
  box-shadow: none;
}

.contact-faq-section .accordion-button:not(.collapsed) {
  background: #ffffff;
  color: #3b5d50;
}

.contact-faq-section .accordion-button::after {
  background-size: 16px;
}

.contact-faq-section .accordion-button i {
  color: #3b5d50;
}

.contact-faq-section .accordion-body {
  padding: 0 25px 20px;
  color: #6c757d;
  line-height: 1.7;
}

/* Contact Page Alerts */
.contact-form-content .alert {
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 25px;
  border: none;
}

.contact-form-content .alert-success {
  background: #d4edda;
  color: #155724;
}

.contact-form-content .alert-danger {
  background: #f8d7da;
  color: #721c24;
}

/* Responsive Contact Styles */
@media (max-width: 991px) {
  .contact-hero-icons {
    justify-content: center;
    margin-top: 30px;
  }
  
  .contact-form-content {
    padding: 40px 30px;
  }
  
  .contact-sidebar {
    padding: 40px 30px;
  }
  
  .contact-form-wrapper {
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .contact-info-section {
    padding: 60px 0;
    margin-top: 0;
  }
  
  .contact-info-card {
    padding: 30px 20px;
  }
  
  .contact-form-section {
    padding: 60px 0;
  }
  
  .contact-form-content {
    padding: 30px 20px;
  }
  
  .contact-form-content h2 {
    font-size: 26px;
  }
  
  .contact-sidebar {
    padding: 30px 20px;
  }
  
  .hero-icon-item {
    padding: 20px;
  }
  
  .hero-icon-item i {
    font-size: 24px;
  }
  
  .contact-faq-section {
    padding: 60px 0;
  }
  
  .contact-faq-section .section-header h2 {
    font-size: 26px;
  }
}


/* =====================================================
   ABOUT PAGE STYLES
   ===================================================== */

/* About Hero */
.about-hero {
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  position: relative;
  overflow: hidden;
}

.about-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(249, 191, 41, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.hero-stats-row {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.hero-stat {
  text-align: center;
}

.hero-stat .stat-number {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #f9bf29;
  line-height: 1;
}

.hero-stat .stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about-hero-image {
  position: relative;
}

.image-stack {
  position: relative;
}

.image-main img {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}

.image-badge {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #f9bf29;
  color: #2a4a3e;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 10px 30px rgba(249, 191, 41, 0.4);
}

.image-badge i {
  font-size: 28px;
}

.image-badge span {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
}

/* About Story Section */
.about-story-section {
  padding: 100px 0;
  background: #ffffff;
}

.story-images {
  position: relative;
}

.story-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.story-img img {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.story-img-1 {
  margin-top: 40px;
}

.story-img-2 {
  margin-top: -20px;
}

.experience-badge {
  position: absolute;
  bottom: 40px;
  right: -20px;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  color: #ffffff;
  padding: 25px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(59, 93, 80, 0.3);
}

.experience-badge .years {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #f9bf29;
  line-height: 1;
}

.experience-badge .text {
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.9;
}

.story-content {
  padding-left: 30px;
}

.section-badge {
  display: inline-block;
  background: rgba(59, 93, 80, 0.1);
  color: #3b5d50;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.story-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 25px;
  line-height: 1.2;
}

.story-content .lead {
  font-size: 18px;
  color: #3b5d50;
  font-weight: 500;
  margin-bottom: 20px;
}

.story-content p {
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 15px;
}

.story-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}

.story-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.story-feature i {
  color: #3b5d50;
  font-size: 18px;
}

.story-feature span {
  font-weight: 500;
  color: #2a4a3e;
}

/* About Features Section */
.about-features-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.about-features-section .section-header {
  margin-bottom: 60px;
}

.about-features-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 15px;
}

.about-features-section .section-header p {
  color: #6c757d;
  font-size: 18px;
}

.about-feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.about-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.about-feature-card .feature-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.about-feature-card .feature-icon i {
  font-size: 30px;
  color: #ffffff;
}

.about-feature-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 15px;
}

.about-feature-card p {
  color: #6c757d;
  line-height: 1.7;
  margin: 0;
}

/* About Categories Section */
.about-categories-section {
  padding: 100px 0;
  background: #ffffff;
}

.about-categories-section .section-header {
  margin-bottom: 60px;
}

.about-categories-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 15px;
}

.about-categories-section .section-header p {
  color: #6c757d;
  font-size: 18px;
}

.category-showcase-card {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  height: 320px;
  transition: all 0.3s ease;
}

.category-showcase-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.category-showcase-card .category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category-showcase-card .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-showcase-card:hover .category-image img {
  transform: scale(1.1);
}

.category-showcase-card .category-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-showcase-card .category-placeholder i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.3);
}

.category-showcase-card .category-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(42, 74, 62, 0.95) 0%, rgba(42, 74, 62, 0.3) 50%, transparent 100%);
}

.category-showcase-card .category-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #ffffff;
}

.category-showcase-card .category-info h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.category-showcase-card .category-info p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 15px;
  line-height: 1.5;
}

.category-showcase-card .shop-link {
  font-weight: 600;
  color: #f9bf29;
  font-size: 14px;
  transition: all 0.3s ease;
}

.category-showcase-card:hover .shop-link {
  letter-spacing: 1px;
}

/* About Products Section */
.about-products-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.about-products-section .section-header {
  margin-bottom: 60px;
}

.about-products-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 15px;
}

.about-products-section .section-header p {
  color: #6c757d;
  font-size: 18px;
}

/* About Values Section */
.about-values-section {
  padding: 100px 0;
  background: #ffffff;
}

.values-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 20px;
}

.values-content > p {
  color: #6c757d;
  font-size: 18px;
  margin-bottom: 40px;
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.value-item {
  display: flex;
  gap: 20px;
}

.value-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.value-icon i {
  font-size: 24px;
  color: #f9bf29;
}

.value-text h5 {
  font-size: 18px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 8px;
}

.value-text p {
  color: #6c757d;
  line-height: 1.6;
  margin: 0;
}

.values-image {
  position: relative;
}

.values-image > img {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.values-overlay-card {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  max-width: 320px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.values-overlay-card i {
  font-size: 30px;
  color: #f9bf29;
  margin-bottom: 15px;
}

.values-overlay-card p {
  font-size: 16px;
  font-style: italic;
  color: #2a4a3e;
  line-height: 1.6;
  margin-bottom: 10px;
}

.values-overlay-card span {
  font-weight: 600;
  color: #3b5d50;
  font-size: 14px;
}

/* About Testimonials Section */
.about-testimonials-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #3b5d50 0%, #2a4a3e 100%);
}

.about-testimonials-section .section-header {
  margin-bottom: 60px;
}

.about-testimonials-section .section-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.about-testimonials-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.about-testimonials-section .section-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  height: 100%;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.testimonial-card.featured {
  background: #f9bf29;
}

.testimonial-card.featured .testimonial-text,
.testimonial-card.featured .author-info h5,
.testimonial-card.featured .author-info span {
  color: #2a4a3e;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: #f9bf29;
  font-size: 16px;
}

.testimonial-card.featured .testimonial-rating i {
  color: #2a4a3e;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #6c757d;
  margin-bottom: 25px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar i {
  font-size: 30px;
  color: #3b5d50;
}

.testimonial-card.featured .author-avatar {
  background: rgba(42, 74, 62, 0.2);
}

.author-info h5 {
  font-size: 16px;
  font-weight: 700;
  color: #2a4a3e;
  margin-bottom: 3px;
}

.author-info span {
  font-size: 13px;
  color: #6c757d;
}

/* About CTA Section */
.about-cta-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.about-cta-section .cta-card {
  background: linear-gradient(135deg, #2a4a3e 0%, #1a3a2e 100%);
  border-radius: 24px;
  padding: 60px;
}

.about-cta-section .cta-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.about-cta-section .cta-card p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Responsive About Styles */
@media (max-width: 991px) {
  .hero-stats-row {
    gap: 30px;
  }
  
  .hero-stat .stat-number {
    font-size: 28px;
  }
  
  .about-hero-image {
    margin-top: 50px;
  }
  
  .image-badge {
    bottom: 10px;
    left: 10px;
  }
  
  .story-content {
    padding-left: 0;
    margin-top: 50px;
  }
  
  .story-content h2 {
    font-size: 32px;
  }
  
  .experience-badge {
    right: 10px;
    bottom: 20px;
  }
  
  .values-image {
    margin-top: 50px;
  }
  
  .values-overlay-card {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
    max-width: 100%;
  }
  
  .about-cta-section .cta-card {
    padding: 40px;
    text-align: center;
  }
  
  .about-cta-section .cta-card .text-lg-end {
    text-align: center !important;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .about-story-section,
  .about-features-section,
  .about-categories-section,
  .about-products-section,
  .about-values-section,
  .about-testimonials-section {
    padding: 60px 0;
  }
  
  .hero-stats-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  
  .hero-stat {
    flex: 1 1 calc(33% - 20px);
  }
  
  .hero-stat .stat-number {
    font-size: 24px;
  }
  
  .story-image-grid {
    grid-template-columns: 1fr;
  }
  
  .story-img-1,
  .story-img-2 {
    margin-top: 0;
  }
  
  .story-content h2 {
    font-size: 26px;
  }
  
  .story-features {
    grid-template-columns: 1fr;
  }
  
  .about-features-section .section-header h2,
  .about-categories-section .section-header h2,
  .about-products-section .section-header h2,
  .about-testimonials-section .section-header h2,
  .values-content h2 {
    font-size: 28px;
  }
  
  .category-showcase-card {
    height: 280px;
  }
  
  .about-cta-section .cta-card {
    padding: 30px 20px;
  }
  
  .about-cta-section .cta-card h2 {
    font-size: 24px;
  }
}


/* =====================================================
   NEWSLETTER STYLES
   ===================================================== */

.newsletter-message {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  animation: fadeIn 0.3s ease;
}

.newsletter-message.text-success {
  background: rgba(40, 167, 69, 0.1);
  color: #28a745;
}

.newsletter-message.text-danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Footer newsletter form improvements */
.subscription-form .newsletter-message {
  color: #ffffff;
}

.subscription-form .newsletter-message.text-success {
  background: rgba(40, 167, 69, 0.3);
  color: #90EE90;
}

.subscription-form .newsletter-message.text-danger {
  background: rgba(220, 53, 69, 0.3);
  color: #ffb3b3;
}

/* Blog newsletter form improvements */
.blog-newsletter-section .newsletter-message {
  text-align: left;
}


/* ===================================
   Material Dropdown Filter Styling
   =================================== */

.material-filter-wrapper {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e0e0;
}

.filter-label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 12px;
  text-align: center;
}

.filter-label i {
  color: #3b5d50;
  margin-right: 8px;
}

.material-dropdown {
  font-size: 16px;
  padding: 14px 20px;
  border: 2px solid #3b5d50;
  border-radius: 50px;
  background: #ffffff;
  color: #2f2f2f;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(59, 93, 80, 0.1);
}

.material-dropdown:focus {
  border-color: #3b5d50;
  box-shadow: 0 0 0 4px rgba(59, 93, 80, 0.1);
  outline: none;
}

.material-dropdown:hover {
  border-color: #2d4940;
  box-shadow: 0 4px 12px rgba(59, 93, 80, 0.15);
}

/* Material Products Container */
.material-products-container {
  position: relative;
  min-height: 400px;
}

.material-products-group {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #f0f0f0;
}

.material-products-group:last-child {
  border-bottom: none;
}

.material-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: linear-gradient(135deg, #3b5d50 0%, #2d4940 100%);
  border-radius: 12px;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 93, 80, 0.2);
}

.material-name {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.material-count {
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* No Results Message */
#noResultsMessage {
  animation: fadeIn 0.5s ease;
}

#noResultsMessage i {
  color: #ccc;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Enhanced Product Items */
.material-products-group .product-item {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

.material-products-group .product-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

/* View All Button */
.material-products-group .btn-outline-primary {
  border: 2px solid #3b5d50;
  color: #3b5d50;
  padding: 12px 32px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.material-products-group .btn-outline-primary:hover {
  background: #3b5d50;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(59, 93, 80, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
  .material-filter-wrapper {
    padding: 20px;
  }
  
  .material-dropdown {
    font-size: 14px;
    padding: 12px 16px;
  }
  
  .material-header {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  
  .material-name {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .material-name {
    font-size: 18px;
  }
  
  .material-count {
    font-size: 12px;
    padding: 4px 12px;
  }
}
