
 .carousel-control-next-icon, .carousel-control-prev-icon{
  display: none;
 }
section .heading{
    color: var(--brown);
}

/* ---- */
/* specialitynew-sec */
.specialitynew-sec {
  /* background: 
    linear-gradient(rgba(97, 39, 18, 0.4), rgba(198, 115, 100, 0.4)), 
    url('../assets/images/cloffy/speciality/background.png'); */
  background-repeat: repeat;
  background-size: 350px auto; /* adjust to make the pattern subtle */
  background-position: center;
  background-attachment: fixed;
  position: relative;
  /* padding: 80px 0; */
  overflow: hidden;
}

.specialitynew-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1); /* slight white overlay for clarity */
  z-index: 0;
}
.specialitynew{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* padding: 80px 0px; */
}
.specialitynew .specialnew {
    position: relative;
}
.specialitynew .specialnew .info{
    position: absolute;
    color: var(--white);
    text-align: center;
    background: #0000006e;
    z-index: 10;
    top: 0;
    padding: 25px 20px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.specialitynew .specialnew .info h3{
    font-size: 26px;
}
/* usp - sec */
.usp-sec{
          background: #fbfbfb;;
}
.usp-sec .highlight{
    background: url('../assets/images/brownhighlight.png') no-repeat center center;
        background-size: contain;
        border-radius: 20px;
        transition: opacity 0.3s ease;
        color: var(--white);
}

/* products */
    .products-sec .products h3{
        color: var(--brown);
    }
    .products-sec .products:nth-of-type(even){
        background: #fff5f1;
    }
    .products-sec .product-info{
      padding-left: 16px;
      list-style: disc;
    }
    .products-sec .product-info>li span{
        color: var(--brown);
        font-weight: 700;
    }
    .products-sec .product-info>li::marker{
      color: var(--brown);
    }
       .products-sec .products .btn-part {
        margin-top: 30px;
         margin-left: 16px;
    }
    .products-sec .products .btn-part a {
      background: var(--brown);
      color: var(--white);
    }
    .products-sec .products  .btn-part a {
        background: var(--brown);
        color: var(--white);
    }
/*  */
.journey-sec{
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.journey-sec .owl-carousel .card{
    border-radius: 12px;
    overflow: hidden;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev, .journey-sec .owl-carousel .owl-nav button.owl-next,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev, .testimonials-sec .owl-carousel .owl-nav button.owl-next{
    background: var(--brown);
    border-radius: 50%;
    padding: 0 18px !important;
    position: absolute;
    top: 33%;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev span, .journey-sec .owl-carousel .owl-nav button.owl-next span,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev span, .testimonials-sec .owl-carousel .owl-nav button.owl-next span{
    font-size: 30px;
    display: block;
    margin-bottom: 3px;
    color: white;
}
.journey-sec .owl-carousel .owl-nav button.owl-prev,
.testimonials-sec .owl-carousel .owl-nav button.owl-prev{
    left: -4%;

}
.journey-sec .owl-carousel .owl-nav button.owl-next,
.testimonials-sec .owl-carousel .owl-nav button.owl-next{
   right: -4%;
}
/* testimonial */
.testimonials-sec{
    padding-bottom: 60px;
    /* background: #4caf5024; */
    background: #E6C5AA;
   
}
.testimonials-sec .heading{
     color: #612712;
}
.testimonials-sec .item {
    position: relative;
     padding-top: 50px;
}
/* .testimonials-sec .testimonial .item{
  
} */
.testimonials-sec .testimonial .imagepart{
    position: absolute;
     top: 3%;
}
.testimonials-sec .testimonial img{
    width: 150px;
    height: 150px;
    border-radius: 14%;  
}
.testimonials-sec .testimonial .info-part{
    color: var(--white);
        background: #4e2d27;
    padding: 30px;
    border-radius: 12px;
}
.testimonials-sec .testimonial .info-part .name{
    text-align: center;
}
/* .testimonials-sec .testimonial .info-part .name h3{
    font-size: 32px;
} */
.testimonials-sec .testimonial .info-part .name p{
    font-size: 16px;
}
.testimonials-sec .testimonial .info-part .info-text{
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
}
.testimonials-sec .owl-carousel .owl-nav button.owl-prev, .testimonials-sec .owl-carousel .owl-nav button.owl-next{
   background: #795548;
}
.testimonials-sec .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.testimonials-sec .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
   background: #795548;
    border-radius: 50%;
    margin-right: 6px;
}

.testimonials-sec .owl-dots .owl-dot.active{
    background: #3e1a0c;
}


@media screen and (max-width:991px) {
    .products-sec{
        padding: 60px 0px;
    }
    .journey-sec{
        padding-bottom: 30px;
    }
    .specialitynew .specialnew .info h3 {
        font-size: 16px;
    }
    .specialitynew .specialnew .info{
        padding: 10px;
    }
      .testimonials-sec .item {
        padding-top: 20px;
    }
   
}
@media screen and (max-width:767px) {
    .specialitynew .specialnew .info{
        padding: 6px 20px;
    }
    .specialitynew .specialnew .info h3{
        font-size: 16px;
    }
}
@media  screen and (max-width:567px) {
    .specialitynew {
        grid-template-columns: 1fr 1fr;
    }
    .testimonials-sec .testimonial img{
        width:120px;
        height: 120px;
        }
    .products-sec .products .product{
        box-shadow: 2px 2px 14px 1px var(--brown);
    }
       /*  testimonials */
   /* .testimonials-sec .testimonial .info-part .name h3{
    font-size: 32px;
   } */
   .testimonials-sec .testimonial .info-part .info-text {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
}
    
}