.contact-page {
  --contact-primary: #02275d;
  --contact-accent: #005fad;
  --contact-border: #d8e4f1;
  --contact-muted: #53677e;
  --contact-soft: #f5f9fd;
  --contact-shadow: 0 18px 40px rgba(2, 39, 93, 0.08);
}
.contact-page .contact-lead {
  max-width: 760px;
  margin-bottom: 26px;
  color: #4d6278;
}
.contact-page .contact-panel,
.contact-page .contact-map {
  background: #fff;
  border: 1px solid var(--contact-border);
  border-radius: 20px;
  box-shadow: var(--contact-shadow);
  overflow: hidden;
}
.contact-page .contact-panel {
  margin-bottom: 28px;
}
.contact-page .contact-hero {
  background: linear-gradient(135deg, #f7fbff 0%, #eef5fc 100%);
}
.contact-page .contact-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.contact-page .contact-hero-body {
  padding: 32px 34px;
}
.contact-page .contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 95, 173, 0.08);
  color: var(--contact-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.contact-page .contact-section-title {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.35;
  color: var(--contact-primary);
}
.contact-page .contact-summary {
  margin-bottom: 0;
  color: var(--contact-muted);
}
.contact-page .contact-details {
  padding: 34px 34px;
}
.contact-page .contact-list {
  margin: 0;
}
.contact-page .contact-item {
  display: table;
  width: 100%;
  margin-bottom: 14px;
  padding: 18px 20px;
  background: var(--contact-soft);
  border: 1px solid #e6eef7;
  border-radius: 16px;
}
.contact-page .contact-item:last-child {
  margin-bottom: 0;
}
.contact-page .contact-icon,
.contact-page .contact-copy {
  display: table-cell;
  vertical-align: top;
}
.contact-page .contact-icon {
  width: 56px;
}
.contact-page .contact-icon span {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 95, 173, 0.1);
  color: var(--contact-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.contact-page .contact-copy h2 {
  margin: 0 0 4px;
  font-size: 17px;
  color: #17375d;
}
.contact-page .contact-copy p {
  margin: 0;
  color: var(--contact-muted);
  line-height: 1.75;
}
.contact-page .contact-copy a {
  word-break: break-word;
}
.contact-page .contact-map-head {
  padding: 28px 32px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);
}
.contact-page .contact-map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  display: block;
  background: #eaf1f8;
}
.contact-page .contact-map-foot {
  padding: 18px 32px 26px;
  background: #fff;
}
.contact-page .contact-map-foot p {
  margin: 0 0 14px;
  color: var(--contact-muted);
  font-size: 14px;
}
.contact-page .contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--contact-primary);
  color: #fff;
  font-weight: 700;
}
.contact-page .contact-map-link:hover,
.contact-page .contact-map-link:focus {
  color: #fff;
  background: #001f49;
}

.container-title {
  position: relative;
  text-align: center;
  color: white;
  padding: 0;
}
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-title > img {
  width: 100%;
}
.container-title h1 {
  margin-bottom: 0;
  background-color: #3c3c3c;
  color: transparent;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}

.subscribe {
  padding: 10px 20px;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}
.subscribe p {
  text-align: center !important;
}
.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 40px;
}
.modal-dialog > div {
  width: 80%;
  height: 80%;
}
.modal-body {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.modal-body iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pdf-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.pdf-thumb div {
  max-width: 30%;
  margin: 5px;
}
.pdf-thumb img {
  margin: 0 auto;
}

.tr-submenu td:nth-child(2) {
  padding-left: 30px;
}

.thumbnail .caption p {
  text-align: center !important;
  margin-bottom: 0;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
  gap: 40px;
}
.img-maklumat {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.img-maklumat:hover {
  opacity: 0.7;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.flex-item {
  width: 25%;
}

@media (max-width: 991px) {
  .contact-page .contact-hero-body,
  .contact-page .contact-details,
  .contact-page .contact-map-head,
  .contact-page .contact-map-foot {
    padding-left: 26px;
    padding-right: 26px;
  }
  .contact-page .contact-section-title {
    font-size: 24px;
  }
  .contact-page .contact-map-frame {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .contact-page .contact-hero-image {
    min-height: 220px;
  }
  .contact-page .contact-hero-body,
  .contact-page .contact-details,
  .contact-page .contact-map-head,
  .contact-page .contact-map-foot {
    padding-left: 22px;
    padding-right: 22px;
  }
  .contact-page .contact-hero-body,
  .contact-page .contact-map-head {
    padding-top: 24px;
  }
  .contact-page .contact-details,
  .contact-page .contact-map-foot {
    padding-bottom: 22px;
  }
  .contact-page .contact-item {
    padding: 16px;
  }
  .contact-page .contact-icon,
  .contact-page .contact-copy {
    display: block;
  }
  .contact-page .contact-icon {
    width: auto;
    margin-bottom: 12px;
  }
  .contact-page .contact-map-frame {
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pdf-thumb div {
    max-width: 45%;
  }
}
