@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    --bs-light: #fefefe;
    --bs-gray: #f6f7f9;
    --bs-dark: #262b32;
    --bs-primary: #A9282C;
    --bs-secondary: #D90D0E;
    --bs-success: #45c4a0;
    --bs-info: #54a8c7;
    --bs-warning: #fab758;
    --bs-danger: #e2626b;
    --bs-body-color: #6d7280;
    --bs-light-rgb: 254, 254, 254;
    --bs-gray-rgb: 246, 247, 249;
    --bs-dark-rgb: 0, 0, 0;
    --bs-primary-rgb: 2, 117, 252;
    --bs-secondary-rgb: 0, 46, 93;
    --bs-success-rgb: 69, 196, 160;
    --bs-info-rgb: 84, 168, 199;
    --bs-warning-rgb: 250, 183, 88;
    --bs-danger-rgb: 226, 98, 107;
    --bs-link-color: #0275fc;
    --bs-link-color-rgb: 2, 117, 252;
    --bs-link-hover-color: #0275fc;
    --bs-link-hover-color-rgb: 2, 117, 252;
    --bs-font-sans-serif: "Inter", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0));
    --bs-root-font-size: 20px;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    /* .image-list .meta h6 word-spacing: unset; */
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1000px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    color: #111827;
    font-family: "Inter", sans-serif;
    line-height: 1.5 !important;
    word-spacing: 0;
    letter-spacing: 0;
}

.bg-utama {
    background-color: var(--bs-primary);
}

.bg-kedua {
    background-color: var(--bs-secondary);
}

.overlay.overlay-gradient-3 span.bg {
    background: linear-gradient(45deg, var(--bs-primary) 0, var(--bs-secondary) 100%) !important;
}

.text-utama {
    color: var(--bs-primary);
}

.text-kedua {
    color: var(--bs-secondary);
}

.text-putih {
    color: white;
}

.text-hitam {
    color: black;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary) !important;
}

/*.tutup-x {
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: white;
    z-index: 99999;
    transform: translateY(-5px);
} */

.tutup-x {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 99999;
}

.tutup-ig {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 99999;
}

.tutup-tiktok {
    position: absolute;
    width: 100%;
    height: 47px;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 99999;
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 12px;
    --bs-btn-border-radius: 0.4rem;
}

.btn-secondary {
    --bs-btn-color: white;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 152, 159, 172;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

hr {
    margin-block-start: 0.5em;
    margin-block-end: 1.5em;
}

.footer.bg-dark,
footer.bg-dark {
    background: black !important;
}

nav.nav.social.social-white a {
    color: white !important;
    font-size: 14px;
}

nav.nav.footer-menu {
    gap: 20px;
}

nav.nav.footer-menu a {
    color: white !important;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-bg: var(--bs-secondary);
}

/* Navbar */
.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
    --bs-navbar-color: white;
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.5);
    --bs-navbar-disabled-color: rgba(52, 63, 82, 0.3);
    --bs-navbar-active-color: var(--bs-primary);
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-brand-margin-end: 0;
    --bs-navbar-brand-font-size: 0.7rem;
    --bs-navbar-brand-color: var(--bs-primary);
    --bs-navbar-brand-hover-color: var(--bs-primary);
    --bs-navbar-nav-link-padding-x: .75rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 14px;
    --bs-navbar-toggler-border-color: transparent;
    --bs-navbar-toggler-border-radius: 0.4rem;
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-nav {
    --bs-nav-link-font-size: 12px;
}

.nav-link {
    --bs-nav-link-font-weight: 500;
    letter-spacing: unset;
}

@media (min-width: 992px) {
    .navbar-expand-lg.extended:not(.extended-alt) .navbar-brand {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg.extended:not(.fixed) .navbar-collapse .nav-link {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse .nav-item:first-child .nav-link {
        padding-left: .5rem !important;
    }
}

.navbar-search {
    padding: 0 20px;
}

.navbar-search .navbar-search-input {
    font-size: 0.6rem;
    padding: 5px 20px;
    min-height: calc(1.5em + 0.8rem + 2px) !important;
    border-radius: 0.4rem !important;
}

.input-group .search-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    aspect-ratio: 1 / 1;
    padding: 0.25rem !important;
    border-radius: 0.3rem !important;
}

/* End Navbar */

/* Custom Navbar Mobile */
.navbar-nav.custom-navbar-mobile {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

.navbar-nav.custom-navbar-mobile .nav-item {
    width: fit-content !important;
}

.navbar-nav.custom-navbar-mobile .nav-item:first-child .nav-link {
    padding-left: 0 !important;
}

.navbar-nav.custom-navbar-mobile .nav-item .nav-link {
    text-wrap: nowrap;
    padding: 10px 10px;
    color: white;
}

/* End Custom Navbar Mobile */

/* Breadcrumb */
.breadcrumb-item+.breadcrumb-item::before {
    font-family: unset;
    padding-right: 0.5rem;
    /* color: rgba(96, 105, 123, 0.35); */
    color: var(--bs-secondary);
    content: "/";
    margin-top: unset;
    font-size: inherit;
}

/* End Breadcrumb */

/* Pagination */
.pagination {
    gap: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.pagination .page-link {
    width: 2rem;
    height: 2rem;
    font-size: 12px;
    border-radius: 50% !important;
    line-height: normal;
}

.active>.page-link,
.page-link.active {
    color: white;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.page-link:hover {
    color: white;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.page-link:focus {
    color: white;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

/* End Pagination */

/* News List View & Item - Home */
.news-list-home .category-title {
    padding: 5px 25px;
    background: rgba(0, 0, 0, 0.05);
    background: linear-gradient(45deg, #002e5d, #0376fb);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 60px;
}

.news-list-home .category-title h4 {
    color: white;
    font-size: 16px;
}

.news-item-2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
}

.news-item-2 .news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
    display: block;
    min-height: 200px;
}

.news-item-2 .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-2 .content {
    display: flex;
    flex-direction: column;
}

.news-item-2 .content .badge-category {
    padding: 5px 20px 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.news-item-2 .content .badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.news-item-2 .content .title {
    font-size: 14px;
    line-height: 1.25 !important;
    margin-bottom: 7.5px !important;
}

.news-item-2 .content .title a {
    color: inherit;
}

.news-item-2 .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item-2 .content .meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 5px !important;
}

.news-item-2 .content .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-item-2 .content .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-2 .content .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-2 .content .meta h6 {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
    color: rgba(0, 0, 0, 0.3);
}

.news-item-2 .content .meta .date {
    display: flex;
    align-items: center;
}

/* End News List View & Item - Home */

/* News List View & Item */
.news-list-view {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-item {
    display: flex;
    gap: 25px;
    align-items: start;
}

.news-item .news-img {
    min-width: 40%;
    width: 40%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px;
}

.news-item .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item .content {
    display: flex;
    flex-direction: column;
}

.news-item .content .badge-category {
    padding: 5px 20px 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.news-item .content .badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.news-item .content .title {
    font-size: 18px;
    line-height: 1.25 !important;
}

.news-item .content .title a {
    color: inherit;
}

.news-item .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item .content .meta {
    display: flex;
    justify-content: space-between;
}

.news-item .content .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-item .content .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.news-item .content .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .content .meta h6 {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
}

.news-item .content .meta .date {
    display: flex;
    align-items: center;
}

/* End News List View & Item */

/* News Sidebar */
.image-list figure {
    float: left;
    width: 4rem;
    height: 4rem;
}

.image-list figure a {
    display: block;
    height: 100%;
    width: 100%;
}

.image-list figure a .sidebar-post-list-image {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.image-list .post-content {
    margin-left: 5rem;
    margin-bottom: 0;
}

.image-list .post-content h6 {
    line-height: 1.25 !important;
    font-size: 14px;
}

.image-list .post-content h6 a {
    color: inherit;
}

.image-list .meta {
    display: flex;
    justify-content: space-between;
}

.image-list .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.image-list .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.image-list .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-list .meta h6 {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1 !important;
    color: rgba(0, 0, 0, 0.3);
}

.image-list .meta .date {
    display: flex;
    align-items: center;
}

/* End News Sidebar */

/* News Post */
.news-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label-main {
    background-color: var(--bs-primary);
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.label-main .dot {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 8px;
}

.label-buttons {
    display: flex;
    gap: 5px;
}

.btn {
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    /* background-color: #f2f2f2; */
    /* color: #555; */
}

.btn.active {
    background-color: var(--bs-primary);
    color: white;
}

.dotted-line {
    border-top: 2px dotted var(--bs-secondary);
    margin-top: 2px;
}

.label-main-black {
    background-color: black;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.label-main-black .dot {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
    margin-right: 8px;
}

.dotted-line-black {
    border-top: 2px dotted black;
    margin-top: 2px;
}

.post-badge-category {
    padding: 5px 20px 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.post-badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.post-meta {
    display: flex;
    gap: 20px;
}

.post-meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-meta .author .author-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

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

.post-meta h6 {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
    color: rgba(0, 0, 0, 0.3);
}

.post-meta .date {
    display: flex;
    align-items: center;
}

.post-img-container {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.tag-list li {
    margin-bottom: .4rem;
}

.tag-list li a:before {
    content: unset;
}

/* End News Post */

/* Slider Header Berita */
.news-item-thumb {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.news-item-thumb .line-indicator {
    height: 4px;
    background: rgba(0, 0, 0, .025);
}

.swiper-slide-thumb-active .news-item-thumb .line-indicator {
    background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
}

.news-item-thumb .news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 0;
    display: block;
}

.news-item-thumb .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-thumb .content {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    background: rgba(0, 0, 0, .025);
    flex-grow: 1;
    border-radius: 0;
}

.swiper-slide-thumb-active .news-item-thumb .content {
    background: var(--bs-secondary);
}

.news-item-thumb .content .title {
    font-size: 12px;
    line-height: 1.25 !important;
    color: var(--bs-secondary);
}

.swiper-slide-thumb-active .news-item-thumb .content .title {
    color: white;
}

.news-item-thumb .content .title a {
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* End Slider Header Berita */

/* Slider Header Berita Mobile */
.header-swiper-mobile .swiper-pagination {
    position: relative;
    text-align: left;
    margin-top: 20px;
}

.header-swiper-mobile .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--bs-secondary);
    width: 25px;
    border-radius: 5px;
}

/* End Slider Header Berita Mobile */

/* Slider Berita */
.slider-berita .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative;
    margin: 40px 0 0;
}

.slider-berita .swiper-scrollbar-drag {
    background: var(--bs-secondary);
}

.news-item-3 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.news-item-3 .news-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    display: block;
    min-height: 200px;
}

.news-item-3 .news-img-details {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    display: block;
    min-height: 150px;
}

.news-item-3 .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-3 .news-img-details img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-3 .content {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    background: linear-gradient(45deg, var(--bs-secondary), var(--bs-primary));
    flex-grow: 1;
    border-radius: 0 0 10px 10px;
}

.news-item-3 .content .badge-category {
    padding: 5px 20px 5px 5px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 40px;
    font-size: 10px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.news-item-3 .content .badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.news-item-3 .content .title {
    font-size: 16px;
    line-height: 1.25 !important;
    color: white;
}

.news-item-3 .content .title a {
    color: inherit;
}

.news-item-3 .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item-3 .content .meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.news-item-3 .content .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-item-3 .content .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-3 .content .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-3 .content .meta h6 {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.75);
}

.news-item-3 .content .meta .date {
    display: flex;
    align-items: center;
}

/* End Slider Berita */

/* News Item 4 */
.news-item-4 {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.news-item-4 .news-img {
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.news-item-4 .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-4 .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: end;
    padding: 30px;
    background: linear-gradient(0deg, black, transparent);
}

.news-item-4 .content .badge-category {
    padding: 0;
    border-radius: 40px;
    font-size: 12px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: white;
}

.news-item-4 .content .badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.news-item-4 .content .title {
    font-size: 22px;
    line-height: 1.25 !important;
    color: white;
    margin-bottom: 10px;
}

.news-item-4 .content .title a {
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-4 .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item-4 .content .meta {
    display: flex;
    justify-content: space-between;
}

.news-item-4 .content .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-item-4 .content .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-4 .content .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-4 .content .meta h6 {
    margin: 0;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.75);
}

.news-item-4 .content .meta .date {
    display: flex;
    align-items: center;
}

/* End News Item 4 */

/* News Item 5 */
.news-item-5-list {
    height: 600px;
}

.news-item-5 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
}

.news-item-5 .news-img {
    min-width: 40%;
    overflow: hidden;
    border-radius: 10px;
}

.news-item-5 .news-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-5 .content {
    position: absolute;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: end;
    padding: 20px;
    background: linear-gradient(0deg, black, transparent);
}

.news-item-5 .content .badge-category {
    padding: 0;
    border-radius: 40px;
    font-size: 10px;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    color: white;
}

.news-item-5 .content .badge-category .category-title {
    background: var(--bs-secondary);
    color: white;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

.news-item-5 .content .title {
    font-size: 16px;
    line-height: 1.25 !important;
    color: white;
    margin-bottom: 10px !important;
}

.news-item-5 .content .title a {
    color: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-item-5 .content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-item-5 .content .meta {
    display: flex;
    justify-content: space-between;
}

.news-item-5 .content .meta .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.news-item-5 .content .meta .author .author-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
}

.news-item-5 .content .meta .author .author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item-5 .content .meta h6 {
    margin: 0;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1 !important;
    color: rgba(255, 255, 255, 0.75);
}

.news-item-5 .content .meta .date {
    display: flex;
    align-items: center;
}

/* End News Item 5 */

/* Share Modal */
.url-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.url-container p {
    margin: 0 !important;
    line-height: unset;
}

.url-container button {
    border: 0;
    background: transparent;
}

.share-socmed-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.share-socmed-container .socmed-button {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-socmed-container .socmed-button .socmed-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1rem;
}

.share-socmed-container .socmed-button p {
    margin: 0;
}

.contact-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
    display: flex;
    gap: 10px;
}

.button-33 {
    background-color: #39B54A;
    border-radius: 30px;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 5px 25px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-33:hover {
    box-shadow: rgba(57, 181, 74, 0.35) 0 -25px 18px -14px inset,
        rgba(57, 181, 74, 0.25) 0 1px 2px, rgba(57, 181, 74, 0.25) 0 2px 4px,
        rgba(57, 181, 74, 0.25) 0 4px 8px, rgba(57, 181, 74, 0.25) 0 8px 16px,
        rgba(57, 181, 74, 0.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    color: white;
}
/* End Share Modal */