@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&display=swap";:root{--primary: #3b82f6;--primary-dark: #2563eb;--primary-light: #60a5fa;--accent: #3b82f6;--bg-white: #ffffff;--bg-light: #f8fafc;--bg-card: #ffffff;--text-dark: #1e293b;--text-body: #475569;--text-muted: #64748b;--border: #e2e8f0;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}body{font-family:Nunito,Poppins,sans-serif;background-color:var(--bg-white);color:var(--text-body);line-height:1.7;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:600;color:var(--text-dark);line-height:1.3}p{color:var(--text-body)}a{text-decoration:none;color:inherit;transition:color .2s ease}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.gradient-text{color:var(--primary)}.btn-primary{background:var(--primary);color:#fff;padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--text-dark);padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;border:2px solid var(--border);transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.section-padding{padding:100px 0}.section-title{font-size:2.5rem;margin-bottom:1rem;color:var(--text-dark)}.section-subtitle{color:var(--text-muted);font-size:1.15rem;max-width:600px;margin:0 auto}@media(max-width:768px){.section-padding{padding:60px 0}.container{padding:0 1.25rem}.section-title{font-size:2rem}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:1.25rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{padding:.875rem 0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm)}.nav-container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:Poppins,sans-serif;font-size:1.35rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.logo-img{height:36px;width:auto}.brand-name{display:flex}.brand-shree{color:#e8773d}.brand-ram,.brand-ai{color:#1e2a4a}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{font-weight:600;color:var(--text-body);font-size:.95rem;transition:color .2s ease}.nav-link:hover{color:var(--primary)}.mobile-menu-btn{display:none;color:var(--text-dark)}.mobile-menu{position:fixed;top:70px;left:0;width:100%;background:#fff;padding:1.5rem 2rem;z-index:999;box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:1.25rem}.mobile-menu a{color:var(--text-body);font-size:1rem;font-weight:600}.mobile-menu a:hover{color:var(--primary)}.get-started-btn{padding:.6rem 1.25rem;font-size:.9rem}.nav-link:focus,.logo:focus{outline:2px solid var(--primary);outline-offset:4px;border-radius:4px}.mobile-menu-btn:focus{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}@media(max-width:768px){.nav-links{display:none}.mobile-menu-btn{display:block}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:80px;background:var(--bg-white)}.hero-content{max-width:700px;position:relative;z-index:1}.hero-title{font-size:3.5rem;line-height:1.15;margin-bottom:1.5rem;color:var(--text-dark)}.hero-description{font-size:1.2rem;color:var(--text-body);margin-bottom:2.5rem;line-height:1.8}.hero-btns{display:flex;gap:1rem}@media(max-width:1024px){.hero-title{font-size:2.75rem}}@media(max-width:768px){.hero{padding-top:80px;min-height:auto;padding-bottom:60px}.hero-title{font-size:2.25rem}.hero-description{font-size:1.05rem}.hero-btns{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}}.stats{padding:80px 0;background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-light) 100%)}.stats-header{text-align:center;margin-bottom:3.5rem}.stats-label{display:inline-block;color:var(--primary);font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.stats-header h2{font-size:2rem;color:var(--text-dark);font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-card{position:relative;background:var(--bg-white);border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 20px #0000000f;border:1px solid var(--border);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.stat-icon{width:52px;height:52px;margin:0 auto 1.25rem;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-content h3{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem;line-height:1}.stat-content p{color:var(--text-muted);font-weight:500;font-size:.9rem}.stat-accent{position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,#F59E0B 100%);opacity:0;transition:opacity .3s ease}.stat-card:hover .stat-accent{opacity:1}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.stats{padding:60px 0}.stats-header h2{font-size:1.5rem}.stats-grid{gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-icon{width:48px;height:48px;margin-bottom:1rem}.stat-icon svg{width:22px;height:22px}.stat-content h3{font-size:2rem}.stat-content p{font-size:.8rem}}.section-title-wrapper{text-align:center;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);padding:2rem;border-radius:12px;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-tag{display:inline-block;font-size:.7rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem;background:#3b82f61a;padding:.25rem .75rem;border-radius:4px}.feature-icon{width:52px;height:52px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:#fff}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark)}.feature-card p{color:var(--text-body);font-size:.95rem;line-height:1.7}@media(max-width:768px){.section-title-wrapper{margin-bottom:2.5rem}.feature-card{padding:1.5rem}}.about-section{background:var(--bg-white)}.about-content{max-width:800px;margin:0 auto 4rem;text-align:center}.about-content .section-title{margin-bottom:2rem}.about-description{font-size:1.15rem;line-height:1.8;color:var(--text-body);margin-bottom:1.25rem}.about-description strong{color:var(--text-dark)}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{text-align:center;padding:2rem 1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s ease}.value-card:hover{box-shadow:var(--shadow-md)}.value-icon{width:52px;height:52px;margin:0 auto 1.25rem;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.value-card h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--text-dark)}.value-card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}@media(max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-description{font-size:1.05rem}.values-grid{grid-template-columns:1fr 1fr;gap:1rem}.value-card{padding:1.5rem 1rem}}.contact-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h2{font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:var(--text-dark)}.contact-info p{color:var(--text-body);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.contact-address{font-style:normal}.info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg-light);border-radius:10px;transition:all .2s ease}.info-item:hover{background:var(--border)}.info-icon{color:#fff;background:var(--primary);width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.info-title{color:var(--text-dark);font-size:.95rem;font-weight:600;margin-bottom:.15rem}.info-text{color:var(--text-muted);font-size:.9rem}.info-link{color:var(--text-muted);font-size:.9rem;transition:color .2s ease}.info-link:hover{color:var(--primary)}.contact-form{background:var(--bg-light);padding:2.5rem;border-radius:16px}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;color:var(--text-dark);font-weight:600}.required{color:var(--primary)}.form-group input,.form-group textarea{width:100%;background:#fff;border:1px solid var(--border);padding:.875rem 1rem;border-radius:8px;color:var(--text-dark);font-family:inherit;font-size:.95rem;transition:border-color .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary)}.form-group input[aria-invalid=true],.form-group textarea[aria-invalid=true]{border-color:#ef4444}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.error-message{display:block;color:#ef4444;font-size:.8rem;margin-top:.4rem}.form-success{text-align:center;padding:2.5rem 1.5rem}.form-success .success-icon{color:#10b981;margin-bottom:1rem}.form-success h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--text-dark)}.form-success p{color:var(--text-muted)}.form-error{display:flex;align-items:center;gap:.5rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);padding:.75rem 1rem;border-radius:8px;margin-bottom:1.25rem;color:#ef4444;font-size:.875rem}.submit-btn{width:100%;justify-content:center;margin-top:.5rem}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.contact-wrapper{grid-template-columns:1fr;gap:3rem}}@media(max-width:768px){.contact-info h2{font-size:2rem}.contact-form{padding:1.75rem}}footer{padding:40px 0 30px;text-align:center;border-top:1px solid var(--border);background:var(--bg-light)}.footer-logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-logo-img{height:28px;width:auto}.footer-brand{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:700;display:flex}.footer-brand .brand-shree{color:#e8773d}.footer-brand .brand-ram{color:#1e2a4a}.footer-tagline{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.footer-text{color:var(--text-muted);font-size:.8rem}@media(max-width:768px){footer{padding:30px 0 25px}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-dark);padding:2rem}.error-content{text-align:center;max-width:500px}.error-icon{color:var(--primary);margin-bottom:1.5rem}.error-content h1{font-size:2rem;margin-bottom:1rem;color:var(--text-main)}.error-content p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem;line-height:1.6}.reload-btn{display:inline-flex;align-items:center;gap:.5rem}
