﻿
.navigation__expanded-wrapper {
    position: inherit;
}

nav.navbar.navbar-expand-sm {
    border-bottom: 1px solid #e0e0e0;
}

.anz-top-nav .bbc-production-logo.bbc-logo-size {
    width: 80px;
}

.polska-earth-bg-green {
    background-color: #102b06;
}

.btn-custom {
    background-color: #fff;
    color: #000;
    border: none;
}

.btn-white-square {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
}

    .btn-white-square.btn-green-square {
        background-color: #c0f406;
        border-radius: 24px;
    }

    .btn-white-square:hover {
        text-decoration: underline;
        color: #000;
    }

    .btn-white-square i.fa.fa-external-link:hover {
        text-decoration: none !important; 
    }

.btn i.fa-external-link {
    text-decoration: none !important; 
}

.polska-customizable {
    
    color: inherit;
    background-color: inherit;
    font-size: inherit;
    padding: inherit;
    margin: inherit;
    border: inherit;
}

.hero-polska {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 53vw;
    max-height: 800px;
}

    .hero-polska::before {
       background: linear-gradient(180deg, rgba(3, 17, 42, 0) .18%, rgba(3, 17, 42, .7) 99.82%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    }

.hero-polska img:after {
    background: linear-gradient(180deg, rgba(3, 17, 42, 0), #000);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    }
.brigthcoveplayercontainer:after {
    background: linear-gradient(180deg, rgba(3, 17, 42, 0), #000);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-bottom: 20px;
}

.hero-section {
    background: no-repeat center center;
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

    .hero-section .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    }

    .hero-section .hero-content {
        position: relative;
        z-index: 2;
        padding: 20px;
        text-align: center;
    }

    .hero-section .hero-text {
        margin-bottom: 20px;
        color: white;
    }

.hover-paragraph {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 2s ease, max-height 2s ease;
}

.polska-hero-text:hover .hover-paragraph {
    opacity: 1;
    max-height: 500px;
}

.align-right {
    margin-left: auto;
    text-align: left;
    padding-left: 12rem;
}

.polska-section-heading {
    position: relative;
    padding-left: 1.5rem;
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 3px;
}

   

.info-bar {
    background: #102b06;
    color: #fff;
    padding: 15px 0;
}

    .info-bar button {
        background: #c0f406;
        color: #000;
        border: none;
        padding: 8px 20px;
        font-weight: 700;
        transition: 0.3s;
        border-radius: 22px;
    }
        
        .info-bar button.outline-btn {
            background: transparent;
            color: #ffffff;
            border: 1px solid;
        }

img.logo-width {
    width: 172px;
}

a.btn.btn-link.polska-link {
    color: black;
}

    a.btn.btn-link.polska-link:hover {
        text-decoration: underline;
    }

.custom-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .custom-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

    .custom-card img {
        max-width: 100%;
        height: auto;
    }

.custom-card-body {
    padding: 15px;
    background-color: #fff;
    flex-grow: 1;
}

.polska-card-text {
    position: relative;
    font-size: 0.9rem;
    color: #333;
}

.polska-text-full {
    display: none;
}

.polska-read-toggle {
    font-size: 0.875rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin-top: auto;
    color: #666;
}

    .polska-read-toggle:hover {
        color: #333;
    }

.card img {
    height: 354px;
    object-fit: cover;
}

    .card img.small-height-img {
        height: 170px;
    }

.read-more {
    display: inline-block;
    font-size: 0.7rem;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.2s;
}

    .read-more:hover {
        color: #333;
    }

.btn-custom {
    background-color: #fff;
    color: #000;
    border: none;
}

.btn-white-square {
    background-color: white;
    color: black;
    border: none;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.3s;
}


.custom-card-body p.text-uppercase {
    font-size: 0.75rem;
    color: #888;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.season-label {
    font-size: 0.75rem;
    color: #8b8787;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.card:hover .card-body {
    background-color: var(--card-hover-bg, transparent);
}

.slider .responsive-image:hover img {
    transform: none !important;
    filter: none !important;
}

.channels-article-block .responsive-image:hover img {
    transform: none !important;
    transition: none !important;
}

.channels-article-block:hover, .channels-article-block:focus {
    box-shadow: none !important;
    outline: none !important;
    z-index: auto !important;
}

    .channels-article-block:hover .lifter, .channels-article-block:focus .lifter {
        background: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        transform: none !important;
        filter: none !important;
        z-index: auto !important;
    }

.article-block_meta:hover, .article-block_meta:focus {
    box-shadow: none !important;
    outline: none !important;
    z-index: auto !important;
}

    .article-block_meta:hover .text-holder, .article-block_meta:focus .text-holder {
        background: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        transform: none !important;
        filter: none !important;
        z-index: auto !important;
    }

.section-title {
    font-weight: bold;
    border-left: 4px solid #8dc100;
    padding-left: 10px;
    margin-bottom: 20px;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.carousel-item-custom {
    flex: 0 0 33.3333%;
    box-sizing: border-box;
}

.testimonial-card {
    background: #fff;
    border-radius: 6px;
    padding: 1rem 3rem 1rem 1rem;
    margin: 0 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-style: italic;
    height: 100%;
}

.custom-carousel-controls button {
    background: #f3f3f3;
    border: none;
    padding: 6px 10px;
    border-radius: 3px;
    color: #8dc100;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .custom-carousel-controls button:enabled {
        background-color: #c0f406;
        color: white;
        cursor: pointer;
    }

    .custom-carousel-controls button:disabled {
        background-color: #f3f3f3;
        color: #8dc100;
        opacity: 0.5;
        cursor: not-allowed;
    }

.custom-carousel-controls {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
    z-index: 9999;
}

.title-carousel .slick-prev, .slick-next {
    top:40% !important;
}

.polska-small-carousel {
    font-family: "Open Sans", sans-serif;
    color: #333;
    position: relative;
}

    .polska-small-carousel .section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.5rem;
    }

    .polska-small-carousel .section-title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.25rem;
        border-left: 3px solid #a4c639;
        padding-left: 10px;
        margin: 0;
    }

    .polska-small-carousel .nav-buttons {
        display: flex;
    }

        .polska-small-carousel .nav-buttons button {
            
            border: none;
            color: #fff;
            border-radius: 4px;
            width: 38px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 0.2s ease;
            border-radius: 0px;
        }

            .polska-small-carousel .nav-buttons button:hover {
                background: #8ab02f;
            }

    .polska-small-carousel .fa {
        font-size: 1rem;
    }

    .polska-small-carousel .carousel-wrapper {
        overflow: hidden;
        position: relative;
    }

    .polska-small-carousel .carousel-track {
        display: flex;
        transition: transform 0.6s ease;
    }

    .polska-small-carousel .program-card {
        flex: 0 0 calc(33.333% - 20px);
        border-bottom: 2px solid #a4c639;
        background: #fff;
        margin: 0 10px;
        padding: 15px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }

        .polska-small-carousel .program-card:hover {
            transform: translateY(-4px);
        }

    .polska-small-carousel .program-time {
        font-size: 0.9rem;
        color: #555;
    }

    .polska-small-carousel .program-title {
        font-weight: 700;
        font-size: 1rem;
        margin-top: 5px;
    }

    .polska-small-carousel .program-desc {
        font-size: 0.9rem;
        color: #555;
        margin-top: 8px;
    }

.nav-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .polska-small-carousel .program-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 767px) {
    .polska-small-carousel .program-card {
        flex: 0 0 100%;
        margin: 0 5px;
    }
}

@media (max-width: 767.98px) {
    .carousel-item-custom {
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 360px) and (max-width: 769px) {
    .channel-finder .channel-provider {
        margin: 8px 0 !important;
    }
}

.testimonial-card p {
    font-size: 1.375em;
}

.testimonial-card i.fa,
.testimonial-card i.fa-lightbulb-o,
.testimonial-card i.text-success {
    color: #7ea004 !important;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.brigthcoveplayercontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

    .brigthcoveplayercontainer iframe.brightcove-experience {
        width: 100%;
        height: 100vh;
        border: none;
    }

button.btn.rounded-pill:hover {
    color: inherit;
    text-decoration: underline;
}

.video-play-btn {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 20px;
    color: black;
    background-color: #c0f406;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video-play-btn:hover {
        background-color: #94c705;
    }

.figure {
    position: relative;
}

    .figure img {
        display: block;
    }

@font-face {
    font-family: Melt;
    src: url('../../fonts/emeachannelsites/meltv1.eot');
    src: url('../../fonts/emeachannelsites/meltv1.eot') format("embedded-opentype"),url('../../fonts/emeachannelsites/meltlv1-webfont.woff') format("woff"),url('../../fonts/emeachannelsites/meltlv1.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

h1.melt-font, h2.melt-font, h3.melt-font, h4.melt-font, h5.melt-font, h6.melt-font, button.melt-font, a.melt-font {
    font-family: 'Melt', sans-serif !important;
}

.bluey-heading-color {
    color: #583f87 !important;
}

.ticket-section-wrapper {
    background-color: #f3f3f3;
}

.ticket-box {
    background-color: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

    .ticket-box:hover {
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        transform: translateY(-3px);
    }

.description-section {
    background-color: #e8e8e8;
    color: #333;
    border-radius: 6px;
}

.description-wrapper {
    background-color: #e8e8e8;
    width: 100vw;
}

.description-section {
    color: #333;
    border-radius: 6px;
    background-color: transparent;
    padding: 1rem 1.5rem;
}

.polska-cBeebies-bg {
    background: #79d8ef !important;
    color: #583f87 !important;
}

.btn-white-square.btn-green-square.cBeebies-btn {
    background-color: #ffffff !important;
}

.polska-small-carousel .program-card.bottom-border-blk {
    border-bottom: 2px solid #080808 !important;
}

.btnactive {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

@media (max-width: 767.98px) {
    #main-title,
    .ticket-box {
        text-align: center;
    }
}

@font-face {
    font-family: Falma;
    src: url('../../fonts/falmav1.eot');
    src: url('../../fonts/falmav1.eot') format("embedded-opentype"),url('../../fonts/falmav1-webfont.woff') format("woff"),url('../../fonts/falmav1.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

h1.falma-font, h2.falma-font, h3.falma-font, h4.falma-font, h5.falma-font, h6.falma-font, button.falma-font, a.falma-font {
    font-family: 'Falma', sans-serif !important;
    color: #93000b !important;
    text-transform: uppercase;
}

h1.falma-font, h2.falma-font, h3.falma-font {
    letter-spacing: 4px;
    color: #93000b !important;
}

.letter-spacing {
    letter-spacing: 8px;
}

.large-hero__pause {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: auto;
    padding: 8px 12px;
    text-align: center;
    font-size: 1.25rem !important;
}

    .large-hero__pause svg {
        width: 12px;
        height: 16px;
        fill: white;
    }

    .large-hero__pause:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.top-gear-info-bg {
    background: linear-gradient(180deg,#dcdcdc,#b4b4b4) !important;
}

.top-gear-outline-btn {
    border-color: #93000b !important;
    color: #93000b;
    text-transform: uppercase;
    align-items: flex-start;
    border-radius: 4px;
}

.top-gear-info-btn {
    background-color: #93000b !important;
    color: #ffffff !important;
}

    .top-gear-info-btn:hover {
        background-color: #7e0008 !important;
    }

.top-gear-outline-btn svg {
    fill: #93000b;
}

.polska-topGear-bg {
    background: #93000b !important;
    color: #ffffff !important;
}

.btn-white-square.topGear-btn {
    background: hsla(0, 0%, 100%, .2);
    color: #fff;
    border: 0;
    text-transform: uppercase;
}


.channel-finder .channel-logo {
    width: 214px;
    height: 29px;
    background-size: contain;
}

.bbc-nl-get-channel {
    background-color: #102b06;
}

.channel-finder p {
    margin: 16px 36px 16px 0px;
    color: #fff !important;
}

.channel-finder ul li {
    color: #fff !important;
}

.channel-finder .channel-provider {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    background-color: #c0f406 !important;
    box-sizing: border-box;
    border-radius: 100px;
    height: 46px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 1em;
    color: #102b06 !important;
    margin: 0 0px 1.8rem;
    display: block;
    text-decoration: none;
}

    .channel-finder .channel-provider:hover {
        text-decoration: underline !important;
    }


[id$="-spinner"] {
    display: none !important;
}

@media (min-width:1600px) {
.hero-polska {
    height:63vw;
}}