@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --bs-light: #fefefe;
    --bs-gray: #f6f7f9;
    --bs-dark: #262b32;
    --bs-primary: #aa0005;
    --bs-secondary: #D90D0E;
    --bs-blue: #1C73B1;
    --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: 245,53,46;
    --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: "Poppins", 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; */
}

a:hover {
    color: var(--bs-primary);
}

@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: 1000px;
    }
}

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

.wrapper-headline {
    padding-left: 0;
    padding-right: 0;
}

.fs-headline {
    font-size: 35px;
}

.h-framevideo {
    height: 330px;
}

@media (max-width: 768px) {
    /*.h1,*/
    /*.h2,*/
    /*.h3,*/
    /*.h4,*/
    /*.h5,*/
    /*.h6,*/
    /*h1,*/
    /*h2,*/
    /*h3,*/
    /*h4,*/
    /*h5,*/
    /*h6 {*/
    /*    line-height: 30px !important;*/
    /*}*/
    
    .overlay.caption figcaption{
        padding: 10px !important;
    }
    
    .h3 {
        font-size: 16px !important;
    }
    
    .mob-padding-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    .wrapper-headline {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .fs-headline {
        font-size: 16px;
    }
    
    .h-framevideo {
        height: 215px;
    }
    
    .ratio-4x2 {
        --bs-aspect-ratio: 55%;
    }
}

.fz-18 {
    font-size: 18px;
}

.fz-41 {
    font-size: 41px;
}

.ratio-3x4 {
    --bs-aspect-ratio: 105%;
}

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

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

.bg-biru {
    background-color: var(--bs-blue);
}

.bg-putih {
    background-color: white;
}

.bg-hitam {
    background-color: black;
}

.bg-abu {
    background-color: #F2F2F2;
}

.overlay.overlay-gradient-3 span.bg {
    background: linear-gradient(45deg, #aa0005 0, #5790ba 100%) !important;
}

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

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

.text-putih {
    color: white !important;
}

.text-hitam {
    color: black !important;
}

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

.rounded-50 {
    border-radius: 50%;
}

/*.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;
}

.badge-indicator {
    position: absolute;
    z-index: 99999;
    top: 10px;
    font-size: 12px;
    margin-left: 5px;
    color: white;
    background: var(--bs-secondary);
    padding: 2px 7px;
    border-radius: 15px;
}

.limit-text-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.limit-text-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.custom-card {
    position: relative;
    overflow: hidden;
}

.custom-card .card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.4s ease-in-out;
}

.custom-card .card-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
}

/* Saat hover: deskripsi muncul & konten terdorong */
.custom-card:hover .card-description {
    max-height: 200px; /* atur sesuai kebutuhan */
    opacity: 1;
    transform: translateY(0);
}

.custom-card:hover .card-content {
    transform: translateY(-10px); /* geser meta & title ke atas */
}

.section-header-utama {
    text-align: left;
    margin-bottom: 20px;
}

.section-header-utama h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-primary); 
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.section-header-utama h2 i {
    font-size: 18px;
    color: var(--bs-primary);
}

@media (max-width: 768px) {
    .section-header-utama h2 {
        font-size: 15px;
    }
    
    .section-header-utama h2 i {
        font-size: 15px;
        color: var(--bs-primary);
    }
    
    .gap-5 {
        gap: 0.8rem !important;
    }
}

/* Garis bawah */
.section-underline-utama {
    position: relative;
    height: 4px;
    background: #d9d9d9;
    margin-top: 6px;
}

.section-underline-utama span {
    display: block;
    width: 50px; /* panjang garis hitam */
    height: 4px;
    background: var(--bs-primary); /* hitam */
    position: relative;
}

.section-underline-utama span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: var(--bs-primary) transparent transparent transparent;
}

.section-header {
    text-align: left;
    margin-bottom: 20px;
}

.section-header h2 {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-primary); 
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.section-header h2 i {
    font-size: 18px;
    color: var(--bs-primary);
}

/* Style untuk pop-up container */
.popup-content {
    padding: 20px;
}

.popup-container {
  position: fixed;
  max-width: 300px; 
  bottom: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  /* padding: 15px; */
  display: flex;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  z-index: 9999;
}

/* Gambar profil */
.profile-pic {
  overflow: hidden;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 250px;
  border-radius: 10px;
}

/* Teks notifikasi */
.popup-text {
  /* font-size: 14px; */
  line-height: 1.5;
  color: #333;
}

.popup-text strong {
  color: #000;
}

#popup-close {
  cursor: pointer;
  transition: color 0.2s ease;
}

#popup-close:hover {
  color: #ff0000;
}

.popup-image-wrapper {
  display: inline-block;
  position: relative;
}

#popup-kategori {
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 5px;
  background: #007bff; /* fallback jika bg-utama tidak ada */
  color: #fff;
  z-index: 2;
}
.time {
  /* font-size: 12px; */
  color: #888;
}

/* Animasi muncul */
.popup-container.show {
  opacity: 1;
  transform: translateY(0);
}

/* Garis bawah */
.section-underline {
    position: relative;
    height: 4px;
    background: #d9d9d9;
    margin-top: 6px;
}

.section-underline span {
    display: block;
    width: 50px; /* panjang garis hitam */
    height: 4px;
    background: black; /* hitam */
    position: relative;
}

.section-underline span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.swiperVideo {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* ***** FORM LAPORAN WARGA ***** */

.form-laporan {
    background: #e5e5e5; 
    padding: 15px; 
    border-radius: 10px;
}

.preview {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
}

.preview-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: #fafafa;
    width: 120px;
    text-align: center;
    font-size: 12px;
}

.preview-item img, .preview-item video {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.remove-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: poPoppins;
    font-size: 12px;
}

.error {
    color: red;
    font-size: 0.9rem;
}

/* ***** FORM LAPORAN WARGA ***** */

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    /* top: 40%; */
    width: 50px;
    height: 50px;
    margin-top: -25px; /* setengah dari height */
    z-index: 10;
    cursor: poPoppins;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-secondary); /* icon color */
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: all 0.3s ease;
}

@media(max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

/* Saat hover atau active */
.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-prev:active {
    background-color: #fff;
    opacity: 1;
}

/* Gunakan Font Awesome untuk isi panah */
.swiper-button-prev::after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}

.swiper-button-next::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}

.parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
}
    
.div1 {
    grid-row: span 2 / span 2;
}

.div2 {
    grid-column: span 4 / span 4;
}

.div4 {
    grid-column: span 4 / span 4;
    grid-column-start: 2;
    grid-row-start: 2;
}

/* ==========================================================================
    3.0 News Ticker
   ========================================================================== */
.news-ticker-wrap {
    background-color: var(--bs-primary);
    position: relative;
    height: 55px;
    /* margin: 10px 0; */
    /* border-radius: 10px; */
}

.news-ticker-wrap .ticker-title {
    background-color: #f05555;
    display: block;
    text-align: center;
    width: 170px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    /* border-radius: 10px 0 0 10px; */
}

.news-ticker {
    display: block;
    margin: 14px 0;
    width: 100%;
    height: auto;
    padding-left: 190px;
    padding-right: 90px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.news-ticker li {
    list-style: none;
    padding-top: 2px;
}

.news-ticker li a {
    color: #fff;
    font-size: 16px;
}

.ticker-control {
    width: 81px;
    height: 100%;
    position: absolute;
    top: 5px;
    right: 0;
}

.ticker-control i {
    background-color: #f05555;
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    cursor: poPoppins;
    transition: all 0.3s ease 0s;
}

.ticker-control #next-ticker {
    border-radius: 50%;
}

.ticker-control i:hover {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}

.ticker-control i#prev-ticker {
    margin-right: 1px;
}

@media only screen and (max-width: 767px) {
    .news-ticker-wrap {
        height:30px;
        /*border-radius: 7px;*/
    }
    
    .news-ticker-wrap .ticker-title {
        height:30px;
        line-height:30px;
        width:100px;
        font-size:12px;
        /*border-radius: 7px 0 0 7px;*/
    }
    
    .news-ticker li {
        list-style: none;
        padding-top: 4px;
    }
    
    .news-ticker li a {
        color: #fff;
        font-size: 12px;
    }

    .ticker-control {
        display:none;
    }

    .news-ticker {
        margin: 1px 0;
        padding-left: 105px;
        padding-right: 0px;
        font-size: 12px;
    }
}

.w-btn {
    width: 30%;
}

@media (max-width: 768px){
    .w-btn {
        width: 50%;
    }
}

.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: black !important;
    font-size: 14px;
}

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

nav.nav.footer-menu a {
    color: black;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-bg: black;
}

/* 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: 16px;
}

.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;
    }
}

@media (max-width: 768px) {
    .navbar-nav {
        width: 100% !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;
}

@media (max-width: 767px) {
    .nav-tabs.nav-tabs-basic .nav-link {
        padding: 3px 10px;
    }
    .nav-tabs.nav-pills, .nav-tabs.nav-tabs-basic {
        flex-direction: row;
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .nav-tabs.nav-pills .nav-link, .nav-tabs.nav-tabs-basic .nav-link {
        margin-right: 5px;
    }
    
    .nav-tabs.nav-tabs-basic .nav-item.show .nav-link, .nav-tabs.nav-tabs-basic .nav-link.active {
        padding: 3px 10px;
    }
    
    .nav-tabs.nav-pills .nav-item, .nav-tabs.nav-tabs-basic .nav-item {
        margin-bottom: 5px;
    }
}
/* 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;
}

@media(max-width: 768px) {
    .pagination .page-link {
        width: 1.4rem;
        height: 1.4rem;
        font-size: 10px;
    }
}

.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: 3px 12px;
    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;
}

@media (max-width: 768px) {
    .news-item .news-img {
        min-width: 100%;
        width: 100%;
        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: 400;
    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: 12px;
}

.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-blue); */
    padding: 8px 0px;
    border-radius: 8px 8px 0 0;
    color: var(--bs-blue);
    font-weight: bold;
    display: flex;
    align-items: center;
}

.label-main .dot {
    /* width: 8px; */
    /* height: 8px; */
    /* background-color: white; */
    /* border-radius: 50%; */
    margin-right: 8px;
    margin-right: 8px;
    --p: 30px;
    height: 25px;
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
    background: var(--bs-blue);
}

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

.label-main-2 .dot {
    margin-right: 8px;
    margin-right: 8px;
    --p: 30px;
    height: 25px;
    aspect-ratio: 1;
    clip-path: polygon(var(--p) 0,100% 0,100% 100%,0 100%);
    background: white;
}

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

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

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

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

.dotted-line-putih {
    border-top: 2px solid white;
    margin-top: 2px;
}

.label-main-black {
    background-color: var(--bs-blue);
    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 solid 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: 10px;
}

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

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

@media (max-width: 768px) {
    .post-meta {
        gap: 5px;
        font-size: 12px;
    }
    
    .post-meta .author .author-img {
        width: 20px;
        height: 20px;
    }
    
    .post-meta h6 {
        font-size: 11px !important;
    }
}

.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-primary), #5790ba);
}

.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: linear-gradient(45deg, var(--bs-primary), #5790ba);
}

.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;
    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, #aa0005, #5790ba); */
    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: black;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 40px;
}

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

.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: black;
}

.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: 3px 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: poPoppins;
    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 */