.slick-dots li button:before
{  
    content: '' !important;
    text-align: center;
   opacity:0;
}

/* Preset 1 - Classic Boxed Layout */
.testimonial-preset-1 .testimonial-slider {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
}


.testimonial-preset-1 .slick-initialized .testimonial-slider-item {
  display: block;
}

.testimonial-preset-1 .testimonial-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
  font-style: italic;
  margin-bottom: 30px;
}

.testimonial-preset-1 .testimonial-author {
  display: flex;
  align-items: center;
}

.testimonial-preset-1 .testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  object-fit: cover;
}

.testimonial-preset-1 .author-info h4 {
  margin: 0;
  color: #333;
  font-size: 18px;
}

.testimonial-preset-1 .author-info p {
  margin: 5px 0 0;
  color: #777;
  font-size: 14px;
}

/* Navigation Controls */
.testimonial-preset-1 .slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.testimonial-preset-1 .slider-controls button {
  background: #3a86ff;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.testimonial-preset-1 .slider-controls button:hover {
  background: #2667cc;
}

.testimonial-preset-1 .dots {
  display: flex;
  gap: 10px;
}

.testimonial-preset-1 .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-preset-1 .dot.active {
  background: #3a86ff;
}

/* Slick Slider Overrides for this preset */

/* Preset 2 - Modern Highlight */
.testimonial-preset-2 .testimonial-slider-item {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    margin: 15px;
/*     box-shadow: 0 10px 30px rgba(58, 134, 255, 0.1); */
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 3px solid #3a86ff;
}

.testimonial-preset-2 .testimonial-content p {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.testimonial-preset-2 .testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-preset-2 .testimonial-author img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 3px solid rgba(58, 134, 255, 0.2);
}

.testimonial-preset-2 .author-info {
    text-align: left;
}

.testimonial-preset-2 .author-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #222;
}

.testimonial-preset-2 .author-info p {
    margin: 0;
    font-size: 14px;
    color: #777;
}

.slick-arrow:before{
     border-radius:30px!important;
}

.testimonial-preset-2 .slick-arrow {
    background: #3a86ff;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-preset-2 .slick-arrow:hover {
    background: #2667cc;
}

.testimonial-preset-2 .slick-dots li button:before {
    font-size: 10px;
}

.testimonial-preset-2 .slick-dots li.slick-active button:before {
    color: #3a86ff;
}

/* Preset 3 - Creative Quote */
.testimonial-preset-3 .testimonial-slider-item {
    background: #f9f9f9;
    border-radius: 0;
    padding: 50px 40px;
    margin: 15px;
    text-align: center;
    position: relative;
    border-left: 4px solid #3a86ff;
}

.testimonial-preset-3 .testimonial-content p {
    font-size: 22px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
    padding: 0 20px;
}

.testimonial-preset-3 .testimonial-content p:before {
    content: '\201C';
    font-size: 100px;
    color: rgba(58, 134, 255, 0.1);
    position: absolute;
    top: -30px;
    left: 0;
    line-height: 1;
    font-family: serif;
}

.testimonial-preset-3 .testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-preset-3 .testimonial-author img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.testimonial-preset-3 .author-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #3a86ff;
    font-weight: 600;
}

.testimonial-preset-3 .author-info p {
    margin: 0;
    font-size: 14px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.testimonial-preset-3 .slick-arrow {
    color: #3a86ff;
    width: 40px;
    height: 40px;
    background: transparent;
}

.testimonial-preset-3 .slick-arrow:hover {
    color: #2667cc;
}


/* Modern Testimonial Slider Styles */
.testimonial-slider {
    margin: 0 auto;
    max-width: 800px;
}

.testimonial-slider-item {
    padding: 30px;
    margin: 15px;
    background: #fff;
    border-radius: 10px;
/*     box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
    text-align: center;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.testimonial-author img {
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    width: 96px;
    height: 94px;
}

.author-info {
    text-align: left;
}

.author-info h4 {
    margin: 0 0 5px 0;
    font-size: 18px;
}

.author-info p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}

/* Slick slider overrides */
.slick-prev:before, .slick-next:before {
    color: #3a86ff;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(58, 134, 255, 0.1);
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-dots li button:before {
    font-size: 10px;
}

@media (max-width: 768px) {
    .slick-prev {
        left: -20px;
    }
    
    .slick-next {
        right: -20px;
    }
}
/* Navigation Controls */
.testimonial-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #3a86ff;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
}

.testimonial-slider .slick-arrow:hover {
    background: #3a86ff;
    color: #fff;
}

.testimonial-slider .slick-prev {
    left: 0;
}

.testimonial-slider .slick-next {
    right: 0;
}

/* Dots Navigation */
.testimonial-slider .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.testimonial-slider .slick-dots li {
    margin: 0 5px;
}

.testimonial-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7a7a7ac9;
    border: none;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

 
.testimonial-slider .slick-dots li.slick-active button {
    background: #3a86ff;
    width:13px;
    border-radius: 6px;
}

.slick-dots li.slick-active button:before
{
    opacity: 0;
    color: black;
}
.slick-dots li button:before
{
    opacity: 0;
    color: black;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .testimonial-slider {
        padding: 0 40px;
    }
    
    .testimonial-content p {
        font-size: 18px;
        padding: 0 10px;
    }
    
    .testimonial-slider .slick-arrow {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .testimonial-slider {
        padding: 0 30px;
    }
    
    .testimonial-slider-item {
        padding: 30px 20px;
    }
    
    .testimonial-content p {
        font-size: 16px;
    }
    
    .testimonial-slider .slick-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* Alternative Navigation with Text Labels */
.testimonial-slider .slick-arrow {
    background: transparent;
    box-shadow: none;
    color: #3a86ff;
    font-size: 14px;
    font-weight: 600;
    width: auto;
    height: auto;
    text-transform: uppercase;
}

.testimonial-slider .slick-prev {
    left: -50px;
    padding-right: 10px;
}

.testimonial-slider .slick-next {
    right: -50px;
    padding-left: 10px;
}

.testimonial-slider .slick-arrow:hover {
    background: transparent;
    color: #2667cc;
}

.slick-prev:before
{
    content: '←';
    color: red;
}

.slick-next:before
{
    content: '→';
    color: red;
}

.testimonial-slider [type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    background-color: rgba(204, 51, 102, 0);
    text-decoration: none
}