	/*topvideo*/
	.video-section{
    display:flex;
    gap:20px;
    background:#000;
    padding:20px;
    align-items:flex-start;
}

.video-main{
    flex:2;
    min-width:0;
}

.video-main iframe{
    width:100%;
    height:420px;
    border:none;
    display:block;
    background:#111;
}

#mainTitle{
    color:rgb(255, 255, 255);
    font-size:20px;
    font-weight:600;
    line-height:1.4;
    margin:16px 0 8px;
}

.main-video-meta{
    font-size:13px;
    color:#aaa;
    line-height:1.5;
}

.video-list{
    flex:1;
    max-height:525px;
    overflow-y:auto;
    padding-right:6px;
}

/*scrollbar*/
.video-list::-webkit-scrollbar {
    width: 8px; /* scrollbar width */
}

.video-list::-webkit-scrollbar-track {
    background: #f1f1f1; /* track color */
    border-radius: 10px;
}

.video-list::-webkit-scrollbar-thumb {
    background: #ff3c00; /* scrollbar color */
    border-radius: 10px;
}

.video-list::-webkit-scrollbar-thumb:hover {
    background: #cc2f00; /* hover color */
}
/*scrollbar*/

.video-item{
    display:flex;
    gap:12px;
    cursor:pointer;
    padding:10px 8px;
    border-bottom:1px solid rgba(255,255,255,0.12);
    transition:background 0.3s ease;
}

.video-item:hover{
    background:rgba(255,255,255,0.08);
}

.video-item.active{
    background:rgba(255,255,255,0.12);
}

.video-item img{
    width:140px;
    height:80px;
    object-fit:cover;
    flex-shrink:0;
    display:block;
}

.video-info{
    flex:1;
    min-width:0;
}

.video-title{
    color:rgb(255, 255, 255);
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    margin-bottom:6px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.video-meta{
    color:#aaa;
    font-size:12px;
    line-height:1.5;
}

.video-category{
    color:#ff4d4d;
    font-weight:600;
}

.video-dot{
    margin:0 6px;
}

.video-list::-webkit-scrollbar{
    width:6px;
}

.video-list::-webkit-scrollbar-track{
    background:#1a1a1a;
}

.video-list::-webkit-scrollbar-thumb{
    background:#555;
    border-radius:10px;
}

.video-list::-webkit-scrollbar-thumb:hover{
    background:#777;
}

@media (max-width: 991px){
    .video-section{
        flex-direction:column;
    }

    .video-list{
        max-height:350px;
        width:100%;
    }

    .video-main iframe{
        height:320px;
    }
}

@media (max-width: 575px){
    .video-main iframe{
        height:220px;
    }

    .video-item img{
        width:110px;
        height:68px;
    }

    .video-title{
        font-size:14px;
    }

    .video-meta{
        font-size:11px;
    }

    #mainTitle{
        font-size:17px;
    }
}
	/*topvideo*/
	.featured-news{
display:flex;
gap:25px;
margin-bottom:20px;
}

.featured-img{
flex:1;
}

.featured-img img{
width:100%;
height:260px;
object-fit:cover;
}

.featured-text{
flex:1;
}

.news-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.news-card{
display:flex;
gap:10px;
border-bottom:1px solid #eee;
padding-bottom:10px;
}

.news-card img{
width:120px;
height:80px;
object-fit:cover;
}
	
	/*******/
.news-section{
width:100%;
margin:auto;
}

/* FEATURED */

.featured-news{
display:flex;
gap:25px;
padding-bottom:20px;
border-bottom:1px solid #ddd;
margin-bottom:20px;
}

.featured-img{
flex:1;
}

.featured-img img{
width:100%;
height:260px;
object-fit:cover;
border-radius:6px;
}

.featured-text{
flex:1;
}

.featured-title{
font-size:26px;
font-weight:700;
line-height:1.3;
margin-bottom:10px;
}

.featured-title a{
color:#111;
text-decoration:none;
}

.featured-title a:hover{
color:#c00;
}

.featured-desc{
font-size:15px;
color:#555;
margin-bottom:10px;
}

.featured-meta{
font-size:13px;
color:#777;
}

.featured-meta .cat{
color:#e74c3c;
font-weight:600;
}

.featured-meta .dot{
margin:0 6px;
}

/* SMALL NEWS GRID */

.news-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.news-card{
display:flex;
gap:10px;
border-bottom:1px solid #eee;
padding-bottom:10px;
}

.news-card img{
width:120px;
height:80px;
object-fit:cover;
border-radius:4px;
}

.news-card h3{
font-size:16px;
line-height:1.3;
}

/* HOVER */

.news-card:hover h3{
color:#c00;
}

/* RESPONSIVE */

@media(max-width:768px){

.featured-news{
flex-direction:column;
}

.featured-img img{
height:220px;
}

.news-grid{
grid-template-columns:1fr;
}

}
	
	/*footerbanner*/

    .footer-banner-slider{
    position:relative;
    overflow:hidden;
    }
    
    .footer-banner-slide{
    display:none;
    text-align:center;
    }
    
    .footer-banner-slide.active{
    display:block;
    }
    
    .footer-banner-slide img{
    height:auto;
    }
    
    .banner-video{
    height:auto;
    }
	/*footerbanner*/
	
	/*topbanner*/

/* slides */

.top-banner-slide{
    display:none;
    width:100%;
    height:100%;
    text-align:center;
}

.top-banner-slide.active{
    display:block;
}

/* image */

.top-banner-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* video */

.top-banner-video{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* video wrapper */

.video-wrapper{
    position:relative;
    width:100%;
    height:100%;
}

/* sound button */

.sound-btn{
    position:absolute;
    bottom:10px;
    right:10px;
    background:rgba(0,0,0,0.6);
    color:white;
    border:none;
    padding:6px 10px;
    cursor:pointer;
    border-radius:4px;
    font-size:14px;
}

/* fallback ad */

.ad-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    background:#f5f5f5;
    font-weight:bold;
    color:#666;
}

/* ---------- Mobile ---------- */

@media (max-width:768px){

.sound-btn{
    padding:4px 8px;
    font-size:12px;
}

.ad-placeholder{
    font-size:16px;
}

}

/* ---------- Small Mobile ---------- */

@media (max-width:480px){

.sound-btn{
    bottom:6px;
    right:6px;
}

.ad-placeholder{
    font-size:14px;
}

}
	/*topbanner*/
		.top-card {
			transition: opacity 0.6s ease, transform 0.6s ease;
		}

		.top-card.fade-out {
			opacity: 0;
			transform: scale(0.98);
		}

		.top-card.fade-in {
			opacity: 1;
			transform: scale(1);
		}

		.info-widget {
			display: flex;
			flex-direction: column;
			gap: 25px;
		}

		/* Common Card Style */
		.widget-card {
			/* border-radius: 20px; */
			padding: 25px;
			box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
			backdrop-filter: blur(10px);
			transition: 0.3s ease;
		}

		.widget-card:hover {
			transform: translateY(-5px);
		}

		/* Headers */
		.widget-header h3 {
			font-size: 18px;
			font-weight: 600;
			margin-bottom: 15px;
			color: #fff;
		}

		/* Weather Card Gradient */
		.weather-card {
			margin-top: 5%;
			background: linear-gradient(135deg, #00c6ff, #0072ff);
			color: #fff;
		}

		/* Form Styling */
		.weather-form {
			display: flex;
			flex-direction: column;
			gap: 10px;
		}

		.weather-form input {
			padding: 10px;
			border-radius: 10px;
			border: none;
			outline: none;
		}

		.weather-form button {
			background: #ffffff;
			color: #0072ff;
			border: none;
			padding: 10px;
			border-radius: 10px;
			font-weight: 600;
			cursor: pointer;
			transition: 0.3s;
		}

		.weather-form button:hover {
			background: #f1f1f1;
		}

		.weather-result {
			/* margin-top: 15px; */
			background: rgba(255, 255, 255, 0.2);
			padding: 12px;
			border-radius: 10px;
		}

		/* Metal Card Gradient */
		.metal-card {
			background: linear-gradient(135deg, #f7971e, #ffd200);
			color: #fff;
		}

		/* Metal Items */
		.metal-item {
			display: flex;
			align-items: center;
			background: rgba(255, 255, 255, 0.2);
			padding: 12px;
			border-radius: 12px;
			/* margin-bottom: 12px; */
			transition: 0.3s;
		}

		.metal-item:hover {
			background: rgba(255, 255, 255, 0.35);
		}

		.metal-icon {
			font-size: 22px;
			margin-right: 15px;
		}

		.metal-text {
			display: flex;
			flex-direction: column;
			font-weight: 600;
		}

		.metal-text span {
			font-size: 14px;
			font-weight: 400;
		}

		.gold-coin {
			width: 48px;
			height: 48px;
			border-radius: 50%;
			background: radial-gradient(circle at 30% 30%, #fff5b0, #ffd700, #f4b400);
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: bold;
			color: #8B7500;
			font-size: 14px;
			box-shadow:
				0 6px 15px rgba(255, 193, 7, 0.6),
				inset 0 3px 6px rgba(255, 255, 255, 0.7),
				inset 0 -3px 6px rgba(0, 0, 0, 0.2);
			position: relative;
			overflow: hidden;
		}

		/* Shine animation */
		.gold-coin::after {
			content: "";
			position: absolute;
			top: 0;
			left: -100%;
			width: 50%;
			height: 100%;
			background: rgba(255, 255, 255, 0.5);
			transform: skewX(-20deg);
			animation: coinShine 3s infinite;
		}

		@keyframes coinShine {
			0% {
				left: -100%;
			}

			100% {
				left: 150%;
			}
		}

		.silver-coin {
			width: 48px;
			height: 48px;
			border-radius: 50%;
			background: radial-gradient(circle at 30% 30%, #ffffff, #c0c0c0, #9e9e9e);
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: bold;
			color: #555;
			font-size: 14px;
			box-shadow:
				0 6px 15px rgba(150, 150, 150, 0.5),
				inset 0 3px 6px rgba(255, 255, 255, 0.7),
				inset 0 -3px 6px rgba(0, 0, 0, 0.2);
			position: relative;
			overflow: hidden;
		}

		/* Shine animation */
		.silver-coin::after {
			content: "";
			position: absolute;
			top: 0;
			left: -100%;
			width: 50%;
			height: 100%;
			background: rgba(255, 255, 255, 0.5);
			transform: skewX(-20deg);
			animation: coinShine 3s infinite;
		}

		/* Red Live Dot */
		.live-dot {
			width: 16px;
			height: 16px;
			background: #ff0000;
			border-radius: 50%;
			position: relative;
		}

		/* Pulse Ring */
		.live-dot::before {
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			background: #ff0000;
			border-radius: 50%;
			animation: pulse 1.5s infinite;
			opacity: 0.6;
		}

		@keyframes pulse {
			0% {
				transform: scale(1);
				opacity: 0.6;
			}

			70% {
				transform: scale(2.8);
				opacity: 0;
			}

			100% {
				transform: scale(1);
				opacity: 0;
			}
		}

		.live-youtube-text {
			display: flex;
			gap: 1rem;
			justify-content: center;
			align-items: center;
			border: 2px solid red;
			padding: 0.6rem;
			margin-bottom: 1rem;
			border-radius: 7px;
			color: red;
		}

		.video-box {
			position: relative;
			/* border-radius: 18px; */
			overflow: hidden;
			transition: all 0.4s ease;
			/* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); */
		}

		.video-box:hover {
			transform: scale(1.1);
			z-index: 10;
		}

		.video-frame {
			width: 100%;
			height: 215px;
			/* border-radius: 18px; */
			transition: transform 0.4s ease;
		}

		.page-btn {
			display: inline-block;
			width: 40px;
			height: 40px;
			line-height: 40px;
			margin: 5px;
			border-radius: 50%;
			background: #eee;
			text-align: center;
			text-decoration: none;
			font-weight: 600;
			color: #333;
			cursor: pointer;
			transition: 0.3s;
		}

		.page-btn:hover,
		.page-btn.active {
			background: red;
			color: #fff;
		}
		
	    #searchResultBox{
        position:absolute;
        top:45px;
        left:0;
        width:100%;
        background:#fff;
        max-height:350px;
        overflow-y:auto;
        border:1px solid #ddd;
        box-shadow:0 5px 15px rgba(0,0,0,0.1);
        z-index:99999;
        display:none;
        }
        
        .search-item{
        display:flex;
        gap:10px;
        padding:10px;
        border-bottom:1px solid #eee;
        align-items:center;
        cursor:pointer;
        }
        
        .search-item img{
        width:60px;
        height:45px;
        object-fit:cover;
        }
        
        .search-item:hover{
        background:#f7f7f7;
        }
        
        .no-result{
        padding:15px;
        text-align:center;
        color:#999;
        }
        
        /*footer*/
        .text-secondary{
            color:#9aa0a6;
            text-decoration:none;
            font-size:14px;
        }
        
        .text-secondary:hover{
            color:#ffffff;
            padding-left:5px;
            transition:0.3s;
        }
        
        /* headline container */
        .headline-box{
            flex: 1;
            max-width: calc(100% - 260px); /* space reserved for search */
        }
        
        @media(max-width:768px){
            .headline-box{
            display: none;
        }
        
        #topsearchbar{
            display: flex;
            flex-direction: column;
            padding: 0.5rem 2rem;
        }
        #topsearchbarwidth{
            width: stretch;
        }
        }
        
        /* headline text area */
        .headline-text{
            display: -webkit-box;
            -webkit-line-clamp: 2;      /* allow max 2 lines */
            -webkit-box-orient: vertical;
            overflow: hidden;
            line-height: 22px;
            max-height: 44px;          /* 2 line height */
            word-break: break-word;
        }
        
        /* prevent search bar from moving */
        .size-a-2{
            width: 250px;
            flex-shrink: 0;
        }
        *{
box-sizing:border-box;
}
        /*content*/
        /* SIDE STICKY ADS */

.side-ad{
    position: fixed;
    width: 160px;
    z-index: 999;
    transition: top 0.2s ease;
}
.side-ad{
    transition: all 0.3s ease;
}

/* When near footer */
.side-ad.stop{
    position: absolute;
}

.side-ad img{
width:160px;
height:auto;
display:block;
}

/* LEFT AD */

.left-ad{
left:10px;
}

/* RIGHT AD */

.right-ad{
right:10px;
}

/* HIDE ON SMALL SCREENS */

@media (max-width:1400px){
.side-ad{
display:none;
}
}

        /*content*/
         
          /*editor section*/
          .editor-section{
border-radius:12px;
color:black;
margin-top:20px;
margin-bottom: 41px;
}

.editor-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:15px;
}

.editor-header h3{
font-size:22px;
font-weight:600;
}

/* SCROLL CONTAINER */

.editor-scroll{
display:flex;
gap:20px;
overflow-x:auto;
scroll-behavior:smooth;
padding-bottom:5px;
}

.editor-scroll::-webkit-scrollbar{
height:6px;
}

.editor-scroll::-webkit-scrollbar-thumb{
background:#444;
border-radius:10px;
}

/* CARD */

.editor-card{
background:#faebd766;
border-radius:10px;
min-width:48%;
flex:0 0 48%;
overflow:hidden;
display:flex;
flex-direction:column;
}

/* IMAGE */

.editor-img img{
width:100%;
height:220px;
object-fit:cover;
}

/* CONTENT */

.editor-content{
padding:15px;
}

.editor-meta{
font-size:13px;
color:#0f0f0f;
margin-bottom:6px;
}

.editor-author{
font-size:14px;
font-weight:600;
margin-bottom:10px;
color:#0f0f0f;
}

.editor-text{
font-size:14px;
line-height:1.6;
color:#0f0f0f;
margin-bottom:10px;
}

.read-more{
color:#4da3ff;
font-size:14px;
text-decoration:none;
}

/* MOBILE */

@media(max-width:768px){

.editor-card{
min-width:85%;
flex:0 0 85%;
}

.editor-img img{
height:180px;
}

}
          /*editor section*/
          
          
.video-box{
    display:block;
    width:100%;
    overflow:hidden;
    margin-top:20px;
    cursor:pointer;
}

.video-box video{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}
.video-box,
.video-box:hover {
    transform: none !important;
    scale: 1 !important;
}

.video-box video,
.video-box:hover video {
    transform: none !important;
    scale: 1 !important;
}


/*for card section*/


/* ===== MAIN SECTION ===== */
.custom-news-section{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

/* ================= LEFT BIG SLIDER ================= */
.custom-news-left{
     flex:2;
    position:relative;
    height:422px;
    overflow:hidden;
    border-radius: 12px;
}
.custom-news-left iframe{
    width:100%;
    height:100%;
    border:none;
}
/* slides */
.custom-slide{
    display:none;
}

.custom-slide.active{
    opacity:1;
    z-index:2;
}

.custom-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:12px;
    transition:0.4s;
}

.custom-slide:hover img{
    transform:scale(1.05);
}

/* overlay */
.custom-overlay{
    position:absolute;
    bottom:0;
    width:100%;
    padding:20px;
    color:#fff;
    background:linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.custom-overlay h2{
    font-size:20px;
    margin:10px 0;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* ================= RIGHT SIDE GRID ================= */
.custom-news-right{
    flex:1;
    display:grid;
    /*grid-template-columns:repeat(2, 1fr);*/
    gap:4px;
    max-height: 60.5vh;
}

/* CARD (FULL IMAGE OVERLAY STYLE) */
.custom-card{
    position:relative;
    display:block;
    /*height:50%;*/
    border-radius:10px;
    overflow:hidden;
    text-decoration:none;
    color:#fff;
}

/* IMAGE */
.custom-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.4s;
}

/* hover effect */
.custom-card:hover img{
    transform:scale(1.08);
}

/* overlay content */
.custom-content{
    position:absolute;
    bottom:0;
    width:100%;
    padding:10px;
    background:linear-gradient(to top, rgba(0,0,0,0.9), transparent);
}

/* TITLE */
.custom-content h4{
    font-size:13px;
    margin:5px 0;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* CATEGORY */
.custom-cat{
    background:#e60023;
    color:#fff;
    font-size:10px;
    padding:2px 6px;
    border-radius:3px;
}

/* META */
.custom-meta{
    font-size:10px;
    color:#ddd;
}

/* ================= MOBILE ================= */
@media(max-width:768px){

    .custom-news-section{
        flex-direction:column;
    }

    /* slider becomes horizontal scroll */
    .custom-news-left{
        display:flex;
        overflow-x:auto;
        gap:10px;
        height:auto;
        scroll-snap-type:x mandatory;
    }
    .custom-news-left iframe{
            height: 17rem;
    }

    .custom-slide{
        position:relative;
        min-width:85%;
        height:220px;
        opacity:1 !important;
        flex:0 0 auto;
        scroll-snap-align:start;
    }

    /* right side becomes 1 column */
    .custom-news-right{
        grid-template-columns:1fr;
    }
    
        /* overlay */
    .custom-overlay{
        position:absolute;
        bottom:0;
        width:100%;
        padding:9px;
        color:#fff;
        background:linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    }
    
    .custom-overlay h2{
        font-size:14px;
        margin:4px 0;
        line-height:1.4;
    
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
}


/* ===== PHOTO SECTION ===== */
.photo-section{
    margin-top:30px;
}

.photo-header h3{
    font-size:20px;
    font-weight:700;
    display:inline-block;
    padding-bottom:5px;
}

/* wrapper */
.photo-wrapper{
    position:relative;
    margin-top:15px;
}

/* scroll container */
.photo-scroll{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
}

.photo-scroll::-webkit-scrollbar{
    display:none;
}

/* card */
.photo-card{
    min-width:260px;
    text-decoration:none;
    color:#000;
}

/* image */
.photo-img{
    position:relative;
    border-radius:10px;
    overflow:hidden;
}

.photo-img img{
    width:100%;
    height:160px;
    object-fit:cover;
    border-radius:10px;
    transition:0.3s;
}

/* hover zoom */
.photo-card:hover img{
    transform:scale(1.05);
}

/* camera icon */
.photo-icon{
    position:absolute;
    bottom:10px;
    left:10px;
    background:#fff;
    border-radius:50%;
    padding:6px;
    font-size:14px;
}

/* title */
.photo-card p{
    font-size:14px;
    margin-top:8px;
    line-height:1.4;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* arrows */
.photo-arrow{
    position:absolute;
    top:40%;
    transform:translateY(-50%);
    background:#000;
    color:#fff;
    border:none;
    width:35px;
    height:35px;
    border-radius:50%;
    cursor:pointer;
    z-index:2;
}

.photo-arrow.left{
    left:-10px;
}

.photo-arrow.right{
    right:-10px;
}

/* mobile */
@media(max-width:768px){

    .photo-card{
        min-width:200px;
    }

    .photo-img img{
        height:130px;
    }

}


/*hero section*/
.hero-news-custom{
    display:flex;
    width:100%;
    height:420px;
    position:relative;
    overflow:hidden;
    /*border-radius:12px;*/
    margin-bottom:20px;
}

.hero-left-custom{
    width:100%;
    height:100%;
    position:relative;
}

.hero-slide-custom{
    position:absolute;
    width:100%;
    height:100%;
    opacity:0;
    transition:0.6s ease;
}

.hero-slide-custom img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hero-slide-custom.active{
    opacity:1;
}

.hero-right-custom{
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:66%;
    background: linear-gradient(to left, rgba(0,0,0,0.95) 40%, rgba(0,0,0,0.6) 70%, transparent);
    display:flex;
    align-items:center;
    padding:30px;
}

.hero-content-custom{
    color:#fff;
    max-width:400px;
    margin-left: 36%;
}

.hero-content-custom h1{
    font-size:22px;
    line-height:1.4;
    margin-bottom:15px;
}

.live-badge-custom{
    background:#e60023;
    padding:4px 10px;
    border-radius:4px;
    font-size:11px;
    margin-bottom:10px;
    display:inline-block;
}

.sub-news-custom{
    font-size:13px;
    color:#ddd;
    margin-bottom:8px;
}

/* MOBILE */
@media(max-width:768px){
    .hero-news-custom{
        height:300px;
    }

    .hero-right-custom{
        width:100%;
        bottom:0;
        top:auto;
        background:linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    }
    .sub-news-custom{
    font-size:7px;
    color:#ddd;
    margin-bottom:8px;
    }
    .hero-content-custom h1{
        font-size:11px;
        line-height:1.4;
        margin-bottom:15px;
    }
    .hero-content-custom{
    color:#fff;
    max-width:400px;
    margin-left: 34%;
    margin-top: 9rem;
    }
}

