    .blog-sidebar {
        padding: 30px;
    }

    .blog-sidebar {
        flex: 1;
        padding: 40px;
        background: inherit;
        min-width: 370px;
        padding-top: 20px;
        padding-left: 80px;
    }

    .sidebar-widget {
        margin-bottom: 25px;

    }

    .sidebar-title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 18px;
        color: #2d6cdf;
    }

    .sidebar-title.orange {
        color: #2d6cdf;
    }

    .sidebar-title.green {
        color: #2d6cdf;
    }

    .icon-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .icon-list li {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 6px 0;
        color: #000;
    }

    .icon-list i {
        width: 32px;
        height: 32px;
        background: #e9e9e9;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #555;
    }

    .popular-blog-content a {
        display: block;
        font-weight: 600;
        color: #5b99fd;
        text-decoration: none;
        font-size: 20px;
    }

    .blog-date {
        display: block;
        /* ✅ moves date to next line */
        font-size: 13px;
        color: #777;
        margin-top: 4px;
    }

    .icon-list li a {
        display: block;
        color: #333;
        text-decoration: none;
        padding: 6px 0;
        transition: color 0.3s ease;
    }

    .icon-list li a:hover {
        color: #555;
        /* bootstrap primary */
    }

    .icon-list i {
        margin-right: 8px;
    }

    /* Popular Blogs List */
    .popular-blogs {
        list-style: none;
        /* remove bullets */
        padding: 0;
        margin: 0;
    }

    /* Each item */
    .popular-blog-item {
        display: flex;
        /* horizontal layout */
        align-items: center;
        /* vertically center image and text */
        gap: 12px;
        /* space between image and text */
        padding: 12px 0;

    }

    .popular-blog-item:last-child {
        border-bottom: none;
        /* remove border for last item */
    }

    /* Image styling */
    .popular-blog-item img {
        width: 60px;
        /* fixed width for image */
        height: 60px;
        /* fixed height */
        object-fit: cover;
        border-radius: 6px;
        /* optional: rounded corners */
        flex-shrink: 0;
        /* prevent image from shrinking */
    }

    /* Text container */
    .popular-blog-content {
        display: flex;
        flex-direction: column;
        /* stack title and date */
    }

    /* Title */
    .popular-blog-content a {
        font-weight: 600;
        color: #5b99fd;
        text-decoration: none;
        font-size: 20px;
    }



    /* Date */
    .blog-date {
        font-size: 17px;
        color: #777;
        margin-top: 4px;
    }

    /* Smooth transition */
    .icon-list li i {
        transition: all 0.3s ease;
    }

    /* Hover → change ONLY icon */
    .icon-list li:hover i {
        background: #5b99fd;
        /* icon background color */
        color: #fff;
        /* icon color */
    }

    /* Keep text same */
    .icon-list li a {
        color: #333;
        font-size: 20px;
        /* fixed text color */
    }

    .scrapper_btn {
        display: flex;
        justify-content: space-between;
    }

    .scrapper_btn button {
        width: 150px;
        background-color: #5b99fd;
        border: 0px;
        padding: 8px;
        border-radius: 0px;
        color: #fff;
        font-size: 18px;
        margin-left: 37px;
    }

    #head-align {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #5b99fd;
    }

    .wpb_wrapper p {
        font-size: 20px;
    }

    #palign {
        text-align: justify;
        font-size: 20px;
        line-height: 1.7;
        margin-bottom: 12px;
        color: #333;
    }

    .wpb_wrapper h1 {
        font-size: 25px;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #5b99fd;
    }

    .wpb_wrapper h3,
    h2,
    h4 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #5b99fd;
    }

    .wpb_wrapper ul {
        padding-left: 20px;
    }

    .wpb_wrapper ul li {
        font-size: 17px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

    .wpb_wrapper ul li:last-child {
        margin-bottom: 35px;
    }

    .talktousnow {
        display: inline-block;
        padding: 12px 25px;
        background: #5b99fd;
        color: #fff;
        font-weight: 600;
        text-decoration: none;
        border-radius: 4px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .talktousnow:hover {
        background: #1f4fbf;
    }

    .vc_btn3 {
        margin-top: 18px;
        padding: 12px 28px;
        background: #5b99fd;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        width: 250px;
    }

    .vc_btn3:hover {
        background: #1f4fbf;
    }

    /* Shared FAQ cards for every solution page */
    .solution-faq-section {
        padding: 30px 0 80px;
    }

    .solution-faq-heading {
        margin-bottom: 34px;
        color: #2d6cdf;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }

    .solution-faq-list {
        max-width: 920px;
        margin: 0 auto;
    }

    .solution-faq-list .accordion-item {
        margin-bottom: 16px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e7edf7;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(45, 108, 223, 0.08);
    }

    .solution-faq-list .accordion-button {
        min-height: 68px;
        padding: 18px 22px;
        color: #1d2a3b;
        background: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.45;
    }

    .solution-faq-list .accordion-button:not(.collapsed) {
        color: #2d6cdf;
        background: #f7faff;
        box-shadow: none;
    }

    .solution-faq-list .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }

    .solution-faq-list .accordion-body {
        padding: 20px 22px 22px;
        border-top: 1px solid #e7edf7;
        color: #455468;
        font-size: 17px;
        line-height: 1.7;
    }

    /* ================= RESPONSIVE SOLUTION PAGE ================= */

    /* Desktop default fix */
    .blog-sidebar {
        min-width: auto;
        padding-left: 40px;
    }

    /* Make content images responsive */
    .solution_contain img,
    .wpb_wrapper img {
        max-width: 100%;
        height: auto;
    }

    /* Tablet (≤ 992px) */
    @media (max-width: 992px) {
        .blog-sidebar {
            padding: 30px 15px;
            margin-top: 40px;
        }

        #head-align {
            font-size: 24px;
        }

        .wpb_wrapper p,
        #palign {
            font-size: 18px;
        }

        .popular-blog-content a {
            font-size: 18px;
        }

        .blog-date {
            font-size: 14px;
        }

        .icon-list li a {
            font-size: 18px;
        }
    }

    /* Mobile (≤ 576px) */
    @media (max-width: 576px) {
        .blog-sidebar {
            padding: 20px 10px;
        }

        .sidebar-title {
            font-size: 22px;
        }

        .popular-blog-item {
            gap: 10px;
        }

        .popular-blog-item img {
            width: 50px;
            height: 50px;
        }

        .popular-blog-content a {
            font-size: 16px;
        }

        .blog-date {
            font-size: 13px;
        }

        #head-align {
            font-size: 22px;
        }

        .wpb_wrapper p,
        #palign {
            font-size: 16px;
            line-height: 1.6;
        }

        .wpb_wrapper h1 {
            font-size: 22px;
        }

        .wpb_wrapper h2,
        .wpb_wrapper h3,
        .wpb_wrapper h4 {
            font-size: 20px;
        }

        .icon-list li a {
            font-size: 16px;
        }

        .vc_btn3,
        .scrapper_btn button {
            width: 100%;
            margin-left: 0;
            text-align: center;
        }

        .solution-faq-section {
            padding: 20px 0 55px;
        }

        .solution-faq-heading {
            margin-bottom: 24px;
            font-size: 25px;
        }

        .solution-faq-list .accordion-button {
            min-height: 60px;
            padding: 16px 18px;
            font-size: 16px;
        }

        .solution-faq-list .accordion-body {
            padding: 17px 18px 19px;
            font-size: 15px;
        }
    }

    /* ================= REDESIGNED SOLUTION PAGE ================= */
    .solution-page {
        --solution-blue: #2d6cdf;
        --solution-blue-dark: #1f4fbf;
        --solution-ink: #142033;
        --solution-copy: #4d5d72;
        --solution-border: #dfe9f7;
        --solution-section-space: 68px;
        --solution-hero-gap: 34px;
        overflow: hidden;
        color: var(--solution-ink);
        background: #fff;
    }

    .solution-hero {
        position: relative;
        padding: 104px 0 var(--solution-hero-gap);
        overflow: hidden;
        background: #fff;
    }

    .solution-hero::after {
        display: none;
    }

    .solution-hero-copy,
    .solution-hero-media {
        position: relative;
        z-index: 1;
    }

    .solution-hero-title {
        max-width: 680px;
        margin: 0;
        color: var(--solution-ink);
        font-size: clamp(32px, 3.4vw, 48px);
        font-weight: 800;
        line-height: 1.15;
        letter-spacing: -0.025em;
    }

    .solution-hero-title .solution-title-accent {
        display: block;
        margin-top: 8px;
        color: var(--solution-blue);
    }

    .solution-hero-description {
        max-width: 670px;
        margin-top: 24px;
    }

    .solution-hero-description p,
    .solution-hero-description #palign {
        margin: 0 0 13px;
        color: #52627a;
        font-size: 17px;
        line-height: 1.72;
        text-align: left;
    }

    .solution-hero-description p:last-child {
        margin-bottom: 0;
    }

    .solution-hero-description strong {
        color: #25364e;
        font-weight: 700;
    }

    .solution-hero-description a {
        color: var(--solution-blue);
        font-weight: 650;
    }

    .solution-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 28px;
    }

    .solution-hero-button {
        display: inline-flex;
        min-width: 155px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 13px 22px;
        border: 1px solid var(--solution-blue);
        border-radius: 9px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    }

    .solution-hero-button-primary {
        color: #fff;
        background: var(--solution-blue);
        box-shadow: 0 9px 22px rgba(45, 108, 223, 0.22);
    }

    .solution-hero-button-primary:hover {
        color: #fff;
        background: var(--solution-blue-dark);
        box-shadow: 0 13px 28px rgba(45, 108, 223, 0.28);
        transform: translateY(-2px);
    }

    .solution-hero-button-secondary {
        color: var(--solution-blue);
        background: #fff;
    }

    .solution-hero-button-secondary:hover {
        color: #fff;
        background: var(--solution-blue);
        transform: translateY(-2px);
    }

    .solution-image-frame {
        position: relative;
        max-width: 530px;
        margin-left: auto;
        padding: 12px;
        border: 1px solid rgba(45, 108, 223, 0.15);
        border-radius: 26px;
        background: #fff;
        box-shadow: 0 18px 45px rgba(31, 79, 191, 0.12);
    }

    .solution-image-frame::before {
        display: none;
    }

    .solution-hero-image {
        display: block;
        width: 100%;
        height: 330px;
        border-radius: 18px;
        object-fit: cover;
    }

    .solution-main {
        padding: var(--solution-hero-gap) 0 var(--solution-section-space);
        background: #fff;
    }

    .solution_contain {
        width: 100%;
    }

    .solution-description {
        max-width: 1120px;
        margin: 0 auto;
    }

    .solution-description > p:first-child,
    .solution-description > .wpb_wrapper:first-child p,
    .solution-description > .wpb_text_column:first-child p {
        color: #334258;
        font-size: 20px;
        line-height: 1.8;
    }

    .solution-description p,
    .solution-description #palign,
    .solution-description .wpb_wrapper p {
        color: var(--solution-copy);
        font-size: 18px;
        line-height: 1.78;
        text-align: left;
    }

    .solution-description h1,
    .solution-description h2,
    .solution-description h3,
    .solution-description h4,
    .solution-description #head-align {
        margin: 0 0 20px;
        color: var(--solution-ink);
        font-size: clamp(26px, 3vw, 36px);
        font-weight: 750;
        line-height: 1.25;
        letter-spacing: -0.02em;
        text-align: center;
    }

    .solution-description .solution-section-heading,
    .solution-description .solution-section-heading *,
    .solution-faq-heading,
    .solution-faq-heading *,
    .solution-section-title,
    .solution-section-title * {
        color: #111;
        text-align: center;
    }

    .solution-description .solution-content-section {
        margin: 0 0 var(--solution-section-space);
    }

    .solution-description .solution-card-section {
        margin: 0 0 var(--solution-section-space);
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .solution-description .solution-card-section:last-child {
        margin-bottom: 0;
    }

    .solution-description .solution-forced-card-section {
        display: block;
    }

    .solution-description .solution-forced-card-section .solution-inline-card-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: 22px;
    }

    .solution-description .solution-inline-card {
        min-height: 100%;
        margin: 0;
        padding: 20px;
        border: 1px solid #e5edf9;
        border-radius: 14px;
        color: #34445a;
        background: #fff;
        box-shadow: 0 8px 22px rgba(45, 108, 223, 0.06);
        font-size: 16px;
        line-height: 1.65;
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .solution-description .solution-inline-card:hover {
        border-color: rgba(45, 108, 223, 0.35);
        box-shadow: 0 14px 30px rgba(45, 108, 223, 0.12);
        transform: translateY(-4px);
    }

    .solution-description .solution-icon-card,
    .solution-description ul li.solution-icon-card,
    .solution-description ol li.solution-icon-card {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 20px;
    }

    .solution-description .solution-icon-card::before {
        display: none;
    }

    .solution-card-icon {
        display: grid;
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        margin: 0;
        place-items: center;
        border-radius: 11px;
        color: #fff;
        background: var(--solution-blue);
        box-shadow: 0 7px 16px rgba(45, 108, 223, 0.2);
        font-size: 19px;
        transition: transform 0.25s ease;
    }

    .solution-icon-card:hover .solution-card-icon {
        transform: scale(1.08);
    }

    .solution-description ul,
    .solution-description ol {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 22px 0 0;
        padding: 0;
        list-style: none;
    }

    .solution-description ul li,
    .solution-description ul li:last-child,
    .solution-description ol li,
    .solution-description ol li:last-child {
        position: relative;
        min-height: 100%;
        margin: 0;
        padding: 20px 20px 20px 56px;
        border: 1px solid #e5edf9;
        border-radius: 14px;
        color: #34445a;
        background: #fff;
        box-shadow: 0 8px 22px rgba(45, 108, 223, 0.06);
        font-size: 16px;
        line-height: 1.62;
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .solution-description ul li::before,
    .solution-description ol li::before {
        position: absolute;
        top: 20px;
        left: 18px;
        display: grid;
        width: 26px;
        height: 26px;
        place-items: center;
        border-radius: 8px;
        color: #fff;
        background: var(--solution-blue);
        box-shadow: 0 6px 13px rgba(45, 108, 223, 0.25);
        content: "\2713";
        font-size: 14px;
        font-weight: 800;
    }

    .solution-description ul li:hover,
    .solution-description ol li:hover {
        border-color: rgba(45, 108, 223, 0.35);
        box-shadow: 0 14px 30px rgba(45, 108, 223, 0.12);
        transform: translateY(-3px);
    }

    .solution-description strong {
        color: #26364c;
        font-weight: 700;
    }

    .solution-description .wpb_raw_code {
        margin: 0 0 var(--solution-section-space);
    }

    .solution-description .vc_btn3-container {
        margin: 0 0 var(--solution-section-space);
    }

    .solution-description .talktousnow,
    .solution-description .vc_btn3 {
        display: inline-flex;
        width: auto;
        min-width: 190px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 13px 24px;
        border: 0;
        border-radius: 10px;
        color: #fff;
        background: var(--solution-blue);
        box-shadow: 0 10px 25px rgba(45, 108, 223, 0.24);
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .solution-description .talktousnow:hover,
    .solution-description .vc_btn3:hover {
        color: #fff;
        box-shadow: 0 14px 30px rgba(45, 108, 223, 0.32);
        transform: translateY(-2px);
    }

    .solution-faq-section {
        padding: var(--solution-section-space) 0 0;
    }

    .solution-faq-heading,
    .solution-section-title {
        margin: 0 0 14px;
        color: var(--solution-ink);
        font-size: clamp(30px, 3.5vw, 42px);
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: -0.025em;
        text-align: center;
    }

    .solution-section-title span,
    .solution-faq-heading span {
        color: #111;
    }

    .solution-section-intro {
        max-width: 650px;
        margin: 0 auto 38px;
        color: #64748b;
        font-size: 17px;
        line-height: 1.7;
        text-align: center;
    }

    .solution-faq-list .accordion-item {
        border-color: var(--solution-border);
        border-radius: 14px;
        box-shadow: 0 10px 28px rgba(30, 63, 118, 0.07);
        transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .solution-faq-list .accordion-item:hover {
        border-color: rgba(45, 108, 223, 0.35);
        box-shadow: 0 15px 34px rgba(30, 63, 118, 0.12);
        transform: translateY(-3px);
    }

    .solution-products-section {
        padding: 0 0 var(--solution-section-space);
        background: #fff;
    }

    .solution-product-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }

    .solution-product-card {
        display: flex;
        min-height: 205px;
        flex-direction: column;
        align-items: flex-start;
        padding: 28px;
        border: 1px solid rgba(45, 108, 223, 0.13);
        border-radius: 18px;
        color: inherit;
        background: #fff;
        box-shadow: 0 12px 32px rgba(30, 63, 118, 0.08);
        text-decoration: none;
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .solution-product-card:hover {
        color: inherit;
        box-shadow: 0 20px 42px rgba(30, 63, 118, 0.14);
        transform: translateY(-6px);
    }

    .solution-product-icon {
        display: grid;
        width: 54px;
        height: 54px;
        margin-bottom: 22px;
        place-items: center;
        border-radius: 15px;
        color: #fff;
        background: var(--solution-blue);
        box-shadow: 0 10px 20px rgba(45, 108, 223, 0.22);
        font-size: 24px;
    }

    .solution-product-card h3 {
        align-self: stretch;
        margin: 0 0 10px;
        color: #111;
        font-size: 21px;
        font-weight: 750;
        text-align: center;
    }

    .solution-product-card p {
        margin: 0;
        color: #64748b;
        font-size: 15px;
        line-height: 1.65;
    }

    .solution-product-link {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        margin-top: auto;
        padding-top: 18px;
        color: var(--solution-blue);
        font-size: 15px;
        font-weight: 700;
    }

    .solution-blogs-section {
        padding: 0 0 var(--solution-section-space);
        background: #fff;
    }

    .solution-blog-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 22px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .solution-blog-card {
        overflow: hidden;
        border: 1px solid var(--solution-border);
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 12px 32px rgba(30, 63, 118, 0.08);
        transition: transform 0.28s ease, box-shadow 0.28s ease;
    }

    .solution-blog-card:hover {
        box-shadow: 0 20px 44px rgba(30, 63, 118, 0.14);
        transform: translateY(-6px);
    }

    .solution-blog-card img {
        display: block;
        width: 100%;
        height: 190px;
        padding: 0;
        object-fit: cover;
        background: transparent;
    }

    .solution-blog-card-body {
        display: flex;
        min-height: 176px;
        flex-direction: column;
        padding: 22px;
    }

    .solution-blog-card a {
        color: var(--solution-ink);
        font-size: 18px;
        font-weight: 750;
        line-height: 1.45;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .solution-blog-card a:hover {
        color: var(--solution-blue);
    }

    .solution-blog-card .blog-date {
        margin-top: auto;
        padding-top: 18px;
        color: #78869a;
        font-size: 14px;
    }

    @media (max-width: 991.98px) {
        .solution-hero {
            padding: 92px 0 var(--solution-hero-gap);
        }

        .solution-hero-title {
            max-width: 600px;
        }

        .solution-image-frame {
            max-width: 650px;
            margin: 42px auto 0;
        }

        .solution-hero-image {
            height: 360px;
        }

        .solution-blog-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 767.98px) {
        .solution-hero {
            padding: 72px 0 var(--solution-hero-gap);
        }

        .solution-hero-title {
            font-size: 34px;
        }

        .solution-hero-image {
            height: 270px;
        }

        .solution-hero-description p,
        .solution-hero-description #palign {
            font-size: 16px;
        }

        .solution-description ul,
        .solution-description ol,
        .solution-product-grid,
        .solution-description .solution-forced-card-section .solution-inline-card-grid {
            grid-template-columns: 1fr;
        }

        .solution-description .solution-card-section {
            padding: 0;
            border-radius: 0;
        }

        .solution-page {
            --solution-section-space: 52px;
            --solution-hero-gap: 26px;
        }
    }

    @media (max-width: 575.98px) {
        .solution-hero-title {
            font-size: 30px;
        }

        .solution-image-frame {
            padding: 8px;
            border-radius: 19px;
        }

        .solution-hero-image {
            height: 220px;
            border-radius: 13px;
        }

        .solution-description p,
        .solution-description #palign,
        .solution-description .wpb_wrapper p {
            font-size: 16px;
            line-height: 1.7;
        }

        .solution-hero-actions {
            gap: 10px;
        }

        .solution-hero-button {
            width: 100%;
        }

        .solution-description ul li,
        .solution-description ul li:last-child,
        .solution-description ol li,
        .solution-description ol li:last-child {
            padding: 18px 17px 18px 52px;
        }

        .solution-blog-grid {
            grid-template-columns: 1fr;
        }

        .solution-blog-card img {
            height: 220px;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .solution-description ul li,
        .solution-description ol li,
        .solution-description .solution-inline-card,
        .solution-faq-list .accordion-item,
        .solution-hero-button,
        .solution-product-card,
        .solution-blog-card,
        .solution-description .talktousnow,
        .solution-description .vc_btn3 {
            transition: none;
        }
    }
