body,
html {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Figtree", sans-serif;
	font-optical-sizing: auto;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 100vh;
	overflow: hidden;
	margin: 0 auto;
}

#bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.content {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding: 20px;
	height: 100%;
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	/* align-items: center;*/
}

.info {
	top: 17rem;
	position: relative;
	text-transform: uppercase;
}

.info p {
	background-color: #ffbd03;
	display: inline-block;
	padding: 5px 18px;
	border-radius: 5px;
	color: #000000;
	margin: 0;
	font-size:40px;
	font-weight: 900;
}

.info-txt {
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 400px;
	top: 20rem;
	margin:auto;
	font-weight: 800;
	color: #ffffff;
	position: relative;
}

.info-txt p {
	
	font-weight: 800;
	text-transform: uppercase;
	/* padding: 20px 40px; */
	width: 85%;
	/*max-width: 1000px; */
	margin: 1rem auto;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	/* Ensure padding doesn't affect the width */

}


.info-txt p strong {
	color: #034d72;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.5; 
	display: block;
}

.no-feed-info-txt {
	/*display: flex;*/
	align-items: center;
	width: 90%;
	height: 400px;
	top: 23rem;
	position: relative;
	margin: auto;
}

.no-feed-info-txt h4 {
	font-size: 10rem;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #ffffff;
	font-weight: 900;
	text-shadow: 
        0px 3px 0px #cfcfcf,
        0px 6px 0px #808080,
        0px 12px 25px rgba(0, 0, 0, 0.8);
}
/* .no-feed-info-txt h4 {
	font-size: 10rem;
	margin-block-start: 0;
	margin-block-end: 0;
	font-weight: 900;
	background: linear-gradient(
		to bottom,
		#FFFFFF 0%,
		#FFFFFF 33%,
		#FFFFFF 33%,
		#FFFFFF 66%,
		#FFFFFF 66%,
		#FFFFFF 100%
	);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;


} */
.no-feed-info-txt p {
	font-size: 6rem;
	margin-block-start: 0;
	margin-block-end: 0;
	color: #ffffff;
	/* text-shadow: 1px 1px 2px #100f0f; */
	font-weight: bold;
	text-shadow: 
        0px 3px 0px #cfcfcf,
        0px 6px 0px #808080,
        0px 12px 25px rgba(0, 0, 0, 0.8);
}

.footer-partner {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
	border-top: 1px solid #0000003d;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.footer-partner ul li {
	display: inline-block;
	margin: 0px 0px 0px 15px;
	padding: 0px 10px 0px 10px;
	font-size: 30px;
	line-height: 1.5;
	font-weight: 600;
	color: #fff;
}
.st-btn{
	top: 24rem;
}
.st-btn span{
	padding: 10px 20px;
}
.hold-btn {
	width: 100%;
	position: relative;
}

.hold-btn span {
	font-size: 40px;
	font-weight: 800;	
	background: #d3d30c;
	color: #000000;
	border-radius: 10px;
	box-shadow: 0 0 8px rgb(6 130 193);
}

.upcoming-btn {
	width: 100%;
	position: relative;
}

.upcoming-btn span {
	font-size: 40px;
	font-weight: 800;
	background: #029559;
	color: #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 8px rgb(6 130 193);
}

.feed-over {
	width: 100%;
	position: relative;
}

.feed-over span {
	font-size: 40px;
	font-weight: 800;
	background: #71706f;
	color: #fffcfc;
	border-radius: 10px;
	box-shadow: 0 0 8px rgb(6 130 193);
}

/* Container */
.live-container {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #d60000;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(214, 0, 0, 0.6);
}

/* Live blinking dot */
.live-dot {
	width:0px;
	margin-left:15px;
	height: 20px;
	background: #ffffff;
	border-radius: 50%;
	animation: blink 1s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1;
	}
}

/* Alignment helpers */
.left {
	display: flex;
	justify-content: flex-start;
}

.right {
	display: flex;
	justify-content: flex-end;
}

.fs-24     { font-size: 24px !important; line-height: 1.5; display: block; }
.fs-28     { font-size: 28px !important; line-height: 1.5; display: block; }
.fs-32     { font-size: 32px !important; line-height: 1.5; display: block; }
.fs-36     { font-size: 36px !important; line-height: 1.5; display: block; }
.fs-40     { font-size: 40px !important; line-height: 1.5; display: block; }
.fs-44     { font-size: 44px !important; line-height: 1.5; display: block; }
.fs-48     { font-size: 48px !important; line-height: 1.5; display: block; }
.fs-52     { font-size: 52px !important; line-height: 1.5; display: block; }
.fs-56     { font-size: 56px !important; line-height: 1.5; display: block; }
.fs-60     { font-size: 60px !important; line-height: 1.5; display: block; }
.fs-64     { font-size: 64px !important; line-height: 1.5; display: block; }
.fs-68     { font-size: 68px !important; line-height: 1.5; display: block; }
.fs-72     { font-size: 72px !important; line-height: 1.5; display: block; }
.fs-76     { font-size: 76px !important; line-height: 1.5; display: block; }
.fs-80     { font-size: 80px !important; line-height: 1.5; display: block; }
.fs-84     { font-size: 84px !important; line-height: 1.5; display: block; }
.fs-88     { font-size: 88px !important; line-height: 1.5; display: block; }
.fs-92     { font-size: 92px !important; line-height: 1.5; display: block; }
.fs-96     { font-size: 96px !important; line-height: 1.5; display: block; }
.fs-100    { font-size: 100px !important; line-height: 1.5; display: block; }
.exclusive-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .exclusive-container .text-letter {
      font-size: 200px;
      font-weight: 900;
      color: #ffffff;
      text-transform: uppercase;
      display: inline-block;
      text-shadow: 
        0px 3px 0px #cfcfcf,
        0px 6px 0px #808080,
        0px 12px 25px rgba(0, 0, 0, 0.8);
    }

    .exclusive-container .part-left {
      animation: slideLeftLoop 3s ease-in-out infinite;
    }

    .exclusive-container .part-right {
      animation: slideRightLoop 3s ease-in-out infinite;
    }

   
    .exclusive-container .big-x {
      font-size: 300px;
      line-height: 1;
      margin: 0 -5px;
      animation: pulseXLoop 3s ease-in-out infinite;
    }

    
    @keyframes slideLeftLoop {
      0%, 20% {
        opacity: 0;
        transform: translateX(120px);
      }
      40%, 80% {
        opacity: 1;
        transform: translateX(0);
      }
      100% {
        opacity: 0;
        transform: translateX(120px);
      }
    }

    @keyframes slideRightLoop {
      0%, 20% {
        opacity: 0;
        transform: translateX(-120px);
      }
      40%, 80% {
        opacity: 1;
        transform: translateX(0);
      }
      100% {
        opacity: 0;
        transform: translateX(-120px);
      }
    }

    @keyframes pulseXLoop {
      0%, 20% {
        transform: scale(1.3);
      }
      40%, 80% {
        transform: scale(1);
      }
      100% {
        transform: scale(1.3);
      }
    }

	
  .breaking-container {
      text-align: center;
      perspective: 1000px;
    }

    .breaking-text {
      color: #ffffff; /* Yellow Color */
      font-size: 12rem;
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: 3px;
      text-transform: uppercase;
      text-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
      
      /* 5 second continuous loop animation */
      animation: videoLoop 5s ease-in-out infinite;
    }

    /* NEWS text ke liye thoda delay */
    .text-news {
      animation-delay: 0.2s;
    }

    /* Animation Keyframes: Intro -> Hold -> Out -> Repeat */
    @keyframes videoLoop {
      /* 0% to 15%: Zoom-in Intro (In Aaye) */
      0% {
        opacity: 0;
        transform: scale(3) translateZ(200px) rotateX(30deg);
        filter: blur(10px);
      }
      15% {
        opacity: 1;
        transform: scale(1) translateZ(0) rotateX(0deg);
        filter: blur(0px);
      }

      /* 15% to 80%: Screen par ruka rahe (Hold/Display) */
      80% {
        opacity: 1;
        transform: scale(1) translateZ(0) rotateX(0deg);
        filter: blur(0px);
      }

      /* 80% to 95%: Flip out / Disappear (Plat kar gayab ho jaye) */
      95%, 100% {
        opacity: 0;
        transform: scale(0.5) rotateY(180deg);
        filter: blur(8px);
      }
    }
.asian-games-wrapper {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        pointer-events: none;
        user-select: none;
        z-index: 10;
        font-family: 'Montserrat', 'Arial Black', sans-serif;
      }

      /* --- Centered Text Overlay --- */
      .asian-games-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -46%);
        width: 100%;
        text-align: center;
        z-index: 20;
      }

      .asian-games-badge {
        display: inline-block;
        font-size: 1.25rem;
        font-weight: 800;
        letter-spacing: 6px;
        color: #00F0FF;
        text-transform: uppercase;
        margin-bottom: 12px;
        text-shadow: 0 0 12px rgba(0, 240, 255, 0.7);
      }

      .asian-games-main-title {
        font-size: 12rem;
        font-weight: 950;
        line-height: 1;
        letter-spacing: 4px;
        text-transform: uppercase;
        color: #FFFFFF;
        filter: drop-shadow(0px 8px 0px rgba(0, 0, 0, 0.35))
                drop-shadow(0px 14px 22px rgba(0, 0, 0, 0.8));
      }

      .asian-games-accent {
        background: linear-gradient(90deg, #FF3366, #FF9900, #FFE600, #00F0FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }
      .asian-games-bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 94%;
        object-fit: cover; /* Keeps image aspect ratio filled across 1920x1080 */
        z-index: 1; /* First layer under tracks (z-index implicit) and text (z-index 20) */
        pointer-events: none;
        opacity: 0.4;
      }
      .asian-games-subtitle {
        margin-top: 14px;
        font-size: 5.2rem;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #FFFFFF;
        filter: drop-shadow(0px 5px 12px rgba(0, 0, 0, 0.9));
      }

      /* --- Animated Player Tracks --- */
      .player-track {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: space-around;
        opacity: 0.18;
      }

      .track-top {
        top: 18%;
        animation: trackFloatLeft 18s linear infinite;
      }

      .track-bottom {
        bottom: 12%;
        animation: trackFloatRight 22s linear infinite;
      }

      .player-svg {
        width: 65px;
        height: 65px;
        fill: #FFFFFF;
        filter: drop-shadow(0 0 8px #00F0FF);
      }

      /* Distinct player motion states */
      .player-runner { animation: athleteSprint 1.4s ease-in-out infinite alternate; }
      .player-boxer  { animation: athletePunch 0.9s ease-in-out infinite alternate; }
      .player-swimmer { animation: athleteSwim 2s ease-in-out infinite alternate; }
      .player-archer { animation: athleteAim 2.5s ease-in-out infinite alternate; }

      @keyframes trackFloatLeft {
        0% { transform: translateX(10%); }
        100% { transform: translateX(-10%); }
      }

      @keyframes trackFloatRight {
        0% { transform: translateX(-10%); }
        100% { transform: translateX(10%); }
      }

      @keyframes athleteSprint {
        0% { transform: translateY(0) skewX(-6deg); }
        100% { transform: translateY(-10px) skewX(8deg); }
      }

      @keyframes athletePunch {
        0% { transform: scale(0.95) rotate(-3deg); }
        100% { transform: scale(1.08) rotate(3deg); }
      }

      @keyframes athleteSwim {
        0% { transform: translateY(-4px) rotate(-5deg); }
        100% { transform: translateY(6px) rotate(5deg); }
      }

      @keyframes athleteAim {
        0% { transform: scale(1); }
        100% { transform: scale(1.04); }
      }
    /* Responsive for mobile */
    @media (max-width: 768px) {
      .breaking-text {
        font-size: 60px;
      }
    }