@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:.5rem 0;background:transparent;color:#fff}.header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);padding:.25rem 0;color:var(--color-primary)}.header-container{display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;text-decoration:none}.header-logo-container{position:relative;width:19rem;height:4rem;display:flex;align-items:center;justify-content:flex-start;transition:opacity .3s ease}.logo-link:hover .header-logo-container{opacity:1}.header-logo-image{position:absolute;top:50%;left:0;transform:translateY(-50%);width:250px;max-width:none;height:auto;object-fit:contain;object-position:left;pointer-events:none;transition:width .3s ease,filter .3s ease;filter:brightness(0) invert(1)}.header.scrolled .header-logo-image{width:200px;filter:none}.logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:inherit;text-transform:uppercase}.desktop-nav{display:none}.nav-list{display:flex;gap:2rem}.nav-link{font-size:.95rem;font-weight:500;color:inherit;opacity:.8;transition:opacity .2s;position:relative}.nav-link:hover,.nav-link.active{opacity:1}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background-color:currentColor;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.header-actions{display:flex;align-items:center;gap:1rem}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.mobile-menu-btn{background:none;border:none;cursor:pointer;color:inherit;display:block}.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff;color:var(--color-primary);padding:6rem 2rem;transition:right .3s ease-in-out;z-index:-1}.mobile-nav.open{right:0}.mobile-nav-list{display:flex;flex-direction:column;gap:1.5rem;text-align:center}.mobile-nav-link{font-size:1.5rem;font-family:var(--font-serif);font-weight:600}.btn-full{width:100%}@media(min-width:1024px){.desktop-nav{display:block}.mobile-menu-btn,.mobile-nav{display:none}}.footer{background-color:var(--bfsi-dark);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo-link{display:flex;align-items:center;margin-bottom:1.5rem;text-decoration:none}.footer-logo-svg{height:60px;width:auto;color:#fff;display:block}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#fff}.footer-desc{color:var(--color-text-light);font-size:.95rem}.footer-links h4,.footer-contact h4{color:var(--bfsi-accent-light);font-size:1.1rem;margin-bottom:1.5rem;font-family:var(--font-sans)}.footer-links ul{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--color-text-light);font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#fff}.footer-contact p{color:var(--color-text-light);margin-bottom:.5rem}.contact-info{margin-top:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:var(--color-text-muted)}.legal-links a:hover{color:#fff}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;color:#fff;padding:var(--spacing-xl) 0}.hero-full{min-height:90vh}.hero-auto{min-height:60vh}.hero-content{position:relative;z-index:2;width:100%}.hero-center{text-align:center;justify-content:center}.hero-center .hero-content{display:flex;flex-direction:column;align-items:center}.hero-left{text-align:left}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:var(--spacing-sm);color:#fff;max-width:20ch;line-height:1.1}.hero-subtitle{font-size:1.25rem;color:var(--color-text-light);max-width:60ch;margin-bottom:var(--spacing-md);line-height:1.6}.hero-actions{display:flex;gap:var(--spacing-sm)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-full{min-height:80vh}}.card{background-color:#fff;border-radius:var(--radius-sm);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,0,0,.05);height:100%;display:flex;flex-direction:column}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.card-image{height:200px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.card:hover .card-image img{transform:scale(1.05)}.card-body{padding:2rem;flex:1;display:flex;flex-direction:column}.card-icon{color:var(--bfsi-accent);margin-bottom:1.5rem}.card-title{font-size:1.5rem;margin-bottom:1rem;font-family:var(--font-serif);color:var(--bfsi-primary)}.card-desc{color:var(--bfsi-slate);margin-bottom:2rem;font-size:.95rem;flex:1}.card-link{color:var(--bfsi-primary);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s ease}.card:hover .card-link{gap:.75rem}.stats-section{padding:var(--spacing-lg) 0;border-bottom:1px solid rgba(255,255,255,.1)}.stats-grid{text-align:center}.stat-item{display:flex;flex-direction:column;gap:var(--spacing-xs);position:relative}.section-header{margin-bottom:var(--spacing-lg)}.section-footer{margin-top:var(--spacing-lg)}.insight-content{padding:var(--spacing-md)}.stat-number{font-size:2.5rem;font-weight:700;font-family:var(--font-serif);color:var(--bfsi-accent)}.stat-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;opacity:.8}.rounded-img{border-radius:var(--radius-sm);width:100%}.shadow-lg{box-shadow:var(--shadow-lg)}.section-header{margin-bottom:4rem}.section-footer{margin-top:3rem}.center-text{margin:0 auto}.insight-content{padding:2rem}.category-tag{display:inline-block;padding:.25rem .75rem;background-color:var(--bfsi-grey);color:var(--bfsi-primary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;border-radius:var(--radius-sm)}.insight-meta{margin-top:1rem;margin-bottom:2rem;font-size:.875rem;color:var(--bfsi-slate)}.cta-section{background-color:var(--bfsi-primary);background-image:linear-gradient(#002d62e6,#002d62e6),url(https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?q=80&w=2070&auto=format&fit=crop);background-size:cover;background-attachment:fixed;padding:6rem 0}.text-white{color:#fff}.opacity-80{opacity:.8}.mb-md{margin-bottom:2rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.about-image img{height:100%;object-fit:cover;min-height:400px}.text-dark{color:var(--color-text-main);font-weight:500;margin-bottom:var(--spacing-sm)}.values-grid{column-gap:var(--spacing-lg);row-gap:var(--spacing-md)}.value-item{border-left:3px solid var(--bfsi-accent);padding-left:1.5rem}.value-title{font-family:var(--font-serif);font-size:1.5rem;color:var(--bfsi-primary);margin-bottom:.5rem}.gap-lg{gap:4rem}@media(max-width:768px){.values-grid{grid-template-columns:1fr}}.services-full-grid{row-gap:var(--spacing-md)}.service-card-lg{padding:var(--spacing-sm)}.centered-narrow{max-width:800px;margin:0 auto;text-align:center}.chart-container{background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);padding:var(--spacing-md);width:100%;max-width:800px;margin:0 auto}.chart-header{text-align:center;font-family:var(--font-serif);color:var(--bfsi-primary);margin-bottom:var(--spacing-sm)}.chart-svg{width:100%;height:auto;overflow:visible}.chart-point{transition:r .3s ease;cursor:pointer}.chart-point:hover{r:8}.chart-tooltip{opacity:0;transition:opacity .3s ease;pointer-events:none}.chart-tooltip.visible{opacity:1}.overline{text-transform:uppercase;font-size:.875rem;font-weight:600;letter-spacing:.1em;color:var(--bfsi-accent);display:block;margin-bottom:var(--spacing-xs)}.check-list{margin-top:var(--spacing-sm)}.check-list li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;font-weight:500}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--bfsi-accent);font-weight:700}.performance-chart-placeholder{height:300px;background:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:2rem;position:relative;overflow:hidden}.chart-label{position:absolute;top:50%;transform:translateY(-50%);color:var(--color-text-muted)}.chart-bars{display:flex;align-items:flex-end;gap:1rem;height:100%;width:60%;opacity:.2}.chart-bars div{flex:1;background-color:var(--bfsi-primary);border-radius:4px 4px 0 0}.filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.filter-btn{background:none;border:none;padding:.5rem 1rem;font-size:1rem;color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.filter-btn.active,.filter-btn:hover{color:var(--bfsi-primary);border-bottom-color:var(--bfsi-primary)}.insight-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:var(--radius-sm);overflow:hidden;transition:box-shadow .3s ease}.insight-card:hover{box-shadow:var(--shadow-md)}.insight-img-container{height:240px;overflow:hidden}.insight-img-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.insight-card:hover .insight-img-container img{transform:scale(1.05)}.insight-body{padding:var(--spacing-md)}.insight-cat{color:var(--bfsi-accent);text-transform:uppercase;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.75rem;display:block}.insight-title{font-size:1.5rem;margin-bottom:1rem;color:var(--bfsi-primary)}.insight-meta-row{font-size:.875rem;color:var(--color-text-muted);display:flex;justify-content:space-between;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:1rem}.subscribe-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.input-field{flex:1;padding:0 1rem;border:1px solid #ddd;border-radius:var(--radius-sm);font-family:var(--font-sans)}@media(max-width:768px){.subscribe-form{flex-direction:column}.input-field{padding:1rem}}.article-hero{height:60vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;color:#fff;padding-bottom:var(--spacing-lg)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);z-index:1}.article-hero-content{position:relative;z-index:2;width:100%}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#fffc;margin-bottom:var(--spacing-md);font-size:.9rem;font-weight:500}.back-link:hover{color:#fff}.article-badge{background:var(--bfsi-accent);color:var(--bfsi-primary);padding:.25rem .75rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-sm);display:inline-block;margin-bottom:var(--spacing-sm)}.article-title{font-size:3rem;max-width:25ch;margin-bottom:var(--spacing-sm);color:#fff}.article-meta{display:flex;gap:var(--spacing-md);font-size:.95rem;opacity:.9}.article-container{max-width:900px;margin-top:-4rem;position:relative;z-index:3;padding-bottom:var(--spacing-xl)}.article-wrapper{background:#fff;padding:var(--spacing-lg);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg)}.article-author{display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:var(--spacing-md);margin-bottom:var(--spacing-md)}.author-avatar{width:48px;height:48px;background:var(--bfsi-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-family:var(--font-serif)}.author-name{font-weight:700;color:var(--color-text-main)}.author-role{font-size:.85rem;color:var(--color-text-muted)}.share-actions{margin-left:auto}.share-btn{background:none;border:none;color:var(--color-text-muted);cursor:pointer;transition:color .2s}.share-btn:hover{color:var(--bfsi-primary)}.article-text{font-size:1.1rem;color:var(--color-text-main);line-height:1.8}.article-text p{margin-bottom:1.5rem}.lead-paragraph{font-size:1.35rem;font-weight:400;font-family:var(--font-serif);color:var(--bfsi-primary)}.article-text h3{margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem}blockquote{border-left:4px solid var(--bfsi-accent);padding-left:1.5rem;margin:2.5rem 0;font-style:italic;font-family:var(--font-serif);font-size:1.5rem;color:var(--bfsi-primary)}.article-cta{margin-top:var(--spacing-lg);border-radius:var(--radius-sm);padding:var(--spacing-md);text-align:center}@media(max-width:768px){.article-title{font-size:2rem}.article-wrapper{padding:var(--spacing-md)}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:var(--spacing-lg)}.project-card{position:relative;background:#fff;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.project-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.project-img-wrapper{position:relative;height:250px;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-badge{position:absolute;top:var(--spacing-sm);right:var(--spacing-sm);background:var(--bfsi-primary);color:#fff;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:600}.project-content{padding:var(--spacing-md)}.project-client{font-size:1.25rem;margin-bottom:var(--spacing-xs);color:var(--bfsi-dark)}.project-desc{color:var(--bfsi-text);margin-bottom:var(--spacing-md);font-size:.95rem;opacity:.9}.project-footer{display:flex;justify-content:flex-start}.read-more{display:flex;align-items:center;gap:.5rem;color:var(--bfsi-accent);font-weight:600;font-size:.9rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact-item{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-md)}.contact-icon{color:var(--bfsi-accent);margin-top:.25rem}.contact-item h3{font-size:1.1rem;margin-bottom:.25rem;color:var(--bfsi-dark)}.map-container{position:relative;border-radius:var(--radius-md);overflow:hidden;height:400px;background:#f0f0f0}.contact-form-wrapper{background:#fff;padding:var(--spacing-lg);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);border-top:5px solid var(--bfsi-primary)}.form-group{margin-bottom:var(--spacing-sm)}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:var(--radius-sm);font-family:var(--font-sans);font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--bfsi-primary)}.form-checkbox{display:flex;gap:.5rem;margin-bottom:2rem;align-items:flex-start}.form-checkbox input{margin-top:.25rem}.mb-md{margin-bottom:var(--spacing-md)}.mt-lg{margin-top:var(--spacing-lg)}:root{--color-primary: #0A192F;--color-secondary: #64FFDA;--color-text-main: #112240;--color-text-muted: #8892b0;--color-text-light: #ccd6f6;--color-background: #ffffff;--color-background-off: #f8f9fa;--color-background-dark: #020c1b;--bfsi-primary: #002D62;--bfsi-dark: #001f45;--bfsi-accent: #C5A065;--bfsi-accent-light: #E5C585;--bfsi-grey: #F2F4F8;--bfsi-slate: #475569;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--spacing-xxl: 8rem;--container-width: 1280px;--header-height: 80px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif: "Playfair Display", serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-background);overflow-x:hidden;width:100%}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}body{font-family:var(--font-sans);color:var(--color-text-main);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--bfsi-primary);line-height:1.2;margin-bottom:var(--spacing-sm)}h1{font-size:3.5rem;font-weight:700;letter-spacing:-.02em}h2{font-size:2.5rem;font-weight:600}h3{font-size:1.75rem;font-weight:600}p{margin-bottom:var(--spacing-sm);color:var(--bfsi-slate)}.text-lead{font-size:1.25rem;color:var(--bfsi-slate);max-width:65ch}.text-small{font-size:.875rem;color:var(--color-text-muted)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 var(--spacing-md)}.section{padding:var(--spacing-xl) 0}.section-bg-grey{background-color:var(--bfsi-grey)}.section-bg-dark{background-color:var(--bfsi-primary);color:#fff}.grid,.grid-2,.grid-3,.grid-4{display:grid;gap:var(--spacing-md)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}h1{font-size:2.5rem}.section{padding:var(--spacing-lg) 0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:var(--radius-sm);font-weight:500;transition:all .3s ease;cursor:pointer;border:1px solid transparent;font-family:var(--font-sans);font-size:1rem}.btn-primary{background-color:var(--bfsi-primary);color:#fff}.btn-primary:hover{background-color:var(--bfsi-dark);transform:translateY(-1px)}.btn-outline{background-color:transparent;border-color:var(--bfsi-primary);color:var(--bfsi-primary)}.btn-outline:hover{background-color:var(--bfsi-primary);color:#fff}.btn-white{background-color:#fff;color:var(--bfsi-primary)}.btn-white:hover{background-color:var(--bfsi-grey)}
