.is-invalid {
    border: 1px solid red !important;
}

.load-more-btn {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    height: 50px;
    padding-inline: 25px;
    color: var(--primary-color);
    display: inline-block;
    align-content: center;
    font-weight: 500;
    margin-top: 24px;
}

.user-comment-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    object-fit: cover;
}
.blog-main-content .form-group label {
    font-size: 14px;
}

.blog-main-content .form-group .form-input {
    font-size: 14px;
}

.image-preview-wrapper {
    position: relative;
    margin-top: 8px;
    display: inline-block;
    max-width: max-content;
}

.image-preview {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #d1d5db;
}

.remove-image {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #f8f8fa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-color);
    transition: color 0.2s;
}

.remove-image:hover {
    color: #7e2a9b;
}

.remove-icon {
    width: 12px;
    height: 12px;
}
.login-title {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    transition: color 0.2s;
}

.login-wrap {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 30px 20px;
    background-color: #f9fafb;
    color: var(--text-color);
}

.login-wrap a:hover .login-title {
    color: #7e2a9b;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

/* Modal Content */
.modal-content {
    background: #f8f8fa;
    /* Matches body background */
    border-radius: 4px;
    /* Matches column border-radius */
    padding: 24px;
    width: 100%;
    max-width: 400px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--primary-color);
}

/* Modal Title */
.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
}

/* Form Styling */
.login-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-input {
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.2s;
    background-color: #ffffff;
    width: 100%;
}

.form-input:focus {
    border-color: var(--primary-color);
}

/* Password Toggle */
.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.toggle-icon {
    width: 18px;
    height: 18px;
    transition: color 0.2s;
}

.toggle-password:hover .toggle-icon {
    color: #7e2a9b;
}

/* Submit Button */
.submit-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-btn:hover {
    background-color: #7e2a9b;
}

/* Error Message */
.error-message {
    color: #dc2626;
    font-size: 14px;
    /* margin-top: 12px; */
}

/* Sign-Up Link */
.signup-link {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    color: #333;
}

.signup-link a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: none;
}

.signup-link a:hover {
    color: #7e2a9b;
}

.our-mission{
    display: none;
}
.article-read-more span{
    margin-right: 0 !important;
}
body footer .container{
    max-width: 1140px !important;
    padding: 0 12px;
}
/* Responsive Design */
@media (max-width: 480px) {
    .modal-content {
        max-width: 90%;
        padding: 16px;
    }

    .modal-title {
        font-size: 20px;
    }

    .form-input {
        font-size: 14px;
    }

    .submit-btn {
        font-size: 14px;
        padding: 10px;
    }

    .signup-link {
        font-size: 12px;
    }

    .toggle-icon {
        width: 16px;
        height: 16px;
    }
}

.section-space-top {
    padding-top: 150px;
}

p {
    letter-spacing: 0;
}

body .container {
    max-width: 1440px !important;
    padding: 0 40px;
}

.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;

    &.active {
        color: #6b7280;
        font-weight: 400;
    }

    a {
        text-decoration: none;
        color: var(--text-color);
        display: flex;
        align-items: center;
        gap: 8px;
    }
    img{
        filter: brightness(0) saturate(100%) invert(45%) sepia(0%) saturate(2996%) hue-rotate(45deg) brightness(105%) contrast(85%);
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 20px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    background-image: url("/img/icons/breadcrumb-arrow.png");
    background-size: 100% 100%;
    display: block;
    width: 7px;
    min-width: 7px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

.color-fade {
    color: var(--text-color);
}

.featured-post {
    .featured-post-card {
        gap: 24px;
        box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),
            0px 10px 15px -3px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url(/img/single-blog-featured-img.png); */
        min-height: 500px;
        padding: 40px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;

        .featured-post-content {
            gap: 16px;

            a.category-pill {
                background-color: var(--primary-color);
                border-radius: 4px;
                padding: 4px 12px;
                font-weight: 12px;
                font-weight: 400;
                line-height: 16px;
                color: #fff;
                font-size: 14px;
            }

            p.category-pill {
                background-color: var(--primary-color);
                border-radius: 4px;
                padding: 4px 12px;
                font-weight: 12px;
                font-weight: 400;
                line-height: 16px;
                color: #fff;
                font-size: 14px;
            }

            .read-time-wrap {
                span {
                    font-size: 14px;
                }
            }

            .post-title {
                font-weight: 700;
                font-size: 48px;
                line-height: 52px;
                color: #fff;
                max-width: 700px;
            }

            .post-description {
                font-weight: 400;
                font-size: 18px;
                line-height: 28px;
                color: #fff;
            }
        }

        .post-meta-box {
            .post-author-box {
                gap: 12px;

                .author-profile {
                    img {
                        height: 40px;
                        width: 40px;
                        object-fit: cover;
                        border-radius: 50%;
                    }
                }

                .author-meta {
                    .author-name {
                        font-size: 16px;
                        line-height: 24px;
                        color: #fff;
                        font-weight: 500;
                    }

                    .post-read-time {
                        font-size: 14px;
                        font-weight: 400;
                        line-height: 20px;
                        color: #d1d5db;
                    }
                }
            }

            a.post-link {
                background-color: rgba(255, 255, 255, 0.2);
                color: #fff;
                padding: 12px 18px;
                border-radius: 3px;
                font-size: 16px;
                font-weight: 500;
                line-height: 24px;
            }

            .save-post-wrap {
                background-color: rgba(255, 255, 255, 0.2);
                border-radius: 50%;
                width: 32px;
                height: 32px;
                display: inline-block;
                text-align: center;
                align-content: center;
            }
        }
    }
}

.blog-main-content {
    margin-top: 40px;

    .blog-sidebar {
        padding: 24px;
        background-color: #fff;
        box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
            0px 4px 6px -1px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin-right: 10px;

        .sidebar-title {
            color: var(--primary-color);
            font-size: 20px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 20px;
        }

        .article-stats-title {
            color: var(--primary-color);
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
            padding-top: 16px;
            margin-bottom: 12px;
        }

        hr {
            color: #e5e7eb;
            opacity: 1;
            margin-block: 28px;
        }

        .tags-title {
            color: var(--primary-color);
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
            margin-bottom: 16px;
        }

        .tags-list {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;

            a {
                background-color: #f3f4f6;
                border-radius: 4px;
                padding: 4px 12px;
                font-weight: 400;
                line-height: 16px;
                color: #374151;
                font-size: 12px;
                text-decoration: none;
            }
        }

        .stats-wrap {
            margin-bottom: 8px;

            .color-fade {
                font-size: 14px;
                font-weight: 400;
                line-height: 20px;
            }

            span:not(.color-fade) {
                font-size: 14px;
                font-weight: 500;
                line-height: 20px;
                color: var(--text-color);
            }
        }

        ul {
            padding-left: 0px;

            li {
                list-style: none;
                margin-bottom: 11px;

                a {
                    color: #222;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 20px;
                    border-radius: 8px;
                    padding: 8px 12px;
                    display: block;

                    &:hover {
                        background-color: var(--primary-color);
                        color: #fff;
                    }
                }
            }
        }
    }

    .blog-content-area {
        padding: 40px;
        background-color: #fff;
        box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1),
            0px 4px 6px -1px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
    }

    .about-author {
        border-top: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
        display: flex;
        gap: 16px;
        align-items: center;
        padding-block: 33px;
        margin-top: 48px;
        margin-bottom: 40px;

        .about-author-img {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            object-fit: cover;
        }

        .about-author-title {
            font-size: 18px;
            font-weight: 600;
            line-height: 28px;
            color: var(--primary-color);
            margin-bottom: 3px;
        }

        .about-author-descripition {
            font-size: 18px;
            font-weight: 400;
            line-height: 24px;
            color: var(--text-color);
            margin-bottom: 5px;
        }
    }

    .comments-box {
        .comments-title {
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 24px;
        }

        form {
            textarea {
                width: 100%;
                resize: none;
                border-radius: 4px;
                border: 1px solid #d1d5db;
                min-height: 114px;
                color: #6b7280;
                padding: 8px 16px;
                font-size: 16px;

                &:focus {
                    border: 1px solid #d1d5db;
                    outline: none;
                }
            }

            .submit-btn {
                background-color: var(--primary-color);
                border-radius: 4px;
                color: #fff;
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                padding: 8px 20px;
                border: none;
                outline: none;
            }
        }

        .comments-section {
            .commenter-img {
                img {
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    object-fit: cover;
                }
            }

            .commenter-name {
                font-size: 16px;
                line-height: 24px;
                font-weight: 600;
                color: #1f2937;
            }

            .comment-time {
                font-size: 12px;
                line-height: 16px;
                font-weight: 400;
                color: #6b7280;
            }

            .commenter-descripition {
                font-size: 15.3px;
                line-height: 24px;
                font-weight: 400;
                color: var(--text-color);
                margin: 0;
            }
        }
    }

    .related-articles {
        margin-top: 48px;

        .related-articles-title {
            font-size: 24px;
            font-weight: 600;
            line-height: 32px;
            color: var(--primary-color);
            margin-bottom: 24px;
        }
    }

    .newsletter-insights {
        margin-block: 48px;

        .newsletter-wrap {
            background-color: var(--primary-color);
            text-align: center;
            border-radius: 12px;
            padding: 32px 24px;

            .newsletter-description {
                color: #e5e7eb;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                margin-bottom: 24.5px;
                max-width: 767px;
            }

            .newsletter-agreement-desc {
                color: #d1d5db;
                font-size: 12px;
                font-weight: 400;
                line-height: 16px;
                margin-top: 16px;

                a {
                    text-decoration: none;
                    color: inherit;
                }
            }

            input {
                width: 100%;
                max-width: 633px;
                height: 48px;
                min-height: 48px;
                border-radius: 4px;
                padding-inline: 16px;
                border: none;
                outline: none;
                font-size: 14px;
                margin-bottom: 12px;
            }

            .submit-button {
                width: 120px;
                height: 48px;
                border-radius: 4px;
                background-color: #bc8418;
                color: #fff;
                text-align: center;
                border: none;
                outline: none;
            }
        }
    }
}

.article-card {
    & .article-card-footer {
        & .article-read-more {
            span {
                margin-right: 0 !important;
            }
            img{
                margin-top: -5px;
            }
        }
    }
}

@media (max-width: 1200px) {
    body .container {
        padding: 0 35px;
    }
    body header .container{
        padding: 0;
    }
}

@media (max-width: 1000px) {
    .section-space-top {
        padding-top: 150px;
    }
}

@media (max-width: 992px) {
    .blog-main-content {
        .blog-sidebar {
            margin-right: 0;
        }
    }
    body footer .container {
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    body .container {
        padding: 0 30px;
    }
    .section-space-top {
        padding-top: 130px;
    }
    .blog-main-content {
    .about-author {
        flex-direction: column;
        align-items: flex-start;
    }
    }
}

@media (max-width: 560px) {
    .featured-post {
        .featured-post-card {
            padding: 25px;
            min-height: 42s0px;

            .featured-post-content {
                .post-title {
                    font-size: 30px;
                    line-height: normal;
                }

                .post-description {
                    font-size: 16px;
                }
            }
        }
    }

    .blog-main-content {
        .blog-content-area {
            padding: 24px;
        }
    }

    .newsletter-insights {
        .newsletter-wrap {
            .form-wrap {
                align-items: center;

                input {
                    margin-bottom: 0;
                }
            }
        }
    }
}

.quote-block .quote-source {
    display: block;
}
.quote-block .quote-source p {
    margin: 0 !important;
}
.quote-block > p {
    color: #000;
    letter-spacing: 0;
}
.quote-block .quote-author p {
    margin: 0 !important;
}
/* Editor JS blog content css */
.blog-inner-content {
    h1:not(table h1),
    h2:not(table h2) {
        margin-bottom: 24px;
    }

    h3:not(table h3),
    h4:not(table h4),
    h5,
    h6 {
        margin-bottom: 16px;
    }

    p:not(.quote-block > p) {
        letter-spacing: 0;
        color: var(--text-color);
        margin-bottom: 24px;
    }

    table p {
        margin: 0;
    }

    img:not(
            table img,
            .accordion img,
            .card-block-holder .card-image-holder img
        ) {
        margin-block: 32px;
    }

    ul,
    ol {
        margin-bottom: 24px;
    }

    ul li:not(:last-child),
    ol li:not(:last-child) {
        margin-bottom: 8px;
    }

    pre {
        margin: 24px 0;
    }

    blockquote + h1,
    blockquote + h2,
    blockquote + h3,
    blockquote + h4,
    blockquote + h5,
    blockquote + h6,
    blockquote + p,
    blockquote + table {
        margin-top: 24px;
    }

    .accordion + h1,
    .accordion + h2 {
        margin-top: 48px;
    }

    .columns-container + h1,
    .columns-container + h2 {
        margin-top: 48px;
    }
    .columns-container {
        .column {
            /* padding: 0; */
        }
        .column:has(.card-block-holder) {
            padding: 0;
        }
    }
    ul {
        padding-left: 15px;
    }
    #editorjs {
        width: 80%;
        margin: auto;
    }

    .editor-table img {
        width: 170px;
        height: 150px;
        min-height: 150px;
    }

    .editor-table .codex-editor__redactor,
    .card-block-holder .codex-editor__redactor,
    .card-block-form .codex-editor__redactor,
    .ce-block .accordion-item .codex-editor__redactor {
        padding-bottom: 0 !important;
    }

    .ce-block .accordion-item .accordion-content {
        border: 1px solid #ddd;
    }

    .ce-block .ce-editorjsColumns_col {
        border: 1px solid #ddd;
        padding-inline: 10px;
    }

    /* Existing styles remain the same */
    .accordion {
        width: 100%;
        margin: 32px 0;
    }

    .accordion-item {
        background-color: #fff;
        border-radius: 0 12px 12px 0 !important;
        margin-bottom: 10px;
    }

    .accordion-title {
        padding: 15px;
        cursor: pointer;
        background-color: #ede9f0;
        font-weight: bold;
        border: none;
        width: 100%;
        box-sizing: border-box;
        font-size: 18px;
        color: var(--primary-color);
    }

    .accordion-content {
        padding: 24px 15px 15px;
        display: none;
    }

    .accordion-item.active .accordion-content {
        display: block;
    }

    .columns-container {
        display: flex;
        gap: 20px;
        margin: 32px 0;
    }

    .column {
        flex: 0 1 auto;
        min-width: 0;
        padding: 20px;
        background-color: #f9fafb;
        border-radius: 4px;
        width: 100%;
    }

    /* New style for add button */
    .accordion-settings {
        margin-bottom: 10px;
    }

    .accordion-add-button {
        padding: 10px 15px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .accordion-add-button:hover {
        background-color: #0056b3;
    }

    .accordion-title:focus-visible {
        outline: none;
        border: none;
    }

    .accordion-toggle-icon {
        font-size: 20px;
        color: white;
        background-color: var(--primary-color);
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
    }

    .accordion-title-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: #ede9f0;
        cursor: pointer;
        border-left: 4px solid var(--primary-color);
        border-radius: 0 12px 12px 0;
    }

    .accordion-item.active .accordion-toggle-icon {
        content: "−";
        /* Change to minus when active */
        transform: rotate(0deg);
        /* Optional: Rotate to indicate open state */
    }

    /* Existing styles remain unchanged */

    /* Existing styles remain unchanged */

    /* Image Tool Styles */
    .ce-block .card-block-form .image-tool img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        min-height: 50px;
    }

    .card-block-holder .card-image-holder img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
    }

    .image-tool {
        margin: 10px 0;
    }

    .image-tool
        img:not(
            .columns-container .image-tool img,
            .accordion .image-tool img,
            table .image-tool img,
            .card-block-holder .image-tool img
        ) {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .ce-block .image-tool img {
        max-width: 100%;
        height: 300px;
        min-height: 400px;
        object-fit: cover;
    }

    .image-tool img {
        max-width: 100%;
        height: auto;
    }

    .image-tool.stretched img {
        width: 100%;
    }

    .image-tool.with-border img {
        border: 2px solid #ddd;
        padding: 5px;
    }

    .image-tool.with-background {
        background-color: #f5f5f5;
        padding: 10px;
    }

    /* Removed .image-tool figcaption styles */

    .color-picker {
        display: none;
    }

    .color-picker button {
        outline: none;
        transition: transform 0.2s;
    }

    .color-picker button:hover {
        transform: scale(1.2);
    }

    .editor-table {
        width: 100%;
        border-collapse: collapse;
        /* Collapsed borders for no gaps */
        border: 1px solid #e5e7eb;
        table-layout: fixed;
    }

    .editor-table th,
    .editor-table td {
        border: 1px solid #e5e7eb;
        /* Border color for cells */
        padding: 8px;
        /* Add some padding for readability */
        text-align: left;
        /* Align text to the left (adjust as needed) */
        min-width: 100px;
        /* Minimum width for cells */
        min-height: auto;
        /* Minimum height for cells */
        vertical-align: top;
        /* Align content to the top */
    }

    .editor-table thead tr {
        background-color: #f9fafb;
    }

    /* Apply odd/even styling only to tbody rows */
    .editor-table tbody tr:nth-child(odd) {
        background-color: #ffffff;
    }

    .editor-table tbody tr:nth-child(even) {
        background-color: #f9fafb;
    }

    .custom-table-holder {
        position: relative;
        margin: 10px 0;
    }

    .table-controls {
        margin-bottom: 10px;
    }

    .add-row-btn,
    .add-column-btn,
    .remove-row-btn,
    .remove-column-btn {
        padding: 5px 10px;
        margin-right: 10px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

    .add-row-btn:hover,
    .add-column-btn:hover {
        background-color: #0056b3;
    }

    .remove-row-btn,
    .remove-column-btn {
        background-color: #dc3545;
    }

    .remove-row-btn:hover,
    .remove-column-btn:hover {
        background-color: #c82333;
    }

    .editor-table ul {
        margin: 0;
        padding-left: 20px;
    }

    .editor-table img {
        max-width: 100%;
        height: auto;
    }

    /* Ensure the EditorJS holder respects the cell size */
    .editor-table th > div,
    .editor-table td > div {
        min-width: 100px;
        /* Match the min-width of the cell */
        min-height: auto;
        /* Match the min-height of the cell */
    }

    .card-block-form {
        padding: 10px;
    }

    .card-form-field {
        margin-bottom: 10px;
    }

    .card-form-field label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .card-form-field select {
        width: 100%;
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .card-form-field .codex-editor {
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 10px;
    }

    /* Base card styles */
    .card-block-holder {
        padding: 30px 25px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        background-color: #ffffff;
        /* margin: 10px;? */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        height: 100%;
    }

    /* Stacked layout (default) */
    .card-block-holder.layout-stacked {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* Side-by-Side layout */
    .card-block-holder.layout-sideBySide {
        display: flex;
        flex-direction: column;
    }

    .card-block-holder.layout-sideBySide .card-image-heading-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 16px;
    }

    .card-block-holder.layout-sideBySide .card-image-holder {
        flex: 0 0 auto;
        width: max-content;
        /* Fixed width for image */
        min-width: 60px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .card-block-holder.layout-sideBySide .card-heading-holder {
        flex: 1;
        margin-bottom: 0;
        /* Remove margin since it's side by side */
    }

    .card-image-holder {
        width: 100%;
        margin-bottom: 10px;
    }

    .card-image-holder img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }

    .card-heading-holder {
        width: 100%;
        margin-bottom: 10px;
    }

    .card-heading-holder h1,
    .card-heading-holder h2,
    .card-heading-holder h3 {
        margin: 0;
        color: #222;
        font-weight: 600;
    }

    .card-content-holder {
        width: 100%;
    }

    .card-content-holder p,
    .card-content-holder ul {
        margin: 0;
        color: #4a5568;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    blockquote {
        background-color: #9202bb0f;
        border-radius: 12px;
        padding: 24px;
        margin-top: 24px;
    }
    *{
        color: var(--text-color);
    }
    :is(h1, h2, h3, h4, h5, h6) {
        color: var(--primary-color);
    }
    p, li, span{
        font-size: 18px !important;
    }
}

@media (max-width: 800px) {
    .blog-inner-content {
        .columns-container {
            flex-direction: column;
        }
    }
}

@media (max-width: 560px) {
    .blog-inner-content {
        .columns-container {
            flex-direction: column;
        }
    }
}
