*{box-sizing:border-box;margin:0;padding:0}html,body{color:#222;background-color:#fff;width:100%;height:100%;font-family:Inter,sans-serif;overflow-x:hidden}#root{width:100%;height:100%}.section{width:100%;max-width:100%;overflow-x:hidden}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#7a3ff1e6,#b07bffd9);padding:14px 40px;transition:background .3s;position:sticky;top:0;box-shadow:0 4px 25px #7a3ff14d}.header-container{justify-content:space-between;align-items:center;display:flex}.logo-container{align-items:center;gap:12px;display:flex}.logo{object-fit:cover;border:2px solid #fff6;border-radius:50%;width:54px;height:54px;box-shadow:0 0 15px #ffffff4d}.brand-name{background:linear-gradient(90deg,#fff,#e0c6ff);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;font-size:1.4rem;font-weight:700}.nav-links{align-items:center;gap:30px;display:flex}.nav-links a{color:#f8f4ff;letter-spacing:.5px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-links a:hover{color:#fff}.nav-links a:after{content:"";background:#fff;width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.donate-btn{color:#fff;letter-spacing:.6px;background:linear-gradient(135deg,#ff66c4,#8e44ff);border:none;border-radius:40px;padding:10px 28px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;box-shadow:0 6px 18px #ff66c466}.donate-btn:hover{background:linear-gradient(135deg,#8e44ff,#ff66c4);transform:translateY(-2px);box-shadow:0 8px 25px #ff66c499}.animated-donate-btn{position:relative;overflow:hidden}.animated-donate-btn:before{content:"";background:linear-gradient(120deg,#ffffff4d 0%,#fff9 50%,#ffffff4d 100%);width:50%;height:100%;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.animated-donate-btn:hover:before{animation:1s forwards shimmer}@keyframes shimmer{to{left:125%}}.animated-donate-btn{animation:2.5s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #ff66c480}70%{box-shadow:0 0 0 12px #ff66c400}to{box-shadow:0 0 #ff66c400}}@media (max-width:768px){.header-container{flex-direction:column;gap:12px}.nav-links{flex-wrap:wrap;justify-content:center;gap:18px}}.hero{color:#fff;background:linear-gradient(135deg,#6a0dad,#8e2de2);justify-content:center;align-items:center;width:100%;min-height:90vh;padding:3rem 2rem;display:flex}.hero-content{flex-wrap:wrap;justify-content:space-around;align-items:center;width:100%;max-width:1200px;display:flex}.hero-text{text-align:left;flex:1;min-width:300px;max-width:600px;animation:1s ease-in-out fadeInUp}.hero-text h1{text-shadow:2px 4px 10px #0003;margin-bottom:1rem;font-size:3rem;font-weight:700}.hero-text p{margin-bottom:1.5rem;font-size:1.2rem;line-height:1.7}.hero-text button{color:#6a0dad;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:.9rem 2rem;font-weight:600;transition:all .3s}.hero-text button:hover{color:#fff;background:#8e2de2;transform:scale(1.05)}.hero-image{flex:1;justify-content:center;min-width:300px;animation:1.5s ease-in-out fadeIn;display:flex}.hero-image img{border-radius:20px;width:100%;max-width:450px;animation:4s ease-in-out infinite float;box-shadow:0 10px 25px #00000040}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-content{text-align:center;flex-direction:column}.hero-text h1{font-size:2.2rem}.hero-text p{font-size:1rem}.hero-image img{max-width:300px;margin-top:2rem}}.projects-section{text-align:center;background:#fff;padding:80px 100px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.project-card{background:#f8f5ff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 20px #7e22ce26}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #7e22ce40}.project-image{object-fit:cover;width:100%;height:220px}.project-content{text-align:left;padding:20px}.project-status{border-radius:20px;margin-bottom:10px;padding:6px 12px;font-size:.9rem;font-weight:600;display:inline-block}.project-status.ongoing{color:#6b21a8;background-color:#ede9fe}.project-status.completed{color:#15803d;background-color:#dcfce7}.project-title{color:#3a0ca3;margin:10px 0;font-size:1.3rem;font-weight:600}.project-description{color:#555;margin-bottom:15px;font-size:1rem;line-height:1.6}.project-button{color:#fff;cursor:pointer;background-color:#7e22ce;border:none;border-radius:6px;padding:10px 18px;transition:background .3s}.project-button:hover{background-color:#6b21a8}@media (max-width:1024px){.projects-section{padding:60px}}@media (max-width:768px){.projects-section{padding:50px 25px}.section-title{font-size:2rem}.project-image{height:180px}.project-content{padding:15px}.project-title{font-size:1.1rem}.project-button{padding:8px 14px;font-size:.9rem}}.impact-section{color:#fff;text-align:center;background:linear-gradient(135deg,#3a0ca3,#7209b7,#f72585);padding:80px 20px;position:relative;overflow:hidden}.impact-overlay{z-index:0;background:#ffffff0d;border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite alternate float;position:absolute;top:-100px;left:-100px}.impact-title{z-index:1;text-transform:uppercase;letter-spacing:2px;margin-bottom:50px;font-size:2rem;font-weight:700;position:relative}.impact-container{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex;position:relative}.impact-card{background:#ffffff1a;border-radius:20px;width:220px;padding:30px 40px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000004d}.impact-card:before{content:"";opacity:0;background:radial-gradient(circle,#ffffff26,#0000 70%);width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%;transform:rotate(25deg)}.impact-card:hover:before{opacity:1}.impact-card:hover{background:#ffffff26;transform:translateY(-10px)scale(1.05)}.impact-icon{color:#ffeb3b;margin-bottom:10px;font-size:40px}.impact-number{text-shadow:0 0 15px #ffffff80;margin:10px 0;font-size:2.2rem;font-weight:700}.impact-text{color:#f0e9ff;letter-spacing:1px;font-size:1rem}@media (max-width:768px){.impact-container{flex-direction:column;gap:30px}.impact-card{width:80%}}.news-section{text-align:center;background:#f8f5ff;padding:80px 100px}.section-title{color:#7e22ce;margin-bottom:50px;font-size:2.4rem;font-weight:700}.news-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.news-card{background:#fff;border-radius:20px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 8px 20px #7e22ce26}.news-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #7e22ce40}.news-image{object-fit:cover;width:100%;height:220px}.news-content{text-align:left;padding:20px}.news-date{color:#9c6ade;font-size:.9rem;font-weight:500}.news-title{color:#3a0ca3;margin:10px 0;font-size:1.3rem;font-weight:600}.news-description{color:#555;margin-bottom:15px;font-size:1rem;line-height:1.6}.read-more{color:#fff;cursor:pointer;background-color:#7e22ce;border:none;border-radius:6px;padding:10px 18px;transition:background .3s}.read-more:hover{background-color:#6b21a8}@media (max-width:1024px){.news-section{padding:60px}}.footer{color:#fff;text-align:center;background:linear-gradient(135deg,#3a0ca3,#7209b7,#f72585);padding:60px 0 20px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.footer:before{content:"";z-index:0;background:#ffffff0d;border-radius:50%;width:300px;height:300px;animation:8s ease-in-out infinite alternate float;position:absolute;top:-100px;left:-100px}.footer-container{z-index:1;flex-wrap:wrap;justify-content:space-around;align-items:flex-start;display:flex;position:relative}.footer-logo{flex:1;min-width:250px;padding:20px}.footer-logo h2{color:#fff;margin-bottom:10px}.footer-logo p{color:#e0d7ff;font-size:14px;line-height:1.6}.footer-links{flex:1;min-width:200px;padding:20px}.footer-links h3{color:#fff;text-transform:uppercase;margin-bottom:10px}.footer-links ul{padding:0;list-style:none}.footer-links ul li{margin:6px 0}.footer-links ul li a{color:#ddd;text-decoration:none;transition:color .3s}.footer-links ul li a:hover{color:#fff}.footer-social{flex:1;min-width:250px;padding:20px}.footer-social h3{text-transform:uppercase;margin-bottom:10px}.social-icons{justify-content:center;gap:15px;display:flex}.social-icons a{color:#fff;font-size:24px;transition:transform .3s,color .3s}.social-icons a:hover{color:#ffeb3b;transform:scale(1.2)}.footer-bottom{color:#eee;border-top:1px solid #ffffff4d;margin-top:40px;padding-top:15px;font-size:14px}@media (max-width:768px){.footer-container{text-align:center;flex-direction:column}.social-icons{justify-content:center}.footer{padding:50px 20px}}.about-section{color:#fff;background:linear-gradient(#6a11cb 0%,#a44cfb 100%);padding:90px 20px;overflow:hidden}.about-container{max-width:1200px;margin:0 auto}.about-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin-bottom:60px;display:flex}.about-texts{flex:500px}.about-texts h2{color:#fff;margin-bottom:15px;font-size:2.8rem;font-weight:700}.about-texts p{color:#f3e8ff;font-size:1.1rem;line-height:1.8}.about-image{text-align:center;flex:400px}.about-image img{border-radius:20px;width:100%;max-width:400px;animation:4s ease-in-out infinite float;box-shadow:0 10px 40px #0000004d}.about-graphics{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}.about-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);text-align:center;background:#ffffff26;border-radius:20px;width:280px;padding:30px;transition:all .3s;box-shadow:0 4px 20px #00000026}.about-card:hover{background:#ffffff40;transform:translateY(-8px);box-shadow:0 8px 25px #00000040}.icon{margin-bottom:12px;font-size:2.5rem}.about-card h3{color:#fff;margin-bottom:10px;font-size:1.3rem}.about-card p{color:#f5eaff;font-size:1rem;line-height:1.6}@media (max-width:900px){.about-header{text-align:center;flex-direction:column-reverse}.about-texts h2{font-size:2.2rem}.about-texts p{font-size:1rem}.about-image img{max-width:320px}.about-card{width:85%}}.contact-container{background:linear-gradient(135deg,#d6c5ff 0%,#f5f0ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:50px 20px;font-family:Poppins,sans-serif;display:flex}.contact-card{background:#fff;border-radius:20px;flex-wrap:wrap;width:100%;max-width:950px;display:flex;overflow:hidden;box-shadow:0 8px 25px #6c47cf40}.contact-info{color:#fff;background:linear-gradient(135deg,#6d3ed6,#8b5cf6);flex-direction:column;flex:1;justify-content:center;padding:50px 40px;display:flex}.contact-title{margin-bottom:10px;font-size:2rem;font-weight:700}.contact-text{opacity:.9;margin-bottom:30px;font-size:1rem}.info-items{flex-direction:column;gap:15px;display:flex}.info-item{align-items:center;gap:10px;font-size:1rem;display:flex}.info-item i{color:#6d3ed6;background:#fff;border-radius:50%;padding:10px;font-size:.9rem}.contact-form{background:#fff;flex-direction:column;flex:1.2;gap:18px;padding:50px 40px;display:flex}.form-title{color:#5a2ea6;margin-bottom:10px;font-size:1.5rem;font-weight:700}.form-group{flex-direction:column;display:flex}.form-group label{color:#4a2c8c;margin-bottom:6px;font-weight:600}.form-group input,.form-group textarea{color:#333;border:1.5px solid #c7b4f3;border-radius:10px;outline:none;padding:12px 14px;font-size:1rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{border-color:#7b4cff;box-shadow:0 0 8px #7b4cff4d}textarea{resize:none;min-height:120px}.submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7b4cff,#9b79f1);border:none;border-radius:10px;margin-top:10px;padding:14px;font-size:1.05rem;font-weight:600;transition:all .3s}.submit-button:hover{background:linear-gradient(135deg,#9b79f1,#b998ff);transform:scale(1.03);box-shadow:0 0 15px #9b79f180}@media (max-width:900px){.contact-card{flex-direction:column}.contact-info{text-align:center;padding:40px 25px}.contact-form{padding:30px 25px}}.donate-section{background:linear-gradient(135deg,#f4e9ff,#faf7ff);justify-content:center;align-items:flex-start;min-height:100vh;padding:60px 20px;font-family:Poppins,sans-serif;display:flex}.donate-container{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:900px;padding:40px;box-shadow:0 6px 20px #6c47cf40}.donate-container h2{color:#5a2ea6;margin-bottom:10px;font-size:2rem;font-weight:700}.donate-container p{color:#6d5ebd;margin-bottom:30px}.donate-details{flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;display:flex}.bank-info,.qr-section{background:#f9f6ff;border-radius:15px;flex:1;min-width:280px;margin:10px;padding:20px;box-shadow:inset 0 0 8px #6c47cf1a}.bank-info h3,.qr-section h3{color:#5a2ea6;margin-bottom:10px;font-size:1.2rem;font-weight:600}.qr-image{border-radius:10px;width:180px;height:auto;margin-top:10px;box-shadow:0 0 10px #6c47cf33}.donor-form{text-align:left;flex-direction:column;gap:15px;display:flex}.donor-form h3{text-align:center;color:#5a2ea6;margin-bottom:10px;font-weight:700}.donor-form input,.donor-form textarea{color:#333;background:#fff;border:1.5px solid #c7b4f3;border-radius:10px;outline:none;width:100%;padding:12px 15px;font-size:1rem;transition:all .3s}.donor-form input:focus,.donor-form textarea:focus{border-color:#7f56d9;box-shadow:0 0 6px #7f56d94d}.donor-form textarea{resize:none;min-height:100px}button[type=submit]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7b4cff,#9b79f1);border:none;border-radius:10px;padding:12px;font-size:1.1rem;font-weight:600;transition:all .3s}button[type=submit]:hover{background:linear-gradient(135deg,#9b79f1,#b998ff);transform:scale(1.03);box-shadow:0 0 10px #9b79f166}.status{text-align:center;color:#5a2ea6;margin-top:10px;font-weight:600}@media (max-width:768px){.donate-details{flex-direction:column}.bank-info,.qr-section{text-align:center}}
