.hero-banner::before{
    display: none !important;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #898989 !important;
}

.g-main-blogs-main-categories-main-container {
    padding: 2rem 0;
    background-color: #0f0f0f;
    border-radius: 0;
    PADDING-TOP: 2REM !IMPORTANT;
}

.g-main-blogs-main-categories-main-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: 2px solid;
}

.g-main-blogs-main-categories {
    flex: 1 1 calc(12.5% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    color: white;
    padding: 10px;
}

.g-main-blogs-card-title {
    font-size: 20px;
}

@media (min-width:768px) and (max-width:1440px) {
    .g-blog-article-content-part {
        grid-column: span 8 !important
    }

    .g-blog-article-sidebar {
        grid-column: span 4 !important
    }
}

@media (max-width:1024px) {
    .g-main-blogs-main-categories {
        flex: 1 1 calc(25% - 20px)
    }
}

@media (max-width:768px) {
    .g-main-blogs-main-categories {
        flex: 1 1 calc(50% - 20px)
    }
}

@media (max-width:480px) {
    .g-main-blogs-main-categories {
        flex: 1 1 100%
    }
}

.g-main-blogs-main-categories-main-container {
    max-width: 100%;
    overflow-x: auto;
    padding-top: 10px;
}

.g-main-blogs-main-categories:hover {
    background-color: #2a2a2a;
}

.g-main-blogs-main-categories.clicked {
    background-color: #2a2a2a;
}

.g-main-blogs-main-categories-img {
    width: 45px;
    height: auto;
    margin-right: 10px;
}

.g-main-blogs-main-title {
    color: #fff;
    text-align: center;
}

.g-main-blogs-main-title-1 {
    text-align: center;
}

.g-main-blogs-main-title-img {
    width: 45px;
    height: auto;
    margin-right: 10px;
}

.g-main-blogs-main-container {
    max-width: 1600px;
    margin: auto;
    padding: 80px 15px;
}

.g-main-blogs-layout {
    display: flex;
    flex-wrap: wrap;
}

.g-main-blogs-card {
    padding: 2rem;
    margin: 5px;
    border-radius: 1rem;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
}

.g-main-blogs-card-img-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.g-main-blogs-card-img {
    width: 100%;
    height: 250px;
    margin-bottom: 1rem;
    object-fit: cover;
    border-radius: 1rem;
}

.g-main-blogs-card-link {
    background-color: var(--span);
    border: 2px solid transparent;
    border-radius: 2rem;
    padding: 5px 15px;
    font-weight: 500;
    margin-top: 1rem;
    margin-right: 15px;
    color: white;
    transition: all .3s ease;
}

.g-main-blogs-card-link:hover {
    background-color: #000;
    border: 2px solid #000;
}

#ResultNone {
    text-align: center;
    margin-top: 10px;
    color: #9b0000;
    display: none;
}

.g-blog-article-main-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
}

.g-blog-article-content-part {
    grid-column: span 9;
    border: 1px solid #ccc;
    padding: 0 30px;
}

.g-tutorial-contents-main-container {
    padding: 40px 15px;
    max-width: 1330px;
    margin: auto;
}

.g-blog-extracted-card-main-container {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 90vh;
    position: sticky;
    top: 80px;
    overflow: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.g-tutorial-table {
    width: 100%;
    table-layout: fixed;
}

.g-tutorial-table img {
    max-width: 100%;
    max-height: 50px;
    transition: transform .3s ease;
}

.g-tutorial-table img:hover {
    transform: scale(1.09);
}

.g-border-black-1 {
    border: 1px solid #ebebeb;
    padding: 1%;
    text-align: center;
}

.g-light-speed-performance-content-title {
    margin-top: 2rem;
}

.g-blog-article-sidebar {
    grid-column: span 3;
    padding: 0 15px 20px 15px;
    background-color: #f8f9fb;
}

.g-blog-extracted-card-image {
    float: left;
    margin-right: 15px;
    max-width: 150px
}

.g-blog-extracted-card-title,
.g-blog-extracted-card-desc {
    overflow: hidden
}

.g-blog-extracted-card-footer {
    clear: both
}

.g-blog-extracted-card-main-title {
    text-align: center;
}

.g-blog-extracted-card-main-title-img {
    width: 45px;
    height: auto;
}

.g-blog-extracted-card {
    box-sizing: border-box;
    MARGIN: 2PX;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
}

.g-blog-extracted-card-image {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.g-blog-extracted-card-title {
    font-size: 14px;
    font-weight: 600;
}

.g-blog-extracted-card-desc {
    margin-bottom: 1rem;
    font-size: small;
}

.g-main-blogs-card-time {
    color: var(--gray-font);
}

.g-blog-extracted-card-footer .g-main-blogs-card-time {
    font-size: 12px;
    color: #999999;
}

.g-blog-extracted-card-link {
    border: 2px solid transparent;
    border-radius: 2rem;
    padding: 5px 15px;
    font-weight: 500;
    margin-top: 1rem;
    margin-right: 15px;
    color: var(--span);
    transition: all .3s ease;
}

.g-blog-extracted-card-link:hover {
    color: #000;
}

.g-blog-extracted-card-footer {
    clear: both;
    text-align: right;
    padding-right: 1.5rem
}

.pagination-controls {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-bottom: 50px;
    font-family: 'poppins' !important;
    font-weight: 500;
}

.pagination-controls button {
    padding: 8px 25px;
    color: #fff;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    font-family: 'poppins' !important;
    background-color: var(--span);
    font-weight: 600;
}

.pagination-controls button:disabled {
    background-color: var(--table-head-bg);
    cursor: not-allowed;
}

@media (max-width:768px) {
    .g-main-blogs-card {
        flex: 1 1 100%
    }

    .g-main-blogs-card-time {
        font-size: small !important
    }

    .g-main-blogs-card-link {
        margin-right: 5px !important
    }
}

@media screen and (max-width:992px) {
    .g-blog-article-sidebar {
        grid-column: span 12
    }

    .g-blog-article-content-part {
        grid-column: span 12
    }
}

@media screen and (max-width:992px) {
    .g-blog-article-sidebar {
        max-height: 100% !important;
        position: static !important;
        overflow: auto
    }
}

.blog-main-banner {
    background-image: radial-gradient(circle, #000000 0%, #00000040 100%), url('/assets/img/blog/gaming-wallpaper.avif');
    height: 400px !important;
}

.g-bot-mar-30 {
    margin-bottom: 30px !important;
}

.g-blog-title-h3 {
    font-size: 21px;
    font-weight: 700;
    color: #268133;
    margin-top: 35px !important;
}

.g-blog-title-h4 {
    font-size: 19px;
    font-weight: 700;
    color: #103a17;
}

.g-blog-title-h5 {
    font-size: 16px;
    font-weight: 700;
    color: #071b0a;
}

.table-container {
    overflow-x: auto
}

.g-blog-info-tbl {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: .9em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background-color: #ffffff;
}

.g-blog-info-tbl thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.g-blog-info-tbl th,
.g-blog-info-tbl td {
    padding: 12px 15px;
    border-bottom: 1px solid #dddddd;
}

.g-blog-info-tbl tbody tr {
    transition: background-color .2s ease-in-out;
}

.g-blog-info-tbl tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.g-blog-info-tbl tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}

.g-blog-info-tbl tbody tr:hover {
    background-color: #f1f1f1;
    font-weight: bold;
    color: #009879;
}

@media screen and (max-width:768px) {
    .g-blog-info-tbl {
        box-shadow: none
    }

    .g-blog-info-tbl thead {
        display: none
    }

    .g-blog-info-tbl,
    .g-blog-info-tbl tbody,
    .g-blog-info-tbl tr,
    .g-blog-info-tbl td {
        display: block;
        width: 100%
    }

    .g-blog-info-tbl tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }

    .g-blog-info-tbl td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px solid #eee
    }

    .g-blog-info-tbl td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: calc(50% - 30px);
        text-align: left;
        font-weight: bold;
        color: #333
    }
}

@media screen and (max-width:1200px) {
    .g-blog-article-sidebar {
        grid-column: span 12 !important
    }

    .g-blog-article-content-part {
        grid-column: span 12 !important
    }
}

.labTest {
    background: #f8fbff;
    border-left: 5px solid var(--span);
    padding: 25px;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.conclusion-cta-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.cta-card {
    background: linear-gradient(to right, #f8fbff, #ffffff);
    border: 1px solid #e1e8ed;
    border-left: 5px solid var(--span);
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: transform .3s ease;
}

.cta-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, .1);
}

.cta-title {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
}

.cta-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.cta-punchline {
    font-size: 16px;
    font-weight: 600;
    color: var(--span);
    margin-bottom: 0;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-btn-main {
    background-color: var(--span) !important;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid var(--span) !important;
    display: inline-block;
    text-align: center;
}

.cta-btn-main:hover {
    background-color: var(--span);
    border-color: var(--span);
    color: #fff;
}

.cta-btn-sec {
    background-color: transparent;
    color: var(--span);
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all .3s ease;
    border: 2px solid var(--span) !important;
    display: inline-block;
    text-align: center;
}

.cta-btn-sec:hover {
    background-color: var(--span);
    color: #fff;
}

@media (max-width:991px) {
    .cta-buttons {
        flex-direction: row;
        justify-content: center;
        margin-top: 25px
    }
}

@media (max-width:576px) {
    .cta-buttons {
        flex-direction: column
    }

    .cta-title {
        font-size: 22px
    }
}

 .latex-formula {
            background-color: #f8f9fa;
            padding: 15px;
            border-radius: 5px;
            border-left: 4px solid #0056b3;
            font-family: monospace;
            font-size: 1.1em;
            margin: 20px 0;
            overflow-x: auto;
        }
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            margin: 25px 0;
            font-size: 0.95em;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
        }
        .comparison-table th, .comparison-table td {
            padding: 15px 20px;
            text-align: left;
            border-bottom: 1px solid #e0e0e0;
        }
        .comparison-table th {
            background-color: #f4f6f9;
            color: #333;
            font-weight: bold;
        }
        .comparison-table tr:hover {
            background-color: #fafafa;
        }