.wrulf-bg {
    background-image: url(../img/rounded_spiral-new-wrulf-bg-2.png), 
    url(../img/rounded_spiral-new-wrulf-bg-1.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 17%, auto;
}
.kclStats {
    z-index: 1;
    position: relative;
}
.kclStats::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), 
                      url(../img/rounded_spiral.png), 
                      url(../img/rounded_spiral.png);
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    opacity: 0.3;
    z-index: -1;
    background-size: 30%, 30%;
}
.text-center {
    text-align: center !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.pt-stats__title {
    text-align: left;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    margin-block: 25px;
}
.pt-stats__wrap {
    display: flex;
    justify-content: space-between;
    margin-block-end: 40px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
}
.slick-track:after, .slick-track:before {
    display: table;
    content: "";
}
.slick-initialized .slick-slide {
    display: block;
}
ul:not(.browser-default) li {
    list-style-type: none;
}
.pt-stats__box {
    position: relative;
    height: 360px;
    box-sizing: border-box;
    padding: 16px 10px;
    z-index: 0;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.pt-stats__box_wrap {
    position: relative;
    padding: 16px 10px;
    width: 100%;
    height: 100%;
}
.sm-flex {
    display: flex;
}
.pt-position {
    justify-content: start;
    align-items: start;
}
.pt-pos__number {
    position: relative;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    color: #11141c;
    z-index: 1;
    font-size: 65px;
    line-height: 65px;
    min-height: 65px;
    min-width: 26px;
}
.pt-pos__number .ot-border {
    position: absolute;
    z-index: -1;
    top: -3px;
    left: 3px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px #C4C4C4;
}
.pt-stats__wrap .standings_qualified {
    background-position: center center;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../img/qualified-home.png);
    background-size: 24px;
    margin-left: auto;
    margin-top: 7px;
    position: absolute;
    left: 5px;
    bottom: -24px;
    display: none;
}
.pt-pos__tname {
    font-family: "Work Sans", sans-serif;
    color: #11141c;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    margin-left: 10px;
    text-align: left;
    transform: translateY(4px);
}
.t-ct, .tp-holder-title {
    text-align: center;
}
.pt-team__logo.wipro {
border: 1px solid deeppink;
}
.pt-team__logo.infosys {
border: 1px solid blue;
}
.pt-team__logo.igniters {
border: 1px solid orangered;
}
.pt-team__logo.pb {
border: 1px solid black;
}
.pt-team__logo {
    border-bottom: 1px solid #d9d9d9;
    margin-block-end: 20px;
    padding-block-end: 10px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.pt-team__logo img {
    max-height: 100px;
}
img {
    vertical-align: middle;
}
.slick-slide img {
    display: block;
}
.pt-info {
    justify-content: space-evenly;
    margin-block-end: 30px;
}
.t-ct, .tp-holder-title {
    text-align: center;
}
.pt-stats_number {
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #11141c;
    margin-bottom: 0.5rem;
}
.pt-recent__form {
    margin-inline: 10px;
}
.pt-recent__title {
    font-size: 16px;
    color: #11141c;
    margin-block-end: 10px;
    font-style: italic;
    text-align: center;
}

.pt-recent__info, .pt-recent__title {
    font-weight: 700;
    line-height: 18px;
    font-family: "Work Sans", sans-serif;
    text-align: center;
}


.pt-stats__box_wrap:hover::after {
    transform: scale(1.03);
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
}

.pt-stats__box_wrap::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 12.0942px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.pt-info__stats {
    flex-direction: column;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #7f8184;
}
.carousel-indicators {
    bottom: -20px !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    border-radius: 8px;
}
#myCarousel {
    width: 50%
}
@media ((min-width: 300px) and (max-width: 700px)) {
    #myCarousel {
        width: 100% !important;
    }
    .floatLft.text-center  {
        margin-top: 0px !important;
    }
    .slick-slide {
        width: 50% !important;
    }
    .stat {
        background: #9D00FF;
        border-radius: 10px;
        padding: 10px !important;
        flex: 1 1 100px !important
    }
    .custom-slider-nav {
        position: relative !important;
    }
}
section.partnerSlides {
    background: #192A48;
    padding: 20px;
    background-image: url(../img/rounded_spiral-new-wrulf-bg-2.png), url(../img/rounded_spiral-new-wrulf-bg-1.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 17%, auto;
    COLOR: #fff
}
section.partnerSlides .swiper {
    height: auto;
}
section.partnerSlides h3 {
    color: #fff;
    text-align: center;
}
.partnerSwiper img {
    object-fit: scale-down !important;
}
.customContentSection {
    width: 275px;
    height: auto;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-radius: 16px;
    background: #ffff;
}
.customContentSection img {
    width: 275px !important;
    height: 275px !important;
    object-fit: scale-down !important;
    border-radius: 16px;
}
.scoreDetails {
    padding: 10px 20px 1px 20px;
}
.playerName {
    color: #192A48;
    font-size: 26px;
    font-weight: 800;
}
.teamName {
    color: #3f0470;
    font-size: 18px;
    font-weight: 600;
}
.kclExclusives {
    position: relative;
}
.custom-slider-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 15px;
      position: absolute;
    top: 0;
    right: 0;
}

#custom-prev,
#custom-next {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

#custom-prev:hover,
#custom-next:hover {
  background-color: #0056b3;
}
.marquee-container {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
      width: 100%;
      background: #ffff;
      padding: 20px 0;
    }

    .marquee-track {
      display: inline-block;
      animation: marquee 20s linear infinite;
    }

    .marquee-item {
        display: inline-block;
        font-weight: 900;
        font-style: italic;
        text-align: center;
    }
    .marquee-track img {
      height: 100px;
      margin: 0 20px;
    }

    @keyframes marquee {
      0% { transform: translateX(0%); }
      100% { transform: translateX(-100%); }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .marquee-track img {
        height: 70px;
        margin: 0 10px;
      }
    }