@font-face {
  font-family: "Nafees-Web-Naskh";
  src: url("../assets/urdu-font/NafeesWeb.eot");
  src: local("NafeesWeb"),
    url("../assets/urdu-font/NafeesWeb.woff") format("woff"),
    url("../assets/urdu-font/NafeesWeb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-ur {
  font-family: "Nafees-Web-Naskh";
  direction: rtl;
  line-height: 1.6;
}

.status-icon {
  margin-right: 8px;
  font-size: 1.2em;
}

.table th {
  font-weight: 600;
  text-align: center;
}

.table td {
  vertical-align: middle;
}

.form-select-lg {
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
}

.hero-banner {
  background: linear-gradient(rgba(0, 82, 212, 0.8), rgba(0, 39, 102, 0.9)),
    url("../assets/images/header-1.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  display: flex;
  align-items: center;
  /* padding: 5rem 0; */
  min-height: 200px;
}

/* dunyanewslogo */
.dunyanewslogo {
    width: 65px;
}

@media (min-width: 992px) {
    .dunyanewslogo {
        width: 100px;
    }
}

.navbar {
  border-bottom: 1px solid #0b44dfff;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.8rem;
}

.nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem;
  margin: 0 2px;
  border-radius: 4px;
  transition: all 0.3s;
}

.nav-link:hover,
.nav-link.active {
  background-color: rgba(13, 110, 253, 0.2);
  color: #0d6efd !important;
}

.content-section {
  padding: 60px 0;
}

.feature-card {
  transition: transform 0.3s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
}

footer {
  background-color: #f8f9fa;
  padding: 30px 0;
  margin-top: 40px;
}

/* video */
/* .embed-responsive iframe {
            
            top: 0;
            left: 0;
            width: 100%;
            height: auto;
            border: 0;
        }

        .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    height: 480px;
    padding: 0;
    overflow: hidden;
} */

/* .embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
} */

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card {
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 15px;
  }

  .nav-link {
    margin-bottom: 5px;
    text-align: center;
  }

  .hero-banner {
    min-height: 40vh;
    text-align: center;
    padding: 3rem 0;
  }

  .hero-banner h1 {
    font-size: 2.5rem;
  }

  
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 35vh;
    padding: 2rem 0;
  }

  .hero-banner h1 {
    font-size: 2rem;
  }

  .hero-banner p {
    font-size: 1rem;
  }

  .content-section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .hero-banner {
    min-height: 30vh;
    padding: 1.5rem 0;
  }

  .hero-banner h1 {
    font-size: 1.75rem;
  }

  .hero-banner .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }
}


// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {  }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {  }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 
    /* .dunyanewslogo {
        width: 100px !important;
    } */
 }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {  }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {  }