@media screen and (max-width: 700px) {

    .blog-row {
        flex-direction: column;
    }

    .blogs-section{
        width: 100%;
    }
    
    .blog-card-home {
        width: 100% !important;
        margin: 0;
    }
    
    .blog-card-blogs {
        width: 100% !important;
        margin: 0;
    }

    .offcanvas-close{
        display: block;
    }

    .post-interactions{
        flex-direction: row !important;
        justify-content: space-evenly;
    }

    .comment-a{
        margin-right: 30px;
    }

    .share-btn{
        margin-top: 0 !important;
    }

    .blog-two__img img, .blog-two__single,
    .blog-two__img {
        border-radius: 0px;
        
    height: auto !important;
    object-fit: initial;
    }

    .blog-two__img{
        height: auto;
    }

    .blog-two__single{
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .categories-toggle-btn{
        width: fit-content;
        z-index: 1;
    }

        .left-sidebar {
            display: none !important;
        }
        .blog-grid__left{
            width: 100%;
        }
        .categories-toggle-btn {
            display: block !important;
            background: #1da370;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 6px;
            font-size: 16px;
            cursor: pointer;
            margin-bottom: 10px;
            position: relative;
        }
        .offcanvas-sidebar {
            display: block !important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 1001;
            pointer-events: none;
        }
        .offcanvas-sidebar .offcanvas-overlay {
            display: none;
            position: fixed;
            top: 0; left: 0; width: 100vw; height: 100vh;
            background: rgba(0,0,0,0.4);
            z-index: 1001;
            opacity: 0;
            transition: opacity 0.3s;
        }
        .offcanvas-sidebar.active .offcanvas-overlay {
            display: block;
            opacity: 1;
            pointer-events: auto;
        }
        .offcanvas-sidebar .offcanvas-content {
            position: fixed;
            top: 0; left: -80vw;
            width: 80vw;
            max-width: 320px;
            height: 100vh;
            background: #1b1f23;
            z-index: 1002;
            box-shadow: 2px 0 16px rgba(0,0,0,0.15);
            transition: left 0.3s;
            overflow-y: auto;
            padding: 24px 0px 16px 0px;
            overflow-x: hidden;
        }
        .offcanvas-sidebar.active .offcanvas-content {
            left: 0;
            pointer-events: auto;
            background-color: #1b1f23;
        }

        .offcanvas-close {
            position: absolute;
            top: 12px;
            right: 18px;
            font-size: 28px;
            color: #1da370;
            cursor: pointer;
            z-index: 1003;
            background: none;
            border: none;
        }

        .blog-two__single{
            margin-bottom: 10px;
            padding-top: 2px;
        }

        .comment-modal .comment-card{
            border-radius: 0px !important;
        }

        .ads-section-laptop{
            display: none;
        }

        .ads-section-mobile{
            display: block;
        }

        .comment-modal .blog-two__single {
            min-height: 425px;
        }

        .modal-fullscreen{
            max-width: 100% !important;
            margin-top: 0;
        }

        .comment-modal .modal-dialog{
            margin-top: 0;
        }
        
        .comment-modal .modal-dialog .p-3{
            padding: 0 !important;
        }

        .comment-modal .border-bottom
        {
            border-bottom: none !important;
        } 

        .comment-modal .comment-card {
            border: none;
        }

        .share-model{
            margin: auto;
        }
        
        .comment-modal .flex-grow-1 {
            max-height: fit-content;
            margin: 0 12px;
            border: none;
        }

        .modal.comment-modal .comment-textarea{
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: 95% !important;
        }

        .modal.comment-modal .your-name{
            margin-left: 12px !important;
            margin-right: 12px !important;
            width: 95% !important;
        }



        .comment-modal .row{
            padding: 0 !important;
            width: 100%;
        }

        .comment-modal .modal-header{
            padding: 13px !important;
        }

        .comment-modal .modal-content {
            border: none;
            border-radius: 0px !important;
        }

        .comment-modal .btn-close {
            top: 18px;
            right: 13px !important;
            font-size: small;
        }

        .comment-modal .row>* {
            padding: 0 !important;
            margin-left: 12px !important;
            margin-right: 12px !important;
        }

        .comment-modal .row {
            padding: 0 !important;
        }

        .comment-modal{
            z-index: 1000;
        }

        element.style {
            height: 100vh;
            margin: 0 auto;
            margin-top: 0 !important;
        }
        
        .comment-modal .modal-dialog{
            margin: 0 !important;
        }

        .comment-emoji{
            width: 95%;
            margin: auto 12px;
        }

        

.blog-two__img img {
    width: 100%;
}
    }
  

    @media screen and (min-width: 701px) {
        .categories-toggle-btn,
        .offcanvas-sidebar {
            display: none !important;
        }
        .left-sidebar {
            display: block !important;
        }
    }

    