 /* CSS Reset */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial', sans-serif;
        }
        
        body {
            background-color: #000;
            color: #fff;
            min-height: 100vh;
            position: relative;
        }
        
        /* Top Bar Styles */
        .top-bar {
            display: flex;
            justify-content: space-between;
            padding: 15px 40px;
            border-bottom: 1px solid #333;
            font-size: 12px;
            text-transform: uppercase;
        }
        
        .top-links {
            display: flex;
            gap: 30px;
        }
        
        .top-links a {
            color: #fff;
            text-decoration: none;
        }
        
        .contact-info {
            display: flex;
            gap: 30px;
        }
        
        /* Main Header Styles */
        .main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            border-bottom: 1px solid #333;
            position: relative;
            z-index: 102;
        }
        
        .logo {
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            letter-spacing: 2px;
        }
        
        /* Mobile Menu Button */
        .menu-toggle {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            z-index: 103;
        }
        
        /* Navigation Styles */
        nav {
            padding: 15px 0;
            border-bottom: 1px solid #333;
            background-color: white;
        }
        
        .nav-links {
            display: flex;
            justify-content: center;
            list-style: none;
            gap: 50px;
        }
        
        .nav-links li {
            position: relative;
        }
        
        .nav-links li > a {
            color: black;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 14px;
            letter-spacing: 2px;
            padding: 10px 0;
            display: block;
        }
        
        /* Dropdown Styles */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #000;
            border: 1px solid #333;
            min-width: 200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 100;
        }
        
        .dropdown-menu li {
            padding: 10px 20px;
            border-bottom: 1px solid #333;
        }
        
        .dropdown-menu li:last-child {
            border-bottom: none;
        }
        
        .dropdown-toggle {
            display: none;
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
            height: 100%;
            background: none;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
        }
        
        .nav-links li:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
        }
        
        /* Main Content Styles */
        .main-content {
            padding: 80px 40px;
            text-align: center;
            position: relative;
        }
          #background-video {
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   display: block;
   overflow: hidden;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: -1;
}

      
        .hero-title {
            font-size: 100px;
            font-weight: bold;
            margin-bottom: 30px;
            text-transform: uppercase;
            letter-spacing: 10px;
            line-height: 1;
        }

        #hero-me{
            font-size: 40px;
            font-weight: bold;
            margin-bottom: 30px;
            text-transform: uppercase;
            
            line-height: 1;
            color: white;
        }
        
        .hero-subtitle {
            font-size: 24px;
            margin-bottom: 60px;
            text-transform: uppercase;
            letter-spacing: 5px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.4;
        }
        .hero-subtitle1 {
             font-size: 15px;
            margin-bottom: 60px;
            letter-spacing: 5px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.4;
        }
        
        .event-section {
         
            padding: 30px;
            margin-top: 80px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #333;
        }
        
        .event-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .event-time {
            font-size: 18px;
            margin-bottom: 25px;
        }
        
        .cta-button {
            background-color: transparent;
            color: #fff;
            border: 2px solid #fff;
            padding: 15px 40px;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 2px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .cta-button:hover {
            background-color: #fff;
            color: #000;
        }


           .container-ind {
            width: 100%;
            max-width: 900px;
            margin: 30px auto;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        
        .header {
            color: white;
            padding: 30px 20px;
            text-align: center;
        }
        
        .header h1 {
            font-size: 36px;
            font-weight: bold;
            letter-spacing: 2px;
            margin: 0 0 10px 0;
            text-transform: uppercase;
        }
        
        .header h2 {
            font-size: 18px;
            font-weight: normal;
            margin: 0 0 5px 0;
            text-transform: uppercase;
        }
        
        .header p {
            font-weight: bold;
            margin: 0;
        }
        
        .content-wrapper {
            display: flex;
            flex-wrap: wrap;
            padding: 20px;
        }
        
        .text-column {
            flex: 1;
            min-width: 300px;
            padding: 0 15px;
        }
        .text-column1 {
              flex: 1;
            min-width: 300px;
            padding: 0 15px;
            padding-top: 10%;
        }
        .oo1{
            text-align: center;
        }
        
        .image-column {
            flex: 0 0 300px;
            padding: 0 15px;
        }
        
        .image-column img {
            width: 100%;
            height: auto;
            display: block;
            max-width: 100%;
        }
     
        .text-column p {
            margin-bottom: 15px;
            font-size: 13px;
        }
        
        .divider {
            height: 1px;
            background-color: #ddd;
            margin: 20px 0;
        }
        
        
        .author {
            text-align: center;
            padding: 15px 0;
            font-style: italic;
        }
/* From Uiverse.io by gharsh11032000 */ 
.button {
  position: relative;
  width: 120px;
  height: 40px;
  background-color: #000;
  display: flex;
  align-items: center;
  color: white;
  flex-direction: column;
  justify-content: center;
  border: none;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  left: -4px;
  top: -1px;
  margin: auto;
  width: 128px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(-45deg, #e81cff 0%, #ff4040 100% );
  z-index: -10;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #fc00ff 0%, #00dbde 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.button:hover::after {
  filter: blur(30px);
}

.button:hover::before {
  transform: rotate(-180deg);
}

.button:active::before {
  scale: 0.7;
}


        /* Responsive adjustments */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 28px;
            }
            
            .header h2 {
                font-size: 16px;
            }
            
            .content-wrapper {
                flex-direction: column;
            }
            
            .image-column {
                
            }
            
            .text-column, .image-column {
                padding: 0;
            }
            .nav-links li a{
                color: white;
            }
            .con1 img{
                max-width: 50%;
                text-align: center;
            }
        }

        @media (max-width: 480px) {
            .header h1 {
                font-size: 24px;
            }
            
            .header {
                padding: 20px 10px;
            }
        }
        
        /* Footer Styles */
           footer {
            background-color: black;
            padding: 30px 0;
           
           
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .footer-column {
            flex: 1;
            min-width: 200px;
            margin-bottom: 20px;
            padding: 0 15px;
        }
        
        .footer-column h3 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .footer-column ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-column ul li {
            margin-bottom: 8px;
        }
        
        .footer-column ul li a {
            color: white;
            text-decoration: none;
            font-size: 14px;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            margin-top: 20px;
            font-size: 12px;
        }
        
          .footer-logos {
            display: flex;
            justify-content: center;
            gap: 20px;
            width: 100%;
            margin: 20px 0;
            padding: 0 15px;
            flex-wrap: wrap;
        }
        
        .footer-logo {
            font-weight: bold;
           
            text-transform: uppercase;
            text-align: center;
        }
        
        @media (max-width: 768px) {
            .footer-logos {
                flex-direction: column;
                gap: 10px;
            }
            
            .footer-column {
                min-width: 100%;
                padding: 0;
                margin-bottom: 25px;
            }
            
            .footer-column h3 {
                margin-bottom: 10px;
            }
            .footer-container{
                display: none;
            }
        }
        
        /* Mobile Menu Styles */
        .mobile-menu-backdrop {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0,0,0,0.7);
            z-index: 99;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .hero-title {
                font-size: 70px;
            }
            
            .nav-links {
                gap: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .top-bar, .contact-info {
                flex-direction: column;
                gap: 10px;
                align-items: center;
            }
            
            .main-header {
                flex-direction: row;
                gap: 20px;
            }
            
            .menu-toggle {
                display: block;
            }
            
            nav {
                padding: 0;
                border-bottom: none;
            }
            
            .nav-links {
                position: fixed;
                top: 0;
                left: -100%;
                width: 80%;
                max-width: 300px;
                height: 100vh;
                background-color: #000;
                flex-direction: column;
                gap: 0;
                padding: 80px 20px 20px;
                transition: left 0.3s ease;
                z-index: 100;
                overflow-y: auto;
            }
            
            .nav-links.active {
                left: 0;
            }
            
            .mobile-menu-backdrop.active {
                display: block;
            }
            
            .nav-links li {
                padding: 15px 0;
                border-bottom: 1px solid #333;
            }
            
            .dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                border: none;
                display: none;
                background-color: #111;
                margin-left: 15px;
                margin-top: 10px;
            }
            
            .dropdown-menu.active {
                display: block;
            }
            
            .dropdown-toggle {
                display: block;
            }
            
            .nav-links li:hover .dropdown-menu {
                display: none;
            }
            
            .hero-title {
                font-size: 50px;
                letter-spacing: 5px;
                margin-top: 20px;
            }
            
            .hero-subtitle {
                font-size: 18px;
                letter-spacing: 3px;
            }
            
            .event-section {
                padding: 20px;
                max-width: 90%;
            }
        }



  

.container-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.quote-section {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 50px;
}

.quote-section h2 {
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 20px;
}

.quote-section .author {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

.movement-section h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.movement-section p {
  margin-bottom: 15px;
  text-align: center;
}

.movement-section a {
  color: #007bff;
  text-decoration: none;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card1 {

  padding: 10px;
}

.card1 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

.card p {
  font-size: 0.95rem;
}




.container-3 {
  max-width: 1200px;
  margin: 0 auto;
}

h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}

.card3 {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  color: white;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay h3 {
  font-size: 1.1rem;
  font-weight: bold;
}

.count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  color: black;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: bold;
}

.desc {
  font-size: 0.75rem;
  margin-top: 5px;
}

.cta {
  background: #f7f7f7;
  border-radius: 12px;
  margin-top: 40px;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.cta-content .icon {
  font-size: 2rem;
  color: red;
}

.cta-content button {
  background: black;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.cta-content button:hover {
  background: #333;
}

/* Responsive text size */
@media (max-width: 500px) {
  h2 {
    font-size: 1.4rem;
    text-align: center;
  }

  .overlay h3 {
    font-size: 1rem;
  }

  .desc {
    display: none; /* Hide paragraph on very small screens */
  }
}



.articles-section {
  padding: 40px 20px;

  margin: auto;
}

.section-title {
  font-size: 24px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  border-bottom: 2px solid red;
  display: inline-block;
  padding-bottom: 5px;
}

.articles-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
 
}

.article-card {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 300px;

  overflow: hidden;
  display: flex;
  align-items: flex-end;
  transition: transform 0.3s ease;
}

.article-card:hover {
  transform: scale(1.02);
}

.article-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  width: 100%;
  color: #fff;
}

.date {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 10px;
}

.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.read-more {
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 4px;
  transition: background 0.3s;
}

.read-more:hover {
  background-color: red;
  color: #fff;
}



.hero {
  text-align: center;
  padding: 2rem 1rem;
  border-bottom: 2px solid #fff;
}

.hero h1 {
  font-size: 1.8rem;
  font-weight: bold;
}

.hero .highlight {
  color: red;
}

.hero .subtitle {
  margin-top: 1rem;
  font-size: 0.95rem;
  font-weight: 300;
}

.books-section {
  padding: 2rem 1rem;
  overflow-x: auto;
}

.books-container {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.book {
  min-width: 150px;
  max-width: 200px;
  scroll-snap-align: center;
  flex-shrink: 0;
}

.book img {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.book img:hover {
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .books-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .book {
    flex: 1 0 200px;
    max-width: 200px;
  }
}