header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease}header.sticky{box-shadow:0 4px 12px #0003}header .logo{display:flex;align-items:center}header .logo img{width:150px;filter:drop-shadow(0 0 4px #fff)}nav{flex-grow:1;display:flex;justify-content:center}nav ul{display:flex;gap:2rem;padding:0;margin:0;list-style:none;align-items:center;flex-wrap:wrap}nav ul li a{text-decoration:none;font-weight:700;font-size:1rem;color:#333;transition:color .3s ease,transform .3s ease}nav ul li a:hover{color:#0d5ef4;transform:scale(1.1)}header .social-media{display:flex;gap:1rem}header .social-media i{font-size:1.4rem;color:#333;transition:color .3s ease,transform .3s ease;padding:8px}header .social-media i:hover{color:#0d5ef4;transform:scale(1.1)}@media screen and (max-width: 768px){header{flex-direction:column;align-items:flex-start;padding:1rem}nav{width:100%;justify-content:flex-start}nav ul{flex-direction:column;gap:1rem}header .social-media{margin-top:1rem;justify-content:center;width:100%}}.menu-toggle{display:none;font-size:1.5rem;cursor:pointer;z-index:999}@media screen and (max-width: 768px){header{flex-wrap:wrap;position:relative}.menu-toggle{display:block;position:absolute;top:1.5rem;right:2rem}nav{display:none;width:100%;background-color:#fff;box-shadow:0 4px 12px #0000001a}nav.active{display:block}nav ul{flex-direction:column;padding:1rem;gap:1rem;align-items:flex-start}.social-media{width:100%;justify-content:center;margin-top:1rem}}.hero-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#e8f0ff,#f9fafe);display:flex;flex-direction:column}.hero-content{text-align:center;font-size:2rem;font-weight:700;color:#0d5ef4;margin-top:2rem;padding:1rem}@media screen and (max-width: 768px){.hero-content{font-size:1.5rem;padding:1rem 1.5rem}}.landing-page{font-family:Arial,sans-serif;color:#333}.hero-section{display:flex;flex-direction:column;align-items:center;padding:2rem;background:linear-gradient(to right,#0d5ef4,#478ee3);color:#fff;text-align:center}.hero-section .hero-img{max-width:100%;margin-top:1rem;border-radius:10px}.about-section{padding:2rem;background:#f8f8f8}.about-content{display:flex;gap:2rem;flex-wrap:wrap;align-items:center}.about-content img{max-width:300px;border-radius:10px}.group-section{padding:2rem;background:#fff;text-align:center}.group-blocks{display:flex;justify-content:space-around;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.group-card{background:#f0f6ff;padding:1rem;border-radius:10px;width:280px;box-shadow:0 0 10px #0000000d}.group-card img{width:100%;border-radius:8px}.contact-section{background:#e0eaff;padding:2rem;text-align:center}footer{background:#0d5ef4;color:#fff;text-align:center;padding:1rem}@media screen and (max-width: 768px){.about-content{flex-direction:column;text-align:center}.group-blocks{flex-direction:column;align-items:center}}.about-section{padding:60px 20px;background-color:#f9f9f9}.about-content{display:flex;flex-direction:row;align-items:center;max-width:1200px;margin:0 auto}.about-content h2{font-size:2em;margin-bottom:20px}.about-content p{font-size:1em;line-height:1.6;margin-bottom:10px}@media (max-width: 768px){.about-content{flex-direction:column}.about-content img,.about-content div{width:100%;margin:0}.about-content img{margin-bottom:20px}}.what-we-do-section{padding:60px 20px;background-color:#fff}.what-we-do-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;gap:40px;flex-wrap:wrap}.what-we-do-content>div{flex:1 1 500px}.what-we-do-content h2{font-size:2em;margin-bottom:20px}.what-we-do-content p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:16px}.about-img{flex:1 1 500px;min-height:300px;background-image:url(./ashok-sir-BHJli5Ag.jpg);background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:10px;box-shadow:0 4px 20px #0000001a}@media (max-width: 768px){.what-we-do-content{flex-direction:column-reverse;text-align:center}.about-img{width:100%;height:250px}.what-we-do-content h2{font-size:1.6em}}.group-section{padding:3rem 1.5rem;background-color:#f9f9f9;text-align:center}.group-section h2{font-size:2rem;margin-bottom:2rem;color:#000;font-weight:700;margin-bottom:20px}.group-blocks{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.group-card{background:#fff;border-radius:10px;box-shadow:0 6px 12px #0000000f;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;text-align:left}.group-card:hover{transform:translateY(-5px);box-shadow:0 10px 18px #0000001a}.group-card img{width:100%;height:180px;object-fit:cover}.group-card h3{font-size:1.2rem;color:#000;margin:1rem}.group-card p{font-size:.95rem;color:#555;margin:0 1rem 1.5rem}.group-card a{text-decoration:none;color:inherit;display:block;height:100%}*{margin:0%;box-sizing:border-box;font-family:sans-serif;text-decoration:none}.hero-container{background:rgba(rgb(54,49,49),rgb(31,34,31),rgb(41,41,43),alpha);background-repeat:no-repeat;position:relative;width:100%;height:100%}.hero-content h1{font-size:4rem}.hero-content p{font-weight:500;margin-top:1rem}
