body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background: #f0fbf5;
}

.rf-header__section {
  /*background-color: #edf0f5;*/
  background-color: rgba(237, 240, 245, 0.7);
  box-shadow: 7px 5px 7px #dbdfea, -5px -7px 5px #ffffff;
}

.rf-header__navbar-brand,
.rf-header__navbar-brand>img {
  width: 50px;
  margin-right: 15px;
  z-index: 1;
}

/* Logo Layout Improvements */
.rf-header__navbar-brand-logo {
  height: 50px;
  width: auto;
  margin-right: 15px;
  flex-shrink: 0;
}

.rf-header__navbar-brand-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rf-header__navbar-brand-center .rf-header__right-img {
  display: flex;
  flex-direction: column;
}

.rf-header__navbar-brand-center .rf-header__right-img .rf-header__right-img-logo {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.rf-header__navbar-brand-center .rf-header__right-img .rf-header__right-img-logo>img {
  height: 30px;
  margin: 5px 0;
}

.rf-header__navbar-brand-text,
.rf-header__navbar-brand-text:focus,
.rf-header__navbar-brand-text:hover {
  color: #6d6d6d;
  font-size: .875rem;
  font-weight: 400;
  margin-left: 0;
}

.rf-header__nav-link {
  color: #5a5a5a;
}

.rf-header__nav-item:focus .rf-header__nav-link,
.rf-header__nav-item:hover .rf-header__nav-link {
  color: #43a047;
}

.rf-header__banner::after {
  background-color: rgba(30, 30, 34, 0.75);
}

@media (min-width: 1200px) {
  .rf-header--floating__inner {
    border-radius: 1.25rem;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .rf-header__navbar-nav .rf-header__nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-expand-md .rf-header__navbar-nav .rf-header__sub-menu {
    border-top-color: #43a047;
  }

  .rf-header--floating-md.js-header-fix-moment {
    background-color: #edf0f5;
    box-shadow: 7px 5px 7px #dbdfea;
    border-bottom-left-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }

  .rf-header--floating-md.js-header-fix-moment .rf-header--floating__inner {
    border-radius: unset;
  }
}

@media (max-width: 767.98px) {
  .rf-header .container {
    padding-right: 0;
    padding-left: 0;
  }

  .rf-header--floating-md .rf-header__section {
    box-shadow: 7px 5px 7px #dbdfea, -5px -7px 5px #ffffff;
  }

  .rf-header__navbar-collapse {
    padding-bottom: 10px;
  }

  .rf-header__navbar-brand-logo {
    height: 40px;
    margin-right: 10px;
  }

  .rf-header__navbar-brand-center .rf-header__right-img .rf-header__right-img-logo>img {
    height: 25px;
    margin: 0;
  }

  .rf-header__navbar-brand-text,
  .rf-header__navbar-brand-text:focus,
  .rf-header__navbar-brand-text:hover {
    font-size: .75rem;
  }

  .rf-mega-menu,
  .rf-sub-menu {
    background-color: #edf0f5;
  }

  .rf-no-sub-menu {
    padding-left: 1.5rem;
  }

  .navbar-expand-md .rf-header__sub-menu:not(.rf-header__promo) {
    border-left-color: #43a047;
  }
}

.text-custom {
  color: #119d50 !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  color: #119d50;
}

.btn svg {
  height: 16px;
}

.btn-custom {
  background: #119d50 !important;
  color: #fff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background: #0b7e3f !important;
  color: #fff !important;
}

.form-label {
  font-weight: 600;
  font-size: 13px;
}

.container {
  max-width: 1280px;
  width: 100%;
}

#navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 0 25px 4px #00000013;
  z-index: 1000;
}

#navbar .navbar-nav {
  gap: 16px;
}

#navbar .navbar-nav .nav-link,
#navbar .navbar-nav .btn-nav {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

#navbar .navbar-nav .nav-link {
  color: #000;
  opacity: 0.8;
}

#navbar .navbar-nav .nav-link:hover {
  color: #119d50 !important;
}

#hero {
  color: #fff;
  background: url("../image/bg.png");
  background-position-x: center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

#hero .hero-info {
  max-width: 520px;
}

#hero .title {
  font-weight: 500;
  font-size: 36px;
}

#hero .subtitle {
  font-weight: 400;
  font-size: 16px;
  opacity: 0.75;
}

#hero .wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 68px;
  background: url("../image/wave.png");
  background-position-x: center;
  background-size: cover;
  left: 0;
}

.search-group {
  background: #fff;
  overflow: hidden;
  max-width: 400px;
  border-radius: 8px;
}

.search-group input {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.search-group input:focus {
  box-shadow: none;
  border-color: #dee2e6;
}

.search-group .icon-search {
  height: 24px;
}

#main-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

#main-wrapper.main-wrapper-innerpage {
  padding-top: 50px;
  padding-bottom: 50px;
}

#main-wrapper section:last-child .card-main {
  margin-bottom: 0 !important;
}

.card-main {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 25px 4px #0000000e;
  margin-bottom: 75px;
}

.card-main .card-header {
  margin-bottom: 42px;
}

.card-main .card-header .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.card-main .card-header .subtitle {
  font-size: 14px;
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .card-main {
    padding: 24px !important;
  }
}

.layanan-informasi-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 25px 4px #0000000e;
}

.layanan-informasi-card .menu-layanan>row {
  gap: 30px;
}

.layanan-informasi-card .row-menu {
  gap: 24px;
}

.carousel {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 100%;
  display: flex;
}

.carousel .carousel-inner {
  min-height: 100%;
  display: flex;
}

.carousel-item {
  min-height: 100%;
}

.carousel-item img {
  min-height: calc(100% - 24px);
  border-radius: 10px;
  display: flex;
  height: 300px;
  object-fit: cover;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 18px;
  border-radius: 10px;
  min-height: 150px;
  margin-bottom: 24px;
  text-decoration: unset !important;
}

.menu-item svg {
  height: 40px;
  margin-bottom: 14px;
}

.menu-item .title {
  word-spacing: 9999rem;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #000;
}

.menu-item.hijau {
  background: #d9f0e3;
}

.menu-item.hijau svg {
  color: #119d50;
}

.menu-item.hijau:hover .title {
  color: #119d50;
}

.menu-item.biru {
  background: #d9e4ef;
}

.menu-item.biru svg {
  color: #11529d;
}

.menu-item.biru:hover .title {
  color: #11529d;
}

.menu-item.tosca {
  background: #d9f0ed;
}

.menu-item.tosca svg {
  color: #119d96;
}

.menu-item.tosca:hover .title {
  color: #119d96;
}

.menu-item.orange {
  background: #f8edd9;
}

.menu-item.orange svg {
  color: #e08e0e;
}

.menu-item.orange:hover .title {
  color: #e08e0e;
}

.informasi-terbaru-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  box-shadow: 0 0 25px 4px #0000000e;
}

.table-informasi-terbaru {
  padding: 24px 32px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
}

.table-informasi-terbaru .table {
  font-size: 14px;
}

.table-informasi-terbaru td:nth-child(2) {
  min-width: 200px;
}

@media screen and (min-width: 768px) {
  .table-informasi-terbaru td:nth-child(2) {
    max-width: 500px;
    min-width: 500px;
    word-wrap: break-word;
    white-space: normal;
  }
}

@media screen and (max-width: 768px) {
  .table-informasi-terbaru {
    padding: 16px;
  }
}

.ppid-kabkot-card {
  background: url("../image/bg_ppid_kabkot.jpg");
  background-size: cover;
  border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 100px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.ppid-kabkot-card .overlay {
  background: #00000080;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ppid-kabkot-card .content {
  position: relative;
  z-index: 2;
}

.ppid-kabkot-card .card-header .title {
  text-align: center;
  margin-bottom: 50px;
}

.ppid-kabkot-card .kabkot-item a {
  text-decoration: unset;
}

.ppid-kabkot-card .kabkot-item a:hover {
  color: #119d50 !important;
}

.ppid-kabkot-card .kabkot-item .logo-ppid {
  height: 42px;
  object-fit: contain;
}

.ppid-kabkot-card .kabkot-item .title {
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
}

#search-informasi .card-main {
  margin-bottom: 20px !important;
}

#search-informasi .title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 36px;
}

#mainSingle .single-berita {
  padding: 24px 32px !important;
}

#login .card-main {
  min-height: 80vh;
  display: flex;
  justify-content: center;
}

#login .form-login {
  border-radius: 8px;
}

#footer {
  background: #0e2c2a;
  color: #f5f0f0;
  margin-top: 24px;
  position: relative;
  font-size: 14px;
  padding-top: 68px;
  margin-top: 50px;
}

#footer .wave {
  position: absolute;
  top: 0;
  width: 100%;
  height: 68px;
  background: url("../image/wave_footer.png");
  background-position-x: center;
  background-size: cover;
  left: 0;
}

#footer .footer-content {
  position: relative;
}

#footer .navbar-brand {
  display: flex;
  align-items: center;
  color: #f5f0f0;
}

#footer .navbar-brand:hover {
  color: #f5f0f0 !important;
}

#footer .logo-icon {
  height: 40px;
  margin-right: 12px;
}

#footer .logo-subtitle {
  font-size: 12px;
  color: #f5f0f0;
}

#footer .logo-text {
  font-size: 16px;
  font-weight: 600;
  color: #f5f0f0;
  margin-bottom: 4px;
}

#footer .icon-footer-small {
  height: 20px;
  color: #f5f0f0;
}

#footer .title-informasi {
  font-size: 16px;
  font-weight: 500;
  color: #f5f0f0;
}

#footer .informasi {
  font-size: 14px;
  color: #f5f0f0;
  line-height: 1.5 !important;
}

#footer .title-link {
  color: #f5f0f0;
}

#footer .footer-dinas {
  border-top: 1px solid #f5f0f042;
  padding-top: 16px;
}

#footer .footer-copyright {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #f5f0f042;
  position: relative;
}

#footer .footer-copyright .copyright {
  font-size: 14px;
  line-height: 150%;
  color: #f5f0f0;
}

#footer .list-link>li>a {
  display: block;
  color: #f5f0f0;
  font-weight: 500;
  opacity: 0.8;
  font-size: 14px;
}

#footer .list-link>li>a:hover,
#footer .list-link>li>a:focus {
  text-decoration: underline;
  opacity: 1;
}

#footer .social-link-small {
  display: inline-flex;
  margin: 3px;
  padding: 13px;
  border: 1px solid #fbfbfb;
  border-radius: 32px;
}

#footer .social-link-small:hover {
  border-color: white;
}

#footer .social-link-small ion-icon {
  color: #f5f0f0;
  font-size: 16px;
}

.select2-container .select2-selection--single {
  height: unset !important;
  border-color: #dee2e6;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.375rem 0.75rem !important;
  line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.select2-container {
  width: 100% !important;
}

.select2-dropdown {
  z-index: 9999 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default .select2-selection--single:focus {
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #119d50 !important;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
}

/* Fix for Select2 dropdown positioning */
.select2-container--open .select2-dropdown {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
}

.select2-container--open {
  z-index: 9999 !important;
}

/* Ensure form group doesn't interfere with Select2 */
.form-group {
  position: relative;
}

.form-group .select2-container {
  position: relative !important;
}

/* Button Styles for Menu */
.button-border {
  background: rgba(237, 240, 245, 0.7);
  box-shadow: 7px 5px 7px #dbdfea, -5px -7px 5px #ffffff;
  display: inline-block;
  border: 1px solid #dbdfea;
  padding: 1px;
  border-radius: 1rem;
}

.pill-button {
  border-radius: 1rem;
  border: none;
  padding: 8px 20px;
  transition: all 0.3s ease;
  display: inline-block;
  background-color: #43a047;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.pill-button:hover,
.pill-button:focus,
.pill-button.active {
  border: none;
  box-shadow: inset 5px 3px 5px #dbdfea, inset -5px -3px 5px #fff;
  background-color: transparent !important;
  color: #43a047;
  text-decoration: none;
}

.pill-button i {
  margin-right: 6px;
}

/* Dropdown menu adjustments for header */
.rf-header__nav-item .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #dbdfea;
  box-shadow: 0 4px 8px rgba(151, 164, 175, 0.1);
  border-radius: 0.5rem;
  min-width: 160px;
  margin-top: 0.5rem;
}

.rf-header__nav-item .dropdown-item {
  color: #5a5a5a;
  padding: 8px 16px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.rf-header__nav-item .dropdown-item:hover,
.rf-header__nav-item .dropdown-item:focus {
  background-color: rgba(67, 160, 71, 0.1);
  color: #43a047;
}

@media screen and (max-width: 768px) {
  .logo-navbar {
    height: 32px;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  #hero {
    padding-top: 70px;
    padding-bottom: 120px;
  }

  #main-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #main-wrapper section .card-main {
    margin-bottom: 50px;
  }

  #main-wrapper.main-wrapper-innerpage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*# sourceMappingURL=custom.css.map */

/* List Berita Styles */
.list-berita .media {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.3s ease;
}

.list-berita .media:hover {
  background-color: rgba(67, 160, 71, 0.02);
  border-radius: 8px;
  padding: 20px;
  margin: 0 -20px;
}

.list-berita .media:last-child {
  border-bottom: none;
}

.list-berita .media img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 20px;
}

.list-berita .media-body {
  flex: 1;
  min-width: 0;
}

.list-berita .media-body h5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.list-berita .media-body h5 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.list-berita .media-body h5 a:hover {
  color: #43a047;
}

.list-berita .media-body .small {
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.list-berita .media-body p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #6c757d;
  margin-bottom: 12px;
}

.list-berita .badge {
  font-size: 0.75rem;
  padding: 4px 8px;
  margin-right: 5px;
}

.list-berita .btn-sm {
  font-size: 0.8rem;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.list-berita .btn-outline-primary {
  color: #43a047;
  border-color: #43a047;
}

.list-berita .btn-outline-primary:hover {
  background-color: #43a047;
  border-color: #43a047;
  color: white;
}

@media (max-width: 768px) {
  .list-berita .media {
    flex-direction: row;
    text-align: left;
  }

  .list-berita .media img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }

  .list-berita .media-body {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .list-berita .media:hover {
    margin: 0 -15px;
    padding: 15px;
  }

  .list-berita .media img {
    width: 90px;
    height: 90px;
  }

  .list-berita .media-body h5 {
    font-size: 1rem;
  }
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.pagination .page-item {
  margin: 0 3px;
}

.pagination .page-link {
  color: #43a047;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  min-width: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-link:hover {
  color: #ffffff;
  background-color: #43a047;
  border-color: #43a047;
  box-shadow: 0 6px 15px rgba(67, 160, 71, 0.3);
  transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #43a047;
  border-color: #43a047;
  box-shadow: 0 6px 15px rgba(67, 160, 71, 0.4);
  transform: translateY(-1px);
}

.pagination .page-item.disabled .page-link {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dee2e6;
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.pagination .page-item.disabled .page-link:hover {
  transform: none;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-size: 13px;
  padding: 12px 14px;
  font-weight: 600;
}

/* Styling untuk navigation wrapper */
nav[aria-label="Page navigation"] {
  margin: 20px 0;
}

/* Responsive pagination */
@media (max-width: 768px) {
  .pagination .page-link {
    padding: 10px 14px;
    font-size: 13px;
    min-width: 40px;
  }

  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    padding: 10px 12px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }

  .pagination .page-item {
    margin: 2px;
  }

  .pagination .page-link {
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 8px;
    min-width: 35px;
  }

  .pagination .page-item:first-child .page-link,
  .pagination .page-item:last-child .page-link {
    padding: 8px 10px;
    font-size: 11px;
  }
}