: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)), var(--wpr-bg-a727341e-f1ba-403b-bdb5-571f064e196c) center center;
}
.call-to-action .indramayu {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--wpr-bg-a5019667-7297-4228-bfbb-ec6909f18354) center center;
}
.call-to-action .pelabuhanRatu {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--wpr-bg-e9a85d83-257f-4bc3-90c7-8120a9b6c8d2) center center;
}
.call-to-action .kertajati {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--wpr-bg-0a5e0535-501b-46d0-995b-047e94695b58) center center;
}
.call-to-action .patimban {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--wpr-bg-d95f0b90-1533-4a19-a825-a2454b93fa3b) center center;
}
.call-to-action .bandara {
  padding: 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--wpr-bg-5975047a-11f1-405e-a05d-6c73dac30ef0) 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);
}