.section-padding {
    padding: 70px 0;
}

.blog-hero-subtitle {
    max-width: 720px;
    margin: 14px auto 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
}

.blog-grid {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
}

.blog-card-wrap {
    margin-bottom: 30px;
    display: flex;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ececec;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog-card .blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-meta {
    display: block;
    margin-bottom: 10px;
    color: #7f8c8d;
    font-size: 11px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.blog-card h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #262626;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-card p {
    margin-bottom: 18px;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 1.75;
}

.blog-card .blog-read-btn {
    margin-top: auto;
}

.blog-read-btn {
    display: inline-block;
    min-width: 120px;
    padding: 9px 16px;
    border: 1px solid #ff5252;
    border-radius: 3px;
    color: #ff5252;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.blog-read-btn:hover,
.blog-read-btn:focus {
    background: #f1592a;
    color: #ffffff;
    text-decoration: none;
}

.blog-widget {
    margin-bottom: 22px;
    padding: 22px 20px;
    border-radius: 8px;
    border: 1px solid #ececec;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.blog-widget h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #262626;
    font-weight: 600;
}

.blog-list {
    padding-left: 18px;
    margin-bottom: 0;
}

.blog-list li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.blog-list li a {
    color: #555;
}

.blog-list li a:hover {
    color: #ff5252;
}

.blog-cta p {
    margin-bottom: 16px;
}

.blog-detail-hero h2 {
    font-size: 36px;
    line-height: 1.25;
    text-transform: none;
}

.blog-detail-meta {
    font-size: 14px;
    opacity: 0.95;
}

.blog-detail-layout {
    display: flex;
    flex-wrap: wrap;
}

.blog-detail-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.blog-featured-image-wrap {
    margin: 0;
    padding: 24px 24px 0;
}

.blog-featured-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.blog-detail-content {
    max-width: 100%;
    padding: 24px;
}

.blog-detail-content p,
.blog-detail-content li {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.blog-detail-content h3 {
    margin-top: 26px;
    margin-bottom: 12px;
    color: #262626;
    font-size: 24px;
    font-weight: 700;
}

.blog-detail-content ul {
    margin-bottom: 18px;
    padding-left: 0;
    list-style: none;
}

.blog-detail-content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}

.blog-detail-content ul li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 1px;
    color: #ff5252;
    font-size: 14px;
    font-weight: 700;
}

.blog-inline-image-wrap {
    margin: 18px 0 20px;
}

.blog-inline-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.blog-cta-box {
    margin: 22px 0;
    padding: 20px;
    border: 1px solid #ececec;
    border-left: 4px solid #ff5252;
    border-radius: 8px;
    background: #fff;
}

.blog-cta-box h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 800;
}

.blog-note {
    padding: 12px 14px;
    border-radius: 6px;
    background: #f8fbfd;
}

.blog-table-wrap {
    margin: 16px 0 22px;
}

.blog-compare-table {
    margin-bottom: 0;
    border: 1px solid #ececec;
}

.blog-compare-table > thead > tr > th {
    color: #222;
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
}

.blog-number-list {
    margin-bottom: 18px;
    padding-left: 24px;
}

.blog-number-list li {
    margin-bottom: 8px;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.8;
}

.faq-item {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #efefef;
}

@media (max-width: 991px) {
    .blog-grid {
        display: block;
    }

    .blog-card-wrap {
        display: block;
    }

    .blog-card img {
        height: 210px;
    }

    .blog-detail-hero h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog-card img {
        height: 200px;
    }

    .blog-detail-card {
        max-width: 100%;
        width: 100%;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .blog-detail-layout {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .blog-detail-layout > [class*="col-"] {
        float: none;
        width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog-featured-image-wrap,
    .blog-detail-content {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-featured-image-wrap {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .blog-detail-content {
        padding-top: 8px;
        padding-bottom: 18px;
    }

    .blog-detail-content h1.section-title {
        margin-top: 6px;
    }

    .blog-detail-hero h2 {
        font-size: 24px;
    }
}

.blog-table-wrap {
    margin: 30px 0;
}

/* Table Base */
.blog-compare-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Header */
.blog-compare-table thead {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.blog-compare-table th {
    color: #ffffff;
    text-align: left;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Body */
.blog-compare-table td {
    padding: 14px 18px;
    font-size: 14px;
    color: #334155;
    border-bottom: 1px solid #e5e7eb;
}

/* First Column (Attributes) */
.blog-compare-table td:first-child {
    font-weight: 600;
    color: #0f172a;
}

/* Zebra Rows */
.blog-compare-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

/* Hover Effect */
.blog-compare-table tbody tr:hover {
    background: #eef2ff;
    transition: 0.3s ease;
}

/* Highlight Vector vs Raster */
.blog-compare-table td:nth-child(2) {
    color: #16a34a; /* Green for positive */
    font-weight: 500;
}

.blog-compare-table td:nth-child(3) {
    color: #dc2626; /* Red for negative */
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-compare-table th,
    .blog-compare-table td {
        padding: 12px;
        font-size: 13px;
    }
}

