
/* Home Page Style */

.banner-para {
font-family: Source Sans 3;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #505050;
}
.shop-category-left-col h2 {
font-family: Montserrat Alternates;
font-weight: 600;
font-size: 42.79px;
line-height: 150%;
letter-spacing: 0%;
color: #2B2F38;
}
.shop-category-left-col p {
font-weight: 400;
font-size: 17.12px;
line-height: 25.68px;
letter-spacing: 0%;
color: ##5D6167;
}

.shop-cat-head .elementor-element-f60ab4a .elementor-widget-container p {
margin-bottom: 0px;
} 
.elementor-element.elementor-element-39391fa.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
max-width: 1200px;
margin: 60px auto;
}
.elementor-element.elementor-element-fd6e541 {
margin: auto;
}
.custom-product-section {
display: flex;
gap: 20px;
}
.left-banner {
width: 30%;
position: relative;
}
.left-banner img {
width: 100%;
border-radius: 10px;
}
.right-content {
width: 70%;
}
.tabs {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 20px;
}
.tab {
padding: 5px 25px;
border: 1px solid #C86D39;
border-radius: 8px;
background: transparent;
cursor: pointer;
font-family: Montserrat Alternates;
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color: #392626;
text-transform: capitalize;
}
.tab.active {
background: #C86D39;
color: #F0F0F0;
}
.product {
display: inline-block;
width: 30%;
margin-right: 3%;
}
#products-container {
display: flex;
gap: 25px;
}
.product-card {
/*width: 30%;*/
background: #FFF8F5;
/*padding: 15px;*/
border-radius: 16px;
text-align: center;
opacity: 0;
transform: translateY(20px);
transition: all 0.4s ease;
}
.product-card:hover {
transform: translateY(-5px);
}
.product-img img {
width: 100%;
height: auto;
border-radius: 16px;
}
.product-title {
font-size: 18px;
margin: 10px 0;
}
.product-price {
color: #777;
font-size: 14px;
}

/* Active animation */
.product-card.show {
opacity: 1;
transform: translateY(0);
}
.add-to-cart a {
display: inline-block;
margin-top: 10px;
padding: 8px 15px;
background: #d87c5a;
color: #fff;
border-radius: 20px;
text-decoration: none;
font-size: 14px;
transition: 0.3s;
}
.add-to-cart a:hover {
background: #b96545;
}
.product-card .add-to-cart {
opacity: 0;
transform: translateY(10px);
transition: 0.3s;
}
.product-card:hover .add-to-cart {
opacity: 1;
transform: translateY(0);
}

/* Testimonials Slider Style */
.testimonial-header h2 {
margin-bottom: 5px;
}
.testimonial-header p {
color: #777;
margin-top: 0px;
margin-bottom: 0px;
}
.testimonial-slider {
margin-top: 20px;
overflow: visible; /* 👈 allow half slide to show */
}
.testimonial-slider .slick-track {
display: flex;
}
.testimonial-card {
display: flex !important;
align-items: center;
gap: 20px;
background: #f9f9f9;
padding: 0px 0px;
border-radius: 16px;
margin: 0 10px;
width: 450px; /* 👈 fixed width so next slide peeks */
margin-right: 20px;
}
.testimonial-img img {
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
}
.testimonial-content {
margin: auto;
padding: 0 20px;
}
.testimonial-content p {
color: #5D6167;
margin-bottom: 30px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
}
.testimonial-content h4 {
margin-top: 5px;
margin-bottom: 0px;
font-weight: 500;
font-size: 20px;
line-height: 120%;
letter-spacing: -1%;
color: #2B2F38;
}
.testimonial-content span {
font-size: 12px;
color: #5D6167;
font-family: Source Sans 3;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
}

/* Arrows center bottom */
.slick-prev, .slick-next {
background: #C86D39;
border: none;
color: #fff;
padding: 4px 12px;
border-radius: 50%;
position: absolute;
bottom: -70px;
cursor: pointer;
z-index: 9;
font-size: 25px;
}
.slick-prev { left: 45%; }
.slick-next { right: 45%; }
/* Ends Here  */