
.wp-kenburn-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wp-kenburn-slider.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-kenburn-slider.flexslider .slides li {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.wp-kenburn-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.3);
}

/* Ken Burns Animation */
.wp-kenburn-slider.flexslider .flex-active-slide .wp-kenburn-slide {
  animation: wpKenburnZoom 6s linear forwards;
}

.wp-kenburn-slide {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slide-content {
  width: 700px;
  padding: 80px;
  text-align: left;
    position: absolute;
    left: 12%;
}
@keyframes wpKenburnZoom {
  from { transform: scale(1.3); }
  to { transform: scale(1); }
}
@media (max-width: 768px) {
  .slide-content {
    width: 90%;
    padding: 30px;
  }
}
/* Navigation */
.wp-kenburn-slider.flexslider .flex-direction-nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 999;
}

.wp-kenburn-slider.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
}

.wp-kenburn-slider.flexslider .flex-direction-nav .flex-next {
  right: 20px;
}

/* Arrows */
.wp-kenburn-slider.flexslider .flex-direction-nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

.wp-kenburn-slider.flexslider .flex-prev:before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.wp-kenburn-slider.flexslider .flex-next:before {
  transform: translate(-60%, -50%) rotate(45deg);
}
	.flexslider {
		margin:0px !important;
	}
/* Mobile */
@media (max-width: 768px) {
  .wp-kenburn-slider.flexslider .slides li {
    height: 400px;
  }

  .wp-kenburn-slider.flexslider .flex-direction-nav a {
    width: 45px;
    height: 45px;
  }
}
.family-section {
  background: linear-gradient(135deg, #f4f8f3, #eef5ec);
  position: relative;
}

/* subtle background effect */
.family-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('https://www.transparenttextures.com/patterns/leaf.png');
  opacity: 0.05;
}

.family-section .container {
  position: relative;
  z-index: 2;
}

.custom-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border-left: 4px solid #de6e4b;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.custom-card h5 {
  margin-bottom: 15px;
}
	.slide-botton{
		color: var(--bs-white);
    line-height: inherit;
    font-weight: normal;
    background: #de6e4b;
    text-decoration: none;
   padding: 10px 20px;
    border-radius: 7px;
	}
	.slide-botton:hove{
		background:#000;
        color:#fff !important;
	}
/* Mobile spacing */
@media (max-width: 768px) {
  .custom-card {
    padding: 20px;
  }
}

/* woocommerce css stsrt */
/* ===== Section Styling ===== */
.shop-cat-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8faf8, #eef5ee);
  text-align: center;
}

/* Title */
.shop-cat-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  color: #1f2d1f;
}

/* Grid */
.shop-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  gap: 30px;
  max-width: 90%;
  margin: auto;
}

/* ===== Card ===== */
.shop-cat-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Hover Lift + Glow */
.shop-cat-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
/* Image Wrapper */
.shop-cat-img-wrap {
  position: relative;
  overflow: hidden;
  height: 220px;
}
/* Image */
.shop-cat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
/* Zoom Effect */
.shop-cat-card:hover img {
  transform: scale(1.12);
}
/* Gradient Overlay */
.shop-cat-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
  opacity: 0;
  transition: 0.4s;
}
.shop-cat-card:hover .shop-cat-img-wrap::after {
  opacity: 1;
}
/* Category Name */
.shop-cat-name {
  font-size: 18px;
  font-weight: 600;
  padding: 18px;
  color: #2a2a2a;
  transition: color 0.3s ease;
}
/* Hover Text Color */
.shop-cat-card:hover .shop-cat-name {
  color: #de6e4b;
}
/* Optional badge effect */
.shop-cat-card::before {
  content: "Explore";
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(58,125,68,0.9);
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 20px;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s;
}
.shop-cat-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
  .shop-cat-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .shop-cat-img-wrap {
    height: auto;
  }
  .shop-cat-name {
    font-size: 16px;
    padding: 14px;
  }
}

/* ===== Small Devices ===== */
@media (max-width: 480px) {
  .shop-cat-grid {
    gap: 20px;
   grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
  .shop-cat-section {
    padding: 50px 15px;
  }

}
/* Today Deals  */
.tbd-section {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f9fbf9, #edf4ed);
  text-align: center;
}
.tbd-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1c2b1c;
}
.tbd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  max-width: 90%;
  margin: auto;
}
.tbd-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding: 18px;
  text-align: left;
  transition: all 0.35s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  position: relative;
}
.tbd-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.tbd-img-wrap {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.tbd-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.tbd-card:hover img {
  transform: scale(1.1);
}
.tbd-product-title {
  font-size: 17px;
  margin: 15px 0 8px;
  font-weight: 600;
}
.tbd-product-title a {
  text-decoration: none;
  color: #222;
}
.tbd-product-title a:hover {
  color: #de6e4b;
}
.tbd-price {
  font-size: 16px;
  font-weight: 600;
  color: #de6e4b;
  margin-bottom: 15px;
}
.tbd-btn {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #de6e4b;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.tbd-btn:hover {
  background: #000;
  transform: scale(1.03);
  color:#fff;
}
@media (max-width: 768px) {
  .tbd-title { font-size: 26px; }
  .tbd-img-wrap img { height: 180px; }
}

@media (max-width: 480px) {
  .tbd-section { padding: 50px 15px; }
  .tbd-grid { gap: 20px; }
}
/* recent Product css */
/* SECTION */
.rpv-section{
  padding:0px 20px 60px 20px;
  background:#f4f7f5;
text-align:center;
}
/* GRID */
.rpv-scroll{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
   margin: auto;
    max-width: 90%;
padding-top:60px;
}
/* CARD */
.rpv-item{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 6px 20px rgba(0,0,0,0.06);
  transition:all 0.3s ease;
  display:flex;
  flex-direction:column;
}
/* HOVER */
.rpv-item:hover{
  transform:translateY(-8px);
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
}
/* IMAGE BOX */
.rpv-img{
  background:#e9e5e1;
  padding:18px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.rpv-img img{
  max-width:100%;
  object-fit:contain;
  transition:0.4s ease;
}
.rpv-item:hover img{
  transform:scale(1.08);
}
/* CONTENT */
.rpv-content{
  padding:15px;
  text-align:left;
}
/* TITLE */
.rpv-name{
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
}
.rpv-name a{
  color:#111;
  text-decoration:none;
}
.rpv-name a:hover{
  color:#de6e4b;
}
/* PRICE */
.rpv-price{
  font-size:15px;
  font-weight:700;
  color:#de6e4b;
  margin-bottom:12px;
}
/* BUTTON */
.rpv-btn{
  display:block;
  width:100%;
  text-align:center;
  background:#de6e4b;
  color:#fff;
  padding:10px;
  border-radius:10px;
  font-size:14px;
  text-decoration:none;
  transition:0.3s ease;
}
/* BUTTON HOVER */
.rpv-btn:hover{
  background:#000;
  transform:scale(1.02);
color:#fff;
}
/* RESPONSIVE */
@media(max-width:1200px){
  .rpv-scroll{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:768px){
  .rpv-scroll{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:500px){
  .rpv-scroll{
    grid-template-columns:repeat(1,1fr);
  }
}
/* REcent product css End */
/* testimaonal */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* SECTION */
.mj-testimonial-section{
    padding:80px 20px;
}
.mj-testimonial-container{
    max-width:950px;
    margin:auto;
    overflow:hidden;
    position:relative;
}
/* SLIDE */
.mj-testimonial-slide{
    text-align:center;
    padding:20px 40px;
}
/* IMAGE */
.mj-testimonial-image{
    width:170px;
    height:170px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #de6e4b;
    margin:0 auto 25px;
    display:block;
}
/* TEXT */
.mj-testimonial-text{
    font-size:16px;
    line-height:1.9;
    color:#444;
    max-width:750px;
    margin:0 auto;
}
/* QUOTE */
.mj-testimonial-quote{
    font-size:42px;
    color:#de6e4b;
    margin:20px 0;
    display:block;
}
/* NAME */
.mj-testimonial-name{
    display:block;
    font-size:22px;
    font-weight:700;
    color:#111;
    margin-bottom:5px;
}
/* DESIGNATION */
.mj-testimonial-designation{
    display:block;
    font-size:14px;
    color:#777;
}
/* NAV */
.mj-testimonial-next,
.mj-testimonial-prev{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#de6e4b;
}
.mj-testimonial-next:hover,
.mj-testimonial-prev:hover{
    background:#000;
}
.mj-testimonial-next::after,
.mj-testimonial-prev::after{
    font-size:18px;
    color:#fff;
}
/* PAGINATION */
.mj-testimonial-pagination .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#ccc;
    opacity:1;
}
.mj-testimonial-pagination .swiper-pagination-bullet-active{
    background:#de6e4b;
}
/* MOBILE */
@media(max-width:768px){
    .mj-testimonial-slide{
        padding:15px;
    }
    .mj-testimonial-text{
        font-size:14px;
    }
    .mj-testimonial-next,
    .mj-testimonial-prev{
        display:none;
    }
}