
.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 */
}