.overlay{position:fixed;top:0;left:0;background:#0009;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;z-index:1000}.alert-box{background:#fff;padding:30px;border-radius:12px;width:300px;text-align:center;animation:pop .3s ease}.alert-box h3{color:green}.alert-box button{background:#1b7ced;border:none;color:#fff;padding:10px 20px;border-radius:6px;cursor:pointer}@keyframes pop{0%{transform:scale(.7)}to{transform:scale(1)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}body{line-height:1.6;background:#fff;color:#333}.container{width:90%;margin:auto}header{background:#0b2855;padding:1px 0;position:sticky;top:0;z-index:100}header .container{width:100%;padding:0 5%}.nav{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{height:100px}.container p{color:#fff;font-size:15px;width:50%;position:absolute;color:#079207;font-weight:700;font-family:Arial Black,Gadget,sans-serif;top:65px;padding:0 10px}.highlight{color:#ffc107;font-size:10px}.nav-links{display:flex;align-items:center}nav a{color:#fff;margin-left:20px;text-decoration:none;font-weight:700}.burger{display:none;width:44px;height:44px;background:transparent;border:2px solid #ffc107;border-radius:8px;align-items:center;justify-content:center;gap:5px;flex-direction:column;cursor:pointer;transition:border-color .2s ease}.burger-line{display:block;width:22px;height:2px;background:#fff;transition:transform .2s ease,opacity .2s ease}.burger.open{border-color:#fff}.burger.open .burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open .burger-line:nth-child(2){opacity:0}.burger.open .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{background:linear-gradient(#0009,#0009),url(/assets/gallery-008-C98n5jvG.jpeg) center/cover;height:90vh;display:flex;align-items:center;text-align:center;color:#fff}.hero-content{width:100%}.hero h1{font-size:48px;margin-bottom:20px}.btn{background:#ffc107;color:#000;padding:12px 30px;text-decoration:none;margin:10px;display:inline-block;border-radius:5px;font-weight:700}.btn-outline{border:2px solid #fff;color:#fff;padding:12px 30px;text-decoration:none;border-radius:5px}.section{padding:70px 10%;text-align:center}.section h2{margin-bottom:25px;color:#0b5ed7}.light{background:#f5f7fa}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px}.card{background:#fff;padding:25px;border-radius:8px;box-shadow:0 0 10px #0000001a}.gallery-vertical{display:flex;flex-direction:column;align-items:center;gap:20px}.gallery-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 0 10px #0000001a;background:#e9edf3;width:min(900px,100%)}.gallery-item img{width:100%;height:520px;object-fit:cover;display:block}.gallery-item img.rotate-90{transform:rotate(90deg);object-fit:contain}.gallery-item img.zoom-out{transform:scale(.8);transform-origin:center}.gallery-item:after{content:"";position:absolute;inset:16px;background:url(/logo.png) center/contain no-repeat;opacity:.2;pointer-events:none}.gallery-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center}.gallery-btn{background:#0b2855;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:700}.gallery-btn:hover{background:#0a2044}.gallery-count{font-weight:700;color:#0b2855}@media(max-width:768px){.gallery-item img{height:320px}}.donate{background:#0b2855;color:#fff}.contact-form{max-width:500px;margin:auto}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px;margin:10px 0}.volunteer-form input:focus,.volunteer-form select:focus,.volunteer-form textarea:focus{outline:2px solid #ffc107;outline-offset:2px}.volunteer-form{margin-top:24px;background:#ffffff1a;padding:20px;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:relative;animation:volunteer-slide-down .9s cubic-bezier(.22,.61,.36,1);transform-origin:top center}.volunteer-form select{background:#fff;color:#333;outline:none}.volunteer-close{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;border:none;background:transparent;color:#0b2855;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}@keyframes volunteer-slide-down{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.contact-form button{background:#0b2855;color:#fff;border:none;padding:12px;width:100%;font-size:16px}.form-status{margin-top:10px;font-weight:700}.form-status.success{color:#0a7a2f}.form-status.error{color:#b42318}footer{background:#111;color:#fff;text-align:center;padding:20px}@media(max-width:768px){.burger{display:flex;margin-left:auto}.nav-links{position:absolute;top:100%;right:0;background:#0b2855;flex-direction:column;align-items:flex-start;padding:16px 20px;gap:12px;min-width:200px;border-radius:0 0 8px 8px;box-shadow:0 10px 20px #0003;display:none;z-index:10}.nav-links.open{display:flex}nav a{margin-left:0}}
