﻿:root {
    --c-p1: #000046;
    --c-p2: #1cb5e0;
}


.tag-cloud a {
    border-radius: 50px;
}

.blog-top-head {
    text-align: left;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

    .blog-top-head::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 3px;
        height: 100%;
        background-image: linear-gradient(to top, var(--c-p1), var(--c-p2)) !important;
        border-radius: 50px;
    }

    .blog-top-head h5 {
        font-size: 28px !important;
        font-weight: 700 !important;
        padding: 10px 0;
    }

.custome-text-area {
    border-radius: 50px;
    margin: 0;
}

.custome-area {
    padding: 0;
    margin: 0;
    position: relative;
}
#Communtyheader1_com_header a.logo.logo-mobile img {
    border-radius: 10px !important;
    margin-inline: 10px;
}

    .custome-area span i {
        position: absolute;
        display: inline-block;
        width: 35px;
        height: 35px;
        background-color: var(--c-p1);
        top: 42% !important;
        right: 5px !important;
        transform: translateY(-50%);
        text-align: center;
        line-height: 35px;
        border-radius: 50px;
        color: #fff;
        opacity: 0.7;
    }

    .custome-area:hover i {
        opacity: 1;
    }

.custome-comm {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px !important;
}

span.date-com {
    display: block;
    color: #5f5f5f;
    font-weight: 400;
}

.image-box a {
    display: inline-block;
    padding: 10px 0 15px 15px;
    height: 100px !important;
    width: 90px !important;
    margin: auto !important;
    text-align: center !important;
}

    .image-box a img {
        display: inline-block;
        height: 100% !important;
        width: 100% !important;
        object-fit: cover;
        border-radius: 5px !important;
    }

.blog-post {
    margin-top: 25px;
}

span.para-comm {
    display: block;
    font-size: 13px;
    line-height: 20px !important;
    padding-top: 7px !important;
    padding-bottom: 10px;
    color: #0f0f0f;
    font-weight: 500;
}

.custome-comm h5 {
    padding-top: 6px !important;
    display: block !important;
    font-size: 18px;
    font-weight: 600;
    color: var(--c-p1);
}

.blog-date ul li {
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none !important;
}

    .blog-date ul li span {
        display: inline-block;
        padding-right: 5px;
    }

.blog-date ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 10px;
}

.testimonial-box .image-box {
    text-align: center;
}

.padding-30px-all {
    padding: 20px !important;
}

.tag-cloud a {
    border-radius: 50px;
    background: transparent;
    padding: 3px 17px;
}

.like-de {
    text-align: center;
    display: flex;
    justify-content: center;
}

.btn.btn-dark-gray {
    border-radius: 50px;
}

.side-img-pro {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    border-radius: 6px;
    background-color: #fff;
    padding: 25px;
    text-align: center;
    transition: 0.5s all
}

.profile-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

    .profile-img a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .profile-img a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
            transition: 0.5s all;
        }

.side-img-pro:hover {
    transform: translateY(-10px);
}

    .side-img-pro:hover a img {
        transform: scale(1.08);
    }

.profilebox h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
    color: var(--c-p1);
    margin-bottom: 0 !important;
    line-height: 35px !important;
}

aside .latest-post li figure {
    width: 50px;
    border: 1px solid var(--c-p1);
    border-radius: 50px;
}

.latest-post li div {
    line-height: normal;
    padding-left: 10px;
}

aside .latest-post li {
    align-items: center !important;
}

.margin-5px-bottom {
    margin-bottom: 5px;
    font-size: 15px;
}

.social-icon-style-1 a {
    border-radius: 50px !important;
    transition: 0.5s all;
}

    .social-icon-style-1 a:hover {
        transform: translateY(-5px);
    }

.btn.btn-dark-gray, .tag-cloud a {
    border: 1px solid var(--c-p1) !important;
    color: var(--c-p1) !important;
    background-color: transparent !important;
}

    .btn.btn-dark-gray:hover, .tag-cloud a:hover {
        background-image: linear-gradient(to right, var(--c-p1), var(--c-p2)) !important;
        color: #fff !important;
    }

.aside-title span {
    color: var(--c-p1) !important;
}

h6.no_result {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    padding: 14px 0;
    color: #ff214f;
    text-shadow: 1px 5px 10px #00000045;
}

.name-box.custom-s {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custome-comm .padding-10px-left {
    padding-left: 0px !important;
}

/*Inner Blog*/

.publ-text span a {
    color: #000;
    text-decoration: underline;
}

.publ-text span {
    font-size: 12px !important;
    line-height: 15px !important;
}

.blog-post-detail h1 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.blog-post-detail h2 {
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 35px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
}

.blog-post-detail h3 {
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}


.blog-post-detail h4 {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.blog-post-detail h5 {
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    color: #242424 !important;
    margin-bottom: 10px !important;
}

.blog-post-detail p {
    margin-bottom: 10px !important;
    margin-top: 0.1em !important;
    line-height: 24px !important;
    font-size: 15px !important;
    color: #333 !important;
    white-space: break-spaces;
    word-wrap: break-word;
}

    .blog-post-detail p > br {
        display: none !important;
    }

    .blog-post-detail p a {
        color: var(--c-p1) !important;
        text-decoration: underline;
    }

p code {
    display: inline-block;
    padding: 0px 9px;
    background: #e3e3e3;
    color: #000;
    /* margin: 5px !important; */
    margin-top: 5px !important;
    border-radius: 50px;
}

.blog-post-detail ul li {
    margin-top: 0.1em !important;
    line-height: 24px !important;
    font-size: 14px !important;
    color: #333 !important;
}

.blog-date ~ a {
    font-size: 16px !important;
}

pre.ql-syntax {
    background: #333;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-block: 20px !important;
}

media-body a span {
    font-size: 13px !important;
}

.media-body .text-medium-gray {
    padding-bottom: 0px !important;
    font-size: 12px !important;
}



.image-container {
    position: relative !important;
    width: 100%;
    /*display:inline-block;*/
}

.text-container {
    position: relative !important;
}


/* Shared Skeleton Animation */
.skeleton-loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Image Skeleton Specifics */
.image-container .skeleton-loader {
    width: 100%;
    height: 400px;
}

/* Text Skeleton Specifics */
.text-container .skeleton-loader {
    width: 80%;
    height: 40px;
    border-radius: 4px;
}

.user-profilebox {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
}

    .user-profilebox a.pro-img {
        display: inline-block;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
        margin-bottom: 0px;
    }

        .user-profilebox a.pro-img img {
            border-radius: 50%;
        }

    .user-profilebox .extra-small-icon a {
        display: inline-block;
        border-radius: 50%;
        transition: 0.5s all;
    }

        .user-profilebox .extra-small-icon a:hover {
            transform: translateY(-10px);
        }

.name-profile h4 {
    font-size: 20px;
    font-weight: 700;
    color: #001e4f;
    margin-bottom: 0;
}

    .name-profile h4 a {
        color: #001e4f;
    }

.user-profilebox a.pro-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-post-detail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0 6px 6px;
    background: #fff;
}

.image-container {
    position: relative !important;
    width: 100%;
    /* display: inline-block; */
    height: 400px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    border-bottom: 0;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

h6.no_result {
    color: #4c4c7d;
    text-shadow: 1px 5px 10px #00000017;
}

span.para-comm {
    word-break: break-all;
}

.skeleton-loader {
    z-index: 9;
}

iframe.ql-video {
    width: 100%;
    height: 450px;
}

blockquote {
    border-left: 2px solid;
    padding: 15px 10px;
    margin: 29px 0;
    background-color: #f3f3f3;
}

strong.ql-size-huge {
    font-size: 35px;
    line-height: 45px;
    padding: 17px 0;
}

strong.ql-size-large {
    font-size: 25px;
    padding: 15px 0;
    line-height: 35px;
}

.text-medium-gray {
    padding-bottom: 12px !important;
    font-size: 14px !important;
}

a.edit_blog {
    height: 40px;
    width: 40px;
    background-color: white;
    text-align: center;
    line-height: 57px;
    border-radius: 2px;
    box-shadow: 2px 5px 10px #00000021;
    z-index: 1 !important;
    top: -20px !important;
    right: -2px !important;
}

blockquote {
    padding: 10px 15px !important;
    margin-block: 20px !important;
}

.ql-editor ul {
    /* margin: 0; */
    padding: 0;
    padding-left: 39px;
}

    .ql-editor ul li {
        list-style: disc !important;
        padding-left: 0 !important;
    }

.model-share-blog {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);
    display: none;
    z-index: 999;
    width: 100%;
    height: 100%;
    animation: fadeIn 0.3s forwards;
    inset: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.share-blog-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* box-shadow: 2px 4px 20px #ccc; */
    padding: 50px 40px;
    border-radius: 16px;
    background-color: #fff;
    min-width: 450px;
    text-align: center;
    animation: slideUp 0.3s ease-out forwards;
}

@keyframes slideUp {
    0% {
        transform: translate(-50%, -100%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.body-text .small-icon li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background-color: #1c95b6;
    color: #fff;
    box-shadow: 2px 5px 20px #ccc;
    transition: 0.5s all;
}

a.linkedin {
    background-color: #0077B5 !important;
}

a.facebook {
    background-color: #1877F2 !important;
}

.model-share-blog a.twitter {
    background-color: #000000 !important;
}

a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); /* Instagram gradient */
}

a.telegram {
    background-color: #0088CC !important;
}

.user-profilebox a.twitter {
    background-color: #1c95b6;
}

.body-text .small-icon li a:hover {
    transform: translateY(-10px);
}

.btncopy {
    text-align: center;
}

    .btncopy span.urlbox {
        background-color: #333;
        color: #fff;
        padding: 5px 25px;
        cursor: pointer;
        margin-top: 30px;
        border-radius: 50px;
        box-shadow: 2px 5px 20px #ccc;
        text-align: center;
        display: inline-block;
        transition: 0.5s all;
    }

        .btncopy span.urlbox:hover {
            transform: translateY(-10px);
        }

#crossbox {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #000;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.whatsapp {
    background-color: #25D366 !important;
}

.share-blog span {
    cursor: pointer;
}

    .share-blog span:hover {
        color: #ff214f;
    }

.image-box-blog {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

    .image-box-blog img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.custome-comm h5 {
    font-size: 15px !important;
    line-height: 18px !important;
    margin-bottom: 0 !important;
}

.comment-box-vi {
    display: flex;
    justify-content: center;
    align-items: unset;
}

.name-box {
    width: 90%;
    padding-left: 15px !important;
}

.custome-comm {
    position: relative;
}

.name-box-22.custom-s {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 20px;
    transform: translate(0, 0);
}

@media only screen and (max-device-width: 1200px) {
    .blog-post-detail h1 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media (max-width: 768px) {
    .lg-padding-seven-all {
        padding: 2% !important;
    }
}

@media only screen and (max-device-width: 450px) {
    .blog-post-detail h1 {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    sm-margin-30px-bottom {
        padding: 0;
    }

    .blog-top-head h5 {
        font-size: 20px !important;
        font-weight: 700 !important;
        padding: 10px 0;
        line-height: 28px;
        text-transform: capitalize !important;
    }
}

