.hero-slider-1 .slider-content p {
line-height: 2.4rem;
}

.hero-slider-1 .slider-content p {
    font-size: 16px;
    padding: 0;
    margin-top: -20px;
}



.product-cart-wrap .product-img-action-wrap {
    margin-bottom: 5px;
}

.product-cart-wrap .product-content-wrap .product-category {
    margin-bottom: 0;
}

.product-cart-wrap .product-card-bottom {
    margin-top: 0;
}

.product-cart-wrap .product-content-wrap {
    padding: 0 10px 10px;
}

.banner-left-icon {
background-color: #7dd956;
}

.section-title.style-1:after {
left: 47%;
}

.section-title.style-1 {
justify-content: center;
font-size: 35px;
}

.pagination-area {
text-align: center;
}

.mb-80 {
    margin-bottom: 30px !important;
}

.container h1 {
font-size: 35px;
}


@media screen and (max-width: 768px) {
.section-title .title {
    text-align: left!important;
}
  .card-1 {
    background: #f4f6fa;
    border: 1px solid #f4f6fa;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 125px;
    padding: 10px 10px 10px;
    position: relative;
    text-align: center;
    transition: .2s;
    width: 100px !important;
}
  .card-1 figure img {
    border-radius: 10px;
    display: inline-block;
    max-width: 50px;
}
  p.font-heading.h6 {
    font-size: 13px;
}
  
.heading-tab-left h3 {
    margin-left: 0!important;
}
.section-title.style-1:after {
left: 0;
}
#product-categories .section-title .title h3 {
margin-left: 0!important;
}
.heading-tab-left h3 {
margin-left: 0;
}
}

.heading-tab-left h3 {
margin-left: 570px;
}

#product-categories .section-title .title h3 {
margin-left: 200px;
margin-right: 0;
}

.section-title .title {
text-align: center;
margin: 0 auto;
}

.banner-left-icon .banner-text h3 {
color: #fff;
font-weight: bold;
}

.banner-left-icon .banner-text p {
color: #f1f1f1;
}




.view-all-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #ff6400;
  background: #ff640033;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover effect */
.view-all-btn:hover {
  background: #b8d6be;
  color: #16612d;
}




.banner-left-icon {
    background: #ff7a24 !important;
}




.cta-banner {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
}

.cta-banner a {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1 12px 35px rgba(0, 0, 0, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-banner a:hover {
    transform: translateY(-4px);
    box-shadow: 1 18px 45px rgba(0, 0, 0, 0.30);
}

.cta-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

/* Tablet */
@media (max-width: 992px) {
    .cta-banner {
        padding: 18px 12px;
    }

    .cta-banner a,
    .cta-banner img {
        border-radius: 14px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .cta-banner {
        padding: 15px 10px;
    }

    .cta-banner a {
        border-radius: 12px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    }

    .cta-banner img {
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .cta-banner {
        padding: 12px 8px;
    }

    .cta-banner a,
    .cta-banner img {
        border-radius: 10px;
    }
}