/* ===== Header ===== */
.yts-wrap{
    max-width:1200px;
    margin:0 auto;
    padding:40px 60px;
}

.yts-header{
    text-align:center;
    margin-bottom:30px;
}

.yts-eyebrow{
    color:#d33;
    font-weight:700;
    font-size:13px;
    letter-spacing:1px;
    margin-bottom:0px!important;
    
}

.yts-heading{
    font-size:32px;
    font-weight:700;
    margin:0;
    color:#1a1a1a;
}

/* ===== Slider ===== */
.testimonial-slider{
    margin:20px auto;
    position:relative;
}

.testimonial-item{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    margin:10px;
    box-shadow:0 4px 15px rgba(0,0,0,.1);
}

.video{
    position:relative;
    display:block;
}

.video img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    display:block;
}

.play{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:60px;
    height:60px;
    background:rgba(0,0,0,.55);
    color:#fff;
    border-radius:50%;
    text-align:center;
    line-height:60px;
    font-size:22px;
}

.tour-badge{
    position:absolute;
    top:10px;
    left:10px;
    background:rgba(0,0,0,.65);
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:4px 10px;
    border-radius:20px;
    z-index:2;
}

.info{
    padding:5px 10px;
}

.info h3{
    margin:0;
    font-size:17px;
    color:#1a1a1a;
}

.info p{
    color:#777;
    margin:4px 0 8px;
    font-size:13px;
    display:inline-block;
}

.stars span{
    color:#f4b400;
    font-size:16px;
}

.stars .off{
    color:#ddd;
}

/* ===== View More button ===== */
.testimonial-btn{
    text-align:center;
    margin-top:20px;
}

.testimonial-btn a{
    display:inline-flex;
    align-items:center;
    gap:5px;
    border:2px solid #d33;
    color:#d33;
    padding:6px 20px;
    border-radius:30px;
    text-decoration:none!important;
    font-weight:700;
    font-size:13px;
    letter-spacing:.5px;
    
}

.testimonial-btn .btn-arrow{
    display:inline-flex;
    width:18px;
    height:18px;
    align-items:center;
    justify-content:center;
    border:1px solid #d33;
    border-radius:50%;
    font-size:10px;
}

/* ===== Custom prev/next arrows ===== */
.testimonial-slider .slick-arrow.custom-arrow{
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    z-index:10;
    width:40px;
    height:40px;
    padding:0;
    border:2px solid #d33;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background .2s ease;
}

.testimonial-slider .slick-arrow.custom-arrow img{
    width:24px;
    height:24px;
    display:block;
}

.testimonial-slider .slick-prev.custom-arrow{
    left:-55px;
}

.testimonial-slider .slick-next.custom-arrow{
    right:-55px;
}

.testimonial-slider .slick-arrow.custom-arrow:hover{
    background:#d33;
}

.testimonial-slider .slick-arrow.custom-arrow:hover img{
    filter:brightness(0) invert(1);
}

@media (max-width:900px){
    .yts-wrap{ padding:30px 45px; }
    .testimonial-slider .slick-prev.custom-arrow{ left:-15px; }
    .testimonial-slider .slick-next.custom-arrow{ right:-15px; }
}

@media (max-width:600px){
    .yts-wrap{ padding:10px 10px; }
    .yts-heading{ font-size:24px; }
}

/* ===== Popup Modal ===== */
.yts-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
    align-items:center;
    justify-content:center;
    padding:20px;
}

.yts-modal.is-open{
    display:flex;
}

.yts-modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.75);
}

.yts-modal-content{
    position:relative;
    background:#fff;
    border-radius:12px;
    max-width:700px;
    width:100%;
    overflow:hidden;
    z-index:1;
}

.yts-modal-close{
    position:absolute;
    top:10px;
    right:10px;
    z-index:2;
    width:34px;
    height:34px;
    border:none;
    border-radius:50%;
    background:rgba(0,0,0,.6);
    color:#fff;
    font-size:20px;
    line-height:1;
    cursor:pointer;
}

.yts-modal-video{
    position:relative;
    width:100%;
    padding-top:56.25%; /* 16:9 */
    background:#000;
}

.yts-modal-video-inner{
    position:absolute;
    inset:0;
}

.yts-modal-video-inner iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

.yts-modal-info{
    padding:18px 20px;
}

.yts-modal-name{
    margin:0 0 4px;
    font-size:18px;
}

.yts-modal-location{
    color:#777;
    margin:0 0 8px;
    font-size:13px;
}

.yts-modal-tour{
    display:inline-block;
    margin-top:8px;
    background:#f5f5f5;
    color:#d33;
    font-weight:600;
    font-size:12px;
    padding:4px 12px;
    border-radius:20px;
}
