*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #FF9933;--primary-dark: #E67E22;--primary-light: #FFB366;--secondary-color: #2c3e50;--accent-color: #f39c12;--text-dark: #2c3e50;--text-light: #7f8c8d;--bg-light: #f8f9fa;--bg-white: #ffffff;--border-color: #e0e0e0;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background-color:var(--bg-white)}#root{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;padding:1.5rem 2rem;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{text-decoration:none;display:flex;align-items:center;transition:transform .3s ease;background:transparent}.logo:hover{transform:scale(1.05)}.logo-img{height:90px;width:auto;max-width:500px;object-fit:contain;background:transparent;mix-blend-mode:multiply}.nav{display:flex;gap:.5rem;flex-wrap:wrap}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;font-weight:500;position:relative}.nav-link:hover{background-color:#fff3;transform:translateY(-2px)}.nav-link.active{background-color:#ffffff40}.main-content{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:3rem 2rem}.page-section{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.page-subtitle{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;font-weight:300}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#c4161c0d,#2c3e500d);border-radius:12px;margin-bottom:3rem}.hero-title{font-size:3rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.hero-description{font-size:1.25rem;color:var(--text-dark);max-width:800px;margin:0 auto;line-height:1.8}.focus-section{margin-top:4rem;margin-bottom:2rem}.focus-title{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center}.focus-description{font-size:1.2rem;color:var(--text-dark);text-align:center;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto;line-height:1.8}.focus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.focus-card{background:var(--bg-white);padding:2rem;border-radius:12px;box-shadow:var(--shadow-md);border-top:4px solid var(--primary-color);transition:all .3s ease}.focus-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-top-color:var(--primary-light)}.focus-card-title{font-size:1.5rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.focus-list{list-style:none;padding:0;margin:0}.focus-list li{font-size:1.1rem;color:var(--text-dark);border-bottom:1px solid var(--border-color);position:relative;padding:.75rem 0 .75rem 1.5rem}.focus-list li:last-child{border-bottom:none}.focus-list li:before{content:"•";color:var(--primary-color);font-weight:700;font-size:1.5rem;position:absolute;left:0;top:.5rem}.content-section{margin-bottom:2.5rem}.content-section p{margin-bottom:1rem;font-size:1.1rem;line-height:1.8;color:var(--text-dark)}.content-section h2{font-size:2rem;color:var(--secondary-color);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid var(--primary-color);display:inline-block}.content-section h3{font-size:1.5rem;color:var(--secondary-color);margin-top:2rem;margin-bottom:1rem}.content-section strong{color:var(--primary-color);font-weight:600}.program-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.program-item{background:var(--bg-white);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow-sm);border-left:4px solid var(--primary-color);transition:all .3s ease}.program-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-left-color:var(--primary-light)}.program-item:before{content:"♥";color:var(--primary-color);font-size:1.5rem;margin-right:.75rem}.programs-section{margin-bottom:4rem}.programs-section:last-child{margin-bottom:2rem}.program-section-title{font-size:2rem;color:var(--secondary-color);margin-bottom:.5rem;margin-top:2rem;padding-bottom:.5rem;border-bottom:3px solid var(--primary-color);display:inline-block}.program-section-subtitle{font-size:1.1rem;color:var(--text-light);margin-bottom:1.5rem;font-weight:500}.projects-container{margin-top:1rem;overflow-x:auto}.projects-table{background:var(--bg-white);border-radius:8px;box-shadow:var(--shadow-sm);overflow:hidden;min-width:600px}.projects-header{display:grid;grid-template-columns:80px 1fr 1fr;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.project-row{display:grid;grid-template-columns:80px 1fr 1fr;border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.project-row:hover{background-color:var(--bg-light)}.project-row:last-child{border-bottom:none}.project-col-sno,.project-col-name,.project-col-location{padding:1rem 1.25rem;display:flex;align-items:center}.project-col-sno{font-weight:600;color:var(--primary-color);justify-content:center;background-color:#c4161c0d}.project-col-name{font-weight:500;color:var(--text-dark);border-left:1px solid var(--border-color);border-right:1px solid var(--border-color)}.project-col-location{color:var(--text-light);font-size:.95rem}.projects-header .project-col-sno,.projects-header .project-col-name,.projects-header .project-col-location{border:none;background:transparent;color:#fff;justify-content:flex-start}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.gallery-item{aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;position:relative;background:var(--bg-light)}.gallery-item:hover{transform:scale(1.05);box-shadow:var(--shadow-lg)}.gallery-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.contact-info{background:var(--bg-light);padding:2rem;border-radius:8px;margin-top:2rem}.contact-item{margin-bottom:1rem;font-size:1.1rem}.contact-item strong{display:block;color:var(--primary-color);margin-bottom:.25rem;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.contact-item a{color:var(--text-dark);text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:var(--primary-color)}.social-links{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.5rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;text-decoration:none;border-radius:50%;transition:all .3s ease;padding:0}.social-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:var(--shadow-md)}.social-icon{width:32px;height:32px}.footer{background:var(--secondary-color);color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto}@media (max-width: 768px){.header-container{flex-direction:column;align-items:flex-start}.nav{width:100%;justify-content:flex-start}.nav-link{font-size:.9rem;padding:.4rem .8rem}.main-content{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-description{font-size:1.1rem}.focus-title{font-size:2rem}.focus-description{font-size:1.1rem}.focus-grid{grid-template-columns:1fr;gap:1.5rem}.focus-card{padding:1.5rem}.focus-card-title{font-size:1.3rem}.page-title{font-size:2rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.program-list{grid-template-columns:1fr}.projects-table{font-size:.9rem}.projects-header,.project-row{grid-template-columns:60px 1fr 1fr}.project-col-sno,.project-col-name,.project-col-location{padding:.75rem 1rem}.projects-header{font-size:.85rem}}@media (max-width: 480px){.logo-img{height:70px;max-width:350px}.hero{padding:2rem 1rem}.hero-title,.focus-title{font-size:1.75rem}.focus-description{font-size:1rem}.focus-card-title{font-size:1.2rem}.focus-list li{font-size:1rem}.projects-table{font-size:.85rem;min-width:500px}.projects-header,.project-row{grid-template-columns:50px 1fr 1fr}.project-col-sno,.project-col-name,.project-col-location{padding:.6rem .75rem}.project-col-location{font-size:.85rem}.projects-header{font-size:.75rem;padding:.75rem}}
