/* Generated production bundle. Edit source files, then rebuild this bundle. */

/* ===== contact.css ===== */
:root {
    --headingfont:'Kreon', serif;
    --textfont:'Raleway',serif;
    --brand-green: #00e65a;
    --sm-bg-dark: #2d2d2d;
    --sm-white: #ffffff;
    --sm-text-gray: #b0b0b0;
    --sm-btn-green: #00e640;
}
body {
    background-color: #f8f9fa;
    
    }
h1, .lead { font-family: var(--headingfont); }

h1 { font-size: 2.8rem; text-shadow: 1px 1px 1px rgba(0,0,0,0.05); }
.lead { font-size: 1.3rem; }
.contact-details p { margin-bottom: 0.5rem; font-size: 1.1rem; }
.mr-2 { margin-right: 0.5rem; }


    /* Navbar Styling */
        .navbar {
            background-color: #212121;
            padding: 1rem;
        }
        .navbar-brand {
            font-weight: 700;
            letter-spacing: 1px;
            font-size: 1.5rem;
        }
        .nav-link {
            color: white !important;
            font-size: 0.9rem;
            margin: 0 10px;
        }
        .nav-link.active-green {
            color: var(--brand-green) !important;
            font-weight: bold;
        }




/* Custom Navbar Styling */
.sm-main-navbar {
    padding: 0.8rem 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

/* Desktop Hover Effects */
@media (min-width: 992px) {
    .sm-main-navbar .nav-link {
        font-weight: 500;
        transition: color 0.3s ease;
        position: relative;
    }

    .sm-main-navbar .nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #0d6efd; /* Bootstrap Primary */
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }

    .sm-main-navbar .nav-link:hover::after {
        width: 80%;
    }
}

/* Mobile Offcanvas Enhancements */
.sm-mobile-offcanvas {
    width: 280px !important;
}

.sm-mobile-offcanvas .nav-link {
    font-size: 1.1rem;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.sm-mobile-offcanvas .nav-link:hover {
    color: #0d6efd !important;
}

/* Fix for background blur when offcanvas is active */
.offcanvas-backdrop.show {
    opacity: 0.7;
    backdrop-filter: blur(4px);
}

/* --- Mobile Sidebar Styles (Matching image_849760.png) --- */
@media (max-width: 991px) {
    .sm-mobile-menu {
        background-color: #0b1426 !important; /* Deep Navy */
        width: 280px !important;
    }

    .custom-search {
        background-color: #1a2436 !important;
        border: 1px solid #2d394d !important;
        color: #fff !important;
        border-radius: 8px;
    }

    .sm-mobile-menu .nav-link {
        color: #ffffff !important;
        font-weight: 600;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .search-container{
        display: block;
    }
    .texthideshow{
        display: block;
    }
}




/* Footer Main Container */
        .sm-footer-wrapper {
            background-color: var(--sm-bg-dark);
            color: var(--sm-white);
            padding: 80px 0;
        }

        /* Typography */
        .sm-footer-brand {
            font-weight: 800;
            font-size: 1.5rem;
            letter-spacing: 1px;
            margin-bottom: 30px;
            text-transform: uppercase;
        }

        .sm-footer-brand span {
            font-weight: 300;
        }

        .sm-footer-desc {
            color: var(--sm-text-gray);
            font-size: 0.95rem;
            line-height: 1.6;
            max-width: 280px;
            margin-bottom: 25px;
        }

        .sm-footer-meta {
            color: var(--sm-text-gray);
            font-size: 0.9rem;
            text-decoration: none;
            display: block;
            margin-top: 5px;
        }

        .sm-footer-link:hover {
            color: var(--sm-white);
        }

    

        /* Right Side Layout */
        .sm-footer-cta-text {
            font-size: 1.1rem;
            margin-right: 20px;
            font-weight: 300;
        }

        /* The Custom Green Button */
        .sm-footer-btn-login {
            background-color: var(--sm-btn-green);
            color: #fff;
            border: none;
            font-weight: 700;
            padding: 12px 20px;
            font-size: 1.1rem;
            box-shadow: 4px 4px 0px #000; /* Recreating that solid shadow look */
            transition: all 0.2s ease;
            text-decoration: none;
            display: inline-block;
        }

        .sm-footer-btn-login:hover {
            transform: translate(-2px, -2px);
            box-shadow: 6px 6px 0px #000;
            background-color: #00ff48;
            color: #fff;
        }

        .sm-footer-secondary-link {
            display: block;
            margin-top: 40px;
            color: var(--sm-text-gray);
            text-decoration: none;
            font-size: 1.1rem;
        }

     .search-container{
        display: none;
     }
     .texthideshow{
        display: none;
     }

/* ===== blogdetails.css ===== */

.blog-details-section{
    background:#fff;
}

.custom-breadcrumb .breadcrumb-item a{
    text-decoration:none;
    color:#777;
    font-size:14px;
}

.custom-breadcrumb .breadcrumb-item.active{
    color:#999;
    font-size:14px;
}

.blog-main-content{
    background:#fff;
}

.blog-tag{
    color:#16a34a;
    font-weight:600;
    font-size:14px;
}

.blog-title{
    font-size:48px;
    font-weight:700;
    line-height:1.2;
    margin-top:10px;
    margin-bottom:20px;
    max-width:700px;
}

.rocket-icon{
    font-size:60px;
}

.blog-meta span{
    color:#666;
    font-size:14px;
}

.blog-meta i{
    color:#16a34a;
    margin-right:6px;
}

.blog-feature-image img{
    width:100%;
    border-radius:14px;
    height:420px;
    object-fit:cover;
}

.blog-text{
    color:#555;
    line-height:1.9;
    font-size:16px;
}

.blog-point{
    margin-top:35px;
}

.blog-point h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.blog-point p{
    color:#555;
    line-height:1.8;
}

.quote-box{
    background:#f5f5f5;
    padding:25px;
    border-radius:12px;
    display:flex;
    gap:15px;
    align-items:flex-start;
    margin-top:20px;
}

.quote-box i{
    color:#16a34a;
    font-size:28px;
}

.custom-list{
    list-style:none;
    padding-left:0;
    margin-top:20px;
}

.custom-list li{
    margin-bottom:12px;
    position:relative;
    padding-left:30px;
    color:#444;
}

.custom-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    top:0;
    color:#16a34a;
    font-weight:bold;
}

.sidebar-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    padding:25px;
}

.sidebar-card h5{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}

.social-icons{
    display:flex;
    gap:12px;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f3f3f3;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#333;
    transition:0.3s;
}

.social-icons a:hover,
.active-social{
    background:#16a34a !important;
    color:#fff !important;
}

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

.category-list li{
    border-bottom:1px solid #eee;
}

.category-list li:last-child{
    border-bottom:none;
}

.category-list a{
    display:flex;
    justify-content:space-between;
    padding:14px 0;
    text-decoration:none;
    color:#333;
    transition:0.3s;
}

.category-list a:hover{
    color:#16a34a;
}

.recent-post-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
}

.recent-post-item:last-child{
    margin-bottom:0;
}

.recent-post-item img{
    width:85px;
    height:85px;
    object-fit:contain;
    border-radius:10px;
}

.recent-post-item h6{
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
    line-height:1.5;
}

.recent-post-item span{
    color:#777;
    font-size:13px;
}

.post-navigation{
    border-top:1px solid #eee;
    padding-top:30px;
}

.nav-post{
    text-decoration:none;
    color:#222;
    display:block;
    transition:0.3s;
}

.nav-post:hover{
    color:#16a34a;
}

.nav-post small{
    color:#777;
}

.nav-post h6{
    margin-top:8px;
    font-weight:700;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .blog-title{
        font-size:38px;
    }

    .rocket-icon{
        font-size:45px;
    }

    .blog-feature-image img{
        height:320px;
    }

    .sidebar-card{
        margin-top:10px;
    }
}

@media(max-width:767px){

    .blog-title{
        font-size:30px;
    }

    .blog-feature-image img{
        height:250px;
    }

    .quote-box{
        flex-direction:column;
    }

    .recent-post-item{
        flex-direction:column;
    }

    .recent-post-item img{
        width:100%;
        height:180px;
    }

    .nav-post{
        text-align:left !important;
    }
}

@media(max-width:575px){

    .blog-title{
        font-size:26px;
    }

    .blog-meta{
        gap:10px !important;
    }

    .blog-feature-image img{
        height:220px;
    }

    .sidebar-card{
        padding:20px;
    }
}
/* Sidebar Content Styles */
    .blist-sidebar-widget {
      background: #ffffff;
      border-radius: 16px;
      padding: 24px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
      margin-bottom: 24px;
    }
    .blist-sidebar-title {
      font-size: 13px;
      font-weight: 800;
      color: #718096;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .blist-sidebar-title::before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 16px;
      background-color: #0d6efd;
      border-radius: 2px;
    }

    /* Connect Section Link Cards */
    .blist-social-link-card {
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 14px 20px;
      border-radius: 12px;
      text-decoration: none;
      margin-bottom: 12px;
      transition: opacity 0.2s;
    }
    .blist-social-link-card:hover {
      opacity: 0.9;
    }
    .blist-social-link-card .blist-icon-box {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }
    .blist-social-text .blist-platform-name {
      font-size: 14px;
      font-weight: 700;
      color: #2d3748;
      margin: 0;
    }
    .blist-social-text .blist-action-text {
      font-size: 11px;
      font-weight: 600;
      color: #718096;
      text-transform: uppercase;
    }
    .blist-bg-yt-lite { background-color: #fff5f5; border: 1px solid #fed7d7; }
    .blist-bg-yt-lite .blist-icon-box { color: #e53e3e; box-shadow: 0 2px 8px rgba(229,62,62,0.1); }
    .blist-bg-fb-lite { background-color: #f0f7ff; border: 1px solid #deeaff; }
    .blist-bg-fb-lite .blist-icon-box { color: #1877f2; box-shadow: 0 2px 8px rgba(24,119,242,0.1); }

    /* Browse Topics List Items */
    .blist-topic-list-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #f1f5f9;
      color: #4a5568;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
    }
    .blist-topic-list-item:last-child {
      border-bottom: none;
    }
    .blist-topic-list-item:hover {
      color: #0d6efd;
    }
    .blist-topic-count-badge {
      background-color: #f1f5f9;
      color: #718096;
      font-size: 12px;
      font-weight: 700;
      padding: 4px 10px;
      border-radius: 20px;
    }
    .seteditorpoint span img{
        object-fit: contain;
        width: 100%;
    }










    /*// form blog comment css*/
    .comments-header {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1a2530;
            display: inline-block;
            border-bottom: 3px solid #0d6efd;
            padding-bottom: 5px;
            margin-bottom: 2rem;
        }
        .custom-comment-card {
            background-color: #f8fafc;
            border: 1px solid #f1f5f9;
            border-radius: 12px;
            padding: 2rem;
        }
        .card-title-custom {
            font-size: 1.25rem;
            font-weight: 700;
            color: #0f172a;
            margin-bottom: 1.25rem;
        }
        .form-control-custom {
            border: 1px solid #e2e8f0;
            border-radius: 6px;
            padding: 0.75rem;
            background-color: #ffffff;
            color: #334155;
        }
        .form-control-custom::placeholder {
            color: #94a3b8;
        }
        .form-control-custom:focus {
            border-color: #cbd5e1;
            box-shadow: none;
            background-color: #ffffff;
        }
        .btn-post {
            background-color: #1d61e1;
            color: #ffffff;
            font-weight: 500;
            padding: 0.6rem 1.5rem;
            border-radius: 6px;
            border: none;
            transition: background-color 0.2s ease;
        }
        .btn-post:hover {
            background-color: #144eb8;
            color: #ffffff;
        }
        .replies-container:empty {
            border: none !important;
            padding: 0 !important;
        }





        /* Container that holds all your comments */
#master-comments-wrap {
    max-height: 550px;       /* Adjust this height as per your design preference */
    overflow-y: auto;        /* Dynamic: Auto-hides when empty/short, shows when content overflows */
    overflow-x: hidden;      /* Prevents any horizontal accidental shifting */
    padding-right: 10px;     /* Leaves comfortable breathing room for the scrollbar */
}

/* Optional: Custom modern scrollbar stylings for WebKit browsers (Chrome, Safari, Edge) */
#master-comments-wrap::-webkit-scrollbar {
    width: 6px;
}

#master-comments-wrap::-webkit-scrollbar-track {
    background: #f1f5f9;     /* Light background track */
    border-radius: 10px;
}

#master-comments-wrap::-webkit-scrollbar-thumb {
    background: #cbd5e1;     /* Soft slate scroll indicator */
    border-radius: 10px;
}

#master-comments-wrap::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;     /* Darkens slightly on cursor hover */
}

/* =========================
   BLOG DETAILS NO-BLINK STICKY SIDEBAR
   Desktop only:
   - No inner sidebar scrollbar
   - Sidebar scrolls naturally with page
   - When sidebar bottom reaches viewport bottom, it holds
   - Left content continues scrolling without right-side blinking
   - On up-scroll sidebar moves back naturally
========================= */
:root {
    --blog-sidebar-sticky-top: 92px;
}

.blog-details-section,
.blog-details-section .container,
.blog-details-section .row,
.blog-sidebar-column {
    overflow: visible !important;
}

.blog-sidebar-column {
    position: relative;
    align-self: stretch;
}

.blog-sidebar-smart {
    width: 100%;
    overflow: visible !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
    scrollbar-width: none;
}

.blog-sidebar-smart::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

@media (min-width: 992px) {
    .blog-sidebar-smart {
        position: -webkit-sticky;
        position: sticky;
        top: var(--blog-sidebar-sticky-top, 92px);
        align-self: flex-start;
        z-index: 2;
    }

    .blog-sidebar-smart .sidebar-card,
    .blog-sidebar-smart .blist-sidebar-widget {
        transform: none !important;
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
        backface-visibility: visible;
    }
}

@media (max-width: 991.98px) {
    .blog-sidebar-column {
        min-height: auto !important;
        align-self: auto;
    }

    .blog-sidebar-smart {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        margin-top: 18px;
    }
}

/* =========================================================
   BLOG EDITOR CONTENT
   Moved from the Blade file so the template contains no CSS.
========================================================= */
.seteditorpoint {
    width: 100%;
    max-width: 100%;
    overflow-x: visible;
    overflow-wrap: break-word;
    word-break: normal;
    color: #111827;
    font-size: 17px;
    line-height: 1.7;
}

.seteditorpoint p {
    margin-bottom: 16px;
}

.seteditorpoint img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.seteditorpoint a {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: underline;
}

.seteditorpoint a:hover {
    color: #084298;
}

.seteditorpoint a.editor-btn,
.seteditorpoint .editor-btn {
    display: inline-block !important;
    margin: 10px 5px 10px 0 !important;
    padding: 12px 24px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #34a853, #1f8f43) !important;
    box-shadow: 0 8px 22px rgba(52, 168, 83, 0.28) !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease !important;
}

.seteditorpoint a.editor-btn:hover,
.seteditorpoint .editor-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #1f8f43, #137333) !important;
    box-shadow: 0 12px 28px rgba(52, 168, 83, 0.35) !important;
    color: #ffffff !important;
}

.seteditorpoint .editor-table-scroll {
    width: 100%;
    max-width: 100%;
    margin: 22px 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.seteditorpoint .editor-table-scroll::-webkit-scrollbar {
    height: 6px;
}

.seteditorpoint .editor-table-scroll::-webkit-scrollbar-track {
    border-radius: 20px;
    background: #f1f5f9;
}

.seteditorpoint .editor-table-scroll::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #34a853;
}

.seteditorpoint table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 22px 0 !important;
    border: 1px solid #d1d5db !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
}

.seteditorpoint .editor-table-scroll table {
    min-width: 720px !important;
    margin: 0 !important;
    border: 0 !important;
}

.seteditorpoint table thead,
.seteditorpoint table tbody,
.seteditorpoint table tfoot,
.seteditorpoint table tr {
    border: 1px solid #d1d5db !important;
}

.seteditorpoint table th,
.seteditorpoint table td {
    padding: 12px 14px !important;
    border: 1px solid #d1d5db !important;
    background: #ffffff;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-align: left !important;
    vertical-align: top !important;
    white-space: normal !important;
}

.seteditorpoint table th {
    background: #f8fafc !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

.seteditorpoint table td p,
.seteditorpoint table th p {
    margin: 0 !important;
}

.seteditorpoint table caption {
    padding-top: 8px;
    caption-side: bottom;
    color: #6b7280;
    font-size: 14px;
}

/* =========================================================
   COMMENT EMPTY STATE
========================================================= */
.blog-comments-empty {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    text-align: center;
}

.blog-comments-empty i {
    color: #2563eb;
    font-size: 24px;
}

.blog-comments-empty p {
    margin: 0;
    font-size: 15px;
}

/* =========================================================
   BLOG FAQ SECTION
========================================================= */
.blog-faq-section {
    margin-top: 32px;
    padding: 32px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.06);
}

.blog-faq-header {
    max-width: 680px;
    margin-bottom: 24px;
}

.blog-faq-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-faq-eyebrow::before {
    width: 22px;
    height: 3px;
    border-radius: 99px;
    background: #2563eb;
    content: '';
}

.blog-faq-header h2 {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
}

.blog-faq-header p {
    margin: 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.blog-faq-accordion {
    display: grid;
    gap: 14px;
}

.blog-faq-accordion .accordion-item {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
}

.blog-faq-accordion .accordion-item:first-of-type,
.blog-faq-accordion .accordion-item:last-of-type {
    border-radius: 14px;
}

.blog-faq-accordion .accordion-header {
    margin: 0;
}

.blog-faq-button {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 19px 20px;
    border: 0;
    background: #ffffff;
    color: #0f172a;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

.blog-faq-button::after {
    display: none;
}

.blog-faq-button:not(.collapsed) {
    background: #f8fbff;
    color: #0f172a;
}

.blog-faq-button:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.22) !important;
}

.blog-faq-number {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eaf2ff;
    color: #2563eb;
    font-size: 14px;
    font-weight: 800;
}

.blog-faq-question {
    min-width: 0;
}

.blog-faq-toggle {
    position: relative;
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    justify-self: end;
    border-radius: 50%;
    background: #eef2f7;
}

.blog-faq-toggle::before,
.blog-faq-toggle::after {
    position: absolute;
    width: 12px;
    height: 2px;
    border-radius: 99px;
    background: #334155;
    content: '';
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.blog-faq-toggle::after {
    transform: rotate(90deg);
}

.blog-faq-button:not(.collapsed) .blog-faq-toggle {
    background: #2563eb;
}

.blog-faq-button:not(.collapsed) .blog-faq-toggle::before,
.blog-faq-button:not(.collapsed) .blog-faq-toggle::after {
    background: #ffffff;
}

.blog-faq-button:not(.collapsed) .blog-faq-toggle::after {
    transform: rotate(0deg);
    opacity: 0;
}

.blog-faq-answer {
    padding: 0 20px 22px 82px;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
}

.blog-faq-answer p:last-child,
.blog-faq-answer ul:last-child,
.blog-faq-answer ol:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .seteditorpoint {
        overflow-x: hidden;
        font-size: 15px;
    }

    .seteditorpoint a.editor-btn,
    .seteditorpoint .editor-btn {
        width: 100% !important;
        margin: 10px 0 !important;
        padding: 13px 16px !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    .seteditorpoint .editor-table-scroll {
        margin: 18px 0;
        border-radius: 10px;
    }

    .seteditorpoint .editor-table-scroll table {
        min-width: 650px !important;
    }

    .seteditorpoint table th,
    .seteditorpoint table td {
        padding: 9px 10px !important;
        font-size: 14px !important;
    }

    .blog-faq-section {
        margin-top: 24px;
        padding: 22px 16px;
        border-radius: 14px;
    }

    .blog-faq-header {
        margin-bottom: 18px;
    }

    .blog-faq-header h2 {
        font-size: 24px;
    }

    .blog-faq-header p {
        font-size: 15px;
    }

    .blog-faq-button {
        grid-template-columns: 38px minmax(0, 1fr) 26px;
        gap: 11px;
        padding: 15px 13px;
        font-size: 16px;
    }

    .blog-faq-number {
        width: 38px;
        height: 38px;
        border-radius: 10px;
        font-size: 13px;
    }

    .blog-faq-toggle {
        width: 26px;
        height: 26px;
    }

    .blog-faq-answer {
        padding: 0 14px 18px 62px;
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 420px) {
    .seteditorpoint .editor-table-scroll table {
        min-width: 620px !important;
    }

    .seteditorpoint table th,
    .seteditorpoint table td {
        padding: 8px 9px !important;
        font-size: 13px !important;
    }

    .blog-faq-button {
        grid-template-columns: 34px minmax(0, 1fr) 24px;
        gap: 9px;
        padding: 14px 11px;
        font-size: 15px;
    }

    .blog-faq-number {
        width: 34px;
        height: 34px;
    }

    .blog-faq-toggle {
        width: 24px;
        height: 24px;
    }

    .blog-faq-answer {
        padding-left: 54px;
    }
}

/* ===== blogdetails-extra.css ===== */
/* Blog details small CSS helpers moved from inline attributes */
.blog-comments-container{max-width:900px;}
.blog-recent-link{text-decoration:none;}
.blog-reply-close{font-size:.75rem;}
.blog-faq-section .accordion-button { text-decoration: none; }
.blog-faq-section .accordion-collapse { transition: height .28s ease; }
