/* ===== Single Content Page — page-single.css ===== */

.page_container { padding: 60px 0 80px; }
.detail_card { background: #fff; padding: 50px 60px; border-radius: 16px; box-shadow: var(--shadow-card); margin: 0 auto; max-width: 1000px; }

.article_body { font-size: 16px; line-height: 1.8; color: #444; }
.article_body p { margin-bottom: 20px; }
.article_body img { max-width: 100% !important; height: auto !important; border-radius: 8px; margin: 15px 0; display: block; }
.article_body ul { padding-left: 20px; margin-bottom: 20px; }
.article_body table { width: 100% !important; border-collapse: collapse; margin-bottom: 20px; }
.article_body table td, .article_body table th { border: 1px solid #eee; padding: 12px; }

.content_footer_action { text-align: center; margin-top: 50px; padding-top: 40px; border-top: 1px solid #f0f2f5; }
.btn_whatsapp { display: none; }
.btn_quote { display: inline-block; padding: 16px 45px; background: var(--primary-gradient); color: #fff !important; font-weight: 700; font-size: 15px; text-transform: uppercase; border-radius: 8px; text-decoration: none; transition: 0.3s; box-shadow: 0 8px 20px rgba(2,160,225,0.2); }
.btn_quote:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(2,160,225,0.3); }

/* ===== IT Service (tid=22,23,24,25) overrides ===== */

.page_tid_22 .detail_card,
.page_tid_23 .detail_card,
.page_tid_24 .detail_card,
.page_tid_25 .detail_card { max-width: 1100px; padding: 50px 70px; }

/* h2 — blue underline divider */
.page_tid_22 .article_body h2,
.page_tid_23 .article_body h2,
.page_tid_24 .article_body h2,
.page_tid_25 .article_body h2 {
  font-size: 22px; font-weight: 800; color: var(--text-dark);
  margin: 44px 0 18px; padding-bottom: 12px;
  border-bottom: 2px solid var(--primary-blue);
}
.page_tid_22 .article_body h2:first-child,
.page_tid_23 .article_body h2:first-child,
.page_tid_24 .article_body h2:first-child,
.page_tid_25 .article_body h2:first-child { margin-top: 0; }

/* h3 — blue accent */
.page_tid_22 .article_body h3,
.page_tid_23 .article_body h3,
.page_tid_24 .article_body h3,
.page_tid_25 .article_body h3 {
  font-size: 17px; font-weight: 700; color: var(--primary-blue);
  margin: 28px 0 10px;
}

/* h4 */
.page_tid_22 .article_body h4,
.page_tid_23 .article_body h4,
.page_tid_24 .article_body h4,
.page_tid_25 .article_body h4 {
  font-size: 15px; font-weight: 700; color: var(--text-dark);
  margin: 20px 0 8px;
}

/* Bullet list — blue dot markers */
.page_tid_22 .article_body ul,
.page_tid_23 .article_body ul,
.page_tid_24 .article_body ul,
.page_tid_25 .article_body ul { list-style: none; padding-left: 0; }

.page_tid_22 .article_body ul li,
.page_tid_23 .article_body ul li,
.page_tid_24 .article_body ul li,
.page_tid_25 .article_body ul li {
  padding: 9px 0 9px 26px; position: relative;
  border-bottom: 1px solid #f4f6f9; font-size: 15px; color: #555;
}
.page_tid_22 .article_body ul li:last-child,
.page_tid_23 .article_body ul li:last-child,
.page_tid_24 .article_body ul li:last-child,
.page_tid_25 .article_body ul li:last-child { border-bottom: none; }

.page_tid_22 .article_body ul li::before,
.page_tid_23 .article_body ul li::before,
.page_tid_24 .article_body ul li::before,
.page_tid_25 .article_body ul li::before {
  content: ''; position: absolute; left: 0; top: 17px;
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--primary-blue);
}

/* Ordered list */
.page_tid_22 .article_body ol,
.page_tid_23 .article_body ol,
.page_tid_24 .article_body ol,
.page_tid_25 .article_body ol { padding-left: 22px; }

.page_tid_22 .article_body ol li,
.page_tid_23 .article_body ol li,
.page_tid_24 .article_body ol li,
.page_tid_25 .article_body ol li { padding: 6px 0; font-size: 15px; color: #555; }

.page_tid_22 .article_body ol li::marker,
.page_tid_23 .article_body ol li::marker,
.page_tid_24 .article_body ol li::marker,
.page_tid_25 .article_body ol li::marker { color: var(--primary-blue); font-weight: 700; }

/* Blockquote — info callout box */
.page_tid_22 .article_body blockquote,
.page_tid_23 .article_body blockquote,
.page_tid_24 .article_body blockquote,
.page_tid_25 .article_body blockquote {
  background: rgba(2,160,225,0.06); border-left: 4px solid var(--primary-blue);
  border-radius: 0 12px 12px 0; padding: 18px 24px;
  margin: 28px 0; color: #555; font-size: 15px; line-height: 1.7;
}

/* Strong */
.page_tid_22 .article_body strong,
.page_tid_23 .article_body strong,
.page_tid_24 .article_body strong,
.page_tid_25 .article_body strong { color: var(--text-dark); font-weight: 700; }

/* Tables — clean data grid */
.page_tid_22 .article_body table,
.page_tid_23 .article_body table,
.page_tid_24 .article_body table,
.page_tid_25 .article_body table { border: none; }

.page_tid_22 .article_body table th,
.page_tid_23 .article_body table th,
.page_tid_24 .article_body table th,
.page_tid_25 .article_body table th {
  background: var(--primary-blue); color: #fff;
  font-weight: 700; font-size: 13px; text-transform: uppercase;
  letter-spacing: 0.4px; padding: 12px 16px; border: none;
}
.page_tid_22 .article_body table td,
.page_tid_23 .article_body table td,
.page_tid_24 .article_body table td,
.page_tid_25 .article_body table td {
  padding: 11px 16px; border: none;
  border-bottom: 1px solid #f0f2f5; font-size: 14px; color: #555;
}
.page_tid_22 .article_body table tr:nth-child(even) td,
.page_tid_23 .article_body table tr:nth-child(even) td,
.page_tid_24 .article_body table tr:nth-child(even) td,
.page_tid_25 .article_body table tr:nth-child(even) td { background: #f9fafb; }

/* CTA row — Contact + WhatsApp */
.page_tid_22 .content_footer_action,
.page_tid_23 .content_footer_action,
.page_tid_24 .content_footer_action,
.page_tid_25 .content_footer_action {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}
.page_tid_22 .content_footer_action .btn_whatsapp,
.page_tid_23 .content_footer_action .btn_whatsapp,
.page_tid_24 .content_footer_action .btn_whatsapp,
.page_tid_25 .content_footer_action .btn_whatsapp {
  display: inline-block; padding: 16px 36px;
  background: #25D366; color: #fff !important; font-weight: 700;
  font-size: 15px; border-radius: 8px; text-decoration: none;
  transition: 0.3s; box-shadow: 0 8px 20px rgba(37,211,102,0.25);
}
.page_tid_22 .content_footer_action .btn_whatsapp:hover,
.page_tid_23 .content_footer_action .btn_whatsapp:hover,
.page_tid_24 .content_footer_action .btn_whatsapp:hover,
.page_tid_25 .content_footer_action .btn_whatsapp:hover {
  transform: translateY(-3px); box-shadow: 0 12px 25px rgba(37,211,102,0.35);
}

@media (max-width: 768px) {
  .page_container { padding: 25px 12px; }
  .detail_card { padding: 30px 18px; border-radius: 12px; }
  .article_body { font-size: 15px; line-height: 1.7; overflow-x: hidden; }
  .article_body table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .btn_quote { width: 100%; box-sizing: border-box; padding: 18px 20px; font-size: 14px; }
  .content_footer_action { margin-top: 30px; padding-top: 30px; }

  .page_tid_22 .detail_card,
  .page_tid_23 .detail_card,
  .page_tid_24 .detail_card,
  .page_tid_25 .detail_card { padding: 28px 18px; }

  .page_tid_22 .content_footer_action,
  .page_tid_23 .content_footer_action,
  .page_tid_24 .content_footer_action,
  .page_tid_25 .content_footer_action { flex-direction: column; }

  .page_tid_22 .content_footer_action .btn_whatsapp,
  .page_tid_23 .content_footer_action .btn_whatsapp,
  .page_tid_24 .content_footer_action .btn_whatsapp,
  .page_tid_25 .content_footer_action .btn_whatsapp { text-align: center; }
}
