.testimonial-grid-sec .rv-grid .slick-slide >div {
    padding: 20px 15px;
}

.testimonial-grid-sec .rv-card {
    background: #fff;
    border-radius: 16px;
    padding: 24px 22px;
    border: 1.5px solid #e0eaf2;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
}

.testimonial-grid-sec .rv-card:hover {
    transform: translateY(-4px);
    box-shadow: rgba(149,157,165,.2) 0 8px 24px;
    border-color: rgba(0, 81, 130, .2);
    background: #fff;
}

.testimonial-grid-sec .rv-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #e0eaf2;
    transition: background .3s;
}

.testimonial-grid-sec .rv-top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.testimonial-grid-sec .rv-av {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2.5px solid #faa31f;
}

.testimonial-grid-sec .rv-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-grid-sec .av-init {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    border-radius: 50%;
}

.testimonial-grid-sec .rv-info .rv-name {
    font-size: 15px;
    font-weight: 800;
    color: #005182;
    margin-bottom: 2px;
}

.testimonial-grid-sec .rv-info .rv-role {
    font-size: 13px;
    color: #1d1d1d;
    margin-bottom: 2px;
}

.testimonial-grid-sec .rv-info .rv-loc {
    font-size: 12.5px;
    color: #1d1d1d;
}

.testimonial-grid-sec .rv-info .rv-stars {
    color: #faa31f;
    font-size: 12px;
    margin-top: 3px;
}

.testimonial-grid-sec .rv-short {
    font-size: 14px;
    line-height: 24px;
    color: #444;
    margin: 10px 0 8px;
}

.testimonial-grid-sec .rv-full {
    font-size: 14px;
    line-height: 24px;
    color: #444;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #1d1d1d;
}

.testimonial-grid-sec .rv-expand {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    color: #005182;
    font-size: 13px;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    transition: color .3s;
}

.testimonial-grid-sec .rv-expand:hover {
    color: #faa31f;
}

.testimonial-grid-sec .rv-expand.expanded i {
    transform: rotate(45deg);
}

.testimonial-grid-sec .rv-expand i {
    transition: transform .3s;
}

.testimonial-grid-sec .team-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0, 81, 130, .07);
    border: 1px solid rgba(0, 81, 130, .15);
    color: #005182;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
    margin-top: 10px;
}

.testimonial-grid-sec .team-badge i {
    font-size: 11px;
}

.testimonial-grid-sec .rv-hidden {
    display: none;
}

.testimonial-grid-sec .svc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.testimonial-grid-sec .svc-tag {
    background: rgba(250, 163, 31, .1);
    border: 1px solid rgba(250, 163, 31, .3);
    color: #7a4500;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 50px;
}

.testimonial-grid-sec .lt-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 81, 130, .08);
    border: 1px solid rgba(0, 81, 130, .18);
    color: #005182;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 50px;
    margin-left: auto;
}

.testimonial-grid-sec .lt-badge i {
    font-size: 12px;
}

.testimonial-main-modal h2 span.author-designation{
    text-align: left !important;
    line-height: 24px !important;
    margin-top:0 !important;
}

.testimonial-main-modal h2 span{
    line-height: 28px;
}

.testimonial-main-modal .author-image .rv-av {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2.5px solid #faa31f;
}

.testimonial-main-modal .author-image .rv-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-main-modal .author-image .av-init {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    border-radius: 50%;
}

.testimonial-grid-sec .rv-expand:hover{
    background: unset;
    color: #005182 !important;
}

 .testimonial-grid-sec .slick-prev,
 .testimonial-grid-sec .slick-next {
     width: 44px;
     height: 44px;
     background: #fff;
     border-radius: 50%;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
     z-index: 9;
 }

 .testimonial-grid-sec .slick-prev {
     left: -60px;
 }

 .testimonial-grid-sec .slick-next {
     right: -60px;
 }

 .testimonial-grid-sec .slick-prev::before,
 .testimonial-grid-sec .slick-next::before {
     color: #111;
     font-size: 20px;
 }

 /* Slick arrows base */
 .testimonial-grid-sec .slick-prev,
 .testimonial-grid-sec .slick-next {
     width: 44px;
     height: 44px;
     border-radius: 50%;
     z-index: 9;
     font-size: 0;
     top: 50%;
     transform: translateY(-50%);
     position: absolute;
     border: none;
     box-shadow: unset;
     background: transparent !important;
 }

 /* Position */
 
  .testimonial-grid-sec .slick-prev,.testimonial-grid-sec .slick-next{
      display: flex;
      justify-content: center;
        align-items: center;
  }
 
 .testimonial-grid-sec .slick-prev {
     left: -30px !important;
 }

 .testimonial-grid-sec .slick-next {
     right: -30px !important;
 }

 /* Arrow icons */
 .testimonial-grid-sec .slick-prev::before,
 .testimonial-grid-sec .slick-next::before {
     content: '' !important;
     width: 30px !important;
     height: 30px !important;
     display: flex !important;
     background: transparent !important;
     justify-content: center;
     align-items: center;
 }

 /* Left arrow */
 .testimonial-grid-sec .slick-prev::before {
     background: url(../../assets/home/gallery/angle-left-solid.svg) no-repeat !important;
     background-size: 30px 30px !important;
     background-position: center center !important;
     /* bi-chevron-left */
 }

 /* Right arrow */
 .testimonial-grid-sec .slick-next::before {
     background: url(../../assets/home/gallery/angle-right-solid.svg) no-repeat !important;
     background-size: 30px 30px !important;
     background-position: center center !important;
     /* bi-chevron-right */
 }
 
 .testimonial-grid-sec.bg-primary .head-con .main-subhead{
     color: #faa31f;
 }
 
 .testimonial-grid-sec.bg-primary .head-con .main-h2,.testimonial-grid-sec.bg-primary .head-con .main-p{
     color: #ffffff;
 }
 
 
   @media (max-width: 1023px) {
         .testimonial-grid-sec .slick-prev, .testimonial-grid-sec .slick-next{
        width: 30px;
        height: 30px;
    }
    
    .testimonial-grid-sec .slick-prev{
        left: -15px !important;
    }
    
    .testimonial-grid-sec .slick-next{
        right: -15px !important;
   }
 