.hero-slider,
.myHeroSlider{
    width:100%;
    height:650px;
    position:relative;
    overflow:hidden;
}

.myHeroSlider .swiper-slide{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.slide-bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    transform:scale(1);
    transition:transform 7s ease;
}

.swiper-slide-active .slide-bg{
    transform:scale(1.15);
}

.myHeroSlider .swiper-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.35);
    z-index:1;
}

.slide-content{
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    padding: 20px;
    color: #fff;
}

.slide-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-transform: uppercase;
     color:#eba078 !important;
}

.slide-description{
    font-size: clamp(16px, 2vw, 26px);
    line-height: 1.6;
    margin-bottom: 35px;
    color: #fff !important;
}

.slide-btn{
    display: inline-block;
    padding: 10px 40px;
    background: #eba078;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.slide-btn:hover{
    background: #ffffff;
    color: #ff8400;
    transform: translateY(-3px);
}
.swiper-button-next,
.swiper-button-prev{
    color:#fff !important;
}

.swiper-pagination-bullet{
    background:#eba078 ;
    opacity:0.6;
     width:16px;
    font-size:16px;
}

.swiper-pagination-bullet-active{
    opacity:1;
}

/* SERVICES */
.services-section {
  background: #5f8aa0;
  padding: 50px 20px;
  text-align: center;
  color: #fff;
}

.services-heading {
  margin-bottom: 30px;
  font-size: 26px;
}

/* Service Cards Container */
.service-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
    width: 70%;
    margin: auto;
}

/* Individual Service Card */
.service-card {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  transition: 0.3s;
  min-width: 220px;
}

/* Hover Effect on Cards */
.service-card:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* Icon Inside Cards */
.card-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

/* Title of the Service Card */
.card-title {
  font-size: 16px;
  margin-bottom: 10px;
}

/* List Inside Each Card */
.card-list {
  padding-left: 18px;
  font-size: 13px;
  line-height: 1.6;
}

.card-list li {
  margin-bottom: 5px;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .service-cards {
    grid-template-columns: 1fr;
  }
}

.family-section {
  background: #5f8aa0;
  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 #eba078;
  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;
}
	.famil-text{
		color:#fff !important;
	}
	.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;
  }
}

	#recent_products{
		background:#f4dfd2;
	}
	#Best-Selling{
		background:#f4dfd2;
	}
/* 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;
	background:#5f8aa0;
}
.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:150px;
    height:150px;
    border-radius:50%;
    object-fit:cover;
    border:6px solid #eba078;
    margin:0 auto 25px;
    display:block;
}
/* TEXT */
.mj-testimonial-text{
    font-size:16px;
    line-height:1.9;
    color:#fff;
    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 !important;
    height:50px !important;
    border-radius:50%;
    background:#eba078;
}
.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:#eba078;
}
/* MOBILE */
@media(max-width:768px){
    .mj-testimonial-slide{
        padding:15px;
    }
    .mj-testimonial-text{
        font-size:14px;
    }
    .mj-testimonial-next,
    .mj-testimonial-prev{
        display:none;
    }
}