:root {
    --swiper-pagination-bullet-horizontal-gap: 0px;
    --swiper-navigation-size: 27px;
}

.swiper-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.swiper {
    width: calc(100% - 120px); 
    order: 1;
}
.swiper-wrapper.pagination-padding {
    padding: 0 0 50px;
}
.swiper .swiper-pagination-counter {
    margin: unset;
}
.swiper-pagination {
    display: flex;
    gap: 10px;
    bottom: 0px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    width: 40px;
    top: -4px;
    height: 7px;
    opacity: 1;
    border-radius: 0;
}
.swiper-horizontal > .swiper-pagination-bullets.light .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.light .swiper-pagination-bullet {
    background-color: #b2b2b2;
    color: #b2b2b2;
}
.swiper-horizontal > .swiper-pagination-bullets.light .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets.light .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #ffffff;
    color: #ffffff;
}
.swiper-horizontal > .swiper-pagination-bullets.dark .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.dark .swiper-pagination-bullet {
    opacity: 1;
    background-color: #dadada;
}
.swiper-horizontal > .swiper-pagination-bullets.dark .swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets.dark .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #575756;
}
.pagination-index {
    font-size: 15px;
    position: absolute;
    bottom: -25px;
    left: 0px;
    right: auto;
    width: 100%;
    text-align: left;
}

/* Next and Prev */
.swiper-container.no-arrows .swiper {
    width: unset;
}
.swiper-button-next,
.swiper-button-prev {
    position: unset;
}

.swiper-button-next {
    order: 2;
}
.swiper-button-prev {
    order: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    color: #b2b2b2;
    font-weight: bold;
}

/* Carousel Content Overlay Style */
.swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    background-size: cover;
  }
.swiper-slide .content-overlay-wrapper {
    display: flex;
    justify-content: flex-end;
    min-height: 500px;
    cursor: grab;
}
.swiper-slide .content-overlay-wrapper .content-overlay {
    position: relative;
    width: 100%;
    padding: 30px 30px 20px 30px;
    z-index: 1;
}
.swiper-slide .content-overlay-wrapper .content-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0c0c0c;
    opacity: 0.5;
    z-index: -1;
}
.swiper-slide .content-overlay-wrapper .content-overlay h2 {
    font-size: 48px;
    font-weight: 800;
    color: white;
    border-color: white;
    line-height: 1;
}
.world-class .swiper-slide .content-overlay-wrapper .content-overlay h2 {
    font-size: 40px;
}

.swiper-slide .content-overlay-wrapper .content-overlay p {
    font-size: 25px;
    font-weight: 300;
    color: white;
}

.swiper-fade .swiper-slide-active {
    transition: 500ms ease !important;
}

.high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay {
    position: relative;
    width: 100%;
    padding: 50px 30px 50px 25px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay p {
    font-size: 20px; 
    font-weight: 400; 
    color: white;
    line-height: 1.3;
}

.high-text-carousel .logo {
    width: 300px;
    background-color: white;
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 0;
}


/* Vertical carousel */
.swiper-container.vertical .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-container.vertical .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

    .swiper-container.vertical .swiper-slide .content-overlay-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    height: 100%;
    cursor: grab;
    padding: 60px 1em;
    margin-bottom: 80px;
    }

  .swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay {
    position: relative;
    width: 100%;
    padding: 0px;
    z-index: 1;
  }

  .swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    /* opacity: 0.7; */
    z-index: -1;
}

.swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    color: #575756;
}
.parallax-carousel .swiper-container {
    position: relative;
  }

   /* Vertical Next and Prev */
.swiper-container.vertical .swiper-button-next,
.swiper-container.vertical .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 5%;
}

.swiper-container.vertical .swiper-button-next {
    order: 2;
    left: auto;
    right: 7%;
}
.swiper-container.vertical .swiper-button-prev {
    order: 0;
    right: 20%;
    left: auto;
    bottom: 5%;
}
.swiper-container.vertical .swiper-button-next:after,
.swiper-container.vertical .swiper-button-prev:after {
    color: #b2b2b2;
    font-weight: bold;
}
  
.swiper-container.vertical .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customer-reviews { display: flex; flex-direction: column;}
.customer-reviews img { padding-bottom: 10px; width: 100%;}


/* gsap vertical desktop */ 
.horizontal-slider-wrapper {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
  }
  .vertical-slider-wrapper{display: block;}
  
  .horizontal-slider-item {
    width: 100%;
    /* height: 100%; */
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    /* padding-bottom:30px; */
  }
  .horizontal-slider-image,
  .horizontal-slider-content{
    width: 100%;/* height: 38%; */
  }
  .horizontal-slider-image img {
    height: 300px;
    object-fit: cover;
    object-position: center 28%;
  }
  .horizontal-slider-content {display: flex;
    align-items: center;
    padding:50px;}
 .horizontal-slider-content div{
    opacity: 1;
    }
@media (min-width: 768px) {
     /* Vertical Next and Prev */
    .swiper-container.vertical .swiper-button-next,
    .swiper-container.vertical .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 15%;
    }
    .swiper-container.vertical .swiper-button-next {
        order: 2;
        left: auto;
        right: 7%;
    }
    .swiper-container.vertical .swiper-button-prev {
        order: 0;
        right: 14%;
        left: auto;
        bottom: 15%;
    }
    .swiper-slide .content-overlay-wrapper .content-overlay {
        padding: 60px 60px 20px 60px;
    }
    .swiper-slide .content-overlay-wrapper .content-overlay h2 {
        font-size: 60px;
        font-weight: 800;
        color: white;
        border-color: white;
        line-height: 1.1;
    }
    .world-class .swiper-slide .content-overlay-wrapper .content-overlay h2 {
        font-size: 40px;
    }
    .strategy-centre-logo { display: flex; justify-content: center;}
    .strategy-centre-logo img { max-width: 300px; min-width: 250px; }
}

@media (min-width: 992px) {
    .swiper-container.vertical .swiper {
        width: 100%;
        height: 90vh;
        min-height: 600px;
        max-height: 1000px;
      }
    .swiper-container.vertical .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
      }
    .swiper-container.vertical .swiper-slide .content-overlay-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 700px;
        cursor: grab;
        padding: 60px 6em;
        margin-bottom: initial;
    }
    .swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 24px;
    }
    .swiper-container.vertical .swiper-button-next:after,
    .swiper-container.vertical .swiper-button-prev:after {
        transform: rotate(90deg);
    }
    .swiper-container.vertical .swiper-button-prev {
        right: 7%;
        left: auto;
        bottom: 22%;
    }
    .swiper-slide {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size 0.3s;
    }
    .swiper-slide .content-overlay-wrapper {
        min-height: 600px;
    }
    .swiper-slide .content-overlay-wrapper .content-overlay {
        position: relative;
        width: 50%;
        padding: 85px 60px 0px 60px;
        z-index: 1;
    }
    .high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay {
        position: relative;
        width: 50%;
        padding: 50px 30px 20px 30px;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .swiper-slide .content-overlay-wrapper .content-overlay::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #0c0c0c;
        opacity: 0.7;
        z-index: -1;
    }
    .high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 18px; 
    }
    
      .horizontal-slider-image img {
        height: 500px;
        object-fit: cover;
        object-position: center 28%;
      }
    .border-right-white { border-right: 2px solid white;}
    .border-left-white { border-left: 2px solid white;}
    .customer-reviews { display: flex; flex-direction: row;}
    .customer-reviews img { padding-bottom: 10px;
        height: 50px;
        width: fit-content;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .swiper-slide {
        background-size: 100%;
        transition: background-size 0.3s;
    }
    .swiper-slide:hover {
        background-size: calc(100% + 100px);
        transition: background-size 500ms ease;
    }
    .swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 30px;
    }
 

    .horizontal-slider-wrapper {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
      }
      .vertical-slider-wrapper{display: block;}
      
      .horizontal-slider-item {
        width: 100vw;
        height: 100vh;
        flex-shrink: 0;
        display: flex;
        flex-direction: row;
        padding-bottom: 0;
      }
      .horizontal-slider-image,
      .horizontal-slider-content{width:50%;}
      .horizontal-slider-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      .horizontal-slider-content {
        display: flex;
        align-items: center;
        padding: 0 75px;
       }
     .horizontal-slider-content div{
        /* opacity: 0; */
        /* transform: translateY(100%);  */
        transition: 0.3s ease;
    }
    .horizontal-slider-content.active div{
        /* opacity:1; */
        /* transform: translateY(0%); */
         transition: 0.3s ease;
        }
    
    .pull-up-panel { margin-top: -40px;}
}



@media (min-width: 1600px) {
    .swiper-slide .content-overlay-wrapper {
        min-height: 650px;
    }
    .high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 20px; 
    }
    .model .high-text-carousel .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 24px; 
    }
    .swiper-container.vertical .swiper-slide .content-overlay-wrapper .content-overlay p {
        font-size: 35px;
    }
}