/* .container {
    max-width: 1000px;
    margin: 0 auto;
} */
.cretats-testimonial-shortcode{
    max-width: 100% !important;
    margin: 0 !important;
}
/* #testimonial-slider {
    display: flex !important;
    justify-content: center;
    align-items: center;
} */

.owl-carousel .testimonial-card {
    background-color: #e9d5ff;
    border-radius: 1.5rem;
    padding: 6rem 2rem 1.1rem;
    position: relative;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
    color: #2d2d2d;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 1.2rem;
    left: 50%;
    transform: translateX(-50%);
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h5 {
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.testimonial-card p {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 0.6rem;
}

.star {
    font-size: 25px;
    width: 30px;
    height: 30px;
    fill: url(#yellowGradient);
    filter: drop-shadow(0 0 6px rgba(255, 221, 102, 0.7));
    
}
/* 
.star path {
    fill: #FFF2BE !important;
} */

.triangle-pointer {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background-color: #e9d5ff;
    z-index: 0;
}

.feedback {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}

.star:nth-child(1),
.star:nth-child(5) {
    margin-top: 0px;
}

.star:nth-child(2),
.star:nth-child(4) {
    margin-top: 0px;
}

.text-my-star {
    color: #FFF2BE !important;
}

.smart-slider-profile-img-layout-5 {
    padding: 10px;
}
.smart-slider-profile-img-layout-5 img {
    border-radius: 50%;
}
h5.smart-slider-title-layout-5 {
    text-transform: capitalize;
    margin-top: 10px;
    font-family: "Poppins", Sans-serif;
}


/* ************28/04/2025******** */
.smart-slider-location-layout-5{
    font-size: 18px;
    text-transform: capitalize; 
    margin-top: 20px !important;
}
.smart-slider-feedback-layout-5{
    margin-top: 20px;
}
/* .testimonial-card {
    position: relative; 
  }
  
  .testimonial-card::before {
    content: 'test';
    position: relative;
    top: -5px;
    left: -5px;
    width: 100px;
    height: 100px;
    background-color: red;
    transform: rotate(45deg); 
    z-index: 1;
  }
   */
   /* .testimonial-card {
    position: relative;
    background: #fff; 
    padding-bottom: 20px; 
  }
 
 .owl-item::after {
    content: "";
    position: absolute;
    bottom: -10px; 
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background-color: red;
    
  }  */
.container-hide {
    overflow: hidden;
    max-width: 1450px !important;
}
  .owl-wrapper-outer {
    overflow: visible !important;
    position: relative;
    width: 100%;
}
.smart-slider-layout-5 .owl-item {
    margin: 0px 5px;
}
.smart-slider-stars-layout-5{
    z-index: 1;
   position: relative;
}
.smart-slider-feedback-layout-5 {
    z-index: 1;
    position: relative;
}

.owl-controls{
    margin-top: 3%!important;
}
/* *****************30/04/2025*****************8 */
#testimonial-slider.owl-theme .owl-controls {
    margin-top: 61px !important;
    text-align: center;
}
div#testimonial-slider {
    padding: 40px 0px;
}