/* Extra styles for UzbekTourism Gov theme */

/* Hero slider (if used) */
.hero-slider { position: relative; overflow: hidden; }

/* Counter animation */
.counter { display: inline-block; }

/* Print styles */
@media print {
  .gov-bar, .site-header, .main-nav, .breadcrumb-bar,
  .hero, .sidebar-area, .site-footer, .nav-burger,
  .projects-section, .stats-section { display: none !important; }
  body { font-size: 12pt; background: #fff; color: #000; }
}

/* News tab animations */
.news-tab-btn { transition: all 0.2s ease; }
.news-grid[role="tabpanel"] { min-height: 200px; }

/* Smooth scroll for anchor links */
html { scroll-behavior: smooth; }

/* Focus styles */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #d4ac0d;
  outline-offset: 2px;
}
