﻿.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;
}

.hero {
    background-color: rgb(18, 18, 18) !important;
    background-image: none !important;
}

.hero h1 {
    color: #fff;}

.hero p:first-of-type
 {
    color: #fff;
    font-weight:700;
}

.hero p
 {
    color: #fff;}

.channel-bar-wrapper.bbc-nl {
    background-color: #102b06;
}

.channel-bar-wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-thumbnail {background-color:transparent}

.channel-bar-description .channel-bar-logo{
        width: 137px;
}

.channel-bar-wrapper .button-group {
    display: flex;
}

.channel-bar-wrapper .button-group .buttonGreen {
    padding: 0.75em 1.3em;
    display: block;
    margin-right: 10px;
    align-items: center;
    text-align: center;
        background-color: #c0f406 !important;
    color: #102b06 !important;
    border-color: #c0f406 !important;
    border-radius: 100px;
    font-size: 15px;
    padding: 0.85em 1.6em;
    font-family: "BBC Reith Sans Bd";
}

.channel-bar-wrapper .button-group .btnactive {
    border-radius: 100px !important;
    background-color: transparent !important;
    color: #c0f406;
    border-color: #c0f406 !important;
    text-align: center;
    display: inline-flex;
    border-radius: 0px;
    padding: 0.75em 1.1em 0.65em;
    font-size: 15px;
}

.channel-bar-wrapper .button-group .btnactive svg {
    fill: #c0f406;
    margin-top: -2px;
}

.title-carousel .slick-prev,
.slick-next {
  top: 40% !important;
}

.channel-bar-wrapper
  .container
  .channel-bar-description
  .channel-bar-text
  .headline {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-transform: none;
  margin-bottom: -10px;
}

.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-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;
  font-family: "BBC Reith Sans XBold";
}

.polska-section-heading::before {
  content: "";
  position: absolute;
  background: #7ea004;
  width: 4px;
  height: calc(100% - 7px);
  top: 1px;
  left: 8px;
  display: inline-flex;
}

.channel-carousel-header h2.gel--pica {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 2rem;
  font-family: "BBC Reith Sans XBold" !important;
}

.channel-carousel-header h2.gel--pica::before {
  content: "";
  position: absolute;
  background: #7ea004;
  width: 4px;
  height: calc(100% - 7px);
  top: 1px;
  left: 8px;
  display: inline-flex;
}

.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;
}

.article-block_meta h3 {
    color: #212529 !important;}

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: #828282;
}

.polska-text-full {
  display: none;
}

.polska-read-toggle {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-top: auto;
  color: #666;
  font-family: 'BBC Reith Sans Bd';
}

.polska-read-toggle svg {
  fill: #666;
  margin-left: 10px;
}

.polska-read-toggle:hover {
  color: #333;
}

.polska-read-toggle svg {
  color: #666;
}

.card img {
  max-width: 100%;
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 16px;
}

.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 header {
    margin-bottom: 8px;
}

.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 #prevBtn {
  background-color: rgba(219, 219, 219, 0.2) !important;
  color: #9d9b9b;
}

.custom-carousel-controls #nextBtn {
  background-color: #000 !important;
  color: #fff;
}

.custom-carousel-controls {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  gap: 5px;
  z-index: 9999;
}

.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 .next {
  background: #a4c639 !important;
}

.polska-small-carousel .nav-buttons button {
  background: #a4c639;
  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 #7ea004;
  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;
  font-family: system-ui;
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.6363636364em;
  font-style: italic;
  letter-spacing: -0.5px;
}

.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 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;
  margin-left: calc(-50vw + 50%);
}

.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%, 0.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;
}

.button-link.button--secondary {
  border-radius: 100px;
  font-size: 15px;
  padding: 0.6rem 1.4rem;
  background-color: #102b06;
  color: #c0f406;
  border-color: #102b06;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.2em 0 0;
  text-decoration: none;
}

.button-link.button--secondary svg {
  fill: #c0f406;
  margin-right: 0.4rem;
}

.button-link.button--secondary:hover,
.button-link.button--secondary svg:hover {
  background-color: #c0f406;
  border-color: #c0f406;
  color: #102b06;
  fill: #102b06 !important;
}

.button-link.button--secondary {
  border-radius: 100px;
  font-size: 15px;
  padding: 0.6rem 1.4rem;
  background-color: #102b06;
  color: #c0f406;
  border-color: #102b06;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.2em 0 0;
  text-decoration: none;
  font-weight: 700;
}

.button-link.button--secondary svg {
  fill: #c0f406;
  margin-right: 0.4rem;
}

.button-link.button--secondary:hover {
  background-color: #c0f406;
  border-color: #c0f406;
  color: #102b06;
}

.button-link.button--secondary:hover svg path {
  fill: #102b06 !important;
}

.production-navbar-items .nav-link {
  color: #2d073c;
}

.channel-finder h6.fw-bold {
  color: #fff;
}

h5.card-title {
  font-size: 15px;
}

.polska-text-short, .polska-text-full {
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 600px) {
  .channels-article-block:hover .lifter .article-block_meta,
  .channels-article-block:focus .lifter .article-block_meta {
    padding: 0px 0px 0px;
    box-shadow: none;
  }
}

@media (max-width: 600px) {
  .display-4.fw-bold {
    font-size: 20px;
    }
}

@media(min-width:260px) and (max-width:821px){   

  .channel-bar-wrapper .container {   
    align-items: normal !important;
}

  .channel-bar-wrapper .container .channel-bar-description .channel-bar-text .headline {
      margin:10px 0;
  }

  .channel-bar-wrapper .button-group .btnactive {
      margin: 20px 0;
      display: block;
  }
  }
