
body {
  font-family: 'Nirmala UI', sans-serif;
} 
@font-face {
    font-family: "Nirmala UI";
    src: url("{{asset('frontend/newsorbit/assets/fonts/Nirmala UI.TTF')}}") format("truetype");
  }
                                                                    
/*
@font-face {
    font-family: "SolaimanLipi";
    src: url("{{asset('frontend/newsorbit/assets/fonts/SolaimanLipi5e1f.ttf')}}") format("truetype");
  }
@font-face {
  font-family: "SolaimanLipi";
  src: url("/assets/fonts/SolaimanLipi5e1f.ttf") format("truetype");
}


/* 
img {
  max-width: 100%;
  height: auto;
  display: block;
}

========== Top Bar ==========
.top-bar {
  background-color: #e9ecef;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.top-bar a {
  color: #212529;
  text-decoration: none;
  margin-right: 0.5rem;
}

/* ========== Navbar ========== */
/* .navbar {
  padding: 1rem;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e6;
}
.navbar-nav .nav-link {
  margin-right: 1rem;
  color: #212529;
  transition: color 0.2s ease-in-out;
}
.navbar-nav .nav-link:hover {
  color: #0d6efd;
} */

/* ========== Breaking News ========== */
/* .breaking-news {
  background-color: #dc3545;
  color: white;
  padding: 0.5rem 1rem;
  font-weight: bold;
} */

/* ========== Hero Section ========== */
/* .hero-section {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
.hero-section video,
.hero-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-caption {
  bottom: 20%;
} */

/* ========== Trending News ========== */
/* .trending-news .btn {
  border-radius: 20px;
  padding: 0.3rem 1rem;
  font-size: 0.85rem;
  background-color: #f1f3f5;
  border: 1px solid #ced4da;
}
.trending-news .btn:hover {
  background-color: #dee2e6;
} */

/* ========== Ads Section ========== */
.ads-section {
  width: 100%;
}

.ads-container {
  margin-right: 10px;
  margin-left: 10px;
}

.ad-box {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.ad-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.ad-box img {
  max-width: 100%;
  height: auto;
}

#navbar-container {
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-container {
  position: sticky;
  top: 0;
  z-index: 999;
}

#mobileNavbar {
  border: 1.5px solid gainsboro;
  
}
