/* by Creasant */
/*font-size*/
@media screen and (max-width: 999px){
  h1.page-heading{
    font-size: 54px;
  }
  h2.page-sub-heading{
    font-size: 38px;
  }
  h1.document-page-heading{
    font-size: 36px;
  }
}

@media screen and (max-width: 999px){
  .index-information-card-section.mtpc-4col-section .mtpc-block-image-block-image .inner-item{
    padding: 20px 15px;
  }
  
  .index-slideshow.mtpc-block-slideshow-block .slide-text-wrapper{
    padding: 0px 30px 0;
  }
  
  .index-slideshow.mtpc-block-slideshow-block .slick-dots{
    padding: 0px 30px 0;
  }
  
  article.mtpc-news-article .mtpc_news_share:nth-child(1) .social-sharing{
    padding-top: 0;
  }
  
  .image-card-grid-section.mtpc-3col-section .mtpc-block-image-block-image .inner-item{
    padding: 30px 20px;
    min-height: 370px;
  }
  .block-card-style{
    padding-left: 20px;
    padding-right: 20px;
    min-height: 180px;
  }
  .information-for-heading .mtpc-pageTitle-block .mtpc_pagetitle_container .mtpc_pagetitle_wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

   /* ---------- Mobile cards ---------- */
  .cards { display: none; }
  .card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--card);
    box-shadow: var(--shadow);
    padding: 16px;
    margin-bottom: 14px;
  }
  .card h2 {
    font-size: 1rem;
    margin: 0 0 12px;
    color: var(--accent);
  }
  .row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
  }
  .row:last-child { border-bottom: 0; }
  .row .label { color: var(--muted); }
  .row .value { text-align: right; font-weight: 500; }
  .group-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 14px 0 4px;
  }
  .unit {
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--fg);
    margin-top: 4px;
  }
  
    @media (max-width: 768px) {
    .table02-wrap { display: none; }
    .cards { display: block; }
    h1 { font-size: 1.35rem; }
  }