   
        :root {
            --primary: #dc143c;
            --secondary: #003893;
            --accent: #ffcc00;
            --light: #f8f9fa;
            --dark: #212529;
            --text: #333333;
            --gray: #6c757d;
            --success: #28a745;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Roboto', sans-serif;
            line-height: 1.6;
            color: var(--text);
            background-color: #fff;
        }
        
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            line-height: 1.3;
            margin-bottom: 15px;
        }
        
        a {
            text-decoration: none;
            color: var(--secondary);
            transition: all 0.3s ease;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background: var(--primary);
            color: white;
            border-radius: 4px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .btn:hover {
            background: var(--secondary);
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .btn-primary {
            background: var(--primary);
        }
        
        .btn-outline {
            background: transparent;
            border: 2px solid var(--primary);
            color: var(--primary);
        }
        
        .btn-outline:hover {
            background: var(--primary);
            color: white;
        }
        
        .btn-success {
            background: var(--success);
        }
        
        .btn-success:hover {
            background: #218838;
        }
        
        section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: var(--primary);
            position: relative;
            display: inline-block;
            padding-bottom: 15px;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--secondary);
        }
        
        .section-title p {
            max-width: 700px;
            margin: 0 auto;
            color: var(--gray);
        }
        
        /* Header Styles */
        .topbar {
            background: var(--primary);
            color: white;
            padding: 10px 0;
            font-size: 14px;
        }
        
        .topbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .topbar-contact {
            display: flex;
            list-style: none;
        }
        
        .topbar-contact li {
            margin-right: 20px;
            display: flex;
            align-items: center;
        }
        
        .topbar-contact i {
            margin-right: 8px;
            color: var(--accent);
        }
        
        .topbar-social {
            display: flex;
            list-style: none;
        }
        
        .topbar-social li {
            margin-left: 15px;
        }
        
        .topbar-social a {
            color: white;
            font-size: 16px;
        }
        
        .topbar-social a:hover {
            color: var(--accent);
        }
        
        .header-inner {
            padding: 20px 0;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .header-inner .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 700;
            color: var(--primary);
        }
        
        .logo span {
            color: var(--secondary);
        }
        
        .header-widget {
            display: flex;
        }
        
        .single-widget {
            display: flex;
            align-items: center;
            margin-left: 30px;
        }
        
        .single-widget i {
            font-size: 24px;
            color: var(--primary);
            margin-right: 10px;
        }
        
        .single-widget h4 {
            font-size: 14px;
            margin: 0;
        }
        
        .single-widget span {
            font-size: 16px;
            font-weight: 600;
            color: var(--dark);
        }
        
        /* Navigation */
        .navbar {
            background: var(--secondary);
        }
        
        .navbar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
        }
        
        .nav-menu li {
            position: relative;
        }
        
        .nav-menu a {
            display: block;
            padding: 15px 20px;
            color: white;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 14px;
            letter-spacing: 1px;
        }
        
        .nav-menu a:hover, .nav-menu li.active a {
            background: var(--primary);
        }
        
        .nav-menu li:hover .dropdown {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            min-width: 220px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            z-index: 1000;
        }
        
        .dropdown li {
            width: 100%;
        }
        
        .dropdown a {
            color: var(--text);
            padding: 12px 20px;
            border-bottom: 1px solid #f1f1f1;
        }
        
        .dropdown a:hover {
            background: #f9f9f9;
            color: var(--primary);
        }
        
        .mobile-toggle {
            display: none;
            font-size: 24px;
            color: white;
            cursor: pointer;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(0, 56, 147, 0.8), rgba(220, 20, 60, 0.8)), url('shiv.png');
            background-size: cover;
            background-position: center;
            color: white;
            padding: 150px 0;
            text-align: center;
        }
        
        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
        }
        
        .hero p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .hero-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        /* Features Section */



        .features {
            background: #f9f9f9;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .feature-card {
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .feature-icon {
            font-size: 50px;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .feature-card h3 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        
        /* Issues Section */
        .issues {
            background: white;
        }
        
        .issues-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .issue-card {
            background: white;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
        }
        
        .issue-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .issue-img {
            height: 200px;
            background-size: cover;
            background-position: center;
        }
        
        .issue-content {
            padding: 20px;
        }
        
        .issue-meta {
            display: flex;
            justify-content: space-between;
            padding: 15px 20px;
            background: #f9f9f9;
            border-top: 1px solid #eee;
        }
        
        .issue-participants {
            font-weight: 600;
            color: var(--primary);
            font-size: 16px;
        }
        
        /* Events Section */
        .events {
            background: #f9f9f9;
        }
        
        .events-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .event-card {
            background: white;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .event-img {
            height: 200px;
            background-size: cover;
            background-position: center;
        }
        
        .event-content {
            padding: 20px;
        }
        
        .event-meta {
            display: flex;
            margin-bottom: 15px;
        }
        
        .event-date {
            background: var(--primary);
            color: white;
            padding: 10px 15px;
            border-radius: 4px;
            text-align: center;
            margin-right: 15px;
        }
        
        .event-date .day {
            font-size: 24px;
            font-weight: 700;
            line-height: 1;
        }
        
        .event-date .month {
            font-size: 14px;
        }
        
        .event-info h4 {
            margin-bottom: 5px;
        }
        
        .event-info p {
            font-size: 14px;
            color: var(--gray);
        }
        
        /* Youth Leaders Section */
        .leaders {
            background: white;
        }
        
        .leaders-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }
        
        .leader-card {
            background: white;
            border-radius: 5px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .leader-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .leader-img {
            height: 150px;
            width: 150px;
            border-radius: 50%;
            margin: 20px auto;
            overflow: hidden;
            border: 5px solid #f1f1f1;
        }
        
        .leader-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .leader-content {
            padding: 0 20px 20px;
        }
        
        .leader-role {
            color: var(--primary);
            font-weight: 500;
            margin-bottom: 15px;
        }
        
        .leader-social {
            display: flex;
            justify-content: center;
            list-style: none;
            margin-top: 15px;
        }
        
        .leader-social li {
            margin: 0 5px;
        }
        
        .leader-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            background: #f1f1f1;
            border-radius: 50%;
            color: var(--text);
            font-size: 16px;
        }
        
        .leader-social a:hover {
            background: var(--primary);
            color: white;
        }
        
        /* CTA Section */
        .cta {
            background: linear-gradient(rgba(0, 56, 147, 0.9), rgba(220, 20, 60, 0.9)), url('https://images.unsplash.com/photo-1541336032412-2048a678540d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
            color: white;
            text-align: center;
            padding: 100px 0;
        }
        
        .cta h2 {
            font-size: 36px;
            margin-bottom: 20px;
        }
        
        .cta p {
            max-width: 700px;
            margin: 0 auto 30px;
            font-size: 18px;
        }
        
        /* Testimonials */
        .testimonials {
            background: #f9f9f9;
        }
        
        .testimonial-slider {
            max-width: 800px;
            margin: 0 auto;
        }
        
        .testimonial-card {
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            text-align: center;
            margin: 0 15px;
        }
        
        .testimonial-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            margin: 0 auto 20px;
            overflow: hidden;
        }
        
        .testimonial-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .testimonial-author {
            font-weight: 600;
            color: var(--primary);
        }
        
        /* Footer */
        .footer {
            background: var(--secondary);
            color: white;
            padding: 70px 0 0;
        }
        
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 50px;
        }
        
        .footer-widget h3 {
            font-size: 20px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-widget h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: var(--primary);
        }
        
        .footer-widget p {
            margin-bottom: 20px;
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color: #ddd;
            display: flex;
            align-items: center;
        }
        
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 5px;
        }
        
        .footer-links i {
            margin-right: 8px;
            color: var(--accent);
        }
        
        .footer-newsletter input {
            width: 100%;
            padding: 12px 15px;
            border: none;
            border-radius: 4px;
            margin-bottom: 15px;
        }
        
        .footer-bottom {
            background: rgba(0,0,0,0.2);
            padding: 20px 0;
            text-align: center;
        }
        
        .footer-social {
            display: flex;
            justify-content: center;
            list-style: none;
            margin-bottom: 15px;
        }
        
        .footer-social li {
            margin: 0 10px;
        }
        
        .footer-social a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            color: white;
            font-size: 18px;
        }
        
        .footer-social a:hover {
            background: var(--primary);
        }
        
        /* Responsive Styles */
        @media (max-width: 992px) {
            .features-grid, .issues-grid, .events-grid, .leaders-grid, .footer-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .header-widget {
                display: none;
            }
        }
        
        @media (max-width: 768px) {
            .topbar .container {
                flex-direction: column;
                text-align: center;
            }
            
            .topbar-contact {
                margin-bottom: 10px;
                justify-content: center;
            }
            
            .mobile-toggle {
                display: block;
            }
            
            .nav-menu {
                position: fixed;
                top: 0;
                right: -300px;
                width: 300px;
                height: 100vh;
                background: var(--secondary);
                flex-direction: column;
                padding-top: 60px;
                transition: all 0.3s ease;
                z-index: 1000;
            }
            
            .nav-menu.active {
                right: 0;
            }
            
            .nav-menu li {
                width: 100%;
            }
            
            .dropdown {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                display: none;
            }
            
            .nav-menu li:hover .dropdown {
                display: block;
            }
            
            .hero h1 {
                font-size: 36px;
            }
            
            .hero-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .hero-buttons .btn {
                margin-bottom: 10px;
                width: 100%;
                max-width: 250px;
            }
        }
        
        @media (max-width: 576px) {
            .features-grid, .issues-grid, .events-grid, .leaders-grid, .footer-grid {
                grid-template-columns: 1fr;
            }
            
            .section-title h2 {
                font-size: 28px;
            }
            
            .hero {
                padding: 100px 0;
            }
            
            .hero h1 {
                font-size: 28px;
            }
        }

        
  