/* Blog page css */

a {
    text-decoration: none !important;
}

ul {
    list-style: none;
    position: relative;
}

p:empty {
    display: none;
}

.blog-section li {
    font-size: 16px;
    line-height: 40px;
    /* color: #686b75; */
    font-weight: 400;
    font-family: "Muli";
    position: relative;
}

p {
    font-size: 16px;
    line-height: 32px;
    color: #686b75;
    font-weight: 400;
    font-family: "Muli";
}

.lastest-blog-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    filter: drop-shadow(-7.071px 7.071px 10.5px rgba(51, 51, 51, 0.11));
}

.blog-content {
    padding-left: 0px;
}

.blog-section {
    margin-top: 195px;
}

.blog-content.card-body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul.blog-auth-time {
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

ul.blog-auth-time li:first-child {
    margin-right: 0;
    width: 120px;
}

.blog-common-heading h3,
.blog-title {
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

ul.blog-auth-time li {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    display: flex;
    align-items: center;
}

ul.blog-auth-time li::before {
    content: unset !important;
}

ul.blog-auth-time li:not(:last-child) {
    margin-right: 15px;
}

ul.blog-auth-time li i {
    font-size: 22px;
    color: #561cfa;
    margin-right: 5px;
}

.blog-deatil-content {
    margin: 8px 0;
    max-height: 130px;
    overflow: hidden;
}

.blog-deatil-content>p {
    font-size: 16px;
    line-height: 32px;
    color: #686b75;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max_3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lastest-blog {
    padding: 0;
    margin-bottom: 30px;
}

.lastest-blog-img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.last-top-blog-img {
    /* height: 390px; */
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.blog-common-link a {
    font-size: 16px;
    color: #561cfa;
    font-weight: 600;
    display: flex;
    align-items: center;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease-in-out;
}

.blog-common-link a i {
    font-size: 18px;
    color: #561cfa;
    margin-left: 10px;
}

.blog-common-link a:hover {
    color: #7534fc;
}

.blog-list .card {
    border-radius: 10px;
    filter: drop-shadow(-7.071px 7.071px 10.5px rgba(51, 51, 51, 0.11));
}

.blog-list-content {
    padding: 30px;
}

.blog-list-description {
    max-height: 93px;
    overflow: hidden;
}

.custom-col-left {
    flex: 0 0 45.4%;
    max-width: 45.4%;
}

.custom-col-right {
    flex: 0 0 54.6%;
    max-width: 54.6%;
}

.blog-list-content .blog-deatil-content p {
    margin-bottom: 0;
}

.blog-list-content .blog-common-heading h3 {
    margin-top: 0;
}

.blog-list-img {
    width: 350px;
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}
.blog-categ-link {
    border-radius: 5px;
    filter: drop-shadow(-7.071px 7.071px 10.5px rgba(51, 51, 51, 0.11));
}

.blog-categ-link {
    padding: 12px 1.25rem;
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.blog-categ-link a {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    font-family: 'Muli';
}

.blog-categ-link a:hover,
.blog-categ-link a.active {
    font-size: 16px;
    line-height: 24px;
    color: #561cfa;
    font-weight: 400;
}

.blog-categ-link .next-page-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-post.card {
    border-radius: 8px;
    filter: drop-shadow(-7.071px 7.071px 10.5px rgba(51, 51, 51, 0.11));
    background-color: #ffffff;
}

.pop-post {
    box-shadow: 0 1px 10px #e7e7e7;
}

.pop-post .row {
    align-items: center;
}

.last-top-blog-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pop-post-img {
    /* width: 84px; */
    height: 103px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.pop-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pop-post-content {
    padding: 0 15px 0 0;
}

.pop-post-content a {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pop-post-content a:hover {
    font-size: 16px;
    line-height: 24px;
    color: #561cfa;
    font-weight: 400;
    font-family: "Muli";
}

.load_more.btn-primary {
    color: #fff;
    border: 2px solid #5721fa;
    background-color: #5721fa;
    border-color: #5721fa;
    box-shadow: none !important;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    padding: .4375rem 1.5rem;
    font-size: .8125rem;
    line-height: 1.86;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'Muli';
}

.load_more.btn-primary:hover {
    color: #5721fa;
    background-color: transparent;
    border-color: #5300fb;
}

.load_more.btn-primary:focus,
.load_more.btn-primary.focus {
    color: #fff;
    background: linear-gradient( -79deg, #5300fb 0%, #6638fb 100%);
    border-color: #5300fb;
}

.lastest-blog-card ul li::before {
    content: "\f192";
    position: absolute;
    font-family: 'Line Awesome Free';
    left: -20px;
    font-size: 17px;
    line-height: 40px;
    color: #561cfa;
    top: -8px;
}
.blog-deatil-content-cls h2{
    font-size: 20px;
}

/* blog-deatils Page */

ul.social-icons {
    position: relative;
    right: unset;
    bottom: unset;
}

.blog-common-heading-social {
    display: flex;
    justify-content: space-between;
}

.share-social-icons {
    display: flex;
    list-style: none;
    align-items: center;
}

.blog-common-heading-social li {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 0 5px;
    background-color: rgba(241, 240, 240, 0.5019607843137255);
}

.blog-common-heading-social li::before {
    content: unset !important;
}

.blog-common-heading-social li a {
    font-size: 20px;
    opacity: 0.5;
    color: #222;
}

.blog-common-heading-social li:hover {
    background-color: rgba(86, 29, 250, 0.7019607843137254);
}

.blog-common-heading-social li:hover a {
    color: #ffffff;
    opacity: unset;
}

.related-post-section p>span {
    font-size: 16px;
    line-height: 32px;
    color: #561cfa;
}

.related-card {
    border-radius: 8px;
    position: relative;
    background-color: #ffffff;
    z-index: unset;
}

.related-card::after {
    content: " ";
    background-color: #561cfa;
    position: absolute;
    border-radius: 8px;
    width: 99%;
    height: 100%;
    z-index: -1;
    left: 20px;
    top: 10px;
}

.blog-avtar {
    width: 137px;
    height: 137px;
    border-radius: 50%;
    margin: 25px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 0px #561cfa;
    margin-left: 25px;
}

.blog-avtar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#social-links ul {
    display: flex;
    padding-left: 0;
}


/* Responsive CSS Start */

@media screen and (max-width: 1300px) {
    .blog-list-img {
        /* width: 320px; */
    }
}

@media screen and (max-width: 1199px) {
    .pop-post-img {
        width: 75px;
        height: 94px;
    }
    .comman-blog-heading h3 {
        font-size: 25px;
    }
    .blog-common-heading h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .mainmenu-area ul.nav>li {
        padding: 0 5px;
    }
    .mainmenu-area ul.nav>li>a {
        font-size: 15px;
        padding: 10px 0;
    }
    .blog-section {
        margin-top: 225px;
    }
}

@media screen and (max-width: 991px) {
    .popular-posts {
        margin-top: 2px;
    }
    .mainmenu-area ul.nav>li>a {
        font-size: 11px;
    }
    .blog-categ {
        display: flex;
        flex-wrap: wrap;
    }
    .blog-categ .blog-categ-link {
        width: calc(100% / 3 - 10px);
    }
    .blog-categ .blog-categ-link:not(:last-child) {
        margin-right: 10px;
    }
    .pop-post-img {
        width: 85px;
        height: 103px;
    }
    .blog-list-img {
        width: 100%;
    }
    .pop-post-content {
        padding: 0 15px 0 10px;
    }
}

@media screen and (max-width: 800px) {
    .slicknav_menu {
        display: block !important;
    }
    .navbar.mainmenu-area {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .header-area {
        padding-top: 30px;
    }
    .popular-posts>.row {
        justify-self: center;
    }
    .popular-posts>.row>.col-sm-9 {
        margin: auto;
    }
    .pop-post-img {
        width: 137px;
        height: 123px;
    }
    .blog-section {
        margin-top: 105px;
    }
    .blog-common-heading-social{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 680px) {
    .popular-posts>.row>.col-sm-9 {
        margin: auto;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 575px) {
    .related-card {
        padding-top: 1.5rem;
    }
    .custom-col-left,
    .custom-col-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .blog-categ {
        display: block;
    }
    .blog-categ .blog-categ-link {
        width: calc(100% / 1);
    }
    .blog-categ .blog-categ-link {
        margin-right: 00px;
    }
    .blog-deatil-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .blog-list-img {
        width: unset;
        height: unset;
        max-width: calc(100% - 26px);
        margin: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: unset;
    }
    .card.lastest-blog-card .card-body {
        padding-left: 0.75rem!important;
        padding-right: 0.75rem!important;
    }
    .lastest-blog {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .last-top-blog-img {
        height: auto;
    }
    .comman-blog-heading h3 {
        font-size: 23px;
    }
    .lastest-blog-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .blog-categ-link {
        padding: 10px 1rem;
        margin-bottom: 20px;
    }
    .pop-post-content h5 a {
        font-size: 15px;
        line-height: 21px;
    }
    .pop-post-img {
        width: 100px;
        height: 100px;
    }
}

a#scrollUp i {
    padding-top: 10px;
}

.next-page-link p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 15px;
}

ul.blog-auth-time li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-list-content h1.header-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.custom-col-right .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

button.load_more_blogs:hover {
    background-color: #3D10C3 !important;
    color: #fff !important;
}
.blog_cs_archive .blog-deatil-content {
    max-height: 133px;
}
.blog_cs_archive .blog-deatil-content * {
    margin: 0px !important;
    padding: 0px !important;
}
.blog_cs_archive .blog-list-description p {
    margin-bottom: 0 !important;
}
.last-top-blog-img a {
    width: 100%;
    display: block;
}
.blog-common-heading h1 {
    transition: 0.3s;
}
.blog-common-heading a h1:hover {
    color: #561cfa;
}
.blog-list a {
    display: block;
    border-radius: 7px;
    overflow: hidden;
}
.blog-common-link a {
    display: flex;
    align-items: center;
}
.pop-post-img-wrap {
    padding-right: 0;
}

/* Blog Details CSS */

.blog-deatil-content-cls {
    color: #222;
    line-height: 1.75;
    font-size: 1rem;
    /* max-width: 800px; */
    margin: 0 auto;
    padding: 0;
  }

  /* Headings hierarchy */
  .blog-deatil-content-cls h2,
  .blog-deatil-content-cls h3 {
    line-height: 1.4;
    font-weight: 700;
    color: #111;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
  }

  /* h2: major section heading */
  .blog-deatil-content-cls h2 {
    font-size: 1.4rem;
    /* border-left: 4px solid #0073e6; */
    /* padding-left: 0.75rem; */
  }

  /* h3: subheading */
  .blog-deatil-content-cls h3 {
    font-size: 1.175rem;
    font-weight: 600;
  }

  /* Paragraphs */
  .blog-deatil-content-cls p {
    margin-bottom: 1rem;
    font-weight: 400;
    color: #333;
  }

  /* Bold/strong text */
  .blog-deatil-content-cls strong {
    font-weight: 600;
    color: #333;
  }

  /* Unordered lists */
  .blog-deatil-content-cls ul,.blog-deatil-content-ols ul {
    /* margin: 1rem 0 1.25rem 1.5rem; */
    padding-left: 20px;
    /* list-style-type: disc; */
  }

  .blog-deatil-content-cls ul li,.blog-deatil-content-cls ol li {
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  /* Links */
  .blog-deatil-content-cls a {
    color: #0073e6;
    text-decoration: none;
    font-weight: 500;
  }

  .blog-deatil-content-cls a:hover {
    text-decoration: underline;
  }

  /* Horizontal spacing between sections */
.blog-deatil-content-cls > *:last-child {
    margin-bottom: 0;
}
.blog-common-heading-social h1 {
        font-size: 28px;
}
.blog-deatil-content-cls table {
    width: 100% !important;
}


.blog-deatil-content-cls table td {
    padding: 6px;
    line-height: 1.4;
    font-size: 15px;
    border-color: #333 !important;
}

.blog-deatil-content-cls table strong {
    color: #000;
}

.blog-deatil-content-cls table td,.blog-deatil-content-cls table tr {
    border-color: #333 !important;
}

  /* Responsive typography */
  @media (max-width: 1024px) {
    .blog-deatil-content-cls {
      font-size: 0.975rem;
    }
    .blog-deatil-content-cls h2 {
      font-size: 1.5rem;
    }
    .blog-deatil-content-cls h3 {
      font-size: 1.25rem;
    }
  }

  @media (max-width: 768px) {
    .blog-deatil-content-cls {
      font-size: 0.95rem;
      padding: 0.75rem;
    }
    .blog-deatil-content-cls h2 {
      font-size: 1.375rem;
    }
    .blog-deatil-content-cls h3 {
      font-size: 1.125rem;
    }
    .blog-deatil-content-cls table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        min-width: 500px;
    }
    .blog-common-heading-social h1 {
        font-size: 24px;
    }
  }

  @media (max-width: 480px) {
    .blog-deatil-content-cls {
      font-size: 0.9rem;
      line-height: 1.65;
    }
    .blog-deatil-content-cls h2 {
      font-size: 1.25rem;
      margin-top: 2rem;
    }
    .blog-deatil-content-cls h3 {
      font-size: 1.05rem;
    }
    .blog-deatil-content-cls ul,.blog-deatil-content-ols ul {
      margin-left: 0;
    }
    .blog-deatil-content-cls table td {
        min-width: 200px;
    }
  }
