.press-blog-main {
    margin-top: 50px;
    padding-bottom: 80px;
}

.breadcrumb-item {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;

    a {
        text-decoration: none;
        color: #000;
    }

    &+&::before {
        content: var(--bs-breadcrumb-divider, ">");
    }
}

.blog-list-item {
    background-color: #e7e9fc;
    padding: 30px;
    border-radius: 30px;
    margin-top: 70px;


    .blog-title {
        font-size: 28px;
        font-weight: 600;
        line-height: 40px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #303681;

        a {
            color: #303681;
            text-decoration: none;
        }
    }

    .img-holder {
        border-top-right-radius: 80px;
        overflow: hidden;
    }

    .press-img-holder {
        border-top-right-radius: 80px;
        overflow: hidden;
        border: 1px solid #b7b9ce;
        aspect-ratio: 380/230;
        display: grid;
        background-color: #fff;
        place-content: center;
    }

    .press-date-time {
        font-size: 1rem;
        color: #303681;
    }

    .blog-parag {
        font-size: 20px;
        text-align: left;
        margin: 10px 0;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #000;
    }

    .blog-read-more {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #303681;
    }
}

@media (min-width: 1200px) {
    .blog-short-details {
        padding: 2rem;
    }

    .blog-parag {
        margin: 34px 0;
    }

    .blog-list-item {
        .blog-read-more {
            font-size: 18px;
        }
    }

    .heading {
        font-size: 52px;
    }
}

@media (min-width: 1360px) {
    .press-blog-main {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {

    .press-img-holder,
    .img-holder {
        margin-bottom: 1rem;
    }

    .breadcrumb-item {
        font-size: 13px;
    }

    .press-date-time {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .blog-list-item {
        margin-top: 30px;
        border-radius: 20px;

        .blog-title {
            line-height: 26px;
            font-size: 20px;
        }

        .press-img-holder,
        .img-holder {
            border-top-right-radius: 60px;
        }

        .blog-parag {
            font-size: 16px;
        }

        .blog-read-more {
            font-size: 14px;
        }
    }
}

.blog-pagination {
    margin-top: 2rem;
    border-radius: 4px;
    border: 1px solid #cccccc;

    .page-link {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 18px;
        border-radius: 1rem;
        border: 0;
        color: #000;
        /* padding: 3px;
        text-align: center; */
        display: inline-grid;
        place-content: center;

    }

    .page-item {
        padding: 4px 8px;
        z-index: 0;
        /* width: 38px; */

        &:hover .page-link,
        &.active .page-link {
            color: #fff;
            background-color: #303681;
        }


        &.previous,
        &.next {
            width: auto;

            .page-link {
                border-radius: 1rem;
                width: auto;
                background-color: transparent;
                color: #303681;

                &:hover {
                    color: #fff;
                    background-color: #303681;
                }
            }

            &.disabled {
                .page-link {
                    color: #959595;
                    background-color: transparent;
                }
            }
        }

    }
}

@media (min-width: 1200px) {
    .blog-pagination {
        margin-top: 3rem;
        padding: 12px;
        border-radius: 12px;

        .page-link {
            font-size: 20px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 2rem;
        }

        & .page-item {

            &.next,
            &.previous {
                .page-link {
                    border-radius: 4rem;
                }
            }
        }
    }
}

/* blog detail page */
.date-time {
    font-size: 14px;
    margin: 0 0 .5rem;
    line-height: 1;
}

.blog-detail-section {
    margin-top: 20px;

    .blog-title {
        line-height: 1.5;
        font-size: 20px;
        margin-bottom: 1rem;
        color: #303681;
        font-weight: 600;
    }

    .related-blog {

        ul {
            list-style-type: none;
            padding: 0;

            li {
                padding: 1rem 0;
                border-bottom: 1px solid #cdd0eb;

                &:last-child {
                    border: 0;
                }

                a {
                    color: #000;
                    font-weight: 600;
                    text-decoration: none;
                }
            }
        }
    }

    .img-holder {
        border: 1px solid #c7cbf0;
        margin-bottom: 2rem;
        border-top-right-radius: 40px;
        overflow: hidden;
    }

    hr {
        border-top-color: #c7cbf0;
        opacity: 1;
    }

    .blog-description {
        margin-bottom: 2rem;

        .blog-title {
            /* margin: .5rem 0 1rem 0; */
        }
    }
}

@media (min-width: 1200px) {
    .date-time {
        font-size: 1rem;
        margin: 0;
    }

    .blog-detail-section {
        margin-top: 40px;

        hr {
            margin: 2rem 0;
        }

        .img-holder {
            border-top-right-radius: 80px;
        }

        .blog-title {
            font-size: 28px;
            /* line-height: 1.7; */
            margin-bottom: 1rem;
        }

        .blog-description {
            .blog-title {
                /* margin:1rem 0 2rem 0; */
            }

            p {
                line-height: 2;
                font-size: 18px;
                /* &.fw-bold{
                    line-height: 3;
                } */
            }
        }

        .related-blog {
            padding: 0 3rem;

            ul {
                li {
                    padding: 2rem 0;

                    a {
                        font-size: 18px;
                        font-weight: 600;
                        color: #000;
                    }
                }
            }
        }
    }
}

.Rectangle_2_copy_7 {
    border-width: 1px;
    border-color: rgb(183, 185, 206);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 132px;
    top: 973px;
    width: 377px;
    height: 228px;
    z-index: 70;
}


.press-blog-main {
    position: relative;
}

/* Sidebar Styles */


.sidebar {
    position: sticky;
    top: 120px;
    /* background: #f4f4f4;
      padding: 1rem;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}


.sidebar a {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    transition: all 0.3s;
    position: relative;
    vertical-align: middle;
/* 
    &:before {
        content: "";
        display: inline-block;
        width: 0;
        margin-right: 5px;
        height: 2px;
        background: #303681;
        transition: width 0.3s;
    } */
}

.sidebar a.active {
    background: #303681;
    color: #fff;
    font-weight: bold;

    /* &:before {
        width: 20px;
    } */
}

.press-blog-released {
    .col-sm-6 {
        display: flex;
    }

    .blog-list-item {
        display: flex;
        flex-direction: column;
        padding: 1rem;
        border-radius: 20px;
    }

    .img-holder {
        border-top-right-radius: 0;
        flex: none;
    }

    .responsive-image {
        border-radius: 16px;
        aspect-ratio: 3/2;
        width: 100%;
        object-fit: scale-down;
        background: #fff;
    }

    .blog-title {
        font-size: 20px;
        line-height: 1.5;
    }

    .date-readmore {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .blog-date {
            font-size: 90%;
        }
    }

    .secondary-button {
        background-color: #303681;
        text-decoration: none;
        text-transform: capitalize;
        transition: .4s ease all;
        margin: 2rem 0 3rem;

        &:hover {
            background-color: #424aa1;
        }
    }
}

@media (min-width: 792px) {
    .press-blog-released {
        .blog-short-details {
            padding: 1rem 0;
            height: 100%;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
    }

    .blog-list-item {
        margin-top: 2rem;

        .blog-read-more {
            font-size: 16px;
        }
    }

}