:root{--brand-orange: #FF6B00;--brand-orange-rgb: 255, 107, 0;--brand-orange-light: #FF8533;--brand-orange-dark: #CC5500;--brand-yellow: #FFD600;--brand-yellow-rgb: 255, 214, 0;--brand-yellow-light: #FFE033;--brand-lime: #A3E635;--brand-lime-rgb: 163, 230, 53;--brand-lime-light: #BEF264;--brand-lime-dark: #65A30D;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--border-color: #e2e8f0;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:dark){:root{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-color: #334155}}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh;width:100%}a{font-weight:500;color:var(--brand-orange);text-decoration:inherit;transition:color .2s ease}a:hover{color:var(--brand-orange-light)}h1,h2,h3,h4,h5,h6{color:var(--text-primary);line-height:1.2;font-weight:700;margin-bottom:.5em}p{margin-bottom:1rem;color:var(--text-secondary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 rgba(var(--brand-orange-rgb),.4)}70%{box-shadow:0 0 0 15px rgba(var(--brand-orange-rgb),0)}to{box-shadow:0 0 rgba(var(--brand-orange-rgb),0)}}.animate-fade-in{animation:fadeIn .8s cubic-bezier(.16,1,.3,1) forwards}.animate-float{animation:float 6s ease-in-out infinite}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal.active{opacity:1;transform:translateY(0)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.flex-center{display:flex;align-items:center;justify-content:center}.grid{display:grid;gap:2rem}.grid-cols-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-cols-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-cols-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}@media(prefers-color-scheme:dark){.glass{background:#0f172ab3;border:1px solid rgba(255,255,255,.05)}}.navbar{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border-color);background:var(--bg-primary)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar-logo img{height:2.5rem;width:auto;object-fit:contain}.navbar-brand{font-size:1.25rem;font-weight:700;color:var(--brand-orange);letter-spacing:-.025em}.navbar-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.nav-link:hover{color:var(--brand-orange);transform:translateY(-1px)}.mobile-menu-btn{background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:.5rem;display:none}.mobile-menu{display:none;flex-direction:column;padding:1rem;border-top:1px solid var(--border-color)}.mobile-link{padding:1rem;color:var(--text-secondary);text-decoration:none;font-weight:500;border-bottom:1px solid var(--border-color)}.mobile-link:last-child{border-bottom:none}.mobile-link:hover{color:var(--brand-orange);background:var(--bg-tertiary)}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.mobile-menu{display:flex}}@media(min-width:769px){.mobile-only{display:none}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:4rem 0 2rem;margin-top:auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:1.5rem}.footer-logo img{height:2.5rem;width:auto;filter:brightness(1.1)}.footer-brand{font-size:1.5rem;font-weight:700;color:var(--brand-orange);letter-spacing:-.025em}.footer-desc{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;max-width:300px}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-full, 50%);background:rgba(var(--brand-orange-rgb),.1);color:var(--brand-orange);transition:all .3s ease;border:1px solid rgba(var(--brand-orange-rgb),.2)}.social-link:hover{background:var(--brand-orange);color:#fff;transform:translateY(-2px)}.footer-title{font-size:1.125rem;color:var(--text-primary);margin-bottom:1.5rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--brand-orange)}.contact-info{list-style:none;padding:0;margin:0}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--text-secondary);line-height:1.5}.contact-icon{color:var(--brand-orange);flex-shrink:0;margin-top:.2rem}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border-color);text-align:center;color:var(--text-tertiary);font-size:.875rem}@media(max-width:992px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr;gap:2rem}}.text-orange{color:var(--brand-orange)}.text-yellow{color:var(--brand-yellow)}.text-lime{color:var(--brand-lime-dark)}@media(prefers-color-scheme:dark){.text-lime{color:var(--brand-lime)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--brand-orange);color:#fff!important;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--brand-orange-light);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)!important}.btn-secondary:hover{background:var(--border-color);transform:translateY(-2px)}.btn-outline-light{background:transparent;border-color:#fff;color:#fff!important}.btn-outline-light:hover{background:#ffffff1a;transform:translateY(-2px)}.hero-section{padding:6rem 0;background:linear-gradient(135deg,var(--bg-primary) 0%,var(--bg-secondary) 100%);position:relative;overflow:hidden}.hero-container{display:flex;align-items:center;gap:4rem}.hero-content{flex:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:500px}.hero-actions{display:flex;gap:1rem}.hero-image-wrapper{flex:1;display:flex;justify-content:center}.hero-image{width:100%;max-width:600px;max-height:400px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.hero-image-placeholder{width:100%;aspect-ratio:4/3;border-radius:var(--radius-xl);background:linear-gradient(45deg,var(--brand-orange) 0%,var(--brand-yellow) 100%);opacity:.8;color:#fff;font-weight:600;font-size:1.25rem;text-align:center;box-shadow:var(--shadow-lg)}.section-header{margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700}.section-desc{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.text-center{text-align:center}.service-card{padding:2.5rem 2rem;border-radius:var(--radius-lg);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon-wrapper{margin-bottom:1.5rem;display:inline-flex;padding:1rem;border-radius:var(--radius-full, 50%);background:var(--bg-tertiary)}.service-title{font-size:1.25rem;margin-bottom:1rem}.service-desc{color:var(--text-secondary);font-size:.95rem;margin-bottom:0}.birla-section{background:var(--bg-secondary)}.birla-card{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:var(--radius-xl);display:flex;overflow:hidden;box-shadow:var(--shadow-lg)}.birla-content{flex:1;padding:4rem;color:#f8fafc}.birla-title{font-size:2.5rem;color:#fff;margin-bottom:1.5rem}.birla-desc{color:#cbd5e1;font-size:1.125rem;margin-bottom:2rem}.birla-features{list-style:none;padding:0;margin:0 0 2.5rem}.birla-features li{margin-bottom:.75rem;color:#e2e8f0;font-weight:500}.birla-image-wrapper{flex:1;background:var(--brand-yellow);display:flex;align-items:stretch}.birla-image{width:100%;height:100%;min-height:300px;object-fit:cover}.birla-image-placeholder{width:100%;height:100%;min-height:300px;background:#ffffff1a;color:#0f172a;font-weight:700;font-size:1.5rem}.gallery-section{background:var(--bg-primary);padding:5rem 0}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.gallery-item{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:1;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gallery-item:hover .gallery-image{transform:scale(1.05)}@media(max-width:992px){.hero-container,.birla-card{flex-direction:column}.hero-content{text-align:center}.hero-actions{justify-content:center}.hero-title{font-size:2.75rem}.birla-content{padding:3rem 2rem}}@media(max-width:768px){.hero-title{font-size:2.25rem}}.page-header{padding:5rem 0 3rem;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.page-title{font-size:3rem;margin-bottom:1rem}.page-subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.about-container{display:flex;gap:4rem;align-items:center}.about-image-wrapper{flex:1}.about-image{width:100%;max-width:500px;max-height:500px;object-fit:cover;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.about-image-placeholder{width:100%;aspect-ratio:4/5;border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--brand-orange) 0%,var(--brand-yellow) 100%);color:#fff;font-weight:600;font-size:1.5rem;box-shadow:var(--shadow-lg)}.about-content{flex:1}.about-desc{font-size:1.125rem;line-height:1.7}.sub-title{font-size:1.5rem;margin-bottom:1.5rem}.mt-4{margin-top:2rem}.benefits-list{list-style:none;padding:0}.benefits-list li{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.125rem;color:var(--text-primary);font-weight:500}@media(max-width:992px){.about-container{flex-direction:column}}.contact-container{display:flex;gap:4rem}.contact-info-section{flex:1}.contact-desc{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2.5rem}.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-card{padding:1px;border-radius:var(--radius-lg);display:flex;gap:1rem;align-items:center;transition:transform .2s ease}.info-card:hover{transform:translateY(-2px)}.info-icon-wrapper{background:#ffffff0d;padding:.75rem;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color)}.info-title{font-size:1rem;margin-bottom:.25rem;color:var(--text-primary)}.info-detail{font-size:.95rem;color:var(--text-secondary);margin:0;line-height:1.4}.contact-form-section{flex:1;padding:2.5rem;border-radius:var(--radius-xl)}.form-title{font-size:1.75rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.95rem;color:var(--text-primary)}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-family:inherit;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-orange);box-shadow:0 0 0 3px #ff6b001a}.submit-btn{margin-top:1rem;width:100%;padding:1rem;font-size:1.1rem}@media(max-width:992px){.contact-container{flex-direction:column}}@media(max-width:576px){.info-cards{grid-template-columns:1fr}}.main-content{flex:1;display:flex;flex-direction:column}
