@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700&display=swap");:root{color-scheme:light;font-family:Mulish,sans-serif;background:#fafafa;color:#1f2937}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#fff}a{color:inherit;text-decoration:none}.page-shell{max-width:1200px;margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:#1976c8;color:#fff;border-bottom:0;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.brand h1{margin:0;font-size:1.1rem;color:#fff}.brand p{margin:.2rem 0 0;font-size:.9rem;color:hsla(0,0%,100%,.9)}.site-nav{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.site-nav a{padding:.5rem .75rem;border-radius:6px;transition:background .15s ease,color .15s ease;color:#fff}.site-nav a:hover{background:hsla(0,0%,100%,.08);color:#fff}.site-nav a.active{color:#40bf4f}.hero-section{padding:6rem 1.5rem 4rem;text-align:left;background:linear-gradient(90deg,#fff,#fff 46%,hsla(0,0%,100%,.95) 52%,hsla(0,0%,100%,.6) 56%,transparent),url(https://i1.wp.com/anudeepsharma.com/wp-content/uploads/2020/03/IMG_20200208_102931-scaled.jpg?ssl=1);background-repeat:no-repeat;background-position:100%;background-size:cover;color:#0f172a}.hero-copy{max-width:720px;margin:0 0 0 4rem;padding-top:1rem}.hero-copy h5{margin:0 0 1rem;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;color:#10b981}.hero-copy h1{margin:0 0 1.5rem;font-size:clamp(2.6rem,4vw,4.4rem);line-height:1.02;color:#155724}.hero-copy p{max-width:680px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.9;color:#4b5563}.hero-contact{display:inline-flex;padding:.95rem 1.35rem;background:#40bf4f;color:#fff;border-radius:9999px;font-weight:700}.section-header{max-width:760px;margin:0 auto 2rem;text-align:center}.section-header span{display:inline-block;font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:#10b981}.section-header h2{margin:.75rem 0 1rem;font-size:2.25rem;line-height:1.1}.divider{width:4rem;height:.25rem;background:#40bf4f;margin:0 auto;border-radius:9999px}.gallery-section,.reasons-section,.services-overview{padding:4rem 1.5rem}.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.5rem;gap:1.5rem}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;padding:2rem;min-height:240px}.service-number{color:#10b981;font-weight:700}.service-card h3{margin:.75rem 0 1rem;font-size:1.25rem}.service-card p{color:#4b5563;line-height:1.85}.button-link{display:inline-flex;margin-top:1.5rem;padding:.85rem 1.35rem;border-radius:9999px;background:#40bf4f;color:#fff;font-weight:600;transition:background .2s ease}.button-link:hover{background:#16a34a}.about-section{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:2rem;gap:2rem;align-items:center;padding:4rem 1.5rem}.about-image img{width:100%;border-radius:1.5rem;display:block}.about-copy span{display:inline-block;margin-bottom:1rem;color:#10b981;letter-spacing:.12em;text-transform:uppercase;font-size:.85rem}.about-copy h2{margin:0 0 1.25rem;font-size:2rem}.about-copy p{margin:0 0 1rem;line-height:1.85;color:#4b5563}.highlight{color:#166534;font-weight:700}.feature-grid{font-size:clamp(2.6rem,4vw,4.4rem);line-height:1.02;color:#155724;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.feature-card{background:#f8fafc;border-radius:1.25rem;padding:1.75rem;text-align:center}.feature-icon{font-size:2rem;margin-bottom:1rem}.gallery-copy{max-width:760px;margin:0 auto 2rem;line-height:1.9;color:#4b5563}.gallery-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.gallery-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:1.25rem}.site-footer{padding:2rem 1.5rem 3rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;border-top:1px solid #e5e7eb;background:#f8fafc}.site-footer p{margin:0}.social-links{display:flex;flex-wrap:wrap;gap:.75rem}.social-links a{padding:.7rem 1rem;background:#fff;border:1px solid #d1d5db;border-radius:9999px;color:#0f172a}@media (max-width:900px){.about-section,.feature-grid,.gallery-list,.service-cards{grid-template-columns:1fr}.site-nav{justify-content:center}}@media (max-width:600px){.hero-section{padding-top:4rem}.hero-copy h1{font-size:2.5rem}}