/* ===================================
   Block Cocoon Testimonials Slider 4 Styles
   =================================== */
 
/* Wrapper Styles - Essential for card appearance */
.block_cocoon_tstmnls_4 .testimonial_item.home14 .wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
 
/* Active Center Item Styles */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .owl-item.active.center .testimonial_item.home14 {
  margin: 0 auto;
  max-width: 555px;
  opacity: 1;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .owl-item.active.center .testimonial_item.home14 .wrapper {
  background-color: #f5f6fd;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
 
/* Thumb (User Info) Styles */
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb {
  margin-bottom: 25px;
  padding: 5px;
}
 
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb.df {
  display: flex;
  align-items: center;
}
 
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 0px;
}
 
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb .user {
  flex: 1;
}
 
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb .user.text-left {
  text-align: left;
}
 
.block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb .user.pl20 {
  padding-left: 20px;
}
 
/* Title and Subtitle Styles */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .subtitle {
  color: #6f7074;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .subtitle.text-thm8 {
  color: #6f7074;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .subtitle.mb0 {
  margin-bottom: 0;
}
 
/* Details (Content) Styles */
.block_cocoon_tstmnls_4 .testimonial_item.home14 .details {
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 10px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .details p {
  color: #6d6d6d;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 0;
}
 
/* Icon Styles - BOOTSTRAP ICONS */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .wrapper .icon {
  font-size: 35px;
  position: absolute;
  top: 20px;
  right: 30px;
  line-height: normal;
  z-index: 1;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .wrapper .icon i {
  display: block;
  font-size: inherit;
}
 
/* Owl Carousel Dots Styles */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-theme .owl-dots .owl-dot span {
  background-color: #cccfe3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}
 
/* Override del color de puntos activos para usar el color del nombre de personas */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-carousel .owl-dots .owl-dot.active,
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-carousel .owl-dots .owl-dot:hover {
  background: var(--ccn-person-name-color, #003085) !important;
  transform: scale(1.2);
}
 
/* Owl Carousel Navigation Styles */
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-theme .owl-nav {
  margin-top: 20px;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-theme .owl-nav button {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
 
.block_cocoon_tstmnls_4 .testimonial_slider_home2.home14.owl-theme .owl-nav button:hover {
  background: #003085;
  color: #fff;
  border-color: #003085;
}
 
/* Main Title Styles */
.block_cocoon_tstmnls_4 .main-title.text-center h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
 
.block_cocoon_tstmnls_4 .main-title.text-center p {
  font-size: 18px;
  margin-bottom: 40px;
}
 
/* Responsive Styles */
@media (max-width: 768px) {
  .block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .owl-item.active.center .testimonial_item.home14 {
    max-width: 100%;
  }
  
  .block_cocoon_tstmnls_4 .testimonial_item.home14 .thumb {
    padding: 5px;
  }
  
  .block_cocoon_tstmnls_4 .testimonial_item.home14 .details {
    padding: 1px 20px 25px 15px;
  }
  
  .block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .wrapper .details .icon {
    right: 15px;
    top: 15px;
    font-size: 25px;
  }
  
  .block_cocoon_tstmnls_4 .main-title.text-center h3 {
    font-size: 28px;
  }
  
  .block_cocoon_tstmnls_4 .main-title.text-center p {
    font-size: 16px;
  }
}
 
@media (max-width: 480px) {
  .block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .details p {
    font-size: 14px;
  }
  
  .block_cocoon_tstmnls_4 .testimonial_slider_home2.home14 .testimonial_item.home14 .thumb .title {
    font-size: 16px;
  }
  
  .block_cocoon_tstmnls_4 .testimonial_item.home14 .wrapper {
    padding: 20px;
  }
  
  .block_cocoon_tstmnls_4 .main-title.text-center h3 {
    font-size: 24px;
  }
}