.discipline-section {
    background: #2F2482;
    padding-top: 6rem;
    padding-bottom: 70px;
}

.outer-border {
    border-radius: 43rem;
    border: 5px solid #fff;
}

.discipline-section svg {
    width: 100%;
    height: auto;
}
.banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89%;
    max-width: 100%;
    height: 78%;
    border: 7px solid #fff;
    border-radius: 45rem;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.banner-img.show {
    opacity: 1;
    z-index: 1;
}


.banner-img {
    transition: opacity 1s ease-in-out;
    opacity: 1;
}


.outer-border .news-line{
    font-size: 21px !important;
}
.outer-border {
    position: relative; /* Ensure absolute positioning inside works */
    display: flex;
    justify-content: center;
    align-items: center;
}
span strong {
    color: #2F2482 !important;
}
.white-sec span strong {
    color: #ffffff !important;
}
li strong span  {
    color: #2F2482 !important;
}

.Marquee-tag:hover {
    cursor: pointer;
}

.Marquee {
    background: #2F2482;
    width: 100%;
    color: white;
    padding: 10px;
    font-weight: 200;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.Marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 10s linear infinite;
}

.Marquee-content:hover {
    animation-play-state: paused;
}

.Marquee-tag {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.container {
    max-width: 1280px !important;
}
.line-img {
    left: -28px;
    top: 32px;
    z-index: 1;
}
.line-img.sec-line {
    top: 64px;
}
/* sports sect */
.mid-sec {
    height: auto;
    position: relative;
    background-image: url(/images/sports-banner.png?585ba44416a896567f5601de22dfa4b5);
    background-size: cover;
    background-position: center;
    padding: 98px 0px 241px 0px;
    z-index: 1; /* Ensure it stays above other elements */
}
.event-mid-sec{
    height: auto;
    position: relative;
    background-image: url(/images/events.png?740f3aab7320eff9b3be4f891d1c50ab);
    background-size: cover;
    background-position: center;
    padding: 98px 0px 241px 0px;
    z-index: 1; 
}
/* Add overlay */
.sub-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 86%);
    z-index: -1; /* Place it behind the content */
}
.last-shape {
    bottom: 42px;
    height: 120px;
    z-index: 3 !important;
}
.ist-shape {
    height: 120px;
    top: 46px !important;
    z-index: 3 !important;
}
.boxer {
    top: -194px !important;
    z-index: 5;
}
.boxer-two {
    bottom: 108px !important;
    z-index: 5;
}
h2.number{
    font-size: 90px;
}
.kpi-wrapper img{
    height: 301px;
    -o-object-fit: cover;
       object-fit: cover;
}
.kpi-wrapper {
    height: 300px;
    background: #FFCC54;
}
.kpi-wrap:nth-child(1) .kpi-wrapper {
    background: #FFF1EB !important;
}
.kpi-wrap:nth-child(3) .kpi-wrapper {
    background: #ffffff !important;
}
.kpi-wrap:nth-child(5) .kpi-wrapper {
    background: #F58220 !important;
}
.kpi-wrap:nth-child(1) .kpi-wrapper h2, .kpi-wrap:nth-child(1) .kpi-wrapper p {
    color: #2F2482 !important;
    }
.kpi-wrap:nth-child(3) .kpi-wrapper h2, .kpi-wrap:nth-child(3) .kpi-wrapper p {
color: #2F2482 !important;
}
.kpi-wrap:nth-child(5) .kpi-wrapper h2, .kpi-wrap:nth-child(5) .kpi-wrapper p {
    color: #fff !important;
    }
.achievement-sec{
    margin-top: -3px;
}
/* video */
.video-wrappers {
    position: relative;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
}
.play-icon {
    background: #F58220;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 25rem;
}
.video-wrappers iframe{
    height: 370px;
}
img.video-poster {
    width: 100%;
    cursor: pointer;
    height: 370px;
    -o-object-fit: cover;
       object-fit: cover;
}

.iframe-container {
    display: none;
    width: 100%;
    height: 180px;
    position: relative;
}

.progress-container {
    width: 100%;
    height: 5px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}

.progress-bar {
    width: 0;
    height: 100%;
    background: #ff1e1b;
}

.timer {
    position: absolute;
    top: 5px;
    left: 10px;
    color: white;
    font-size: 12px;
    font-family: Arial, sans-serif;
}

.video-info {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.video-info p {
    margin: 0;
    color: gray;
    font-size: 12px;
}

.play-icon i {
    color: #fff;
}

.play-icon:hover{
 opacity: 0.8;
}

/* testimonial tab */

.testimonial-tab li.nav-item button.nav-link{
    border-radius: 0px; 
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.testimonial-tab li button.nav-link.active {
    background: #2F2482;
    color: #fff;
    border: 1px solid #2F2482;
}

/* event sec */
.event-card p, .event-cardspan{
    font-size: 14px;
    color: #333333;
}
a.know-btn {
    color: #2F2482;
}
a.know-btn svg path{
    fill:  #2F2482;
}
a.know-btn:hover {
    color:  #333333;
}
a.know-btn:hover svg path {
    fill:  #333333;
}
.events-tab li.nav-item button.nav-link{
    border-radius: 0px; 
    background-color:#fff;
    color: #000;
}
.events-tab li button.nav-link.active {
    background: #2F2482;
    color: #fff;
}
/* blog -card */
.blog-card .card-footer{
border-top: 1px solid #2F2482 !important;
}
.blog-badge {
    background: #F58220;
    font-size: 13px;
}
.blog-card-image{
    height: 170px;
}
.blog-wrap:nth-child(4) .blog-card .row {
   align-items: start !important;
}
.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2f2482f2;
}
.left-col {
    z-index: 1;
}
.video-play {
    width: 50px;
    height: 50px;
    border-radius: 25rem;
    border: 1px solid #000;
}

.video-play i{
   color: #000000;
}
.breadcrum-overlay .row{
    z-index: 33;
}
.collapse {
    visibility: visible !important;
}

.all-banner-image {
height: auto !important;
}
.all-text p{
    text-align: justify;
}
.custom-gallery {
    display: grid
;
    grid-template-columns: auto auto auto auto;
    /* height: 300px; */
    gap: 10px;
}

.gallery-item img {
    height: 290px;
}
.date-para {
    font-size: 14px;
}
.card-footer-border{
    border-top:1px solid #2F2482 !important;
}
.all-text-height h4 {
    height: 55px;
}

/* home-banner image css */
.banner-img {
    display: none;
    transition: opacity 0.5s ease-in-out;
}

.banner-img.show {
    display: block;
}
.slide-img {
    width: 100%;
    display: none;
  }
.slider-dots {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 22;
    transform: translateX(-50%);
}
.slider-dots .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
}
.slider-dots .dot.active {
    background-color: #F58220;
}
