#recipe-carousel{
    padding: 50px 0px;
}

#recipe-carousel-h3 {
    position: relative;
    text-align: center;
    font-size: 3em;
}

#recipe-carousel-h3::before,
#recipe-carousel-h3::after{
    content: '';
    position: absolute;
    top: 44%;
    width: 30%;
    height: 0.5px;
    background-color: #bbbbbb;
}

#recipe-carousel-h3::before{
    left: 0;
}
#recipe-carousel-h3::after{
    right: 0;
}



/* CAROUSEL */

/* Keep your existing CSS styles as they are */

#slider-recipe {
    padding: 50px 0px 0px 0px;

}

.nutrientsAmt{
  color: #ff5a00;
  font-weight: 600;
}  
  #slider-recipe .owl-item.active.center .slider-card {
    color: #fff;
    transform: scale(1) ;
  }
  #slider-recipe .owl-item.active.center .slider-card img{
    transform: rotate(0deg);
  }
  #slider-recipe .slider-card img{
    transition: all 0.3s;
    transform: rotate(30deg);
  }
  #slider-recipe .slider-card {
    transition: all 0.3s;
    transform: scale(0.8);
  }
  #slider-recipe .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  #slider-recipe .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 99 ;
    color: #fff;
    margin-left: 20px;
  }
  #slider-recipe .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 99;
    color: #fff;
    margin-right: 20px;
  }
  
  #slider-recipe .owl-nav .owl-prev:hover,
  #slider-recipe .owl-nav .owl-next:hover {
    color: #ff5a00;
  }
  #slider-recipe .owl-dots {
    text-align: center;
  }
  #slider-recipe .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  #slider-recipe .owl-dots .owl-dot.active {
    background: #ff5a00 !important;
  }
  
  #slider-recipe .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  #slider-recipe .testimonials-card {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
  }
  #slider-recipe .content-testimonial {
    display: flex;
    flex-direction: column;
  }
  #slider-recipe .credit-testimonial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 20px;
  }
  .nutrition-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
  .nutrition-content h6{
    font-size: 2em;
  }
 
  .nutrition-facts{
    display: flex;
    flex-direction: row;
    gap: 20px;
    
  }
  #slider-recipe .credit-testimonial img {
    max-height: 45px;
  }
  #slider-recipe .quote-testimonial {
    display: flex;
    align-items: center;
    justify-content: baseline;
    position: relative;
    margin-right: 10px;
    border-right: 1px solid rgb(180, 180, 180);
  }
  #slider-recipe .content-testimonial-text{
      padding-left: 20px;
  }
  #slider-recipe .google-rating {
    display: flex;
    align-items: center;
  }
  
  #slider-recipe .google-rating img {
    max-width: 50px;
  }
  #slider-recipe .rating {
    margin-left: 3px;
  }
  #slider-recipe .credit-inner-testimonial {
    margin-left: 20px;
  }
  
  #slider-recipe .credit-inner-testimonial p {
    margin-bottom: 0;
  }
  
  #slider-recipe .owl-nav .owl-prev, #slider-recipe .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    opacity: 1;
    font-size: 30px !important;
    z-index: 1000; /* Increase z-index if behind other content */
    color: #fff;
}


#recipe-carousel-link{
    text-align: center;
    padding-top: 20px;
}

#recipe-carousel-link a{
    color: #ff5a00;
    position: relative;
    font-weight: bold;
}
#recipe-carousel-link a::after{
    content: "→";
    margin-left: 10px;
    position: absolute;
    top: 3.5px;
    font-weight: bolder;
    font-size: 1.2em;
}

#recipe-carousel-link a:hover{
    color: #b94100b7; 
}

@media (max-width: 991px){
  #recipe-carousel-h3{
    font-size: 2.5em;
  }
  #recipe-carousel-h3::before, #recipe-carousel-h3::after {
    display: none;
  }
  #slider-recipe .testimonials-card {

    padding: 40px;
}

#slider-recipe{
  padding-top: 10px;
}
}