.hero-section{
    background-color: transparent;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/our-corporate-partners/TSO-Banner-mobile.jpg);
    background-size: cover;
    min-height: 400px;
    align-items: flex-start;
    padding-top: 60px;
    background-position-y: bottom;
}

.tech-logo{
    width: 115px;
}

@media screen and (min-width: 570px) {

}

#features,
#features .card{
    background-color: #353535;
}

.card h5{
    color: #10218b;
    
}

.rrp{
    font-weight: bold;
}

.muted{
    font-size: 12px;
}

.card-text{
    line-height: 1.5;
}

.card-text ul{
    padding-left: 20px;
}

#compatibility{
    padding: 50px 0;
}
.splide__slide.CYP:hover {
    border-color: #10218b;
}

@media screen and (min-width: 768px) {
    .hero-section {
        min-height: 500px;
    }
    .models .splide.is-initialized:not(.is-active) .splide__list {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    #short-description {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    .hero-section{
        min-height: 600px;
        background-image: url("/images/our-corporate-partners/TSO-Banner.jpg");
        padding-top: 0;
        background-position: center;
        align-items: center;
    }

    .row.column-with-gap{
        flex-direction: row;
        gap: unset;
    }
    .column-with-gap{
        justify-content: center;
    }
    .row-cols-lg-2>*, .row-cols-xl-2>* {
        width: 50%;
    }
    .featured-image{
        height: 100%;
        object-fit: cover;
    }
    .description{
        min-height: 535px;
    }
    .description.right{
        padding-left: 30px;
    }
    .description.left{
        padding-right: 30px;
    }
    .tech-logo {
        width: 210px;
    }
    #FNF .featured-image{
        object-position: right;
    }
    .mobile-slider:not(#proUHDSlide) .splide__arrows{
        display: block;
    }
    .row .card-img, .row .card-img-top {
        object-fit: contain;
    }
    #features .card-body h3{
        min-height: 72px;
    }
    .container-fluid{
        position: relative;
    }
    .left-image .featured-image{
        position: absolute;
        width: 50%;
        left: 0;
    }
    .right-image .featured-image{
        position: absolute;
        width: 50%;
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .desc{
        min-height: 545px;
    }
    .tech-logo{
        width: 180px;
    }
    .mobile-slider:not(#recSlide) .splide__arrows{
        display: none;
    }
    .models .row,
    .models .row-cols-md-2{
        gap: 30px;
    }
    #features .card-body{
        padding: 20px 0 0 0;
    }

}

@media screen and (min-width: 1200px) {
    #EIP .desc{
        min-height: 775px;
    }
    .hero-section .group-container.FNFD {
        width: 44%;
    }
}

@media screen and (min-width: 1400px) {
    .models .row,
    .models .row-cols-md-2{
        gap: 50px;
    }
}

@media screen and (min-width: 1920px) {

}

.container.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 100px;
}
.logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 135px;
}
.logos img {
    height: auto;
    max-width: 150px;
    object-fit: contain;
}

@media screen and (max-width: 766px) {
    .logos img {
        height: auto;
        max-width: 80px !important;
        object-fit: contain;
    }
    video {
        width: 100% !important;
        height: 250px !important;
        object-fit: cover;
        /* display: none; */
    }
    #Video{
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/our-corporate-partners/The-social-outfit-video-banner.jpg) !important;
    }
}
#Video{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/our-corporate-partners/The-social-outfit-video-banner.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* padding: 20px 0; */
    background-repeat: no-repeat;
}
.video-container {
    position: relative;
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
}
.video-background {
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
video {
    width: 60%;
    height: auto;
    object-fit: cover;
}
.hidden {
    display: none;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon img {
    width: 50%;
    height: 50%;
    pointer-events: none;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    /* background: #ff0000;
    color: #fff; */
    border: none;
    /* border-radius: 50%; */
    width: 50px;
    height: 50px;
    /* font-size: 20px; */
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
}
.play-icon.hidden {
    display: none;
}
@media screen and (max-width: 375px) {
    .container.logo .inner-container {
        margin-top: 0 !important;
    }

}

/**FIXES**/



@media screen and (max-width: 991px) {
    .bg-image-caption{
        padding-top: 100px;
    }
    .section--light.hero{
        color: white;
        background-color: black;
    }
    .hero .section__caption{
        padding-block: 45px;
    }
}
@media screen and (min-width: 1200px) {
    section:has(#app-video){
        background: linear-gradient(rgb(0 0 0 / 4%), rgb(0 0 0 / 60%));
    }
}
@media screen and (min-width: 1400px) {
    .hero .section__content{
        width: 620px;
    }
    
}

/* video popup */
#app-video, #featured-video {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.inner-video-image-container {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image, .inner-video-image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
}
.video-image {
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.video-image-container::before {
    content: "";
    display: block;
    padding-top: 250px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .video-image-container::before {
        padding-top: 350px;
    }
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }
}
@media screen and (min-width: 992px) {
    #app-video, #featured-video {
        padding-bottom: 30px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #app-video, #featured-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container, #featured-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .btn-play {
        top: 360px;
    }
} 


#activities {
  margin-top: 0;
  padding-top: 50px; 
}

#activities .content-container {
  max-width: 1800px;   
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;  
  padding-right: 15px;
  box-sizing: border-box;
}




.activities-splide .splide__list {
  justify-content: flex-start;
}


.activities-splide {
  position: relative;
overflow:visible;

}

.activities-splide .splide__slide {
  height: auto;
}

.activities-splide .splide__slide .card-block {
  background-color: #fff;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  box-shadow: 0 2px 2px rgba(0,0,0,0.08);
  overflow: hidden;
}

/* Card image */
.card-block__image {
  max-width:500px;
  max-height:300px;
  object-fit:cover;
  width: 100%;
  height: auto;
  display: block;
}

/* Card text */
.card-block > *,
.card-block__text > * {
  margin: 0;
}

.card-block__text {
  display: flex;
  flex-direction: column;
  height:100%;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  padding-top:15px;
  padding-bottom:15px;
}



.activities-splide .splide__arrows {
  pointer-events: none;
}

.activities-splide .splide__arrow {
  background: none;
  border: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}

.activities-splide .splide__arrow svg {
  width: 32px;
  height: 32px;
  stroke: #333;
  stroke-width: 1px;
  fill: none;
  transition: transform .2s ease;  
}

.activities-splide .splide__arrow--prev:hover svg {
  transform: scaleX(-1) translateX(-2px);
}
.activities-splide .splide__arrow--next:hover svg {
  transform: translateX(2px);
}

.activities-splide .splide__arrow svg {
  width: 34px; height: 34px;
  stroke: #333; stroke-width: 1px; fill: none;
  transition: transform .2s ease;
}

.activities-splide .splide__pagination {
  bottom: -70px;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.activities-splide .splide__pagination__page {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  transition: background 0.3s ease;
}

.activities-splide .splide__pagination__page.is-active {
  background: #333;
}

@media (max-width: 768px) {
    .activities-splide .splide__arrow--prev {left: -16px;}
  .activities-splide .splide__arrow--next {right: -16px;}
      .activities-splide {
    padding: 0 16px;               
  }
}
  @media (min-width: 769px) and (max-width: 992px) {
    .activities-splide .splide__arrow--prev {left: -20px;}
  .activities-splide .splide__arrow--next {right: -20px;}
      .activities-splide {
    padding: 0 16px;               
  }

    }
  @media (min-width: 993px) and (max-width: 1200px) {
    .activities-splide .splide__arrow--prev {left: -40px;}
  .activities-splide .splide__arrow--next {right: -40px;}
               
  }

  @media (min-width: 1201px) {
    .activities-splide .splide__arrow--prev {left: -50px;}
  .activities-splide .splide__arrow--next {right: -50px;}   
      .card-block{
          align-items:center;
      }
      .card-block__text{
          text-align:center;
      }
  }