:root {
  --color-default: #222222;
  --color-primary: #1e73be;
  --color-secondary: #e6f840;
}
.topbar{
  background-color: #005199;
}
.hero .icon-box {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
}
.hero .icon-box:hover{
  background-color: #1e73be;
}
.hero .icon-box:hover .title a,
.hero .icon-box:hover h5,
.hero .icon-box:hover .icon {
  color: #fff;
}
.hero .icon-box:hover .custom-icon{
  filter: drop-shadow(0px 0px 5px #9f9f9f);
}
.hero .icon-box .title a {
  color: #6f6f6f;
}

.hero .icon-box .icon {
  color: rgba(0, 0, 0, 0.6);;
}
.img-fluid {
  filter: drop-shadow(0px 0px 5px #6f6f6f);
}
.img-fluid:hover {
  filter: drop-shadow(0px 0px 5px #fff);
}
.hero h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.hero .icon-box h5{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
}
.hero .icon-box .title {
  font-weight: 200;
  margin-bottom: 15px;
  font-size: 14px;
}
.icon-box .icon .custom-icon{
  width: 50%;
}
img.struktur-organisasi{
  width: 100%;
}
.contact .info-item {
  background-color: #1e73be;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.footer .footer-info .logo span {
  font-size: 20px;
}
.call-to-action #carouselExampleControls .carousel-inner {
  border-radius: 15px;
}
.call-to-action .carousel-item {
  padding: 100px 0;
}
.call-to-action .cirebon {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/wilker/Cirebon.jpeg) center center;
}
.call-to-action .indramayu {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/wilker/indramayu.jpg) center center;
}
.call-to-action .pelabuhanRatu {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/wilker/Pelabuhan ratu.jpg') center center;
}
.call-to-action .kertajati {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/wilker/Kertajati.jpg) center center;
}
.call-to-action .patimban {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/wilker/patimban.jpg) center center;
}
.call-to-action .bandara {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../assets/wilker/Bandara.jpg) center center;
}
.shining-effect:hover{
  filter: drop-shadow(0px 0px 5px #fff);
}
#materi h6{
  font-size: .9rem;
}

.custom-section-header h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
}
.custom-section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
}
.recent-posts .title {
  font-size: 1rem;
  font-weight: 400;
}
.recent-posts .post-img {
  text-align: center;
}
.topbar {
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding-top: 9px;
}
.topbar.topbars {
  height: 20px;
  padding: 0;
}
.disabled-link {
  pointer-events: none; /* Disable click events */
  color: gray; /* Change the color to indicate it's disabled */
  text-decoration: none; /* Remove underline */
  cursor: not-allowed; /* Change the cursor to indicate it's not clickable */
}
img.disabled-link {
  filter: url(#grayscale);
}