/* হেডার */
.routine-header {
    background: #0b6b5a;
    color: white;
    text-align: center;
    padding: 30px 10px;
  }
  .routine-header h1 {
    margin: 0;
    font-size: 28px;
  }
  .routine-header p {
    margin-top: 8px;
    font-size: 16px;
  }


  /* ফুটার */
  footer {
    text-align: center;
    padding: 15px;
    background: #0b6b5a;
    color: white;
    margin-top: 40px;
  }

  /* মোবাইল রেসপন্সিভ */
  @media(max-width: 1024px){
    .routine-header h1 { font-size: 24px; }
    .routine-header p { font-size: 15px; }
    th, td { font-size: 13px; padding: 8px; }
  }
  @media(max-width: 768px){
    section { padding: 20px; }
    th, td { font-size: 12px; padding: 6px; }
  }
  @media(max-width: 480px){
    .routine-header h1 { font-size: 18px; }
    .routine-header p { font-size: 14px; }
    th, td { font-size: 11px; padding: 5px; }
  }
