section .heading{
    color: var(--green);
}

/* ---- */
/* 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{      
    text-align: left;
    /* background: #fbfbfb;; */
}
.usp-sec .highlight{
    background: url('../assets/images/greenhighlight.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(--green);
    }
    .products-sec .products .imagepart{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .products-sec .products:nth-of-type(even){
        background: #396d1b0d;
    }
    .products-sec .product-info{
      font-size: 20px;
      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: 70px;
    }
    .products-sec .products .btn-part a {
      background: var(--brown);
      color: var(--white);
    }
    .products-sec .products  .btn-part a {
        background: var(--green);
        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;
   
}
.testimonials-sec .heading{
     color: var(--green);
}
.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: var(--green);
    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: 18px;
    text-align: center;
}
.testimonials-sec .owl-carousel .owl-nav button.owl-prev, .testimonials-sec .owl-carousel .owl-nav button.owl-next{
   background: #79ac5a;
}
.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: #c7eec8;
    border-radius: 50%;
    margin-right: 6px;
}

.testimonials-sec .owl-dots .owl-dot.active{
    background: #09590c;
}


@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;
    }
    .testimonials-sec .testimonial img{
        width:120px;
        height: 120px;
    }
   
    .testimonials-sec .testimonial .info-part .info-text {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    }
    /* .container, .container-sm {
        max-width: 540px;
    } */
}
@media screen and (max-width:767px) {
    .specialitynew .specialnew .info{
        padding: 6px 20px;
    }
    .testimonials-sec .testimonial img{
        width:120px;
        height: 120px;
    }
    .testimonials-sec .testimonial .info-part .info-text {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    }
    .specialitynew .specialnew .info h3{
        font-size: 16px;
    }
    /* .container, .container-sm {
        max-width: 540px;
    } */
}
@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;
    }
    .container, .container-sm {
        max-width: 540px;
    }
    
}
/* =========================
   Banner Responsive Control
   ========================= */
.desktopbanners {
    display: block;
    width: 100%;
}

.mobilebanners {
    display: none;
    width: 100%;
}

/* Mobile view */
@media screen and (max-width: 767px) {
    .desktopbanners {
        display: none !important;
    }

    .mobilebanners {
        display: block !important;
    }
}

.img-fluid {
    max-width: 70%;
    height: auto;
}