/* ===== KONTAK PAGE ===== */

.kontak-hero{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 140px;
  border: 1px solid rgba(15,47,74,.14);
  box-shadow: 0 14px 34px rgba(0,0,0,.10);
  background: url("/assets/img/gedung-aak.jpg") center/cover no-repeat;
  margin-bottom: 16px;
}
.kontak-hero__overlay{
  position:absolute; inset:0;
  background: linear-gradient(rgba(255,255,255,.65), rgba(255,255,255,.65));
}
.kontak-hero__inner{
  position:relative;
  padding: 18px 16px;
}
.kontak-hero__inner h2{
  margin:0 0 6px;
  color:#154360;
  font-weight:1000;
}
.kontak-hero__inner p{
  margin:0;
  color: rgba(15,47,74,.82);
  font-weight:800;
  font-size:13px;
}

/* Info */
.kontak-info p{
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(15,47,74,.85);
}

/* Form */
.kontak-form label{
  display:block;
  font-size:12px;
  font-weight:900;
  color:#154360;
  margin-bottom:10px;
}
.kontak-form input,
.kontak-form textarea{
  width:100%;
  border-radius:12px;
  border:1px solid rgba(15,47,74,.18);
  padding:10px 12px;
  font-weight:700;
  background: rgba(255,255,255,.75);
}
.kontak-form textarea{resize:vertical}

.btn-primary{
  display:inline-block;
  margin-top:10px;
  padding:10px 16px;
  border-radius:999px;
  border:0;
  background:#154360;
  color:#fff;
  font-weight:1000;
  cursor:pointer;
}
.btn-primary:hover{opacity:.92}

/* Map */
.kontak-map{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(15,47,74,.14);
}
.kontak-map iframe{
  width:100%;
  height:300px;
  border:0;
}

@media (max-width:980px){
  .kontak-map iframe{height:240px}
}
