.header{background:var(--bg-white);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000;padding:1rem 0;margin-bottom:0}.header-content{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center}.logo a{display:flex;align-items:center;text-decoration:none}.logo-image{height:80px;width:auto;object-fit:contain}@media(max-width:768px){.logo-image{height:60px}}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:var(--text-dark);font-weight:500;transition:color .3s ease;position:relative}.nav a:hover{color:var(--primary-color)}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-color);transition:width .3s ease}.nav a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{width:25px;height:3px;background:var(--primary-color);transition:all .3s ease}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:var(--bg-white);flex-direction:column;padding:2rem;box-shadow:0 5px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;gap:1rem}.nav-open{transform:translateY(0);opacity:1;visibility:visible}}.hero{min-height:600px;display:flex;align-items:center;width:100%;margin-top:0;padding-top:0;background:linear-gradient(to bottom,#fff,#e8f4f8)}.hero-container{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;width:100%;min-height:600px}.hero-left{padding:4rem 4rem 4rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:none}.hero-logo-section{margin-bottom:2rem;width:100%;display:flex;justify-content:center;align-items:center}.hero-logo{height:120px;width:auto;object-fit:contain}.hero-title{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-align:center;width:100%}.title-part1{color:#1e3a5f;display:block}.title-part2{color:#4a90a4;display:block}.hero-description{font-size:1.1rem;line-height:1.7;color:#2b2b2b;max-width:500px;text-align:center}.hero-right{position:relative;overflow:hidden;padding:2rem 5rem 2rem 2rem;display:flex;align-items:center;justify-content:center}.hero-carousel{position:relative;width:100%;height:100%;min-height:600px;border:4px solid rgba(74,144,164,.3);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-image{width:100%;height:100%;object-fit:cover}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff9;border:none;color:#333;font-size:2rem;width:45px;height:45px;border-radius:50%;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0003}.carousel-button:hover{background:#ffffffe6;transform:translateY(-50%) scale(1.1)}.carousel-button-prev{left:20px}.carousel-button-next{right:20px}.carousel-dots{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:3}.carousel-dot{width:10px;height:10px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff80;transform:scale(1.2)}.carousel-dot.active{background:#fff;transform:scale(1.3)}@media(max-width:968px){.hero-container{grid-template-columns:1fr;min-height:auto}.hero-left{padding:3rem;min-height:400px}.hero-right{padding:2rem 3rem;min-height:500px}.hero-carousel{min-height:500px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}}@media(max-width:768px){.hero{min-height:auto}.hero-left{padding:2rem;min-height:350px}.hero-right{padding:1.5rem 2rem}.hero-logo{height:150px}.hero-title{font-size:1.8rem}.hero-description{font-size:.95rem}.hero-right,.hero-carousel{min-height:400px}.carousel-button{width:40px;height:40px;font-size:1.8rem}.carousel-button-prev{left:10px}.carousel-button-next{right:10px}.carousel-dots{bottom:20px}}.who-we-are{background:var(--bg-white)}.who-we-are-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.who-we-are-text{font-size:1.1rem;line-height:1.8;color:var(--text-light);display:flex;flex-direction:column;justify-content:center}.who-we-are-text p{margin-bottom:1.5rem}.who-we-are-image{display:flex;align-items:center;justify-content:center}.who-we-are-image img{width:100%;height:350px;object-fit:cover;border-radius:10px;box-shadow:0 5px 20px #0000001a}@media(max-width:968px){.who-we-are-content{grid-template-columns:1fr;gap:2rem}.who-we-are-image{order:-1}.who-we-are-image img{height:300px}}@media(max-width:768px){.who-we-are-text{font-size:1rem}.who-we-are-image img{height:250px}}.mission-vision{background:var(--bg-light)}.mission-vision-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:stretch}.mission-vision-image{display:flex;align-items:center;justify-content:center}.mission-vision-image img{width:100%;height:450px;object-fit:cover;border-radius:10px;box-shadow:0 5px 20px #0000001a}.mission-vision-cards{display:flex;flex-direction:column;gap:2rem}.mission-card,.vision-card{background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:0 3px 15px #0000001a;border-left:4px solid var(--primary-color)}.mission-card h3,.vision-card h3{color:var(--primary-color);margin-bottom:1rem}.mission-card p,.vision-card p{color:var(--text-light);line-height:1.8}@media(max-width:968px){.mission-vision-content{grid-template-columns:1fr;gap:2rem}.mission-vision-image{order:-1}.mission-vision-image img{height:400px}}@media(max-width:768px){.mission-vision-image img{height:300px}.mission-card,.vision-card{padding:1.5rem}}.why-support{background:var(--bg-white)}.why-support-content{display:flex;flex-direction:column;gap:3rem}.challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.challenge-card{background:var(--bg-light);padding:2rem;border-radius:10px;border-top:4px solid var(--secondary-color);transition:transform .3s ease,box-shadow .3s ease}.challenge-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.challenge-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.challenge-card p{color:var(--text-light);line-height:1.8}.challenges-footer{text-align:center;font-size:1.2rem;color:var(--text-dark);font-weight:500;padding:2rem;background:var(--bg-light);border-radius:10px}@media(max-width:768px){.challenges-grid{grid-template-columns:1fr;gap:1.5rem}.challenge-card{padding:1.5rem}.challenge-card h3{font-size:1.2rem}.challenges-footer{font-size:1.1rem;padding:1.5rem}}.how-contributions{background:var(--bg-light)}.how-contributions-content{display:flex;flex-direction:column;gap:3rem}.contributions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.contribution-card{background:var(--bg-white);padding:2rem;border-radius:10px;box-shadow:0 3px 15px #0000001a;border-top:4px solid var(--accent-color);transition:transform .3s ease,box-shadow .3s ease}.contribution-card:hover{transform:translateY(-5px);box-shadow:0 5px 20px #00000026}.contribution-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.3rem}.contribution-card p{color:var(--text-light);line-height:1.8}@media(max-width:768px){.contributions-grid{grid-template-columns:1fr;gap:1.5rem}.contribution-card{padding:1.5rem}.contribution-card h3{font-size:1.2rem}}.contact{background:var(--bg-white)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-images{display:flex;flex-direction:column;gap:1.5rem}.contact-image{width:100%;height:380px;border-radius:10px;box-shadow:0 5px 20px #0000001a;object-fit:cover}.contact-info{display:flex;flex-direction:column;align-items:center;text-align:center}.contact-info h2{color:var(--primary-color);margin-bottom:1.5rem}.contact-intro{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:2rem}.contact-details{background:var(--bg-light);padding:2rem;border-radius:10px;width:100%;max-width:600px}.contact-details h3{color:var(--primary-color);margin-bottom:1rem}.contact-details p{color:var(--text-light);line-height:1.8;margin-bottom:1rem}.contact-cta{font-weight:500;color:var(--text-dark);margin-bottom:2rem}.contact-methods{display:flex;flex-direction:row;gap:1.5rem;justify-content:center;flex-wrap:wrap}.contact-person,.contact-email{padding:1rem;background:var(--bg-white);border-radius:5px;border-left:4px solid var(--accent-color);flex:1;min-width:200px;text-align:center}.contact-person h4{color:var(--primary-color);margin-bottom:.5rem;font-size:1.1rem}.contact-person a,.contact-email a{color:var(--secondary-color);font-size:1.1rem;font-weight:500}.contact-person a:hover,.contact-email a:hover{color:var(--primary-color)}@media(max-width:968px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-images{order:-1}.contact-image{height:300px}}@media(max-width:768px){.contact-image{height:250px}.contact-info h2{font-size:1.75rem}.contact-intro{font-size:1rem}.contact-methods{flex-direction:column}.contact-person,.contact-email{min-width:100%}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.footer-logo{height:100px;width:auto;object-fit:contain;margin-bottom:1rem}@media(max-width:768px){.footer-logo{height:80px}}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section p{color:#fffc;margin-bottom:.5rem}.footer-section a{color:#fffc;display:block;margin-bottom:.5rem;transition:color .3s ease}.email-line,.phone-line{white-space:nowrap}.email-line a,.phone-line a{display:inline;margin-bottom:0}.footer-section a:hover{color:var(--accent-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#fff9}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.App{min-height:100vh;display:flex;flex-direction:column}section{padding:4rem 0;scroll-margin-top:120px}section#home{padding-top:0;padding-bottom:0;scroll-margin-top:0}@media(max-width:768px){section{padding:3rem 0;scroll-margin-top:100px}section#home{padding-top:0;padding-bottom:0;scroll-margin-top:0}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c5f8d;--secondary-color: #4a90a4;--accent-color: #f4a261;--text-dark: #2b2b2b;--text-light: #666;--bg-light: #f8f9fa;--bg-white: #ffffff}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--secondary-color)}img{max-width:100%;height:auto;display:block}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.section-intro{font-size:1.2rem;color:var(--text-light);max-width:800px;margin:0 auto}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}.section-header h2{font-size:2rem}}
