.lcake-main-wrapper .lcake-commentor-content>.lcake-border-hr {
    width: 40px;
    height: 2px;
    background-color: #25fc36;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}

.lcake-main-wrapper .lcake-commentor-content {
    /* padding-right: 30px; */
    position: relative;
}

.lcake-main-wrapper .lcake-author-name {
    display: block;
}

.lcake-profile-image-card {
    position: relative;
    overflow: hidden;
}

.lcake-profile-image-card::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100% !important;
    -webkit-transition: all .4s 
ease;
    transition: all .4s 
ease;
    pointer-events: none;
}

.lcake-profile-image-card:hover::before {
    background-color: rgba(17, 17, 17, .8);
    top: 0;
}

.lcake-client-logo {
    position: relative;
    display: inline-block;
}

.lcake-client-logo img {
    display: inline-block;
    vertical-align: middle;
    transition: opacity 0.3s ease;
}

.lcake-client-logo .lcake-client-logo-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lcake-client-logo .lcake-client-logo-default {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Only apply hover effect if hover image exists */
.lcake-client-logo:has(.lcake-client-logo-hover) {
    cursor: pointer;
}

.lcake-client-logo:has(.lcake-client-logo-hover):hover .lcake-client-logo-hover {
    display: inline-block;
    opacity: 1;
}

.lcake-client-logo:has(.lcake-client-logo-hover):hover .lcake-client-logo-default {
    opacity: 0;
}

.lcake_testimonial_style_1 .lcake-client-logo {
    margin-bottom: 15px;
}

.lcake_testimonial_style_1 .lcake-client-logo img {
    max-width: 100%;
    height: auto;
}

.lcake_testimonial_style_1 .lcake-commentor-content {
    padding: 20px;
}

.lcake_testimonial_style_2 .lcake-client-logo {
    margin-bottom: 15px;
}

.lcake_testimonial_style_2 .lcake-client-logo img {
    max-width: 100%;
    height: auto;
}

.lcake_testimonial_style_2 .lcake-commentor-content {
    padding: 20px;
}

.lcake-main-wrapper .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.lcake-main-wrapper .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}

.lcake-single-testimonial-slider {
    position: relative;
    padding: 20px;
}

.lcake-testimonial-slider {
    --lcake-testimonial-spacing: 15px;
    margin: 0 calc(-1 * var(--lcake-testimonial-spacing));
}

.lcake-testimonial-slider .swiper-slide {
    padding: 0 var(--lcake-testimonial-spacing);
}
.lcake_testimonial_style_3 .lcake-watermark-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.lcake-watermark-icon i {
    font-size: 48px;
    color: #0000001a;
}

.lcake-main-wrapper .xs-overlay {
    background-color: #00000080;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 0;
}

.lcake-main-wrapper ul.lcake-stars {
    list-style: none;
    position: relative;
    z-index: 6;
    padding: 0;
}
.lcake-main-wrapper ul.lcake-stars li {
    display: inline-block;
}

.lcake-main-wrapper ul.lcake-stars svg {
    width: 1em;
    height: 2em;
}

.lcake-main-wrapper .lcake-testimonial-card {
    position: relative;
    padding: 200px 170px 80px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    display: block;
}

.lcake-main-wrapper .lcake_testimonial_style_4 .lcake-testimonial-slider-block-style{
    background-color: #fff;
    -webkit-box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}
.lcake-main-wrapper .lcake-main-swiper.style4  {
   height: 350px;
   text-align: center;
}
.lcake-profile-body .lcake-profile-designation,
.lcake-profile-body .lcake-profile-title {
    white-space: normal;
    overflow-wrap: anywhere; /* modern, breaks long words/URLs */
    word-break: break-word;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
}
.lcake-main-wrapper .lcake-commentor-bio,
.lcake-main-wrapper .lcake-author-name,
.lcake-testimonial--avatar + .lcake-commentor-details,
.lcake-main-wrapper .lcake-commentor-details {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
    box-sizing: border-box;
}
.lcake-main-wrapper .lcake_testimonial_style_4 .lcake-testimonial--avatar{
    margin-bottom: 20px;
}
.lcake-main-wrapper .lcake_testimonial_style_4 .lcake-testimonial--avatar img,
.lcake-main-wrapper .lcake_testimonial_style_5 .lcake-testimonial--avatar img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

/* Fix for anchor tags in testimonial style 4 */
.lcake-main-wrapper .lcake_testimonial_style_4 a .lcake-testimonial--avatar img{
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

/* Ensure anchor tags in testimonials don't interfere with layout */
.lcake-main-wrapper .lcake_testimonial_style_4 a.lcake-single-testimonial-slider{
    display: block;
    text-decoration: none;
    color: inherit;
}

.lcake_testimonial_style_4 .lcake-commentor-bio {
    left: 0;
    width: 100%;
}

.lcake_testimonial_style_5 .lcake-icon-content {
    position: absolute;
    color: #2575fc33;
    bottom: 30px;
    right: 30px;
}

.lcake_testimonial_style_5 .lcake-commentor-details  {
    display: flex;
    align-items: center;
    gap: 20px;
}
.lcake_testimonial_style_6 .lcake-single-testimonial-slider  {
   text-align: center;
}

.lcake_testimonial_style_6 .lcake-commentor-bio {
    padding: 30px 0 ;
}

/* Client image alignment for style6 */
.lcake_testimonial_style_6 .lcake-commentor-bio.client_left,
.lcake_testimonial_style_4 .lcake-commentor-bio.client_left {
    text-align: left;
}

.lcake_testimonial_style_6 .lcake-commentor-bio.client_center,
.lcake_testimonial_style_4 .lcake-commentor-bio.client_center {
    text-align: center;
}

.lcake_testimonial_style_6 .lcake-commentor-bio.client_right,
.lcake_testimonial_style_4 .lcake-commentor-bio.client_right {
    text-align: right;
}

.lcake_testimonial_style_2 .lcake-watermark-icon,
.lcake_testimonial_style_6 .lcake-watermark-icon {
    position: absolute;
    top: 0;
    left: 0;
}