.navbar-nav .nav-link {
  color: #000; /* black text */
  font-weight: 500;
  padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
  color: white; /* hover to match top header color */
  background-color: #007bff;
  border-radius: 70px 10px 66px 33px;
  animation-duration: 0.1s ease;
}

.dropdown-menu .dropdown-item{
  z-index: auto;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #000000;
  color: #007bff;
  z-index: auto;
}

@media (max-width: 768px) {
  .top-header .container-fluid {
    flex-direction: column;
    text-align: center;
  }
}


    /* BANNER */
    .banner {
      background: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085') no-repeat center center/cover;
      height: 600px;
      position: relative;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
    }
    
    .banner .overlay {
      background: rgba(0, 0, 0, 0.6);
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
    }
    
    .banner-content h1 {
    
      font-size: 56px;
    }
    
    .banner-content p {
      margin-top: 10px;
      font-size: 20px;
    }
    
    .banner-content button {
      margin-top: 20px;
      padding: 12px 24px;
      font-size: 18px;
      background: #f0a500;
      color: black;
      border: none;
      border-radius: 10px;
      cursor: pointer;
    }
    .banner-content button:hover{
        background-color:  #007bff;
        animation: alternate 2s ease-in;
    }
/* highlights */
    .highlights {
      padding: 40px 0;
      text-align: center;
    }


    .highlight-box {
      padding: 20px;

    }
    .highlight-box i {
      font-size: 32px;
      color: #007bff;
      margin-bottom: 10px;
    }



/* Latest Updates */
.section-title1 {
  text-align: center;
  padding: 40px 20px 10px;
}

.section-title h2 {
  font-size: 30px;
  color: #0f172a;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  color: #64748b;
}

/* Updates Container - Responsive Grid */
.updates-container {
  display: grid;
  gap: 25px;
  padding: 20px 40px;
  background-color: #f9f9f9;
  grid-template-columns: 1fr; /* Mobile: 1 column */
}

@media (min-width: 768px) {
  .updates-container {
    grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
  }
}

@media (min-width: 1024px) {
  .updates-container {
    grid-template-columns: repeat(3, 1fr); /* Laptop/Desktop: 3 columns */
  }
}

/* Card Styling */
.card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-15px);
}

.card iframe,
.card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

.badge {
  position: absolute;
  background: #3c9dff;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  z-index: 1;
}

.card-content {
  padding: 15px;
}

.card-content .date {
  font-size: 12px;
  color: #888;
  margin-bottom: 5px;
}

.card-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #0f172a;
  text-align: center;
}

.card-content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
  text-align: left;
}
 /*registration & Affiated with*/
    .logo-slider-section {
      background: #f9fcff;
      padding: 40px 20px;
      text-align: center;
    }
    
    .logo-slider-section h2 {
      font-size: 28px;
      color: #007acc;
      margin-bottom: 25px;
    }
    
    .logo-slider-wrapper {
      display: flex;
      align-items: center;
      position: relative;
    }
    
    .scroll-btn {
      background-color: #007acc;
      color: white;
      border: none;
      font-size: 28px;
      padding: 8px 16px;
      cursor: pointer;
      border-radius: 6px;
      z-index: 2;
    }
    
    .logo-slider-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  scrollbar-width: none; /* hide scrollbar (Firefox) */
}
.logo-slider-container::-webkit-scrollbar {
  display: none; /* hide scrollbar (Chrome/Safari) */
}

    
    .logo-slide {
      display: flex;
      align-items: center;
      gap: 12px;
      background: white;
      padding: 12px 18px;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      min-width: 250px;
      flex-shrink: 0;
    }
    
    .logo-slide img {
      width: 40px;
      height: auto;
    }
    
    .logo-slide span {
      font-size: 14px;
      font-weight: bold;
      color: #333;
    }
    
    /* Responsive */
    @media (max-width: 768px) {
      .logo-slide {
        min-width: 200px;
        gap: 10px;
      }
    
      .scroll-btn {
        font-size: 24px;
        padding: 6px 12px;
      }
    }


/*3rd gallery*/
h1 {
  margin: 30px 0;
  font-size: 2rem;
  letter-spacing: 2px;
  color: #000000;
}

.scene {
  width: 100%;
  height: 550px;
  perspective: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel {
  width: 300px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.carousel img {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.5);
  transition: transform 0.5s, box-shadow 0.5s;
}

/*we are best in ghotki*/
.container1 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.left,
.right {
  width: 100%;
}

.left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right {
  background-color: #275cb8;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right h1 {
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: white;
}

.feature {
  display: flex;
  margin-bottom: 25px;
}

.feature-icon {
  font-size: 24px;
  margin-right: 15px;
}

.feature h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: white;
}

.feature p {
  font-size: 14px;
  color: #f0f0f0;
}

/* Responsive Design */
@media (min-width: 768px) {
  .container1 {
    flex-direction: row;
  }

  .left,
  .right {
    width: 50%;
  }

  .right {
    padding: 60px;
  }

  .right h1 {
    font-size: 32px;
  }

  .feature h2 {
    font-size: 20px;
  }

  .feature p {
    font-size: 15px;
  }
}

/*FOOTER*/
footer {
  background-color: #0078d4;;
  color: white;
  padding: 40px 20px;
  width: 100%;
font-family: 'Segoe UI', sans-serif;
font-size: 20px;
  
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: auto;
}

.footer-column {
  flex: 3;
  min-width: 250px;
  margin: 20px 10px;
}

.footer-column h3 {
  color: orange;
  margin-bottom: 15px;
  margin-left: 0px;
  text-align: left;
}

.footer-column p, .footer-column a, .footer-column li {
  color: white;
  text-decoration: none;
  font-size:16px;
  margin: 5px 0;
  text-align: left;
}
.footer-column i{
 color: rgb(255, 255, 255);
  text-decoration: none;
  font-size:14px;
  margin: 5px 0;
}
.footer-column pre{
 color: rgb(255, 255, 255);
  text-decoration: none;
  font-size:16px;
  margin: px 0;
  font-family: 'Segoe UI', sans-serif;
}
.footer-column b{
 color: rgb(255, 255, 255);
  text-decoration: none;
  font-size:16px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-left: 100px;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  text-align: center;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
}