html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation: none !important;
        transition: none !important;
    }

    .site-loader {
        transition: none !important;
    }
}

hr {
    border: 0;
    height: 2px;
    width: 110px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff3b3b 0%, #ffffff 100%);
    color: #ffffff;
    margin-top: 0.75rem !important;
    margin-bottom: 0rem !important;
    opacity: 1;
}

/* --- Navigation bar --- */
/* ----------------------------------------*/
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: background-color 0.4s ease, privacy-styling 0.4s ease;
    transition: padding 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.navbar .navbar-brand {
    transition: font-size 0.4s ease-in-out, transform 0.25s ease;
    padding-left: 1rem !important;
}

.navbar .navbar-brand:hover {
    transform: translateY(-1px);
}

@media (max-width: 576px) {
    .navbar .navbar-brand {
        max-width: calc(100% - 130px);
        font-size: 1.2rem !important;
        white-space: nowrap;
        line-height: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 0 !important;
    }

    .navbar.scrolled .navbar-brand {
        font-size: 0.84rem !important;
        white-space: nowrap;
        line-height: 1;
    }

    .navbar .navbar-brand img {
        margin-right: 0.35rem;
        flex-shrink: 0;
    }
}

.navbar .nav-link {
    position: relative;
    color: #202020 !important;
    font-weight: 300;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 0.5rem 0.85rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

.navbar .nav-link::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.15rem;
    height: 2px;
    background-color: rgb(255, 0, 0);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.nav-link:hover {
    color: rgb(255, 0, 0) !important;
    transform: translateY(-1px);
}

.navbar .nav-link:hover::before,
.navbar .nav-link.active::before {
    transform: scaleX(1);
}

.navbar .nav-link.active {
    color: rgb(255, 0, 0) !important;
}

.navbar.scrolled {
    background-color: #202020 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.navbar.scrolled .navbar-brand {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
    color: #ffffff !important;
}

.navbar.scrolled .nav-link:hover {
    color: rgb(255, 0, 0) !important;
}

.navbar.scrolled .navbar-toggler {
    background-color: #ffffff !important;
    border: 0 !important;
}

.navbar.scrolled .nav-link.active {
    color: rgb(255, 0, 0) !important;
}

.navbar.scrolled .vr {
    background-color: #ffffff !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: transparent !important;
    color: red !important;
}

.navbar .dropdown-toggle::after {
    display: none !important;
}

.navbar .dropdown-toggle .dropdown-arrow {
    font-size: 0.72rem;
    transition: transform 0.25s ease, color 0.25s ease;
    transform-origin: center;
}

.navbar .dropdown-toggle.show .dropdown-arrow {
    transform: rotate(180deg);
}

.navbar.scrolled .dropdown-toggle .dropdown-arrow {
    color: #ffffff;
}

.navbar .dropdown-toggle:hover .dropdown-arrow,
.navbar.scrolled .dropdown-toggle:hover .dropdown-arrow {
    color: rgb(255, 0, 0);
}

.navbar-social-wrap {
    align-items: center;
    gap: 0.55rem;
    margin-left: 0.75rem;
}

.navbar-social-wrap .navbar-toggler {
    margin-right: 0.25rem;
}

/* navbar icons */
.navbar-icons {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #202020 !important;
    background: linear-gradient(145deg, #ffffff, #efefef);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.navbar-icons i {
    font-size: 1rem;
}

@media (max-width: 576px) {
    .navbar-social-wrap {
        gap: 0.45rem;
        margin-left: 0.35rem;
    }

    .navbar-social-wrap .navbar-toggler {
        margin-right: 0.1rem;
    }
}

.navbar.scrolled .navbar-icons {
    color: #ffffff !important;
    background: linear-gradient(145deg, #2d2d2d, #1f1f1f);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.35);
}

.navbar-icons:hover,
.navbar.scrolled .navbar-icons:hover {
    color: #ffffff !important;
    background: rgb(255, 0, 0);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 16px rgba(255, 0, 0, 0.35);
}


/* --- Body style --- */
/* ----------------------------------------*/
.csm-padding-y {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.hero-title-block {
    position: relative;
}

.hero-title-block::before,
.hero-title-block::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.hero-title-block::before {
    top: 1.6rem;
    width: min(18rem, 75vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 0, 0, 0), rgba(214, 0, 0, 0.9), rgba(214, 0, 0, 0));
}

.hero-title-block::after {
    top: 0.45rem;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(214, 0, 0, 0.12) 0%, rgba(214, 0, 0, 0) 70%);
    filter: blur(2px);
}

.hero-title-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.45rem 1rem;
    max-width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(32, 32, 32, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    color: #d60000;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.hero-title {
    margin: 0 auto;
    max-width: 18ch;
    line-height: 0.95;
    letter-spacing: 0.05em;
    text-wrap: balance;
    background: linear-gradient(135deg, #111111 0%, #4a4a4a 55%, #d60000 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@supports not (-webkit-background-clip: text) {
    .hero-title {
        color: #202020;
    }
}

@media (max-width: 576px) {
    .hero-title-kicker {
        text-align: center;
        white-space: normal;
    }

    .hero-title-kicker {
        font-size: 0.7rem;
        letter-spacing: 0.12em;
    }

    .hero-title {
        max-width: none;
        letter-spacing: 0.04em;
    }
}

.section-title-hero {
    display: block;
    width: 100%;
    max-width: none;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.02;
    letter-spacing: 0.06em;
}

@media (max-width: 576px) {
    .section-title-hero {
        max-width: none;
        font-size: clamp(1.6rem, 7vw, 2.2rem);
        letter-spacing: 0.04em;
    }
}

.fixed-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/tv-studio.jpg");
    background-attachment: fixed;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15rem !important;
    padding-bottom: 5rem !important;
    margin-top: 0.5rem !important;
}

@media (max-width: 767px) {
    .fixed-bg {
        background-attachment: scroll;
        clip-path: polygon(0% 8%, 100% 0%, 100% 100%, 0% 100%);
        padding-top: 7rem !important;
        padding-bottom: 3rem !important;
        overflow: hidden;
    }

    .fixed-bg .container {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }
}

.csm-margin-t {
    margin-top: 10rem !important;
    margin-bottom: 1rem !important;
}

.tv-bg-color {
    background-color: #e2e2e263 !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    margin-top: 5rem !important;
}

.tv-player-shell {
    position: relative;
    padding: 0.75rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tv-player-shell:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.tv-player-badge {
    position: absolute;
    top: -0.85rem;
    left: 1.25rem;
    z-index: 2;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
    background: linear-gradient(135deg, #d60000, #ff3b3b);
    box-shadow: 0 6px 12px rgba(214, 0, 0, 0.35);
}

.tv-player-border {
    padding: 0.35rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, rgba(255, 0, 0, 0.55), rgba(50, 50, 50, 0.55));
}

.tv-player-ratio {
    border-radius: 0.65rem;
    overflow: hidden;
    background-color: #000000;
}

.tv-player-ratio iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 576px) {
    .tv-player-shell {
        padding: 0.55rem;
    }

    .tv-player-badge {
        left: 0.85rem;
        font-size: 0.72rem;
    }
}

/* Video gallery page */
/* ----------------------------------------*/
.video-page-hero {
    position: relative;
    overflow: hidden;
    padding-top: 6rem;
    padding-bottom: 4rem;
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
}

.video-page-hero::before,
.video-page-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.video-page-hero::before {
    top: -5rem;
    right: -3rem;
    width: 16rem;
    height: 16rem;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.18) 0%, rgba(255, 0, 0, 0) 72%);
}

.video-page-hero::after {
    left: -5rem;
    bottom: -6rem;
    width: 18rem;
    height: 18rem;
    background: radial-gradient(circle, rgba(32, 32, 32, 0.08) 0%, rgba(32, 32, 32, 0) 70%);
}

.video-page-kicker,
.video-feature-category,
.video-info-card__eyebrow,
.video-card__tag {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 700;
}

.video-page-kicker {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #d60000, #ff3b3b);
    box-shadow: 0 10px 20px rgba(214, 0, 0, 0.22);
}

.video-page-title {
    max-width: 14ch;
}

.video-page-lead {
    max-width: 40rem;
    color: #5f5f5f;
    font-size: 1.05rem;
    line-height: 1.75;
}

.video-hero-panel,
.video-info-card,
.video-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.video-hero-panel,
.video-info-card {
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.video-hero-panel__label {
    color: #d60000;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
}

.video-hero-panel__list {
    padding-left: 1.1rem;
    color: #444444;
}

.video-hero-panel__list li+li {
    margin-top: 0.7rem;
}

.video-gallery-section {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.video-section-note {
    max-width: 38rem;
}

.video-feature-meta {
    padding-top: 0.25rem;
}

.video-mini-list {
    display: grid;
    gap: 0.85rem;
}

.video-mini-item {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    text-decoration: none;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.video-mini-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 0, 0, 0.18);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.video-mini-item__title {
    font-weight: 700;
}

.video-mini-item__meta {
    color: #6c757d;
    font-size: 0.88rem;
}

.video-card {
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.video-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 0, 0, 0.16);
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.12);
}

.video-card--highlighted {
    border-color: rgba(214, 0, 0, 0.16);
}

.video-card__media {
    background: #000000;
}

.video-card__media iframe {
    border: 0;
}

.video-card__body {
    padding: 1.15rem 1.15rem 1.3rem;
}

.video-card__tag {
    color: #d60000;
}

.video-card__link {
    color: #d60000;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.25s ease;
}

.video-card__link:hover {
    color: #202020;
}

@media (max-width: 767px) {
    .video-page-hero {
        padding-top: 4.5rem;
        padding-bottom: 3rem;
    }

    .video-page-title {
        max-width: none;
    }

    .video-hero-panel,
    .video-info-card {
        padding: 1.25rem;
    }
}

.contact-section {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/tv-studio.jpg");
    background-attachment: fixed;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15rem !important;
    padding-bottom: 5rem !important;
    margin-top: 0.5rem !important;
    border-radius: 0rem;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.contact-section::before,
.contact-section::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.contact-section::before {
    top: 5rem;
    left: 8%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 0, 0, 0.35) 0%, rgba(255, 0, 0, 0) 72%);
    filter: blur(10px);
}

.contact-section::after {
    right: 6%;
    bottom: 2rem;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(14px);
}

.contact-section .container {
    position: relative;
    z-index: 1;
}

.contact-label {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
}

.contact-section h2 {
    color: #ffffff;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.contact-section hr {
    width: 110px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff3b3b 0%, #ffffff 100%);
    opacity: 1;
}

.contact-lead {
    max-width: 34rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    font-size: 1.02rem;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.contact-card {
    position: relative;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 1.25rem;
    padding: 1.65rem 1.5rem;
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.contact-card h3 {
    position: relative;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.contact-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    background: rgba(10, 10, 10, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-item i {
    width: 1.05rem;
    color: #ff4a4a;
    font-size: 1rem;
}

.contact-item:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 0, 0, 0.16);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.18);
}

.contact-item span {
    position: relative;
    z-index: 1;
    overflow-wrap: anywhere;
}

@media (max-width: 576px) {
    .contact-section {
        border-radius: 0;
        background-attachment: scroll;
        clip-path: none;
        padding-top: 6rem !important;
        padding-bottom: 4rem !important;
    }

    .contact-section::before {
        top: 1rem;
        left: -3rem;
        width: 180px;
        height: 180px;
    }

    .contact-section::after {
        right: -4rem;
        bottom: 0;
        width: 180px;
        height: 180px;
    }

    .contact-card {
        padding: 1.35rem 1rem;
    }
}

/* Footer */
/* ----------------------------------------*/
.csm-footer {
    margin-top: 0rem !important;
    background: linear-gradient(180deg, #121212 0%, #202020 100%) !important;
    color: #f4f4f4 !important;
}

.footer-brand {
    text-decoration: none;
    color: inherit;
}

.footer-brand h5 {
    font-size: 1.1rem;
    margin-bottom: 0.15rem;
}

.footer-brand-tag {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.85rem;
}

.footer-title {
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 0, 0, 0.9);
    padding-bottom: 0.35rem;
}

.footer-text,
.footer-bottom-text,
.footer-bottom-note {
    color: rgba(255, 255, 255, 0.72);
}

.footer-links {
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.65rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: #ff0000;
    transform: translateX(2px);
}

.footer-social-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.footer-social-btn:hover {
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    border-color: rgb(255, 0, 0);
    transform: translateY(-2px);
}

.footer-bottom {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.footer-bottom-text,
.footer-bottom-note {
    font-size: 0.85rem;
}

@media (max-width: 767px) {
    .footer-title {
        border-bottom-width: 1px;
    }
}

/* Back to Top Button */
/* ----------------------------------------*/
.back-to-top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    color: #202020;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px) scale(0.95);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.25s ease, color 0.25s ease,
        visibility 0s linear 0.3s;
    z-index: 1100;
}

.back-to-top-btn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    transition-delay: 0s, 0s, 0s, 0s, 0s;
}

.back-to-top-btn:hover {
    background-color: rgb(255, 0, 0);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

/* --- Site Loader --- */
/* ----------------------------------------*/
.site-loader {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #202020;
    color: #ffffff;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.site-loader--hidden {
    opacity: 0;
    visibility: hidden;
}

.site-loader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 1.5rem 2rem;
}

.site-loader__text span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.site-loader__text small {
    display: block;
    color: #f1f1f1;
}

.site-loader__spinner {
    display: grid;
    grid-template-columns: repeat(4, 1rem);
    gap: 0.625rem;
}

.site-loader__spinner span {
    width: 1rem;
    height: 1rem;
    background-color: #ff0000;
    border-radius: 50%;
    animation: loader-pulse 1s ease-in-out infinite;
}

.site-loader__spinner span:nth-child(1) {
    animation-delay: 0s;
}

.site-loader__spinner span:nth-child(2) {
    animation-delay: 0.15s;
}

.site-loader__spinner span:nth-child(3) {
    animation-delay: 0.3s;
}

.site-loader__spinner span:nth-child(4) {
    animation-delay: 0.45s;
}

@keyframes loader-pulse {

    0%,
    100% {
        transform: translateY(0);
        opacity: 0.45;
    }

    50% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

@media (max-width: 767px) {

    .contact-section::before,
    .contact-section::after {
        filter: none;
        opacity: 0.45;
    }

    .contact-card,
    .contact-label {
        backdrop-filter: none;
    }

    .tv-player-shell,
    .contact-card,
    .video-card,
    .navbar-icons,
    .back-to-top-btn {
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
    }

    .contact-item:hover,
    .tv-player-shell:hover,
    .video-card:hover,
    .back-to-top-btn:hover,
    .navbar-icons:hover {
        transform: none;
    }

    .site-loader__spinner span {
        animation-duration: 1.4s;
    }
}