﻿html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0c2032;
    line-height: 1.5;

}

.inner-page {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #f8f9fa;
    color: #212529;
    line-height: 1.7;
}

.footer {
    background-image: url("/images/footerbackground.jpg");
    background-repeat:repeat;
    background-size:cover;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Crimson Pro";
    line-height: 1 !important;
}

.header-bg {
    background-image: url("/images/headerbackground.jpg");
}

.logobluecolor {
    color: #096bd8;
}

.graymenu {
    color: #c3c1c1;
    font-size: 17px;
    text-decoration: none;
}

.smallgray {
    color: #7c878f;
    font-size: 14px;
}

.verysmallgray {
    color: #6b757c;
    font-size: 13px;
}

.lightgraybox {
    background-color: #f2f2f2;
}

.blue1background {
    background-color: #0f4b7f;
}

.blue2background {
    background-color: #063a66;
}

.blue3background {
    background-color: #27557e;
}

.lightbluebackground {
    background-color: #d8e4f2;
}

.thinfont {
    font-weight: 200;
}


.feature-item {
    height: 100%;
    padding: 15px;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}

.feature-number {
    width: 48px;
    height: 48px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    flex-shrink: 0;
}

.feature-title {
    margin: 0;
    
}

.feature-text {
    margin: 0;  
    
}


.breadcrumb-section {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 40px 0; /* 👈 increased height */
    text-align: center;
}

.breadcrumb {
    justify-content: center; /* 👈 center breadcrumb */
    margin-bottom: 10px;
}

.about-image {
    border-radius: 12px;
    max-width: 100%;
}



/* Breadcrumb / Page Header */
.page-header {
    background-color: #ffffff;
    padding: 48px 0;
    border-bottom: 1px solid #e9ecef;
    text-align: center;
}

.breadcrumb {
    justify-content: center;
    margin-bottom: 12px;
}

/* Content */
.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.quote-box {
    border-left: 4px solid #0d6efd;
    padding-left: 20px;
    margin: 40px 0;
    font-style: italic;
    color: #495057;
}

.author {
    margin-top: 20px;
    font-weight: 600;
}

.muted-text {
    color: #6c757d;
}


.hero {
    background: linear-gradient(135deg, #ffffff, #f1f5f9);
    padding: 80px 0;
}

.badge-light {
    background-color: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
}

.download-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #e7f1ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e7f1ff;
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 12px;
    flex-shrink: 0;
}

iframe {
    border-radius: 16px;
    border: 0;
}

.blog-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

    .blog-card img {
        height: 200px;
        object-fit: cover;
    }

.sidebar-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    margin-bottom: 24px;
}

.blog-meta {
    font-size: 0.85rem;
    color: #6c757d;
}


.lightbluecolor {
    color: #50677c;
}

.captionfont {
    font-size: 18px;
}

.n-text {
    text-decoration: none;
    color: #0d6efd;
}



@media (max-width: 575.98px) {
    
}


@media (max-width: 767.98px) {
   
}


@media (max-width: 991.98px) {
    
}


@media (max-width: 1199.98px) {
    .logo-text
    {
        font-size:22px!important;
    }
    .logo {
    max-width:100px;
    }

    .pd-cust {
        padding-top: 25px !important;
    }
}


@media (min-width: 1200px) {

    .pd-cust {
        padding-top: 30px !important;
    }
    .logo {
        max-width: 130px;
    }

}






.hero {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}

    .hero::after {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(14,165,233,0.15), transparent 70%);
        top: -100px;
        right: -120px;
    }

.section {
    padding: 80px 20px;
}

.soft-card {
    background: white;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #e2e8f0;
    transition: 0.25s ease;
    height: 100%;
}

    .soft-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    }

.icon-box {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 14px;
}


.muted {
    color: #475569;
    line-height: 1.7;
}

.divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
    margin: 10px 0;
}

.values-header {
    text-align: center;
    margin-bottom: 50px;
}

.highlight {
    font-weight: 600;
    font-size: 1.05rem;
}

/* MISSION */
.mission-box {
    background: #0f172a;
    color: white;
    border-radius: 22px;
    padding: 55px;
}

    .mission-box p {
        color: #ffffff;
    }
.value-box {
    background: white;
    border-radius: 18px;
    padding: 30px;
    height: 100%;
    border: 1px solid #e2e8f0;
    transition: 0.25s ease;
}

    .value-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 18px 35px rgba(15, 23, 42, 0.08);
    }

.value-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0ea5e9;
    margin-bottom: 10px;
}

.value-box h6 {
    font-weight: 600;
    margin-bottom: 10px;
}

.value-box p {
    color: #475569;
    line-height: 1.7;
}


ul {
    padding-left: 20px;
    color: #444;
    line-height: 1.9;
}

.metrics {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-top: 25px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
    margin-top: 35px;
}

.card {
    background: #f8fafc;
    padding: 22px;
    border-radius: 12px;
    line-height: 1.6;
}

    .card strong {
        display: block;
        margin-bottom: 8px;
    }

.cta {
    margin-top: 30px;
    display: inline-block;
    padding: 14px 22px;
    background: #020617;
    color: white;
    text-decoration: none;
    border-radius: 10px;
}





/* Stat Cards */
.stat-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    
    box-shadow: var(--shadow-lg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow-xl);
    }

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-size: 1rem;
    opacity: 0.95;
    
}





/* Industry Overview Section */
.industry-overview {
    background-color: #ffffff;
    padding: 60px 0;
}

.overview-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    transition: all 0.3s ease;
    height: 100%;
}

    .overview-card:hover {
        border-color: #e5e7eb;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-3px);
    }

    .overview-card .icon-wrapper {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #2563eb, #3b82f6);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 1.5rem;
    }

    .overview-card h3 {
        color: #1f2937;
        font-weight: 700;
    }

    .overview-card p {
        color: #6b7280
        ;
        margin-bottom: 0;
        font-size: 0.95rem;
    }

/* Industry Solutions Section */
.industry-solutions {
    background-color: #ffffff;
    padding: 60px 0;
}

.solution-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .solution-card:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    }

.industry-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #096bd8, #3b82f6);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin-right:20px;
}

.solution-card h2 {
    color: #1f2937;
    font-weight: 800;
}

.detail-box {
    background: #f9fafb;
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

    .detail-box:hover {
        background: #f3f4f6;
        border-color: #e5e7eb;
    }

    .detail-box h4 {
        color: #1f2937;
        margin-bottom: 1rem;
        font-weight: 700;
    }

.roi-box {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #10b981;
}

    .roi-box:hover {
        background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    }

    .roi-box h4 {
        color: #047857;
    }

.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .custom-list li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 0.75rem;
        color: #1f2937;
        font-size: 0.95rem;
        line-height:1.4;
    }

        .custom-list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #2563eb;
            font-weight: bold;
            font-size: 1.1rem;
        }

.roi-box .custom-list li:before {
    color: #10b981;
}

/* Horizontal Cases Section */
.horizontal-cases {
    background-color: #f9fafb !important;
    padding: 60px 0;
}

.horizontal-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #1f2937;
    transition: all 0.3s ease;
    cursor: default;
}

    .horizontal-card:hover {
        border-color: #2563eb;
        background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
        transform: translateY(-3px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }

    .horizontal-card i {
        color: #2563eb;
        font-size: 1.2rem;
    }

/* How It Works Section */
.how-it-works {
    background-color: #ffffff;
    padding: 60px 0;
}

.step-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    transition: all 0.3s ease;
    height: 100%;
}

    .step-card:hover {
        border-color: #e5e7eb;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
    }

.step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto;
}

.step-card h3 {
    color: #1f2937;
    margin-top: 1.5rem;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0;
    color: white;
}

    .cta-section h2 {
        color: white;
        font-weight: 800;
        margin-bottom: 2rem;
    }

    .cta-section .btn-primary {
        background: white;
        color: #2563eb;
        border: none;
        font-weight: 700;
        font-size: 1.1rem;
        border-radius: 12px;
        transition: all 0.3s ease;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1)
        ;
    }

        .cta-section .btn-primary:hover {
            background: #f9fafb;
            transform: translateY(-3px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1)
            ;
        }

/* Footer */
.footer {
    background-color: #ffffff;
    border-top: 1px solid #e5e7eb;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        padding: 50px 0 40px;
    }

        .hero-section h1 {
            font-size: 2.5rem;
        }

    .stat-number {
        font-size: 2.5rem;
    }

    .solution-card {
        padding: 2rem;
    }

    .industry-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    .cta-section {
        padding: 60px 0;
    }

        .cta-section h2 {
            font-size: 2rem;
        }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .stat-card {
        padding: 2rem 1.5rem;
    }

    .solution-card {
        padding: 1.5rem;
    }

    .detail-box {
        padding: 1.25rem;
    }
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Print Styles */
@media print {
    .cta-section,
    .footer {
        display: none;
    }
}


/*case study page styles*/




.section-title {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 1rem;
}

.content-card {
       
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

    .content-card .card-header-custom {
        border-bottom: 1px solid var(--border);
        
        margin-bottom: 1.25rem;
    }

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent);
}

.lead-copy {
    color: #dbeafe;
    font-size: 1.1rem;
}

.bullet-list li {
    margin-bottom: 0.8rem;
}

.highlight-box {
    background: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
    border: 1px solid rgba(37, 99, 235, 0.12);
    border-radius: 1rem;
}

.results-table th {
    background: #eff6ff;
    color: var(--secondary);
    font-weight: 700;
}

.results-table td,
.results-table th {
    padding: 1rem;
    border-color: rgba(15, 23, 42, 0.08);
    vertical-align: middle;
}

.footer-note {
    color: var(--muted);
    font-size: 0.95rem;
}

.divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15,23,42,0.12), transparent);
    margin: 3rem 0;
}

.sticky-summary {
    position: sticky;
    top: 1.5rem;
}

@media (max-width: 991.98px) {
    .sticky-summary {
        position: static;
    }
}


/*case study legal AI powered legal advisor page style start here*/

/* ----------------------------------------------------------
   6. MAIN CONTENT AREA
   ---------------------------------------------------------- */
.main-content {
    padding: 36px 0 72px;
}

    .main-content .container {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

/* ----------------------------------------------------------
   7. CONTENT CARDS
   ---------------------------------------------------------- */
.content-card {
    background: #ffffff;
    border: 1px solid #e4e9f0;
    border-radius: 22px;
    padding: 40px 44px;
    box-shadow: 0 4px 24px rgba(11,34,64,0.05);
}

    .content-card p {
        font-size: 15.5px;
        color: #2c3e50;
        line-height: 1.78;
        margin-bottom: 18px;
    }

        .content-card p:last-child {
            margin-bottom: 0;
        }

/* Section titles (H2) */
.section-title {
    
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    color: #0b2240;
    margin-bottom: 20px;
    line-height: 1.25;
    letter-spacing: -0.2px;
}

/* Subsection titles (H3) */
.subsection-title {
    
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 600;
    color: #0d2d50;
    margin-bottom: 14px;
    margin-top: 32px;
    line-height: 1.3;
}

.section-gap {
    margin-top: 44px;
}

.subsection-lead {
    font-size: 15px;
    font-weight: 600;
    color: #2b6cb0;
    font-style: italic;
    margin-bottom: 14px !important;
}

/* ----------------------------------------------------------
   8. STYLED BULLET LISTS
   ---------------------------------------------------------- */
.styled-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px 4px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .styled-list li {
        font-size: 15.5px;
        color: #2c3e50;
        line-height: 1.7;
        padding-left: 22px;
        position: relative;
    }

        .styled-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #2b6cb0;
            opacity: 0.8;
        }

/* ----------------------------------------------------------
   9. COMPARISON TABLES
   ---------------------------------------------------------- */
.table-wrapper {
    overflow-x: auto;
    margin-top: 32px;
    margin-bottom: 8px;
    border-radius: 14px;
    border: 1px solid #dde6f0;
    box-shadow: 0 2px 12px rgba(11,34,64,0.05);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    min-width: 520px;
}

    .comparison-table thead tr {
        background: #0b2240;
    }

    .comparison-table thead th {
        padding: 14px 20px;
        text-align: left;
        color: #ffffff;
        font-weight: 600;
        font-size: 13.5px;
        letter-spacing: 0.4px;
        white-space: nowrap;
    }

        .comparison-table thead th:first-child {
            border-radius: 13px 0 0 0;
        }

        .comparison-table thead th:last-child {
            border-radius: 0 13px 0 0;
        }

    .comparison-table tbody tr {
        border-bottom: 1px solid #eaf0f8;
        transition: background 0.15s;
    }

        .comparison-table tbody tr:last-child {
            border-bottom: none;
        }

        .comparison-table tbody tr:hover {
            background: #f6faff;
        }

    .comparison-table tbody td {
        padding: 14px 20px;
        vertical-align: top;
        color: #2c3e50;
        font-size: 14.5px;
        line-height: 1.6;
    }

        .comparison-table tbody td:first-child {
            font-weight: 600;
            color: #0d2d50;
            background: #f8fafd;
            white-space: nowrap;
        }

.col-before {
    color: #6b7a8a;
}

.col-after {
    color: #1a7a4a;
    font-weight: 500;
}

/* ----------------------------------------------------------
   10. FEATURE CARDS (2-column blue tiles)
   ---------------------------------------------------------- */
.feature-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    margin-top: 24px;
}

.feature-card {
    background: #edf6fd;
    border: 1px solid #c8e1f5;
    border-radius: 18px;
    padding: 28px 28px 30px;
}

.feature-card-title {
    
    font-size: 17.5px;
    font-weight: 700;
    color: #0b2240;
    margin-bottom: 12px;
    line-height: 1.3;
}

.feature-card p {
    font-size: 14.5px !important;
    color: #2c3e50;
    line-height: 1.72 !important;
    margin-bottom: 10px !important;
}

.feature-card .styled-list {
    margin-top: 8px;
}

    .feature-card .styled-list li {
        font-size: 14.5px;
    }

/* ----------------------------------------------------------
   11. JOURNEY STEPS
   ---------------------------------------------------------- */
.journey-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 28px 0 36px;
}

.journey-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    background: #f6faff;
    border: 1px solid #dce9f8;
    border-radius: 16px;
    padding: 22px 20px;
}

.step-number {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0b2240;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.step-content h4 {
    
    font-size: 16px;
    font-weight: 700;
    color: #0b2240;
    margin-bottom: 6px;
}

.step-content p {
    font-size: 14px !important;
    color: #3a5070;
    line-height: 1.65 !important;
    margin-bottom: 0 !important;
}




/* ----------------------------------------------------------
   12. QUOTE / VISION CARD
   ---------------------------------------------------------- */
.quote-card {
    background: linear-gradient(140deg, #0b2240 0%, #0f3460 100%);
    border-color: #0f3460;
}

    .quote-card .section-title {
        color: #ffffff;
    }

.pull-quote {
    border-left: 4px solid #5bc4f5;
    padding: 6px 0 6px 28px;
    margin-top: 8px;
}

    .pull-quote p {
        
        
       
        color: rgba(255,255,255,0.92) !important;
        line-height: 1.7 !important;
        font-style: italic;
        margin-bottom: 18px !important;
    }

    .pull-quote footer {
        font-size: 14px;
        font-weight: 500;
        color: #5bc4f5;
        letter-spacing: 0.3px;
    }



/* ----------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS
   ---------------------------------------------------------- */

/* Tablet (≤ 960px) */
@media (max-width: 960px) {
    

    .feature-cards-grid {
        grid-template-columns: 1fr;
    }

    .journey-steps {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .content-card {
        padding: 32px 28px;
    }
}

/* Mobile (≤ 640px) */
@media (max-width: 640px) {
    

    .content-card {
        padding: 26px 20px;
        border-radius: 16px;
    }

    .section-title {
        font-size: 22px;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 12px 14px;
        font-size: 13px;
    }

    .pull-quote p {
        font-size: 16px !important;
    }

    
}

/* Very small screens (≤ 400px) */
@media (max-width: 400px) {
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .feature-card {
        padding: 22px 18px;
    }
}



/*case study legal AI powered legal advisor page style End here*/



/*case study Automated Financial Reporting & Credit Monitoring page style Start here*/


/* =====================================================
       QUOTE / TESTIMONIAL BLOCK
    ===================================================== */
.quote-block {
    background: linear-gradient(135deg, #edf4fd 0%, #e0ecf8 100%);
    border-left: 4px solid #1a6fd9;
    border-radius: 0 8px 8px 0;
    padding: 28px 32px;
    margin: 28px 0 0;
}

.quote-text {
    font-size: 16px;
    font-style: italic;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 14px;
}

    .quote-text::before {
        content: '\201C';
    }

    .quote-text::after {
        content: '\201D';
    }

.quote-attribution {
    font-size: 13px;
    font-weight: 600;
    color: #1a6fd9;
    letter-spacing: 0.2px;
}




/* =====================================================
       NUMBERED SUB-SECTIONS (Solution)
    ===================================================== */
.solution-block {
    margin-bottom: 28px;
}

    .solution-block:last-child {
        margin-bottom: 0;
    }

.solution-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1a6fd9;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    flex-shrink: 0;
}

.solution-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.solution-title {
    font-size: 16.5px;
    font-weight: 700;
    color: #1a1a2e;
}

.solution-body {
    font-size: 14.5px;
    line-height: 1.75;
    color: #4a4a4a;
    padding-left: 42px;
}

/*case study Automated Financial Reporting & Credit Monitoring page style end here*/


/*AI powered front office case study style starts here*/

/* ---------- Key Capabilities Grid ---------- */
.capabilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
}

.capability-item {
    background: #f0f6ff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    padding: 16px 18px;
}

    .capability-item .cap-title {
        font-size: 14px;
        font-weight: 700;
        color: #1e40af;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

        .capability-item .cap-title::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            background: #2563eb;
            border-radius: 50%;
            flex-shrink: 0;
        }

    .capability-item p {
        font-size: 13px;
        color: #374151;
        margin: 0 !important;
        line-height: 1.5;
    }

/* ---------- Results Section ---------- */
.results-group {
    margin-bottom: 24px;
}

    .results-group:last-child {
        margin-bottom: 0;
    }

    .results-group h3 {
        margin-top: 0;
    }

/* ---------- Key Differentiators ---------- */
.differentiators-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 8px;
}

.diff-item {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px 20px;
}

.diff-title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.diff-icon {
    width: 20px;
    height: 20px;
    background: #2563eb;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .diff-icon svg {
        width: 12px;
        height: 12px;
        fill: none;
        stroke: #fff;
        stroke-width: 2.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

.diff-item p {
    font-size: 13px;
    color: #6b7280;
    margin: 0 !important;
}

/* ---------- Technology List ---------- */
.tech-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .tech-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px solid #f3f4f6;
        font-size: 14px;
        color: #374151;
        margin: 0;
    }

        .tech-list li:last-child {
            border-bottom: none;
        }

        .tech-list li::before {
            content: '✓';
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            background: #dcfce7;
            color: #16a34a;
            border-radius: 50%;
            font-size: 11px;
            font-weight: 700;
            flex-shrink: 0;
            margin-top: 1px;
        }

/* ---------- Future Opportunities ---------- */
.future-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .future-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 9px 0;
        border-bottom: 1px solid #f3f4f6;
        font-size: 14px;
        color: #374151;
        margin: 0;
    }

        .future-list li:last-child {
            border-bottom: none;
        }

        .future-list li::before {
            content: '→';
            color: #2563eb;
            font-weight: 700;
            flex-shrink: 0;
        }

/* ---------- Info Bar (Solution details) ---------- */
.info-bar {
    background: #0f172a;
    border-radius: 10px;
    padding: 24px 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 8px;
}

.info-bar-item {
    flex: 1;
    min-width: 160px;
}

    .info-bar-item .ib-label {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #60a5fa;
        margin-bottom: 4px;
    }

    .info-bar-item .ib-value {
        font-size: 14px;
        font-weight: 600;
        color: #f1f5f9;
    }

/* ---------- Horizontal Rule Replacement ---------- */
.section-divider {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 0;
}


/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    
    .hamburger {
        display: flex;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .capabilities-grid {
        grid-template-columns: 1fr;
    }

    .differentiators-grid {
        grid-template-columns: 1fr;
    }

    .section-card {
        padding: 24px 20px;
    }

    .info-bar {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .metrics-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .hero h1 {
        font-size: 24px;
    }
}

/*AI powered front office case study style end here*/



/*blog pages style starts here*/

/* ---------- Blog Hero / Page Banner ---------- */
.blog-hero {
    background: linear-gradient(135deg, #0a0e1f 0%, #0a1840 100%);
    padding: 5rem 2rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .blog-hero::before {
        content: '';
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(0, 198, 255, 0.08) 0%, transparent 70%);
        pointer-events: none;
    }

.blog-hero__eyebrow {
    display: inline-block;
    background: rgba(0, 198, 255, 0.12);
    color: #00c6ff;
    border: 1px solid rgba(0, 198, 255, 0.25);
    padding: 0.35rem 1rem;
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.blog-hero__title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.15;
    max-width: 700px;
    margin: 0 auto 1rem;
}

.blog-hero__subtitle {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.6);
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ---------- Article Hero (single post) ---------- */
.article-hero {
    background: linear-gradient(135deg, #0a0e1f 0%, #0a1840 100%);
    padding: 4.5rem 2rem 3.5rem;
    position: relative;
    overflow: hidden;
}

    .article-hero::before {
        content: '';
        position: absolute;
        top: -80px;
        right: -80px;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 87, 255, 0.1) 0%, transparent 65%);
        pointer-events: none;
    }

.article-hero__inner {
    max-width: var(--max-width-content);
    margin: 0 auto;
    position: relative;
}

.article-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255,255,255,0.55);
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    transition: color var(--transition);
    text-decoration: none;
}

    .article-hero__back:hover {
        color: #00c6ff;
    }

    .article-hero__back svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

.article-hero__category {
    display: inline-block;
    background: rgba(0, 198, 255, 0.12);
    
    border: 1px solid rgba(0, 198, 255, 0.25);
    padding: 0.3rem 0.85rem;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.article-hero__title {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.article-hero__meta {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.article-meta-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;    
    font-size: 0.85rem;
}

    .article-meta-item svg {
        width: 14px;
        height: 14px;
        opacity: 0.7;
    }

/* ---------- Main Content Area ---------- */
.main-content {
    max-width: var(--max-width-wide);
    margin: 0 auto;
    padding: 3rem 2rem 5rem;
}

/* ---------- Blog Index Grid ---------- */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 2rem;
    margin-top: 0;
}

.blog-card {
    background: #ffffff;
    border: 1px solid #e2e6f0;
    border-radius: 16px;
    overflow: hidden;
    transition: transform var(--transition), box-shadow var(--transition);
    display: flex;
    flex-direction: column;
}

    .blog-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
    }

.blog-card__image-wrap {
    height: 200px;
    background: linear-gradient(135deg, #0a1840, #0057ff);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .blog-card__image-wrap .card-img-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
    }

    .blog-card__image-wrap .card-icon {
        width: 64px;
        height: 64px;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(8px);
    }

        .blog-card__image-wrap .card-icon svg {
            width: 32px;
            height: 32px;
            color: rgba(255,255,255,0.9);
        }

/* Different gradient colors per card */
.blog-card:nth-child(1) .blog-card__image-wrap {
    background: linear-gradient(135deg, #0a1840 0%, #0057ff 100%);
}

.blog-card:nth-child(2) .blog-card__image-wrap {
    background: linear-gradient(135deg, #0d1a3a 0%, #7c3aed 100%);
}

.blog-card:nth-child(3) .blog-card__image-wrap {
    background: linear-gradient(135deg, #0f1f35 0%, #0891b2 100%);
}

.blog-card__body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-card__category {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0057ff;
    margin-bottom: 0.75rem;
}

.blog-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--brand-mid);
    margin-bottom: 0.85rem;
    letter-spacing: -0.02em;
}

.blog-card__excerpt {
    font-size: 0.9rem;
    color: var(--brand-muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 1.5rem;
}

.blog-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid #e2e6f0;
}

.blog-card__read-time {
    font-size: 0.8rem;
    color: var(--brand-muted);
}

.blog-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #0057ff;
    font-size: 0.875rem;
    font-weight: 600;
    transition: gap var(--transition);
    text-decoration: none;
}

    .blog-card__link:hover {
        gap: 0.6rem;
    }

    .blog-card__link svg {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

/* ---------- Article Body ---------- */
.article-layout {
    max-width: var(--max-width-content);
    margin: 0 auto;
    padding: 3.5rem 2rem 6rem;
}

.article-body {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--brand-mid);
}

    .article-body p {
        margin-bottom: 1.5rem;
    }

    .article-body h2 {
        font-size: 1.6rem;
        font-weight: 800;
        color: #0a0e1f;
        letter-spacing: -0.025em;
        line-height: 1.3;
        margin: 2.5rem 0 1rem;
        padding-top: 0.5rem;
    }

    .article-body h3 {
        font-size: 1.2rem;
        font-weight: 700;
        color: #0a0e1f;
        letter-spacing: -0.02em;
        margin: 2rem 0 0.75rem;
    }

    .article-body ul,
    .article-body ol {
        margin: 1rem 0 1.5rem 1.5rem;
    }

    .article-body li {
        margin-bottom: 0.55rem;
        color: var(--brand-mid);
    }

    .article-body strong {
        font-weight: 700;
        color: #0a0e1f;
    }

    .article-body hr {
        display: none; /* Replace the ____ dividers with styled sections */
    }

/* Divider between sections */
.article-section-divider {
    border: none;
    border-top: 1px solid #e2e6f0;
    margin: 2.5rem 0;
    display: block;
}

/* Callout / highlight box */
.article-callout {
    background: #e8f0ff;
    border-left: 4px solid #0057ff;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}

    .article-callout p {
        margin: 0;
        font-size: 1rem;
        color: #0a1840;
        font-weight: 500;
    }

/* Comparison table */
.article-table-wrap {
    overflow-x: auto;
    margin: 1.5rem 0 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
}

.article-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background: #ffffff;
    min-width: 480px;
}

    .article-table thead th {
        background: #0a0e1f;
        color: #ffffff;
        padding: 0.85rem 1.2rem;
        text-align: left;
        font-weight: 600;
        font-size: 0.82rem;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

        .article-table thead th:first-child {
            border-radius: 12px 0 0 0;
        }

        .article-table thead th:last-child {
            border-radius: 0 12px 0 0;
        }

    .article-table tbody td {
        padding: 0.85rem 1.2rem;
        border-bottom: 1px solid #e2e6f0;
        color: var(--brand-mid);
        vertical-align: top;
    }

    .article-table tbody tr:last-child td {
        border-bottom: none;
    }

    .article-table tbody tr:nth-child(even) td {
        background: #fafbff;
    }

    .article-table tbody tr:hover td {
        background: #e8f0ff;
        transition: background var(--transition);
    }

/* Stage list (maturity model) */
.stage-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

    .stage-list li {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        padding: 0.75rem 1rem;
        background: #ffffff;
        border: 1px solid #e2e6f0;
        border-radius: 8px;
        font-size: 0.92rem;
    }

.stage-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #0057ff, #00c6ff);
    color: #fff;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* CTA block at end of article */
.article-cta {
    background: linear-gradient(135deg, #0a0e1f 0%, #0a1840 100%);
    border-radius: 20px;
    padding: 3rem 2.5rem;
    text-align: center;
    margin-top: 3.5rem;
    position: relative;
    overflow: hidden;
}

    .article-cta::before {
        content: '';
        position: absolute;
        bottom: -60px;
        left: 50%;
        transform: translateX(-50%);
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(0, 198, 255, 0.1) 0%, transparent 65%);
        pointer-events: none;
    }

    .article-cta h2 {
        font-size: 1.6rem;
        font-weight: 800;
        color: #ffffff;
        letter-spacing: -0.025em;
        margin-bottom: 0.75rem;
    }

    .article-cta p {
        color: rgba(255,255,255,0.65);
        font-size: 1rem;
        line-height: 1.65;
        max-width: 480px;
        margin: 0 auto 1.75rem;
    }

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #0057ff, #00c6ff);
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.85rem 2rem;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity var(--transition), transform var(--transition);
    border: none;
    cursor: pointer;
}

    .btn-cta:hover {
        opacity: 0.92;
        transform: translateY(-1px);
    }

    .btn-cta svg {
        width: 16px;
        height: 16px;
    }

/*blog pages style starts here*/