.navbar{position:sticky;top:0;z-index:1000;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.85rem 1.2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 6px 18px #00000014}.nav-brand{font-size:1.25rem;font-weight:700;color:#2b2b2b;letter-spacing:.2px;text-decoration:none}.nav-brand:hover{text-decoration:none}.nav-links{position:fixed;top:100%;right:-100%;width:72%;height:calc(100vh - 100%);background:#fff;padding:2rem 1.6rem;display:flex;flex-direction:column;gap:1.4rem;transition:right .35s ease;box-shadow:-6px 0 24px #0000001a}.nav-links.open{right:0}.nav-link{font-size:1.05rem;font-weight:500;color:#333;text-decoration:none;padding:.65rem .8rem;border-radius:8px;transition:background .2s ease,color .2s ease}.nav-link:hover{background:#fff4ea;color:#ff7a18;text-decoration:none}.donate-btn{margin-top:.6rem;text-align:center;background:linear-gradient(135deg,#ff7a18,#ff9f4d);color:#fff!important;padding:.7rem 1rem;border-radius:10px;font-weight:600;text-decoration:none}.donate-btn:hover{background:linear-gradient(135deg,#ff6a00,#ff8f35);text-decoration:none}.hamburger-btn{width:46px;height:36px;border-radius:8px;background:#fff7f0;border:.1px solid #ff7a18;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;transition:background .2s ease,transform .1s ease}.hamburger-btn:hover{background:#ffe8d6}.hamburger-btn:active{transform:scale(.96)}.hamburger-btn span{width:20px;height:2.2px;background:#ff7a18;border-radius:1px;transition:all .3s ease}.hamburger-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn.open span:nth-child(2){opacity:0}.hamburger-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:768px){.hamburger-btn{display:none}.nav-links{position:static;height:auto;width:auto;flex-direction:row;align-items:center;gap:.8rem;padding:0;box-shadow:none}.nav-link{font-size:1rem;padding:.5rem .7rem}.donate-btn{margin-top:0;padding:.55rem .9rem;font-size:.95rem}}@media(max-width:360px){.nav-links{width:80%;padding:1.6rem 1.2rem}.nav-link{font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.hero{position:relative;width:100%;min-height:clamp(45vh,60vw,75vh);background-position:center;background-size:cover;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#00000059,#0000008c)}.hero-overlay{position:relative;z-index:2;max-width:960px;padding:2rem 1.4rem;text-align:center}.hero-overlay h1{color:#fff;font-size:clamp(28px,6vw,46px);font-weight:700;margin-bottom:.8rem;text-shadow:0 6px 18px rgba(0,0,0,.4)}.hero-overlay p{color:#f5f5f5;font-size:clamp(15px,3.8vw,18px);max-width:720px;margin:auto;text-shadow:0 4px 12px rgba(0,0,0,.35)}.split{max-width:1100px;margin:4rem auto;padding:0 1.2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.split.reverse{flex-direction:column-reverse}.split img{width:100%;max-width:520px;border-radius:18px;object-fit:cover;box-shadow:0 10px 28px #00000014}.split-text{max-width:520px;text-align:center}.split-text h2{font-size:clamp(22px,5vw,30px);font-weight:600;color:#222;margin-bottom:.8rem;position:relative}.split-text h2:after{content:"";display:block;width:48px;height:3px;background:#ff7a18;margin:10px auto 0;border-radius:2px}.split-text p{font-size:1rem;color:#555;margin-top:1rem}@media(min-width:768px){.split{flex-direction:row;justify-content:center;gap:3rem}.split.reverse{flex-direction:row-reverse}.split-text{text-align:left}.split-text h2:after{margin-left:0}}.details{max-width:1000px;margin:4rem auto;padding:0 1.2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.4rem}.detail-card{background:#fff;border-radius:18px;padding:1.6rem 1.2rem;text-align:center;font-size:1.2rem;font-weight:600;color:#ff7a18;box-shadow:0 8px 24px #00000014;transition:transform .2s ease,box-shadow .2s ease}.detail-card span{display:block;font-size:.9rem;font-weight:500;color:#666;margin-top:.3rem}.detail-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.venue{max-width:960px;margin:4.5rem auto;padding:0 1.2rem;text-align:center}.venue h2{font-size:clamp(22px,5vw,30px);font-weight:600;margin-bottom:.6rem;color:#222}.venue p{font-size:1rem;color:#555;margin-bottom:1.6rem}.venue .map{width:100%;aspect-ratio:16 / 9;max-width:800px;margin:auto;border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #0000001f}.venue iframe{width:100%;height:100%;border:0}.gallery{max-width:1100px;margin:4.5rem auto;padding:0 1.2rem;text-align:center}.gallery h2{font-size:clamp(22px,5vw,30px);font-weight:600;margin-bottom:1.2rem;color:#222}.carousel{position:relative;width:100%;max-width:820px;aspect-ratio:4 / 3;margin:auto;border-radius:20px;overflow:hidden;background:#f4f4f4}.carousel img{width:100%;height:100%;object-fit:contain;transition:opacity .45s ease,transform .45s ease}.nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:#ffffffe6;border:none;font-size:1.8rem;cursor:pointer;color:#ff7a18;box-shadow:0 6px 16px #0003;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,background .15s ease}.nav:hover{transform:translateY(-50%) scale(1.1);background:#fff}.nav.left{left:12px}.nav.right{right:12px}.dots{margin-top:.9rem;display:flex;justify-content:center;gap:.5rem}.dot{width:10px;height:10px;border-radius:50%;background:#d8d8d8;cursor:pointer}.dot.active{background:#ff7a18}@media(max-width:480px){.split{margin:3rem auto}.detail-card{font-size:1.1rem;padding:1.4rem 1rem}.carousel{aspect-ratio:1 / 1}}:root{--bg-main: #fffdf8;--bg-soft: #f9f6ef;--bg-card: #ffffff;--primary: #c97b00;--primary-soft: #f3e6cf;--secondary: #7a4a00;--text-main: #2a2a2a;--text-muted: #6b6b6b;--border-light: #e6dfd2;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--shadow-soft: 0 4px 14px rgba(0, 0, 0, .06);--max-width: 1200px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-main);color:var(--text-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.65}.page{max-width:var(--max-width);margin:0 auto;padding:32px 16px 64px}h1{font-size:clamp(26px,5vw,38px);margin-bottom:14px;color:var(--secondary)}h2{font-size:clamp(22px,4.5vw,30px);margin-bottom:12px;color:var(--secondary)}h3{font-size:20px;margin-bottom:10px;color:var(--text-main)}p{font-size:15.5px;color:var(--text-muted);margin-bottom:14px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.section{margin-bottom:64px}.section.soft{background:var(--bg-soft);padding:32px 20px;border-radius:var(--radius-lg)}.card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-md);padding:20px}.card.shadow{box-shadow:var(--shadow-soft)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;font-size:15px;border-radius:var(--radius-sm);cursor:pointer;border:none;transition:all .2s ease}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:#b36d00}.btn.outline{background:transparent;border:1px solid var(--primary);color:var(--primary)}.btn.outline:hover{background:var(--primary-soft)}table{width:100%;border-collapse:collapse;margin-top:16px}th,td{padding:12px;border:1px solid var(--border-light);text-align:left}th{background:var(--primary-soft);font-weight:600}img{max-width:100%;height:auto;display:block}@media(max-width:768px){.page{padding:24px 14px 48px}.section{margin-bottom:48px}.section{margin-bottom:32px}.section:last-child{margin-bottom:0}}html,body{overflow-x:hidden}.mobile-nav{position:fixed;top:0;left:0;height:100vh;width:280px;transform:translate(-100%);transition:transform .28s ease;z-index:1200;background:var(--bg-card);box-shadow:0 6px 30px #0000001f;pointer-events:none}.mobile-nav.open{transform:translate(0);pointer-events:auto}body.nav-open{overflow:hidden}.about-page{max-width:880px;margin:0 auto;padding:48px 20px 64px;background:transparent}.about-page h1{text-align:center;font-size:clamp(28px,5vw,40px);font-weight:700;color:var(--secondary);margin-bottom:36px;position:relative}.about-page h1:after{content:"";display:block;width:64px;height:3px;background:var(--primary);margin:14px auto 0;border-radius:2px}.about-content{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:36px 28px}.about-section{margin-bottom:32px}.about-section:last-child{margin-bottom:0}.about-section h2{font-weight:600;color:var(--secondary);margin-bottom:10px;position:relative;padding-left:14px;line-height:1.3}.about-section h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.1em;background:var(--primary);border-radius:2px}.about-section p{font-size:15.5px;line-height:1.75;color:var(--text-muted);margin-bottom:14px}.about-section ul{margin-top:12px;padding-left:20px}.about-section ul li{font-size:15.5px;line-height:1.7;color:var(--text-muted);margin-bottom:8px}.about-section ul li::marker{color:var(--primary)}@media(max-width:480px){.about-page{padding:36px 14px 48px}.about-content{padding:26px 18px}.about-page h1{font-size:26px;margin-bottom:28px}.about-section h2{font-size:18px}.about-section p,.about-section ul li{font-size:14.5px}}@media(min-width:768px){.about-content{padding:44px 42px}.about-section h2{font-size:21px}.about-section p,.about-section ul li{font-size:16px}}.trustees-page{padding:2rem 1rem;background:#fafafa}.trustees-page h1{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:700;color:#ff7a18}.trustees-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.trustee-card{width:320px;padding:2rem 1.5rem;background:#fff;border-radius:20px;text-align:center;box-shadow:0 6px 12px #ff7a181a,0 -3px 8px #fff9;transition:transform .2s ease,box-shadow .2s ease}.trustee-card:hover{transform:translateY(-4px);box-shadow:0 8px 18px #ff7a1833,0 -4px 12px #fff9}.trustee-card .avatar{width:160px;height:160px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:4px solid #ff7a18}.trustee-card img{width:100%;height:100%;object-fit:cover}.trustee-card h4{font-size:1.4rem;color:#ff7a18;margin-bottom:.3rem;font-weight:600}.trustee-card h5{font-size:1.05rem;color:#555;font-weight:500;margin-bottom:.5rem}.trustee-card .trustee-bio{font-size:.95rem;color:#666;line-height:1.4;margin-top:.3rem;max-height:4.2em;overflow:hidden;text-overflow:ellipsis}.socials{margin-top:1rem}.socials a{margin:0 .5rem;font-size:1.5rem;color:#ff7a18;transition:color .3s ease,transform .2s ease}.socials a:hover{color:#ff9f4d;transform:scale(1.1)}.map-title{text-align:center;margin:3rem 0 1rem;color:#ff7a18;font-weight:600;font-size:1.6rem}.map-container{width:100%;max-width:900px;height:320px;margin:auto;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #ff7a1826,0 -2px 6px #fff9}.map-container iframe{width:100%;height:100%;border:none}@media(max-width:768px){.trustee-card{width:90%;padding:1.8rem 1.2rem}.trustee-card .avatar{width:140px;height:140px}.trustee-card h4{font-size:1.25rem}.trustee-card h5{font-size:1rem}.trustee-card .trustee-bio{font-size:.9rem}.map-container{height:250px}}@media(min-width:1024px){.trustee-card{width:340px;padding:2.2rem 2rem}.trustee-card .avatar{width:170px;height:170px}.trustee-card h4{font-size:1.5rem}.trustee-card h5{font-size:1.1rem}.trustee-card .trustee-bio{font-size:.95rem}.map-container{height:420px}}.phone-fields{display:flex;flex-direction:column;gap:1rem}.phone-field{display:flex;flex-direction:column}@media(min-width:768px){.phone-fields{flex-direction:row;gap:1rem}.phone-field input{flex:1}}.donate-page{max-width:960px;margin:auto;padding:3rem 1.2rem 4rem}.donate-page h1{text-align:center;font-size:clamp(28px,5vw,40px);font-weight:700;color:var(--secondary);margin-bottom:36px;position:relative}.donate-page h1:after{content:"";display:block;width:64px;height:3px;background:#ff7a18;margin:14px auto 0;border-radius:2px}.donate-page h2{font-size:1.4rem;font-weight:600;color:#222;margin:2.5rem 0 1.2rem;padding-left:14px;position:relative}.donate-page h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:1.2em;background:#ff7a18;border-radius:2px}.upi-section h2,.guidelines-section h2{font-weight:600;color:var(--secondary);margin-bottom:10px;position:relative;padding-left:14px;line-height:1.3}.guidelines-section h3{font-size:1.2rem;font-weight:600;color:#222;margin-bottom:.8rem}.upi-highlight{display:flex;align-items:center;gap:2.5rem;padding:2.4rem;background:#fff;border:1px solid #eee;border-radius:22px;box-shadow:0 12px 28px #0000000f}.upi-qr{display:flex;flex-direction:column;align-items:center;gap:.6rem}.upi-qr img{width:170px;height:170px;object-fit:contain}.upi-qr span{font-size:.85rem;font-weight:600;color:#ff7a18}.upi-info{max-width:420px}.upi-info h3{font-size:1.2rem;font-weight:600;color:#222;margin-bottom:.6rem}.upi-desc{font-size:.95rem;color:#555;line-height:1.55;margin-bottom:1.3rem}.upi-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .95rem;background:#fff4ea;border:1px dashed #ff7a18;border-radius:999px;cursor:pointer;font-size:.9rem;color:#333;transition:background .2s ease}.upi-pill:hover{background:#ffe6d3}.upi-pill svg{width:18px;height:18px;stroke:#ff7a18}.copied{display:inline-block;margin-top:.5rem;font-size:.8rem;background:#ff7a18;color:#fff;padding:.25rem .6rem;border-radius:6px;opacity:0;transition:opacity 1s ease;margin-left:10px}.copied.show{opacity:1}.items-section{margin-top:3rem;overflow-x:auto}.items-section table{width:100%;min-width:520px;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 6px 18px #0000000d}.items-section th,.items-section td{padding:.95rem 1.1rem;border-bottom:1px solid #eee;text-align:left;font-size:.95rem}.items-section th{background:#ff7a18;color:#fff;font-weight:600}.items-section tr:last-child td{border-bottom:none}.items-section td{color:#444}@media(max-width:768px){.upi-highlight{flex-direction:column;text-align:center;padding:2rem 1.5rem}.upi-info{max-width:100%}.items-section th,.items-section td{font-size:.9rem}}.form{display:flex;flex-direction:column;gap:1rem;margin-top:1.2rem}.form label{font-size:.9rem;font-weight:600;color:#444}.page h1{text-align:center;font-size:clamp(28px,5vw,40px);font-weight:700;color:var(--secondary);margin-bottom:36px;position:relative}.page h1:after{content:"";display:block;width:64px;height:3px;background:#ff7a18;margin:14px auto 0;border-radius:2px}.form input,.form textarea{padding:.85rem;border-radius:10px;border:1.5px solid #ddd;font-size:1rem;outline:none;transition:border .2s ease,box-shadow .2s ease;background-color:#fff}.form input:focus,.form textarea:focus{border-color:#ff7a18;box-shadow:0 0 0 2px #ff7a1826}.form textarea{min-height:100px;resize:vertical}.days{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.days button{padding:.55rem .95rem;border-radius:20px;border:1.5px solid #ff7a18;background:#fff4ea;color:#333;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 4px #00000014}.days button:hover{background:#ffe1c8}.days button.active{background:#ff7a18;color:#fff;border-color:#ff7a18;box-shadow:0 4px 10px #ff7a1859}.custom-dropdown{position:relative;border:1.5px solid #ddd;border-radius:10px;cursor:pointer;padding:.85rem;background-color:#fff;transition:border .2s ease,box-shadow .2s ease;display:flex;justify-content:space-between;align-items:center}.custom-dropdown:hover{border-color:#ff7a18;box-shadow:0 0 0 2px #ff7a1826}.custom-dropdown .selected{font-size:1rem;color:#333}.custom-dropdown .arrow{transition:transform .2s ease}.custom-dropdown.open .arrow{transform:rotate(180deg)}.custom-dropdown .options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #ddd;border-radius:10px;margin-top:4px;display:none;z-index:10;box-shadow:0 4px 8px #0000001a}.custom-dropdown.open .options{display:block}.custom-dropdown .option{padding:.7rem .85rem;cursor:pointer;transition:background .2s}.custom-dropdown .option:hover{background-color:#ffefde}.form button[type=submit]{margin-top:.8rem;background:linear-gradient(135deg,#ff7a18,#ff9f4d);color:#fff;border:none;padding:.95rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.form button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 8px 18px #ff7a1859}.form button[type=submit]:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.error{display:block;color:#ff4d4f;font-size:.875rem;margin-top:.2rem}.phone-fields{display:flex;flex-direction:column;gap:1rem;width:100%}.phone-field{display:flex;flex-direction:column;width:100%}.phone-field input{width:100%}@media(min-width:768px){.phone-fields{flex-direction:row;gap:1rem}.phone-field{flex:1;width:50%}.phone-field input{width:100%}}@media(max-width:480px){.form{gap:.8rem}.days button{font-size:.85rem;padding:.5rem .8rem}.custom-dropdown{padding:.7rem}.form button[type=submit]{font-size:.95rem;padding:.85rem}}.footer{background:#fff7f0;padding:2rem 1rem;border-top:1px solid rgba(255,122,24,.15);overflow-x:hidden}.footer-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer-brand{flex:1;min-width:240px}.footer-brand h3{color:#ff7a18;font-size:1.4rem;font-weight:700;margin-bottom:.4rem}.footer-brand p{color:#555;font-size:.95rem;line-height:1.4;margin:0}.footer-links{display:flex;flex-direction:column;gap:.6rem;min-width:160px}.footer-links a{text-decoration:none;color:#444;font-size:.95rem;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:#ff7a18}.footer-socials{display:flex;gap:.9rem;align-items:center}.footer-socials a{font-size:1.5rem;color:#ff7a18;transition:transform .2s ease,color .2s ease}.footer-socials a:hover{transform:scale(1.1);color:#ff9f4d}.footer-bottom{text-align:center;margin-top:1.5rem;font-size:.85rem;color:#777}@media(max-width:768px){.footer{padding:1.5rem 1rem}.footer-container{flex-direction:column;align-items:center;text-align:center;gap:1.1rem}.footer-brand{max-width:420px}.footer-brand p{margin-bottom:.4rem}.footer-links{gap:.45rem}.footer-socials{justify-content:center;margin-top:.3rem}.footer-bottom{margin-top:1rem}}@media(max-width:480px){.footer-brand h3{font-size:1.25rem}.footer-brand p,.footer-links a{font-size:.9rem}.footer-socials a{font-size:1.4rem}}
