.repocean-slider-main-v4 .repocean-content-wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
.repocean-slider-main-v4 .repocean-content-wrapper h1,
.repocean-slider-main-v4 .repocean-content-wrapper h2,
.repocean-slider-main-v4 .repocean-content-wrapper h3,
.repocean-slider-main-v4 .repocean-content-wrapper h4,
.repocean-slider-main-v4 .repocean-content-wrapper h5,
.repocean-slider-main-v4 .repocean-content-wrapper h6,
.repocean-slider-main-v4 .repocean-content-wrapper p {
    margin: 0;
}

.repocean-slider-main-v4 strong{
    font-weight:700;
}

.repocean-slider-main-v4 .slider-box-parent{
    display:flex;
    flex-wrap:wrap;
    margin:0 -8px;
}
.repocean-slider-main-v4 .slider-box-parent .slider-box{
    width:calc(33.33% - 16px);
    margin:0 8px;
}
.repocean-slider-main-v4 .slider-box-inner{
    text-align:center;
    padding:20px;
    background-color:#f6f6f6;
    border-radius:4px;
    transition:400ms all;
    transform:translate(0);
}
.repocean-slider-main-v4 .slider-box-inner:hover{
    transform:translate(0,-5px);
}
.repocean-slider-main-v4 .img-text-content .right-img{
    width:20px;
    height:20px;
}
.repocean-slider-main-v4 .img-text-content .right-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.repocean-slider-main-v4 .profile-img{
    max-width:40px;
    max-height:40px;
    border-radius:100%;
}
.repocean-slider-main-v4 .profile-img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 100%;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 20px;
    border-radius: 100%;
    overflow: hidden;
}
.repocean-slider-main-v4 .profile-info .profile-title h6{
    font-size:15px;
    font-weight:bold;
    color:#000000;
    margin-bottom:5px;
}
.repocean-slider-main-v4 .description p{
    font-size:14px;
    line-height:1.45;
}
.repocean-slider-main-v4 .description .more-content{
    font-size:14px;
    line-height:1.45;
}
.repocean-slider-main-v4 .description{
    overflow:hidden;
    max-height:60px;
    min-height: 60px;
    transition:max-height 0.5s ease;
}
.repocean-slider-main-v4 .description .more-content{
    display:inline;
}
.repocean-slider-main-v4 .review-box-parent{
    margin-bottom:15px;
    margin-top:15px;
    text-align:left;
    display:flex;
    align-items:center;
    justify-content: center;
}
.repocean-slider-main-v4 .review-box{
    width:17px;
    padding-right:2px;
}
.repocean-slider-main-v4 .review-box.verified-icon-box{
    margin-left:7px;
    height:15px;
    width:15px;
}
.review-box img{
    display:block;
    height:100%;
    width:100%;
    object-fit:cover;
}
.repocean-slider-main-v4 .rep-button a{
    font-size:13px;
    text-decoration:none;
    color:#000000;
    font-weight:400;
    line-height:1.45;
    transition:400ms all;
    display:block;
    padding-top:5px;
    width:fit-content;
    margin: 0 auto;
    opacity: 0.5;
}
.repocean-slider-main-v4 .rep-button a:hover{
    text-decoration:underline;
    opacity: 1;
}
.repocean-slider-main-v4 .profile-date p{
    font-size:12px;
    color:#474747;
}
.repocean-slider-main-v4 .slick-list.draggable{
    margin:0 8px;
    padding:50px 0 5px 0;
}
.repocean-slider-main-v4 .prev-arrow{
    position:absolute;
    z-index:5;
    display:inline-block;
    display:block;
    opacity:1;
    -webkit-transition:all 200ms ease-out;
    -moz-transition:all 200ms ease-out;
    -o-transition:all 200ms ease-out;
    transition:all 200ms ease-out;
}
.repocean-slider-main-v4 .slick-arrow{
    top:57%;
    transform:translateY(-57%);
    border:none;
    padding:14px 10px;
    z-index:5;
    background-color:transparent;
    cursor:pointer;
}
.repocean-slider-main-v4 .prev-arrow{
    background-color:transparent;
    left:-12px;
}
.repocean-slider-main-v4 .prev-arrow::before{
    top:20px;
    left:1px;
    content:"";
    width:19px;
    height:3px;
    background:#cccccc;
    display:block;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:2px;
    position:absolute;
}
.repocean-slider-main-v4 .prev-arrow::after{
    content:"";
    background:#cccccc;
    width:20px;
    height:3px;
    left:0px;
    display:block;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    border-radius:2px;
    position:absolute;
    top:7px;
}
.repocean-slider-main-v4 .next-arrow::before{
    top:20px;
    left:0px;
    content:"";
    width:19px;
    height:3px;
    background:#cccccc;
    display:block;
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    border-radius:2px;
    position:absolute;
}
.repocean-slider-main-v4 .next-arrow::after{
    content:"";
    background:#cccccc;
    width:20px;
    height:3px;
    left:0px;
    display:block;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    border-radius:2px;
    position:absolute;
    top:8px;
}
.repocean-slider-main-v4 .slick-arrow.next-arrow{
    right:-12px;
    position:absolute;
}
.repocean-slider-main-v4 .slide-arrow.slick-disabled{
    display:none!important;
}
.repocean-slider-main-v4 ul.slick-dots{
    margin:10px auto 0;
    max-width:150px;
    height:3px;
    border-radius:3px;
    background:rgba(204,204,204,0.35);
    position:relative;
    overflow:hidden;
    list-style:none;
    display:flex;
    padding:0;
}
.repocean-slider-main-v4 ul.slick-dots li.slick-active{
    background-color:#cccccc;
    height:100%;
    border-radius:3px;
}
.repocean-slider-main-v4 ul.slick-dots li{
    width:7px;
}
.repocean-slider-main-v4 ul.slick-dots li*{
    display:none;
}
.repocean-slider-main-v4 .SliderContentParent {
    padding: 20px 0;
}
.repocean-slider-main-v4 .SliderContentParent .left{
    width:calc(30% - 25px);
    padding-right:25px;
}
.repocean-slider-main-v4 .SliderContentParent .right{
    width:70%;
}
.repocean-slider-main-v4 .SliderContentParent .left .logo-box{
    height:30px;
    width:30px;
}
.repocean-slider-main-v4 .SliderContentParent .left .star-content{
    display:flex;
    justify-content:center;
    align-items:center;
}
.repocean-slider-main-v4 .SliderContentParent .left .title{
    text-align:center;
    padding-bottom:8px;
}
.repocean-slider-main-v4 .SliderContentParent .left .review-text p{
    font-size:14px;
    text-align:center;
    padding-top:6px;
}
.repocean-slider-main-v4 .SliderContentParent .left .review-text p a{
    color:#000;
    font-weight:700;
}
.repocean-slider-main-v4 .SliderContentParent .left .bottom-logo{
    max-width:120px;
    margin:0 auto;
    padding-top:15px;
}

.repocean-slider-main-v4 .review-box-parent .review-box {
    position: relative;
    width: 85px; /* 5 stars, each 17px wide */
    height: 17px; /* Height of the stars */
    overflow: hidden;
    --star-color: #F6BB06; /* Default filled star color */
    --empty-star-color: #e0e0e0; /* Default empty star color */
    --rating: 5.0;
}
.repocean-slider-main-v4 .review-box-parent .review-box::after {
    content: '';
    display: block;
    height: 100%;
    background-color: var(--empty-star-color); /* Dynamic empty star color */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    mask-size: 17px 17px;
    -webkit-mask-size: 17px 17px;
    width: 85px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Ensure it is below filled stars */
}
.repocean-slider-main-v4 .review-box-parent .review-box::before {
    content: '';
    display: block;
    height: 100%;
    background-color: var(--star-color); /* Dynamic filled star color */
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z"/></svg>') repeat-x;
    mask-size: 17px 17px;
    -webkit-mask-size: 17px 17px;
    width: calc(var(--rating) * 17px); /* Dynamic width based on rating */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Ensure it is above empty stars */
}

/* ===============  slider plugin css ================ */

/* Slider */
.repocean-slider-main-v4 .slick-slider{
    position:relative;
    display:block;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}
.repocean-slider-main-v4 .slick-list{
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
}
.repocean-slider-main-v4 .slick-list:focus{
    outline:none;
}
.repocean-slider-main-v4 .slick-list.dragging{
    cursor:pointer;
    cursor:hand;
}
.repocean-slider-main-v4 .slick-slider .slick-track,
.repocean-slider-main-v4 .slick-slider .slick-list{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.repocean-slider-main-v4 .repocean-slider-main-v4 .SliderContentParent .right .slick-track{
    position:relative;
    top:0;
    left:0;
}
.repocean-slider-main-v4 .slick-track:before,
.repocean-slider-main-v4 .slick-track:after{
    display:table;
    content:'';
}
.repocean-slider-main-v4 .slick-track:after{
    clear:both;
}
.repocean-slider-main-v4 .slick-loading .slick-track{
    visibility:hidden;
}
.repocean-slider-main-v4 .slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px;
}
.repocean-slider-main-v4 [dir='rtl'] .slick-slide{
    float:right;
}
.repocean-slider-main-v4 .slick-slide img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.repocean-slider-main-v4 .slick-slide.slick-loading img{
    display:none;
}
.repocean-slider-main-v4 .slick-slide.dragging img{
    pointer-events:none;
}
.repocean-slider-main-v4 .slick-initialized .slick-slide{
    display:block;
}
.repocean-slider-main-v4 .slick-loading .slick-slide{
    visibility:hidden;
}
.repocean-slider-main-v4 .slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent;
}
.repocean-slider-main-v4 .slick-arrow.slick-hidden{
    display:none;
}
.repocean-slider-main-v4 .verified-icon-box {
    margin-left: 7px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: url("images/rep-verified.svg");
    background-size: auto;
    background-size: contain;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.repocean-slider-main-v4 .repocean-verified-tooltip {
    visibility: hidden;
    opacity: 0;
    width: 200px; /* Adjust tooltip width as needed */
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    position: absolute;
    top: 30px; /* Center tooltip vertically */
    left: calc(100% + 10px); /* Position tooltip to the right with a 10px gap */
    transform: translateY(-50%); /* Center tooltip vertically */
    z-index: 10;
    font-size: 12px;
    white-space: normal;
    color: #fff !important;
    background-color: #555555 !important;
    transition: opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
    line-height: 1.4em;
    font-size: 10px;
}
.repocean-slider-main-v4 .repocean-verified-tooltip::after {
    content: "";
    position: absolute;
    top: 20%;
    left: -10px;
    transform: translateY(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555555 transparent transparent;

}
.repocean-slider-main-v4 .verified-icon-box:hover .repocean-verified-tooltip {
    visibility: visible;
    opacity: 1;
}
.repocean-slider-main-v4 .slider-box-parent .button-content.hide {
  display: none;
}
.repocean-slider-main-v4 .slider-box-parent .slider-box .slider-box-inner .description.max87 {
    overflow: visible;
    max-height: 67px;
    min-height: 67px;
    transition: max-height 0.5s ease;
}
.repocean-slider-main-v4 .slider-box-parent .slider-box .slider-box-inner .description.max63 {
    overflow: hidden;
    max-height: 43px;
    min-height: 43px;
    transition: max-height 0.5s ease;
}

/* =============== End slider plugin css ================ */
@media(max-width:1199px){
    .repocean-slider-main-v4 .slider-outer{
        max-width:900px;
        margin:0 auto;
    }
}
@media(max-width:767px){
    .repocean-slider-main-v4 .SliderContentParent .left{
        width:100%;
        padding-bottom:30px;
        padding-right:0;
    }
    .repocean-slider-main-v4 .SliderContentParent .right{
        width:100%;
    }
    .repocean-slider-main-v4 .slick-list.draggable{
        margin:0 4px;
    }
}
.repocean-slider-main-v4.dark .slider-box-inner {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-slider-main-v4.dark .list-outer {
    padding: 5px 0;
}
.repocean-slider-main-v4.dark .top-text-content {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-slider-main-v4.dark .top-text-content strong.gi-rating {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-slider-main-v4.dark .button-content .readmore-button a {
    color: #ffffff;
    opacity: 0.5;
}
.repocean-slider-main-v4.dark .profile-info .profile-title h6 {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-slider-main-v4.dark .profile-date p {
    background-color: #222222 !important;
    color: #ffffff;
}
.repocean-slider-main-v4.dark .next-arrow::after, .repocean-slider-main-v4.dark .next-arrow::before, .repocean-slider-main-v4.dark .prev-arrow::after, .repocean-slider-main-v4.dark .prev-arrow::before {
    background: #666;
}