@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.2;color:#2c1810}h4{font-size:1.4rem;font-weight:600}h5{font-size:1.2rem;font-weight:600}h6{font-size:1rem;font-weight:600}p,li{font-size:1rem;line-height:1.7;color:#444}a{color:#ff7b00;text-decoration:none;transition:color .3s ease}a:hover{color:#e66a00}#root{min-height:100vh}::selection{background-color:#ff7b0033;color:#2c1810}button:focus,input:focus,textarea:focus,select:focus,a:focus{outline:2px solid #ff7b00;outline-offset:2px}code{font-family:Courier New,Courier,monospace;background-color:#f8f9fa;padding:.2rem .4rem;border-radius:4px;font-size:.9rem;color:#e83e8c}ul,ol{margin-left:1.5rem;margin-bottom:1rem}li{margin-bottom:.5rem}img{max-width:100%;height:auto;border-radius:8px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-weight-bold{font-weight:700}.font-weight-normal{font-weight:400}.text-primary{color:#ff7b00}.text-secondary{color:#666}.text-muted{color:#888}.bg-primary{background:linear-gradient(135deg,#ff7b00,orange)}.bg-light{background-color:#f8f9fa}.bg-dark{background-color:#2c1810}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}@media (max-width: 768px){html{font-size:14px}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}p,li{font-size:.95rem}}@media (max-width: 480px){html{font-size:13px}h1{font-size:2rem}h2{font-size:1.6rem}h3{font-size:1.3rem}}.navbar{background:#ad0d0d;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.nav-container{margin:0 auto;padding:1.3rem 1.5rem;display:flex;align-items:center;justify-content:space-between;min-height:70px}.nav-brand{display:flex;align-items:center;text-decoration:none;color:#fff;font-weight:600}.nav-logo{width:90px;height:90px;object-fit:cover;border-radius:50%;margin-right:12px;border:2px solid rgba(255,255,255,.3)}.nav-title{font-size:1.6rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-item{position:relative}.nav-link{text-decoration:none;color:#fff;font-weight:700;font-size:1.2rem;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.nav-link:hover{background:#fff3;transform:translateY(-2px)}.nav-link.donation-btn{background:#fff;color:#ff7b00;font-weight:700;box-shadow:0 4px 15px #0003}.nav-link.donation-btn:hover{background:#f0f0f0;transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.nav-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:4px}.nav-toggle span{width:25px;height:3px;background:#fff;transition:all .3s ease;border-radius:3px}@media (max-width: 768px){.nav-title{font-size:1rem}.nav-toggle{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;background:#ad0d0d;flex-direction:column;padding:2rem 0;gap:1rem;transition:left .3s ease;box-shadow:0 5px 20px #0003}.nav-menu.active{left:0}.nav-item{text-align:center}.nav-link{padding:1rem 2rem;display:block;font-size:1.1rem;font-weight:700}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}}.footer{background:linear-gradient(135deg,#2c1810,#4a2c1a);color:#f5f5f5;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:2rem .5rem 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.footer-section h3,.footer-section h4{color:orange;margin-bottom:1rem;font-weight:700;text-align:center}.footer-brand{text-align:center}.footer-logo{width:80px;height:80px;object-fit:cover;border-radius:50%;margin-bottom:1rem;border:3px solid #ffa500}.footer-brand h3{font-size:1.5rem;margin-bottom:.5rem}.footer-brand p{font-style:italic;color:#ccc}.footer-section ul{list-style:none;padding:0;margin:0;text-align:center}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#f5f5f5;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:orange}.contact-info{color:#fff;text-align:center}.contact-info p{margin-bottom:.5rem;line-height:1.6;color:#fff}.contact-info strong{color:#fff}.footer-bottom{background:#0000004d;margin-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;color:#fff;flex-wrap:wrap;gap:1rem}.footer-certifications{background:orange;color:#2c1810;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;text-align:center;padding:2rem 1rem}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-section ul li a{display:block;padding:.25rem 0}}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer}.card{background:#fff;border-radius:15px;text-align:justify;padding:2rem;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.home{overflow-x:hidden}.hero{background:#fdebd0;color:#fff;padding:5rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;text-align:justify;align-items:center}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-tagline{font-size:1.3rem;font-weight:300;margin-bottom:1.5rem;font-style:italic}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{text-align:center}.hero-image img{width:300px;height:300px;border-radius:50%;object-fit:cover;border:8px solid rgba(255,255,255,.3);box-shadow:0 15px 40px #0003}.mission-vision{padding:5rem 0;background:#f8f9fa}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.mission .card{border-top:4px solid #ff7b00}.vision .card{border-top:4px solid #ffa500}.mission-vision h3{color:#ff7b00;font-size:1.8rem;margin-bottom:1rem}.core-activities{padding:5rem 0;background:#fff}.core-activities h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.activity-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.activity-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#ff7b00}.activity-card h4{color:#ff7b00;font-size:1.3rem;margin-bottom:1rem}.activity-card p{color:#666;line-height:1.6}.achievements{padding:5rem 0;background:#fdebd0;color:#fff}.achievements h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2e10047d}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.achievement-card{background:#2c181080;border-radius:15px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,165,0,.3);transition:transform .3s ease}.achievement-card:hover{transform:translateY(-5px);background:#ffa5001a}.achievement-number{font-size:3rem;font-weight:800;color:orange;margin-bottom:1rem}.achievement-card h4{margin-bottom:.5rem;font-weight:700}.achievement-card p{color:#000;font-size:.9rem}.call-to-action{padding:3rem 0;background:linear-gradient(135deg,#ff7b00,orange);color:#fff;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.hero-container{grid-template-columns:1fr;text-align:center;gap:2rem}.hero-content h1{font-size:2.5rem}.hero-image img{width:200px;height:200px}.mission-vision-grid,.activities-grid,.achievements-grid{grid-template-columns:1fr}.hero-actions,.cta-actions{flex-direction:column;align-items:center}.btn{width:200px;text-align:center}}.about-hero{background:linear-gradient(135deg,#ff7b00,orange);color:#fff;padding:5rem 0;text-align:center}.about-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.about-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:600px;margin:0 auto;line-height:1.6}.about-content{padding:5rem 0;text-align:justify;background:#fdebd0}.about-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.about-text .card{padding:3rem}.about-text h2{color:#ff7b00;font-size:2.2rem;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem}.about-image{text-align:center}.about-image img{width:250px;height:250px;border-radius:50%;object-fit:cover;border:8px solid #ffa500;box-shadow:0 15px 40px #0000001a}.objectives{padding:5rem 0;background:#fff}.objectives h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:3rem}.objectives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.objective-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.objective-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026;border-color:#ff7b00}.objective-icon{font-size:3rem;margin-bottom:1rem}.objective-card h3{color:#ff7b00;font-size:1.3rem;margin-bottom:1rem}.objective-card p{color:#666;line-height:1.6}.team{padding:5rem 0;background:#f8f9fa}.team h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:3rem}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.team-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease;border-top:4px solid #ff7b00}.team-card:hover{transform:translateY(-5px)}.team-card h3{color:#2c1810;font-size:1.3rem;margin-bottom:.5rem}.team-role{color:#ff7b00;font-weight:600;font-size:1rem;margin-bottom:1rem}.team-description{color:#666;font-size:.95rem;line-height:1.6}.certifications{padding:5rem 0;background:#fdebd0;color:#fff}.certifications h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2e10047d}.certifications-subtitle{text-align:center;font-size:1.1rem;opacity:.8;margin-bottom:3rem}.certifications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.certification-card{background:#2c181080;border-radius:15px;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,165,0,.3);transition:transform .3s ease}.certification-card:hover{transform:translateY(-5px);background:#ffa5001a}.certification-card h3{color:orange;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.certification-card p{color:#000;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.about-hero-content h1{font-size:2.2rem}.about-grid{grid-template-columns:1fr;text-align:center}.about-image img{width:180px;height:180px}.objectives-grid,.team-grid,.certifications-grid{grid-template-columns:1fr}.about-text .card{padding:2rem}}.activities-hero{background:linear-gradient(135deg,#ff7b00,orange);color:#fff;padding:5rem 0;text-align:center}.activities-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.activities-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.ongoing-projects{padding:5rem 0;background:#fdebd0}.ongoing-projects h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0;position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff7b00,orange)}.project-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.project-category{display:inline-block;background:linear-gradient(135deg,#ff7b00,orange);color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.project-card h3{color:#2c1810;font-size:1.4rem;margin-bottom:1rem;line-height:1.3}.project-card p{color:#666;line-height:1.7;font-size:.95rem;text-align:justify}.regular-activities{padding:5rem 0;background:#f8f9fa}.regular-activities h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:1rem}.regular-activities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.activity-item{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease}.activity-item:hover{transform:translateY(-5px)}.activity-icon{font-size:3rem;margin-bottom:1rem}.activity-item h4{color:#ff7b00;font-size:1.2rem;margin-bottom:1rem}.activity-item p{color:#666;line-height:1.6;font-size:.95rem}.achievements-section{padding:5rem 0;background:#fdebd0;color:#fff}.achievements-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2e10047d}.achievements-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.achievement-item{text-align:center;background:#2c181080;border-radius:15px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,165,0,.3);transition:transform .3s ease}.achievement-item:hover{transform:translateY(-5px);background:#ffa5001a}.achievement-stat{font-size:3rem;font-weight:800;color:orange;margin-bottom:1rem}.achievement-item h4{font-size:1.2rem;margin-bottom:.5rem}.achievement-item p{margin-top:1.5rem;color:orange;font-weight:700;font-size:.9rem;line-height:1.6}.cow-shelter{padding:5rem 0;background:#fff}.cow-shelter-content{max-width:900px;margin:0 auto;text-align:center}.cow-shelter h2{color:#ad0d0d;font-size:2.5rem;margin-bottom:2rem}.cow-shelter p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:2rem}.goshala-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.feature{display:flex;align-items:center;background:#f8f9fa;padding:1rem;border-radius:10px;gap:1rem}.feature-icon{font-size:1.5rem}.get-involved{padding:3rem 0;background:linear-gradient(135deg,#ff7b00,orange);color:#fff;text-align:center}.get-involved-content h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.get-involved-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9;max-width:700px;margin-left:auto;margin-right:auto}.involvement-options{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.activities-hero-content h1{font-size:2.2rem}.projects-grid,.regular-activities-grid{grid-template-columns:1fr}.achievements-showcase{grid-template-columns:repeat(2,1fr)}.goshala-features{grid-template-columns:1fr}.involvement-options{flex-direction:column;align-items:center}.btn{width:200px}}@media (max-width: 480px){.achievements-showcase{grid-template-columns:1fr}}.contact{background:#fdebd0}.contact-hero{background:linear-gradient(135deg,#ff7b00,orange);color:#fff;padding:5rem 0;text-align:center}.contact-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.contact-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.contact-info{padding:0rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-details h2{color:#2c1810;font-size:2.2rem;margin-bottom:2rem}.contact-items{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:center;text-align:center;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease}.contact-item:hover{transform:translateY(-3px)}.contact-icon{font-size:2rem;margin-top:.2rem}.contact-content h3{color:#ff7b00;font-size:1.2rem;margin-bottom:.5rem;text-align:center}.contact-content p{color:#666;line-height:1.6;margin:0}.contact-form-container{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 15px 40px #0000001a;border-top:4px solid #ff7b00}.contact-form-container h2{color:#2c1810;font-size:2.2rem;margin-bottom:2rem;text-align:center}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{color:#2c1810;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{padding:.8rem 1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff7b00;box-shadow:0 0 0 3px #ff7b001a}.form-group textarea{resize:vertical;min-height:120px}.contact-form .btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.location-map{padding:5rem 0;background:#fff}.location-map h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:1rem}.map-description{text-align:center;font-size:1.1rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.map-container{border-radius:15px;overflow:hidden;box-shadow:0 15px 40px #0000001a}.visit-us{padding:5rem 0;background:#f8f9fa}.visit-content{max-width:800px;margin:0 auto;text-align:center}.visit-us h2{color:#2c1810;font-size:2.5rem;margin-bottom:2rem}.visit-text p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:2rem}.visit-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem}.highlight{display:flex;align-items:center;background:#fff;padding:1rem;border-radius:10px;gap:1rem;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.highlight:hover{transform:translateY(-2px)}.highlight-icon{font-size:1.5rem}.emergency-contact{padding:3rem 0;background:linear-gradient(135deg,#2c1810,#4a2c1a);color:#fff;text-align:center}.emergency-content h2{color:orange;font-size:2rem;margin-bottom:1rem}.emergency-content p{margin-bottom:2rem;opacity:.9}.emergency-details{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.emergency-item{background:#ffffff1a;padding:1rem 2rem;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.emergency-item strong{color:orange}@media (max-width: 768px){.contact-hero-content h1{font-size:2.2rem}.contact-grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form-container{padding:2rem}.visit-highlights{grid-template-columns:1fr}.emergency-details{flex-direction:column;gap:1rem;align-items:center}.emergency-item{max-width:300px}}@media (max-width: 480px){.contact-item{flex-direction:column;text-align:center}.contact-icon{margin-right:0;margin-bottom:1rem}}.donation-hero{background:#fdebd0;color:#fff;padding:5rem 0;text-align:center}.donation-hero-content h1{font-size:3rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.donation-hero-subtitle{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.donation-impact{padding:5rem 0;background:#fdebd0}.donation-impact h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:3rem}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.impact-item{text-align:center;background:#f8f9fa;border-radius:15px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e9ecef}.impact-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a;background:#fff}.impact-icon{font-size:3rem;margin-bottom:1rem}.impact-item h3{color:#ff7b00;font-size:1.3rem;margin-bottom:1rem}.impact-item p{color:#666;line-height:1.6;font-size:.95rem}.donation-options{padding:5rem 0;background:#f8f9fa}.donation-options h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:3rem}.options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.option-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,border-color .3s ease;border:2px solid transparent;cursor:pointer}.option-card:hover{transform:translateY(-5px);border-color:#ff7b00}.option-amount{font-size:1.8rem;font-weight:700;color:#ff7b00;margin-bottom:1rem}.option-description{color:#666;line-height:1.6;font-size:.95rem}.payment-methods{padding:5rem 0;background:#fff}.payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.bank-details-section h2,.qr-section h2{color:#2c1810;font-size:2.8rem;margin-bottom:2rem;text-align:center}.bank-details-card{background:#f8f9fa;border-radius:15px;padding:3rem;border:1px solid #e9ecef}.bank-detail-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #e9ecef}.bank-detail-item:last-child{border-bottom:none}.detail-label{font-weight:600;color:#2c1810;font-size:1.2rem;flex-shrink:0;max-width:35%}.detail-value{color:#ff7b00;font-weight:700;font-family:monospace;font-size:1.2rem;text-align:right;word-break:break-word;max-width:60%}.qr-container{text-align:center}.qr-placeholder{background:#f8f9fa;border-radius:15px;padding:2rem;border:1px solid #e9ecef}.qr-code{width:500px;height:500px;margin:0 auto 1rem;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;border:2px solid #ff7b00}.qr-image{width:100%;height:100%;object-fit:contain;border-radius:8px}.qr-pattern{width:160px;height:160px;background:#fff;position:relative}.qr-squares{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(5,1fr);gap:2px;width:100%;height:100%}.qr-square{background:#f0f0f0;border-radius:2px}.qr-square.filled{background:#2c1810}.qr-text{color:#666;font-weight:600;margin-bottom:1rem}.payment-methods-logos{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.payment-logo{background:#ff7b00;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.tax-benefits{padding:5rem 0;background:#fdebd0;color:#fff}.tax-benefits h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2e10047d}.tax-subtitle{text-align:center;font-size:1.1rem;opacity:.8;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;color:#000}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-card{border-radius:15px;background:#2c181080;padding:2rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,165,0,.3);transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px);background:#ffa5001a}.benefit-card h3{color:orange;font-size:1.3rem;margin-bottom:1rem}.benefit-card p{color:#000;line-height:1.6;font-size:.95rem}.donation-process{padding:5rem 0;background:#f8f9fa}.donation-process h2{text-align:center;color:#2c1810;font-size:2.5rem;margin-bottom:3rem}.process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000001a;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#ff7b00,orange);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step-content h3{color:#2c1810;font-size:1.2rem;margin-bottom:1rem}.step-content p{color:#666;line-height:1.6;font-size:.95rem}.contact-donation{padding:4rem 0;background:#fff;text-align:center}.contact-donation-content h2{color:#2c1810;font-size:2.2rem;margin-bottom:1rem}.contact-donation-content p{color:#666;font-size:1.1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-options{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.contact-option{background:#f8f9fa;padding:1rem 2rem;border-radius:10px;border:1px solid #e9ecef}.contact-option strong{color:#ff7b00}.gratitude-note{background:linear-gradient(135deg,#ff7b00,orange);color:#fff;padding:1.5rem;border-radius:15px;font-size:1.1rem;font-weight:600;max-width:600px;margin:2rem auto 0;text-shadow:1px 1px 2px rgba(0,0,0,.2)}@media (max-width: 768px){.donation-hero-content h1{font-size:2.2rem}.payment-grid{grid-template-columns:1fr;gap:2rem}.impact-grid,.options-grid,.benefits-grid,.process-steps{grid-template-columns:1fr}.contact-options{flex-direction:column;align-items:center}.contact-option{max-width:300px}.qr-code{width:150px;height:150px}.qr-pattern{width:120px;height:120px}}.gallery-container{min-height:100vh}.hero-section{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:80px 0 60px;text-align:center;position:relative}.hero-section:before{content:"";position:absolute;inset:0;background:url(/temple-bg.jpg) center/cover;opacity:.1}.hero-content{position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.3rem;font-weight:400;opacity:.95;max-width:600px;margin:0 auto}.gallery-content{padding:60px 20px;max-width:1200px;margin:0 auto}.video-section{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}.video-container{position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0003}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.video-details{background:#fff;border-radius:15px;padding:40px;box-shadow:0 5px 20px #0000001a}.video-title{font-size:2.2rem;font-weight:700;color:#ad0d0d;margin-bottom:20px;text-align:center}.video-description{color:#555;line-height:1.7;text-align:justify}.video-description>p{font-size:1.1rem;margin-bottom:30px;text-align:justify}.location-highlights,.temple-vision,.future-plans{margin-bottom:35px}.location-highlights h3,.temple-vision h3,.future-plans h3{font-size:1.5rem;font-weight:600;color:#ff6b35;margin-bottom:15px;border-left:4px solid #ff6b35;padding-left:15px}.location-highlights ul,.future-plans ul{list-style:none;padding-left:0}.location-highlights li,.future-plans li{position:relative;padding:8px 0 8px 25px}.location-highlights li:before,.future-plans li:before{content:"🕉️";position:absolute;left:0;font-size:1rem}.temple-vision p{margin-bottom:20px;text-align:justify}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;padding:0 20px}.gallery-content{padding:40px 15px}.video-details{padding:25px}.video-title{font-size:1.8rem}.video-description>p{font-size:1rem}.location-highlights h3,.temple-vision h3,.future-plans h3{font-size:1.3rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.video-details{padding:20px}.video-title{font-size:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent;cursor:pointer;font-size:1rem;text-align:center}.btn-primary{background:linear-gradient(135deg,#ff7b00,orange);color:#fff;box-shadow:0 4px 15px #ff7b004d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff7b0066}.btn-secondary{background:#fff;color:#ff7b00;border-color:#ff7b00}.btn-secondary:hover{background:#ff7b00;color:#fff;transform:translateY(-2px)}.btn-outline{background:transparent;color:#fff;border-color:#fff}.btn-outline:hover{background:#fff;color:#ff7b00;transform:translateY(-2px)}.card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:1.8rem;font-weight:600}p{line-height:1.6;margin-bottom:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.5rem}.btn{padding:.6rem 1.2rem;font-size:.95rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff7b00,orange);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e66a00,#e69500)}
