/* =========================================================
   modelingkoodak : models API styling
   (homepage popular section + models.html + model.html)
   ========================================================= */

.mk-feat {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.4);
}
.feature_strories .item .img__nature,
.mk-story-card .img__nature {
  position: relative;
}
.mk-feat-inline {
  position: static;
  vertical-align: 4px;
}

.mk-views {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mk-views .mk-eye {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* show-all button under homepage swiper */
.mk-show-all {
  display: inline-block;
  margin-top: 26px;
  padding: 10px 28px;
  border-radius: 999px;
  background: #19a389;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  transition: 0.25s;
}
.mk-show-all:hover {
  background: #0f7d6a;
  color: #fff;
  transform: translateY(-2px);
}
.mk-center {
  text-align: center;
}

/* ---- models.html ---- */
.mk-page-head {
  padding: 120px 0 40px;
  background: linear-gradient(135deg, #0b2238 0%, #123a5c 100%);
  color: #fff;
}
.mk-page-head h1 {
  font-size: 30px;
  margin: 0 0 6px;
}
.mk-page-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}
.mk-grid {
  padding: 48px 0 60px;
}
.mk-story-card a.item {
  display: block;
  margin-bottom: 34px;
}
.mk-grid .mk-story-card .img__nature img {
  height: 340px;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(11, 34, 56, 0.10);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mk-grid .mk-story-card a.item:hover .img__nature img {
  transform: scale(1.015);
}
.mk-load-more-wrap {
  text-align: center;
  margin-top: 8px;
}
.mk-btn-ghost {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 999px;
  border: 1px solid #19a389;
  color: #19a389;
  font-weight: 600;
  background: #fff;
  cursor: pointer;
  transition: 0.25s;
}
.mk-btn-ghost:hover {
  background: #19a389;
  color: #fff;
}
.mk-empty,
.mk-error {
  text-align: center;
  color: #6b7c8d;
  padding: 40px 0;
}
.mk-spinner {
  text-align: center;
  padding: 30px 0;
  color: #6b7c8d;
}

/* ---- model.html ---- */
.mk-model {
  padding: 130px 0 60px;
}
.mk-model-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}
.mk-model-head h1 {
  margin: 0;
  font-size: 28px;
}
.mk-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.mk-chip {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 999px;
  background: #f2f7f5;
  border: 1px solid #e3ece9;
  color: #6b7c8d;
  font-size: 12px;
}
.mk-model-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
}
@media (max-width: 991px) {
  .mk-model-grid { grid-template-columns: 1fr; }
}
.mk-photos img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}
.mk-photos-main img {
  height: 460px;
}
.mk-photos .mk-photo-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  gap: 10px;
  margin-top: 12px;
}
.mk-photos .mk-photo-thumbs img {
  height: 90px;
  cursor: pointer;
  border: 2px solid transparent;
}
.mk-photos .mk-photo-thumbs img.is-active {
  border-color: #19a389;
}
.mk-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mk-panel {
  background: #fff;
  border: 1px solid #e3ece9;
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 6px 20px rgba(11, 34, 56, 0.05);
}
.mk-panel h2 {
  font-size: 17px;
  margin: 0 0 12px;
  color: #0b2238;
}
.mk-specs {
  width: 100%;
  margin: 0;
}
.mk-specs th,
.mk-specs td {
  text-align: right;
  padding: 7px 0;
  border-bottom: 1px dashed #eef3f1;
  vertical-align: top;
}
.mk-specs tr:last-child th,
.mk-specs tr:last-child td {
  border-bottom: 0;
}
.mk-specs th {
  color: #6b7c8d;
  font-weight: 500;
  width: 130px;
  font-size: 13px;
}
.mk-specs td {
  color: #1f2d3d;
  font-size: 13px;
}
.mk-bio {
  color: #1f2d3d;
  font-size: 14px;
  line-height: 2.1;
  margin: 0;
}
.mk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mk-tags span {
  background: #f2f7f5;
  border: 1px solid #e3ece9;
  color: #0f7d6a;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
}

/* contact box states */
.mk-contact h2 { margin-bottom: 6px; }
.mk-contact p { margin: 6px 0; }
.mk-contact-phone {
  font-size: 17px;
  font-weight: 700;
  color: #0b2238;
  letter-spacing: 1px;
}
.mk-contact-note {
  color: #6b7c8d;
  font-size: 13px;
}
.mk-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.mk-btn {
  display: inline-block;
  padding: 9px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}
.mk-btn-primary {
  background: #19a389;
  color: #fff;
}
.mk-btn-primary:hover { background: #0f7d6a; color: #fff; }
.mk-btn-outline {
  border: 1px solid #19a389;
  color: #19a389;
  background: #fff;
}
.mk-btn-outline:hover { background: #f2f7f5; }
.mk-hidden { display: none; }