/* Programs Page Styles */
body {
    background-color: #070b1a;
    color: white;
    overflow-x: hidden;
  }
  
  /* Futuristic Background */
  .futuristic-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    opacity: 0.3;
    pointer-events: none;
  }
  
  .futuristic-background::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gNDAgMCBMIDAgMCAwIDQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNhOWE0ZTAiIHN0cm9rZS13aWR0aD0iMC41Ii8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIiBvcGFjaXR5PSIwLjEiLz48L3N2Zz4=');
    opacity: 0.4;
  }
  
  .futuristic-background::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: perspective(1000px) rotateX(65deg) scale(1.5) translateY(-25%);
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iODAiIGhlaWdodD0iODAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gODAgMCBMIDAgMCAwIDgwIiBmaWxsPSJub25lIiBzdHJva2U9IiM4OGNlZmYiIHN0cm9rZS13aWR0aD0iMC41Ii8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIiBvcGFjaXR5PSIwLjA1Ii8+PC9zdmc+');
    animation: pulse 2s infinite alternate;
  }
  
  /* Floating Navigation */
  .floating-nav {
    position: fixed;
    top: 30%;
    right: 2rem;
    transform: translateY(-50%);
    z-index: 40;
    display: none;
  }
  
  .floating-nav ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .floating-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: all 0.3s ease;
  }
  
  .floating-nav-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .floating-nav-link.active {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
  }
  
  .floating-nav-dot {
    position: absolute;
    right: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .floating-nav-link[data-section="health"].active .floating-nav-dot {
    background-color: #ef4444;
    opacity: 1;
  }
  
  .floating-nav-link[data-section="agriculture"].active .floating-nav-dot {
    background-color: #22c55e;
    opacity: 1;
  }
  
  .floating-nav-link[data-section="education"].active .floating-nav-dot {
    background-color: #3b82f6;
    opacity: 1;
  }
  
  .floating-nav-link[data-section="entrepreneurship"].active .floating-nav-dot {
    background-color: #f59e0b;
    opacity: 1;
  }
  
  /* Hero Section */
  .hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .hero-background {
    position: absolute;
    inset: 0;
    z-index: -1;
  }
  
  .hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: linear-gradient(to bottom, rgba(59, 130, 246, 0.3), rgba(147, 51, 234, 0.2), rgba(236, 72, 153, 0.3));
    mix-blend-mode: overlay;
  }
  
  .hero-grid {
    position: absolute;
    inset: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxwYXR0ZXJuIGlkPSJncmlkIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPjxwYXRoIGQ9Ik0gNDAgMCBMIDAgMCAwIDQwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMC41Ii8+PC9wYXR0ZXJuPjwvZGVmcz48cmVjdCB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyaWQpIiBvcGFjaXR5PSIwLjEiLz48L3N2Zz4=');
    opacity: 0.4;
  }
  
  .hero-particles {
    position: absolute;
    inset: 0;
  }
  
  .hero-content {
    text-align: center;
    max-width: 800px;
    padding: 0 1rem;
    z-index: 1;
  }

  .hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  
  .hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
    opacity: 0;
  }
  
  .hero-divider {
    width: 8rem;
    height: 0.25rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6, #ec4899);
    margin: 0 auto 1.5rem;
    border-radius: 9999px;
  }
  
  .hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    animation: fadeIn 0.8s ease 0.5s forwards;
    opacity: 0;
  }
  
  .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    color: white;
    font-weight: 600;
    border-radius: 9999px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
    animation: fadeIn 0.8s ease 0.8s forwards;
    opacity: 0;
  }
  
  .hero-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  }
  
  .hero-btn i {
    transition: transform 0.3s ease;
  }
  
  .hero-btn:hover i {
    transform: translateY(4px);
  }
  
  .scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2rem;
    height: 3rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
    animation: fadeIn 0.8s ease 1s forwards;
    opacity: 0;
  }
  
  .scroll-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border-radius: 50%;
    animation: scrollDot 1.5s ease-in-out infinite;
  }


  /* Fix for hero title animation */
.hero h1.animate-chars {
  display: block;
  opacity: 1;
  margin-bottom: 1rem;
  color: white;
  font-size: 3rem;
  font-weight: 700;
}

.hero h1.animate-chars span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInChar 0.5s forwards;
}

@keyframes fadeInChar {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



  
  /* Pillars Section */
  .pillars-section {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(to bottom, #070b1a, rgba(59, 130, 246, 0.1), #070b1a);
  }
  
  .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
  }
  
  .section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: rgba(59, 130, 246, 0.2);
    border-radius: 9999px;
    margin-bottom: 1rem;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(59, 130, 246, 0.3);
  }
  
  .section-badge i {
    color: #3b82f6;
  }
  
  .section-badge span {
    font-size: 0.875rem;
    font-weight: 600;
    color: #3b82f6;
  }
  
  .section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6, #ec4899);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-x 3s ease infinite;
    background-size: 200% auto;
  }
  
  .section-divider {
    width: 6rem;
    height: 0.25rem;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    margin: 0 auto 1.5rem;
    border-radius: 9999px;
  }
  
  .section-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
  }
  
  .pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
  }
  
  .pillar-card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 1.5rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }
  
  .pillar-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1rem;
    padding: 2px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .pillar-card:hover::before {
    opacity: 1;
  }
  
  .pillar-card[data-color="red"]:hover {
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.3);
  }
  
  .pillar-card[data-color="green"]:hover {
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.3);
  }
  
  .pillar-card[data-color="blue"]:hover {
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
  }
  
  .pillar-card[data-color="amber"]:hover {
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
  }
  
  .pillar-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    position: relative;
    transition: all 0.3s ease;
  }
  
  .pillar-card[data-color="red"] .pillar-icon {
    background-color: rgba(239, 68, 68, 0.2);
    color: #ef4444;
  }
  
  .pillar-card[data-color="green"] .pillar-icon {
    background-color: rgba(34, 197, 94, 0.2);
    color: #22c55e;
  }
  
  .pillar-card[data-color="blue"] .pillar-icon {
    background-color: rgba(59, 130, 246, 0.2);
    color: #3b82f6;
  }
  
  .pillar-card[data-color="amber"] .pillar-icon {
    background-color: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
  }
  
  .pillar-card:hover .pillar-icon {
    transform: scale(1.1);
  }
  
  .pillar-card[data-color="red"]:hover .pillar-icon {
    background-color: rgba(239, 68, 68, 0.3);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
  }
  
  .pillar-card[data-color="green"]:hover .pillar-icon {
    background-color: rgba(34, 197, 94, 0.3);
    box-shadow: 0 0 15px rgba(34, 197, 94, 0.5);
  }
  
  .pillar-card[data-color="blue"]:hover .pillar-icon {
    background-color: rgba(59, 130, 246, 0.3);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
  }
  
  .pillar-card[data-color="amber"]:hover .pillar-icon {
    background-color: rgba(245, 158, 11, 0.3);
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.5);
  }
  
  .pillar-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    transition: color 0.3s ease;
  }
  
  .pillar-card[data-color="red"]:hover h3 {
    color: #ef4444;
  }
  
  .pillar-card[data-color="green"]:hover h3 {
    color: #22c55e;
  }
  
  .pillar-card[data-color="blue"]:hover h3 {
    color: #3b82f6;
  }
  
  .pillar-card[data-color="amber"]:hover h3 {
    color: #f59e0b;
  }
  
  /* Program Sections */
  .program-section {
    padding: 5rem 0;
    position: relative;
  }
  
  .program-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .health-section::before {
    background: linear-gradient(to bottom, #070b1a, rgba(239, 68, 68, 0.1), #070b1a);
  }
  
  .agriculture-section::before {
    background: linear-gradient(to bottom, #070b1a, rgba(34, 197, 94, 0.1), #070b1a);
  }
  
  .education-section::before {
    background: linear-gradient(to bottom, #070b1a, rgba(59, 130, 246, 0.1), #070b1a);
  }
  
  .entrepreneurship-section::before {
    background: linear-gradient(to bottom, #070b1a, rgba(245, 158, 11, 0.1), #070b1a);
  }
  
  .program-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .program-content {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .program-content:hover {
    transform: translateY(-5px);
  }
  
  .health-section .program-content:hover {
    box-shadow: 0 10px 25px rgba(239, 68, 68, 0.2);
  }
  
  .agriculture-section .program-content:hover {
    box-shadow: 0 10px 25px rgba(34, 197, 94, 0.2);
  }
  
  .education-section .program-content:hover {
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.2);
  }
  
  .entrepreneurship-section .program-content:hover {
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.2);
  }
  
  .program-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .health-section .program-badge {
    background-color: rgba(239, 68, 68, 0.1);
    color: #ef4444;
  }
  
  .agriculture-section .program-badge {
    background-color: rgba(34, 197, 94, 0.1);
    color: #22c55e;
  }
  
  .education-section .program-badge {
    background-color: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
  }
  
  .entrepreneurship-section .program-badge {
    background-color: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
  }
  
  .program-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
  }
  
  .program-content p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  
  .program-list {
    margin-bottom: 1.5rem;
  }
  
  .program-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    margin-bottom: 0.75rem;
    transition: background-color 0.3s ease;
  }
  
  .health-section .program-list li {
    background-color: rgba(239, 68, 68, 0.05);
    border-left: 4px solid rgba(239, 68, 68, 0.4);
  }
  
  .health-section .program-list li:hover {
    background-color: rgba(239, 68, 68, 0.1);
  }
  
  .agriculture-section .program-list li {
    background-color: rgba(34, 197, 94, 0.05);
    border-left: 4px solid rgba(34, 197, 94, 0.4);
  }
  
  .agriculture-section .program-list li:hover {
    background-color: rgba(34, 197, 94, 0.1);
  }
  
  .education-section .program-list li {
    background-color: rgba(59, 130, 246, 0.05);
    border-left: 4px solid rgba(59, 130, 246, 0.4);
  }
  
  .education-section .program-list li:hover {
    background-color: rgba(59, 130,246,0.4);
  }
  
  .education-section .program-list li:hover {
    background-color: rgba(59, 130, 246, 0.1);
  }
  
  .entrepreneurship-section .program-list li {
    background-color: rgba(245, 158, 11, 0.05);
    border-left: 4px solid rgba(245, 158, 11, 0.4);
  }
  
  .entrepreneurship-section .program-list li:hover {
    background-color: rgba(245, 158, 11, 0.1);
  }
  
  .list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.25rem;
  }
  
  .health-section .list-icon {
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
  }
  
  .agriculture-section .list-icon {
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
  }
  
  .education-section .list-icon {
    color: #3b82f6;
    border: 1px solid rgba(59, 130, 246, 0.3);
  }
  
  .entrepreneurship-section .list-icon {
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
  }
  
  .testimonial {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    padding: 1.5rem;
    border-radius: 0.75rem;
    position: relative;
    overflow: hidden;
  }
  
  .testimonial-quote {
    font-size: 1.5rem;
    opacity: 0.3;
    margin-bottom: 0.5rem;
  }
  
  .health-section .testimonial-quote {
    color: #ef4444;
  }
  
  .agriculture-section .testimonial-quote {
    color: #22c55e;
  }
  
  .education-section .testimonial-quote {
    color: #3b82f6;
  }
  
  .entrepreneurship-section .testimonial-quote {
    color: #f59e0b;
  }
  
  .testimonial p {
    font-style: italic;
    margin-bottom: 0.5rem;
  }
  
  .testimonial-author {
    text-align: right;
    font-weight: 600;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
  }
  
  .program-image {
    position: relative;
  }
  
  .image-wrapper {
    position: relative;
    height: 500px;
    border-radius: 1rem;
    overflow: hidden;
    border: 8px solid white;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
  }
  
  .image-wrapper:hover {
    transform: scale(1.02);
  }
  
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 10s ease;
  }
  
  .image-wrapper:hover img {
    transform: scale(1.1);
  }
  
  .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
  }
  
  .image-badge {
    position: absolute;
    bottom: 6rem;
    left: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .badge-dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #3b82f6;
  }
  
  .health-section .badge-dot {
    background-color: #ef4444;
  }
  
  .agriculture-section .badge-dot {
    background-color: #22c55e;
  }
  
  .education-section .badge-dot {
    background-color: #3b82f6;
  }
  
  .entrepreneurship-section .badge-dot {
    background-color: #f59e0b;
  }
  
  .image-badge span {
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
  }
  
  .image-stats {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    max-width: 20rem;
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  
  .image-wrapper:hover .image-stats {
    transform: translateY(-10px);
  }
  
  .image-stats p {
    color: #1f2937;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
  }
  
  .stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0.75rem;
  }
  
  .stat-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
  }
  
  .stat-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  
  .health-section .stat-dot {
    background-color: #ef4444;
  }
  
  .agriculture-section .stat-dot {
    background-color: #22c55e;
  }
  
  .education-section .stat-dot {
    background-color: #3b82f6;
  }
  
  .entrepreneurship-section .stat-dot {
    background-color: #f59e0b;
  }
  
  .stat-item span {
    font-family: monospace;
    font-size: 0.75rem;
    font-weight: 600;
  }
  
  .health-section .stat-item span {
    color: #7f1d1d;
  }
  
  .agriculture-section .stat-item span {
    color: #166534;
  }
  
  .education-section .stat-item span {
    color: #1e40af;
  }
  
  .entrepreneurship-section .stat-item span {
    color: #92400e;
  }
  
  .floating-stat {
    position: absolute;
    background-color: white;
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 10;
    animation: float 6s ease-in-out infinite;
  }
  
  .floating-stat span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  
  .floating-stat p {
    font-size: 0.75rem;
    color: #4b5563;
    margin: 0;
  }
  
  .stat-1 {
    top: -1.5rem;
    right: -1.5rem;
    transform: rotate(3deg);
  }
  
  .stat-2 {
    bottom: -1.5rem;
    left: -1.5rem;
    transform: rotate(-3deg);
  }
  
  .health-section .stat-1 span {
    color: #ef4444;
  }
  
  .agriculture-section .stat-1 span {
    color: #22c55e;
  }
  
  .education-section .stat-1 span {
    color: #3b82f6;
  }
  
  .entrepreneurship-section .stat-1 span {
    color: #f59e0b;
  }
  
  .health-section .stat-2 span {
    color: #ef4444;
  }
  
  .agriculture-section .stat-2 span {
    color: #22c55e;
  }
  
  .education-section .stat-2 span {
    color: #3b82f6;
  }
  
  .entrepreneurship-section .stat-2 span {
    color: #f59e0b;
  }
  
  /* Back to Top Button */
  .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: linear-gradient(to right, #3b82f6, #8b5cf6);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 50;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
  }
  
  .back-to-top.visible {
    opacity: 1;
    visibility: visible;
  }
  
  .back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 16px rgba(59, 130, 246, 0.4);
  }
  
  /* Animations */
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes scrollDot {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
  }
  
  @keyframes pulse {
    0%, 100% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
  }
  
  @keyframes float {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  
  @keyframes scan {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  
  /* Character Animation */
  .animate-chars {
    display: inline-block;
  }
  
  .animate-chars span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInChar 0.5s forwards;
  }
  
  @keyframes fadeInChar {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Media Queries */
  @media (min-width: 768px) {
    .floating-nav {
      display: block;
    }
    
    .hero h1 {
      font-size: 4rem;
    }
    
    .hero p {
      font-size: 1.5rem;
    }
    
    .pillars-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    
    .program-grid {
      grid-template-columns: repeat(2, 1fr);
      align-items: center;
    }
    
    .agriculture-section .program-grid,
    .entrepreneurship-section .program-grid {
      direction: rtl;
    }
    
    .agriculture-section .program-content,
    .entrepreneurship-section .program-content,
    .agriculture-section .program-image,
    .entrepreneurship-section .program-image {
      direction: ltr;
    }
  }


  

  /* Make sure the animation is visible on mobile too */
@media (max-width: 768px) {
  .hero h1.animate-chars {
    font-size: 2.5rem;
  }

  .section-header h2 {
    font-size: 1.3rem;
}
  .section-header p{
    font-size: 0.8rem;
}
}