.projects-page .hero{position:relative;height:75vh;min-height:500px;max-height:750px;overflow:hidden}.projects-page .hero .hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.projects-page .hero .hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 100%)}.projects-page .hero .hero-content{position:absolute;bottom:0;right:0;left:0;padding-bottom:60px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;z-index:1}.projects-page .hero .hero-title{font-size:48px;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.3)}.projects-page .hero .hero-subtitle{font-size:20px;color:#ffffffe6;font-weight:400;max-width:600px;line-height:1.6}.projects-page .hero .hero-cta{display:inline-flex;align-items:center;gap:8px;margin-top:8px;padding:14px 40px;background:#8fc640;color:#fff;font-size:20px;font-weight:700;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px #8fc64066}.projects-page .hero .hero-cta:hover{background:#79aa33;transform:translateY(-2px);box-shadow:0 6px 20px #8fc64080}.projects-page .project-body{padding-top:60px;padding-bottom:60px}.projects-page .project-body .description-card{max-width:900px;margin:0 auto;font-size:18px;line-height:2;color:#3b3b3b}.projects-page .project-body .description-card p{margin-bottom:16px}.projects-page .project-body .description-card img{max-width:100%;border-radius:12px;margin:20px 0}.projects-page .project-body .video-section{max-width:900px;margin:40px auto 0;border-radius:16px;overflow:hidden}.projects-page .project-body .video-section iframe{width:100%;aspect-ratio:16/9;border:none;border-radius:16px}.projects-page .donate-section{background:linear-gradient(135deg,#13567b 0%,#0c374f 100%);padding:60px 0;scroll-margin-top:30px}.projects-page .donate-section .donate-inner{display:flex;flex-direction:column;align-items:center;gap:30px}.projects-page .donate-section .donate-message{color:#fff;font-size:28px;font-weight:700;text-align:center}.projects-page .donate-section .whish-donate-box{background:#fff;border-radius:24px;padding:44px 64px;text-align:center;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;align-items:center;gap:16px;border-top:4px solid #7100FF}.projects-page .donate-section .whish-donate-box__logo{height:40px;width:auto}.projects-page .donate-section .whish-donate-box__divider{width:60px;height:3px;background:linear-gradient(90deg,#7100FF,#91D100);border-radius:2px}.projects-page .donate-section .whish-donate-box__label{color:#410099;font-size:18px;font-weight:600;letter-spacing:.5px}.projects-page .donate-section .whish-donate-box__number{font-size:36px;font-weight:800;color:#410099;letter-spacing:3px;padding:12px 32px;background:rgba(113,0,255,.06);border-radius:14px;border:2px solid rgba(113,0,255,.15)}.projects-page .donate-section form{width:-moz-fit-content;width:fit-content;border-radius:20px;background:#fff;display:flex;flex-flow:column;gap:14px;justify-content:center;padding:30px 60px;box-shadow:0 10px 40px #00000026}.projects-page .donate-section form #sub{display:flex;justify-content:center;align-items:center;max-width:280px;border-radius:12px;background:#8fc640;outline:none;border:none;color:#fff;font-size:22px;font-weight:600;padding:14px 40px;transition:all .3s;cursor:pointer}.projects-page .donate-section form #sub:hover{background:#79aa33;transform:translateY(-2px);box-shadow:0 4px 15px #8fc64066}.projects-page .donate-section form .first-choices{display:flex;justify-content:center;gap:8px;align-items:center}.projects-page .donate-section form .first-choices .option{width:64px;height:64px;border:3px solid #8fc640;border-radius:12px;font-size:15px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s}.projects-page .donate-section form .first-choices .option input[type=radio]{display:none}.projects-page .donate-section form .first-choices input[type=radio]+.option{color:#fff;background-color:#8fc640}.projects-page .donate-section form .first-choices .option:hover,.projects-page .donate-section form .first-choices .custom-amount:hover{box-shadow:0 0 5px #13567b inset}.projects-page .donate-section form .first-choices .custom-amount{width:102px;height:70px;border:3px solid #8fc640;border-radius:12px;font-size:12px;display:flex;justify-content:center;align-items:center;caret-color:#000}.projects-page .donate-section form .first-choices .custom-amount:focus::-moz-placeholder{color:#fff;outline:none;text-align:center}.projects-page .donate-section form .first-choices .custom-amount:focus::placeholder,.projects-page .donate-section form .first-choices .custom-amount:focus,.projects-page .donate-section form .first-choices .custom-amount{color:#fff;outline:none;text-align:center}.projects-page .donate-section form .first-choices .selected{background-color:#8fc640;color:#fff}.projects-page .donate-section form .second-choices{display:flex;gap:10px}.projects-page .donate-section form .second-choices .custom-radio{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:5px}.projects-page .donate-section form .second-choices span{text-wrap:nowrap}.projects-page .donate-section form input::-webkit-outer-spin-button,.projects-page .donate-section form input::-webkit-inner-spin-button{-webkit-appearance:none}.projects-page .donate-section form input[type=number]{-moz-appearance:textfield}@media (max-width: 991.98px){.projects-page .hero{height:55vh;min-height:350px}.projects-page .hero .hero-content{padding-bottom:30px}.projects-page .hero .hero-title{font-size:clamp(24px,6vw,36px)}.projects-page .hero .hero-subtitle{font-size:clamp(14px,3.5vw,18px)}.projects-page .hero .hero-cta{font-size:16px;padding:12px 28px}.projects-page .project-body{padding-top:32px;padding-bottom:32px}.projects-page .project-body .description-card{font-size:16px;line-height:1.8}.projects-page .donate-section{padding:40px 0}.projects-page .donate-section .donate-message{font-size:clamp(18px,4vw,24px)}.projects-page .donate-section .coming-soon-box{padding:30px 24px}.projects-page .donate-section .coming-soon-box h3{font-size:20px}.projects-page .donate-section form{padding:20px}.projects-page .donate-section form .first-choices .option{width:max(45px,10vw);height:max(45px,10vw)}.projects-page .donate-section form .first-choices .option span{font-size:clamp(12px,3vw,16px)}.projects-page .donate-section form .first-choices .custom-amount::-moz-placeholder{font-size:clamp(7px,3vw,12px)}.projects-page .donate-section form .first-choices .custom-amount::placeholder{font-size:clamp(7px,3vw,12px)}.projects-page .donate-section form .second-choices span{font-size:clamp(12px,3vw,16px)}.projects-page .donate-section form #sub{font-size:clamp(14px,3vw,20px);width:-moz-fit-content;width:fit-content;align-self:center;padding:10px max(30px,6vw)}}
