/* Custom Styles */
body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
  color: #fff;
  overflow-x: hidden;
}

/* Dark Mode Styles */
body.dark-mode {
  background: url('images/DSC_0028.jpg') no-repeat center center/cover;
  color: #ffffff;
}

body.dark-mode .navbar {
  background: rgba(0, 0, 0, 0.8);
}

body.dark-mode .card {
  background: #1e1e1e;
  color: #ffffff;
}

body.dark-mode .btn-primary {
  background: #0097a7;
}

body.dark-mode .nav-link {
  color: #ffffff;
}

body.dark-mode .nav-link:hover {
  color: #00bcd4;
}

body.dark-mode .hero-section {
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #0a0a0a);
}

body.dark-mode .about-section,
body.dark-mode .events-section,
body.dark-mode .mission-section {
  background: rgba(0, 0, 0, 0.1);
}

body.dark-mode footer {
  background: rgba(0, 0, 0, 0.9);
}


/* Dark Mode Styles for All Pages */
body.dark-mode {
  background: url('images/DSC_0028.jpg') no-repeat center center/cover;
  color: #ffffff;
}

body.dark-mode .navbar {
  background: rgba(0, 0, 0, 0.9) !important;
}

body.dark-mode .card {
  background: #1e1e1e;
  color: #ffffff;
}

body.dark-mode .btn-primary {
  background: #0097a7;
}

body.dark-mode .nav-link {
  color: #ffffff !important;
}

body.dark-mode .form-control,
body.dark-mode .form-select,
body.dark-mode textarea {
  background-color: #2d2d2d;
  color: #ffffff;
  border-color: #404040;
}

body.dark-mode .contact-section,
body.dark-mode .ai-news-section,
body.dark-mode .gallery-section,
body.dark-mode .events-section {
  background: rgba(0, 0, 0, 0.1);
}

body.dark-mode .gallery-item {
  background: rgba(255, 255, 255, 0.05);
}

body.dark-mode .lightbox {
  background: rgba(0, 0, 0, 0.95);
}


/* Particle Background */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Enhanced Navigation Bar */
.navbar {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 15px 0;
}

.navbar-brand {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00bcd4;
  transition: color 0.3s;
}

.navbar-brand:hover {
  color: #0097a7;
}

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  margin: 0 10px;
  position: relative;
  transition: color 0.3s;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #00bcd4;
  bottom: -5px;
  left: 0;
  transition: width 0.3s;
}

.nav-link:hover {
  color: #00bcd4;
}

.nav-link:hover::after {
  width: 100%;
}

/* Hero Section */

.hero-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: url('images/DSC_0028.jpg') no-repeat center center/cover;
  background-attachment: fixed;
}

.hero-section h1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 4.5rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInDown 1.5s ease-in-out;
}

.hero-section p {
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1.5s ease-in-out;
}

.highlight {
  color: #00bcd4;
  font-weight: bold;
}

.btn-primary {
  background: #00bcd4;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #0097a7;
  transform: scale(1.1);
}

.countdown-timer {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  animation: fadeIn 2s ease-in-out;
}

.countdown-timer span {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 0 5px;
}

.about-section,
.events-section,
.mission-section {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  margin: 20px 0;
}

.card {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 10px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}



/* ===== Events/Trend Cards ===== */
body:not(.dark-mode) .events-section .card,
body:not(.dark-mode) .trends-section .card {
  background: #ffffff !important;
  color: #000000 !important;
}

body.dark-mode .events-section .card,
body.dark-mode .trends-section .card {
  background: #000000 !important;
  color: #ffffff !important;
}



/* ===== team/Team Cards ===== */
body:not(.dark-mode) .team-section .card,
body:not(.dark-mode) .team-section .card {
  background: #cfcbcb !important;
  color: #000000 !important;
}

body.dark-mode .team-section .card,
body.dark-mode .team-section .card {
  background: #000000 !important;
  color: #d1c6c6 !important;
}


/* ===== CONTINUE WITH EXISTING DARK MODE STYLES BELOW ===== */
/* Dark Mode Styles */
body.dark-mode {
  background: url('images/DSC_0028.jpg') no-repeat center center/cover;
  color: #ffffff;
}
body.dark-mode {
  background: url('images/DSC_0028.jpg') no-repeat center center/cover;
  color: #ffffff;
}

.card-img-top {
  border-radius: 10px 10px 0 0;
}

.card-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  color: #00bcd4;
}

.card-text {
  font-size: 1.1rem;
}

footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  margin-top: 50px;
}

.social-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #00bcd4;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Multi-Image Container */
.multi-image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.multi-image-container img {
  flex: 1 1 calc(50% - 5px);
  height: 150px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.multi-image-container img:first-child:nth-last-child(3),
.multi-image-container img:first-child:nth-last-child(3) ~ img {
  flex: 1 1 calc(33.33% - 5px);
}
.report-email-card {
  transition: transform 0.3s ease;
}

.report-email-card:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .report-email-card {
    margin-top: 1.5rem;
  }
}
/* Cyberpunk Dropdown Styles */
.dropdown-cyber {
  background: rgba(21, 22, 23, 0.9) !important;
  border: 2px solid #949a9b !important;
  border-radius: 8px !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 0 15px rgba(122, 126, 127, 0.3);
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-cyber::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #00bcd4 0%, transparent 50%, #00bcd4 100%);
  animation: cyber-glow 2s infinite;
}

.dropdown-cyber .dropdown-item {
  color: #fff !important;
  padding: 12px 20px;
  transition: all 0.3s ease;
  position: relative;
  background: transparent !important;
}

.dropdown-cyber .dropdown-item:hover {
  color: #000 !important;
  background: #646c6d !important;
  padding-left: 25px;
}

.dropdown-cyber .dropdown-item:hover i {
  color: #000 !important;
}

.dropdown-cyber .dropdown-item i {
  color: #646c6d;
  transition: color 0.3s ease;
}

@keyframes cyber-glow {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}

/* Mobile Optimization */
@media (max-width: 991px) {
  .dropdown-cyber {
    background: rgba(102, 96, 96, 0.95) !important;
    border: 1px solid #a4b0b2 !important;
    margin: 8px 15px;
  }
  
  .navbar-nav .dropdown-menu {
    position: static !important;
    transform: none !important;
  }
}