:root {
    --warna-primary: #0369a1;
    --warna-sub-primary: #025886;
}

* {
    font-family: 'Montserrat', sans-serif;
}

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #2a2a2a;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    font-size: 14px !important;
}

a {
  color: inherit;
  vertical-align: baseline;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
    color: var(--warna-sub-primary);
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input:focus {
    border-color: var(--warna-primary) !important;
    outline: none !important;
    box-shadow: none !important;
}

.container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.header {
  position: relative;
  background: var(--warna-primary);
  width: 100%;
  z-index: 99;
}
.nav {
  border-top: 1px solid var(--warna-sub-primary);
  background: var(--warna-primary);
  z-index: 999;
}
.nav,
.nav__wrap {
  position: relative;
}
.nav__wrap {
  text-align: center;
  z-index: 2;
}
.nav__row {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav__sub {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 40px;
  text-align: left;
  z-index: 1;
  width: 230px;
  background: var(--warna-sub-primary);
  padding: 10px 10px 20px;
  height: 0;
}
.nav__sub--news {
  width: 220px;
}
.nav__sub--news.cc2 {
  width: 330px !important;
}

.nav__item {
  display: inline-block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.nav__item:hover .nav__link {
  background: var(--warna-sub-primary);
  color: #f5f5f5;
}
.nav__item:hover .nav__sub {
  top: 46px;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.nav__item:last-child .nav__sub,
.nav__item:nth-of-type(11) .nav__sub,
.nav__item:nth-of-type(12) .nav__sub,
.nav__item:nth-of-type(13) .nav__sub,
.nav__item:nth-of-type(14) .nav__sub,
.nav__item:nth-of-type(15) .nav__sub,
.nav__item:nth-of-type(16) .nav__sub,
.nav__item:nth-of-type(17) .nav__sub {
  left: auto;
  right: 0;
}
.nav__subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.nav__subitem {
  column-count: 1;
  position: relative;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.nav__subitem.cc2 {
  column-count: 2;
}
.nav__sublink {
  position: relative;
  display: block;
  padding: 3px 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  color: #fff;
}
.nav__sublink--hot,
.nav__sublink:hover {
  color: #f59797;
}
.nav__link {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 14px 0;
  position: relative;
}
.nav__link:hover {
  background: var(--warna-sub-primary);
}
.icoBurger {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-bottom: -1px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.25 8C14.25 8.19891 14.171 8.38968 14.0303 8.53033C13.8897 8.67098 13.6989 8.75 13.5 8.75H2.5C2.30109 8.75 2.11032 8.67098 1.96967 8.53033C1.82902 8.38968 1.75 8.19891 1.75 8C1.75 7.80109 1.82902 7.61032 1.96967 7.46967C2.11032 7.32902 2.30109 7.25 2.5 7.25H13.5C13.6989 7.25 13.8897 7.32902 14.0303 7.46967C14.171 7.61032 14.25 7.80109 14.25 8ZM2.5 4.75H13.5C13.6989 4.75 13.8897 4.67098 14.0303 4.53033C14.171 4.38968 14.25 4.19891 14.25 4C14.25 3.80109 14.171 3.61032 14.0303 3.46967C13.8897 3.32902 13.6989 3.25 13.5 3.25H2.5C2.30109 3.25 2.11032 3.32902 1.96967 3.46967C1.82902 3.61032 1.75 3.80109 1.75 4C1.75 4.19891 1.82902 4.38968 1.96967 4.53033C2.11032 4.67098 2.30109 4.75 2.5 4.75ZM13.5 11.25H2.5C2.30109 11.25 2.11032 11.329 1.96967 11.4697C1.82902 11.6103 1.75 11.8011 1.75 12C1.75 12.1989 1.82902 12.3897 1.96967 12.5303C2.11032 12.671 2.30109 12.75 2.5 12.75H13.5C13.6989 12.75 13.8897 12.671 14.0303 12.5303C14.171 12.3897 14.25 12.1989 14.25 12C14.25 11.8011 14.171 11.6103 14.0303 11.4697C13.8897 11.329 13.6989 11.25 13.5 11.25Z" fill="white"/></svg>');
}
.icoBurger {
  position: relative;
}

/* ---------------- Button */

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--warna-primary);
    --bs-btn-border-color: var(--warna-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--warna-sub-primary);
    --bs-btn-hover-border-color: var(--warna-sub-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--warna-sub-primary);
    --bs-btn-active-border-color: var(--warna-sub-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--warna-primary);
    --bs-btn-disabled-border-color: var(--warna-primary);
}

.btn-outline-primary {
    --bs-btn-color: var(--warna-sub-primary);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: var(--warna-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--warna-sub-primary);
    --bs-btn-hover-border-color: var(--warna-sub-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--warna-sub-primary);
    --bs-btn-active-border-color: var(--warna-sub-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--warna-primary);
    --bs-btn-disabled-border-color: var(--warna-primary);
}

/* ---------------- End Button */

/* ---------------- Font Size */

.ft-1 { font-size: 1px !important; }
.ft-2 { font-size: 2px !important; }
.ft-3 { font-size: 3px !important; }
.ft-4 { font-size: 4px !important; }
.ft-5 { font-size: 5px !important; }
.ft-6 { font-size: 6px !important; }
.ft-7 { font-size: 7px !important; }
.ft-8 { font-size: 8px !important; }
.ft-9 { font-size: 9px !important; }
.ft-10 { font-size: 10px !important; }
.ft-11 { font-size: 11px !important; }
.ft-12 { font-size: 12px !important; }
.ft-13 { font-size: 13px !important; }
.ft-14 { font-size: 14px !important; }
.ft-15 { font-size: 15px !important; }
.ft-16 { font-size: 16px !important; }
.ft-17 { font-size: 17px !important; }
.ft-18 { font-size: 18px !important; }
.ft-19 { font-size: 19px !important; }
.ft-20 { font-size: 20px !important; }
.ft-21 { font-size: 21px !important; }
.ft-22 { font-size: 22px !important; }
.ft-23 { font-size: 23px !important; }
.ft-24 { font-size: 24px !important; }
.ft-25 { font-size: 25px !important; }
.ft-26 { font-size: 26px !important; }
.ft-27 { font-size: 27px !important; }
.ft-28 { font-size: 28px !important; }

/* ---------------- End Font Size */

.bg-silver {
    background: #e5e5e5 !important;
}

.bg-putih,
.bg-white {
    background: #ffffff !important;
}

.c-444 {
    color: #444 !important;
}

.border-1 {
    border:1px solid #eee;
}

.login-card {
    width: 100%;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: white;
}

.card-top {
    width: 100%;
    position: relative;
    background-color: white;
    color: #111;
    padding-right: 120px;
    padding-left: 120px;
}
.card-top.dflex-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-top .right-section {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-top .logo {
    height: 65px;
    max-width: 243px;
}


.bar-info-top-content {
    padding-bottom: .35rem !important;
    padding-top: .35rem !important;
    color: #222;
}
.search-box {
    width: 260px;
}
.search-box input {
    height: 38px;
    font-size: 14px;
    border-color: var(--warna-primary);
}
.mobile-search-btn {
    display: none;
}

.visi-991,
.visi-768,
.visi-576 {
    display: none;
}
.md-mob-ft-size-icon {
    display: none;
}

.global-content-title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    border-left: 4px solid  var(--warna-primary);
    padding-left: 15px;
}

.global-content-title a::after {
    content: "\f105"; /* Unicode untuk chevron-right */
    font-family: "Font Awesome 6 Free"; /* Pastikan Font Awesome ter-load */
    font-size: 15px;
    margin-left: 6px;
    padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
}

.global-content-title a:hover,
.global-content-title a:hover::after {
    color: var(--warna-primary);
}

.global-content-title a:hover {
    border-bottom: 1px dashed var(--warna-primary);
    padding-bottom: 5px;
}

.news-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* 1 besar di kiri, 2 kecil di kanan */
    grid-template-rows: repeat(2, 1fr); /* 2 baris */
    gap: 10px;
}

.big-news {
    grid-row: span 2; /* Membuat tinggi setara dengan 4 grid kecil */
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    min-height: 400px; /* Sesuaikan */
    transition: all 0.3s ease-in-out;
}

.news-item {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    min-height: 190px; /* Sesuaikan */
    transition: all 0.3s ease-in-out;
}

.big-news::before,
.news-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* Awal: transparan */
    transition: background 0.3s ease-in-out;
}

.big-news:hover::before,
.news-item:hover::before {
    background: rgba(0, 0, 0, 0.4); /* Saat hover: lebih gelap */
}

.news-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 15px 5px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.news-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimal 2 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

/* Gaya untuk item utama list */

    .main-news-list {
        display: block;
        text-decoration: none;
        color: black;
        margin-bottom: 20px;
    }

    .main-news-list img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }

    .main-news-list h2 {
        font-size: 16px;
        margin-top: 10px;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main-news-list p {
        font-size: 14px;
        color: gray;
        margin-bottom: 10px;
    }

    /* Grid untuk 2 item di bawah */
    .news-grid-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-item-list {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: black;
        background: #f9f9f9;
        padding: 10px;
        border-radius: 10px;
    }

    .news-item-list img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 10px;
    }

    .news-item-list-kategori {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: black;
      padding-bottom: 10px;
      border-radius: 10px;
  }

    .news-item-list-kategori img {
      width: 180px;
      height: 100px;
      object-fit: cover;
      border-radius: 8px;
      margin-right: 20px;
    }

    .news-text-list {
        flex: 1;
    }

    .news-text-list h3 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Maksimal 2 baris */
        -webkit-box-orient: vertical;
    }

    .news-meta-list {
        font-size: 12px;
        color: gray;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .news-meta-list i {
        color: gray;
    }

/* ---------------- Swiper */

    .swiper {
        width: 100%;
        max-width: 100%;
        margin: auto;
    }

    .swiper-slide {
        position: relative;
        background: #ddd;
        border-radius: 10px;
        overflow: hidden;
    }

    .news-item-swiper {
        position: relative;
        width: 100%;
        height: 250px; /* Atur tinggi */
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        transition: 0.3s ease;
    }

    .news-item-swiper:hover {
        filter: brightness(80%);
    }

    .news-overlay-swiper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 15px 5px 15px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
    }

    .news-title-swiper {
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .news-meta-swiper {
        font-size: 12px;
        margin-bottom: 10px;
    }

    /* Styling tombol navigasi */
    .swiper-button-next,
    .swiper-button-prev {
        width: 35px; /* Bisa disesuaikan, ini memperlebar area klik */
        height: 100%; /* Biar mencakup tinggi penuh */
        top: 20px;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2); /* Efek hover nanti biar terlihat */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease-in-out;
        border-radius: 10px 10px 10px 10px;
        color: #eceaea;
    }
    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 0.4); /* Biar pas hover lebih jelas */
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 25px !important;
    }

/* ---------------- End Swiper */

.container-terpopuler {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.section-terpopuler {
    flex: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 8px;
}


.list-terpopuler {
list-style: none;
padding: 0;
margin: 0;
}

.list-terpopuler li {
display: flex;
align-items: center;
margin-bottom: 20px;
}

.number-terpopuler {
width: 40px;
height: 40px;
background: var(--warna-primary);
color: white;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
font-weight: 600;
border-radius: 50%;
flex-shrink: 0;
margin-right: 15px;
}

.number-terpopuler.outline-terpopuler {
background: none;
color: var(--warna-primary);
border: 2px solid var(--warna-primary);
}

.content-terpopuler h4 {
font-size: 14px;
font-weight: 600;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
max-width: 400px; /* Sesuaikan dengan lebar yang diinginkan */
}

.content-terpopuler h5 {
font-size: 14px;
font-weight: 600;
margin: 0;
display: block;
}

.views-terpopuler, .comments-terpopuler {
font-size: 12px;
color: var(--warna-primary);
margin: 5px 0 0;
}

/* Modal menu di sisi kanan */
.modal-menu-r-navutama .modal-dialog-r-navutama {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0;
    width: 330px;
}

.modal-menu-r-navutama .modal-content-r-navutama {
    height: 100%;
    border-radius: 0;
}

/* Styling menu tanpa border */
.menu-list-r-navutama {
    list-style: none;
    padding: 0;
    margin: 0;
    height: calc(100vh - 130px);
    overflow: auto;
}

.menu-item-r-navutama {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu-item-r-navutama:hover {
    background-color: #f8f9fa;
}

/* Ellipsis untuk teks panjang */
.menu-text-r-navutama {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* submenu-r-navutama */
.submenu-r-navutama {
    display: none;
    padding-left: 20px;
}

/* Animasi submenu-r-navutama */
.submenu-r-navutama.show {
    display: block;
}

.news-header-detail {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .subjudul-detail {
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 15px;
  }
  .news-meta-detail {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
  }
  .news-image-detail {
      padding-bottom: 20px;
      border-bottom: 1px dashed #ccc;
  }
  .news-image-detail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .tags-detail {
    margin-top: 20px;
  }
  .comment-section-detail {
    margin-top: 40px;
  }
  .comment-box-detail {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
  }
  .comment-box-detail textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
  }
  .comment-box-detail button {
    width: 100%;
    background-color: var(--warna-primary);
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
  }
  .comment-box-detail button:hover {
    background-color: var(--warna-sub-primary);
  }
  .single-comment-detail {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  .comment-author-detail {
    margin-bottom: 3px;
    font-weight: bold;
  }
  .comment-time-detail {
    font-size: 0.85rem;
    color: #6c757d;
  }
  .comment-text-detail {
    margin-top: 10px;
    font-size: 14px;
  }
  .news-sidebar-detail {
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-top: 20px;
  }
  .sidebar-title-detail {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  .sidebar-item-detail {
    margin-bottom: 10px;
  }
  .sidebar-item-detail a {
    text-decoration: none;
    color: #007bff;
  }
  .sidebar-item-detail a:hover {
    text-decoration: underline;
  }
  .right-detail-isi {
      margin-left: 30px;
  }

/* ------------------ Footer */

.l-h-20 {
  line-height: 20px;
}

.l-h-22 {
  line-height: 22px;
}

.l-h-24 {
  line-height: 24px;
}

.l-h-25 {
  line-height: 25px;
}

.l-h-26 {
  line-height: 26px;
}

footer {
background: #f5f5f5;
padding: 40px 10px 20px 10px;
}

.footer-container {
display: flex;
justify-content: space-between;
max-width: 1200px;
margin: auto;
flex-wrap: wrap;
}

.footer-section:first-child {
flex: 0 0 30%; /* Bagian pertama 30% */
}

.footer-section {
flex: 1; /* Bagian lainnya berbagi 70% */
margin-left: 15px;
margin-right: 15px;
}

.footer-section h4 {
color: #444;
font-size: 16px;
margin-bottom: 10px;
font-weight: 600;
}

.footer-section ul {
list-style: none;
padding: 0;
}

.footer-section ul li {
margin-bottom: 8px;
}

.footer-section ul li a {
text-decoration: none;
color: #444;
}

.footer-section ul li a:hover {
color: var(--warna-sub-primary);
}

.footer-section .social-icons {
display: flex;
gap: 10px;
}

.footer-section .icon {
display: flex;
justify-content: center;
align-items: center;
width: 35px;
height: 35px;
border-radius: 50%;
border: 1px solid var(--warna-primary);
color: var(--warna-primary);
font-size: 16px;
text-decoration: none;
transition: all 0.3s ease;
}

.footer-section .icon:hover {
background-color: var(--warna-primary);
color: white;
}

.footer-section .logo {
max-width: 100%;
height: auto;
margin-top: 10px;
}

.footer-copyright {
margin-top: 10px;
padding-left: 40px;
}

.footer-logo-partner {
text-align: center;
width: 100%;
}

.footer-logo-partner img {
width: 90px;
height: auto;
padding: 10px;
}



/* ---------------- Responsive */

@media (max-width: 1340px) {
    .card-top {
      padding-right: 110px;
      padding-left: 110px;
    }
  }
  @media (max-width: 1310px) {
    .card-top {
      padding-right: 100px;
      padding-left: 100px;
    }
  }
  @media (max-width: 1300px) {
    footer {
    padding: 40px 50px 20px 50px;
    }
    .footer-copyright {
    padding-left: 15px;
    }
  }
    
  @media (max-width: 1290px) {
    .card-top {
      padding-right: 85px;
      padding-left: 85px;
    }
  }
  @media (max-width: 1270px) {
    .card-top {
      padding-right: 75px;
      padding-left: 75px;
    }
  }
  @media (max-width: 1240px) {
    .card-top {
      padding-right: 60px;
      padding-left: 60px;
    }
  }
  @media (max-width: 1220px) {
    .card-top {
      padding-right: 50px;
      padding-left: 50px;
    }
  }
  @media (max-width: 1200px) {
    footer {
    padding: 40px 30px 20px 30px;
    }
  }
  @media (max-width: 1100px) {
    .card-top {
      padding-right: 50px;
      padding-left: 50px;
    }
  }
  @media (max-width: 1060px) {
    .menu-d-none {
      display: none;
    }
  }
  @media (max-width: 1020px) {
    .content-terpopuler h4 {
      max-width: 300px;
    }
  }
  @media (max-width: 991px) {
    .right-detail-isi {
        margin-left: 0px;
    }
    footer {
        padding: 40px 15px 20px 15px;
    }
    .footer-copyright {
        margin-top: 20px;
    }
    .hide-991 {
        display: none;
    }
    .visi-991 {
        display: unset;
    }
    .menu-d-none-991 {
      display: none;
    }
  }
  @media (max-width: 845px) {
          .search-box {
              display: none;
          }
          .mobile-search-btn {
              height: 38px;
              display: block;
          }
          .card-top {
          padding-right: 30px;
          padding-left: 30px;
      }
      .card-top .logo {
          height: 50px;
          max-width: 187.5px;
      }
  }
  @media (max-width: 840px) {
    .footer-logo-partner img {
    width: 50px;
    height: auto;
    padding: 5px;
    }
  }
  @media (max-width: 820px) {
    .content-terpopuler h4 {
      max-width: 240px;
    }
  }
  @media (max-width: 790px) {
      .hide-790-only {
          display: none;
      }
  }
  @media (max-width: 767.98px) {

    .news-header-detail {
        font-size: 22px;
    }
    .subjudul-detail {
        font-size: 16px;
    }

    .container-terpopuler {
        flex-direction: column;
    }
    .content-terpopuler h4 {
        white-space: unset;
        overflow: unset;
        text-overflow: unset;
        display: block;
        max-width: 100%;
    }

    .swiper-slide {
        width: 50% !important; /* 2 grid di layar kecil */
    }

    .news-container {
        grid-template-columns: 1fr; /* 1 kolom di layar kecil */
        grid-template-rows: auto;
    }
    .big-news {
        grid-row: span 1;
        min-height: 300px;
    }
    .news-item {
        min-height: 180px;
    }
    
    .hide-790-only {
        display: unset;
    }
    .card-top {
        padding-right: 30px;
        padding-left: 30px;
    }
    .hide-768 {
        display: none;
    }
    .visi-768 {
        display: unset;
    }
    .menu-d-none-768 {
        display: none;
    }

    footer {
        padding: 40px 30px 20px 30px;
    }
    .footer-container {
        flex-direction: column;
    }
    .footer-section {
        width: 100%;
        flex: 1; /* Bagian lainnya berbagi 70% */
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .footer-logo-partner img {
        width: 80px;
        height: auto;
        padding: 7px;
    }
    .footer-copyright {
        margin-top: 30px;
        text-align: center;
        padding-left: 0px;
    }
  }
  @media (max-width: 576px) {
      .hide-576 {
          display: none;
      }
      .visi-576 {
          display: unset;
      }
      .news-header-detail {
        font-size: 20px;
      }
      .subjudul-detail {
        font-size: 15px;
      }
  }
  @media (max-width: 480px) {
      .mobile-search-btn {
          height: 33px;
      }
      .md-mob-ft-size {
          font-size: 12px !important;
      }
  }
  @media (max-width: 460px) {
      
  }
  
  @media (max-width: 440px) {
      .md-mob-ft-size {
          font-size: 13px !important;
      }
      .md-mob-ft-size-text {
          display: none;
      }
      .md-mob-ft-size-icon {
          display: inline-block;
      }
  }
  
  @media (max-width: 420px) {
      .card-top .logo {
          height: 40px;
          max-width: 150px;
      }
  }
  
  @media (max-width: 390px) {
      /* .card-top.dflex-card {
          justify-content: center !important;
      } */
      /* .md-mob-ft-size {
          display: none !important;
      } */
  }
  @media (max-width: 375px) {
      .card-top .logo {
          height: 40px;
      }
  }
  
  @media (max-width: 330px) {
      .mobile-search-btn {
          display: none !important;
      }
  }