/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #12223B;
  height: 40px;
  font-size: 13px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: none;
}

#topbar .social-links a {
  color: #FFB703;
  line-height: 0;
  transition: 0.3s;
  margin-left: 25px;
}

#topbar .date-time {
    font-size: 12px; /* Atur ukuran font sesuai kebutuhan */
    font-weight: 500; /* Ketebalan font */
    color: #fff; /* Warna teks */
    margin-right: 5px; /* Jarak antar elemen */
}

#topbar .separator {
    font-size: 16px; /* Ukuran sama dengan teks */
    color: #aaa; /* Warna garis pemisah */
    margin: 0 8px; /* Jarak horizontal antara tanggal dan jam */
}

#topbar .social-links a:hover {
  color: #fff;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000000;
  background-color: white;
  overflow-x: hidden;
}


a {
  text-decoration: none;
}

.konten-statis {
  text-align: justify;
  color: black !important;
}

a:hover {
  text-decoration: none;
}

a.link-luar {
  color: #000000 !important;
  text-decoration: none;
}

a.link-luar:hover {
  color: #02027a !important;
  text-decoration: none;
}

.tabel-informasi-publik {
  width: 100%;
}

.tabel-informasi-publik>tbody>tr>* {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# INSTANSI
--------------------------------------------------------------*/
.instansi {
  font-family: "Poppins", sans-serif;
  font-size: 12pt !important;
  font-weight: 450;
}

a.instansi {
  color: #000000 !important;
  text-decoration: none;
}

a.instansi:hover {
  color: #02027a !important;
  text-decoration: none;
}

/*--------------------------------------------------------------
# WRAPER BERITA TERBARU BERANDA
--------------------------------------------------------------*/
/* Wrapper untuk gambar berita utama beranda */
.wraper-img-berita-terbaru-beranda {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wraper-img-berita-terbaru-beranda img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: inherit;
  transition: transform 0.3s ease;
}

.wraper-img-berita-terbaru-beranda:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wraper-img-berita-terbaru-beranda:hover img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .wraper-img-berita-terbaru-beranda {
    height: 200px;
    margin-bottom: 15px;
  }

  .wraper-img-berita-terbaru-beranda img {
    height: 200px;
    object-fit: contain;
  }
}

/* Wrapper beranda untuk title berita utama */
.wraper-title {
  border-bottom: 4px solid #000066;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.8;
}

.wraper-title-blueborder:before {
  background-color: #f8b01c;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  content: "";
  position: absolute;
}

.wraper-title span {
  font-size: 25px;
  font-weight: bold;
  color: #12223B;
}

.wraper-title-blueborder {
  position: relative;
  padding: 9px 0;
  line-height: 1;
  display: inline;
}

/*.wraper-more {*/
/*  font-size: 12px;*/
/*  position: relative;*/
/*  text-align: right;*/
/*}*/

/*.wraper-more:before {*/
/*  content: "\f054";*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  background-color: #FACA15;*/
/*  color: #000066;*/
/*  content: "\f054";*/
/*  font-family: 'Font Awesome 5 Free';*/
/*  font-weight: 900;*/
/*  font-size: 10px;*/
/*  height: 18px;*/
/*  width: 18px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

/*.wraper-more a {*/
/*  margin-top: 20px;*/
/*  margin-right: 24px;*/
/*}*/

/* Wrapper beranda untuk baca selengkapnya */
.wraper-more {
  font-size: 14px;
  position: relative;
  text-align: right;
  padding-right: 21px;
}

.wraper-more:before {
  content: "\f054";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #FFB703;
  color: #12223B;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wraper-more:hover:before {
  background-color: #12223B;
  color: #FFB703;
}

.wraper-more a {
  margin-top: 20px;
  margin-right: 24px;
  color: #12223B;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.wraper-more a:hover {
  color: #FFB703;
}

/* Responsif */
@media (max-width: 768px) {
  .wraper-more {
    font-size: 12px;
    padding-right: 16px;
  }

  .wraper-more:before {
    font-size: 14px;
    height: 24px;
    width: 24px;
  }

  .wraper-more a {
    font-size: 12px;
  }
}

/*.wraper-img-pengumuman-beranda {*/
/*  width: 100%;*/
/*  height: 70px;*/
/*  overflow: hidden;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/

/*.wraper-img-pengumuman {*/
/*  width: 100%;*/
/*  height: 80px;*/
/*  overflow: hidden;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/

/*@media (min-width: 992px) {*/
/*  .wraper-img-pengumuman-beranda {*/
/*    height: 70px;*/
/*  }*/

/*  .wraper-img-pengumuman {*/
/*    height: 180px;*/
/*  }*/
/*}*/

/*--------------------------------------------------------------
# JUDUL KONTEN
--------------------------------------------------------------*/
.judul-berita {
  font-family: "Poppins", sans-serif;
  font-size: 11pt !important;
  font-weight: 450;
  line-height: 20px;
}

@media (min-width: 992px) {
  .wraper-img-berita {
    height: 180px;
  }

  .judul-berita {
    font-size: 14pt;
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #006fbe;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0087e7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.3s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
  border-bottom: 7px solid #f8b01c;;
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  margin-bottom: 0px;
  padding: 0;
  line-height: 1;
}


#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 50px;
  height: auto;
  width: auto;
}
.scrolled-offset {
  margin-top: 70px;

}

@media (max-width: 768px) {
  #header .logo {
    text-align: center;
    
  }

  #header .logo img {
    max-height: 40px;
  }
}

@media (max-width: 576px) {
  #header .logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  margin-bottom: 0px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 12px 15px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-weight: 600;
  color: #12223B;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 14px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #FACA15;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 95%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #106eea;
  text-shadow: 0 0 10px rgba(16, 110, 234, 0.5);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  border-radius: 8px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
  color: #333;
  transition: color 0.3s ease-in-out;
}

.navbar .dropdown ul li a:hover {
  color: orange !important;
  background-color: #f7f7f7;
  border-radius: 5px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, left 0.3s ease-in-out;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

/* Atur tampilan ikon pencarian */
.navbar ul li a i.fa-search {
    font-size: 16px; 
    color: #333;
    transition: none;
}

.navbar ul li a[data-bs-toggle="modal"] {
    position: relative;
    color: #333;
    text-decoration: none;
}

.navbar ul li a[data-bs-toggle="modal"]:hover {
    color: #333;
    text-shadow: none;
    text-decoration: none;
}

.navbar ul li a[data-bs-toggle="modal"]:before {
    content: none;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 10px;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s ease-in-out;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
  transition: color 0.3s ease-in-out;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #106eea;
  border-radius: 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease-in-out;
}

.navbar-mobile .getstarted:hover,
.navbar-mobile .getstarted:focus {
  background-color: #0056b3;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 8px;
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  transition: color 0.3s ease-in-out;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

@media (max-width: 768px) {
  .hideOverflowOnMobile {
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.section-bg {
  background-color: #b4e0ff;
}

.section-title {
  text-align: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 20pt;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.section-title-2 {
  text-align: center;
  justify-content: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #023b6d;
  text-transform: uppercase;
  position: relative;
  font-family: "Raleway", sans-serif;
}

.section-title h5 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: "Raleway", sans-serif;
}

/* Styling untuk judul GALERI FOTO */
.title-beranda-cs {
    font-size: 30px;
    font-weight: bold;
    color: #12223B;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

/* Garis bawah */
.title-beranda-cs::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: #12223B;
}

/* Responsif */
@media (max-width: 768px) {
    .title-beranda-cs {
        font-size: 24px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    .title-beranda-cs::before {
        height: 2px;
    }
}

@media (max-width: 480px) {
    .title-beranda-cs {
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .title-beranda-cs::before {
        height: 1.5px; 
    }
}


/*@media (min-width: 992px) {*/

/*  .section-title h5::before,*/
/*  .section-title h5::after {*/
/*    content: "";*/
/*    width: 50px;*/
/*    height: 2px;*/
/*    background: #344978;*/
/*    display: inline-block;*/
/*  }*/

/*  .section-title h5::after {*/
/*    margin: 0 0 10px 15px;*/
/*  }*/

/*  .section-title h5::before {*/
/*    margin: 0 15px 10px 0;*/
/*  }*/
/*}*/

@media (min-width: 992px) {

  .section-title h2::before,
  .section-title h2::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #FFC928;
    display: inline-block;
  }

  .section-title h2::after {
    margin: 0 0 10px 15px;
  }

  .section-title h2::before {
    margin: 0 15px 10px 0;
  }
}

.section-title p {
  margin-bottom: 0;
}

.section-title-2 {
  text-align: left;
  padding-bottom: 30px;
}

.section-title-2 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-2 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(6.7% - 60px);
}

.section-title-2 h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #106eea;
  bottom: 0;
  left: calc(0%);
}

.section-title-2 p {
  margin-bottom: 0;
}

.section-title-2 img {
  width: 200px;
  height: 200px;
}

.section-title-2 h4 {
  text-align: justify;
}

.section-title-2 h6 {
  text-align: justify;
  margin-bottom: 5px;
}

.section-title-2 {
  text-align: left;
  padding-bottom: 30px;
}

.section-title-3 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-3 h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title-3 h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(15% - 60px);
}

.section-title-3 p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# berita
--------------------------------------------------------------*/
#main-berita {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#main-berita .box {
  padding: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#main-berita .icon {
  float: left;
}

#main-berita .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#main-berita .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, rgba(255, 165, 0, 0.35), rgba(16, 110, 234, 0.5));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-berita h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 18px;
}

#main-berita h4 a {
  color: #111;
}

#main-berita p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 767px) {
  #main-berita .box {
    margin-bottom: 20px;
  }

  #main-berita .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #main-berita h4,
  #main-berita p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Portal-Judul
--------------------------------------------------------------*/
.portal-judul {
  overflow: hidden;
  text-align: center;

}

.portal-judul .swiper-pagination {
  margin-top: 20px;
  position: relative;

}

.portal-judul .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.portal-judul .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.portal-judul .owl-nav,
.portal-judul .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.portal-judul .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.portal-judul .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.portal-judul .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

.column {
  float: left;
  width: 20%;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
}

.portal-judul-2 {
  overflow: hidden;
  text-align: center;
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Ubah nilai sesuai kebutuhan */
}

.portal-judul-2 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portal-judul-2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.portal-judul-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.portal-judul-2 .owl-nav,
.portal-judul-2 .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.portal-judul-2 .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.portal-judul-2 .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.portal-judul-2 .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;

}

/*--------------------------------------------------------------
# Link Terkait
--------------------------------------------------------------*/
.link-terkait {
  overflow: hidden;
  text-align: center;
}

.link-terkait .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.link-terkait .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0F66D8;
}

.link-terkait .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0F66D8;
}

.link-terkait .owl-nav,
.link-terkait .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.link-terkait .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.link-terkait .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.link-terkait .owl-dot.active {
  background-color: #006fbe !important;
}

.link-terkait .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.link-terkait .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/* Responsif Design */

/* Tablet - Portrait */
@media (max-width: 768px) {
  .link-terkait .swiper-pagination {
    margin-top: 15px;
  }

  .link-terkait .owl-nav,
  .link-terkait .owl-dots {
    margin-top: 20px;
  }

  .link-terkait .owl-dot {
    width: 10px;
    height: 10px;
  }
}

/* Mobile - Portrait */
@media (max-width: 480px) {
  .link-terkait .swiper-pagination {
    margin-top: 10px;
  }

  .link-terkait .owl-nav,
  .link-terkait .owl-dots {
    margin-top: 15px;
  }

  .link-terkait .owl-dot {
    width: 6px;
    height: 6px;
  }

  .link-terkait .gallery-carousel .center {
    border: 4px solid #006fbe;
    margin: -8px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
    background: #12223B;
}

.footer-logo {
    width: auto;
    max-width: 80px;
}

.footer-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
    font-weight: bold;
}

.footer-contact-info li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #ffffff;
}

.footer-contact-info i {
    color: #FFB703;
}

/* Link Styles */
.footer-link, .footer-social-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.footer-link:hover, .footer-social-title a:hover {
    color: #FFC928;
}

/* Footer Titles */
.footer-menu-title, .footer-social-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

/* Footer Menu and Social Links */
.footer-menu, .footer-social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 10px;
}

.footer-menu li, .footer-social-links li {
    text-align: center;
}

/* Social Media Links in Row */
.footer-social-links {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
}

/* Icon Styles */
.footer-social-links a {
    color: #f8b01c;
    font-size: 28px;
    transition: color 0.3s ease;
}

.footer-social-links a:hover {
    color: white;
}

/* Map Styling */
.footer-map iframe {
    height: 200px;
    width: 100%;
    border: none;
}

/* Footer Copyright */
.footer-copyright {
    text-align: center;
    padding: 16px;
    background-color: #12223B;
    /*box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);*/
    border-top: 3px solid #f8b01c;;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-copyright span {
    color: #fff;
}

/* CMS Info */
.footer-cms {
    color: #333;
    font-weight: normal;
    margin-left: 5px;
    font-size: 13px;
}

/* Responsive Design */
/* Tablet - Portrait */
@media (max-width: 768px) {
    .footer-menu, .footer-social-links {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .footer-social-links a {
        font-size: 22px;
        padding: 5px;
    }

    .footer-title, .footer-menu-title, .footer-social-title {
        font-size: 18px; 
        text-align: center;
    }
    
    .footer-menu li, .footer-social-links li {
        margin-bottom: 8px;
    }

    .footer-copyright {
        font-size: 12px;
    }

    .footer-logo {
        max-width: 70px;
    }

    .footer-map iframe {
        height: 150px;
    }
}

/* Mobile - Portrait */
@media (max-width: 480px) {
    .footer-menu, .footer-social-links {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }

    .footer-social-links a {
        font-size: 20px;
    }

    .footer-title, .footer-social-title {
        font-size: 20px;
    }
    
    .footer-menu-title {
        font-size: 15px; 
    }

    .footer-copyright {
        font-size: 15px;
    }

    .footer-logo {
        max-width: 60px;
    }
    
    .footer-menu a.footer-link {
        font-size: 12px;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .footer-social-links {
        gap: 25px;
    }

    .footer-social-links a {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
Hubungi Kami
--------------------------------------------------------------*/
#hubungi-kami {
  overflow: hidden;
  background: linear-gradient(rgba(240, 211, 179, 0.25), rgba(2, 30, 66, 0.75)), url(../img/gedung.jpeg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#hubungi-kami .hub-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

#hubungi-kami .hub-text {
  color: #fff;
  font-size: 17px;
}

@media (min-width: 769px) {
  #hubungi-kami .hub-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#hubungi-kami .hub-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: background 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hubungi-kami .hub-btn:hover {
  background: white;
  border: 2px solid #1dc8cd;
}

/*-------------------------------- 
More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 20px;
  margin-bottom: 5px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, rgba(255, 165, 0, 0.35), rgba(16, 110, 234, 0.5));
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: justify;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;

}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Tombol universal
--------------------------------------------------------------*/
.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  -webkit-box-shadow: 0px 5px 0px 0px #ebebeb;
  -moz-box-shadow: 0px 5px 0px 0px #ebebeb;
  box-shadow: 0px 5px 0px 0px #ebebeb;
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
}

.btn small {
  background: #e6e6e6;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.3);
}

.btn .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

.btn .icon i {
  font-size: 20px;
}

.btn.btn-primary {
  background: #4f81c7;
  border-color: #4f81c7;
  color: #fff;
  -webkit-box-shadow: 3px 5px 0px 0px #3d73c0;
  -moz-box-shadow: 3px 5px 0px 0px #3d73c0;
  box-shadow: 3px 5px 0px 0px #3d73c0;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  border-color: #3768ac !important;
  background: #3768ac !important;
}

.btn.btn-primary.btn-link {
  background: transparent;
  color: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Button Styles */
.btn.btn-outline-primary {
  background-color: #fff;
  color: #12223B; /* Warna teks utama */
  border: 2px solid #FFB703; /* Warna border */
  padding: 8px 16px; /* Padding yang proporsional */
  font-size: 14px; /* Ukuran font lebih kecil */
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 30px; /* Rounded corners */
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 5px 15px rgba(18, 34, 59, 0.3);
  -moz-box-shadow: 3px 5px 15px rgba(18, 34, 59, 0.3);
  box-shadow: 3px 5px 15px rgba(18, 34, 59, 0.3);
}

/* Hover and Focus */
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  color: #12223B;
  background-color: #FFB703;
  border-color: #FFB703;
  transform: translateY(-3px);
  box-shadow: 0px 4px 20px rgba(255, 183, 3, 0.5);
}

.btn.btn-outline-primary i {
  margin-right: 8px;
}

.btn.btn-outline-primary:active {
  transform: translateY(1px);
  box-shadow: 0px 2px 5px rgba(16, 110, 234, 0.5);
}

/* Responsiveness for Different Screen Sizes */
@media (max-width: 576px) {
  .btn.btn-outline-primary {
    font-size: 12px;
    padding: 6px 12px;
  }
  .btn.btn-outline-primary i {
    margin-right: 4px;
  }
}

@media (max-width: 768px) {
  .btn.btn-outline-primary {
    font-size: 13px;
    padding: 7px 14px;
  }
}

@media (min-width: 992px) {
  .btn.btn-outline-primary {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 600px) {
  #maintenis .mtenis .imgmt {
    display: none;
  }
}
/* Button Styles end */

/*--------------------------------------------------------------
# Perbaikan web
--------------------------------------------------------------*/
#maintenis {
  background-image: url(/public/assets/image/wave.png);
  background-position: center right;
}

.responsive-iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500px;
  align-items: center;
}


.ftco-section {
  padding: 7em 0;
}

.ftco-no-pt {
  padding-top: 0;
}

.ftco-no-pb {
  padding-bottom: 0;
}

.heading-section {
  font-size: 28px;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -60px;
  color: rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #1089ff;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.work {
  width: 100%;
}

.work .img {
  width: 100%;
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
}

.work .img .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  display: block;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .work .img .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.work .text h3 {
  font-size: 18px;
  font-weight: 500;
}

.work .text h3 a {
  color: #000;
}

.work .text span {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-weight: 500;
}

.work:hover .img .icon {
  opacity: 1;
}