*{margin:0%;padding:0%}.navbar{padding:0 36px;height:68px;background:#a94c46;display:flex;align-items:center;justify-content:space-between;font-family:Inter,Arial,sans-serif;position:relative;z-index:10}.navbar-left{display:flex;align-items:center;gap:12px}.navbar-logo-circle{background:#fff;color:#a94c46;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;letter-spacing:1px;font-size:1.1rem}.logo{color:#fff;font-weight:700;font-size:1.25rem;letter-spacing:2px;margin:0}.nav-links{display:flex;gap:30px;list-style:none;align-items:center;margin-left:24px;transition:all .3s}.nav-links li{display:flex}.nav-links li a{color:#fff;text-decoration:none;font-size:1.09rem;font-weight:500;transition:opacity .15s;padding:7px 12px}.nav-links li a:hover{opacity:.82}.navbar-login-btn{background:#111;color:#fff;border-radius:8px;padding:9px 29px;font-weight:600;text-decoration:none;margin-left:24px;font-size:1.07rem;border:none;transition:opacity .1s}.navbar-login-btn:hover{opacity:.85;box-shadow:0 0 5px #000}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;background:none;border:none;width:38px;height:38px;cursor:pointer;margin-left:10px;z-index:120}.bar{width:27px;height:3px;background:#fff;margin:4px 0;border-radius:4px;display:block;transition:all .25s}@media (max-width: 850px){.navbar{padding:0 12px;height:58px;border-radius:0}.nav-links{gap:10px;margin-left:2px}.navbar-login-btn{padding:8px 19px;font-size:1rem;margin-left:8px}.logo{font-size:1.07rem}.navbar-logo-circle{width:29px;height:29px;font-size:.95rem}}@media (max-width: 600px){.nav-links{flex-direction:column;background:#a94c46;position:absolute;top:100%;left:0;right:0;width:100vw;box-shadow:0 4px 24px #0000001c;border-radius:0 0 16px 16px;padding:17px 0;display:none;opacity:0;pointer-events:none}.nav-links.open{display:flex;opacity:1;pointer-events:all;z-index:99;animation:menuFadeIn .27s ease}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:translateY(0)}}.navbar-hamburger{display:flex}}.home-bg{padding-top:36px;font-family:Inter,Arial,sans-serif}.home-hero-card{max-width:960px;margin:0 auto;background:#a94c46;border-radius:18px;box-shadow:0 8px 32px #00000024;display:flex;flex-direction:row;align-items:stretch;padding:46px 33px 30px 36px;position:relative;min-height:350px}.home-hero-left{flex:1.1;color:#fff;display:flex;flex-direction:column;justify-content:center}.home-hero-left h1{margin:0 0 18px;font-size:2.4rem;font-weight:700;line-height:1.19;letter-spacing:.5px}.home-charity{font-weight:700;font-size:2.6rem;color:#fff;letter-spacing:1px}.home-thin{font-weight:400;font-size:1.3rem;color:#ffe3da;margin-left:8px}.home-desc{margin:0 0 36px;color:#ffe3da;line-height:1.4;font-size:1.13rem}.home-btn-row{display:flex;align-items:center;gap:22px;margin-top:5px}.home-primary-btn{background-color:transparent;color:#fff;border:1px solid rgb(0,0,0);background-color:#000;font-weight:500;padding:13px 34px;border-radius:8px;font-size:1.13rem;margin-right:11px;cursor:pointer;transition:opacity .17s}.home-primary-btn:hover{box-shadow:0 0 5px #000;background-color:#311919;color:#fff;opacity:.8}.home-how-works{display:flex;align-items:center;color:#ffe3da;font-size:1.07rem;cursor:pointer}.home-how-circle{display:inline-block;width:22px;height:22px;background:#fff2;border-radius:50%;margin-right:8px;display:flex;align-items:center;justify-content:center}.home-dot{width:7px;height:7px;background:#ee5353;border-radius:50%;display:inline-block}.home-how-text{font-size:1.08rem}.home-hero-right{flex:1;display:flex;align-items:center;justify-content:center;min-width:260px;min-height:200px}.home-image-circle{position:relative;width:250px;height:230px;border-radius:50%;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 0 16px #0000000a}.home-image-circle img{width:100%;height:100%;object-fit:cover}.home-save-seniors{position:absolute;top:23%;background:#222;color:#fff;padding:29px 16px 18px 14px;border-radius:50%;width:153px;height:123px;display:flex;margin-left:280px;margin-top:50px;flex-direction:column;justify-content:center;align-items:center;z-index:2;box-shadow:0 6px 32px #00000021;font-size:1.07rem;text-align:center;letter-spacing:.2px}.home-save-seniors button{background:#111;color:#fff;border:none;border-radius:15px;padding:7px 13px;margin-top:12px;font-size:1rem;cursor:pointer;transition:background .17s}.home-save-seniors button:hover{background:#c54e4ec2;color:#fff}.home-trusted-row{margin:25px auto 0;background:#fff;max-width:610px;border-radius:13px;box-shadow:0 4px 16px #00000012;padding:19px 14px;display:flex;flex-direction:column;gap:13px;align-items:center;font-size:1.07rem}.home-trusted-logos{display:flex;gap:22px;margin-top:5px;flex-wrap:wrap}.home-trusted-logos span{padding:5px 13px;background:#eee;border-radius:7px;font-size:.99rem;color:#444;font-family:inherit;font-weight:500}.home-highlight{color:#ee5353;font-weight:700}@media (max-width: 920px){.home-hero-card{flex-direction:column;padding:24px 10px 17px;min-height:unset}.home-hero-right{margin:24px 0 0}.home-image-circle{width:170px;height:170px}.home-save-seniors{width:100px;height:100px;font-size:.89rem;position:absolute;right:50%;top:15%;margin-left:unset;transform:translate(50%);padding:14px 6px 9px 7px}.home-hero-left h1{font-size:1.21rem;text-align:center}.home-charity{font-size:1.52rem}.home-hero-left{align-items:center;text-align:center}.home-save-seniors{width:85px;height:85px;font-size:.78rem;top:12%;right:50%;margin-left:unset;margin-top:280px;transform:translate(50%)}}@media (max-width: 560px){.home-hero-card{padding:9px 1vw 8px;border-radius:12px}.home-bg{padding-top:9px}.home-hero-left h1{font-size:1rem}.home-desc{font-size:.9rem}.home-trusted-row{font-size:.85rem;gap:6px;padding:12px 1px}}@media (max-width: 400px){.home-image-circle{width:140px;height:140px}.home-save-seniors{width:85px;height:85px;font-size:.78rem;top:12%;right:50%;margin-left:unset;margin-top:280px;transform:translate(50%)}}.footer{background:#bb4848;color:#fff;padding:36px 120px 14px;border-radius:0 0 4px 4px;margin:32px auto 0;font-family:Segoe UI,Arial,sans-serif}.footer-main{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:18px}.footer-col{flex:1;min-width:180px;margin-left:120px}.footer-col h4{margin-bottom:12px;font-size:1.12rem;color:#fff}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin-bottom:8px;font-weight:500;color:#f0eaea;cursor:pointer;transition:color .2s}.footer-col ul li:hover{color:#ffd1d1}.currency-toggle{display:flex;align-items:center;margin:15px 0 12px;gap:8px;font-weight:600;font-size:1.04rem}.switch{position:relative;display:inline-block;width:38px;height:22px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;background-color:#eee;inset:0;border-radius:20px;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:3px;bottom:3px;background:#444;border-radius:50%;transition:.4s}.switch input:checked+.slider{background-color:#444}.switch input:checked+.slider:before{transform:translate(16px);background:#fff}.socials{margin-top:8px}.socials a{display:inline-block;background:#fff;color:#222;border-radius:6px;width:38px;height:38px;text-align:center;line-height:38px;margin-right:8px;font-size:1.25rem;transition:background .2s,color .2s;box-shadow:1px 1px 0 2px #222}.socials a:hover{background:#ffd1d1;color:#bb4848}.footer-bottom{border-top:1px solid #e4bdbd;margin-top:17px;padding-top:10px;font-size:.98rem;color:#f7e7e7;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-links span{margin-left:22px;color:#fff;opacity:.9;cursor:pointer;font-weight:500}.footer-links span:hover{opacity:1;text-decoration:underline}@media (max-width: 900px){.footer{max-width:98vw}.footer-main{gap:20px}}@media (max-width: 700px){.footer-main{gap:16px;align-items:stretch;flex-direction:column;align-items:center}.footer-col{margin-bottom:10px}.footer-bottom{flex-direction:column;text-align:center;gap:8px}.footer-links span{margin-left:16px;margin-right:0}}@media (max-width: 450px){.footer{padding:18px 5px 8px;font-size:.97rem}.footer-main{gap:10px;display:flex}.socials a{width:32px;height:32px;line-height:32px;font-size:1rem;margin-right:3px}}.volunteer-bg{display:flex;align-items:center;justify-content:center}.volunteer-card{background:#a94c46;border-radius:30px;box-shadow:0 6px 32px #d45151e9;display:flex;width:92vw;max-width:1100px;min-height:530px;margin-top:40px;overflow:hidden}.volunteer-img-section{background:#fff;flex:1.1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;padding:0;min-width:270px}.volunteer-hero-img{border-radius:0 0 180px 180px;width:100%;max-width:380px;min-width:220px;margin-bottom:-18px;margin-top:0;height:270px;object-fit:cover;box-shadow:0 8px 22px #00000012}.volunteer-inspire-text{padding:28px 19px 47px;text-align:center;color:#a94c46}.volunteer-inspire-text h2{margin-top:0;margin-bottom:12px;font-size:2.1rem;font-weight:800}.volunteer-highlight{color:#ee5353}.volunteer-inspire-text p{margin:0;font-size:1.09rem;font-weight:500}.volunteer-form-section{flex:1.8;background:#a94c46;padding:40px 42px 32px;display:flex;flex-direction:column;justify-content:center;color:#fff}.volunteer-title{font-size:2.1rem;font-weight:800;margin:0 0 24px;text-align:left;letter-spacing:1px}.volunteer-form-fields{width:100%;display:flex;flex-direction:column;gap:18px}.form-row{display:flex;gap:20px;width:100%}.form-group{flex:1;display:flex;flex-direction:column;margin-bottom:4px}.form-group-full{flex:2}label{font-size:1.04rem;font-weight:600;margin-bottom:6px;color:#fff;letter-spacing:.01em}input,select,textarea{background:#fff;color:#222;border:none;border-radius:6px;padding:10px 13px;font-size:1.04rem;margin-bottom:0;font-family:inherit;font-weight:500;outline:none;box-shadow:0 1px 7px #0000000a;transition:border .15s}input:focus,select:focus,textarea:focus{border:2px solid #ee5353}textarea{resize:vertical}.volunteer-btn{padding:15px 40px;border-radius:11px;outline:none;border:none;background:#111;color:#fff;font-size:1.19rem;font-weight:700;letter-spacing:1px;box-shadow:0 2px 12px #00000014;margin-top:10px;cursor:pointer;transition:background .18s}.volunteer-btn:hover{background:#fff;color:#ee5353;box-shadow:0 0 10px #000}.volunteer-thankyou{text-align:center;font-size:1.2rem;margin-top:40px}.volunteer-thankyou span{font-size:2.2rem;display:block;margin-bottom:14px;color:#ffe3da}.volunteer-thankyou p{color:#fff;font-weight:600}@media (max-width: 950px){.volunteer-card{flex-direction:column;min-height:unset;max-width:460px;width:97vw}.volunteer-img-section{min-width:unset;align-items:center;padding:0;border-radius:30px 30px 0 0}.volunteer-hero-img{border-radius:0 0 170px 170px;width:85%;margin-bottom:-12px;height:140px;max-width:330px}.volunteer-inspire-text{padding:20px 12px 19px}.volunteer-title{font-size:1.21rem;margin:0 0 15px}.volunteer-form-section{padding:23px 10px 20px}.form-row{flex-direction:column;gap:0}}@media (max-width: 520px){.volunteer-bg{padding:3vw 0}.volunteer-card{border-radius:10px;width:99vw;margin:9vw 0 14vw}.volunteer-form-section{padding:9vw 2vw}.volunteer-title{font-size:1.09rem}.volunteer-hero-img{height:90px;border-radius:0 0 80px 80px}}::-webkit-input-placeholder{color:#aaa}::-moz-placeholder{color:#aaa}:-ms-input-placeholder{color:#aaa}::placeholder{color:#aaa}:root{--accent: #a94c46;--accent2: #ee5353;--text-main: #222;--bg-card: #fff;--shadow-card: 0 8px 38px rgba(216, 19, 19, .674)}.aboutus-main{display:flex;padding-top:20px;align-items:flex-start;justify-content:center}.aboutus-card{background:var(--bg-card);border-radius:24px;box-shadow:var(--shadow-card);display:flex;gap:60px;padding:62px 56px 58px;max-width:1120px;width:97vw;align-items:flex-start;justify-content:space-between;margin:0 auto}.aboutus-content{flex:2.5;min-width:270px}.aboutus-subhead{color:var(--accent);font-size:1.23rem;font-weight:700;margin-bottom:10px;letter-spacing:1.2px;text-align:left}.aboutus-head{font-size:2.7rem;letter-spacing:1.7px;margin:2px 0 18px;font-weight:800;color:var(--text-main);text-align:left;line-height:1.18}.aboutus-accent{color:var(--accent2)}.aboutus-para{color:#393939;font-size:1.15rem;line-height:1.6;margin:0 0 32px;text-align:left;font-weight:500}.aboutus-list{margin:0 0 36px;padding:0 0 0 7px;list-style:none;text-align:left}.aboutus-list li{font-size:1.09rem;margin-bottom:10px;color:#222;font-weight:600;display:flex;align-items:center;gap:8px}.aboutus-list li span{color:var(--accent2);font-size:1.2em;line-height:1}.aboutus-btn{background:#000;color:#fff;font-size:1.13rem;font-weight:700;border:none;border-radius:8px;padding:13px 38px;box-shadow:0 2px 12px #bb484812;cursor:pointer;transition:background .2s,color .2s;margin-top:5px}.aboutus-btn:hover{background-color:#94322b;color:#fff;box-shadow:0 0 5px #000}.aboutus-gallery{flex:1.2;display:grid;grid-template-columns:1fr 1fr;gap:13px;align-items:start}.aboutus-gallery-img{width:112px;height:82px;object-fit:cover;border-radius:15px;box-shadow:0 4px 18px #0000000f;border:3px solid #fff;transition:transform .19s}.aboutus-gallery-img:hover{transform:scale(1.09) rotate(-2deg);box-shadow:0 8px 22px #a94c4644}@media (max-width: 980px){.aboutus-card{flex-direction:column;gap:34px;padding:32px 12vw 36px 9vw;align-items:stretch}.aboutus-gallery{grid-template-columns:repeat(3,1fr);justify-items:center}.aboutus-gallery-img{width:96px;height:73px}}@media (max-width: 600px){.aboutus-card{padding:13vw 1vw 12vw;border-radius:8px;gap:17px}.aboutus-head{font-size:1.25rem}.aboutus-list li{font-size:.95rem}.aboutus-para{font-size:.98rem}.aboutus-gallery{grid-template-columns:repeat(2,1fr);gap:8px}.aboutus-gallery-img{width:70px;height:49px}}:root{--accent: #a94c46;--accent-dark: #7f342f;--bg-main: #f5f5f5;--card-bg: #fff;--text-main: #222;--btn-bg: #a94c46;--btn-hover: #d25656}body,html,#root{margin:0;padding:0;font-family:Inter,Arial,sans-serif;background:var(--bg-main);height:100%}.login-main-bg{display:flex;justify-content:center;align-items:center;background:var(--bg-main);padding:28px 18px}.login-card{background:var(--card-bg);padding:38px 39px 30px;border-radius:26px;box-shadow:0 8px 38px #d8493f8c;min-width:320px;max-width:420px;width:100%;text-align:center}.login-form{display:flex;flex-direction:column;gap:17px;text-align:left}.form-title{font-size:2.1rem;font-weight:700;color:var(--accent);margin-bottom:20px;text-align:center}label{font-weight:600;font-size:1rem;margin-bottom:6px;color:var(--text-main)}input{padding:10px 15px;border-radius:8px;border:1.7px solid #ccc;font-size:1rem;outline:none;font-family:inherit;transition:border-color .18s ease}input:focus{border-color:var(--accent)}.btn-primary{margin-top:12px;background-color:var(--btn-bg);border:none;color:#fff;font-weight:700;font-size:1.13rem;border-radius:14px;padding:12px 0;cursor:pointer;transition:background-color .25s;box-shadow:0 4px 18px #a94c4659}.btn-primary:hover{background-color:var(--btn-hover)}.switch-text{font-size:.9rem;text-align:center;margin-top:18px;color:var(--text-main)}.switch-link{color:var(--accent);cursor:pointer;font-weight:600}.switch-link:hover{text-decoration:underline}@media (max-width: 460px){.login-card{padding:28px 21px 25px}.form-title{font-size:1.65rem}}
