/** Shopify CDN: Minification failed

Line 16:0 Unexpected "$"
Line 18:9 Unexpected "{"
Line 18:19 Expected ":"
Line 18:35 Unexpected ";"
Line 19:6 Unexpected "{"
Line 19:16 Expected ":"
Line 19:36 Unexpected ";"
Line 20:19 Expected ":"
Line 20:38 Unexpected "}"
Line 21:8 Unexpected "{"
... and 6 more hidden warnings

**/
$fadeOff: left 0s 0.4s, opacity 0.4s;
$fadeOn: left 0s, opacity 0.4s;
$width: {{ settings.page_width }}px;
$bg: {{ settings.background_color }};
$border: { settings.background_color }};
$text: {{ settings.text_color }};
$bp: 960px;

#newsletter-form input:-internal-autofill-selected 
{
  background-color: none !important;
  background: none !important;
}

html {
  scroll-behavior: smooth;
}

.facet-checkbox {
    display: grid !important;
    align-items: center;
    grid-template-columns: 1fr 6fr;
}
.facet-checkbox .svg-wrapper {
    left: 11px !important;
    top: 19px !important;
}
.card__inner {
    height: 200px;
}
.card__content .card-information {
    display: none;
}
.center-section {
    display: flex;
    align-items: end;
}
.center-section img {
    object-fit: cover;
}
.left-section {
    gap: 30px;
}
.content-section {
    gap: 30px;
}
.pb-60
{
  padding-bottom: 60px !important;
}
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
img, svg{
  width:100%;
}

button,
input, 
select, 
textarea
{
outline: none; 
border: none;
background: transparent;
-webkit-appearance: none
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none; 
appearance: none;
}

div#shopify-section-template--19613138256110__hero_section_UYdKiz {
    margin-bottom: -60px;
}

span.required {
    color: #FC7C0F;
}

.container_wrapper {
    max-width: 1440px;
    margin: auto;
}

.container_wrapper {
  
  padding-right: 12px;   /* = 0.75rem */
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}


@media (min-width: 576px) {
  .container_wrapper {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .container_wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .container_wrapper {
    padding: 0 60px;
  }
}

@media (min-width: 1200px) {
  .container_wrapper {
   padding: 0 60px;
  }
}

@media (min-width: 1440px) {
  .container_wrapper {
    padding: 0 12px;
    max-width: 1440px;
    margin: auto;
  }
}


.container {
    /* max-width: 1440px; */
    margin: 0 114px 0 114px;
    padding: 0 1rem;
}
.container-right-0 {
    /* max-width: 1440px; */
    margin: 0px 0px 0px 114px;
    /* padding: 0 1rem; */
}

.pr-114
{
  padding-right:114px;
}

.pl-114
{
  padding-left: 114px;
}
.container-left-0 {
    /* max-width: 1440px; */
    margin: 0px 114px 0px 0px;
    padding: 0 1rem;
}
.hero_section_heading {
    background: #FDFBF7;
    padding: 80px 10px;
}
.hero_section_heading .section-heading {
    padding: 0;
}
.hero_section_heading .section-heading h1 {
    
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
}

.section-heading {
    text-align: center;
    width: 78%;
    margin: auto;
}
.section-heading h4 {
    
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #2E2E2E;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}


.pb-100{
  padding-bottom: 100px;
}
.pt-100{
  padding-top: 100px;
}
.pt-50{
  padding-top: 50px;
}
.pt-50{
  padding-top: 50px;
}

/* header section  */

.mobile-header svg {
    width: 25px;
}

.header-nav-anchor {
    display: flex;
    gap: 7px;
    align-items: center;
}


.header_main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 100%;
    padding: 25px 50px;
    background: #FDFBF7;
}
a.contact-btn:hover svg {
    transform: translate(9px, 0px);
    transition: 0.4s;
}
a.contact-btn svg {
    transition: 0.4s;
}
.contact-btn {
    text-decoration: none;
    background: #596253;
    color: white;
    padding: 16px 20px;
   transition: 0.4s;
}
.req-btn
  {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #030819;
    margin-right: 18px;
     margin-left: 18px;
  }
.contact-btn span {
    padding-left: 10px;
}
.header-nav {
    display: flex;
    list-style: none;
    gap: 24px;
}
.header-nav a {
    text-decoration: none;
    font-weight: 500;
    color: #030819;
}
.header-hamburger {
    width: 30px;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.nav_bar .active a {
    color: #596253 !important;
  
}

/* footer */

.brand-content {
    display: flex;
    justify-content: space-around;
    width: 100%;
    gap: 100px;
}

.help-brands {
    background: #242424;
    padding: 100px 0;
}
.help-brands h1 {
    color: white;
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
}
.help-brands p {
    
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFFBD;
}

.help-brands a {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 16px 26px;
    background: #FFFFFF;
    text-decoration: none;
    color: #000000;
    margin-top: 25px;
    display: inline-block;
}

.help-brands .col-left {
    width: 50%;
}
.help-brands .col-right {
    width: 50%;
}

.footer-main{
  background: #000000;
  padding: 62px 0px;
}
.footer-grid {
    display: flex;
    justify-content: space-between;
}
.logo-newsLetter {
    width: 55%;
}
.footer-navigation {
    width: 45%;
}
.navigation-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer-nav-anchor {
    font-weight: 400;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.footer-nav-item {
    padding-bottom: 14px;
}
.navigation-content h2 {
    color: white;
    
    font-weight: 500;
    font-size: 17px;
}
.footer-nav {
    margin: 0;
    padding: 0;
    margin-top:16px;
}
.footer-title {
    padding-top: 45px;
}
.footer-title h2 {
    color: #FECC37;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px
}

    .logo-width {
     max-width: {{ section.settings.logo_width }}px;
    display:block;
  }
  .news-update-form {
    position: relative;
    width: 50%;
  }

  .news-update-form button {
    color: white;
    position: absolute;
    right: 9px;
    top: 20px;
    cursor: pointer;
  }

  .news-update-form label {
    position: absolute;
    top: 12px;
    left: 0;
    color: white;
    font-size: 16px;
    transition: all 0.2s ease-out;
    padding: 0 4px;
  }

  .news-input:focus + label,
  .news-input:not(:placeholder-shown) + label {
    top: -10px;
    font-size: 12px;
    color: white;
    outline: none;
    border: none;
  }
  .news-update-form input {
    font-size: 16px;
    padding: 18px 50px 12px 12px;
    display: block;
    width: 100%;
    border-bottom: solid 1px white;
    background: none;
    color: white;
  }
  .news-input:focus-visible {
    box-shadow: none;
  }
.sub-footer {
   
    margin: 0;
    background: #000000;
}

.sub-footer .container {
    border-top: solid 1px #242424;
   padding: 20px;
}
.copyright p {
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding: 0;
    margin: 0;
}
.copyright {
    text-align: center;
}

/* vendors section */
.Vendors {
    background: #F8F6F0;
    padding: 53px 0;
}
.first-logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    gap: 50px;
}
.first-logos img {
    object-fit: contain;
    width: 100px;
}
.second-logos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.second-logos img {
    object-fit: contain;
    width: 100px;
}
.vendor-main {
    display: flex;
    gap: 100px;
    align-items: center;
}
.vendor-main .content {
    width: 40%;
}
.comapny_logos {
    width: 60%;
}
.vendor-main h1 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    text-transform: capitalize;
}
.vendor-main p {
    font-weight: 400;
    font-size: 16px;
    padding-top: 10px;
}



/* hero section */

      .slider-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #FDFBF7;

      }

      .slide-content {
        flex: 1;
        max-width: 50%;
        position: relative;
        z-index: 2; /* Keep content above nav */
         padding-left: 120px;
         padding-right: 120px;
      }

      .slide-content h4 {
        margin: 0;
        font-weight: 600;
        color: #2E2E2E;
        font-size: 14px;
      }

      .slide-content h1 {
        margin: 20px 0 0px;
        color: #3A251A;
        font-weight: 400;
        font-size: 45px;
        line-height: 100%;
        padding-bottom: 14px;

      }


      .slide-content p {
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0%;
      color: #2E2E2E;
      padding-bottom: 28px;

      }
.slider-nav {
    padding-top: 100px;
  display: flex;
  gap: 15px;
}
.image-track img {
    width: 100%;
    flex-shrink: 0;
    height: 600px;
    object-fit: cover;
}

      .slide-content button {
        padding: 12px 24px;
        font-size: 16px;
        border: 1px solid #ccc;
        background-color: transparent;
        cursor: pointer;
        transition: all 0.3s ease;
      }

      .slide-content button:hover {
        background-color: #e0dbd5;
      }

      .image-slider {
        flex: 1;
        max-width: 50%;
        overflow: hidden;
        position: relative;
      }

      .image-track {
        display: flex;
        transition: transform 0.6s ease-in-out;
      }

      .slider-nav span {
        cursor: pointer;
        font-size: 14px;
        user-select: none;
      }




.button-transparent a {
    border: solid 1px #0000002E;
    text-decoration: none;
    padding: 16px 22px;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    color: #3A251A;
  transition: 0.3s;
  
}
.button-transparent a:hover {
 background: #596253;
  color: white;
  transition: 0.3s;
}
.button-transparent a:hover span {
    transform: translate(10px, 0px);
    transition: 0.3s;
}
.button-transparent a span {
    transition: 0.3s;
}

.button-transparent button {
    border: solid 1px #0000002E;
    text-decoration: none;
    padding: 16px 22px;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    color: #3A251A;
  transition: 0.3s;
  
}
.button-transparent button:hover {
 background: #596253;
  color: white;
  transition: 0.3s;
}
.button-transparent button:hover span {
    transform: translate(10px, 0px);
    transition: 0.3s;
}
.button-transparent button span {
    transition: 0.3s;
}


/* featured product */

  

  .top-section {
    padding-top: 85px;
    padding-right: 100px;
  }
  
  .top-section h2 {
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  
  .top-section p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    
  }
  
  .header p {
    max-width: 600px;
    margin: 0 auto;
    color: #666;
    font-size: 1.1rem;
  }
  
  .content-section {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    position: relative;
  }
  
  .left-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .right-section {
    padding-top: 200px;
    padding-left: 100px;
  }
  
  .right-section h2 {
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  
  .right-section p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
  
  }
  
  .center-section {
    width: 300px;
    margin: 0 auto;
  }
  
  .center-section img {
    width: 100%;
    height: 100%;
    height: auto;
    display: block;
  }
  
  .bottom-section {
  
    text-align: left;
    padding: 20px;
    margin-top: 40px;
    margin-left: 80px;
  
  }
  
  .bottom-section h2 {
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  
  .bottom-section p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
  
  }

  
  .main-heading {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 50px;
    color: #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
.main-description {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

}
  
  .products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .product-card {
    background-color: #f8f6f4;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    height:100%;
  }
    .products-grid a {
        text-decoration: none;
    }

  
     .image-2 {
          display: none;
      }
      .product-card:hover .image-2 {
          display: inline-block !important;
      }
      .product-card:hover .image-1 {
          display: none;
      }
  
  .product-card img {
    width: 100%;
    height: 190px;
    margin: 20px 0;
    object-fit: contain;
  }
  
  .product-card h2 {
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2E2E2E;
  
  }
  
  .product-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2E2E2E;
    margin: 0;
  
  
  }
  
  .catalog-button-container {
   display: flex;
    justify-content: center;
  }
  
  .catalog-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 1rem;
    transition: transform 0.3s ease;
  }
  
  .catalog-button:hover {
    transform: translateX(5px);
  }
  
  .catalog-button svg {
    transition: transform 0.3s ease;
  }
  
  .catalog-button:hover svg {
    transform: translateX(5px);
  }
  
  
  .paking-duck-section {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 50px 0;
  
  }
  
  .paking-duck-section .product-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .paking-duck-section .product-info h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    color: #2E1919;
    margin-bottom: 18px;
  }
  
  .paking-duck-section .features-list {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 30px;
  }
  
  .paking-duck-section .features-list li {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #2E1919;
  
  }
  
  .paking-duck-section .catalog-button {
    display: inline-flex;
    align-items: center;
    gap: 63px;
    background-color: white;
    color: #333;
    text-decoration: none;
    border-radius: 0px;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  
  .paking-duck-section .catalog-button:hover {
    transform: translateX(5px);
    background-color: #f8f8f8;
  }
  
  .paking-duck-section .catalog-button svg {
    transition: transform 0.3s ease;
  }
  
  .paking-duck-section .catalog-button:hover svg {
    transform: translateX(5px);
  }

.product-feature {
    padding-top: 100px;
}
.product-feature-title {
    text-align: center;
}
.product-feature-title h1 {
    max-width: 764px;
    margin: auto;
}
.product-feature h2 {
    margin-bottom: 13px;
}
.product-feature-title p {
    margin: 0;
    padding: 0;
    padding-top: 18px;
}
.product-feature-title p {
    margin: 0;
    max-width: 587px;
    margin: auto;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 70px;
}


/* matrics */
.brand-section {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    padding: 0px 0px;
    padding-top: 90px;
}
.brand-logo h2{
  
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0%;
  color:#2E1919;

}
.brand-info {
    flex: 1;
  padding-bottom: 80px;
    
}
.brand-logo {
    margin-bottom: 40px;
    width: 586px;
}
.duck-logo {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.capabilities {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #2E1919;
}
.brand-features {
    display: flex ;
    gap: 70px;
    margin-bottom: 30px;
    margin-top: 60px;
}
.feature {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.quote {
    font-size: 24px;
    color: #333;
    font-family: serif;
    line-height: 1;
}
.feature p {
  font-family: Ibarra Real Nova;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color:#2E1919;  
}
.product-showcase {
    flex: 1;
    display: flex;
    justify-content: right;
}
.plant-pot {
    /* width: 628px; */
    width:100%;
    height: auto;
}

.feature img {
    object-fit: contain;
    height: 38px;
    width: 38px;
}
.matrics-main {
    background: #F5F3EC;
}


/* info cards */

.paking-duck-section .product-image {
    width: 50%;
}

.paking-duck-section .product-info
{
 width: 50%; 
 padding: :20px 0;
}
.paking-duck-section .product-image img {
    width: 100%;
    object-fit: cover;
    height: 560px;
    display: block;
}
.features-list ul li {
    margin-bottom: 14px;
}
.features-list ul {
    margin: 0;
    padding: 0;
}
.paking-duck-section:nth-child(1) {
    padding-left: 114px;
}
.paking-duck-section:nth-child(2) {
    padding-right: 114px;
}
.paking-duck-section:nth-child(3) {
    padding-left: 114px;
}
.paking-duck-section:nth-child(4) {
    padding-right: 114px;
}


/* testimonial  */
.swiper-slide {
    height: auto !important;
}
.testimonial-card
{
  height: 100% !important;
}
.section-heading {
    padding-bottom: 60px;
}

.swiper-button-prev, .swiper-button-next {
    display: none;
}
.section-testimonial:hover .swiper-button-prev {
    display: block;
}
.section-testimonial:hover .swiper-button-next {
    display: block;
}
.section-heading p {
   
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #2E2E2E;

}
.section-heading h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
}


    .profile-image {
        width:auto;
        padding-right: 8px;
    }
    .client-photo {
        display: flex;
        width: 70%;
        align-items: center;
        gap: 5px;
    }
      .profile-image img {
          width: 55px;
          height: 55px;
          border-radius: 100px;
          object-fit: cover;
      }

    .testimonial-section {
        /* margin: 60px auto; */
        padding: 100px 0 100px 0;
        text-align: center;
        background: #FDFBF7;
    }

    .testimonial-section h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }

   .testimonial-section p {
    color: #2E2E2E;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 8px 0 0 0;
}
.testimonial_date {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
}

    .slider-container {
      position: relative;
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.4s ease-in-out;
      margin-left: 60px;
   
    }
.client-photo strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.client-photo small {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.arrow-btn.arrow-left svg {
    transform: rotate(180deg);
}
.testimonial-text h4 {
    color: #2E2E2E;
    
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
    .testimonial-card {
      background: #F5F3EC;
      flex: 0 0 calc(100% / 2.5); /* Show 2.5 cards */
      margin-right: 20px;
      border-radius: 8px;
      padding: 28px;
      text-align: left;
    }

    .testimonial-card:last-child {
      margin-right: 0;
    }

    .user {
      display: flex;
      align-items: start;
      margin-bottom: 10px;
    }

    .user-icon {
      width: 40px;
      height: 40px;
      background: #7BC46F;
      border-radius: 50%;
      margin-right: 10px;
    }

    .rating {
      color: black;
      margin: 10px 0;
    }

    .testimonial-text b {
      display: block;
      margin-bottom: 5px;
    }


  .swiper-button-next::after
  {
    display:none;
  }
   .swiper-button-prev::after
  {
    display:none;
  }
  .swiper-button-next {
    background: #ffffffd1;
    padding: 10px 18px;
    width: auto;
    color: black;
    right: 27px;
    width:60px;
}
  .swiper-button-next:hover,   .swiper-button-prev:hover {
    background:white;
  }

  
.swiper-button-prev {
    background: #ffffffd1;
    padding: 10px 18px;
    width: fit-content;
    color: black;
    left: 27px;
    width:60px;
    transform: rotate(180deg);
}

  .section-testimonial {
    padding-left: 50px;
}

/* catalog hero */
  .catalog_hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0rem;
  gap: 2rem;
  flex-wrap: wrap;
   position:relative;
}
  

.catalog_text {
  flex: 1;
  min-width: 300px;
  padding-right:50px;
  
}
.catalog_text p {
    color: #2E2E2E;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
  .catalog_text h2 {
    color: #3A251A;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
}
.catalog_btn {
  padding: 1rem 2rem;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #3e241a;
  font-weight: bold;
  display: inline-block;
  transition: all 0.3s;
}

.catalog_btn:hover {
  background: #3e241a;
  color: white;
}

.catalog_slider {
  flex: 1.5;
  min-width: 300px;
  padding-left:15px;
  padding-right:15px;
  position: relative;
}

.catalog_card {
    background-color: #4e5747;
    color: #fff;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog_card .tag {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #596253;
    padding: 4px 6px;
    border-radius: 0;
  background: #F8F6F0B5;
}

.catalog_card h3 {
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.catalog_card p {
    margin: 0;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
}

.stars {
  margin: 1rem 0;
  margin-bottom:80px;
}

  .card_btn {
    display: flex;
    width: 100%;
    gap: 25px;
    padding: 12px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #fff;
    color: #596253;
    text-align: center;
    text-decoration: none;
}

.footer_text {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.swiper-button-next, .swiper-button-prev {
  background: white;
  padding: 10px;
  border-radius: 5px;
  color: black;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
  .catalog-hero-main {
    background: #FDFBF7;
}

   /* .catalog_slider .swiper::before {
    z-index: 22;
    position: absolute;
    height: 100%;
    width: 200px;
    background: linear-gradient(269deg, #fdfbf7 11.06%, rgb(248 246 240 / 0%) 100%);
    content: "";
    right: 0;
} */
  .catalog_slider .swiper
  {
    position:relative;
  }
  .catalog_slider .swiper-button-next {
    display: block;
    z-index:24;
     width: auto;
    height: auto;
    padding: 12px 18px;
    align-items: center;
    display: flex;
    border-radius: 0;
    right:-13px;
}

  .catalog_slider .swiper-button-prev svg
  {
    width:16px;
  }
  .catalog_slider .swiper-button-next svg
  {
    width:16px;
  }
  
.catalog_slider .swiper-button-prev {
    width: auto;
    height: auto;
    padding: 12px 18px;
    align-items: center;
    display: flex;
    left: -13px;
    border-radius: 0;
}
  p.footer_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: white;
}
/* catalog tabs */
.tab-buttons {
  display: flex;
  gap: 1rem;
  margin-bottom: 40px;
  justify-content:center;
  overflow: auto;
}
.tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.tab-btn.active {
    background: #596253;
    color: white;
}
.tab-content-wrapper .tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.cards-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
.card {
   padding: 31px;
    border: 1px solid #F5F3EC;
    text-align: center;
    background: #F5F3EC;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    gap: 34px;
  
}
.product-card-info {
    padding-top: 20px;
}
.card img {
    width: 100%;
    height: 195px;
    max-height: 195px;
    object-fit: contain;
}
  .card h3 {
    font-family: Ibarra Real Nova;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #2E2E2E;
    min-height: 46px;
}
  .card p {
    
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2E2E2E;
}
  .section-heading h1 {
    width: 60%;
    margin: auto;
    
    font-weight: 400;
    font-size: 32px;
    text-align: center;
    color:#3A251A;
}
  .product-tabs {
    padding: 100px 0;
}

  .card:hover .image2 {
    display: inline-block;
}
  .card:hover .image1 {
    display: none;
}
  .card .image2 {
    display: none;
}
  .cards-grid a {
    text-decoration: none;
}

 
/* contact page */
.container-left-zero {
    /* max-width: 1440px; */
    margin: 0px 114px 0px 0px ;
    /* padding: 0 1rem; */
}
.inquiry-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  background: #fff;
  padding-top:100px;
}
.inquiry-left {
  flex: 1;
  min-width: 300px;
  flex-direction: column;
  display: flex; 
  align-items: end;
  justify-content: space-between;
}
.inquiry-left h2 {
    color: #3A251A;
    font-weight: 400;
    font-size: 45px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 18px;
}
.inquiry-left p {
    color: #2E2E2E;
    
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
  
  .inquiry-left img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
}

.inquiry-right {
  flex: 1;
  min-width: 300px;
  padding-bottom:40px;
  position: relative;
}
.contact-form label {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: "DM Sans";
    color: #3A251A;
    padding-top: 40px;
    display: block;
    padding-bottom: 15px;
}
  .contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #0000002E;
    margin-bottom: 8px;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.contact-form textarea {
  min-height: 100px;
  resize: vertical;
}
.pt-0 {
    padding-top: 0 !important;
}
.send-message-btn {
  background: #111;
  color: #fff;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.send-message-btn:hover {
  background: #333;
}
  .inquery-heading {
    padding-left: 114px;
    padding-right: 30px;
}
  .contact-form input:focus, .contact-form input:active, .contact-form textarea:focus, .contact-form textarea:active {
    box-shadow: none;
    outline: none;
}
  .contact-form-btn {
    margin-top: 40px;
    padding-bottom: 70px;
}

/* brands page */

  .brand-card:hover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000096;
    z-index: 0;
    transition: 0.2s;
    bottom: 0;
}
  .brand-card::after {
    height: 20%;
    width: 100%;
    bottom: 0;
    background: #00000096;
    content: "";
    position: absolute;
    transition: 0.2s;
}
.brand-tabs {
    padding: 0;
    padding-bottom: 100px;
}

.brands_tabs_btn {
    padding-bottom: 15px;
    background: #fdfbf7;
    margin-bottom: 60px;
  padding-top: 60px;
}


.brand-card {
  width: 100%;
  height: 44rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: rgb(240, 240, 240);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
      /* transition: 0.2s; */
}

.brand-card img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.7s;
  
}

.brand-card h2 {
  position: absolute;
  inset: auto 30px 30px 30px;
  margin: 0;
  transition: inset 0.2s 0.2s ease-out;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color:white;
  z-index:2;
  font-family: Ibarra Real Nova;
  font-weight: 500;
  font-size:23px;
  line-height: 30px;
  text-align: center;


}

.brand-card p,
.brand-card a {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.2s ease-out;
  z-index:2; 
  font-size:18px;
}
  
.brand-card:hover img {
    transform: scale(1.2);
    transition: opacity 0.7s ease-out;
}
  .brand-card img {
    transition: 0.7ss;
}
.brand-card p {
   inset: 60px 30px auto 30px;
}

.brand-card a {
  inset: auto auto 40px 30px;
  color: inherit;
  text-decoration: none;
}

.brand-card:hover h2 {
   inset: 30px 30px auto 30px;
  transition: inset 0.2s ease-out;
  text-align: left;
}

.brand-card:hover p,
.brand-card:hover a {
  opacity: 1;
  transition: opacity 0.2s 0.2s ease-in;
  z-index:2;
}

.brand-card:hover img {
  transition: opacity 0.5s ease-in;
  opacity: 1;
}

.material-symbols-outlined {
  vertical-align: middle;
}


  /* ------- */
  .brand-cards-grid {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
  .brand-cards-grid a {
    text-decoration: none;
}
    button.tab-btn {
        text-wrap-mode: nowrap;
    }


/* ------Blog Tab Cards-------- */
 .blog-card {
  display: flex;
  flex-direction: column;
  background: #F5F3EC;
  padding: 25px;
  text-decoration: none;
  color: #2E2E2E;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}


.blog-badge {
  display: inline-block;
  background: #FFFFFF;
  color: #2E2E2E;
  font-size: 12px;
  padding: 4px 9px;
  font-weight: 400;
  font-size: 14px;

}

.blog-card-title {
    margin: 0;
    margin-top: 20px;
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 30px;
}

.card-excerpt {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0 0;
}
  

  .learn-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3A251A;
    margin-top: 28px;
    position:relative;
    margin-bottom:15px;
    width:fit-content; 
}
.learn-more .arrow {
    padding-left: 26px;
  font-size: 12px;
  
}
  .learn-more svg {
    transition: 0.5s;
}
.learn-more:hover svg {
    transform: translate(6px, 0px);
    transition: 0.5s;
}
  
.blog-card-image img {
    height: 100%;
    object-fit: cover;
}
  .learn-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0000002E;
    bottom: -14px;
    left: 0;
    z-index: 2;
}
.blog-tab-cards-grid a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f3ec;
    text-decoration:none !important;
    color:#2E2E2E;
}
  .blog-card-image {
    height: 350px;
}
  .blog-tab-cards-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
}
/* all blogs section */
  .all-blog-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
  .blog-card {
    display: flex;
    flex-direction: column;
    background: #F5F3EC;
    padding: 25px;
    text-decoration: none;
    color: #2E2E2E;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }

  .blog-badge {
    display: inline-block;
    background: #FFFFFF;
    color: #2E2E2E;
    font-size: 12px;
    padding: 4px 9px;
    font-weight: 400;
    font-size: 14px;
  }

  .blog-card-title {
    margin: 0;
    margin-top: 20px;
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 30px;
  }

  .card-excerpt {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }

  .learn-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3A251A;
    margin-top: 28px;
    position: relative;
    margin-bottom: 15px;
    width: fit-content;
  }

  .learn-more .arrow {
    padding-left: 26px;
    font-size: 12px;
  }

  .learn-more svg {
    transition: 0.5s;
  }

  .learn-more:hover svg {
    transform: translate(6px, 0px);
    transition: 0.5s;
  }

.blog-cards-grid .blog-card-image img {
    height: 100%;
    object-fit: cover;
}

  .learn-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0000002E;
    bottom: -14px;
    left: 0;
    z-index: 2;
  }

.all-blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
  .all-blog-cards-grid a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f3ec;
    text-decoration:none !important;
    color:#2E2E2E;
}

  .section-heading h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .section-heading p {
    font-size: 18px;
    color: #666;
  }
  .all-blog-cards-grid a:nth-child(1) {
    display: flex;
}

.all-blog-cards-grid a {
    display: none;
}
.all-blog-cards-grid a:nth-child(2) {
    display: flex;
}
  .all-blog-cards-grid a:nth-child(3) {
    display: flex;
}

  .blog_details {
    align-items: center;
    width: 100%;
    gap: 62px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.blog_image img {
    height: 600px;
    object-fit: cover;
}
  .blog_headings span {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    background: #FFFFFF;
    padding: 4px 9px;
    color: #2E2E2E;
}
  .blog_headings h1 {
    font-family: Ibarra Real Nova;
    font-weight: 500;
    font-size: 45px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}
.blog-content {
    width: 70%;
    margin: auto;
    padding-top:50px;
    padding-bottom:50px;
    position:relative;
}
  .blog-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0000002E;
    bottom: 0;
}
  .blog-card {
    display: flex;
    flex-direction: column;
    background: #F5F3EC;
    padding: 25px;
    text-decoration: none;
    color: #2E2E2E;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
  }

  .blog-badge {
    display: inline-block;
    background: #FFFFFF;
    color: #2E2E2E;
    font-size: 12px;
    padding: 4px 9px;
    font-weight: 400;
    font-size: 14px;
  }

  .blog-card-title {
    margin: 0;
    margin-top: 20px;
    font-family: Ibarra Real Nova;
    font-weight: 600;
    font-size: 30px;
  }

  .card-excerpt {
    color: #2E2E2E;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }

  .learn-more {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #3A251A;
    margin-top: 28px;
    position: relative;
    margin-bottom: 15px;
    width: fit-content;
  }

  .learn-more .arrow {
    padding-left: 26px;
    font-size: 12px;
  }

  .learn-more svg {
    transition: 0.5s;
  }

  .learn-more:hover svg {
    transform: translate(6px, 0px);
    transition: 0.5s;
  }

.blog-cards-grid .blog-card-image img {
    height: 100%;
    object-fit: cover;
}

  .learn-more::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #0000002E;
    bottom: -14px;
    left: 0;
    z-index: 2;
  }

.blog-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
  .blog-cards-grid a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f5f3ec;
    text-decoration:none !important;
    color:#2E2E2E;
}

  .section-heading h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .section-heading p {
    font-size: 18px;
    color: #666;
  }
  .blog-cards-grid a:nth-child(1) {
    display: flex;
}

.blog-cards-grid a {
    display: none;
}
.blog-cards-grid a:nth-child(2) {
    display: flex;
}
.blog-content iframe {
    border-radius: 24px;
}



/* questions */
.multi-step-form {
	display: flex;
	font-family: sans-serif;
}
.form-sidebar {
    width: 35%;
    padding: 70px;
    background: white;
}
.multi-step-form .form-sidebar p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.form-content {
	width: 65%;
	padding: 70px 40px 40px 40px;
	background: #f5f3ec;
    min-height:800px;
}

.progress-counter {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.multi-step-form .progress {
    background: none;
    height: 11px;
    margin: 10px 0;
    overflow: hidden;
    border: solid 1px #5962532E;
    border-radius: 12px;
}

.progress-bar {
	background-color: #e3781e !important;
	height: 100%;
    color:  #e3781e;
	width: 0%;
	transition: width 0.3s ease;
}

.form-step {
	display: none;
}

.form-step.active {
	display: block;
}

.form-footer {
    margin-top: 20px;
    text-align: right;
}

.form-footer button {
    padding: 16px 22px;
    background: #596253;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: DM Sans;
    align-items: center;
    margin-top:40px
}
.next-btn:hover svg {
    transform: translate(10px, 0px);
    transition: 0.4s;
}
.next-btn svg {
    transition: 0.4s;
}

.back-btn {
    background: transparent;
    color: #596253;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.error-message {
	color: red;
	font-size: 13px;
	margin-top: 5px;
	display: none;
}

.multi-step-form .form-sidebar h2 {
	font-weight: 400;
	font-size: 30px;
	color: #3A251A;
    margin-top: 0;
}

  .question-indexing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 84px;
}
.question-indexing p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
}
  div#progressCounter {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}
  .form-summary p {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px !important;
    display: block;
}
  .form_questions_title span {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
}
  .form-step h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0;
    padding-bottom: 18px;
}
  .form-footer button span {
    padding-left: 30px;
}
  .form-summary p:first-child {
    padding-top: 20px;
   
}
  .multi-step-form .progress
  {
         margin-bottom:20px;
  }
  .form-summary {
    border-top: solid 1px #0000002E;

}
  .form_questions_title {
    padding-bottom: 60px;
}
  .form-step select {
    width: 100%;
    padding: 10px;
    border-bottom: solid 1px #0000002E;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
}
   .form-step select:focus-visible, .form-step input:focus-visible, .form-step textarea:focus-visible 
    {
        outline: none !important;
        outline-offset: none !important;
        box-shadow:none !important;
    }
  .form-step textarea
  {
        width: 100%;
    padding: 10px;
    border-bottom: solid 1px #0000002E;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    height:200px;
  }
    .form-step input
  {
        width: 100%;
    padding: 10px;
    border-bottom: solid 1px #0000002E;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
   
  }

/* 
.header-nav-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
background: rgba (0,0,0,0.7); 
z-index: 9; 
opacity: 0; 
left: -100%;
transition: $fadeOff;

  
.nav-active & 
  { 
    left: 0;
    opacity: 1;
    transition: $fadeOn;
  }
} */

/* .header-nav {
    position: fixed;
    left: 0;
    display: block;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 90%;
    background: white;
    max-width: 300px;
    z-index: 10;
    transform: translateX(-100%);
    transition: 0.4s transform;
  
.nav-active & 
  { 
    transform: none;
  }  
  
} */


/* .header-nav-item
{
  border-bottom: solid 1px black;
} */


/* .header-nav-anchor {
   display: block;
  color: $text;
  padding: 20px;
} */

/* @media screen and (max-width:768px){

  .header-nav {
    position: fixed;
    left: 0;
    padding: 0;
    display: block;
    top: 0;
    height: 100%;
    overflow: auto;
    width: 90%;
    background: white;
    max-width: 300px;
    z-index: 10;
    transform: translateX(-100%);
    transition: 0.4s transform;
    margin: 0;
}
} */

@media screen and (max-width:1138px){
  .req-btn{
    font-size: 12px;
  }
  .contact-btn{
    font-size: 12px;
  }
  li.header-nav-item a
  {
    font-size: 12px;
  }
}

@media screen and (min-width:1241px){
  .header_main {
    width: 100%;
    align-items: center;
    max-width: 100%;
    padding: 25px 50px;
    background: #FDFBF7;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}
  .buttons {
    display: flex;
    align-items: center;
    justify-content: end;
}
  .header-flex {
    justify-content: start;
}
}

@media screen and (max-width:1062px){
.brand-card h2
{
  font-size: 19px;
}
  .brand-card p, .brand-card a {
    font-size: 16px;
}
}

@media screen and (max-width:1120px){
  .tab-buttons
  {
    justify-content: start;
  }
        .blog-tab-cards-grid {
          grid-template-columns: repeat(2, 1fr);
      }
    .all-blog-cards-grid {
          grid-template-columns: repeat(2, 1fr);
      }
}

@media screen and (max-width:1379px){
.brand-cards-grid {
    grid-template-columns: repeat(3, 1fr);
}

  .cards-grid {
    grid-template-columns: repeat(3, 1fr);
}


}
@media screen and (max-width:1024px){
.catalog_slider .swiper::before
{
  display: none;
}


}


@media screen and (max-width:1030px){


  .client-photo
  {
    width: 68%;
  }
  
  .header_main {
    padding: 25px 20px;
}
.container {
    margin:0;
    padding: 0 60px 0 60px;
}
.center-section {
    width: 220px;
    margin: 0 auto;
}
.top-section {
    padding-top: 85px;
    padding-right: 20px;
}
  .bottom-section {
    margin-left: 0;
}
  .right-section {
    padding-left: 20px;
}
  .center-section img {
    height: 100% !important;
}
  .container-right-0
  {
        margin: 0px 0px 0px 60px;
  }
  .brand-info {
    width: 50%;
    padding-bottom: 60px;
}
  .product-showcase {
    width: 50%;
}

.brand-info div {
    width: 100%;
} 
  .plant-pot {
    width: 100%;
    height: 100%;
}
  .brand-section {
    align-items: end;
}
  .brand-section {
    padding-top: 60px;
}
  .slide-content {
    padding: 60px;
}
  .featured-product-new {
    padding: 60px 0;
}
.products-grid {
    grid-template-columns: repeat(3, 1fr);
}
.paking-duck-section:nth-child(1) {
    padding-left: 60px;
}
.paking-duck-section:nth-child(2) {
    padding-right: 60px;
}
  .paking-duck-section {
    gap: 35px !important;
}

.help-brands {
    padding: 60px 0;
}

}


      @media (max-width: 920px) {
          .container-left-zero {
            padding: 0 15px;
            margin: 0 !important;
        }
        .container-left-zero {
            padding: 0 40px 0 0;
            margin: 0;
        }
        
        .inquery-heading {
            padding-left: 40px;
        }
        .inquiry-left h2 {
            font-size: 40px;
        }
            .brand-cards-grid {
              grid-template-columns: repeat(2, 1fr);
          }
        .form-sidebar
        {
          width:50%;
        }
        .form-content
        {
          width:50%;
        }
      }



      @media (max-width: 768px) {
        .client-photo {
            gap: 15px;
        }
        .slider-container {
          flex-direction: column;
          padding: 40px;
          text-align: center;
        }
    

        .slide-content,
        .image-slider {
          max-width: 100%;
        }

        .slider-nav {
          position: static;
          opacity: 1;
          margin-top: 20px;
        }
          .cards-grid {
              grid-template-columns: repeat(2, 1fr);
          }
           
      .slide-content {
        padding:20px !important;
         } 
        
        .slider-nav {
            padding-top: 15px;
        }
        
      .center-section img {
        object-fit: cover;
      }
        .brand-section {
        flex-direction: column;
      }
        .brand-section div {
      width: 100%;
      }
          .container-right-0 {
            margin: 0;
        } 
        .brand-info {
          padding: 0px 60px;
      }
        .products-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .bottom-section
        {
          padding: 0;
        }
        .content-section {
          gap: 10px;
      }
        .news-update-form {
            width: 85%;
        }
        .brand-content {
            gap: 40px;
        }
        .help-brands h1 {
            font-size: 30px;
            line-height: normal;
        }


      }



@media screen and (max-width:668px){
        .blog-tab-cards-grid {
          grid-template-columns: repeat(1, 1fr);
      }
          .left-section {
            padding: 0;
        }
      .products-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
        a.contact-btn {
          display: none;
      }
  .header_main
  {
    align-items: center;
  }
  button#menu-close {
    text-align: right;
}
      li.header-nav-item a {
        font-size: 16px;
    }
     .req-btn {
        margin: 0;
        padding-left: 15px;
    }
  .buttons {
    gap: 2px !important;
}
  
  .nav_bar {
    order: 3;
}
  .slider-container {
    padding: 15px;
}
.container {
    padding: 0px 15px !important;
}
  .product-feature {
    padding-top: 40px;
}
  .product-feature-title p {
    padding: 10px;
    margin: 0;
}
.top-section {
    margin: 0;
    padding: 0;
}
  .center-section {
    order: 3;
}
  

  .container {
    margin: 0;
    padding: 20px;
}
  .slide-content {
    padding: 0 !important;
}
  .slider-nav {
    padding-top: 20px;
}
  .slider-container {
    padding: 20px;
}
  .vendor-main {
    flex-direction: column;
}
  .content {
    width: 100% !important;
}
  .vendor-main
  {
    gap: 20px;
  }
  .content-section {
    grid-template-columns: 100%;
}
  .top-section {
    padding: 0 !important;
}
  .bottom-section {
    padding: 0;
    margin: 0;
}
  .right-section {
    padding: 0;
    margin: 0;
}
.container-right-0 {
    margin: 0;
    padding: 0;
}
  .brand-info {
    padding: 0px 20px;
}

.button-transparent {
    display: flex;
    justify-content: center;
}

  
.brand-section {
    flex-direction: column;
}
  .brand-logo {
    width: 100%;
}
  .brand-features {
    flex-direction: column;
    gap: 20px;
}
  img.plant-pot {
    width: 100%;
    margin: 0;
    padding: 0;
}
.brand-info {
    padding: 20px;
}
  .brand-section {
    padding-top: 0;
}
.products-grid {
    grid-template-columns: 100%;
}
  .paking-duck-section {
    padding: 20px !important;
    margin: 0;
}
  .paking-duck-section {
    padding: 20px !important;
    margin: 0;
    flex-direction: column !important;
}
.paking-duck-section .product-image {
    width: 100%;
}
  .product-info {
    width: 100% !important;
}
  .brand-content {
    flex-direction: column;
     gap: 0;
     padding: 40px 0;
}
  .col-left {
    width: 100% !important;
}
  .col-right {
    width: 100% !important;
}

  .help-brands {
    padding: 0;
}
.help-brands {
    padding: 0 0 30px 0;
}
.footer-grid {
    flex-direction: column;
}
  .logo-newsLetter {
    width: 100%;
}
  .news-update-form {
    width: 100%;
}

.footer-title {
    padding: 0;
}
  .navigation-content {
    flex-direction: column;
}
  .footer-navigation {
    width: 100%;
    padding-top: 30px;
}
  .navigation-content h2 {
    font-size: 24px;
}

.footer-main {
    background: #000000;
    padding: 30px 0px;
}
  .comapny_logos {
    width: 100%;
}
  .section-testimonial {
    padding-left: 0;
    margin: 20px;
}
    .swiper-button-next,
    .swiper-button-prev {
      display: none;
    }
  .profile-image img {
    width: 40px;
    height: 40px;
}
  .client-photo {
    width: 64%;
    align-content: center;
}
.testimonial_date {
    font-size: 12px;
}
  .paking-duck-section .product-info h2 {
    font-size: 30px;
    line-height: normal;
}
  .paking-duck-section .features-list li {
    font-size: 16px;
}
.testimonial-section {
    padding: 60px 0 60px 0;
}
.section-heading {
    padding-bottom: 40px;
}
  .slide-content h1
  {
    font-size: 30px;
  }
    .cards-grid {
    grid-template-columns: repeat(1, 1fr);
}
  .catalog_text {
    min-width: 100%;
    padding-right: 0;
}
  .catalog_slider {
    min-width: 100%;
}
  .catalog_slider .swiper-button-next
  {
    display: none;
  }
  .catalog_slider .swiper-button-prev
  {
    display: none;
  }
  .catalog_hero {
    padding: 0;
}
  .catalog_text h2 {
    font-size: 30px;
}
.section-heading h1 {
    width: 100%;
    font-size: 30px;
    line-height: normal;
}
  .container_wrapper
  {
    padding: 0 15px;
  }
  .tab-buttons {
    justify-content: start;
  }
  button.tab-btn {
    text-wrap-mode: nowrap;
}
      .container-left-zero {
        padding:0;
        margin: 0;
    }
.inquiry-form-wrapper {
    flex-direction: column;
}
.inquery-heading {
    padding: 0;
}
  .inquiry-left {
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
}
  .inquiry-form-wrapper {
    padding: 15px;
}
      .inquiry-left h2 {
        font-size: 30px;
    }
    .brand-cards-grid {
              grid-template-columns: repeat(1, 1fr);
          }
  .hero_section_heading .section-heading h1 {
    font-size: 30px;
}
.request-hero .custom-hero-container
  {
    flex-direction: column-reverse;
    gap: 0;
  }
    .request-hero .button-transparent {
        display: flex;
        justify-content: left;
    }
  .all-blog-cards-grid {
          grid-template-columns: repeat(1, 1fr);
      }
  .blog_details {
    grid-template-columns: repeat(1, 1fr);
}
  .blog-content {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.all-blog-section {
    flex-direction: column;
}
  .blog-section .container_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.all-blog-section {
    padding-top: 35px;
}
  .blog-cards-grid {
    grid-template-columns: repeat(1, 1fr);
}
     .form-sidebar
        {
          width:100%;
        }
        .form-content
        {
          width:100%;
        }
  .multi-step-form {
    flex-direction: column;
}
}




