
/* Extracted from index.html */
.whatsapp__url {
            position: fixed;
            bottom: 42px;
            background: #0dc143;
            left: 52px;
            border-radius: 8px;
            padding: 2px 15px;
            box-shadow: 3px 3px 1px #2b9d2a;
        }

        .whatsapp__url a {
            color: #fff;
            font-size: 23px;
        }

        .gslide-media {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 990px;
        }

        .desc-bottom .gslide-image img,
        .desc-top .gslide-image img {
            width: 100%;
        }

        @media (max-width: 991px) {
            .whatsapp__url {
                position: fixed;
                bottom: 7px;
                background: transparent;
                left: 6px;
                border-radius: 8px;
                padding: 4px 4px;
                box-shadow: none;
                z-index: 99;
            }

            .whatsapp__url svg {
                stroke: #0dc143;
                height: 50px !important;
            }

            .tawk-mobile {
                display: none;
            }

            .gslide-media {
                width: 90%;
            }
        }
    


            .login__desktop {
                text-align: center;
                display: block;
                background: #673AB7;
                border-radius: 36px;
                width: 100%;
                height: 41px;
                padding: 6px;
                margin-top: 5px;
                color: #fff !important;
                font-size: 19px;
                font-family: sans-serif !important;
            }

            .chat__icon {
                position: fixed;
                width: 150px;
                bottom: 30px;
                left: 30px;
            }

            .chat__icon img {
                /*position: absolute;*/
                /*bottom: 25px;*/
                /*left: 25px;*/
                height: 75px;
            }

            .chat__icon p {
                line-height: 1;
                padding: 4px 0 1px;
                margin-bottom: 0 !important;
                color: #000;
            }

            @media (max-width: 981px) {
                .chat__icon {
                    position: fixed;
                    width: 67px;
                    bottom: 0px;
                    left: 0px;
                    height: 57px;
                }

                .chat__icon img {
                    height: 40px;
                    position: relative;
                    left: 4px;
                    top: -3px;
                }

                .chat__icon p {
                    font-size: .6rem;
                    background: #fff;
                    line-height: 1;
                    padding: 4px 0 1px;
                    margin-bottom: 0 !important;
                    width: 51px;
                }

                .btn__chat {
                    font-size: 1rem !important;
                    background: #0e8c3c;
                    font-weight: 300 !important;
                    color: var(--bs-white) !important;
                    padding: 1px 7px 0 !important;
                    border-radius: 2px;
                }

                .sidebar .fb__page {
                    margin-top: 20px;
                }

                .follow__btn__mbl i {
                    font-size: 25px;
                    padding: 8px 2px;
                    color: #fff;
                }
            }
        


                    .news__ticker .heading span {
                        position: relative;
                        top: -9px;
                        left: 7px;
                    }

                    
.link-hover-homepage:hover .lead__title, .link-hover-homepage:hover h3, .link-hover-homepage:hover .caption1 {
    color: rgb(0, 113, 188)!important;
}

a:hover {
    text-decoration: none!important;
}

.cus-card-wrapper-1 {
    width: 100%;
    height: 200px;
}
.cus-card-1 {
    position: relative;
    width: 100%;
    height: 100%;
}
.cus-card-1 img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.cus-card-1 .cus-card-h-1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.cus-card-1 .cus-card-h-1 h4 {
    color: #FFFFFF;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.fs-09 {
    font-size: 0.9rem!important;
    font-weight: bold;
}
/* .last-just {
    height: max-content;
} */
.more__btn {
    background-color: #CF0000;
    a {
        color: #FFFFFF;
    }
}


@keyframes live-ripple {
  0% {
    box-shadow: 
      0 0 0 0 rgba(255, 0, 0, 0.4),
      0 0 0 0 rgba(255, 0, 0, 0.3),
      0 0 0 0 rgba(255, 0, 0, 0.2);
  }
  100% {
    box-shadow: 
      0 0 0 15px rgba(255, 0, 0, 0),
      0 0 0 30px rgba(255, 0, 0, 0),
      0 0 0 45px rgba(255, 0, 0, 0);
  }
}

@keyframes live-glow {
  0%, 100% {
    box-shadow: 
      0 0 5px #ff0000,
      0 0 10px #ff0000,
      0 0 15px #ff0000,
      0 0 20px #ff4444;
  }
  50% {
    box-shadow: 
      0 0 10px #ff0000,
      0 0 20px #ff0000,
      0 0 30px #ff0000,
      0 0 40px #ff4444;
  }
}

.live-vid {
    width: 100%;
}
.title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    .live-badge {
        /* width: 80%; */
        border-bottom: 3px solid #06922e;
        p {
            margin-top: 15px;
            padding: 3px;
            font-weight: bold;
            font-size: 1.5rem;
            line-height: 0;
            color: #000000;
            text-align: center;
        }
    }
}
/* Live status with different states */
.live-status {
  position: relative;
  width: 16px;
  height: 16px;
}

.live-status::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ff0000;
  border-radius: 50%;
  z-index: 2;
}

.live-status::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1;
  animation: live-ripple 2s linear infinite;
}

/* Animation control classes */
.animation-paused {
  animation-play-state: paused;
}

.animation-running {
  animation-play-state: running;
}

.news-vid {
    position: relative;
    height: 250px;
    margin-bottom: 4rem!important;
    img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 60px;
        height: 60px;
        transform: translate(-50%, -30%);
        font-size: 4rem;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        transition: all 0.2s ease;
        &:hover {
            scale: 1.1;
        }
    }
}
.fb-title {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding: 0;
    h4 {
        display: inline;
        width: max-content;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 0;
        padding-bottom: 1rem;
        border-bottom: 3px solid #DC3545;
        margin-bottom: 0;
    }
}
.latest {
    height: 500px;
    .latest-popular {
        height: 100%;
        .tab-content {
            height: 90%!important;
            .tab-pane {
                height: 100%!important;
                .latestNews, .popularNews {
                    height: 100%!important;
                }
            }
        }
    }
}
.flex-video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    .item {
        flex: 1 1 calc(33.333% - 1rem);
        background-color: var(--bs-black);
    }
}
.video-top-content {
    height: auto!important;
}
.category-heading {
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding: 0;
    img {
        margin-top: 5px;
    }
    a {
        display: inline;
        width: max-content;
        font-size: 1.5rem;
        font-weight: bold;
        padding-bottom: .1rem;
        border-bottom: 3px solid #DC3545;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        width: 180px;
    }
}

.cat-head-2 {
    display: flex;
    justify-content: center;
    img, a {
        transform: translateX(-22px);
    }
    img {
        margin-top: 8px;
    }
}