/* ==========================================================================
   mks.css — gaya khusus PT. Manunggal Kreasi Sejati
   Diangkat dari blok <style> inline pada template statis
   (index.html, heater_blog.html, timbangan_blog.html) agar tidak terduplikasi.
   ========================================================================== */

/* --- Topbar & navbar ---------------------------------------------------- */
.topper .icon { background: #23214d !important; }
.bg-primary   { background: #23214d !important; }

.navbar-nav { list-style: none; padding: 0; margin: 0; display: flex; }
.nav-item   { position: relative; }
.nav-link   { display: block; padding: 10px 15px; text-decoration: none; color: #333; }
.nav-link:hover { background-color: #83c2fd; }

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  min-width: 180px;
  z-index: 1000;
}
.dropdown-item { display: block; padding: 8px 15px; color: #333; text-decoration: none; }
.dropdown-item:hover { background-color: #83c2fd !important; }
.nav-item:hover .dropdown-menu { display: block; }

/* --- Blok produk (heater & timbangan) ----------------------------------- */
.about-author {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 30px;
}

.about-author .desc { flex: 1; }

.about-author .desc h3 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.about-author .desc p {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 12px;
  color: #444;
  font-size: 16px;
}

.about-author .bio { flex-shrink: 0; }

.about-author .bio img {
  width: 280px;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .about-author {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: left;
  }
  .about-author .bio {
    margin-left: 0;
    text-align: center;
    margin-top: 15px;
  }
  .about-author .bio img {
    width: 220px;
    border-radius: 10px;
  }
  .about-author .desc p {
    font-size: 15px;
    padding: 0 5px;
    line-height: 1.8;
  }
}

/* --- Peta kontak -------------------------------------------------------- */
.contact-section #map { width: 100%; min-height: 450px; border: 0; }

/* --- Tombol WhatsApp ---------------------------------------------------- */
.btn-wa {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-wa:hover,
.btn-wa:focus {
  background: #1da851;
  border-color: #1da851;
  color: #fff;
}
