.ast-flex {
    display: flex;
    flex-wrap: wrap;
}

.ast-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.nr-latest-news {
    padding: 56px 1% 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nsw-newsroom h2.nr-section-title {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.nr-latest-news .nr-l-featured {
    gap: 24px;
    width: 100%;
}

.nr-latest-news .nr-l-featured>div>a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.nr-paginate {
    margin-top: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nr-paginate a {
    color: #2E808E;
}

.nr-paginate .current {
    color: #002664;
}

.nr-latest-news .nr-l-featured>div:nth-child(1) {
    width: calc(67% - 12px);
}

.nr-latest-news .nr-l-featured>div:nth-child(1) {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.10), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.30);
}

.nr-latest-news div.nr-l-f-small-article>div {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.10), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.30);
}

.nr-latest-news .nr-l-featured>div:nth-child(1) img {
    width: 100%;
    height: 419px;
    border-radius: 8px;
    border-bottom: 4px solid rgba(46, 128, 142, 0.40);
    transition: all 0.5s ease;
}

.nr-latest-news .nr-l-featured>div:nth-child(1) img:hover {
    transform: scale(1.1);
}

.nr-latest-news .nr-l-featured>div .nr-article-details {
    gap: 16px;
    flex-direction: column;
    padding: 48px 56px 56px;
}

.nr-latest-news .nr-l-featured>div .nr-article-details .nr-a-title {
    color: #002664;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.nr-latest-news .nr-l-featured>div .nr-article-details .nr-a-title:hover {
    color: rgba(46, 128, 142, 0.40);
}

.nr-latest-news .nr-l-featured>div .nr-article-details .nr-a-date {
    color: #2E808E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nr-latest-news div.nr-l-f-small-article {
    width: calc(33% - 12px);
    flex-direction: column;
    gap: 24px;
}

.nr-latest-news div.nr-l-f-small-article>div>a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.nr-latest-news div.nr-l-f-small-article img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
    border-bottom: 4px solid rgba(46, 128, 142, 0.40);
    transition: all 0.5s ease;
}

.nr-latest-news div.nr-l-f-small-article img:hover {
    transform: scale(1.1);
}

.nr-latest-news div.nr-l-f-small-article .nr-article-details {
    padding: 32px 24px 24px;
}

.nr-latest-news div.nr-l-f-small-article .nr-article-details .nr-a-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nr-latest-news div.nr-l-f-small-article .nr-article-details .nr-a-date {
    color: #2E808E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nr-latest-news div.nr-l-f-small-article .nr-article-details .nr-a-desc {
    font-size: 14px;
}

.nr-latest-news div.nr-l-f-small-article>div {
    width: 100%;
}

.nr-latest-news div.nr-l-f-small-article.nr-l-f-others {
    flex-direction: row;
    width: 100%;
    margin-top: 32px;
}

.nr-latest-news div.nr-l-f-small-article.nr-l-f-others>div {
    width: calc(33.3% - 16px);
}

.nr-latest-news div.nr-l-f-small-article.nr-l-f-others>div .nr-article-details {
    gap: 16px;
    flex-direction: column;
}

.nr-latest-news .nr-l-featured-p {
    position: absolute;
    top: 40px;
    right: 40px;
    border-radius: 1000px;
    border: 1px solid #002664;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(25px);
    color: #002664;
    text-align: center;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;

    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    /* 24px */
}

.nr-l-readmore-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 32px;
}

.nr-l-readmore {
    border-radius: 8px;
    background: #002664;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    color: #FFF !important;
    text-align: center;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nr-l-readmore:hover {
    color: #fff;
    background-color: #2E808E;
}

.nr-topics {
    padding: 56px 0px;
    font-family: 'Public Sans', sans-serif;
}

.nr-topics .ast-wrap {
    gap: 24px 16px;
}

.nr-topics .ast-wrap>a {
    border-radius: 1000px;
    border: 1px solid #5C759F;
    padding: 4px 12px;
    align-items: center;
    gap: 8px;
    color: #2E808E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    transition: none;
    /* 24px */
}

.nr-topics .ast-wrap>a:hover {
    background-color: #002664;
    border-color: #002664;
    color: #fff;
}

.nsw-newsroom .nr-podcast {
    padding: 80px 0px;
    background-color: #002664;
}

.nsw-newsroom .nr-podcast h2 {
    color: #fff;
    margin-bottom: 56px;
}

.nsw-newsroom .nr-podcast .ast-wrap {
    gap: 56px;
}

.nsw-newsroom .nr-podcast iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    border-radius: 5px;
}

.nsw-newsroom .nr-podcast .nr-p-other {
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
}

.nsw-newsroom .nr-podcast .nr-p-other>span {
    margin-right: 8px;
    color: #FFF;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nsw-newsroom .nr-videos {
    padding: 80px 0px;
}

.nsw-newsroom .nr-videos .ast-wrap {
    gap: 40px;
    justify-content: center;
    margin-bottom: 64px;
}

.nsw-newsroom .nr-videos .ast-wrap>div {
    width: calc(50% - 20px);
}

.nsw-newsroom .nr-videos .ast-wrap>.nr-v-items {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    cursor: pointer;
    max-height: 408px;
    overflow-y: scroll;
    padding: 8px;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item {
    border-radius: 8px;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.10), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.30);
    overflow: hidden;
    width: 100%;
    min-height: 90px;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item>div:first-child {
    position: relative;
    overflow: hidden;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item>div:first-child>img {
    width: 120px;
    border-radius: 0px;
    transform: scale(1.6);
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item>div.nr-v-i-info {
    width: calc(100% - 120px);
    padding: 20px;
    color: #002664;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item>div span {
    color: #2E808E;
    font-size: 12px;
    font-weight: 500;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item.nr-selected {
    border: 1px solid #002664;
    background: #002664;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item.nr-selected>div {
    color: #fff;
    background-color: #002664;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item.nr-selected span {
    color: #fff;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview {
    border-radius: 8px;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.10), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.30);
    width: 100%;
    overflow: hidden;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .yt-player {
    height: 300px;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .ast-image {
    height: 100%;
    border-radius: 0px;
    transform: scale(1.5);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-thumb {
    width: 100%;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-thumb-info {
    gap: 16px;
    flex-direction: column;
    padding: 24px;
    color: #002664;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-thumb-info span {
    color: #2E808E;
    font-size: 14px;
    font-weight: 500;
}

.nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-play {
    position: absolute;
    z-index: 1;
    width: 40px;
    bottom: 24px;
    right: 24px;
    cursor: pointer;
}

.nsw-newsroom .nr-media-resources {
    padding: 14px 0px;
}

.nsw-newsroom .nr-media-resources h5 {
    color: #333;
    text-align: center;
    font-family: 'Proxima Nova Rg';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.nsw-newsroom .nr-media-resources .nr-m-sub-title {
    color: #333;
    text-align: center;
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px;
}

.nsw-newsroom .nr-media-resources .nr-m-sub-title a {
    border-bottom: 1px solid #000;
    color: #333;
}

.nsw-newsroom .nr-media-resources .nr-m-sub-title a:hover {
    color: #2E808E;
    border-color: #2E808E;
}

.nsw-newsroom .nr-media-resources .list-group {
    align-items: center;
}

.nsw-newsroom .nr-media-resources .m_enquiry {
    max-width: 800px;
    margin: 30px auto 0px;
}

.nr-single-post .nrleft-new .newsroomsidebox h6,
.nr-single-post .nrleft-new h6 {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 700 !important;
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 16px;
}

.nr-single-post .nrleft-new .newsroomsidebox {
    border-bottom: 2px solid #002664;
    padding-bottom: 0px;
    margin-bottom: 40px;
}


.nr-single-post .nrleft-new .newsroomsidebox-2 {
    border-bottom: 2px solid #002664;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-radius: 0px;
}

.nr-single-post .nr-related-news-wrap {
    position: relative;
}

.nr-single-post .nr-related-news {
    width: 100%;
    height: 80vh;
    overflow-y: scroll;
    top: 140px;
    max-width: 380px;
    padding: 10px 10px 20px;
}

.nr-single-post .nrleft-new {
    padding-right: 56px;
}

.nr-single-post .nr-related-news .ast-wrap a.img-l {
    display: inline-block;
    width: 100%;
}

.nr-single-post .nr-related-news .ast-wrap .ast-image {
    height: 150px;
    border-radius: 8px;
    border-bottom: 4px solid rgba(46, 128, 142, 0.40);
}

.nr-single-post .nr-related-news .ast-wrap {
    gap: 24px;
}

.nr-single-post .nr-related-news .ast-wrap>div {
    gap: 32px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4.4px 12px -1px rgba(19, 16, 34, 0.10), 0px 2px 6.4px -1px rgba(19, 16, 34, 0.30);
}

.nr-single-post .nr-related-news .ast-wrap .nr-r-n-info {
    gap: 16px;
    color: #002664;
    font-family: 'Public Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0px 24px 24px;
}

.nr-single-post .nr-related-news .ast-wrap .nr-r-n-info span {
    color: #2E808E;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.nr-single-post .nr-related-news .ast-wrap .nr-r-n-info ul {
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

.nr-single-post .nr-related-news .ast-wrap .nr-r-n-info ul li {
    border-radius: 1000px;
    border: 1px solid #2E808E;
    display: flex;
    padding: 2px 8px;
    align-items: center;
    gap: 8px;
    margin: 0px;
}

.nr-single-post .nr-related-news .ast-wrap .nr-r-n-info ul li a {
    color: #2E808E;
    text-align: center;
    font-family: "Public Sans";
    font-size: 11px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150%;
    /* 16.5px */
    text-decoration: none;
}

.nr-single-post .nr-related-news-wrap h2 {
    color: #333;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.nr-single-post .nr-related-news-wrap .nr-sticky h2 {
    display: none;
}

/* Custom Scrollbar Styles for Webkit (Chrome, Safari, Edge) */
.thin-scrollbar::-webkit-scrollbar {
    width: 8px;
    /* Width for vertical scrollbar */
    height: 8px;
    /* Height for horizontal scrollbar */
}

.thin-scrollbar::-webkit-scrollbar-track {
    background: #e5e7eb;
    /* Tailwind gray-200, for the track */
    border-radius: 10px;
}

.thin-scrollbar::-webkit-scrollbar-thumb {
    background-color: #9ca3af;
    /* Tailwind gray-400, for the thumb */
    border-radius: 10px;
    border: 2px solid #e5e7eb;
    /* Padding around thumb */
}

/* Hover state for the scrollbar thumb */
.thin-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #6b7280;
    /* Tailwind gray-500 */
}

/* Custom Scrollbar Styles for Firefox */
/* Note: Firefox uses scrollbar-width and scrollbar-color properties */
.thin-scrollbar {
    scrollbar-width: none;
    /* 'auto' | 'thin' | 'none' */
    scrollbar-color: #9ca3af #e5e7eb;
    /* thumb color track color */
}

@media only screen and (max-width: 1024px) {
    .nr-single-post>section.content>.container>.row>.col-md-8 {
        width: 66.66666667%;
    }

    .nr-single-post .nrleft-new {
        padding: 0px 20px;
    }

    .nr-single-post .nr-related-news {
        max-width: 301px;
    }

    .nr-single-post .nr-related-news-wrap h2 {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .nr-latest-news .nr-l-featured>div:nth-child(1) {
        width: 100%;
    }

    .nr-latest-news .nr-l-featured>div .nr-article-details {
        padding: 20px;
    }

    .nr-latest-news div.nr-l-f-small-article {
        width: 100%;
        flex-direction: row;
    }

    .nr-latest-news div.nr-l-f-small-article>div {
        width: calc(50% - 12px);
    }

    .nr-latest-news div.nr-l-f-small-article.nr-l-f-others>div {
        width: calc(50% - 12px);
    }

    .nsw-newsroom .nr-videos,
    .nsw-newsroom .nr-podcast,
    .nr-topics,
    .nr-latest-news {
        padding: 40px 0px;
    }

    .nsw-newsroom .nr-videos .ast-wrap>div {
        width: 100%;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview {
        width: 100%;
    }

    .nsw-newsroom .nr-videos .ast-wrap>.nr-v-items {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        max-height: unset;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item {
        width: calc(50% - 8px);
    }

    .nr-single-post .nr-related-news {
        max-width: 100%;
        height: auto;
        overflow-y: none;
    }

    .nr-single-post .nr-related-news {
        max-width: 100%;
    }

    .nr-single-post .nr-related-news .ast-wrap>div {
        width: calc(50% - 12px);
    }

    .nr-single-post .nr-related-news .ast-wrap>div {
        width: calc(50% - 12px);
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-thumb {
        max-height: 400px;
        height: 400px;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .yt-player {
        height: 400px;
    }

}

@media only screen and (max-width: 480px) {
    .nr-latest-news .nr-l-featured>div:nth-child(1) {
        width: 100%;
    }

    .nr-latest-news div.nr-l-f-small-article>div {
        width: 100%;
    }

    .nr-latest-news div.nr-l-f-small-article.nr-l-f-others>div {
        width: 100%;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-items .nr-v-item {
        width: 100%;
    }

    .blog.services.nr-single-post .nrleft-new {
        padding: 0px 20px !important;
    }

    .nr-single-post>section.content>.container>.row>.col-md-8 { 
        width: 100%;
    }

    .blog.services.nr-single-post .list-group h3.h5 p {
        margin-bottom: 0px;
        line-height: 0px;
    }

    .nr-single-post .nr-related-news {
        padding: 10px 1px 20px;
    }

    .nsw-newsroom .nr-videos,
    .nsw-newsroom .nr-podcast,
    .nr-latest-news {
        padding: 20px 0px;
    }

    .nr-topics .ast-wrap>a {
        font-size: 14px;
    }

    .nr-topics .ast-wrap {
        gap: 12px;
    }

    .nr-single-post .nr-related-news .ast-wrap>div {
        width: 100%;
    }

    .nr-single-post.blog.single-news .content {
        padding: 15px 0 20px;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .nr-v-thumb {
        height: 205px;
        max-height: 205px;
    }

    .nsw-newsroom .nr-videos .ast-wrap .nr-v-prev-wrap .nr-v-preview .yt-player {
        height: 205px;
    }

}

@media only screen and (max-width: 340px) {
    .nr-topics .ast-wrap>a {
        font-size: 13px;
    }
}