/* HERO */

.rath-hero{
    position: relative;
    overflow: hidden;
    border-radius: 0;      /* optional: full-width banner */
    margin: 0 auto 50px;
}

.hero-banner{

    width:100%;

    height:650px;

   

}



/* Tablet */
@media (max-width:991px){

    .hero-banner{
        width:100%;
        height:420px;
        object-fit:cover;
    }

}

/* Mobile */
@media (max-width:768px){

    .rath-hero{
        margin-bottom:15px;
    }

    .hero-banner{
        width:100%;
        height:auto;
        max-height:260px;
        object-fit:cover;
        object-position:center;
    }

}



.section-heading{

    text-align:center;

}

.section-tag{

    display:inline-block;

    background:#c40000;

    color:#fff;

    padding:6px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.section-heading h2{

    font-size:40px;

    font-weight:800;

    margin:18px 0 10px;

}

.section-heading p{

    color:#666;

}

.featured-news-card{

    position:relative;

    border-radius:18px;

    overflow:hidden;

}

.featured-news-card img{

    width:100%;

    height:520px;

    object-fit:cover;

}

.featured-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:end;

    flex-direction:column;

    padding:35px;

    background:linear-gradient(transparent,rgba(0,0,0,.8));

}

.featured-overlay h2{

    color:#fff;

    font-size:34px;

    font-weight:700;

}

.news-badge{

    width:max-content;

    background:#c40000;

    color:#fff;

    padding:6px 16px;

    border-radius:30px;

    margin-bottom:15px;

}

.side-news-card{

    display:flex;

    gap:15px;

    margin-bottom:18px;

    background:#fff;

    border-radius:15px;

    padding:12px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

}

.side-news-card:hover{

    transform:translateY(-4px);

}

.side-news-card img{

    width:140px;

    height:95px;

    object-fit:cover;

    border-radius:12px;

}

.side-news-card h5{

    color:#222;

    font-size:17px;

    font-weight:700;

    line-height:1.5;

}

.side-news-card span{

    color:#999;

    font-size:13px;

}


/*==========================
LATEST NEWS
==========================*/

.latest-news-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.latest-news-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.latest-news-card img{

    width:100%;

    height:220px;

    object-fit:cover;

}

.news-card-body{

    padding:18px;

}

.news-date{

    color:#c40000;

    font-size:13px;

    font-weight:600;

}

.news-card-body h5{

    color:#222;

    font-size:18px;

    font-weight:700;

    line-height:1.6;

    margin-top:10px;

}



/*=========================
LIVE TV
==========================*/

.live-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.live-header{

    background:#c40000;

    color:#fff;

    padding:16px 25px;

    font-size:20px;

    font-weight:700;

}

.live-dot{

    width:10px;

    height:10px;

    background:#fff;

    display:inline-block;

    border-radius:50%;

    margin-right:10px;

    animation:blink 1s infinite;

}

.live-card iframe{

    width:100%;

    height:480px;

    border:none;

}

/*=========================
SCHEDULE
==========================*/

.schedule-card{

    background:#fff;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    padding:25px;

    height:100%;

}

.schedule-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:30px;

}

.timeline{

    position:relative;

    padding-left:25px;

}

.timeline::before{

    content:"";

    position:absolute;

    left:8px;

    top:0;

    bottom:0;

    width:3px;

    background:#c40000;

}

.timeline-item{

    position:relative;

    padding-left:35px;

    margin-bottom:35px;

}

.timeline-item::before{

    content:"";

    position:absolute;

    left:-2px;

    top:8px;

    width:18px;

    height:18px;

    background:#c40000;

    border-radius:50%;

    border:4px solid #fff;

    box-shadow:0 0 0 3px #c40000;

}

.timeline-date{

    color:#c40000;

    font-size:14px;

    font-weight:700;

    margin-bottom:6px;

}

.timeline-content h5{

    font-size:20px;

    font-weight:700;

}

.timeline-content p{

    color:#666;

    margin-bottom:0;

}

@keyframes blink{

0%,100%{

opacity:1;

}

50%{

opacity:.4;

}

}

@media(max-width:768px){

.live-card iframe{

height:250px;

}

}



/*==============================
SHORTS
==============================*/

.short-card{

    background:#fff;

    border-radius:20px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

}

.short-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.short-thumb{

    position:relative;

}

.short-thumb img{

    width:100%;

    height:420px;

    object-fit:cover;

    cursor:pointer;

}

.short-play{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:65px;

    height:65px;

    border-radius:50%;

    background:rgba(196,0,0,.95);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:24px;

    cursor:pointer;

    transition:.3s;

}

.short-play:hover{

    transform:translate(-50%,-50%) scale(1.15);

}

.short-content{

    padding:18px;

}

.short-content h5{

    font-size:17px;

    line-height:1.6;

    font-weight:700;

    color:#222;

}

@media(max-width:768px){

.short-thumb img{

height:300px;

}

}

/*==============================
VIDEOS
==============================*/

.video-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.video-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.video-thumb{

    position:relative;

    overflow:hidden;

}

.video-thumb img{

    width:100%;

    height:240px;

    object-fit:cover;

    cursor:pointer;

    transition:.4s;

}

.video-card:hover .video-thumb img{

    transform:scale(1.05);

}

.video-play{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:65px;

    height:65px;

    background:#ff0000;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    cursor:pointer;

    transition:.3s;

}

.video-play:hover{

    transform:translate(-50%,-50%) scale(1.1);

}

.video-content{

    padding:18px;

}

.video-content h5{

    margin:0;

    font-size:18px;

    font-weight:700;

    line-height:1.6;

    color:#222;

}


/*=====================================
 PREMIUM LOAD MORE BUTTON
======================================*/

.rath-load-btn{

    position:relative;

    overflow:hidden;

    border:none;

    outline:none;

    background:linear-gradient(135deg,#b30000,#e53935);

    color:#fff;

    padding:14px 38px;

    border-radius:50px;

    font-size:16px;

    font-weight:700;

    letter-spacing:.5px;

    cursor:pointer;

    transition:.35s ease;

    box-shadow:0 10px 25px rgba(179,0,0,.25);

}

.rath-load-btn span{

    position:relative;

    z-index:2;

}

.rath-load-btn i{

    position:relative;

    z-index:2;

    transition:.3s;

}

.rath-load-btn::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:80%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.35),
        transparent
    );

    transform:skewX(-25deg);

    transition:.6s;

}

.rath-load-btn:hover::before{

    left:140%;

}

.rath-load-btn:hover{

    background:linear-gradient(135deg,#8b0000,#d32f2f);

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(179,0,0,.35);

}

.rath-load-btn:hover i{

    transform:translateY(2px);

}

.rath-load-btn:active{

    transform:scale(.97);

}

@media(max-width:768px){

.rath-load-btn{

    width:100%;

    max-width:280px;

    padding:14px 20px;

}

}


/*==============================
SCHEDULE POPUP
==============================*/

.timeline-item{

    position:relative;

}

.timeline-content{

    position:relative;

}

.schedule-popup{

    position:absolute;

    left:0;

    top:110%;

    width:320px;

    background:#fff;

    padding:20px;

    border-radius:18px;

    box-shadow:0 18px 40px rgba(0,0,0,.20);

    border-left:5px solid #b30000;

    opacity:0;

    visibility:hidden;

    transform:translateY(15px);

    transition:.35s;

    z-index:999;

}

.timeline-item:hover .schedule-popup{

    opacity:1;

    visibility:visible;

    transform:translateY(0);

}

.schedule-popup h6{

    color:#b30000;

    font-size:18px;

    font-weight:700;

    margin-bottom:12px;

}

.schedule-popup p{

    margin:0;

    color:#555;

    line-height:1.7;

    font-size:14px;

}

.schedule-popup::before{

    content:"";

    position:absolute;

    top:-10px;

    left:30px;

    border-left:10px solid transparent;

    border-right:10px solid transparent;

    border-bottom:10px solid #fff;

}

@media(max-width:768px){

    .schedule-popup{

        width:250px;

        left:-10px;

    }

}






/* ==========================================
   SHORTS
========================================== */

#shortVideosSectiona .carousel{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scrollbar-width:none;
    padding:10px 2px;
}

#shortVideosSectiona .carousel::-webkit-scrollbar{
    display:none;
}

#shortVideosSectiona .item{
    flex:0 0 220px;
}

#shortVideosSectiona .youtube-thumb{
    position:relative;
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    background:#000;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    transition:.35s;
}

#shortVideosSectiona .youtube-thumb:hover{
    transform:translateY(-6px);
}

#shortVideosSectiona .youtube-thumb img{
    width:100%;
    height:390px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

#shortVideosSectiona .youtube-thumb:hover img{
    transform:scale(1.08);
}

/* ==========================================
   VIDEOS
========================================== */

.video-slider{
    position:relative;
    overflow:hidden;
    width:100%;
}

.video-track{
    display:flex;
    gap:20px;
    transition:transform .45s ease;
}

.video-card{
    flex:0 0 calc(25% - 15px);
    max-width:calc(25% - 15px);
    border-radius:16px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    transition:.35s;
}
.video-card:hover{
    transform:translateY(-6px);
}

.video-card .youtube-thumb{
    position:relative;
    cursor:pointer;
    overflow:hidden;
}

.video-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

.video-card:hover img{
    transform:scale(1.06);
}

/* ================= PLAY BUTTON ================= */

.play-button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:52px;
    height:52px;
    border-radius:50%;
    background:rgba(215,25,32,.92);
    box-shadow:0 6px 15px rgba(0,0,0,.25);
    transition:.3s;
}

.play-button::before{
    content:"";
    position:absolute;
    top:50%;
    left:54%;
    transform:translate(-50%,-50%);
    border-left:14px solid #fff;
    border-top:9px solid transparent;
    border-bottom:9px solid transparent;
}

.youtube-thumb:hover .play-button{
    transform:translate(-50%,-50%) scale(1.08);
}
/* ==========================================
   NEXT PREV BUTTON
========================================== */

.nav-btn{
    position:absolute;
    top:42%;
    transform:translateY(-50%);

    width:48px;
    height:48px;

    border:none;
    border-radius:50%;

    background:rgba(0,0,0,.65);   /* Light black */

    color:#d71920;                /* Red arrow */

    font-size:24px;
    font-weight:bold;

    cursor:pointer;

    z-index:100;

    transition:all .3s ease;

    box-shadow:0 8px 18px rgba(0,0,0,.25);
}

.nav-btn:hover,
.nav-btn:focus,
.nav-btn:active{

    background:#d71920;   /* Red background */

    color:#fff;           /* White arrow */

    transform:translateY(-50%) scale(1.08);

}

.nav-btn.left{
    left:-10px;
}

.nav-btn.right{
    right:-10px;
}
/* ==========================================
   RESPONSIVE
========================================== */
@media(max-width:991px){

.video-card{
    flex:0 0 calc(50% - 12px);
    max-width:calc(50% - 12px);
}

#shortVideosSectiona .item{
    flex:0 0 180px;
}

#shortVideosSectiona .youtube-thumb img{
    height:320px;
}

}

@media(max-width:768px){

.video-card{
    flex:0 0 calc(50% - 10px);
    max-width:calc(50% - 10px);
}

#shortVideosSectiona .item{
    flex:0 0 150px;
}

#shortVideosSectiona .youtube-thumb img{
    height:260px;
}

.video-card img{
    height:180px;
}

.nav-btn{
    width:40px;
    height:40px;
    font-size:20px;
}

}


/* ================= RATH HEADING ================= */

.rath-heading{
    text-align:center;
    margin-bottom:35px;
}

.rath-tag{
    display:inline-block;
    padding:6px 18px;
    border-radius:30px;
    background:linear-gradient(90deg,#ff9800,#d71920);
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.rath-heading h2{
    font-size:36px;
    font-weight:800;
    color:#b71c1c;
    margin-bottom:10px;
}

.rath-heading p{
    color:#666;
    font-size:16px;
    max-width:700px;
    margin:auto;
}






/* ===========================
   Divine Flower Rain
=========================== */

.flower-rain {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 999;
}

.flower {
    position: absolute;
    top: -80px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .9;
    animation-name: flowerFall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    will-change: transform;
}

@keyframes flowerFall {

    0% {
        transform:
            translateY(-80px) translateX(0) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform:
            translateY(50vh) translateX(40px) rotate(180deg);
    }

    100% {
        transform:
            translateY(110vh) translateX(-40px) rotate(360deg);
        opacity: 0;
    }

}




.rath-info-strip{

    display:flex;
    align-items:center;
    gap:18px;

    padding:18px 22px;

    background:#fff;

    border-left:5px solid #d71920;

    border-radius:14px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.info-icon{

    width:60px;
    height:60px;

    border-radius:50%;

    background:#d71920;

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:28px;

}

.info-text h5{

    margin:0 0 6px;

    color:#b71c1c;

    font-weight:700;

}

.info-text p{

    margin:0;

    color:#666;

}