.logo-wrapper {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}

.logo-wrapper .logo {
    padding: 2px;
    height: 90px;
}

.logo-wrapper .logo img {
    height: 100%;
    max-height: 100%;
}

.logo-text {
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    line-height: 1.2;
}

.logo-wrapper .logo-text .slogan-t {
    color: #009245;
    margin: 0px;
    ;
}

.logo-wrapper .logo-text .slogan-b {
    color: #c1272d;
    margin: 0px;
}

.header-wrapper .nav-menu li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

/* Live player - homepage */
.banner-wrapper .left-wrap p {
    line-height: 20px;
}

.vjs-big-play-button {
    display: none !important;
}

.play-streaming-btn {
    display: inline-block !important;
    background: #ff3b30 !important;
}

.play-streaming-btn:hover {
    transform: scale(1.05);
}

.gradient-overlay {
    position: relative;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 70%, transparent);
    padding: 10px;
    z-index: 1;
}

.slide-container {
    position: relative;
}

.slide-one img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.slide-one:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.episode-card .slide-image img {
    transition: transform 0.3s ease;
}

.episode-card:hover .slide-image img {
    transform: scale(1.05);
}

.slide-content {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

.slide-wrapper .slide-one .slide-image:before {
    top: 40%;
}

.slide-wrapper .slide-one .slide-content {
    padding: 5px 10px;
}

/* Schedule */
.schedule-date {
    margin: 20px 0;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.schedule-date h3 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.schedule-section {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.schedule-section:hover {
    background-color: #f8f9fa;
}

.schedule-section:last-child {
    border-bottom: none;
}

.schedule-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    margin-left: 10px;
}

.schedule-program {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.schedule-time {
    margin-right: 15px;
    flex-shrink: 0;
    text-align: center;
    width: 70px;
}

.schedule-details {
    flex-grow: 1;
}

.schedule-title {
    margin: 3px 0;
}

.schedule-description {
    font-size: 14px;
    line-height: 1.4;
}

.schedule-live-button {
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 5px;
    transition: background 0.3s, transform 0.3s;
    color: #fff;
    background-color: #ff0000;
    font-size: 14px;
}

.schedule-live-button:hover,
.schedule-live-button:active,
.schedule-live-button:focus {
    transform: scale(1.05);
    color: #fff;
}

.schedule-live-button .play-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

.schedule-now {
    background-color: #e6ffed;
}

.schedule-next {
    background-color: #e6f7ff;
}

.schedule-label-container {
    text-align: center;
    margin-bottom: 5px;
}

.schedule-label-container {
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.schedule-label {
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.schedule-now .schedule-label {
    background-color: #ff0000;
}

.schedule-next .schedule-label {
    background-color: #007bff;
}

.program-wrapper {
    padding: 20px 0;
    background-color: #f8f9fa;
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 #f8f9fa;
}

.program-wrapper::-webkit-scrollbar {
    width: 8px;
}

.program-wrapper::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.program-wrapper::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px;
    border: 2px solid #f8f9fa;
}

.program-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.tags .tag {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
}

.tags .tag i {
    margin-right: 5px;
    font-size: 14px;
}

.shows-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(2, 78, 43, 0.9);
    box-shadow: 10px 12px 40px 5px rgba(2, 78, 43, 0.35);
}

.shows-wrapper .title {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    text-align: left;
    width: 100%;
}

.shows-wrapper .description {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}

.shows-wrapper .img {
    width: 100%;
    display: block;
    border-radius: 10px;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 40%);
}

.video-js {
    background-color: rgba(14, 16, 25, 0.9);
}

.video-player {
    border-radius: 10px;
}

.video-player video {
    border-radius: 10px;
}

.episode-title {
    color: #fff;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
}

.episode-description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    color: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
    background: #fff;
}

.pagination .page-link:hover {
    background-color: #009245;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #009245;
    color: #fff;
    border-color: #009245;
}

.page-description ul {
    list-style-type: disc;
    margin-left: 20px;
    padding-left: 20px;
    color: #333;
}

.page-description ol {
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 20px;
    color: #333;
}

.page-description ul li,
.page-description ol li {
    margin-bottom: 10px;
    color: #333;
}

.page-description ul li::marker,
.page-description ol li::marker {
    color: #333;
}

.page-description ul li::before,
.page-description ol li::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 10px;
    background-color: #333;
    border-radius: 50%;
    vertical-align: middle;
}

#visit-counter {
    position: fixed;
    bottom: 20px;
    right: 0;
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    padding: 15px 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease-in-out, opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    text-align: center;
    cursor: pointer;
}

#visit-counter:hover {
    transform: translateX(-10px);
    opacity: 0.9;
}

#visit-counter::before {
    content: "👀";
    margin-right: 8px;
    font-size: 22px;
}

@media (max-width: 768px) {
    #visit-counter {
        font-size: 16px;
        padding: 10px 20px;
        min-width: 150px;
    }
}

/* contacts */
.contact-form-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.contact-form-card {
    padding: 30px;
    max-width: 680px;
    width: 100%;
}

.contact-form-card h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
}

.contact-form-card input,
.contact-form-card textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
    box-shadow: 0 0 2px rgba(0, 25, 20, 0.5);
}

.contact-form-card button {
    background-color: #ff3b30;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.contact-form-card button:hover {
    background-color: #ff3b30;
}

/* online visitors */
#floating-user-counter {
    position: fixed;
    bottom: 0px;
    right: 20px;
    background-color: #1c1e21;
    color: white;
    padding: 10px 16px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 14px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.95;
    transition: opacity 0.3s ease-in-out;
}

#floating-user-counter:hover {
    opacity: 1;
}

.status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #28a745;
    border-radius: 50%;
    animation: pulse 1.6s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}