#business-growth .card {
    position: relative;
    border: 2px solid #c8c4e0;
    overflow: hidden;
    cursor: pointer;
}

#business-growth .card .icon svg {
    color: var(--secondary-color);
}

#business-growth .card .count {
    color: #212529;
    font-size: 35px !important;
}

#business-growth .card:hover {
    box-shadow: 8px 8px 7px rgba(0, 0, 0, 0.3);
    transition: all .3s;
    border: 1px solid #c8c4e0
}

#business-growth .card:hover .icon svg {
    transform: rotateY(180deg); /* Flip effect */
    transition: transform 0.5s ease, color 0.5s ease; /* Smooth transition */
}

#business-growth .card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--secondary-color);
    transition: width 0.5s ease;
    z-index: 999999;
}

#business-growth .card:hover::before {
    width: 100%;
}
#business-growth .plus{
    margin-top: -6px;
}
.product-slider .title{
    font-size: 19px;
    line-height: inherit;
    color: var(--dark-color);
    font-weight: 400;
    font-family: var(--title-font);
    text-decoration: none;
}

.product-slider .btn-buy{
    background-color: var(--secondary-color);
    padding: 5px 8px;
    color: var(--light-color);
}
.product-slider .price-div{
    font-size: 19px;
}
.product-slider .price-div .curr_price{
    color: var(--primary-color);
}
.product-slider .price-div .prev_price{
    color: var(--dark-color);
    text-decoration: line-through;
}
.product-slider .product{
    padding: 0 15px;
}
.product-slider .card {
    position: relative;
    overflow: hidden;
}
.product-slider .card-footer{
    background-color: var(--light-color) !important;
    border: none !important;
}
.product-slider .card img {
    transition: transform 0.3s ease-in-out;
}

.product-slider .card:hover img {
    transform: scale(1.1);
}
.product-slider .product {
    padding-bottom: 10px !important;
}



/* Testimonial Section start */
.testimonial-slider {
    display: flex;
    flex-direction: column;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-color: var(--white-color);
    margin-bottom: 20px;
    transition: transform 0.3s;
}

.testimonial-user {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.user-info h4 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.rating {
    color: #f39c12;
    font-size: 0.9rem;
    margin-top: 5px;
}

.testimonial-item p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--text-medium);
    margin: 10px 0;
}

.testimonial-slider .slick-dots,
.product-slider .slick-dots,
.user-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.testimonial-slider .slick-dots li,
.product-slider .slick-dots li,
.user-slider .slick-dots li {
    margin: 0 5px;
}

.testimonial-slider .slick-dots li button:before,
.product-slider .slick-dots li button:before,
.user-slider .slick-dots li button:before {
    font-size: 10px;
}

.testimonial-slider .slick-dots li.slick-active button:before,
.product-slider .slick-dots li.slick-active button:before,
.user-slider .slick-dots li.slick-active button:before {
    color: var(--primary-color);
    font-size: 15px;
}



.product-container {
    display: flex;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-details {
    margin-left: 40px;
    flex: 1;
}

.product-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #222;
}

.product-description {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #555;
}

.product-features {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #555;
}

.product-features li {
    margin-bottom: 10px;
}

.product-pricing {
    margin-bottom: 20px;
}

.current-price {
    font-size: 1.8rem;
    font-weight: bold;
    color: #e74c3c;
}

.previous-price {
    font-size: 1.2rem;
    text-decoration: line-through;
    color: #999;
    margin-left: 10px;
}

.discount {
    display: block;
    font-size: 1rem;
    color: #27ae60;
    margin-top: 5px;
}

.add-to-cart {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.add-to-cart:hover {
    background-color: #2980b9;
}

.cart-message {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #27ae60;
}

h3.title {
    font-weight: bold;
    color: var(--dark-color);
}
.product_sub {
    width: 300px !important;
}
.service-text {
    font-size: 18px;
}
.cat-item {
    padding: 30px;
    border: 8px solid var(--secondary-color);
    border-top-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
}
.card.product-card.news-card {
    border-radius: 10px;
}
.blog_title {
    font-weight: 600;
}
.card-image{
    overflow: hidden;
    border-radius: 8px;
}

.blog-header {
    background-color: #ffffff;
    padding: 2rem 0;
    border-bottom: 1px solid #e9ecef;
  }
  .blog-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #343a40;
  }
  .blog-meta {
    color: #6c757d;
    font-size: 0.9rem;
  }
  .blog-content {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }
  .blog-footer {
    background-color: #ffffff;
    padding: 1rem 0;
    border-top: 1px solid #e9ecef;
    margin-top: 2rem;
  }
  .author-info {
    display: flex;
    align-items: center;
    margin-top: 2rem;
  }
  .author-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 1rem;
  }
  .author-info h5 {
    margin: 0;
    font-size: 1.2rem;
    color: #343a40;
  }
  .author-info p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
  }

  .blog-details {
    background-color: #f8f9fa;
  }
