/* Blog single route styles */

.faq-section {
    padding: 30px 0;
    color: #ffffff;
}

.faq-section .top-p {
    background: transparent;
    padding: 4px 10px;
    border: 1px solid white;
    width: max-content;
    margin: auto;
    border-radius: 8px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    color: white;
}

.faq-section .accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 5px;
}

.faq-section .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding: 22px 0;
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-section .accordion-button::after {
    display: none;
}

.faq-section .faq-toggle {
    font-size: 1.4rem;
    font-weight: 300;
    margin-left: 15px;
    color: rgba(255, 255, 255, 0.6);
}

.faq-section .accordion-button.collapsed .faq-toggle::before {
    content: "+";
}

.faq-section .accordion-button:not(.collapsed) .faq-toggle::before {
    content: "−";
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body {
    padding: 0 0 25px 0;
    color: #b0b8c1;
    font-size: 15px;
    line-height: inherit;
    max-width: 95%;
    font-weight: 300;
}

@media (max-width: 768px) {
    .faq-section .accordion-button {
        font-size: 1rem;
    }
}

.blog_detail p img,
.blogdesc img {
    max-width: 100%
}

.blogdesc a {
    color: var(--second) !important;
}

.blog-box,
.blog-a {
    border: 1px solid #808080;
    background-color: #07283B;
    padding: 16px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog_detail p a {
    color: #1e79a7
}

.blog_detail p span,
.blog_detail ul li {
    font-weight: 300 !important
}

.blog_detail h2:after,
p.highlights::after {
    background: #1e79a7;
    height: 2px;
    width: 130px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute
}

.blog_detail p {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden
}

.blog_detail ul {
    display: inline-block
}

.blog_detail .blogside {
    display: none
}

.blogdesc img {
    height: auto
}

.blog_detail .blogside {
    box-shadow: 0 13px 13px 0 #29adfc21;
    padding: 20px;
    border-radius: 20px;
    margin-top: 50px;
    border: 1px solid #f6f6f6
}

.blog_detail .blogside h2 {
    font-size: 20px;
    color: #1e79a7;
    text-align: center;
    margin-bottom: 20px
}

.blog_detail .blogside .tst {
    padding-left: 130px;
    position: relative;
    min-height: 110px;
    margin-bottom: 15px
}

.blog_detail .blogside .tst h4 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-top: 0
}

.blog_detail .blogside .tst p a {
    color: grey
}

.blog_detail .blogside .tst p {
    color: grey;
    font-weight: 500
}

.blog_detail ul li span {
    justify-content: center;
    align-items: center
}

.blog_detail {
    margin-top: 40px
}

.userdiv .img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 13px 0 #29adfc21
}

.blogright {
    padding-left: 0;
    position: sticky;
    top: 20px;
}

.blog_detail h1 {
    font-weight: 300;
    font-size: 32px;
    color: #1e79a7
}

.blog_detail h2,
p.highlights {
    font-weight: 300 !important;
    font-size: 22px;
    color: #1e79a7;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px
}

.blog-side-card .side-p {
    font-size: 14px;
}

.toc-section .timeline ul li a {
    color: white;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 296px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
    margin-left: 17px;
}

@media (max-width:1359.98px) {
    .blog_detail .blogside .tst h4 {
        padding-top: 0
    }

    .blog_detail .blogside .tst p {
        font-size: 14px
    }

    .blog_detail .blogside .tst {
        padding-left: 100px
    }

    .blog_detail h2 {
        font-size: 23px
    }
}

@media(max-width:1399px) {
    .toc-section .timeline ul li a {
        width: 250px;
    }
}

@media (max-width:1199.98px) {
    .blog_detail .blogside {
        margin-top: 20px
    }

    .toc-section .timeline ul li a {
        width: 187px;
    }

    .blog_detail .blogside .tst {
        padding-left: 85px
    }

    .blogright {
        padding-left: 15px
    }

    .blog_detail h2 {
        font-size: 20px
    }
}

@media (max-width:991.98px) {
    .blog_detail .blogside .tst {
        padding-left: 65px
    }

    .blog_detail {
        margin-top: 45px
    }

    .toc-section .timeline ul li a {
        width: 116px;
    }
}

@media (max-width:767.98px) {
    .blog_detail .blogside .tst {
        min-height: auto;
        border-top: 1px solid #f0f0f0;
        padding-top: 15px
    }

    .blogright {
        padding-left: 0;
    }

    .toc-section .timeline ul li a {
        width: 232px;
    }
}

@media (min-width:320px) {
    .blog_detail img {
        height: 249px
    }

    .blogright img {
        height: 100%
    }
}

@media (min-width:480px) {
    .blog_detail img {
        height: 300px
    }

    .blogright img {
        height: 100%
    }
}

@media (min-width:600px) {
    .blog_detail img {
        height: 315px
    }

    .blogright img {
        height: 100%
    }
}

@media (min-width:801px) {
    .blog_detail img {
        height: 435px
    }

    .blogright img {
        height: 100%
    }
}

@media (min-width:1025px) {
    .blog_detail img {
        height: 505px
    }

    .blogright img {
        height: 100%
    }
}

@media (min-width:1281px) {
    .blog_detail img {
        height: 544px
    }

    .blogright img {
        height: 100%
    }
}

.blog_detail .tblcnt {
    padding: 25px;
    border-radius: 6px;
    margin-top: 10px
}

.blog_detail .tblcnt ul {
    margin-top: 0 !important;
    margin-bottom: 0
}

.blog_detail .tblcnt h2 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #1e79a7;
    font-weight: 600;
    text-align: center
}

.tblcnt ul {
    list-style: none;
    padding-left: 0
}

.blog_detail p {
    color: #555;
    font-weight: 300;
    -webkit-line-clamp: 5;
    line-height: 24px;
    -webkit-line-clamp: inherit
}

.button-section a:hover {
    text-decoration: underline
}

.custom-card {
    border: none;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    border-left: 5px solid #1e79a7;
    border-right: 5px solid #1e79a7;
    padding: 20px 10px
}

.text-section p {
    font-size: .875rem;
    color: #000
}

.avatars img {
    width: 20px;
    height: 20px;
    margin-left: -13px;
    box-shadow: 0 0 5px rgb(0 0 0 / .1);
    border-radius: 50%
}

.button-section a {
    color: #6c757d
}

.button-section button:hover {
    text-decoration: underline;
    color: #fff
}

.blog-flex {
    display: flex;
    margin-left: 8px
}

.button-section button {
    background-color: #1e79a7 !important;
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

.button-section {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-top: 20px
}

.avatars {
    margin-right: 8px
}

ul.founder-ul {
    padding-inline-start: 19px;
    padding-bottom: 19px;
    margin-bottom: 37px
}

ul.founder-ul li {
    list-style: disc
}

.founder-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

p.founder-p.m-0 {
    color: #1e79a7;
    font-size: 13px
}

p.founder-p2 {
    margin: 0;
    color: #5d5d5d;
    font-size: 10px
}

.blog_detail ul li {
    position: relative;
    margin-right: 0;
    margin-bottom: 0
}

.blog_detail ul li span {
    background: 0 0;
    color: #1e79a7;
    padding: 0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 0;
    margin-top: 0;
    display: block
}

.custom-card {
    margin-top: 0
}

p.m-0.founder-name {
    color: #000;
    font-weight: 400;
    font-size: 22px
}

.userdiv {
    padding-left: 100px;
    min-height: auto;
    width: 73%
}

.founder-name img {
    width: 20px !important;
    height: 20px !important;
}

.userdiv .img img {
    width: 100% !important;
}

@media(max-width:991.98px) {
    .interested-btn {
        flex-direction: column;
    }
}

@media(max-width:1199.98px) {
    .founder-flex {
        display: block !important
    }

    .userdiv {
        min-height: 100px
    }
}

@media(max-width:767.98px) {
    p.m-0.founder-name {
        font-size: 17px
    }
}

@media(max-width:480px) {
    .new_tblcnt {
        display: none !important
    }

    .custom-card {
        display: none
    }
}

.blog_detail p a {
    color: white;
    text-decoration: none;
}

.blog_detail ul li span {
    background: 0 0;
    color: white;
    padding: 0;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-right: 0;
    margin-top: 0;
    display: block;
}

.blog_detail h1 {
    font-weight: 300;
    font-size: 32px;
    color: white;
}

.blog_detail p {
    color: white;
    font-weight: 300;
    -webkit-line-clamp: 5;
    line-height: 24px;
    -webkit-line-clamp: inherit;
}

.blog_detail h2:after,
p.highlights::after {
    background: #808080;
    height: 1px;
    width: 130px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.blog_detail ul li {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    color: white;
    font-weight: 300 !important;
}

p.m-0.founder-name {
    color: white;
    font-weight: 400;
    font-size: 22px;
}

p.founder-p2 {
    margin: 0;
    color: white;
    font-size: 11px;
}

p.founder-p.m-0 {
    color: white;
    font-size: 13px;
}

.userdiv {
    padding-left: 100px;
    min-height: auto;
    width: 73%;
    position: relative;
}

.userdiv .img img {
    width: 100% !important;
}

.userdiv .img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 13px 0 #29adfc21;
}

.custom-card {
    border: none;
    background-color: transparent;
    border-radius: .5rem;
    box-shadow: 0 0 15px rgb(0 0 0 / .1);
    border-left: 5px solid #1e79a7;
    border-right: 5px solid #1e79a7;
    padding: 20px 10px;
    border: 1px solid #808080;
    margin-top: 0;
    background: #07283B;
}

.blog-side-card .side-p {
    font-size: 14px;
    color: #FFFFFFCC;
}

.text-section p {
    font-size: .875rem;
    color: white;
}

.founder-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px
}

@media(max-width:1199.98px) {
    .founder-flex {
        display: block !important
    }
}

.toc-section {
    margin-bottom: 30px;
}

.toc-section h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 20px;
}

.toc-section .timeline {
    position: relative;
    padding-left: 0;
    margin-bottom: 30px;
    background: #07283B;
    padding: 17px;
    padding-bottom: 0;
    border: 1px solid #808080;
    border-radius: 10px;
}

.blogdesc ol li {
    color: white;
}

.blogdesc h3 {
    color: #1e79a7;
    font-size: 17px;
    font-weight: 300;
}

.timeline ul li a::before {
    left: 0;
    height: 24px;
    width: 5px;
    background: #1e79a7;
    border-radius: 8px;
    position: absolute;
    content: "";
}

.signboard-wrapper {
    background-image: url('https://staging.digittrix.co.nz/assets/open_upgrade/images/service-consultation-bg.webp');
    background-repeat: no-repeat;
    padding: 20px;
    min-height: 150px;
    border-radius: 35px;
    background-size: cover;
    margin-bottom: 23px;
    margin-top: 23px;
}

.blog-scroll-table {
    width: 100%;
    margin: 26px 0;
}

.blog-new-table {
    width: 100%;
}

.blog-new-table thead tr th {
    background-color: #1e79a7;
    color: white;
    font-weight: 400;
}

.blog-new-table td {
    color: #fffffffc;
    font-weight: 300;
    background: transparent;
    border: none;
}

.blogdesc .signboard-wrapper h3 {
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
}

.signboard-wrapper a {
    width: fit-content;
    color: white !important;
}

.heading-table-ul {
    padding-left: 17px;
}

.heading-table::before {
    display: none;
}

.heading-table {
    margin-left: 0 !important;
}

.single-wrap {
    padding: 0;
    margin-bottom: 22px;
    border-radius: 16px;
    background: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.related h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.related a,
.related-blog-link {
    display: block;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 8px;
    background: var(--second);
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}
