/* Banner Fix */
	.banner-wrapper {
	width: 100%;
	overflow: visible;
	}
	.banner-wrapper .flexslider {
	margin: 0;
	padding: 0;
	border: none;
	}
	.banner-wrapper .flexslider .slides li {
	position: relative;
	}
	.banner-wrapper .flexslider .slides img {
	width: 100%;
	height: auto;
	display: block;
	}
	
	/* Mobile Banner - Simple Full Width */
	@media (max-width: 768px) {
	.banner-wrapper .flexslider .slides img {
	width: 100% !important;
	height: auto !important;
	object-fit: unset !important;
	transform: none !important;
	}
	}

/* Styling for the blinking effect */
	.blinking {
	animation: blinker 1s linear infinite;
	color: red;
	font-weight: bold;
	}
	
	@keyframes blinker {
	50% {
	opacity: 0;
	}
	}

.centers-scroll {
	font-size: 0.85rem;
	background-color: #f8f9fa;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	}
	
	/* Mobile: Marquee fixed at bottom */
	@media (max-width: 768px) {
	.centers-scroll {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 2147483647 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	box-shadow: 0 -4px 15px rgba(0,0,0,0.2) !important;
	padding: 12px 15px !important;
	border-top: 3px solid #0262af !important;
	}
	
	body {
	padding-bottom: 50px !important;
	}
	}

@media (max-width: 768px) {
    .hex-badge {
        padding: 10px 28px;
        font-size: 11px;
        letter-spacing: 2px;
    }
}

		/* Welcome Section Styles */
		.welcome-section {
		padding: 60px 20px;
		background: linear-gradient(135deg, #f8fafc 0%, #e8f4fc 50%, #f0f7ff 100%);
		position: relative;
		overflow: hidden;
		}
		.welcome-section::before {
		content: '';
		position: absolute;
		top: -50%;
		right: -20%;
		width: 500px;
		height: 500px;
		background: radial-gradient(circle, rgba(2,98,175,0.08) 0%, transparent 70%);
		border-radius: 50%;
		}
		.welcome-section::after {
		content: '';
		position: absolute;
		bottom: -30%;
		left: -10%;
		width: 400px;
		height: 400px;
		background: radial-gradient(circle, rgba(220,53,69,0.06) 0%, transparent 70%);
		border-radius: 50%;
		}
		.welcome-content {
		position: relative;
		z-index: 1;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 0;
		}
		.welcome-badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: linear-gradient(135deg, #0262af, #0288d1);
		color: #fff;
		padding: 8px 20px;
		border-radius: 50px;
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 20px;
		box-shadow: 0 4px 15px rgba(2,98,175,0.3);
		}
		.welcome-badge i {
		font-size: 14px;
		}
		.welcome-title {
		font-size: 32px;
		font-weight: 800;
		color: #1a365d;
		margin-bottom: 20px;
		line-height: 1.3;
		}
		.welcome-divider {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
		margin-bottom: 25px;
		}
		.welcome-divider span {
		width: 60px;
		height: 3px;
		background: linear-gradient(90deg, transparent, #0262af);
		border-radius: 2px;
		}
		.welcome-divider span:last-child {
		background: linear-gradient(90deg, #0262af, transparent);
		}
		.welcome-divider i {
		color: #dc3545;
		font-size: 18px;
		}
		.welcome-content .welcome-text {
		font-size: 16px;
		color: #4a5568;
		line-height: 1.8;
		margin: 0 !important;
		margin-bottom: 0 !important;
		padding: 0 !important;
		min-height: auto !important;
		}
		.welcome-content .welcome-text p,
		.welcome-content .welcome-text p:last-child,
		.welcome-section .welcome-content .welcome-text p {
		margin: 0 !important;
		padding: 0 !important;
		margin-bottom: 0 !important;
		margin-top: 0 !important;
		}
		.welcome-btn-new {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: linear-gradient(135deg, #1a365d, #2d4a6f);
		color: #fff;
		padding: 10px 25px;
		border-radius: 50px;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		box-shadow: 0 4px 15px rgba(26,54,93,0.3);
		transition: all 0.3s ease;
		margin-top: 69px !important;
		}
		.welcome-btn-new:hover {
		background: linear-gradient(135deg, #0262af, #0288d1);
		box-shadow: 0 8px 25px rgba(2,98,175,0.4);
		color: #fff;
		transform: translateY(-3px);
		}
		.welcome-btn-new i {
		transition: transform 0.3s;
		}
		.welcome-btn-new:hover i {
		transform: translateX(5px);
		}
		@media (max-width: 768px) {
		.welcome-section {
		padding: 40px 15px;
		}
		.welcome-title {
		font-size: 24px;
		}
		.welcome-text {
		font-size: 14px;
		}
		.welcome-btn {
		padding: 12px 25px;
		font-size: 14px;
		}
		.welcome-divider span {
		width: 40px;
		}
		}

/* ========== DESIGN V3: TABS + GRID ========== */
		.org-tabs-section {
		padding: 60px 20px;
		background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 50%, #f0fdf4 100%);
		}
		.org-tabs-section .container {
		max-width: 1200px;
		margin: 0 auto;
		}
		
		/* Header */
		.tabs-header {
		text-align: center;
		margin-bottom: 40px;
		}
		.tabs-badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: linear-gradient(135deg, #059669, #10b981);
		color: #fff;
		padding: 8px 20px;
		border-radius: 50px;
		font-size: 11px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
		}
		.tabs-header h2 {
		font-size: 36px;
		font-weight: 800;
		color: #14532d;
		margin: 0 0 10px 0;
		}
		.tabs-header p {
		font-size: 15px;
		color: #4b5563;
		margin: 0;
		}
		
		/* Main Hub Card */
		.main-hub-row {
		margin-bottom: 30px;
		}
		.hub-card-new {
		display: flex;
		align-items: center;
		gap: 25px;
		background: linear-gradient(135deg, #dc2626, #b91c1c);
		padding: 20px 30px;
		border-radius: 16px;
		text-decoration: none;
		box-shadow: 0 10px 40px rgba(220,38,38,0.25);
		transition: all 0.3s ease;
		}
		.hub-card-new:hover {
		transform: translateY(-3px);
		box-shadow: 0 15px 50px rgba(220,38,38,0.35);
		}
		.hub-left .hub-img {
		width: 70px;
		height: 70px;
		}
		.hub-img img {
		width: 100%;
		height: 100%;
		border-radius: 50%;
		object-fit: cover;
		border: 3px solid rgba(255,255,255,0.3);
		}
		.hub-center {
		flex: 1;
		}
		.hub-tag {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		background: rgba(255,255,255,0.2);
		color: #fff;
		padding: 4px 12px;
		border-radius: 15px;
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 6px;
		}
		.hub-tag i { color: #fbbf24; }
		.hub-center h3 {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 3px 0;
		}
		.hub-center p {
		font-size: 13px;
		color: rgba(255,255,255,0.85);
		margin: 0;
		}
		.hub-right {
		text-align: center;
		}
		.hub-count {
		font-size: 28px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		}
		.hub-count small {
		display: block;
		font-size: 10px;
		font-weight: 500;
		opacity: 0.8;
		margin-top: 3px;
		}
		
		/* Region Tabs */
		.region-tabs-wrap {
		margin-bottom: 25px;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		}
		.region-tabs {
		display: flex;
		gap: 10px;
		padding: 5px;
		min-width: max-content;
		}
		.region-tab {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 12px 20px;
		border: 2px solid #d1fae5;
		background: #fff;
		border-radius: 12px;
		cursor: pointer;
		transition: all 0.3s ease;
		font-family: inherit;
		}
		.region-tab i {
		font-size: 16px;
		color: #059669;
		}
		.region-tab span {
		font-size: 14px;
		font-weight: 600;
		color: #1e293b;
		}
		.region-tab small {
		background: #d1fae5;
		color: #059669;
		padding: 2px 8px;
		border-radius: 10px;
		font-size: 11px;
		font-weight: 700;
		}
		.region-tab:hover {
		border-color: #059669;
		background: #ecfdf5;
		}
		.region-tab.active {
		background: linear-gradient(135deg, #059669, #10b981);
		border-color: #059669;
		}
		.region-tab.active i,
		.region-tab.active span {
		color: #fff;
		}
		.region-tab.active small {
		background: rgba(255,255,255,0.25);
		color: #fff;
		}
		
		/* Centers Grid */
		.centers-grid-new {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 20px;
		}
		.center-item {
		display: flex;
		align-items: center;
		gap: 20px;
		background: #fff;
		padding: 25px;
		border-radius: 18px;
		text-decoration: none;
		border: 2px solid #d1fae5;
		transition: all 0.3s ease;
		position: relative;
		min-height: 110px;
		box-shadow: 0 5px 20px rgba(5,150,105,0.1);
		}
		.center-item:hover {
		border-color: #059669;
		box-shadow: 0 15px 40px rgba(5,150,105,0.2);
		transform: translateY(-5px);
		}
		.center-item.hidden {
		display: none;
		}
		.item-img {
		position: relative;
		flex-shrink: 0;
		}
		.item-img img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		object-fit: cover;
		border: 3px solid #059669;
		transition: all 0.3s;
		}
		.center-item:hover .item-img img {
		border-color: #047857;
		}
		.item-status {
		position: absolute;
		bottom: 3px;
		right: 3px;
		width: 14px;
		height: 14px;
		background: #22c55e;
		border-radius: 50%;
		border: 3px solid #fff;
		box-shadow: 0 2px 5px rgba(34,197,94,0.3);
		}
		.item-info {
		flex: 1;
		min-width: 0;
		}
		.item-info h4 {
		font-size: 18px;
		font-weight: 700;
		color: #1e293b;
		margin: 0 0 8px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		}
		.item-info p {
		font-size: 15px;
		color: #64748b;
		margin: 0;
		}
		.item-info p i {
		color: #dc2626;
		margin-right: 6px;
		font-size: 13px;
		}
		.item-region {
		position: absolute;
		top: 12px;
		right: 12px;
		font-size: 10px;
		font-weight: 700;
		padding: 5px 12px;
		border-radius: 10px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		}
		.item-region.north { background: #dbeafe; color: #1d4ed8; }
		.item-region.south { background: #fce7f3; color: #be185d; }
		.item-region.east { background: #fef3c7; color: #b45309; }
		.item-region.west { background: #e0e7ff; color: #4338ca; }
		.item-region.central { background: #ede9fe; color: #6d28d9; }
		
		/* No Results */
		.no-centers-msg {
		text-align: center;
		padding: 50px 20px;
		color: #64748b;
		}
		.no-centers-msg i {
		font-size: 40px;
		margin-bottom: 15px;
		opacity: 0.5;
		}
		.no-centers-msg p {
		font-size: 16px;
		margin: 0;
		}
		
		/* Responsive */
		@media (max-width: 768px) {
		.tabs-header h2 {
		font-size: 26px;
		}
		.hub-card-new {
		flex-wrap: wrap;
		padding: 20px;
		gap: 15px;
		}
		.hub-center {
		flex: 1 1 60%;
		}
		.hub-right {
		flex: 1 1 100%;
		border-top: 1px solid rgba(255,255,255,0.2);
		padding-top: 15px;
		margin-top: 5px;
		}
		.region-tab {
		padding: 10px 15px;
		}
		.region-tab span {
		font-size: 12px;
		}
		.centers-grid-new {
		grid-template-columns: 1fr;
		}
		}
		
		/* ===== INCREASE HEX ORBIT SIZE ===== */
		.hex-orbit-container {
		transform: scale(1.0);   /* overall orbit size */
		}
		
		/* Orbit circle */
		.hex-orbit-ring {
		width: 520px;
		height: 520px;
		}
		
		/* Satellite positioning radius */
		.hex-satellite {
		--radius: 260px;         /* pehle ~200 hota hai */
		width: 140px;
		height: 140px;
		}
		
		/* Satellite inner content */
		.hex-sat-inner {
		width: 140px;
		height: 140px;
		padding: 15px;
		border-radius: 50%;
		}
		
		/* Satellite image */
		.hex-sat-inner img {
		width: 65px;
		height: 65px;
		}
		
		/* Satellite text */
		.hex-sat-inner h4 {
		font-size: 16px;
		margin: 6px 0 2px;
		}
		
		.hex-sat-inner span {
		font-size: 13px;
		}
		@media (max-width: 768px) {
		.hex-orbit-container {
		transform: scale(0.9);
		}
		}
		/* ================================
		HEX HEADER – CENTER & ELEVATED
		================================ */
		
		.hex-header {
		text-align: center;
		margin-top: -30px;
		margin-bottom: 100px;
		position: relative;
		z-index: 50;
		}
		
		/* Center wrapper */
		.hex-badge-wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		}
		
		/* Badge */
		.hex-badge {
		display: inline-block;
		padding: 14px 42px;
		font-size: 14px;
		font-weight: 800;
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #ffffff;
		
		background: linear-gradient(135deg, #dc2626, #0284c7);
		border-radius: 50px;
		
		box-shadow:
        0 12px 35px rgba(220,38,38,0.45),
        0 0 0 6px rgba(255,255,255,0.05);
		
		position: relative;
		overflow: hidden;
		transition: all 0.4s ease;
		}
		
		/* Glow effect */
		.hex-badge::before {
		content: "";
		position: absolute;
		inset: -4px;
		border-radius: 50px;
		background: linear-gradient(135deg, #dc2626, #0284c7);
		filter: blur(18px);
		opacity: 0.6;
		z-index: -1;
		animation: glowPulse 3s ease-in-out infinite;
		}
		
		/* Shine sweep */
		.hex-badge::after {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
		);
		transition: 0.6s;
		}
		
		.hex-badge:hover::after {
		left: 100%;
		}
		
		/* Hover lift */
		.hex-badge:hover {
		transform: translateY(-3px);
		box-shadow:
        0 18px 45px rgba(2,132,199,0.45),
        0 0 0 8px rgba(255,255,255,0.08);
		}
		
		/* Glow animation */
		@keyframes glowPulse {
		0%, 100% { opacity: 0.4; }
		50% { opacity: 0.85; }
		}
		
		/* ================================
		RESPONSIVE
		================================ */
		
		@media (max-width: 768px) {
		.hex-header {
        margin-top: -18px;
        margin-bottom: 45px;
		}
		
		.hex-badge {
        padding: 12px 30px;
        font-size: 12px;
        letter-spacing: 2px;
		}
		}
		
		@media (max-width: 480px) {
		.hex-header {
        margin-top: -12px;
        margin-bottom: 35px;
		}
		
		.hex-badge {
        padding: 10px 24px;
        font-size: 11px;
		}
		}

/* ========== DESIGN V4: HEXAGONAL ORBIT ========== */
		.org-hex-section {
		padding: 70px 20px;
		background: #ffffff;   /* WHITE */
		position: relative;
		overflow: hidden;
		}
		.org-hex-section::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background:
		radial-gradient(circle at 30% 70%, rgba(255,71,87,0.15) 0%, transparent 40%),
		radial-gradient(circle at 70% 30%, rgba(52,152,219,0.2) 0%, transparent 40%),
		radial-gradient(circle at 50% 50%, rgba(124,58,237,0.1) 0%, transparent 60%);
		pointer-events: none;
		}
		.org-hex-section .container {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		}
		
		.hex-header {
		text-align: center;
		margin-bottom: 50px;
		}
		.hex-badge-wrap {
		margin-bottom: 15px;
		}
		.hex-badge:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 45px rgba(37,99,235,0.55),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

.hex-badge:hover::after {
    left: 120%;
}

		.hex-header h2 {
		font-size: 40px;
		font-weight: 800;
		color: #fff;
		margin: 0 0 10px 0;
		}
		.hex-header p {
		font-size: 16px;
		color: #94a3b8;
		margin: 0;
		}
		
		/* Orbit Container */
		.hex-orbit-container {
		position: relative;
		width: 100%;
		max-width: 600px;
		height: 600px;
		margin: 0 auto;
		}
		
		/* Central Hub */
		.hex-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		}
		.hex-hub {
		display: block;
		text-decoration: none;
		position: relative;
		}
		.hex-hub-ring {
		position: absolute;
		width: 180px;
		height: 180px;
		border: 3px dashed rgba(124,58,237,0.3);
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: hexRingSpin 15s linear infinite;
		}
		@keyframes hexRingSpin {
		to { transform: translate(-50%, -50%) rotate(360deg); }
		}
		.hex-hub-inner {
		width: 150px;
		height: 150px;
		background: linear-gradient(135deg, #dc2626, #b91c1c);
		border-radius: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		box-shadow: 0 15px 50px rgba(220,38,38,0.4);
		transition: all 0.4s;
		position: relative;
		overflow: hidden;
		}
		.hex-hub:hover .hex-hub-inner {
		transform: scale(1.08);
		box-shadow: 0 20px 60px rgba(220,38,38,0.5);
		}
		.hex-hub-inner img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: 3px solid rgba(255,255,255,0.3);
		margin-bottom: 5px;
		}
		.hex-hub-label {
		font-size: 8px;
		color: rgba(255,255,255,0.8);
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 2px;
		}
		.hex-hub-inner h3 {
		font-size: 18px;
		font-weight: 800;
		color: #fff;
		margin: 0;
		}
		.hex-hub-inner p {
		font-size: 11px;
		color: rgba(255,255,255,0.9);
		margin: 0;
		}
		
		/* Orbit Ring */
		.hex-orbit {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		animation: orbitSpin 30s linear infinite;
		}
		@keyframes orbitSpin {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
		}
		.hex-orbit-ring {
		position: absolute;
		width: 100%;
		height: 100%;
		border: 3px dashed rgba(255,71,87,0.6);
		border-radius: 50%;
		animation: orbitPulse 4s ease-in-out infinite;
		box-shadow: 0 0 15px rgba(255,71,87,0.3), inset 0 0 15px rgba(52,152,219,0.2);
		}
		@keyframes orbitPulse {
		0%, 100% { opacity: 0.7; border-color: rgba(255,71,87,0.6); }
		50% { opacity: 1; border-color: rgba(52,152,219,0.8); }
		}
		
		/* Satellites */
		.hex-satellite {
		position: absolute;
		width: 100px;
		height: 100px;
		top: 50%;
		left: 50%;
		margin: -50px 0 0 -50px;
		transform: rotate(var(--angle)) translateX(250px) rotate(calc(-1 * var(--angle)));
		text-decoration: none;
		transition: all 0.4s;
		}
		.hex-satellite:hover {
		z-index: 20;
		}
		
		.hex-sat-inner {
		width: 100%;
		height: 100%;
		background: #fff;
		
		border-radius: 50%;   /* 🔴 circle banane ke liye */
		
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 10px;
		
		box-shadow: 0 8px 30px rgba(0,0,0,0.15);
		border: 2px solid #e9d5ff;
		transition: all 0.4s;
		animation: counterSpin 30s linear infinite;
		}
		/* Outer container – size control */
		.hex-satellite {
		width: 120px;     /* pehle 120px tha */
		height: 120px;
		}
		
		/* Inner circle */
		.hex-sat-inner {
		width: 100%;
		height: 100%;
		border-radius: 70%;
		}
		
		@keyframes counterSpin {
		from { transform: rotate(0deg); }
		to { transform: rotate(-360deg); }
		}
		.hex-satellite:hover .hex-sat-inner {
		transform: scale(1.15);
		border-color: #7c3aed;
		box-shadow: 0 15px 40px rgba(124,58,237,0.3);
		}
		.hex-sat-inner img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		object-fit: cover;
		border: 2px solid #e2e8f0;
		margin-bottom: 5px;
		}
		.hex-satellite:hover .hex-sat-inner img {
		border-color: #7c3aed;
		}
		.hex-sat-inner h4 {
		font-size: 12px;
		font-weight: 700;
		color: #1e293b;
		margin: 0;
		}
		.hex-sat-inner span {
		font-size: 10px;
		color: #64748b;
		}
		
		/* Beams */
		.hex-beams {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		pointer-events: none;
		}
		.beam-line {
		stroke: url(#beamGrad);
		stroke-width: 3;
		stroke-dasharray: 10 5;
		animation: beamFlow 1.5s linear infinite;
		opacity: 1;
		filter: drop-shadow(0 0 4px rgba(220,38,38,0.6)) drop-shadow(0 0 8px rgba(2,132,199,0.4));
		}
		@keyframes beamFlow {
		to { stroke-dashoffset: -15; }
		}
		
		/* Responsive V4 */
		@media (max-width: 768px) {
		.hex-orbit-container {
		height: 450px;
		max-width: 450px;
		}
		.hex-satellite {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		transform: rotate(var(--angle)) translateX(180px) rotate(calc(-1 * var(--angle)));
		}
		.hex-hub-inner {
		width: 120px;
		height: 120px;
		}
		.hex-hub-inner img {
		width: 40px;
		height: 40px;
		}
		.hex-hub-inner h3 {
		font-size: 15px;
		}
		.hex-header h2 {
		font-size: 28px;
		}
		}
		@media (max-width: 500px) {
		.hex-orbit-container {
		height: 380px;
		max-width: 380px;
		}
		.hex-satellite {
		width: 65px;
		height: 65px;
		margin: -32px 0 0 -32px;
		transform: rotate(var(--angle)) translateX(145px) rotate(calc(-1 * var(--angle)));
		}
		.hex-sat-inner {
		padding: 8px;
		border-radius: 15px;
		}
		.hex-sat-inner img {
		width: 30px;
		height: 30px;
		}
		.hex-sat-inner h4 {
		font-size: 10px;
		}
		.hex-sat-inner span {
		font-size: 8px;
		}
		.hex-hub-inner {
		width: 100px;
		height: 100px;
		}
		}

/* ========== ORGANIZATION STRUCTURE V2 STYLES ========== */
		.org-structure-v2 {
		padding: 70px 20px;
		background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
		position: relative;
		overflow: hidden;
		}
		.org-structure-v2::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background:
		radial-gradient(circle at 20% 80%, rgba(220,53,69,0.1) 0%, transparent 50%),
		radial-gradient(circle at 80% 20%, rgba(2,98,175,0.15) 0%, transparent 50%);
		pointer-events: none;
		}
		.org-structure-v2 .container {
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
		}
		
		/* Header */
		.org-v2-header {
		text-align: center;
		margin-bottom: 50px;
		}
		.org-v2-badge {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: rgba(2,98,175,0.2);
		border: 1px solid rgba(2,98,175,0.4);
		color: #60a5fa;
		padding: 8px 20px;
		border-radius: 50px;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
		}
		.org-v2-title {
		font-size: 42px;
		font-weight: 800;
		color: #fff;
		margin: 0 0 10px 0;
		text-shadow: 0 2px 20px rgba(0,0,0,0.3);
		}
		.org-v2-subtitle {
		font-size: 16px;
		color: #94a3b8;
		margin: 0 0 20px 0;
		}
		.org-v2-line {
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg, #dc3545, #0262af);
		margin: 0 auto;
		border-radius: 2px;
		}
		
		/* Main Hub */
		.org-v2-hub {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
		}
		.hub-glow {
		position: absolute;
		width: 300px;
		height: 300px;
		background: radial-gradient(circle, rgba(220,53,69,0.3) 0%, transparent 70%);
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: hubPulse 3s ease-in-out infinite;
		}
		@keyframes hubPulse {
		0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
		50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
		}
		.hub-ring {
		position: absolute;
		width: 220px;
		height: 220px;
		border: 2px dashed rgba(220,53,69,0.3);
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		animation: hubRotate 20s linear infinite;
		}
		@keyframes hubRotate {
		from { transform: translate(-50%, -50%) rotate(0deg); }
		to { transform: translate(-50%, -50%) rotate(360deg); }
		}
		.hub-content {
		position: relative;
		display: flex;
		align-items: center;
		gap: 20px;
		background: linear-gradient(135deg, #dc3545, #b91c1c);
		padding: 25px 40px;
		border-radius: 20px;
		text-decoration: none;
		box-shadow:
		0 20px 50px rgba(220,53,69,0.4),
		0 0 0 1px rgba(255,255,255,0.1) inset;
		transition: all 0.4s ease;
		}
		.hub-content:hover {
		transform: translateY(-5px) scale(1.02);
		box-shadow:
		0 30px 60px rgba(220,53,69,0.5),
		0 0 0 1px rgba(255,255,255,0.2) inset;
		}
		.hub-icon {
		width: 80px;
		height: 80px;
		background: rgba(255,255,255,0.15);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 3px solid rgba(255,255,255,0.3);
		}
		.hub-icon img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
		}
		.hub-info {
		text-align: left;
		}
		.hub-label {
		display: inline-block;
		background: rgba(255,255,255,0.2);
		color: #fff;
		padding: 4px 12px;
		border-radius: 20px;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin-bottom: 8px;
		}
		.hub-info h3 {
		font-size: 22px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 5px 0;
		}
		.hub-info p {
		font-size: 13px;
		color: rgba(255,255,255,0.8);
		margin: 0;
		}
		.hub-info p i {
		color: #fbbf24;
		margin-right: 5px;
		}
		
		/* Connection Lines */
		.org-v2-connections {
		height: 60px;
		margin-bottom: 10px;
		}
		.connection-svg {
		width: 100%;
		height: 100%;
		}
		.conn-line {
		fill: none;
		stroke: url(#connGradient);
		stroke-width: 2;
		stroke-dasharray: 8 4;
		animation: dashMove 1s linear infinite;
		}
		@keyframes dashMove {
		to { stroke-dashoffset: -12; }
		}
		
		/* Centers Grid */
		/* Centers Carousel Wrapper */
		.centers-carousel-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		gap: 15px;
		margin-bottom: 30px;
		}
		
		.org-v2-centers-carousel {
		flex: 1;
		overflow: hidden;
		}
		
		.centers-track {
		display: flex;
		gap: 20px;
		transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
		will-change: transform;
		}
		
		.centers-track .center-card {
		flex: 0 0 calc(16.666% - 17px);
		min-width: calc(16.666% - 17px);
		}
		
		.carousel-nav-btn {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: rgba(2,98,175,0.3);
		border: 2px solid rgba(2,98,175,0.5);
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		}
		
		.carousel-nav-btn:hover {
		background: #0262af;
		border-color: #0262af;
		transform: scale(1.1);
		}
		
		.carousel-dots {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 30px;
		}
		
		.carousel-dot {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: rgba(255,255,255,0.3);
		cursor: pointer;
		transition: all 0.3s ease;
		}
		
		.carousel-dot.active {
		background: #0262af;
		transform: scale(1.2);
		}
		
		.carousel-dot:hover {
		background: rgba(2,98,175,0.7);
		}
		
		/* Legacy grid fallback removed - using carousel */
		.org-v2-centers {
		display: none;
		}
		.center-card {
		position: relative;
		}
		.center-card a {
		display: block;
		background: linear-gradient(145deg, #1e293b, #334155);
		border-radius: 16px;
		padding: 25px 15px;
		text-align: center;
		text-decoration: none;
		border: 1px solid rgba(255,255,255,0.1);
		transition: all 0.4s ease;
		overflow: hidden;
		position: relative;
		min-height: 200px;
		}
		.card-shine {
		position: absolute;
		top: -50%;
		left: -50%;
		width: 200%;
		height: 200%;
		background: linear-gradient(
		45deg,
		transparent 40%,
		rgba(255,255,255,0.03) 50%,
		transparent 60%
		);
		transform: rotate(45deg);
		transition: all 0.6s;
		}
		.center-card a:hover .card-shine {
		left: 100%;
		}
		.center-card a:hover {
		transform: translateY(-10px);
		border-color: #0262af;
		box-shadow:
		0 20px 40px rgba(2,98,175,0.3),
		0 0 20px rgba(2,98,175,0.2);
		}
		.card-icon {
		width: 70px;
		height: 70px;
		margin: 0 auto 15px;
		background: linear-gradient(135deg, #0262af, #0288d1);
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 3px solid rgba(255,255,255,0.1);
		transition: all 0.4s;
		}
		.center-card a:hover .card-icon {
		transform: scale(1.1);
		border-color: rgba(255,255,255,0.3);
		}
		.card-icon img {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		object-fit: cover;
		}
		.card-content h4 {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		margin: 0 0 5px 0;
		min-height: 2.4em;
		line-height: 1.2;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		}
		.card-location {
		font-size: 12px;
		color: #94a3b8;
		}
		.card-location i {
		color: #dc3545;
		margin-right: 4px;
		}
		.card-status {
		margin-top: 12px;
		font-size: 11px;
		color: #22c55e;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 5px;
		}
		.status-dot {
		width: 6px;
		height: 6px;
		background: #22c55e;
		border-radius: 50%;
		animation: statusBlink 2s ease-in-out infinite;
		}
		@keyframes statusBlink {
		0%, 100% { opacity: 1; }
		50% { opacity: 0.4; }
		}
		
		/* Stats Bar */
		.org-v2-stats {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
		background: rgba(255,255,255,0.05);
		backdrop-filter: blur(10px);
		padding: 25px 50px;
		border-radius: 60px;
		border: 1px solid rgba(255,255,255,0.1);
		max-width: 600px;
		margin: 0 auto;
		}
		.stat-item {
		display: flex;
		align-items: center;
		gap: 12px;
		}
		.stat-icon {
		width: 45px;
		height: 45px;
		background: linear-gradient(135deg, #0262af, #0288d1);
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 18px;
		}
		.stat-info {
		text-align: left;
		}
		.stat-number {
		display: block;
		font-size: 24px;
		font-weight: 800;
		color: #fff;
		line-height: 1;
		}
		.stat-label {
		font-size: 12px;
		color: #94a3b8;
		text-transform: uppercase;
		letter-spacing: 1px;
		}
		.stat-divider {
		width: 1px;
		height: 40px;
		background: rgba(255,255,255,0.2);
		}
		
		/* Responsive */
		@media (max-width: 1024px) {
		.centers-track .center-card {
		flex: 0 0 calc(33.333% - 14px);
		min-width: calc(33.333% - 14px);
		}
		}
		@media (max-width: 768px) {
		.org-structure-v2 {
		padding: 50px 15px;
		}
		.org-v2-title {
		font-size: 28px;
		}
		.hub-content {
		flex-direction: column;
		text-align: center;
		padding: 20px 30px;
		}
		.hub-info {
		text-align: center;
		}
		.hub-info h3 {
		font-size: 18px;
		}
		.centers-track .center-card {
		flex: 0 0 calc(50% - 10px);
		min-width: calc(50% - 10px);
		}
		.carousel-nav-btn {
		width: 40px;
		height: 40px;
		font-size: 14px;
		}
		.org-v2-connections {
		display: none;
		}
		.org-v2-stats {
		flex-direction: column;
		gap: 20px;
		padding: 25px;
		border-radius: 20px;
		}
		.stat-divider {
		width: 80%;
		height: 1px;
		}
		}
		@media (max-width: 480px) {
		.centers-track .center-card {
		flex: 0 0 100%;
		min-width: 100%;
		}
		.centers-carousel-wrapper {
		gap: 10px;
		}
		.carousel-nav-btn {
		width: 35px;
		height: 35px;
		font-size: 12px;
		}
		.card-icon {
		margin: 0;
		width: 55px;
		height: 55px;
		flex-shrink: 0;
		}
		.card-icon img {
		width: 40px;
		height: 40px;
		}
		.card-content {
		flex: 1;
		}
		.card-status {
		margin-top: 5px;
		justify-content: flex-start;
		}
		}

/* Layout 3: Org Chart */
		.org-chart-section {
		padding: 60px 0;
		background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
		}
		.org-badge {
		display: inline-block;
		background: linear-gradient(135deg, #0262af, #0288d1);
		color: #fff;
		padding: 8px 25px;
		border-radius: 30px;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 15px;
		}
		.org-title {
		color: #1e293b;
		font-weight: 800;
		font-size: 32px;
		margin-bottom: 15px;
		}
		.org-divider {
		width: 80px;
		height: 4px;
		background: linear-gradient(90deg, #0262af, #17a2b8);
		margin: 0 auto;
		border-radius: 2px;
		}
		
		/* Org Chart Structure */
		.org-chart {
		position: relative;
		padding: 20px 0;
		}
		.org-level {
		display: flex;
		justify-content: center;
		}
		/* Scroll Wrapper with Carousel */
		.org-scroll-wrapper {
		position: relative;
		padding: 0 50px;
		}
		
		/* Carousel Navigation Buttons */
		.org-carousel-btn {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: linear-gradient(135deg, #0262af, #0288d1);
		border: none;
		color: #fff;
		font-size: 16px;
		cursor: pointer;
		z-index: 20;
		box-shadow: 0 4px 15px rgba(2,98,175,0.3);
		transition: all 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		}
		.org-carousel-btn:hover {
		background: linear-gradient(135deg, #014a87, #0262af);
		box-shadow: 0 6px 20px rgba(2,98,175,0.4);
		transform: translateY(-50%) scale(1.1);
		}
		.org-carousel-btn:disabled {
		background: #ccc;
		cursor: not-allowed;
		box-shadow: none;
		}
		.org-prev-btn {
		left: 5px;
		}
		.org-next-btn {
		right: 5px;
		}
		
		.org-level-bottom {
		display: flex;
		gap: 15px;
		flex-wrap: nowrap;
		padding: 20px 10px;
		overflow: hidden;
		justify-content: center;
		}
		
		.org-level-bottom .org-node {
		flex: 0 0 calc((100% - 60px) / 5);
		max-width: calc((100% - 60px) / 5);
		min-width: 120px;
		display: none;
		}
		.org-level-bottom .org-node.visible {
		display: block;
		}
		
		/* Connector Lines */
		.org-connector {
		position: relative;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		}
		.org-line-vertical {
		width: 3px;
		height: 30px;
		background: linear-gradient(180deg, #dc3545, #0262af);
		}
		.org-line-horizontal {
		width: 80%;
		max-width: 900px;
		height: 3px;
		background: linear-gradient(90deg, #0262af, #17a2b8, #0262af);
		position: relative;
		}
		
		/* Main Node (Coordinating) */
		.org-node-main {
		margin-bottom: 0;
		}
		.org-node-main a {
		text-decoration: none;
		}
		.org-node-main .org-node-inner {
		background: linear-gradient(135deg, #dc3545, #c82333) !important;
		padding: 20px 40px;
		border-radius: 16px;
		display: flex;
		align-items: center;
		gap: 20px;
		color: #fff !important;
		box-shadow: 0 10px 40px rgba(220,53,69,0.3);
		transition: all 0.3s;
		}
		.org-node-main:hover .org-node-inner {
		transform: translateY(-5px);
		box-shadow: 0 15px 50px rgba(220,53,69,0.4);
		}
		.org-node-main img {
		width: 70px;
		height: 70px;
		border-radius: 50%;
		border: 3px solid rgba(255,255,255,0.3);
		object-fit: cover;
		flex-shrink: 0;
		}
		.org-node-info {
		text-align: left;
		flex: 1;
		color: #fff;
		}
		.org-node-badge {
		display: inline-block;
		background: rgba(255,255,255,0.2);
		padding: 4px 12px;
		border-radius: 20px;
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 5px;
		}
		.org-node-main h3 {
		font-size: 18px;
		font-weight: 700;
		margin: 0 0 5px 0;
		color: #fff !important;
		text-shadow: 0 1px 3px rgba(0,0,0,0.3);
		}
		.org-node-main p {
		font-size: 13px;
		margin: 0;
		color: rgba(255,255,255,0.9) !important;
		}
		.org-node-main .org-node-badge {
		color: #fff !important;
		}
		
		/* Participating Nodes */
		.org-node {
		position: relative;
		text-align: center;
		}
		.org-branch {
		width: 3px;
		height: 25px;
		background: #0262af;
		margin: 0 auto 0;
		}
		.org-node > a {
		text-decoration: none;
		display: block;
		}
		.org-node .org-node-inner {
		background: #fff;
		padding: 20px 15px;
		border-radius: 12px;
		min-width: 130px;
		box-shadow: 0 5px 20px rgba(0,0,0,0.1);
		border: 2px solid #e2e8f0;
		transition: all 0.3s;
		}
		.org-node:hover .org-node-inner {
		transform: translateY(-5px);
		border-color: #0262af;
		box-shadow: 0 10px 30px rgba(2,98,175,0.2);
		}
		.org-node img {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		object-fit: cover;
		border: 3px solid #e2e8f0;
		margin-bottom: 10px;
		transition: border-color 0.3s;
		}
		.org-node:hover img {
		border-color: #0262af;
		}
		.org-node h4 {
		font-size: 14px;
		font-weight: 700;
		color: #1e293b;
		margin: 0 0 3px 0;
		}
		.org-node p {
		font-size: 12px;
		color: #64748b;
		margin: 0;
		}
		
		/* Legend */
		.org-legend {
		display: flex;
		justify-content: center;
		gap: 30px;
		margin-top: 40px;
		}
		.org-legend span {
		font-size: 14px;
		color: #64748b;
		}
		.org-legend i {
		font-size: 10px;
		margin-right: 6px;
		}
		
		@media (max-width: 992px) {
		.org-level-bottom .org-node {
		flex: 0 0 calc((100% - 45px) / 4);
		max-width: calc((100% - 45px) / 4);
		}
		}
		@media (max-width: 768px) {
		.org-node-main .org-node-inner {
		flex-direction: column;
		text-align: center;
		padding: 20px;
		}
		.org-node-main .org-node-info {
		text-align: center;
		}
		.org-scroll-wrapper {
		padding: 0 40px;
		}
		.org-carousel-btn {
		width: 32px;
		height: 32px;
		font-size: 14px;
		}
		.org-level-bottom {
		gap: 10px;
		padding: 15px 5px;
		}
		.org-level-bottom .org-node {
		flex: 0 0 calc((100% - 20px) / 3);
		max-width: calc((100% - 20px) / 3);
		min-width: 90px;
		}
		.org-node .org-node-inner {
		min-width: auto;
		padding: 12px 8px;
		}
		.org-node img {
		width: 45px;
		height: 45px;
		}
		.org-node h4 {
		font-size: 11px;
		}
		.org-node p {
		font-size: 10px;
		}
		.org-title {
		font-size: 24px;
		}
		.org-line-horizontal {
		width: 95%;
		}
		.org-branch {
		height: 15px;
		}
		}
		@media (max-width: 576px) {
		.org-scroll-wrapper {
		padding: 0 35px;
		}
		.org-level-bottom .org-node {
		flex: 0 0 calc((100% - 10px) / 2);
		max-width: calc((100% - 10px) / 2);
		}
		}

/* Chart Container - Fixed Size */
	.chart-container {
	position: relative;
	height: 280px;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	#myChart {
	max-height: 280px !important;
	}
	
	/* Vertical Scrollable City Cards */
	.city-cards-scroll {
	max-height: 280px;
	overflow-y: auto;
	padding-right: 5px;
	scrollbar-width: thin;
	scrollbar-color: #0262af #e9ecef;
	}
	.city-cards-scroll::-webkit-scrollbar {
	width: 5px;
	}
	.city-cards-scroll::-webkit-scrollbar-track {
	background: #e9ecef;
	border-radius: 3px;
	}
	.city-cards-scroll::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #0262af, #17a2b8);
	border-radius: 3px;
	}
	.city-card-v {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	margin-bottom: 8px;
	background: #fff;
	border: 2px solid #e9ecef;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}
	.city-card-v:last-child {
	margin-bottom: 0;
	}
	.city-card-v:hover {
	border-color: #0262af;
	box-shadow: 0 4px 15px rgba(2,98,175,0.15);
	transform: translateX(5px);
	}
	.city-card-v.active {
	background: linear-gradient(135deg, #0262af, #0288d1);
	border-color: #0262af;
	box-shadow: 0 4px 15px rgba(2,98,175,0.3);
	}
	.city-card-v.active .city-name-v,
	.city-card-v.active .city-centers-v,
	.city-card-v.active .city-arrow-v {
	color: #fff;
	}
	.city-icon-v {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
	}
	.city-info-v {
	flex: 1;
	}
	.city-name-v {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	margin-bottom: 2px;
	}
	.city-centers-v {
	font-size: 11px;
	color: #888;
	}
	.city-arrow-v {
	color: #ccc;
	font-size: 12px;
	transition: all 0.3s;
	}
	.city-card-v:hover .city-arrow-v {
	color: #0262af;
	transform: translateX(3px);
	}
	.city-card-v.active .city-arrow-v {
	transform: translateX(3px);
	}
	@media (max-width: 576px) {
	.city-cards-scroll {
	max-height: 220px;
	}
	.city-card-v {
	padding: 10px 12px;
	gap: 10px;
	}
	.city-icon-v {
	width: 36px;
	height: 36px;
	font-size: 16px;
	}
	.city-name-v {
	font-size: 13px;
	}
	}

.news-chat-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: Arial, sans-serif;
	}
	
	.news-chat-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0262af 0%, #034c87 100%);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(2, 98, 175, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
	}
	
	.news-chat-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(2, 98, 175, 0.5);
	}
	
	.news-chat-btn i {
    color: white;
    font-size: 24px;
	}
	
	.news-chat-btn .badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	}
	
	.news-chat-panel {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 350px;
    max-height: 450px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp 0.3s ease;
	}
	
	@keyframes slideUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
	}
	
	.news-chat-panel.active {
    display: flex;
	}
	
	.news-chat-header {
    background: linear-gradient(135deg, #0262af 0%, #034c87 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
	
	.news-chat-header h4 {
    margin: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
	}
	
	.news-chat-header .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
	}
	
	.news-chat-body {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
    max-height: 350px;
	}
	
	.news-item {
    padding: 12px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 8px;
    margin-bottom: 8px;
	}
	
	.news-item:hover {
    background: #f8f9fa;
	}
	
	.news-item:last-child {
    border-bottom: none;
	}
	
	.news-item-date {
    font-size: 11px;
    color: #888;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
	}
	
	.news-item-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 5px;
	}
	
	.news-item-excerpt {
    font-size: 12px;
    color: #666;
    line-height: 1.4;
	}
	
	.news-new-badge {
    background: #28a745;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 5px;
	}
	
	.news-chat-footer {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    text-align: center;
	}
	
	.news-chat-footer a {
    color: #0262af;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
	}
	
	.news-chat-footer a:hover {
    text-decoration: underline;
	}
	
	@media (max-width: 480px) {
    .news-chat-panel {
	width: 300px;
	right: -10px;
    }
    .news-chat-widget {
	bottom: 20px;
	right: 20px;
    }
	}