:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body{scroll-behavior:smooth;overflow-x:hidden}.splash-screen{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff;overflow:hidden}.splash-full{width:100%;max-width:500px;height:100%;object-fit:cover;display:block;animation:splashEntry 1.2s ease-out forwards}@media (max-width: 500px){.splash-full{max-width:100%}}@keyframes splashEntry{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box}html,body{overflow-x:hidden;margin:0;padding:0;font-family:Poppins,serif}.home-page{width:100%;max-width:500px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;background:#fff;padding-bottom:120px}.image-container{width:100%;position:relative;display:flex;justify-content:center;overflow:hidden}.home-image{width:100%;height:auto;display:block;padding-bottom:70px}.home-text-img{position:absolute;top:15%;width:90%;max-width:400px;z-index:2}.collected-so-far{position:absolute;bottom:23px;left:50%;transform:translate(-50%);width:90%;padding:40px 15px;border-radius:40px;background-color:#115e58;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;z-index:2;box-shadow:0 15px 35px #00000026}.collected-label-container{position:absolute;bottom:-15px;left:50%;transform:translate(-50%);z-index:3}.collected-label{background:#fff;color:#115e58;font-size:13px;font-weight:600;padding:6px 20px;border-radius:20px;white-space:nowrap;box-shadow:0 4px 10px #0000001a;border:1px solid #e0e0e0}.collection-wrapper{text-align:center}.collection-wrapper h1{font-family:Changa One,serif;font-weight:600;font-size:40px;line-height:1;margin-bottom:5px}.collection-wrapper h1 span{font-family:Baloo Chettan,serif;font-weight:800}.collection-wrapper h2{display:none}.button-container{width:100%;position:fixed;bottom:0;left:0;padding:15px;background:#fff;border-radius:10px 10px 0 0;box-shadow:0 -2px 12px #0000001a;display:flex;justify-content:center;z-index:100}.contribute-now-btn{background:#115e58;font-weight:600;font-size:16px;color:#fff;border:none;height:42px;padding:10px 30px;width:100%;max-width:360px;border-radius:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;text-decoration:none;transition:.3s}.contribute-now-btn:hover{opacity:.9}.contribute-now-btn img{width:32px;height:32px;margin-left:8px}.toppers-section{width:100%;padding:7px 20px 20px;background:#fff}.section-title{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:25px}.section-title .line{flex:1;height:1px;background:#e0e0e0}.section-title h2{font-size:20px;font-weight:700;color:#1a1a1a;white-space:nowrap}.toppers-list{display:flex;flex-direction:column;gap:20px}.topper-card{position:relative;background:linear-gradient(90deg,#edf7f5,#f7fdfd);border-left:4px solid #115E58;border-radius:12px;padding:18px 15px 18px 25px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 12px #00000008}.rank-badge{position:absolute;top:-12px;left:12px;background:#fff;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#1a1a1a;box-shadow:0 2px 6px #0000001a;border:1px solid #eee}.topper-info{text-align:left}.topper-info h3{font-size:15px;font-weight:700;color:#333;margin:0 0 2px}.topper-info p{font-size:12px;color:#666;margin:0}.topper-amount{background:#fff;padding:8px 15px;border-radius:18px;font-size:15px;font-weight:800;color:#1a1a1a;box-shadow:0 2px 4px #0000000d}.skeleton{background:#e0e0e0;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton.title{width:160px;height:14px;margin-bottom:6px}.skeleton.sub{width:80px;height:10px}.skeleton.amount{width:70px;height:30px;border-radius:18px}.topper-card.placeholder{background:linear-gradient(90deg,#f3f9f7,#fafdfd);opacity:.7}.sponsor-rooms{width:100%;margin:20px 0;display:flex;justify-content:space-around;align-items:center;gap:20px}.sponsor-rooms .sponsor-card{width:100%;height:230px;border-radius:20px;box-shadow:0 1.5px 8px #00000014;cursor:pointer}@media (max-width:1017px){.sponsor-rooms{flex-direction:column}}.support-card-section{width:100%;padding:0 15px;margin-top:20px;margin-bottom:20px;position:relative}.support-card{background:#f8faff;border-radius:24px;padding:24px 20px;box-shadow:0 10px 40px #0000000a;display:flex;flex-direction:column;gap:20px;position:relative}.support-card-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;min-height:100px}.support-text{flex:1;text-align:left;margin-top:5px}.support-text h3{font-size:24px;font-weight:800;color:#1a1a1a;margin-bottom:6px}.support-text p{font-size:15px;color:#4a4a68;font-weight:500;line-height:1.3;max-width:180px}.support-person-img{position:absolute;right:-38px;top:-65px;width:220px;height:auto;z-index:1;pointer-events:none}.support-actions{display:flex;gap:12px;width:100%}.action-btn{flex:1;height:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:600;font-size:15px;transition:.2s}.whatsapp-btn{background:#00c853;color:#fff}.call-btn{background:#115e58;color:#fff}.action-btn:active{transform:scale(.96)}.app-download-section{width:100%;padding:10px 15px 20px}.app-info-card{background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid rgba(17,94,88,.1);border-radius:24px;padding:25px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 25px #115e580d}.app-icon-wrapper{height:70px;width:70px;background:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000014;margin-bottom:15px}.app-logo-img{width:100%;height:100%;object-fit:contain;padding:8px}.app-text-content h3{font-size:20px;font-weight:700;color:#115e58;margin-bottom:4px}.app-text-content p{font-size:13px;color:#666;margin-bottom:20px;max-width:240px;line-height:1.4}.store-badges{display:flex;justify-content:center;gap:12px;width:100%}.store-badge{flex:1;max-width:140px;transition:.2s}.store-badge img{width:100%;height:auto}.store-badge:active{transform:scale(.98)}@media (max-width:480px){.home-image{width:100%;height:auto}.collected-so-far{bottom:30px;padding:30px 15px;width:85%}.collection-wrapper h1{font-size:36px}.button-container{height:100px;padding:20px}.sponsor-rooms .sponsor-card{height:110px}}.about-cards{display:flex;justify-content:space-around;align-items:center;margin:20px 0}.card{width:30%;height:auto;border-radius:15px;box-shadow:0 0 8px #0000001a;transition:all .3s ease;cursor:pointer}.card:hover{transform:scale(1.05)}@media (max-width: 460px){.about-cards{overflow-x:auto;scroll-snap-type:X mandatory;gap:15px;scrollbar-width:none;-ms-overflow-style:none}.card{width:60%;scroll-snap-align:center}}.contribute-now-page{padding:10px 10px 80px;min-height:100vh;max-width:500px;margin:0 auto}.contribute-container{width:500px;margin:auto}.contribute-container form{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:15px;position:relative}.amount::-webkit-outer-spin-button,.amount::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount[type=number]{-moz-appearance:textfield}.amount{background:linear-gradient(180deg,#115e580d,#115e580d);outline:none;border:none;width:80%;height:70px;text-align:center;font-family:Inter;font-weight:700;font-size:48px;border-radius:20px;margin-bottom:2px}.amount::placeholder{font-family:Inter,serif;font-weight:500;font-size:32px}.contribute-container .payment-input{height:50px;width:100%;border:none;outline:none;padding:10px 20px;background-color:#fafafa;border-radius:10px;outline:.3px solid #43434380;font-family:Poppins,serif;font-weight:400;font-size:16px;color:#1c1c1c}.hide-your-name{align-self:flex-start;font-family:Poppins,serif;display:flex;align-items:center;gap:8px;cursor:pointer}.contribute-container .continue-btn{width:100%;height:50px;background:#115e58;font-family:Poppins,serif;font-weight:600;font-size:16px;color:#fff;border-radius:50px;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:10px}.suggestion-box{position:absolute;background-color:#fff;border:1px solid #ccc;border-radius:4px;max-height:200px;overflow-y:auto;width:100%;z-index:1000;box-shadow:0 4px 12px #00000026;top:100%;left:0}.suggestion-item{padding:12px 15px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .2s}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f7f7f7}.ward-chips-container{display:flex;flex-wrap:wrap;gap:10px;width:100%;margin-top:5px;justify-content:flex-start}.ward-chip{padding:8px 16px;background:#f0f0f0;border-radius:20px;cursor:pointer;font-family:Poppins,serif;font-size:14px;transition:all .3s ease;border:1px solid transparent}.ward-chip:hover{background:#e0e0e0}.ward-chip.active{background:#115e58;color:#fff;border-color:#115e58}.suggestion-box-ward{position:absolute;background-color:#fff;border:1px solid #ccc;border-radius:4px;max-height:111px;overflow-y:auto;width:95%;box-shadow:0 2px 4px #0000001a;top:388px}.panchayath-name{font-weight:500;font-size:15px;color:#1c1c1c}.panchayath-sub{font-size:11px;color:#666;margin-top:2px}.error-border{border:2px solid red!important}.error-text{color:red;font-size:12px;margin-top:-6px;width:100%;text-align:left}@media (max-width: 768px){.contribute-container{width:90%;margin:auto}.error-text{color:red;font-size:12px;margin-top:-6px;width:100%;text-align:left}}.quick-pay-container{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin:15px 0}.quick-pay-btn{background:#fff;border:1px solid #494545;border-radius:12px;padding:10px 18px;font-size:14px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:.2s;box-shadow:0 2px 4px #0000000d;min-width:75px}.quick-pay-btn:active{transform:scale(.95);background:#f5f5f5}.header{width:100%;padding:20px;display:flex;align-items:center;justify-content:space-between}.header h1{font-family:Poppins,serif;font-weight:500;font-size:18px;color:#000}.header :is(img,span){width:50px;height:50px}.receipt-page{width:460px}.receipt-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.receipt-image{width:100%;display:block}.receipt-page h1{position:absolute;font-family:Poppins,sans-serif;bottom:436px;left:45px;font-size:11px;font-weight:500;color:#810303;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recept-no{position:absolute;font-family:Poppins,serif;top:15px;right:20px;font-size:10px;font-weight:500;color:#555}.receipt-page h3{position:absolute;font-family:Inter,sans-serif;bottom:213px;left:95px;font-size:24px;font-weight:600;color:#fff;min-width:56px;text-align:center}.Date{font-family:Inter,sans-serif;position:absolute;bottom:331px;left:310px;font-size:10px;white-space:nowrap;line-height:1;min-width:37px}.action-buttons{display:flex;justify-content:center;gap:20px;margin:20px 0}.share-btn,.download-btn{display:flex;align-items:center;gap:8px;background-color:#115e58;color:#fff;border:none;padding:10px 15px;border-radius:5px;font-size:16px;cursor:pointer}.download-btn{background-color:#115e58}.share-btn:hover,.download-btn:hover{opacity:.8}@media (max-width: 460px){.receipt-page{width:300px}.receipt-page h1{position:absolute;font-family:Poppins,sans-serif;bottom:281px;left:29px;font-size:8px;font-weight:500;color:#9c0808;max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipt-page h3{position:absolute;bottom:137px;left:70px;color:#fff;font-size:17px;min-width:37px}.Date{position:absolute;bottom:216px;left:202px;font-size:6px;min-width:37px}.recept-no{top:10px;right:15px;font-size:7px}}.failure-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:200px}.failure-text h4{text-align:center;color:#f70000;font-family:Poppins,serif;font-weight:600;font-size:25px;line-height:28px}.failure-gif img{width:412px;height:414px}.payment-method-page{min-height:100vh;background-color:#f9f9f9;display:flex;flex-direction:column;align-items:center;font-family:Inter,sans-serif}.payment-header{width:100%;padding:15px 20px;background-color:#fff;display:flex;align-items:center;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:10}.back-btn{background:none;border:none;font-size:24px;cursor:pointer;margin-right:15px;display:flex;align-items:center}.payment-header h1{font-size:18px;font-weight:600;margin:0;color:#333}.payment-container{width:90%;max-width:450px;margin-top:30px;background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column}.payment-container h2{font-size:16px;font-weight:600;color:#000;margin-bottom:20px;text-align:left}.payment-option-card{border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.payment-option-card:hover{border-color:#115e58;background-color:#115e580d}.option-left{display:flex;flex-direction:column;gap:8px}.option-left h3{font-size:14px;font-weight:600;margin:0;color:#222}.upi-logos{display:flex;gap:12px;align-items:center}.upi-logos img{height:20px;object-fit:contain}.upi-app-info{display:flex;align-items:center;gap:12px}.chevron-icon{color:#555;font-size:20px}.payment-footer-note{margin-top:20px;text-align:center;color:#555}.payment-footer-note p{font-size:13px;line-height:1.5;margin:5px 0}.loader-container{margin-top:20px;display:flex;justify-content:center}@media (max-width: 480px){.payment-container{width:95%;padding:16px;margin-top:15px}.payment-option-card{padding:12px}.upi-logos{gap:8px;flex-wrap:wrap}.upi-logos img{height:16px}}
