@charset "utf-8";
/* Modern Style CSS for Janta Ki Amanat */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Open Sans', sans-serif;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Top Bar Modern */
.top-bar-modern {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 12px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.date-display {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  flex-wrap: wrap;
}

.date-display i {
  color: #ffd700;
  font-size: 16px;
}

.live-clock {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,0.1);
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.live-clock i {
  color: #ffd700;
  font-size: 14px;
}

#clock-time {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.weather-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.weather-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  padding: 6px 12px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.weather-item:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.weather-item i.fa-map-marker {
  color: #ffd700;
  font-size: 12px;
}

.city-name {
  font-size: 12px;
  font-weight: 500;
}

.weather-temp {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
}

.weather-icon {
  font-size: 16px;
  color: #ffd700;
}

/* Market Widgets Section */
.market-widgets-section {
  padding: 30px 0;
  background: rgba(255,255,255,0.03);
  border-top: 2px solid rgba(220,53,69,0.3);
  border-bottom: 2px solid rgba(220,53,69,0.3);
}

.market-widgets-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.market-widget {
  background: linear-gradient(135deg, rgba(30,60,114,0.8) 0%, rgba(42,82,152,0.8) 100%);
  border-radius: 15px;
  padding: 20px;
  min-width: 280px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

.market-widget:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.widget-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}

.widget-header i {
  font-size: 20px;
  color: #ffd700;
}

.widget-header h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.widget-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.market-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.market-item:hover {
  background: rgba(255,255,255,0.15);
  transform: translateX(5px);
}

.market-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.market-label i {
  font-size: 16px;
}

.market-value {
  font-weight: 700;
  font-size: 16px;
  color: #ffd700;
}

.currency-rate {
  color: #4caf50;
}

.metal-price {
  color: #ffd700;
}

/* Breaking News Modern */
.breaking-news-modern {
  background: linear-gradient(90deg, #dc3545 0%, #c82333 100%);
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}

.breaking-news-modern .container-fluid {
  display: flex;
  align-items: center;
}

.breaking-label {
  background: rgba(0,0,0,0.3);
  padding: 8px 20px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breaking-label i {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.breaking-content {
  flex: 1;
  overflow: hidden;
}

.breaking-item {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
}

.breaking-item i {
  font-size: 6px;
  margin-right: 8px;
  color: #ffd700;
}

/* Main Header */
.main-header {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  padding: 30px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.site-logo {
  animation: fadeInDown 0.8s ease;
}

.logo-img {
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 4px 8px rgba(255,255,255,0.1));
  transition: transform 0.3s ease;
}

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

/* Navigation */
.main-nav {
  background: linear-gradient(135deg, #009bd3 0%, #0077a3 100%);
  padding: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-menu li {
  margin: 0;
}

.nav-menu li a {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 3px solid transparent;
}

.nav-menu li a:hover,
.nav-menu li a.active {
  background: rgba(255,255,255,0.1);
  border-bottom-color: #ffd700;
  transform: translateY(-2px);
}

.nav-menu li a i {
  margin-right: 5px;
}

/* Mobile Header */
.mobile-header {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  position: sticky;
  top: 0;
  z-index: 1001;
}

.mobile-logo img {
  max-width: 150px;
  height: auto;
}

.mobile-menu-toggle {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 5px 10px;
}

.left-side-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  background: rgba(0,0,0,0.95);
  z-index: 1002;
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.left-side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left-side-menu ul li {
  padding: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.left-side-menu li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
}

.left-side-menu li a:hover {
  color: #ffd700;
  padding-left: 10px;
}

/* Section Headers */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dc3545;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title i {
  color: #ffd700;
}

.view-all-btn {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 20px;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border-radius: 25px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.view-all-btn:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(220,53,69,0.4);
  color: #fff;
  text-decoration: none;
}

/* Featured News Cards */
.featured-news-section {
  padding: 50px 0;
  background: rgba(255,255,255,0.02);
}

.featured-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.featured-large {
  height: 400px;
}

.featured-small {
  height: 190px;
}

.featured-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.featured-card:hover .featured-image img {
  transform: scale(1.1);
}

.featured-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%);
  padding: 30px 20px 20px;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.featured-content h3,
.featured-content h4 {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
}

.featured-content h3 {
  font-size: 22px;
}

.featured-content h4 {
  font-size: 16px;
}

.news-badge {
  display: inline-block;
  background: #dc3545;
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-date {
  color: #ccc;
  font-size: 13px;
  margin: 0;
}

.news-date i {
  margin-right: 5px;
}

/* Video Cards */
.videos-section {
  padding: 50px 0;
}

.video-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  background: rgba(255,255,255,0.05);
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.video-large {
  height: 350px;
}

.video-small {
  height: 200px;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 70%;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.video-card:hover .video-thumbnail img {
  transform: scale(1.1);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(220,53,69,0.9);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.play-button i {
  font-size: 30px;
  color: #fff;
  margin-left: 3px;
}

.video-card:hover .play-button {
  background: rgba(220,53,69,1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 15px;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-info h3,
.video-info h4 {
  margin: 0 0 8px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.video-info h3 {
  font-size: 18px;
}

.video-date {
  color: #ccc;
  font-size: 12px;
  margin: 0;
}

.video-views {
  color: #999;
  font-size: 11px;
  margin: 5px 0 0 0;
}

/* Trending Cards */
.trending-section {
  padding: 50px 0;
  background: rgba(255,255,255,0.02);
}

.trending-card {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
}

.trending-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(220,53,69,0.3);
  border-color: #dc3545;
}

.trending-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.trending-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.trending-card:hover .trending-image img {
  transform: scale(1.1);
}

.trending-content {
  padding: 20px;
}

.trending-content h4 {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
}

.trending-date {
  color: #ccc;
  font-size: 12px;
  margin: 0;
}

/* Latest News Cards */
.latest-news-section {
  padding: 50px 0;
}

.news-card {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  height: 100%;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border-color: #dc3545;
}

.news-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.1);
}

.news-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(220,53,69,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-card:hover .news-overlay {
  opacity: 1;
}

.read-more {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-content {
  padding: 20px;
}

.news-content h3 {
  margin: 0 0 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

.news-meta {
  color: #ccc;
  font-size: 13px;
  margin: 0;
}

.news-meta i {
  margin-right: 5px;
}

/* Load More Button */
.btn-load-more {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(220,53,69,0.4);
}

.btn-load-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(220,53,69,0.6);
}

/* Banner Ad */
.banner-ad-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

/* Footer */
.main-footer {
  background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%);
  padding: 50px 0 30px;
  margin-top: 50px;
  border-top: 3px solid #dc3545;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
  height: auto;
  filter: brightness(0.9);
}

.footer-links {
  margin-bottom: 20px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffd700;
}

.footer-links span {
  color: #666;
  margin: 0 5px;
}

.footer-copyright {
  color: #999;
  font-size: 14px;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* News Article Styles */
.news-detail-section {
  padding: 50px 0;
}

.news-article {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.article-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}

.article-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.3;
}

.article-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  color: #ccc;
  font-size: 14px;
}

.article-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-image {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: auto;
  display: block;
}

.article-content {
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.8;
}

.article-content p {
  margin-bottom: 20px;
}

/* Sidebar Styles */
.sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #dc3545;
}

.sidebar-news-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar-news-item:last-child {
  border-bottom: none;
}

.sidebar-news-item:hover {
  padding-left: 10px;
}

.sidebar-news-image {
  width: 100px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}

.sidebar-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-news-content h4 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

.sidebar-news-date {
  color: #ccc;
  font-size: 12px;
  margin: 0;
}

/* Video Detail Styles */
.video-detail-section {
  padding: 50px 0;
}

.video-player-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.video-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Related News Section */
.related-news-section {
  padding: 50px 0;
  background: rgba(255,255,255,0.02);
}

/* Category Page Styles */
.category-page-section {
  padding: 50px 0;
}

.category-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #dc3545;
}

/* Search Bar */
.search-bar-section {
  background: rgba(255,255,255,0.05);
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.search-form {
  margin: 0;
}

.search-input {
  background: rgba(255,255,255,0.1);
  border: 2px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
  height: 50px;
}

.search-input:focus {
  background: rgba(255,255,255,0.15);
  border-color: #dc3545;
  color: #fff;
  box-shadow: none;
}

.search-input::placeholder {
  color: #ccc;
}

.btn-search {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  border: none;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 25px 25px 0;
  height: 50px;
  transition: all 0.3s ease;
}

.btn-search:hover {
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
  color: #fff;
  transform: translateX(-2px);
}

/* Popular News Widget */
.popular-news-widget {
  padding: 50px 0;
  background: rgba(255,255,255,0.02);
}

.popular-card {
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0,0,0,0.3);
}

.popular-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(220,53,69,0.4);
}

.popular-image {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.popular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.popular-card:hover .popular-image img {
  transform: scale(1.1);
}

.popular-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(220,53,69,0.9);
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
}

.popular-content {
  padding: 10px;
}

.popular-content h5 {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

/* Newsletter Section */
.newsletter-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  margin-top: 50px;
}

.newsletter-box {
  background: rgba(255,255,255,0.1);
  padding: 40px;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.newsletter-box h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 10px;
}

.newsletter-box p {
  color: #e0e0e0;
  font-size: 16px;
  margin-bottom: 25px;
}

.newsletter-form {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-input {
  background: rgba(255,255,255,0.2);
  border: 2px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
  height: 55px;
}

.newsletter-input:focus {
  background: rgba(255,255,255,0.25);
  border-color: #ffd700;
  color: #fff;
  box-shadow: none;
}

.newsletter-input::placeholder {
  color: #ccc;
}

.btn-newsletter {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border: none;
  color: #1e3c72;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 25px 25px 0;
  height: 55px;
  transition: all 0.3s ease;
}

.btn-newsletter:hover {
  background: linear-gradient(135deg, #ffed4e 0%, #fff 100%);
  color: #1e3c72;
  transform: translateX(-2px);
}

.newsletter-message {
  margin-top: 15px;
  min-height: 30px;
}

/* Social Media Section */
.social-media-section {
  padding: 40px 0;
  background: rgba(255,255,255,0.02);
}

.social-media-section h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.social-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.social-link:hover {
  transform: translateY(-5px) scale(1.1);
  color: #fff;
  text-decoration: none;
}

.social-link.facebook {
  background: linear-gradient(135deg, #3b5998 0%, #2d4373 100%);
}

.social-link.twitter {
  background: linear-gradient(135deg, #1da1f2 0%, #0d8bd9 100%);
}

.social-link.youtube {
  background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social-link.instagram {
  background: linear-gradient(135deg, #e4405f 0%, #c13584 100%);
}

.social-link.whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(220,53,69,0.4);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(220,53,69,0.6);
}

/* Responsive Design */
@media (max-width: 991px) {
  .weather-widget {
    justify-content: flex-start;
    margin-top: 10px;
    gap: 15px;
  }
  
  .market-widgets-container {
    gap: 20px;
  }
  
  .market-widget {
    min-width: 100%;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .featured-large {
    height: 300px;
  }
  
  .featured-small {
    height: 150px;
  }
  
  .video-large {
    height: 280px;
  }
  
  .video-small {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .top-bar-modern {
    padding: 10px 0;
  }
  
  .date-display,
  .weather-item {
    font-size: 12px;
  }
  
  .weather-widget {
    gap: 10px;
  }
  
  .market-widgets-section {
    padding: 20px 0;
  }
  
  .market-widget {
    padding: 15px;
    min-width: 100%;
  }
  
  .widget-header h4 {
    font-size: 16px;
  }
  
  .market-value {
    font-size: 14px;
  }
  
  .breaking-label {
    padding: 6px 15px;
    font-size: 12px;
  }
  
  .breaking-item {
    font-size: 12px;
    margin-right: 20px;
  }
  
  .logo-img {
    max-width: 200px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .featured-large {
    height: 250px;
  }
  
  .featured-small {
    height: 120px;
  }
  
  .video-large {
    height: 250px;
  }
  
  .video-small {
    height: 150px;
  }
  
  .trending-image {
    height: 150px;
  }
  
  .news-image {
    height: 180px;
  }
  
  .nav-menu li a {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .weather-item {
    padding: 4px 8px;
  }
  
  .city-name {
    font-size: 10px;
  }
  
  .weather-temp {
    font-size: 11px;
  }
  
  .section-title {
    font-size: 18px;
  }
  
  .featured-content h3 {
    font-size: 18px;
  }
  
  .featured-content h4 {
    font-size: 14px;
  }
  
  .news-content h3 {
    font-size: 16px;
  }
  
  .search-bar-section {
    padding: 15px 0;
  }
  
  .search-input {
    font-size: 14px;
    padding: 10px 15px;
    height: 45px;
  }
  
  .btn-search {
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
  }
  
  .newsletter-box {
    padding: 30px 20px;
  }
  
  .newsletter-box h3 {
    font-size: 22px;
  }
  
  .popular-image {
    height: 100px;
  }
  
  .popular-content h5 {
    font-size: 12px;
  }
  
  .scroll-to-top {
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
  }
}

