.sp-blog-page {
    background: #f6f8fb;
    padding-bottom: 60px;
}
.sp-blog-hero {
    background: linear-gradient(135deg, #071e2d 0%, #0c3148 55%, #fe4d29 160%);
    padding: 70px 0;
    color: #fff;
}
.sp-blog-label {
    display: inline-block;
    background: rgba(254, 77, 41, 0.15);
    border: 1px solid rgba(254, 77, 41, 0.45);
    color: #ffb7a8;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}
.sp-blog-hero h1 {
    max-width: 950px;
    font-size: 42px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 18px;
    color: #fff;
}
.sp-blog-hero p {
    max-width: 760px;
    font-size: 18px;
    line-height: 1.7;
    color: #e8f1f7;
}
.sp-blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 25px;
}

.sp-blog-meta span {
    background: rgba(255,255,255,0.1);
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
}

.sp-blog-container {
    max-width: 100%;
    margin-top: -35px;
}
.sp-blog-content-card {
    padding: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 45px rgba(8, 30, 45, 0.08);
    overflow: hidden;
    border: 1px solid #edf0f3;
}

.sp-featured-image {
    padding: 22px;
    background: #fff;
}

.sp-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    display: block;
}

.sp-blog-content {
    padding: 10px 34px 40px;
}

.sp-blog-content h2,
.sp-blog-content h3,
.sp-blog-content h4 {
    color: #081e2d;
    font-weight: 800;
    margin-top: 32px;
    margin-bottom: 14px;
}

.sp-blog-content p {
    color: #4d5b66;
    font-size: 16px;
    line-height: 1.85;
}

.sp-blog-content ul,
.sp-blog-content ol {
    padding-left: 22px;
    margin-bottom: 22px;
}

.sp-blog-content li {
    color: #4d5b66;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.sp-blog-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.sp-blog-content table th {
    background: #081e2d;
    color: #fff;
    padding: 14px;
}

.sp-blog-content table td {
    padding: 14px;
    border: 1px solid #e5e9ef;
    color: #4d5b66;
}

.sp-blog-content ._toc {
    background: #f3f7fa !important;
    border-left: 5px solid #fe4d29;
    border-radius: 10px;
    padding: 22px !important;
    margin: 25px 0 !important;
}

.sp-blog-content ._toc summary {
    color: #081e2d;
    font-weight: 800;
    cursor: pointer;
}

.sp-blog-content ._toc ol {
    margin-top: 15px;
    margin-bottom: 0;
}

.sp-mid-cta {
    background: linear-gradient(135deg, #081e2d, #10364d);
    border-radius: 16px;
    padding: 28px;
    margin: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sp-mid-cta h3 {
    color: #fff;
    margin: 0 0 8px;
}

.sp-mid-cta p {
    color: #dce9f0;
    margin: 0;
}

.sp-mid-cta a {
    background: #fe4d29;
    color: #fff;
    padding: 13px 22px;
    border-radius: 8px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
}

.sidebar_styleOne aside {
    position: sticky;
    top: 20px;
}

.send_message.contact_us_form {
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(8, 30, 45, 0.18);
    margin-bottom: 28px;
}

.send_message.contact_us_form h3 {
    font-weight: 800;
    margin-bottom: 22px;
}
.send_message.contact_us_form input {
    border-radius: 8px;
    height: 54px;
    margin-bottom: 16px;
}
.sp-sidebar-title h3 {
    background: #081e2d;
    color: #fff;
    padding: 16px 18px;
    border-radius: 14px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}
.page_list {
    background: #fff;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(8, 30, 45, 0.08);
}
.page_list li {
    margin-bottom: 10px;
}
.page_list li a {
    background: #f6f8fb;
    color: #081e2d;
    padding: 15px 18px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    transition: 0.3s ease;
}
.page_list li a::after {
    content: "›";
    color: #fe4d29;
    font-size: 22px;
    font-weight: 900;
}
.page_list li a:hover {
    background: #081e2d;
    color: #fff;
    transform: translateX(5px);
}

.page_list li a:hover::after {
    color: #fff;
}
.page_list li.active a,
.page_list li a.active {
    background: #fe4d29;
    color: #fff;
}
.page_list li.active a::after,
.page_list li a.active::after {
    color: #fff;
}
.recent_news_sidebar {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(8, 30, 45, 0.06);
}
.recent_news_sidebar .theme_title h4 {
    color: #081e2d;
    font-weight: 800;
    margin-bottom: 18px;
}
.single_news_sidebar {
    padding: 12px 0;
    border-bottom: 1px solid #edf0f3;
}
.single_news_sidebar:last-child {
    border-bottom: none;
}

.single_news_sidebar .img_holder img {
    width: 72px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
}
.single_news_sidebar .post h6 a {
    color: #081e2d;
    font-weight: 700;
    line-height: 1.4;
}
.faq {
    background: #f8fafc;
    padding: 25px;
    border-radius: 16px;
}

.faq .theme_title h3 {
    color: #081e2d;
    font-weight: 800;
}

@media (max-width: 991px) {
    .sp-blog-hero {
        padding: 50px 0;
    }

    .sp-blog-hero h1 {
        font-size: 32px;
    }

    .sp-blog-container {
        margin-top: -20px;
    }

    .sidebar_styleOne aside {
        position: static;
        margin-top: 30px;
    }

    .sp-mid-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

    /* ===== QCO UPDATE BAR (GLOBAL) ===== */

.sp-qco-update-bar {
    background: #081e2d;
    padding: 10px 0;
    overflow: hidden;
}

.sp-qco-update-bar .container {
    display: flex;
    align-items: center;
    gap: 16px;
    overflow: hidden;
}

.sp-qco-label {
    background: #fe4d29;
    color: #fff;
    padding: 8px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sp-live-dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: spPulse 1.2s infinite;
}

.sp-qco-ticker {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}

.sp-qco-track {
    display: flex;
    width: max-content;
    animation: spTicker 60s linear infinite;
    animation-delay: 2s;
}

.sp-qco-track a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 40px;
    position: relative;
}

.sp-qco-track a::after {
    content: "•";
    color: #fe4d29;
    position: absolute;
    right: -24px;
}

.sp-qco-track:hover {
    animation-play-state: paused;
}

/* Animations */

@keyframes spTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes spPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* ===== MOBILE FIX ===== */

@media (max-width: 767px) {

    .sp-qco-update-bar .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sp-qco-label {
        font-size: 11px;
        padding: 6px 10px;
    }

    .sp-qco-track {
        animation: spTicker 80s linear infinite;
    }

    .sp-qco-track a {
        font-size: 12px;
        margin-right: 28px;
    }
}
.sp-blog-breadcrumb {
    text-align: center;
    background: linear-gradient(135deg, #f5f7fa, #eef2f6);
    padding: 45px 0;
    border-bottom: 1px solid #e5e9ef;
}

.sp-breadcrumb-content {
    max-width: 800px;
    margin: 0 auto;
}

.sp-blog-category {
    display: inline-block;
    background: #fff;
    color: #fe4d29;
    padding: 7px 14px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    box-shadow: 0 6px 18px rgba(8, 30, 45, 0.08);
}

.sp-blog-breadcrumb h1 {
    color: #081e2d;
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 8px;
}

.sp-blog-breadcrumb p {
    color: #4d5b66;
    font-size: 17px;
    margin-bottom: 20px;
}

.sp-breadcrumb-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0 0 22px;
    list-style: none;
}

.sp-breadcrumb-list li {
    color: #081e2d;
    font-weight: 600;
}

.sp-breadcrumb-list li:not(:last-child)::after {
    content: "›";
    color: #fe4d29;
    margin-left: 10px;
    font-weight: 900;
}

.sp-breadcrumb-list a {
    color: #081e2d;
    text-decoration: none;
}

.sp-breadcrumb-btn {
    display: inline-block;
    margin-top: 10px;
    background: #fe4d29;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    font-weight: 800;
    text-decoration: none;
}

.sp-breadcrumb-btn:hover {
    background: #081e2d;
    color: #fff;
}

@media (max-width: 767px) {
    .sp-blog-breadcrumb {
        padding: 32px 0;
        text-align: center;
    }

    .sp-blog-breadcrumb h1 {
        font-size: 28px;
    }

    .sp-breadcrumb-list {
        justify-content: center;
    }
}
.sp-toc-accordion {
    background: #f4f8fb !important;
    border-left: 5px solid #fe4d29;
    border-radius: 16px;
    padding: 0 !important;
    margin: 28px 0 !important;
    overflow: hidden;
}

.sp-toc-accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 26px;
    font-size: 22px;
    font-weight: 800;
    color: #081e2d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sp-toc-accordion summary::-webkit-details-marker {
    display: none;
}

.sp-toc-accordion[open] summary i {
    transform: rotate(180deg);
}

.sp-toc-accordion summary i {
    transition: 0.3s;
    color: #fe4d29;
}

.sp-toc-accordion ol {
    padding: 0 26px 24px 45px !important;
    margin: 0 !important;
}

.sp-toc-accordion li {
    margin-bottom: 12px;
    color: #081e2d;
}

.sp-toc-accordion li a {
    color: #334;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none !important;
    line-height: 1.6;
}

.sp-toc-accordion li a:hover {
    color: #fe4d29 !important;
}

@media (max-width: 767px) {
    .sp-toc-accordion summary {
        font-size: 18px;
        padding: 18px 20px;
    }

    .sp-toc-accordion ol {
        padding: 0 20px 20px 38px !important;
    }

    .sp-toc-accordion li a {
        font-size: 14px !important;
    }
}
.sp-faq-section {
    width: 100%;
    clear: both;
    background: #f6f8fb;
    padding: 18px 0;
}

.sp-faq-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.sp-faq-heading h2 {
    font-size: 54px;
    font-weight: 900;
    color: #081e2d;
    margin-bottom: 12px;
}
/* .sp-faq-heading span {
    display: block;
    width: 90px;
    height: 5px;
    background: #fe4d29;
    border-radius: 10px;
    margin: 0 auto 20px;
} */
.sp-faq-heading p {
    color: #fe4d29;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
}
.sp-faq-item {
    background: #fff;
    border: 1px solid #edf0f3;
    border-radius: 22px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(8, 30, 45, 0.05);
}

.sp-faq-question {
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.sp-faq-question h4 {
    font-size: 22px;
    font-weight: 800;
    color: #081e2d;
    margin: 0;
}

.sp-faq-question span {
    width: 42px;
    height: 42px;
    background: #fff0ec;
    color: #fe4d29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 24px;
}

.sp-faq-answer {
    text-align: left;
    padding: 0 30px 25px;
}

.sp-faq-answer p {
    font-size: 16px;
    line-height: 1.8;
    color: #4d5b66;
    margin: 0;
}

@media (max-width: 767px) {
    .sp-faq-section {
        padding: 2px 0;
    }

    .sp-faq-heading h2 {
        font-size: 38px;
    }

    .sp-faq-heading p {
        font-size: 15px;
    }

    .sp-faq-question {
        padding: 18px 20px;
    }

    .sp-faq-question h4 {
        font-size: 16px;
    }

    .sp-faq-question span {
        width: 34px;
        height: 34px;
        font-size: 20px;
        flex: 0 0 34px;
    }
}
/* ===== RIGHT SIDEBAR FORM (FINAL) ===== */

.sp-sidebar-form {
    background: linear-gradient(145deg, #071e2d, #0c3148);
    border-radius: 22px;
    padding: 26px 22px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 50px rgba(8, 30, 45, 0.18);
    position: relative;
}

/* ===== HEADER ===== */

.sp-form-head span {
    display: inline-block;
    background: rgba(254,77,41,0.15);
    color: #ffb7a8;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sp-form-head h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 6px;
}

.sp-form-head p {
    color: #c9d6df;
    font-size: 13px;
    margin-bottom: 18px;
}

/* ===== INPUT FIELDS ===== */

.sp-sidebar-form input[type="text"],
.sp-sidebar-form input[type="email"],
.sp-sidebar-form input[type="tel"] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: none;
    background: #f6f8fb;
    padding: 0 16px;
    font-size: 14px;
    color: #081e2d;
    margin-bottom: 14px;
    transition: 0.25s ease;
}

/* Focus Effect */
.sp-sidebar-form input:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(254,77,41,0.25);
}

/* Placeholder Styling */
.sp-sidebar-form input::placeholder {
    color: #7b8a94;
    font-weight: 500;
}

/* ===== BUTTON ===== */

.sp-sidebar-form input[type="submit"] {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #fe4d29, #ff6b4a);
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover Effect */
.sp-sidebar-form input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(254,77,41,0.30);
}

/* ===== TRUST TEXT ===== */

.sp-form-trust {
    margin-top: 12px;
    font-size: 12px;
    color: #d8e6ee;
    text-align: center;
}

/* ===== OPTIONAL WHATSAPP BUTTON ===== */

.sp-whatsapp-cta {
    display: block;
    margin-top: 10px;
    text-align: center;
    background: #25D366;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.sp-whatsapp-cta:hover {
    background: #1ebc57;
}
/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 767px) {
    .sp-sidebar-form {
        padding: 20px 16px;
    }

    .sp-form-head h3 {
        font-size: 20px;
    }

    .sp-form-head p {
        font-size: 12px;
    }

    .sp-sidebar-form input {
        height: 48px;
    }

    .sp-sidebar-form input[type="submit"] {
        height: 50px;
    }
}