/* TaxIndia.ai - Professional Stylesheet */
 :root {
     --primary-navy:#1a1f36;
     --primary-blue:#2d3561;
     --accent-gold:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
     --accent-green:#0b8457;
     --white:#fff;
     --gray-50:#f8f9fa;
     --gray-100:#f1f3f5;
     --gray-200:#e9ecef;
     --gray-300:#dee2e6;
     --gray-400:#ced4da;
     --gray-500:#adb5bd;
     --gray-600:#6c757d;
     --gray-700:#495057;
     --gray-800:#343a40;
     --gray-900:#212529;
     --font-serif:'IBM Plex Serif',Georgia,serif;
     --font-sans:'IBM Plex Sans',-apple-system,sans-serif;
}
 *, *::before, *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
}
 html {
     font-size: 16px;
     scroll-behavior: smooth;
}
 body {
     font-family: var(--font-sans);
     line-height: 1.6;
     color: var(--gray-800);
     background: var(--white);
}
 :root {
     --orange: #0e4548;
     --dark: #1a1a2e;
     --gray-text: #2e2e2e;
     --light-bg: #f8f8f8;
     --white: #ffffff;
     --shadow-sm: 0 2px 12px rgba(0,0,0,0.07);
     --shadow-md: 0 8px 30px rgba(0,0,0,0.10);
     --transition: all 0.22s ease;
}
 h1, h2, h3, h4, h5, h6 {
     font-family: var(--font-serif);
     font-weight: 600;
     line-height: 1.3;
     color: var(--primary-navy);
     margin-bottom: 1rem;
}
 h1 {
     font-size: 2.75rem;
}
 h2 {
     font-size: 2.25rem;
}
 h3 {
     font-size: 1.75rem;
}
 h4 {
     font-size: 1.375rem;
}
 p {
     margin-bottom: 1rem;
}
 a {
     color: var(--primary-blue);
     text-decoration: none;
     transition: color .3s;
}
 a:hover {
     color: var(--accent-gold);
}
 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
}
 .header {
     position: sticky;
     top: 0;
     background: var(--white);
     border-bottom: 1px solid var(--gray-200);
     z-index: 1000;
     box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
 .navbar {
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 1rem 0;
}
 .logo {
     display: flex;
     align-items: center;
     gap: .5rem;
     font-family: var(--font-serif);
     font-size: 1.5rem;
     font-weight: 600;
}
 .logo-icon {
     font-size: 1.75rem;
     color: var(--accent-gold);
}
 .logo-text {
     color: #fff;
}
 .logo-text .accent {
     color: var(--accent-gold);
}
 .nav-menu {
     display: flex;
     list-style: none;
     gap: 2rem;
     margin: 0;
}
 .nav-menu a {
     color: var(--gray-700);
     font-weight: 500;
     padding: .5rem 0;
}
 .nav-menu a:hover, .nav-menu a.active {
     color: var(--primary-blue);
}
 .nav-actions {
     display: flex;
     align-items: center;
     gap: 1rem;
}
 .btn-link {
     color: var(--gray-700);
     font-weight: 500;
}
 .mobile-toggle {
     display: none;
     flex-direction: column;
     gap: 4px;
     background: 0 0;
     border: none;
     cursor: pointer;
     padding: .5rem;
}
 .mobile-toggle span {
     width: 24px;
     height: 2px;
     background: var(--gray-700);
     transition: .3s;
}
.btn-primary, .btn-secondary {
     display: inline-block;
     padding: .75rem 1.5rem;
     border-radius: 4px;
     font-weight: 500;
     text-align: center;
     cursor: pointer;
     border: 1px solid transparent;
     transition: all .3s;
}
.btn-primary {
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    color: var(--white);
    border-color: #000;
}
 .btn-primary:hover {
     background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0); 
     color: var(--white);
     box-shadow: 0 4px 6px rgba(0,0,0,.07);
}
 .btn-secondary {
     background: 0 0;
     color: var(--primary-navy);
     border-color: var(--gray-300);
}
 .btn-secondary:hover {
     border-color: var(--primary-navy);
     background: var(--gray-50);
}
 .btn-large {
     padding: 1rem 2rem;
     font-size: 1.125rem;
}
.hero {
     padding: 5rem 0 4rem; 
     position:absolute;
     width:100%;
}
 .hero-content {
     max-width: 575px;
}
 .hero-title {
     font-size: 3.5rem;
     line-height: 1.2;
     margin-bottom: 1.5rem;
     color: var(--primary-navy);
}
 .hero-subtitle {
     font-size: 1.25rem;
     color: var(--gray-700);
     line-height: 1.7;
     margin-bottom: 2rem;
}
.hero-stats-bar {
    display: flex;
    gap: 1rem;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
    margin: 4rem 0;
    background: #f1f1f1;
}
 .stat-item {
     flex: 1;
     text-align: center;
}
.stat-value {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
}
.stat-label {
    font-size: .875rem;
    color: #000;
}
.stat-divider {
    width: 1px;
    background: #000;
}
 .hero-actions {
     display: flex;
     gap: 1rem;
     flex-wrap: wrap;
     margin: 2rem 0;
}
 .trust-line {
     font-size: .875rem;
     color: var(--gray-600);
     margin-top: 1.5rem;
}
 .trust-icon {
     margin-right: .25rem;
}
 .section-intro {
     text-align: center;
     margin-bottom: 3rem;
}
 .section-intro.centered {
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
}
 .section-label {
     display: inline-block;
     background: var(--accent-gold);
     color: #fff;
     padding: .5rem 1rem;
     border-radius: 20px;
     font-size: .875rem;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: .5px;
     margin-bottom: 1rem;
}
 .section-desc {
     font-size: 1.125rem;
     color: var(--gray-600);
}
.platform-preview {
    padding: 5rem 0; 
    position:relative;
    overflow:hidden;
}
 .capabilities-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
     gap: 2rem;
}
 .capability-card {
     /*background: linear-gradient(180deg, #ffffff00, #efefef);*/
     padding: 1rem; 
     border-radius: 8px;
     transition: all .3s;
     padding:0;
     position: relative;
}
 .capability-card img {
     border-radius:5px;
 }
 .capability-card:hover {
     /*border-color: var(--accent-gold);*/
     transform: translateY(-4px);
     /*box-shadow: 0 10px 20px rgba(0,0,0,.1);*/
}
 .capability-card.featured {
     border-color: #76a0a7;
}
 .featured-badge {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
}
.capability-header {
    text-align: center;
    margin: 1.2rem 0 1rem 0;
}
.capability-header h3 {font-size:1.3rem;}
.capability-icon {
    position: absolute;
    background: #212028;
    top: 200px;
    width: 70px;
    height: 70px;
    z-index: 9999999;
    border-radius: 10px;
    font-size: 30px;
    left: 32px;
    text-align: center;
    line-height: 66px;
    color: #FFF;
}
 .capability-features {
     list-style: none;
     margin: 1.5rem 0;
}
.capability-features li {
    padding: .5rem 0 .5rem 1.5rem;
    position: relative;
    border-bottom: dotted 1px #dfdfdf;
}
 .capability-features li::before {
     content: "✓";
     position: absolute;
     left: 0;
     color: var(--accent-green);
     font-weight: 700;
}
 .capability-link {
    color: #ffffff;
    font-weight: 500;
    background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    width: 100%;
    /*display: block;*/
    text-align: center;
    border-radius: 5px;
    padding: 8px;
}
.capability-link:hover {
    color: #ffffff;
    background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
}
 .why-different {
     padding: 5rem 0;
     background: var(--gray-50);
}
 .why-content {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 4rem;
     align-items: center;
}
 .lead-text {
     font-size: 1.125rem;
     line-height: 1.7;
     color: var(--gray-700);
     margin-bottom: 2rem;
}
 .differentiators {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
     margin-top: 2rem;
}
 .diff-item {
     display: flex;
     gap: 1rem;
}
 .diff-icon {
     flex-shrink: 0;
     width: 30px;
     height: 30px;
     background: var(--accent-green);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
}
 .comparison-box {
     background: #fff;
     padding: 2rem;
     border-radius: 8px;
     box-shadow: 0 4px 6px rgba(0,0,0,.05);
}
 .comparison-item {
     padding: 1.5rem;
     margin-bottom: 1rem;
     border-radius: 6px;
}
 .comparison-item.negative {
     background: #fff5f5;
     border-left: 4px solid #ef4444;
}
 .comparison-item.positive {
     background: #f0fdf4;
     border-left: 4px solid var(--accent-green);
}
 .comparison-item ul {
     list-style: none;
     margin-top: .5rem;
}
 .comparison-item ul li {
     padding: .25rem 0;
}
 .target-users {
     padding: 5rem 0;
}
 .users-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
     gap: 2rem;
}
 .user-card {
     text-align: center;
     padding: 2rem;
     background: #fff;
     border: 1px solid var(--gray-200);
     border-radius: 8px;
}
 .user-icon {
     font-size: 3rem;
     margin-bottom: 1rem;
}
 .social-proof {
     padding: 5rem 0;
     background: var(--gray-50);
}
 .testimonials {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(400px,1fr));
     gap: 2rem;
}
 .testimonial {
     background: #fff;
     padding: 2rem;
     border-left: 4px solid var(--accent-gold);
     box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
 .testimonial-quote {
     font-style: italic;
     color: var(--gray-700);
     margin-bottom: 1.5rem;
     line-height: 1.7;
}
 .testimonial-author strong {
     color: var(--primary-navy);
     display: block;
     margin-bottom: .25rem;
}
 .testimonial-author span {
     color: var(--gray-600);
     font-size: .875rem;
}
 .cta-section {
     background: #f4f6f6;
     color: #fff;
     padding: 5rem 0;
     text-align: center;
}
 .cta-content h2 {
     color: #fff;
     margin-bottom: 1rem;
}
 .cta-content p {
     color: rgb(34 34 34);
     font-size: 1.125rem;
     margin-bottom: 2rem;
}
 .cta-section .btn-primary {
     background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
     border-color: var(--accent-gold);
}
 .cta-section .btn-primary:hover {
     background: #fff;
     color: var(--primary-navy);
}
 .cta-note {
     font-size: .875rem;
     margin-top: 1rem;
     opacity: .9;
}
 .page-header {
     padding: 4rem 0 3rem;
    background: linear-gradient(317deg, #00000024 0%, #9191916e 100%);
    color: #fff;
    text-align: center;
}
 .page-header h1 {
     color: #000;
     margin-bottom: .5rem;
}
 .page-header .subtitle {
     color: #000;
}
 .feature-section {
     padding: 5rem 0;
}
 .feature-section.alt-bg {
     background: var(--gray-50);
}
 .feature-layout {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 4rem;
     align-items: center;
}
 .feature-layout.reverse {
     direction: rtl;
}
 .feature-layout.reverse > * {
     direction: ltr;
}
 .feature-tag {
     display: inline-block;
     background: var(--accent-gold);
     color: #fff;
     padding: .5rem 1rem;
     border-radius: 20px;
     font-size: .875rem;
     font-weight: 600;
     margin-bottom: 1rem;
     text-transform: uppercase;
}
 .feature-intro {
     font-size: 1.125rem;
     color: var(--gray-700);
     margin-bottom: 2rem;
}
 .feature-highlights {
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
     margin: 2rem 0;
}
 .highlight-item h4 {
     margin-bottom: .5rem;
}
 .use-cases-box {
     margin-top: 2rem;
     padding: 1.5rem;
     background: var(--gray-50);
     border-radius: 8px;
}
 .use-case-tags {
     display: flex;
     flex-wrap: wrap;
     gap: .75rem;
     margin-top: 1rem;
}
 .use-case-tags span {
     background: #fff;
     padding: .5rem 1rem;
     border-radius: 20px;
     font-size: .875rem;
     border: 1px solid var(--gray-200);
}
 .demo-box {
     background: #fff;
     border: 1px solid var(--gray-200);
     border-radius: 8px;
     overflow: hidden;
     box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
 .demo-header {
     background: var(--gray-100);
     padding: 1rem;
     font-weight: 600;
     border-bottom: 1px solid var(--gray-200);
}
 .demo-content {
     padding: 1.5rem;
}
 .chat-message {
     padding: 1rem;
     margin-bottom: 1rem;
     border-radius: 6px;
}
 .chat-message.user {
     background: var(--gray-100);
     text-align: right;
}
 .chat-message.ai {
     background: #f0f9ff;
     border-left: 3px solid var(--primary-blue);
}
 .doc-item {
     padding: .75rem;
     margin-bottom: .5rem;
     background: var(--gray-50);
     border-radius: 4px;
}
 .analysis-output {
     margin-top: 1rem;
     padding: 1rem;
     background: #f0fdf4;
     border-left: 3px solid var(--accent-green);
     border-radius: 4px;
}
 .draft-preview {
     font-size: .875rem;
     line-height: 1.6;
}
 .draft-process {
     margin-top: 2rem;
}
 .process-steps-horizontal {
     display: flex;
     align-items: center;
     gap: 1rem;
     justify-content: space-between;
     margin-top: 1.5rem;
}
 .step-h {
     flex: 1;
     text-align: center;
}
 .step-num {
     width: 50px;
     height: 50px;
     background: var(--primary-navy);
     color: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: 700;
     font-size: 1.5rem;
     margin: 0 auto .5rem;
}
 .arrow-h {
     font-size: 2rem;
     color: var(--gray-400);
}
 .integration-section {
     padding: 5rem 0;
     background: var(--gray-50);
}
 .workflow-diagram {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 2rem;
     margin-top: 3rem;
}
 .workflow-step {
     flex: 1;
     text-align: center;
     padding: 2rem;
     background: #fff;
     border-radius: 8px;
}
 .workflow-icon {
     font-size: 3rem;
     margin-bottom: 1rem;
}
 .workflow-arrow {
     font-size: 2rem;
     color: var(--gray-400);
}
 .trust-hero {
     padding: 4rem 0 3rem;
     background: linear-gradient(317deg, #00000024 0%, #9191916e 100%);
     color: #fff;
     text-align: center;
}
 .trust-hero h1 {
     color: #000;
         font-size: 3rem;
}
 .trust-subtitle {
     font-size: 1.5rem;
    margin: 1rem 0;
    opacity: .95;
    font-weight: 500;
    color: #000;
}
 .trust-intro {
     max-width: 800px;
     margin: 1.5rem auto 0;
     line-height: 1.7;
     opacity: .9;
     color: #000;
}
.trust-navigation {
    padding: 3rem 0;
    background: #f6f6f8;
}
.trust-navigation h3 {
    font-size:1.4rem;
}
 .trust-nav-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
     gap: 1.5rem;
}
.trust-nav-card {
    display: flex;
    flex-direction: column;
    background: #ffffff78;
    padding: 2rem;
    border-radius: 30px;
    transition: all .3s;
    box-shadow: 0px 0px 20px #2a4b481f;
}
 .trust-nav-card:hover {
     border-color: var(--accent-gold);
     transform: translateY(-4px);
     box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
 .trust-nav-icon {
     font-size: 2.5rem;
     margin-bottom: 1rem;
}
.trust-section {
    padding: 4rem 0; 
}
#security-overview {
    background: #f5f4f6;
}
#certifications {
    background: #FFF;
}
 .trust-section.alt-bg {
     background: var(--gray-50);
}
 .trust-section-header {
     text-align: center;
     margin-bottom: 3rem;
}
 .trust-cards-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
     gap: 2rem;
}
 .trust-detail-card {
     background: #fff;
     padding: 2rem;
     border: 1px solid var(--gray-200);
     border-radius: 8px;
}
 .certifications-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
     gap: 2rem;
}
.cert-card {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
    border-radius: 25px;
    border: none;
    margin: 30px 15px 30px 15px;
    min-height: 330px;
}
 .cert-badge {
     display: inline-block;
     background: var(--accent-gold);
     color: #fff;
     padding: .5rem 1rem;
     border-radius: 20px;
     font-size: .875rem;
     font-weight: 600;
     margin-bottom: 1rem;
}
 .cert-link {
     color: var(--primary-blue);
     font-weight: 500;
     margin-top: 1rem;
     display: inline-block;
}
 .trust-content-layout {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 3rem;
}
 .trust-policy-item {
     margin-bottom: 2rem;
     padding-bottom: 2rem;
     border-bottom: 1px solid var(--gray-200);
}
 .trust-policy-item:last-child {
     border-bottom: none;
}
.trust-list {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
.trust-list li {
    padding: 0.5rem 0 .5rem 1.5rem;
    position: relative;
    border-bottom: dotted 1px #e3e3e3;
}
 .trust-list li::before {
     content: "✓";
     position: absolute;
     left: 0;
     color: #000;
     font-weight: 700;
}
 .trust-highlight-box {
    background: #e9ecef;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #000;
}
 .trust-policies {
     padding: 4rem 0;
     background: var(--gray-50);
}
 .policies-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
     gap: 1.5rem;
}
 .policy-link-card {
     display: flex;
     justify-content: space-between;
     align-items: center;
     background: #fff;
     padding: 1.5rem;
     border: 1px solid var(--gray-200);
     border-radius: 8px;
     transition: all .3s;
}
 .policy-link-card:hover {
     border-color: var(--accent-gold);
     transform: translateY(-2px);
}
 .policy-link-card .arrow {
     color: var(--accent-gold);
     font-size: 1.5rem;
}
 .trust-contact {
     padding: 4rem 0;
     text-align: center;
}
 .trust-contact-content {
     /*max-width: 800px;*/
     margin: 0 auto;
}
 .contact-options {
     display: grid;
     grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
     gap: 2rem;
     margin-top: 2rem;
}
 .contact-option {
     padding: 1.5rem;
     background: var(--gray-50);
     border-radius: 8px;
}
 .footer {
     background: #000;
     color: #fff;
     padding: 4rem 0 2rem;
}
 .footer-grid {
     display: grid;
     grid-template-columns: 2fr 1fr 1fr 1fr;
     gap: 3rem;
     margin-bottom: 3rem;
}
 .footer-logo {
     display: flex;
     align-items: center;
     gap: .5rem;
     margin-bottom: 1rem;
     font-family: var(--font-serif);
     font-size: 1.5rem;
     font-weight: 600;
}
 .footer-col p {
     color: rgba(255,255,255,.6);
     margin-bottom: 1rem;
}
 .footer-col h4 {
     color: #fff;
     margin-bottom: 1rem;
     font-size: 1.125rem;
     padding-left: 18px;
}
 .footer-col ul {
     list-style: none;
}
 .footer-col ul li {
     margin-bottom: .75rem;
}
 .footer-col ul li a {
     color: rgba(255,255,255,.6);
}
 .footer-col ul li a:hover {
     color: var(--accent-gold);
}
 .footer-bottom {
     padding-top: 2rem;
     border-top: 1px solid rgba(255,255,255,.1);
     text-align: center;
     color: rgba(255,255,255,.7);
}
 .footer-bottom p {
     margin: .5rem 0;
}
 .content-section {
     padding: 4rem 0;
     min-height: 50vh;
}
/* ===== NAVBAR ===== */
 .custom-navbar {
     background: #fffefb;
     box-shadow: var(--shadow-sm);
     padding: 0;
     position: sticky;
     top: 0;
     z-index: 1050;
}
 .custom-navbar .container {
     display: flex;
     align-items: center;
}
/* Brand / Logo */
 .navbar-brand {
     font-size: 1.7rem;
     font-weight: 800;
     color: var(--dark) !important;
     letter-spacing: -0.5px;
     padding: 18px 0;
     text-decoration: none;
}
 .navbar-brand span {
     color: #000;
}
/* Nav links */
.navbar-nav .nav-link {
     font-size: 0.95rem;
     font-weight: 600;
     color: var(--gray-text) !important;
     padding: 24px 16px;
     letter-spacing: 0.01em;
     transition: var(--transition);
     display: flex;
     align-items: center;
     gap: 5px;
     white-space: nowrap;
}
 .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active-link {
     color: #50565d !important;
}
/* Chevron icon for nav links */
 .navbar-nav .nav-link .chev {
     font-size: 0.7rem;
     transition: transform 0.2s ease;
     display: inline-block;
     margin-left: 2px;
}
/* ===== DROPDOWN MENU ===== */
 .dropdown-menu {
     border: none;
     border-radius: 4px;
     box-shadow: var(--shadow-md);
     padding: 8px 0;
     min-width: 200px;
     margin-top: 0 !important;
     background: var(--white);
     animation: fadeInDrop 0.18s ease;
}
 @keyframes fadeInDrop {
     from {
         opacity: 0;
         transform: translateY(6px);
    }
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
 .dropdown-item {
     font-size: 0.93rem;
     font-weight: 500;
     color: var(--gray-text);
     padding: 10px 22px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     transition: var(--transition);
     background: transparent;
     letter-spacing: 0.01em;
}
 .dropdown-item:hover, .dropdown-item:focus {
     background: transparent;
     color: #50565d !important;
}
 .dropdown-item .item-chev {
     font-size: 0.75rem;
     color: #bbb;
     transition: var(--transition);
}
 .dropdown-item:hover .item-chev {
     color: var(--orange);
}
/* Active item highlight (orange like in screenshot) */
 .dropdown-item.active-item {
     color: var(--orange) !important;
}
 .dropdown-item.active-item .item-chev {
     color: var(--orange);
}
/* ===== SUBMENU ===== */
 .dropdown-submenu {
     position: relative;
}
 .dropdown-submenu > .dropdown-menu {
     top: 0;
     left: 100%;
     margin-left: 2px;
     display: none;
}
 .dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu.show > .dropdown-menu {
     display: block;
}
/* right arrow for submenu trigger */
 .dropdown-submenu > .dropdown-item .sub-arrow {
     font-size: 1rem;
     color: var(--orange);
     font-weight: 700;
     margin-left: auto;
}
/* ===== HOVER OPEN on DESKTOP ===== */
.mx-background-top-linear {
    background: -webkit-linear-gradient(45deg, #1f1e26 64%, #f4f4f4 55%);
    background: -webkit-linear-gradient(left, #1f1e26 64%, #f4f4f4 55%);
    background: linear-gradient(45deg, #1f1e26 64%, #d1d1d1 55%);
}
.header-left {
    /* background: #0c4a4e; */
    color: #fff;
    padding: 8px 0;
    flex: 1;
}
.header-right {
    /* background: #d6bd95; */
    padding: 8px 0;
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-right a {
    text-decoration: none;
    color: #1f1e26;
    font-weight: 600;
}
.header-right i {
    margin-right: 5px;
    font-weight: 600;
}

.services-one__shape-bg {
    background-image: url(../images/platform-preview.jpg);
    position: absolute;
    top: 0;
    left: 0;
    right: -30px;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center top;
    opacity: 0.05;
    mix-blend-mode: luminosity;
    background-size: 100%;
}

/***
=============================================
    Float Bob X Animation Css
=============================================
***/
@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


.ai-feature-section {
    background-color: #FFF !important;
}

.ai-feature-card {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 24px;
    padding: 1px;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

/* Gradient Border Effect on Hover (and Active for the first card) */
.ai-feature-card:hover{
    border-color: transparent;
    background-image: linear-gradient(#FFF, #FFF), radial-gradient(circle at top left, #FFF, #FFF);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transform: translateY(-5px);
}

/* Gradient Icon Box */
.ai-icon-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: white;
    font-size: 24px;
}
.ai-icon-circle img {
    filter: brightness(1) invert(1);
}

/* List Style Tweak */
.ai-feature-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
}
/*testimonial Section CSS*/
.testimonial-section{
background:#FFF;
}

.testimonial-section .ts-small-title{
font-weight:600;
font-size:14px;
}

.testimonial-section .ts-title{
font-size:40px;
font-weight:700;
margin-top:10px;
}

.testimonial-section .ts-review-btn {
background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
color:#fff;
padding:12px 22px;
border-radius:4px;
}
.testimonial-section .ts-review-btn:hover {
    background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
}

.testimonial-section .ts-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
margin:10px;
min-height:300px;
}

.testimonial-section .ts-header{
display:flex;
align-items:center;
gap:15px;
margin-bottom:15px;
}

.testimonial-section .ts-avatar{
width:55px;
height:55px;
border-radius:50%;
object-fit:cover;
}

.testimonial-section .ts-header h5{
margin:0;
font-size:18px;
font-weight:600;
}

.testimonial-section .ts-header span{
font-size:14px;
color:#777;
}

.testimonial-section .ts-text{
font-size:1rem;
color:#666;
line-height:1.7;
}

.testimonial-section .ts-stars{
color:#ff5a00;
font-size:16px;
letter-spacing:2px;
}

.testimonial-section .slick-slide{
padding:10px;
}


/* Scoped CSS to prevent conflicts */

.business-solutions-section{
background:#f4f6f6;
font-family:inherit;
}

.business-solutions-section .bss-card{
background:#ffffff;
padding:40px 30px;
border-radius:12px;
height:100%;
transition:0.3s;
}

.business-solutions-section .bss-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.06);
}

.business-solutions-section .bss-icon{
font-size:40px;
color:#2f8f8b;
margin-bottom:20px;
}

.business-solutions-section h4{
font-size:1.3rem;
font-weight:600;
margin-bottom:12px;
color:#1f2d2d;
}

.business-solutions-section p{
font-size:1rem;
color:#6c757d;
line-height:1.7;
}

/* center section */

.business-solutions-section .bss-center{
padding:40px 20px;
}

.business-solutions-section .bss-badge{
border:1px dashed #000;
color:#000;
padding:6px 14px;
font-size:12px;
border-radius:4px;
display:inline-block;
margin-bottom:20px;
text-transform:uppercase;
letter-spacing:1px;
}

.business-solutions-section .bss-center h2{
font-size:42px;
font-weight:600;
color:#1e2b2b;
margin-bottom:25px;
}

/* button */

.business-solutions-section .bss-btn{
background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
color:#fff;
padding:12px 26px;
border-radius:40px;
display:inline-flex;
align-items:center;
gap:10px;
text-decoration:none;
font-weight:500;
}

.business-solutions-section .bss-btn:hover{
background:linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
color:#fff;
}
.business-solutions-section .bss-arrow i {
    color:#000;
}

.business-solutions-section .bss-arrow{
background:#fff;
width:30px;
height:30px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
font-size:14px;
}

/* growth card */

.business-solutions-section .bss-growth-card{
/*background:url('../images/firm.jpg') center/cover no-repeat;*/
background:#f1f1f1;
border-radius:12px;
height:100%;
min-height:260px;
position:relative;
overflow:hidden;
}

.business-solutions-section .bss-overlay{
position:absolute;
inset:0;
background:#ebebeb;
}

.business-solutions-section .bss-growth-content{
position:relative;
z-index:2;
color:#fff;
padding:40px;
}

.business-solutions-section .bss-growth-icon{
width:60px;
height:60px;
background:#1f1f26;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
margin-bottom:15px;
}

/*.business-solutions-section .bss-growth-icon img {
filter: brightness(1) invert(1);
}*/

.business-solutions-section .bss-growth-content p{
margin:0;
opacity:.9;
}

.business-solutions-section .bss-growth-content h1 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 40px;
    color: #000;
}
.btn-light {
    background: #f1f1f1;
    color: #000000;
    display: inline-block;
    padding: .75rem 1.5rem;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .3s;
    border: solid 1px #f1f1f1;
}
.btn-light:hover {
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    color: #fff;
    border: solid 1px #000;
}
.text-green {
    color:#000 !important;
}
.text-golden {
    color:#b3b3b3 !important;
}
#faqAccordion .accordion-item {
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
}
#faqAccordion .accordion-button {
    background-color: #e9ecef;
    color: #000;
}
.l_pg_d_t {display:inline-block;}
.crsu-library-section {
    padding: 60px 0;
    background: #f4f6f9;
}

.section-title {
    font-weight: 700;
    font-size: 32px;
    color: #1b2a4e;
    margin-bottom: 30px;
}

/* Accordion Styling */
.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
}

.accordion-button {
    font-weight: 600;
    padding: 18px 20px;
    background: #e9ecef;
}

.accordion-button:not(.collapsed) {
    background: #e9ecef;
    box-shadow: none;color: #000;
}

.accordion-body {
    background: #fff;
    font-size: 1rem;
    color: #555;
}

.toggle-icon {
    margin-left: auto;
    font-size: 20px;
    transition: 0.3s;
}

.accordion-button.collapsed .toggle-icon {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .toggle-icon {
    transform: rotate(45deg);
}

/* Image */
.university-image img {
    width: 100%;
    border-radius: 20px;
}

/* =========================
   Scoped Blog Section CSS
   ========================= */
.law-blog-section {
    /*background: #f5f5f5;*/
}

/* Card */
.law-blog-section .law-card {
    background: #fff;
}

.law-blog-section .law-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Content */
.law-blog-section .law-content {
    padding: 20px;
        box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
}

.law-blog-section .law-category {
    font-size: 12px;
    letter-spacing: 1px;
    color: #c89b5e;
    font-weight: 600;
}

.law-blog-section .law-title {
    font-size: 28px;
    font-weight: 600;
    color: #0c2d48;
    margin: 10px 0;
}

/* Small posts */
.law-blog-section .law-small-post {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
    padding: 5px 10px;
}

.law-blog-section .law-thumb img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius:15px;
}

.law-blog-section .law-title-sm {
    font-size: 18px;
    font-weight: 600;
    color: #0c2d48;
    margin: 5px 0;
}

.law-blog-section .law-meta {
    font-size: 1rem;
    color: #555;
}
.compliance-card {
    text-align: center;
    padding: 32px 20px;
    background: #ffffff7a;
    border: 1px solid var(--border);
    border-radius: 14px;
    transition: all 0.3s;
    box-shadow: 0 0 40px rgb(4 61 117 / 17%);
    min-height: 235px;
    margin-bottom: 25px;
}
.compliance-card:hover { 
    border-color: rgba(59, 130, 246, 0.2);
    transform: translateY(-4px);
    box-shadow: 0 0 40px rgb(4 61 117 / 50%);
}
.compliance-card .big-icon {
    font-size: 2rem;
    margin-bottom: 14px;
}
.compliance-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 6px;
}
/*.compliance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}*/
.compliance-section .big-icon img {
	width:50px;
	height:50px;
}
.compliance-section {
    padding: 4rem 0;
    background: var(--gray-50);
}
.trusted {
    padding: 60px 0; 
    position: relative;
    z-index: 2;
}
.trusted p {
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 28px;
}
.trusted-logos {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    /*opacity: 0.6;*/
}
.trusted-logos span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
}
.draft-gst {
        background: #f4f6f9;
}
.fi-blue {
    background: #f4f4f4;
}
.fi-green {
    background: #f4f4f4;
}
.fi-amber {
    background: #f4f4f4;
}
.fi-purple {
    background: #f4f4f4;
}
.fi-red {
    background: #f4f4f4;
}
.fi-teal {
    background: #f4f4f4;
}
.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.cert-card.custom-cert-card {min-height:200px;}
/* Card */
.step-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
}

/* Gradient Number */
.step-number {
    /*font-size: 80px;
    font-weight: 700;
    background: linear-gradient(180deg, #7fc7c3, #cfe3e1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;*/
    font-size: 80px;
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-primary)), color-stop(90%, var(--tj-color-common-white)));
    background: linear-gradient(180deg, #000 0%, #ffffff 90%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* font-weight: var(--tj-fw-sbold); */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    margin-bottom: 16px;
}

/* Text */
.step-card p {
    color: #6c757d;
    font-size: 15px;
    margin-top: 10px;
}

/* Arrow circle */
.arrow-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #133f65;
    z-index: 2;
    border: 6px solid #e6eeee;
}

/* Second arrow */
.arrow-2 {
    left: 47.8%;
}
/* Third arrow */
.arrow-3 {
    left: 72.8%;
}
.arrow-circles {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 31%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #133f65;
    z-index: 2;
    border: 6px solid #e6eeee;
}
/* Second arrow */
.arrow-21 {
    left: 64.6%;
}

/* Responsive */
@media (max-width: 991px) {
    .arrow-circle {
        display: none !important;
    }

    .step-number {
        font-size: 60px;
    }
}
section.inner-content {
    background: #f3f4f8;
}

/* ===== Scoped Contact Section CSS ===== */
.contact-modern {
    background: #f7f7fb;
    padding: 60px 0;
    font-family: 'Segoe UI', sans-serif;
}

.contact-modern .contact-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #eee;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.contact-modern .contact-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-modern .icon-box {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 20px;
}

.contact-modern h6 {
    margin: 0;
    font-weight: 600;
}

.contact-modern p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Form */
.contact-modern .form-control,
.contact-modern .form-select {
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.contact-modern .form-control:focus,
.contact-modern .form-select:focus {
    border-color: #236169;
    box-shadow: none;
}

.contact-modern .form-label {
    font-weight: 500;
    font-size: 14px;
}

.contact-modern .btn-submit {
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
    border: none;
    padding: 14px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s;
}

.contact-modern .btn-submit:hover {
    opacity: 0.9;
    background: linear-gradient(rgb(48, 48, 61) 0%, rgb(20, 19, 23) 100%) rgba(0, 0, 0, 0);
}

.title {
  font-size: 3.0rem;
  font-weight: 700;
}

.title span {
  color: #888;
}

.stats h4 {
  font-weight: bold;
}

.stats p {
  margin: 0;
  font-size: 14px;
}
.compliance-card h4 a {color:#000;}
.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #000;
}
.story-text p {
    font-size: 1.1rem;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
.about-principles {
    padding: 80px 0;
    background: white;
}
.principles-intro {
    font-size: 1.2rem;
    color: #4b5563;
    text-align: center;
    margin: 1.5rem auto 3rem;
   /* max-width: 800px; */
   text-align:left;
    line-height: 1.7;
}
.principles-grid {
    display: grid;
    gap: 2.5rem;
    /*max-width: 1000px;*/
    margin: 0 auto;
}
.principle-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: start;
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.principle-card:hover {
    transform: translateY(-5px);

}
.principle-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), #8b5cf6);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.principle-number {
    width: 70px;
    height: 70px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.8rem;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
}
.principle-content h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
}
.principle-content p {
    color: #000;
    line-height: 1.8;
    font-size: 1.05rem;
}
.about-values {
    padding: 80px 0;
    background: #f9fafb;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.value-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
    transition: all .3s;
}
.value-card:hover {
    transform: translateY(-5px);

}
.value-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.value-card h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #000;
}
.value-card p {
    color: #000;
    line-height: 1.6;
}
.about-approach {
    padding: 80px 0;
}
.approach-content {
    /*max-width: 900px;*/
    margin: 0 auto;
}
.approach-steps {
    display: grid;
    gap: 2rem;
}
.approach-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    align-items: start;
}
.approach-number {
    width: 60px;
    height: 60px;
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.approach-info h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    color: #000;
}
.approach-info p {
    color: #000;
    line-height: 1.6;
    font-size: 1.05rem;
}
.about-expertise {
    padding: 80px 0;
    background: #f9fafb;
}
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.expertise-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
   transition: all .3s;
}
.expertise-item:hover {
    transform: translateY(-5px);

}
.expertise-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #000;
}
.expertise-item p {
    color: #000;
    line-height: 1.6;
}
.about-commitment {
    padding: 80px 0;
}
.commitment-box {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.commitment-box h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}
.commitment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.commitment-item {
    background: #f9fafb;
    padding: 2rem;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 5px 20px rgb(30 91 97 / 19%);
}
.commitment-item h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #000;
}
.commitment-item p {
    color: #000;
    line-height: 1.6;
}
section.about-story {
    padding-top: 80px;
}
.content-section ul, .content-section ol, .content-section p {margin-bottom:0;}
.required {color:#ff0000;}
.custom-term-policy {background:#fff;}