body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background-color:#000;display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 20px;position:relative}.logo-container{display:inline-block;position:relative}.navbar-logo-image{height:auto;width:100px}.trademark-symbol{color:#fff;font-size:15px;position:absolute;right:0;top:0}.navbar-links{display:flex;gap:20px}.navbar-link{color:#fff;font-size:16px;text-decoration:none}.hamburger{cursor:pointer;display:none;flex-direction:column;padding:10px}.bar{background-color:#7fffd4;height:3px;margin:4px 0;transition:.4s;width:25px}@media (max-width:768px){.hamburger{display:flex}.navbar-links{display:none;flex-direction:column;margin-top:10px;width:100%}.navbar-links.active{display:flex}.navbar-link{border-bottom:1px solid #ccc;padding:10px 0;width:100%}.navbar-logo-image{width:80px}}.home-container{background-color:#f7f9fb;box-sizing:border-box;color:#444;font-family:Arial,sans-serif;margin:0;padding:0}.home-banner{height:450px;overflow:hidden;position:relative;width:100%}.banner-image{display:block;height:155%;object-fit:cover;object-position:center;width:100%}.banner-text-overlay{background:#00000080;border-radius:8px;bottom:40px;color:#fff;left:50%;padding:20px 30px;position:absolute;text-align:center;transform:translateX(-50%)}.banner-text-overlay h1{color:#fc0;font-size:2.5rem;font-weight:700;margin:0}.banner-text-overlay p{color:#fff;font-size:1.2rem;font-weight:400;margin-top:10px}.about-container{display:flex;flex-wrap:wrap;margin:0 auto;padding:40px}.about-heading{align-items:center;background:linear-gradient(to bottom right,#f0f4ff,#dbe5f5);display:flex;flex:1 1;justify-content:center;min-width:250px;padding:20px}.about-heading h2{color:#1f1f91;font-size:3rem;line-height:1.2;text-align:center}.about-text{background-color:#f5f5f5;flex:2 1;min-width:300px;padding:20px;text-align:justify}@media (max-width:768px){.about-container{flex-direction:column;text-align:center}.about-text{text-align:justify}}#ourteam{background-color:#ecf0f1;padding:40px 20px}#practice{background-color:#bdc3c7;padding:40px 20px}#contact{background-color:#7f8c8d;color:#fff;padding:40px 20px}@media (max-width:768px){.about-container{flex-direction:column;margin:20px 10px;padding:20px 15px}.about-heading,.about-text{padding:0;width:100%}.about-heading h2{font-size:2.5em;margin-bottom:15px;text-align:center}.about-text p{font-size:1em;text-align:justify}#contact,#ourteam,#practice{padding:30px 15px}}.slideshow-container{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;background:linear-gradient(to bottom right,#eef3fd,#d6e2fa);height:500px;justify-content:center;max-height:500px;overflow:hidden}.slideshow,.slideshow-container{display:flex;position:relative;width:100%}.slideshow{height:100%;transition:transform .5s ease-in-out}.slide{height:100%;min-width:100%;position:relative;transition:opacity .5s ease-in-out}.slide img{border-radius:10px;height:100%;object-fit:contain;object-position:center;width:100%}.slide:not(.active){opacity:0}.controls{bottom:20px;box-sizing:border-box;display:flex;justify-content:space-between;padding:0 30px;position:absolute;width:100%;z-index:10}.controls button{background-color:#0006;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:24px;padding:10px 15px;transition:background-color .3s,transform .3s}.controls button:hover{background-color:#0009;transform:scale(1.1)}.slide.next{transform:translateX(100%)}.slide.prev{transform:translateX(-100%)}.slide.active{position:absolute;transform:translateX(0);z-index:1}.disclaimer-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.container{background-color:#0a2c4d;margin:auto;max-width:1200px;padding:40px;position:relative;z-index:1}.team-heading{color:#f0f8ff;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-align:center}.grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding-bottom:20px}.card{background:linear-gradient(to bottom right,#eef3fd,#d6e2fa);border-radius:12px;box-shadow:0 0 12px #00000014;cursor:pointer;padding:20px;text-align:center;transition:.3s ease}.card:hover{transform:translateY(-5px)}.card:hover .card-name{color:#b34700}.photo-placeholder img{border-radius:10px;height:250px;object-fit:cover;width:100%}.card-name{color:#0a2c4d;font-size:1.1rem;font-weight:700;margin-top:10px;transition:color .3s ease}.card-designation{color:#474343;font-size:.95rem;font-weight:700;margin-top:4px}.modal{align-items:center;background:#0009;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background:#fff;border-radius:10px;flex-direction:column;max-height:100%;max-width:1000px}.modal-body,.modal-content{display:flex;overflow:hidden;width:100%}.modal-body{flex:1 1;flex-direction:row;justify-content:flex-start;min-height:0}.modal-left{align-items:center;background-color:#f1f5f9;display:flex;flex:0 0 300px;flex-direction:column;justify-content:center;overflow:hidden;padding:20px;text-align:center}.modal-left img{border-radius:10px;height:auto;max-height:250px;max-width:100%;object-fit:cover}.modal-left .quote{color:#b34700;font-size:1rem;font-style:italic;margin-top:10px;text-align:center}.modal-name-block{align-items:center;display:flex;flex-direction:column;margin-top:15px}.modal-name{color:#0a2c4d;font-size:1.3rem;font-weight:700;margin-bottom:4px}.modal-designation{color:#474343;font-size:.95rem;font-weight:700;margin-top:4px}.modal-linkedin{color:#0a66c2;margin-top:10px}.modal-right{background-color:#0a2c4d;color:#d6e2fa;flex:1 1;max-height:100%;overflow-y:auto;padding:20px}.modal-right p{font-size:1rem;line-height:1.6;margin-bottom:1rem;text-align:justify}button{background:#666;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:20px;padding:8px 16px}body.modal-open{overflow:hidden}@media (max-width:768px){.modal-body{flex-direction:column;overflow-y:auto}.modal-left,.modal-right{max-height:none;text-align:center;width:100%}.modal{align-items:flex-start;overflow-y:auto}.modal-content{height:auto;max-height:none}.modal-right{overflow-y:visible}.modal-left{flex:none}}.consultation-container{align-items:center;background-color:#f8f9fa;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:20px}.consultation-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:row;overflow:hidden;width:70%}.visit-us-section{margin:20px 0}.visit-heading{align-items:center;color:#1e3a5f;display:flex;font-size:1.4rem;font-weight:600;margin-bottom:10px}.visit-tile{background-color:#f4f8fc;border-left:5px solid #1e3a5f;border-radius:6px;box-shadow:0 2px 5px #0000000d;padding:15px 20px}.visit-detail{color:#474343;font-size:.95rem;font-weight:700;line-height:1.5;margin:4px 0 10px}.visit-email{color:#1e3a5f;font-weight:500;text-decoration:none}.visit-email:hover{text-decoration:underline}.left-section{align-items:center;background:linear-gradient(to bottom right,#f0f4ff,#dbe5f5);color:#061f64;display:flex;flex-direction:column;justify-content:center;padding:20px;width:50%}.company-logo{height:80px;width:80px}.company-name{font-size:18px;font-weight:700;margin-top:10px}.right-section{padding:30px;width:100%}.form-title{color:#002856;font-size:22px;font-weight:700;margin-bottom:15px}.form-group{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.form-group input,.form-group select{color:#002856;flex:1 1}.form-group input,.form-group select,textarea{border:1px solid #ccc;border-radius:5px;font-size:14px;padding:10px;width:100%}textarea{height:150px;margin-bottom:15px;resize:vertical}.form-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-top:10px}.chat-button,.submit-button{border:none;border-radius:5px;cursor:pointer;font-size:14px;padding:10px 20px;transition:background-color .3s ease;width:auto}.submit-button{background-color:#000;color:#fff}.chat-button{background-color:#1f3d33;color:#fff}.chat-button:hover{background-color:#154028}.submit-button:hover{background-color:#333}@media screen and (max-width:1024px){.consultation-card{width:90%}.left-section{width:40%}.right-section{padding:25px;width:60%}.form-group{flex-direction:column}.chat-button,.submit-button{font-size:13px;padding:8px 15px}}@media screen and (max-width:768px){.consultation-card{flex-direction:column;width:95%}.left-section,.right-section{padding:20px;width:100%}.right-section{text-align:center}.form-title{font-size:20px}.form-actions,.form-group{flex-direction:column}.form-actions{gap:10px;margin-top:20px}.chat-button,.submit-button{width:100%}}@media screen and (max-width:480px){.consultation-card{border-radius:0;box-shadow:none;width:100%}.left-section{padding:15px}.company-logo{height:60px;width:60px}.company-name{font-size:16px}.right-section{padding:15px}.form-title{font-size:18px}.form-group input,.form-group select,textarea{font-size:13px;padding:8px}.chat-button,.submit-button{font-size:13px;padding:10px;width:100%}}.practice-container{background-color:#f5f8fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:40px auto;max-width:1280px;padding:20px}.practice-container h1{color:#2c3e91;font-size:2.8rem;font-weight:700;margin-bottom:50px;text-align:center}.practice-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.practice-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 4px 12px #0000000d;cursor:pointer;overflow:hidden;text-align:center;transition:all .3s ease-in-out}.practice-card:hover{background:linear-gradient(to bottom right,#eef3fd,#d6e2fa);box-shadow:0 10px 24px #0000001a;transform:translateY(-6px)}.practice-card p{color:#2a2e45;font-size:1.15rem;font-weight:600;padding:16px 12px;transition:color .3s ease}.practice-card:hover p{color:#2c3e91}.practice-image img{height:160px;object-fit:cover;width:100%}.practice-modal{align-items:center;background:#1e213ad9;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;top:0;width:100%;z-index:999}.practice-modal-content{animation:fadeIn .3s ease-in-out;background-color:#fff;border-radius:14px;box-shadow:0 12px 30px #0000004d;display:flex;flex-direction:column;max-height:95vh;max-width:1180px;overflow:hidden;width:96%}.practice-modal-body{display:flex;flex-direction:row;flex-wrap:nowrap;height:100%}.practice-modal-image{align-items:center;background:linear-gradient(to bottom right,#f0f4ff,#dbe5f5);border-right:1px solid #d0d9e3;display:flex;flex:1.2 1;flex-direction:column;justify-content:flex-start;min-width:250px;padding:30px 20px;text-align:center}.practice-modal-image img{border-radius:12px;box-shadow:0 2px 10px #0000001a;height:180px;margin-bottom:20px;object-fit:cover;width:180px}.practice-person-info h2{color:#1f3c88;font-size:1.7rem;margin:0;text-align:center}.practice-person-info p{color:#555;font-size:1rem;margin-top:6px;text-align:center}.practice-tile-right{color:#3c4b61;flex:2.5 1;overflow-y:auto;padding:30px 24px;text-align:justify}.practice-tile-right p{color:#3a4157;font-size:1.05rem;line-height:1.75;margin-bottom:20px;text-align:justify}.practice-tile-right::-webkit-scrollbar{width:6px}.practice-tile-right::-webkit-scrollbar-track{background:#f0f0f0}.practice-tile-right::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:6px}.practice-tile-right button{background-color:#2c3e91;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin:30px auto 0;padding:12px 26px;text-align:center;transition:background-color .3s ease}.practice-tile-right button:hover{background-color:#1c2969}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.practice-modal-body{flex-direction:column;padding:20px}.practice-modal-image{border-bottom:1px solid #e0e0e0;border-right:none;padding:20px 16px}.practice-modal-image img{height:140px;width:140px}.practice-tile-right{overflow-y:visible;padding:20px 16px}}@media (max-width:768px){.practice-modal{align-items:flex-start;padding:40px 16px 20px}.practice-modal-content{border-radius:12px;margin:0 auto;width:100%}.practice-modal-body{flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.practice-modal-image{align-items:center;border-bottom:1px solid #d0d9e3;border-right:none;display:flex;justify-content:center;padding:16px}.practice-modal-image img{border-radius:10px;height:120px;margin-top:0;object-fit:cover;width:120px}.practice-person-info h2{font-size:1.3rem;margin-top:10px;text-align:center}.practice-tile-right{max-height:none;overflow-y:visible;padding:16px;text-align:justify}.practice-tile-right p{font-size:1rem;line-height:1.6;text-align:justify}.practice-tile-right button{font-size:1rem;margin-top:20px;padding:12px;width:100%}}.blog-page-container{background:linear-gradient(180deg,#fff,#f1f4f9);display:flex;flex-direction:column;margin:0 auto;max-width:1200px;min-height:calc(100vh - 160px);padding:4rem 1.5rem 6rem}.blog-page-title{color:#0a2342;font-family:Playfair Display,serif;font-size:3rem;font-weight:800;margin-bottom:2.5rem;position:relative;text-align:center;text-shadow:0 2px 4px #0000000d}.blog-page-title:after{background-color:#0d47a1;border-radius:2px;content:"";display:block;height:4px;margin:1rem auto 0;width:60px}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.blog-card{background-color:#c2cedb;border:1px solid #e4e9f0;border-radius:12px;box-shadow:0 6px 16px #00000012;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{border-color:#c3dafe;box-shadow:0 10px 20px #0000001f;transform:translateY(-5px)}.blog-card img{background-color:#c2cedb;height:300px;object-fit:contain;width:100%}.blog-card-content{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:1.2rem 1rem}.blog-card h3{color:#1b3a57;font-size:1.3rem;font-weight:600;margin:0 0 .7rem}.blog-card p{color:#444;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:1rem;margin-left:1rem}.read-more{align-self:flex-start;border-bottom:2px solid #0000;color:#0d47a1;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s ease}.read-more:hover{border-bottom:2px solid #0d47a1}.blog-post-page{background-color:#fffefc;border-radius:10px;box-shadow:0 2px 8px #0000001a;color:#2c2c2c;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:2rem auto;max-width:1100px;padding:1rem 2rem}.blog-heading{color:#1b3a57;font-family:Merriweather,serif;font-size:2.5rem;font-weight:700;margin-bottom:1.8rem;text-align:center}.blog-post-image{border-radius:12px;box-shadow:0 4px 10px #0000001a;margin-bottom:1rem;overflow:hidden;width:100%}.blog-post-image img{border-radius:12px;display:block;height:auto;object-fit:contain;width:100%}.image-quote{background-color:#f4e7ff;border-left:6px solid #8e44ad;border-radius:6px;color:#6a4c93;font-family:Georgia,serif;font-size:1.1rem;font-style:italic;line-height:1.5;margin:0 0 2rem;padding:1.2rem 1.5rem;-webkit-user-select:text;user-select:text}.blog-post-content p{color:#444;font-size:1.125rem;font-weight:400;letter-spacing:.015em;line-height:1.7;margin-bottom:1.5rem;text-align:left}.blog-quote{background-color:#dbe9f4;border-left:6px solid #369;border-radius:8px;color:#2d4059;font-family:Georgia,serif;font-style:italic;margin:2.5rem auto 2rem;padding:1.2rem 1.8rem;text-align:center}.closing-note{background-color:#def1ed;border-radius:6px;box-shadow:0 1px 4px #20756726;color:#207567;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:600;margin:0 auto 2rem;padding:1rem 1.2rem;text-align:left}@media (max-width:768px){.blog-post-page{padding:1rem 1.2rem}.blog-heading{font-size:2rem}.blog-post-content p,.image-quote{font-size:1rem}.blog-quote,.image-quote{padding:1rem 1.2rem}.blog-quote{font-size:1.1rem;max-width:100%}.closing-note{max-width:100%;padding:.8rem 1rem}.blog-page-title{font-size:2rem}}@media (max-width:480px){.blog-heading{font-size:1.6rem}.blog-post-content p,.image-quote{font-size:.95rem}}
/*# sourceMappingURL=main.1e4ff6e8.css.map*/